.luxz-portal-form {
    display: grid;
    gap: 18px;
    max-width: 860px;
}

.luxz-portal-form label {
    display: grid;
    gap: 7px;
    color: #1d1d1b;
    font-size: 15px;
}

.luxz-portal-form input,
.luxz-portal-form select,
.luxz-portal-form textarea {
    width: 100%;
    border: 1px solid #d7d2c8;
    border-radius: 4px;
    background: #fff;
    color: #1d1d1b;
    padding: 13px 14px;
    font-size: 16px;
}

.luxz-portal-form input:focus,
.luxz-portal-form select:focus,
.luxz-portal-form textarea:focus {
    border-color: #8d7d66;
    outline: 2px solid rgba(141, 125, 102, 0.18);
}

.luxz-portal-form .luxz-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.luxz-portal-form .luxz-checkbox input {
    width: auto;
    margin-top: 4px;
}

.luxz-portal-form button,
.luxz-dashboard button,
.luxz-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border: 0;
    border-radius: 4px;
    background: #1d1d1b;
    color: #fff;
    cursor: pointer;
    padding: 13px 22px;
    font-weight: 600;
    text-decoration: none;
}

.luxz-button:hover {
    color: #fff;
    background: #8d7d66;
}

.luxz-login-panel {
    display: grid;
    gap: 12px;
    max-width: 860px;
    margin: 0 0 24px;
    padding: 18px;
    border: 1px solid #d8c7ad;
    background: #fbfaf7;
}

.luxz-login-panel h3 {
    color: #1d1d1b;
    font-size: 22px;
    line-height: 1.2;
    padding-bottom: 0;
}

.luxz-login-panel p {
    color: #504b43;
    padding-bottom: 0;
}

.luxz-login-form {
    max-width: 420px;
}

.luxz-login-form label {
    color: #1d1d1b;
}

.luxz-login-form input[type="text"],
.luxz-login-form input[type="password"] {
    width: 100%;
    border: 1px solid #d7d2c8;
    border-radius: 4px;
    padding: 12px 13px;
}

.luxz-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 16px;
}

.luxz-table th,
.luxz-table td {
    border-bottom: 1px solid #ded8cc;
    padding: 13px 10px;
    text-align: left;
    vertical-align: top;
}

.luxz-table th {
    color: #1d1d1b;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.luxz-salesking-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 18px;
    padding: 14px 16px;
    border: 1px solid #d8c7ad;
    background: #fbfaf7;
}

.luxz-salesking-tools a {
    color: #1d1d1b;
    font-weight: 700;
    text-decoration: underline;
}

.luxz-notice {
    border-radius: 4px;
    margin: 0 0 18px;
    padding: 14px 16px;
}

.luxz-notice-success {
    background: #eff7ef;
    color: #225b28;
}

.luxz-notice-error {
    background: #f8eeee;
    color: #7c1f1f;
}

body #page-container {
    padding-top: clamp(92px, 9vw, 126px);
}

body #main-header {
    min-height: clamp(92px, 9vw, 126px);
}

body #main-header .container {
    min-height: clamp(92px, 9vw, 126px);
    display: flex;
    align-items: center;
}

body #main-header .logo_container {
    display: flex;
    align-items: center;
    height: 100%;
}

body #main-header #logo {
    width: auto;
    max-width: clamp(180px, 24vw, 320px);
    max-height: clamp(54px, 7vw, 88px) !important;
    object-fit: contain;
}

body #main-header #et-top-navigation {
    align-self: center;
    padding-top: 0 !important;
}

body #main-header #top-menu-nav,
body #main-header #top-menu {
    line-height: 1;
}

body #main-header #top-menu > li > a {
    padding-bottom: 0 !important;
}

body #main-header .et_search_outer,
body #main-header .et-cart-info {
    align-self: center;
}

@media (max-width: 980px) {
    body #page-container {
        padding-top: 82px;
    }

    body #main-header,
    body #main-header .container {
        min-height: 82px;
    }

    body #main-header #logo {
        max-width: 210px;
        max-height: 56px !important;
    }

    body #main-header #et-top-navigation {
        margin-left: auto;
    }
}

body.page-id-43 h1.et_pb_module_header {
    font-family: Cinzel, "Cormorant Garamond", Georgia, serif !important;
    font-size: clamp(38px, 4.4vw, 58px) !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: 2px !important;
}

