/* --- 1. GLOBAL LAYOUT & HEADINGS --- */
.is-layout-constrained > * {
    max-width: var(--wp--style--global--content-size, 650px);
    margin-left: auto; margin-right: auto;
}

:is(.is-layout-flow, .is-layout-constrained) > * {
    margin-block-start: 0; margin-block-end: 0 !important;
}

.tlt-page-title { padding: 40px 0; }
.tlt-page-title h1 { font-size: 80px; }
.tlt-page-breadcrumbs { padding: 20px 0; }

.tlt-section { width: 100%; margin-block-end: 0 !important; }
.tlt-section-default { background-color: transparent; }
.tlt-section-alt { background-color: #F8F8F8; }

.tlt-container {
    width: var(--theme-container-width); max-width: var(--theme-normal-container-max-width);
    margin: 0 auto; box-sizing: border-box; margin-block-end: 0 !important;
}

.headline-with-line {
    display: flex; align-items: center;
    max-width: 50vw; gap: 15px; margin: 0;
}

.headline-with-line::after {
    content: ""; flex: 1; height: 3.2px;
    background-color: var(--theme-palette-color-1);
}

.headline-before-line, .ct-module-title {
    position: relative; padding-left: 20px;
}

.headline-before-line::before, .ct-module-title::before {
    content: ""; position: absolute;
    top: 0; bottom: 0; left: 0; width: 5px;
    background-color: var(--theme-palette-color-1);
}

.tlt-white-text { color: #fff; }
.tlt-no-margin p:last-child { margin-bottom: 0; }

/* --- 2. PRODUCT & SHOP PAGES --- */
.ct-toggle-dropdown-desktop { display: none !important; }
.sale-price { justify-content: flex-start; }
.sale-price del { color: #999; opacity: 1; font-size: inherit; }

.benefit-icons { margin: 30px 0; }
.benefit-icons ul { padding-left: 0; }
.benefit-icons li { display: block; }
.benefit-icons li + li { margin-top: 10px; }

.single-product .entry-summary h2 { display: none; }
.single-product article > .related { padding-top: 40px; border-top: 1px solid #dfdfdf; }
.term-description { padding: 40px 0 0; margin-top: 40px; border-top: 1px solid #dfdfdf; }
.ct-account-welcome { display: none; }

/* --- 3. UNIFIED ACTION BUTTONS --- */
.tlt-footer-actions { display: flex; flex-direction: column; gap: 12px; width: 100%; }

.tlt-btn-action {
    display: flex; align-items: center; justify-content: flex-start;
    gap: 10px; padding: 14px 20px; border-radius: 50px;
    text-decoration: none !important; font-size: 11px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.5px; color: #ffffff !important;
    transition: all 0.4s ease; box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.tlt-btn-action:hover {
    transform: translateY(-3px); filter: brightness(1.1);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.tlt-btn-action svg { width: 16px; height: 16px; fill: #ffffff; flex-shrink: 0; }
.tlt-btn-red { background: linear-gradient(135deg, #e31e24 0%, #ba161b 100%); }
.tlt-btn-wa { background: linear-gradient(135deg, #25d366 0%, #128c7e 100%); }
.tlt-btn-ig { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }

.tlt-pill-divider { width: 1px; height: 14px; background: rgba(255,255,255,0.3); margin: 0 2px; }
.tlt-pill-score { font-weight: 800; margin-left: -2px; }

/* --- 4. FOOTER MAIN & CREDIT --- */
footer { background-color: #111111; color: #FFFFFF; }
footer :is(h1, h2, h3, h4, h5, h6) { color: #FFFFFF; }
footer a { color: inherit; text-decoration: none; transition: color 0.5s; }
footer a:hover { color: #999999; }
#footer-subscribe { background-color: var(--theme-palette-color-1); }

.footer-subscribe__container {
    display: flex; flex-wrap: wrap; align-items: center;
    justify-content: space-between; padding: 30px 0 10px 0;
}

.footer-subscribe__col { padding: 10px; }
.footer-subscribe__col--left { flex: 0 0 55%; text-align: left; padding-bottom: 20px; }
.footer-subscribe__col--right { flex: 0 0 45%; text-align: right; }

.footer-subscribe__col--right .fluentform input[type=email] {
    background-color: #FFFFFF24 !important; border-color: #FFFFFF10 !important;
    border-width: 2px !important; color: #fff !important; box-sizing: border-box;
}

.footer-subscribe__col--right .fluentform input[type=email]:focus {
    border-color: #FFFFFF; transition: box-shadow 0.5s;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.8);
}

.footer-subscribe__col--right .fluentform button[type=submit] {
    border: 2px solid #FFFFFF !important; background: transparent !important;
    color: #FFFFFF !important; min-width: 120px; cursor: pointer; font-weight: 500;
}

.footer-subscribe__col--right .fluentform button[type=submit]:hover {
    background-color: #FFFFFF !important; color: #111 !important; transition: all 0.5s ease;
}

.fluentform .ff-message-success {
    border: none !important; box-shadow: none !important;
    margin: 0 !important; padding: 0 !important;
    color: #FFFFFF !important; min-height: 40px; transition: opacity 1s ease;
}

.fluentform .ff-errors-in-stack { margin: 0 !important; padding: 0 !important; }
.fluentform .ff-errors-in-stack .error { color: #FFFFFF !important; }

.footer-main__container { display: flex; flex-wrap: wrap; padding: var(--theme-content-vertical-spacing) 0; }
.footer-main__col { padding: 10px; box-sizing: border-box; position: relative; }
.footer-main__col--logo { flex: 0 0 40%; }
.footer-main__col--company, .footer-main__col--account, .footer-main__col--social { flex: 0 0 20%; }

.footer-main__col--logo::after, .footer-main__col--company::after {
    content: ""; position: absolute; top: 10px; bottom: 10px; right: 0;
    width: 1px; background-color: #FFFFFF15;
}

.footer-main__col--company p, .footer-main__col--account p { padding: 6px 20px; margin: 0 !important; }
.footer-main__separator { width: 100%; height: 1px; background-color: #FFFFFF15; }

.footer-credit__container { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; }
.footer-credit__col img { height: 25px; width: auto; display: block; }
.footer-credit__col { margin-right: 40px; }
.footer-credit__text { margin: 0; flex-shrink: 1; min-width: 0; }

/* --- 5. MOBILE MENU & RESPONSIVE --- */
@media (min-width: 1000px) {
    .sticky-gallery .woocommerce-product-gallery { top: 10px !important; }
}

@media (max-width: 1000px) {
    .headline-with-line { max-width: 75vw; }
    .tlt-page-title h1 { font-size: 54px; }
    .footer-subscribe__col { flex: 0 0 100%; text-align: left; padding: 0; }
    .footer-subscribe__col--left { margin-bottom: 20px; }
    .footer-subscribe__col--right .fluentform button[type=submit] { width: 100%; box-sizing: border-box; }
    .footer-main__col--logo { flex: 0 0 100%; }
    .footer-main__col--company, .footer-main__col--account { flex: 0 0 50%; }
    .footer-main__col--social { flex: 0 0 100%; margin-top: 20px; }
    .footer-main__col--logo::after, .footer-main__col--company::after { display: none; }
    .footer-main__col { padding: 0; }
    .footer-main__col--company p, .footer-main__col--account p { padding: 6px 0; }
    .footer-credit__container { flex-direction: column; text-align: center; gap: 10px; }
    .footer-credit__col {
        width: 100% !important; justify-content: center !important;
        margin-right: 0 !important; padding-top: 15px;
    }
    .footer-credit__col img { margin: 0 auto; }
}

@media (max-width: 690px) {
    .headline-with-line { max-width: 100%; }
    .tlt-page-title h1 { font-size: 46px; }
}

.dhn-whatsapp {
    position: fixed; bottom: 20px; right: 20px; width: 60px; height: 60px;
    border-radius: 50%; animation: 1.5s ease-out infinite pulse; z-index: 99;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); }
    80% { box-shadow: 0 0 0 14px rgba(37,211,102,0); }
}

.ct-panel-content-inner > div:has(.luxury-square-toggle) {
    width: 100% !important; display: block !important; box-sizing: border-box;
}

.luxury-square-toggle input[type="radio"] { display: none !important; }
.luxury-square-toggle {
    display: flex; width: 100% !important; border: 1px solid #e0e0e0;
    background: #ffffff; box-sizing: border-box;
}

.square-tab-button {
    flex: 1; display: flex; justify-content: center; align-items: center;
    gap: 10px; padding: 14px 10px; background: #ffffff; color: #888888;
    font-size: 14px; font-weight: 500; text-transform: uppercase;
    letter-spacing: 1px; cursor: pointer; transition: all .3s ease;
    border-radius: 0px !important; margin: 0 !important; height: 54px !important; box-sizing: border-box;
}

.square-tab-button svg { fill: currentColor; }

#show-main:checked + .square-tab-button,
#show-account:checked + .square-tab-button {
    background: var(--theme-palette-color-1); color: #ffffff;
}

.ct-panel-content-inner:has(#show-main:checked) nav[data-id="mobile-menu-secondary"] { display: none !important; }
.ct-panel-content-inner:has(#show-account:checked) nav[data-id="mobile-menu"] { display: none !important; }

.ct-toggle-dropdown-mobile {
    width: 80px !important; height: 44px !important; display: flex !important;
    align-items: center !important; justify-content: flex-end !important;
    background: transparent !important; padding: 0 !important; margin-right: -5px;
}

.ct-toggle-dropdown-mobile svg { width: 14px !important; height: 14px !important; fill: #888888 !important; }