body.page-id-43 .et_pb_fullwidth_header_subhead,
body.page-id-43 .et_pb_header_content_wrapper {
    font-family: Poppins, Jost, sans-serif !important;
    letter-spacing: 0.08em;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .product_title {
    font-family: Cinzel, "Cormorant Garamond", Georgia, serif;
    letter-spacing: 0.04em;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce div.product form.cart .button {
    border-radius: 0;
    background: #c8a96e;
    color: #393f43;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce div.product form.cart .button:hover {
    background: #393f43;
    color: #c8a96e;
}

body.single-product.postid-2446 #main-content,
body.post-type-archive-product #main-content,
body.tax-product_cat #main-content {
    background: #f7f1e7;
}

body.single-product.postid-2446 #left-area,
body.post-type-archive-product #left-area,
body.tax-product_cat #left-area {
    color: #393f43;
}

body.single-product.postid-2446 .woocommerce-breadcrumb,
body.post-type-archive-product .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb {
    color: #8a7549;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.single-product.postid-2446 div.product {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
    gap: clamp(32px, 6vw, 84px);
    align-items: center;
}

body.single-product.postid-2446 div.product div.images,
body.single-product.postid-2446 div.product div.summary {
    width: auto !important;
    float: none !important;
}

body.single-product.postid-2446 div.product div.images img {
    background: #2d312f;
    box-shadow: 0 32px 80px rgba(57, 63, 67, 0.2) !important;
}

body.single-product.postid-2446 .product_title {
    color: #393f43;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.05;
    margin-bottom: 18px;
}

body.single-product.postid-2446 .summary .price,
body.single-product.postid-2446 .summary .price .amount {
    color: #8a7549 !important;
    font-family: Poppins, Jost, sans-serif;
    font-size: 24px !important;
    letter-spacing: 0.08em;
}

body.single-product.postid-2446 .woocommerce-product-details__short-description {
    max-width: 560px;
    color: #5a554d;
    font-size: 17px;
    line-height: 1.9;
}

body.single-product.postid-2446 .product_meta {
    border-top-color: rgba(138, 117, 73, 0.28);
    color: #6f6a63;
    letter-spacing: 0.04em;
}

body.single-product.postid-2446 .posted_in a,
body.post-type-archive-product .posted_in a,
body.tax-product_cat .posted_in a {
    color: #8a7549;
}

body.single-product.postid-2446 .woocommerce-tabs {
    border-color: rgba(138, 117, 73, 0.24) !important;
}

body.single-product.postid-2446 .woocommerce-tabs ul.tabs {
    background: #ede3d3 !important;
}

body.single-product.postid-2446 .woocommerce-tabs .panel {
    background: #fffaf2;
}

body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product {
    background: #fffaf2;
    padding: 18px 18px 22px !important;
    border: 1px solid rgba(138, 117, 73, 0.22);
}

body.post-type-archive-product ul.products li.product img,
body.tax-product_cat ul.products li.product img {
    background: #303432;
}

body.post-type-archive-product .woocommerce-loop-product__title,
body.tax-product_cat .woocommerce-loop-product__title {
    color: #393f43;
}

body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price {
    color: #8a7549 !important;
    letter-spacing: 0.08em;
}

.luxz-shop-coming-soon {
    margin: 0 0 34px;
    padding: 18px 22px;
    border-left: 2px solid #c8a96e;
    background: rgba(255, 250, 242, 0.92);
    box-shadow: 0 18px 48px rgba(57, 63, 67, 0.08);
}

.luxz-shop-coming-soon span {
    display: block;
    color: #8a7549;
    font-family: Poppins, Jost, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 1.4;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.luxz-shop-coming-soon p {
    color: #393f43;
    font-size: 16px;
    line-height: 1.75;
    max-width: 780px;
    padding-bottom: 0;
}

body.single-product.postid-2446 .luxz-shop-coming-soon {
    margin-top: 22px;
    max-width: 560px;
}

@media (max-width: 700px) {
    body.single-product.postid-2446 div.product {
        display: block;
    }

    .luxz-table {
        display: block;
        overflow-x: auto;
    }

    .luxz-portal-form button,
    .luxz-dashboard button,
    .luxz-button {
        width: 100%;
    }
}
