@font-face {
    font-display: swap;
    font-family: 'MazhikTrial';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/MazhikTrial-Regular.ttf') format('truetype');
}

.sq-actions form,
.sq-menu-actions form {
    margin: 0;
}

.sq-action-button,
.sq-menu-actions button {
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    font-weight: inherit;
    padding: 0;
}

.sq-action-button {
    color: #fff;
    font-weight: 800;
}

.sq-menu-actions button {
    text-align: inherit;
}

@font-face {
    font-display: swap;
    font-family: 'IBM Plex Sans Arabic';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ibm-plex-sans-arabic/IBM-Plex-Sans-Arabic-400.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'IBM Plex Sans Arabic';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/ibm-plex-sans-arabic/IBM-Plex-Sans-Arabic-500.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'IBM Plex Sans Arabic';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/ibm-plex-sans-arabic/IBM-Plex-Sans-Arabic-600.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'IBM Plex Sans Arabic';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/ibm-plex-sans-arabic/IBM-Plex-Sans-Arabic-700.ttf') format('truetype');
}

:root {
    --font-body: 'IBM Plex Sans Arabic', 'Segoe UI', Tahoma, Arial, sans-serif;
    --font-display: 'MazhikTrial', 'IBM Plex Sans Arabic', 'Segoe UI', Tahoma, Arial, sans-serif;
}

html.theme-light-preload body {
    background-color: #f4f1eb;
}

body {
    direction: rtl;
    font-family: var(--font-body);
    text-align: right;
}

p,
h4,
h5,
h6,
a,
input,
textarea {
    font-family: var(--font-body);
}

h1,
h2,
h3,
.head-text h1,
.section-heading h2,
.feature-band h3,
.popup-head {
    font-family: var(--font-display);
    font-weight: 400;
}

.header {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}

.header .inner {
    direction: ltr;
    min-height: 48px;
    position: relative;
}

.header .logo {
    left: 15px;
    position: absolute;
    top: 18px;
}

.header-logo {
    display: block;
    width: 168px;
}

.header-logo img {
    display: block;
    height: auto;
    width: 100%;
}

.nav-bars {
    display: block;
    height: 28px;
    left: auto !important;
    position: absolute;
    right: 15px !important;
    top: 10px !important;
    width: 28px;
    z-index: 21;
}

.nav-bars img {
    display: block;
    height: 28px;
    margin: 0 !important;
    width: 28px;
}

.theme-toggle {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 999px;
    display: flex;
    height: 30px;
    justify-content: flex-start;
    padding: 3px;
    position: absolute;
    right: 58px;
    top: 9px;
    transition: background-color .25s ease, border-color .25s ease;
    width: 58px;
    z-index: 21;
}

.theme-toggle-icon {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .28);
    display: block;
    height: 22px;
    position: relative;
    transition: transform .25s ease, background-color .25s ease;
    width: 22px;
}

.theme-toggle-icon:before {
    color: #202228;
    content: '\f4b8';
    font-family: Ionicons;
    font-size: 15px;
    left: 50%;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.brand-logo {
    align-items: center;
    direction: rtl;
    display: inline-flex;
    gap: 10px;
}

.brand-mark {
    border: 2px solid #fff;
    display: inline-block;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1;
    padding: 7px 9px 5px;
}

.brand-text {
    color: #d9d9d9;
    font-size: 13px;
    font-weight: 400;
}

#menu {
    background-color: #2a2e3d;
    direction: rtl;
    right: 0;
    text-align: right;
    transform: translateX(22em);
}

#menu>.inner {
    left: auto;
    padding: 3em 2.75em;
    right: 0;
}

#menu>.inner>h2 {
    font-size: 32px;
    margin-bottom: 35px;
}

#menu>.inner>ul>li a {
    font-size: 21px;
    padding: 8px 0;
}

#menu>.close {
    height: 36px;
    left: 2.2em;
    right: auto;
    text-indent: 36px;
    top: 3em;
    width: 36px;
}

#menu>.close:before,
#menu>.close:after {
    background-size: 26px 26px;
}

.head-text {
    direction: rtl;
    left: 0;
    padding-top: 0;
    top: 50%;
    transform: translateY(-50%);
}

.head-text h1 {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.35;
    text-shadow: 0 5px 28px rgba(0, 0, 0, .75);
}

.head-text a {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    margin-top: 14px;
    text-decoration: none;
}

.overlay {
    background-color: rgba(14, 15, 18, .08);
    z-index: 1;
}

.header_slide {
    background-color: #202228;
}

.hero-slider {
    height: 80vh;
    min-height: 560px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.hero-panel {
    height: 100%;
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .8s ease;
    width: 100%;
    z-index: 0;
}

.hero-panel.is-active {
    opacity: 1;
    z-index: 1;
}

.hero-slide-img {
    display: block !important;
    height: 100%;
    margin: 0 !important;
    max-width: none !important;
    object-fit: cover;
    position: relative;
    width: 100%;
    z-index: 0;
}

.hero-dots {
    bottom: 110px;
    direction: ltr;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 4;
}

.hero-dots button {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 4px;
    padding: 0;
    transition: background-color .2s ease, transform .2s ease;
    width: 10px;
}

.hero-dots button.is-active,
.hero-dots button:hover,
.hero-dots button:focus {
    background-color: #fff;
}

.hero-dots button:focus {
    transform: scale(1.18);
}

.section-heading {
    display: none;
    padding: 0;
    text-align: center;
}

.galleryFull {
    margin-top: 0;
}

.galleryFull .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.galleryFull .row {
    margin-left: 0;
    margin-right: 0;
}

.galleryFull .gallery-pad {
    margin-top: 0;
}

.galleryFull .no-gutter>[class*=col-] {
    padding-left: 0;
    padding-right: 0;
}

.section-heading p {
    color: #a9abb2;
    font-size: 15px;
    margin-bottom: 10px;
}

.section-heading h2 {
    font-size: 34px;
    font-weight: 400;
    margin: 0;
}

.product-tile {
    background-color: #1e2026;
    min-height: 0;
    overflow: hidden;
}

.product-tile img {
    height: calc(100% + 60px);
    max-width: none;
    min-height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: transform .35s ease, opacity .35s ease;
    transform: translate3d(40px, 0, 0);
    width: calc(100% + 60px);
}

.product-tile:hover img {
    opacity: .9;
    transform: translate3d(0, 0, 0);
}

.home_text {
    bottom: 28px;
    left: auto;
    right: 28px;
    text-align: right;
    top: auto;
    z-index: 2;
}

.home_text p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}

.home_text span {
    color: #ededed;
    display: block;
    font-size: 13px;
}

.product-popup {
    color: #2b2d33;
    direction: rtl;
    text-align: right;
}

.product-popup h4,
.product-popup p {
    color: #2b2d33;
}

.product-popup .btn-send {
    background-color: #202228;
    color: #fff;
}

.product-category {
    color: #777 !important;
}

.product-price {
    color: #202228 !important;
    font-size: 24px !important;
    font-weight: 800;
}

.feature-band {
    background:
        linear-gradient(90deg, rgba(17, 214, 208, .08), transparent 34%, rgba(255, 255, 255, .025)),
        linear-gradient(180deg, #1c1f25 0%, #202228 100%);
    border-bottom: 1px solid #2b2e35;
    border-top: 1px solid #2b2e35;
    overflow: hidden;
    padding: 42px 0 38px;
    position: relative;
}

.feature-band:before {
    background: linear-gradient(90deg, transparent, rgba(23, 214, 208, .36), transparent);
    content: '';
    height: 1px;
    left: 8%;
    position: absolute;
    right: 8%;
    top: 0;
}

.feature-band:after {
    display: none;
}

.feature-shell {
    position: relative;
    z-index: 1;
}

.feature-intro {
    margin-bottom: 26px;
    text-align: center;
}

.feature-intro span {
    color: #8fb4d7;
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
}

.feature-intro h2 {
    font-size: 28px;
    line-height: 1.45;
    margin: 0;
}

.feature-track {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1120px;
}

.feature-card {
    align-items: flex-start;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .075);
    display: grid;
    gap: 0 16px;
    grid-template-columns: 50px 1fr;
    min-height: 120px;
    overflow: hidden;
    padding: 24px 24px 22px;
    position: relative;
}

.feature-number {
    color: rgba(255, 255, 255, .18);
    font-family: var(--font-body);
    font-size: 30px;
    font-weight: 700;
    left: 18px;
    line-height: 1;
    position: absolute;
    top: 18px;
}

.feature-icon {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 24px;
    grid-column: 1;
    grid-row: span 2;
    height: 42px;
    justify-content: center;
    margin-top: 4px;
    width: 42px;
}

.feature-band h3 {
    font-size: 20px;
    font-weight: 400;
    grid-column: 2;
    margin: 0 0 8px;
}

.feature-band p {
    color: #c9cbd0;
    font-size: 15px;
    grid-column: 2;
    line-height: 1.75;
    margin: 0;
}

.form-control {
    text-align: right;
}

#contact {
    padding-bottom: 68px;
    padding-top: 58px;
}

.contact-field {
    float: none;
    margin: 0 auto;
}

.contact-form-wrap {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

#contact form {
    margin: 0 auto;
    max-width: 760px;
}

#contact .btn-send,
#contact .btn-reset {
    margin-top: 26px;
}

.contact-info-content .img-wrapper {
    margin-left: 12px;
    margin-right: 0;
    vertical-align: top;
}

.input-group .form-control:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-btn:last-child>.btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.social-contact,
.footer {
    direction: rtl;
    text-align: right;
}

.social-section {
    background-color: #1e2026;
    padding: 78px 0 70px;
}

.footer-main {
    align-items: start;
    column-gap: clamp(42px, 4vw, 70px);
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(250px, 1.1fr) minmax(230px, 1fr) minmax(190px, .82fr);
    justify-content: space-between;
    row-gap: 54px;
}

.footer-brand-block p,
.footer-subscribe p,
.footer-contact-item p {
    color: #b8bfd3;
    line-height: 1.9;
    margin: 18px 0 0;
    max-width: 360px;
}

.footer-logo {
    display: block;
    width: 150px;
}

.footer-logo img {
    display: block;
    height: auto;
    width: 100%;
}

.footer-contact-details h5,
.footer-subscribe h5,
.footer-social h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
}

.footer-contact-details {
    color: #fff;
    min-width: 0;
}

.footer-contact-item {
    align-items: flex-start;
    border-bottom: 1px solid #343946;
    display: flex;
    gap: 14px;
    padding: 14px 0;
}

.footer-contact-item:last-child {
    border-bottom: 0;
}

.footer-contact-item span {
    align-items: center;
    border: 1px solid #596071;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex: 0 0 38px;
    font-size: 22px;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.footer-contact-item strong {
    color: #fff;
    display: block;
    font-size: 15px;
    margin-bottom: 3px;
}

.footer-contact-item p {
    font-size: 14px;
    margin: 0;
}

.subscribe-form {
    align-items: stretch;
    border: 1px solid #3a4153;
    display: flex;
    margin-top: 20px;
    max-width: 430px;
}

.footer-subscribe {
    min-width: 0;
}

.footer-subscribe .subscribe-form {
    width: 100%;
}

.subscribe-form input.form-control.notify-me {
    background-color: #242833;
    border: 0;
    border-left: 1px solid #3a4153;
    color: #fff;
    flex: 1;
    height: 48px;
    padding: 12px 16px;
}

.subscribe-form .btn.notify-me {
    background-color: #fff;
    border: 0;
    color: #202228;
    font-size: 14px;
    min-width: 96px;
    padding: 0 18px;
}

.footer-social {
    min-width: 0;
    text-align: left;
}

.footer-social .social-icon {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    margin: 18px 0 0;
    padding: 0;
}

.footer-social .social-icon li {
    display: block;
}

.footer-social .social-icon a {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 22px;
    height: 50px;
    justify-content: center;
    margin: 0;
    padding: 0;
    transition: background-color .25s ease, color .25s ease, transform .25s ease;
    width: 50px;
}

.footer-social .social-icon a:hover {
    background-color: #fff;
    color: #202228;
    transform: translateY(-3px);
}

.footer {
    border-top: 1px solid #343841;
}

.footer-bottom-row {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.footer-bottom {
    margin: 0;
    padding-right: 0;
}

.copyright-text {
    margin: 0;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    #contact {
        padding-bottom: 42px;
        padding-top: 34px;
    }

    #contact .form-group {
        margin-bottom: 18px;
    }

    #contact textarea.message {
        min-height: 128px;
    }

    #contact .btn-send,
    #contact .btn-reset {
        margin-top: 18px;
    }

    .social-section {
        padding: 42px 0 56px;
    }

    .head-text {
        padding-top: 0;
    }

    .header-logo {
        width: 136px;
    }

    .head-text h1 {
        font-size: 27px;
    }

    .home_text {
        bottom: 18px;
        right: 18px;
    }

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

    .feature-band {
        padding: 34px 0 30px;
    }

    .feature-band:before {
        left: 20px;
        right: 20px;
        top: 0;
        width: auto;
    }

    .feature-intro {
        margin-bottom: 22px;
    }

    .feature-intro h2 {
        font-size: 24px;
    }

    .feature-track {
        gap: 14px;
        grid-template-columns: 1fr;
    }

    .feature-card {
        min-height: 0;
        padding: 20px 18px;
    }

    .feature-number {
        font-size: 26px;
    }

    .copyright-text {
        text-align: right;
    }

    .footer-main {
        gap: 78px;
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .footer-brand-block p,
    .footer-subscribe p,
    .footer-contact-details,
    .subscribe-form {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-brand-block,
    .footer-subscribe,
    .footer-contact-details,
    .footer-social {
        max-width: 380px;
        width: 100%;
    }

    .footer-brand-block p,
    .footer-subscribe p {
        margin-top: 16px;
    }

    .footer-contact-details h5,
    .footer-subscribe h5,
    .footer-social h5 {
        margin-bottom: 18px;
    }

    .subscribe-form {
        margin-top: 24px;
    }

    .footer-contact-item {
        align-items: center;
        display: grid;
        gap: 16px;
        grid-template-columns: 38px minmax(0, 1fr);
        margin-left: auto;
        margin-right: auto;
        max-width: 260px;
        padding: 18px 0;
        text-align: right;
    }

    .footer-contact-item span {
        grid-column: 1;
        justify-self: center;
    }

    .footer-contact-item div {
        grid-column: 2;
        min-width: 0;
    }

    .footer-social {
        text-align: center;
    }

    .footer-social .social-icon {
        justify-content: center;
    }

    .footer-bottom-row {
        flex-direction: column;
        text-align: center;
    }
}

body.theme-light {
    background-color: #f4f1eb;
    color: #1f252b;
}

body.theme-light p,
body.theme-light h2,
body.theme-light h3,
body.theme-light h4,
body.theme-light h5,
body.theme-light h6,
body.theme-light a {
    color: #1f252b;
}

body.theme-light .theme-toggle {
    background: rgba(255, 255, 255, .86);
    border-color: rgba(8, 143, 141, .45);
}

body.theme-light .theme-toggle-icon {
    background-color: #08aaa6;
    transform: translateX(-28px);
}

body.theme-light .theme-toggle-icon:before {
    color: #fff;
    content: '\f4b9';
}

body.theme-light #menu {
    background-color: #f3f0e9;
    color: #172027;
}

body.theme-light #menu>.inner>h2,
body.theme-light #menu>.inner>ul>li a {
    color: #172027;
}

body.theme-light .header_slide,
body.theme-light .galleryFull {
    background-color: #f4f1eb;
}

body.theme-light .feature-band {
    background:
        linear-gradient(90deg, rgba(8, 170, 166, .10), transparent 34%, rgba(31, 37, 43, .025)),
        linear-gradient(180deg, #f7f4ee 0%, #eee9df 100%);
    border-color: #ddd6ca;
}

body.theme-light .feature-band:before {
    background: linear-gradient(90deg, transparent, rgba(8, 170, 166, .55), transparent);
}

body.theme-light .feature-intro span {
    color: #087e7b;
}

body.theme-light .feature-card {
    background: rgba(255, 255, 255, .72);
    border-color: rgba(31, 37, 43, .10);
}

body.theme-light .feature-number {
    color: rgba(31, 37, 43, .17);
}

body.theme-light .feature-icon {
    border-color: rgba(8, 170, 166, .34);
    color: #087e7b;
}

body.theme-light .feature-band p {
    color: #56616a;
}

body.theme-light #contact,
body.theme-light .footer,
body.theme-light .social-section {
    background-color: #f4f1eb;
}

body.theme-light .form-control,
body.theme-light #contact textarea.message {
    background-color: #fff;
    border-color: #d8d0c4;
    color: #1f252b;
}

body.theme-light .btn-send,
body.theme-light .subscribe-form .btn.notify-me {
    background-color: #1f252b;
    color: #fff;
}

body.theme-light .btn-reset {
    color: #1f252b;
}

body.theme-light .footer,
body.theme-light .social-section {
    border-color: #ddd6ca;
}

body.theme-light .footer-brand-block p,
body.theme-light .footer-subscribe p,
body.theme-light .footer-contact-item p {
    color: #58626a;
}

body.theme-light .footer-contact-details h5,
body.theme-light .footer-subscribe h5,
body.theme-light .footer-social h5,
body.theme-light .footer-contact-item strong {
    color: #1f252b;
}

body.theme-light .footer-contact-item {
    border-bottom-color: #d8d0c4;
}

body.theme-light .footer-contact-item span,
body.theme-light .footer-social .social-icon a {
    border-color: #a8b5b7;
    color: #087e7b;
}

body.theme-light .subscribe-form {
    border-color: #d8d0c4;
}

body.theme-light .subscribe-form input.form-control.notify-me {
    background-color: #fff;
    border-left-color: #d8d0c4;
    color: #1f252b;
}

body.theme-light .footer-bottom li a,
body.theme-light .copyright-text {
    color: #1f252b;
}

.luxury-store {
    background-color: #f3efe8;
    color: #1f252b;
}

.luxury-store .header {
    position: fixed;
}

.luxury-store .header .inner {
    margin: 0 auto;
    max-width: 1440px;
}

.luxury-store .header-logo {
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, .18));
    width: 158px;
}

.luxury-hero {
    align-items: stretch;
    background:
        linear-gradient(135deg, rgba(10, 18, 22, .92), rgba(31, 37, 43, .86)),
        #1f252b;
    display: grid;
    grid-template-columns: minmax(360px, .86fr) minmax(0, 1.14fr);
    min-height: 100vh;
    overflow: hidden;
    padding: 86px clamp(18px, 4vw, 72px) 34px;
}

.luxury-hero-copy {
    align-self: center;
    max-width: 540px;
    padding: 60px 0 40px;
    position: relative;
    z-index: 4;
}

.luxury-hero-copy span,
.luxury-section-head span {
    color: #0fb7b1;
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 14px;
}

.luxury-hero-copy h1 {
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(42px, 5vw, 78px);
    font-weight: 400;
    line-height: 1.18;
    margin: 0;
}

.luxury-hero-copy p {
    color: #d6d9dc;
    font-size: 17px;
    line-height: 2;
    margin: 24px 0 0;
    max-width: 470px;
}

.luxury-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.luxury-btn {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .28);
    color: #fff;
    display: inline-flex;
    font-size: 15px;
    height: 50px;
    justify-content: center;
    min-width: 150px;
    padding: 0 24px;
    text-decoration: none;
}

.luxury-btn:hover,
.luxury-btn:focus {
    color: #fff;
    text-decoration: none;
}

.luxury-btn-primary {
    background-color: #fff;
    color: #1f252b;
}

.luxury-btn-primary:hover,
.luxury-btn-primary:focus {
    color: #1f252b;
}

.luxury-hero-media {
    align-self: stretch;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    min-height: 0;
}

.luxury-hero-media:before {
    background: linear-gradient(90deg, rgba(31, 37, 43, .85), rgba(31, 37, 43, .12) 38%, transparent);
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 2;
}

.luxury-hero-media .hero-slide-img {
    object-position: center;
}

.luxury-hero .hero-dots {
    bottom: 30px;
}

.luxury-service {
    background: #f3efe8;
    border: 0;
    padding: 34px clamp(18px, 4vw, 72px);
}

.luxury-service:before {
    display: none;
}

.luxury-service .feature-track {
    gap: 12px;
    max-width: 1180px;
}

.luxury-service .feature-card {
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(31, 37, 43, .08);
    grid-template-columns: 44px 1fr;
    min-height: 110px;
    padding: 22px;
}

.luxury-service .feature-number {
    display: none;
}

.luxury-service .feature-icon {
    border-color: rgba(8, 170, 166, .28);
    color: #087e7b;
}

.luxury-service h3 {
    color: #1f252b;
    font-size: 18px;
}

.luxury-service p {
    color: #5d6469;
}

.luxury-collections {
    background: #f3efe8;
    padding: 64px 0 76px;
}

.luxury-section-head {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
}

.luxury-section-head h2 {
    color: #1f252b;
    font-family: var(--font-display);
    font-size: clamp(30px, 3vw, 48px);
    line-height: 1.35;
    margin: 0;
}

.luxury-product-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.luxury-product-card {
    background: #fff;
    overflow: hidden;
}

.luxury-product-card:nth-of-type(2),
.luxury-product-card:nth-of-type(3) {
    transform: translateY(28px);
}

.luxury-product-link {
    aspect-ratio: 1 / .78;
    background: #20252b;
    display: block;
    overflow: hidden;
    position: relative;
}

.luxury-product-link img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    width: 100%;
}

.luxury-product-link:hover img {
    transform: scale(1.045);
}

.luxury-card-arrow {
    align-items: center;
    background: rgba(255, 255, 255, .92);
    border-radius: 50%;
    bottom: 18px;
    color: #1f252b;
    display: flex;
    font-size: 28px;
    height: 42px;
    justify-content: center;
    left: 18px;
    position: absolute;
    width: 42px;
}

.luxury-product-copy {
    padding: 22px 22px 24px;
}

.luxury-product-copy h3 {
    color: #1f252b;
    font-family: var(--font-display);
    font-size: 23px;
    margin: 0 0 8px;
}

.luxury-product-copy p {
    color: #626a70;
    line-height: 1.8;
    margin: 0 0 18px;
}

.luxury-product-copy a {
    color: #087e7b;
    font-weight: 700;
}

.luxury-store #contact {
    background: #1f252b;
    padding-bottom: 78px;
    padding-top: 76px;
}

.luxury-store #contact form {
    max-width: 820px;
}

.luxury-store #contact p {
    color: #fff;
}

.luxury-store .form-control,
.luxury-store #contact textarea.message {
    background-color: #292e36;
    border: 1px solid #343b46;
    color: #fff;
}

.luxury-store .btn-send {
    background: #fff;
    color: #1f252b;
}

.luxury-store .btn-reset {
    color: #fff;
}

.luxury-store .social-section,
.luxury-store .footer {
    background-color: #1f252b;
}

.luxury-store.theme-light,
body.theme-light.luxury-store,
body.theme-light.luxury-store .luxury-service,
body.theme-light.luxury-store .luxury-collections {
    background-color: #f3efe8;
}

body.theme-light.luxury-store .luxury-hero {
    background:
        linear-gradient(135deg, rgba(243, 239, 232, .92), rgba(232, 225, 215, .82)),
        #f3efe8;
}

body.theme-light.luxury-store .luxury-hero-copy h1,
body.theme-light.luxury-store .luxury-hero-copy p {
    color: #1f252b;
    text-shadow: none;
}

body.theme-light.luxury-store .luxury-btn {
    border-color: rgba(31, 37, 43, .18);
    color: #1f252b;
}

body.theme-light.luxury-store .luxury-btn-primary {
    background-color: #1f252b;
    color: #fff;
}

body.theme-light.luxury-store .luxury-hero-media:before {
    background: linear-gradient(90deg, rgba(243, 239, 232, .92), rgba(243, 239, 232, .18) 40%, transparent);
}

.squarespace-store {
    background: #000;
    color: #fff;
}

.squarespace-store .header {
    background: #000;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    min-height: 78px;
    position: fixed;
}

.squarespace-store .header .inner {
    margin: 0 auto;
    max-width: 1840px;
    min-height: 78px;
}

.squarespace-store .header-logo {
    top: 24px;
    width: 216px;
}

.squarespace-store .nav-bars {
    right: 34px !important;
    top: 25px !important;
}

.squarespace-store .theme-toggle {
    right: 82px;
    top: 24px;
}

.template-hero {
    background: #000;
    min-height: 100vh;
    overflow: hidden;
    padding: 104px 0 70px;
}

.template-hero-top {
    margin: 0 auto;
    max-width: 920px;
    padding: 18px 20px 54px;
    text-align: center;
}

.template-hero-top p {
    color: #f4f4f4;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 18px;
}

.template-hero-top h1 {
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(42px, 6vw, 82px);
    font-weight: 400;
    line-height: 1.12;
    margin: 0 auto;
    max-width: 820px;
}

.template-hero-top a {
    background: #fff;
    color: #000;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    height: 56px;
    justify-content: center;
    margin-top: 30px;
    min-width: 170px;
    padding: 18px 30px;
    text-decoration: none;
}

.template-wall {
    display: grid;
    gap: 42px;
    grid-template-columns: repeat(4, minmax(320px, 1fr));
    margin-inline: calc(50% - 50vw);
    padding: 0 0 24px;
    width: 100vw;
}

.template-card {
    background: #141414;
    border-radius: 8px;
    color: #fff;
    display: block;
    min-height: 292px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.template-card:nth-child(1) {
    margin-top: 18px;
    transform: translateX(36px);
}

.template-card:nth-child(2) {
    margin-top: 0;
}

.template-card:nth-child(3) {
    margin-top: 24px;
}

.template-card:nth-child(4) {
    margin-top: 8px;
    transform: translateX(-38px);
}

.template-card:nth-child(5) {
    grid-column: 1 / span 2;
    margin-right: 74px;
}

.template-card:nth-child(6) {
    grid-column: 3 / span 2;
    margin-left: 74px;
}

.template-card img {
    display: block;
    height: 100%;
    min-height: 292px;
    object-fit: cover;
    transition: transform .55s ease, filter .55s ease;
    width: 100%;
}

.template-card:before {
    background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, .74));
    content: '';
    inset: 0;
    position: absolute;
    z-index: 1;
}

.template-card span,
.template-card small {
    color: #fff;
    position: absolute;
    right: 28px;
    z-index: 2;
}

.template-card span {
    bottom: 44px;
    font-family: var(--font-display);
    font-size: 26px;
    line-height: 1.15;
}

.template-card small {
    bottom: 22px;
    font-size: 13px;
}

.template-card:hover,
.template-card:focus {
    color: #fff;
    text-decoration: none;
}

.template-card:hover img {
    filter: saturate(1.08);
    transform: scale(1.045);
}

.squarespace-store .luxury-service {
    background: #000;
    padding: 48px 34px 60px;
}

.squarespace-store .luxury-service .feature-card {
    background: #111;
    border-color: rgba(255, 255, 255, .14);
}

.squarespace-store .luxury-service h3,
.squarespace-store .luxury-service p {
    color: #fff;
}

.squarespace-store .luxury-collections {
    background: #000;
    padding-top: 46px;
}

.squarespace-store .luxury-section-head h2,
.squarespace-store .luxury-product-copy h3 {
    color: #fff;
}

.squarespace-store .luxury-product-card {
    background: #111;
    border: 1px solid rgba(255, 255, 255, .12);
}

.squarespace-store .luxury-product-copy p {
    color: #c7c7c7;
}

.squarespace-store #contact,
.squarespace-store .social-section,
.squarespace-store .footer {
    background: #000;
}

body.theme-light.squarespace-store,
body.theme-light.squarespace-store .template-hero,
body.theme-light.squarespace-store .luxury-service,
body.theme-light.squarespace-store .luxury-collections {
    background: #f4f1eb;
}

body.theme-light.squarespace-store .header {
    background: #f4f1eb;
    border-bottom-color: rgba(31, 37, 43, .1);
}

body.theme-light.squarespace-store .template-hero-top h1,
body.theme-light.squarespace-store .template-hero-top p {
    color: #111;
}

body.theme-light.squarespace-store .template-hero-top a {
    background: #111;
    color: #fff;
}

body.theme-light.squarespace-store .template-card,
body.theme-light.squarespace-store .luxury-product-card,
body.theme-light.squarespace-store .luxury-service .feature-card {
    background: #fff;
}

body.theme-light.squarespace-store .luxury-service h3,
body.theme-light.squarespace-store .luxury-service p,
body.theme-light.squarespace-store .luxury-section-head h2,
body.theme-light.squarespace-store .luxury-product-copy h3 {
    color: #111;
}

@media only screen and (max-width: 1100px) {
    .template-wall {
        gap: 24px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0 18px 20px;
    }

    .template-card,
    .template-card:nth-child(5),
    .template-card:nth-child(6) {
        grid-column: auto;
        margin-left: 0;
        margin-right: 0;
        transform: none;
    }
}

@media only screen and (max-width: 640px) {
    .squarespace-store .header {
        min-height: 66px;
    }

    .squarespace-store .header .inner {
        min-height: 66px;
    }

    .squarespace-store .header-logo {
        left: 18px;
        top: 22px;
        width: 138px;
    }

    .squarespace-store .nav-bars {
        right: 18px !important;
        top: 18px !important;
    }

    .squarespace-store .theme-toggle {
        right: 62px;
        top: 17px;
    }

    .template-hero {
        padding: 82px 0 44px;
    }

    .template-hero-top {
        padding: 12px 20px 34px;
        text-align: right;
    }

    .template-hero-top h1 {
        font-size: 42px;
    }

    .template-hero-top a {
        width: 100%;
    }

    .template-wall {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        padding: 0 18px 12px;
        scroll-snap-type: x mandatory;
    }

    .template-card {
        flex: 0 0 84vw;
        min-height: 330px;
        scroll-snap-align: center;
    }

    .template-card img {
        min-height: 330px;
    }

    .squarespace-store .luxury-service {
        padding: 28px 18px 38px;
    }
}

.squarespace-store .template-main-nav {
    align-items: center;
    display: flex;
    gap: 34px;
    left: 50%;
    position: absolute;
    top: 30px;
    transform: translateX(-50%);
}

.squarespace-store .template-main-nav a,
.squarespace-store .template-header-actions a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.squarespace-store .template-header-actions {
    align-items: center;
    display: flex;
    gap: 28px;
    left: auto;
    position: absolute;
    right: 132px;
    top: 4px;
}

.squarespace-store .template-header-actions a:last-child {
    align-items: center;
    background: #fff;
    color: #000;
    display: inline-flex;
    height: 64px;
    justify-content: center;
    min-width: 156px;
    padding: 0 26px;
}

.squarespace-store .nav-bars {
    display: none;
}

.squarespace-store .theme-toggle {
    right: 312px;
}

.template-hero {
    padding-bottom: 86px;
}

.template-hero-top {
    padding-bottom: 72px;
}

.template-hero-top h1 {
    font-size: clamp(52px, 7.2vw, 112px);
    letter-spacing: 0;
    max-width: 1180px;
}

.template-wall {
    display: flex;
    gap: 40px;
    overflow: visible;
    padding: 0 0 46px;
    width: max-content;
}

.template-card {
    border-radius: 8px;
    box-shadow: none;
    color: #111;
    flex: 0 0 470px;
    height: 294px;
    isolation: isolate;
    min-height: 0;
    padding: 18px 22px;
}

.template-card:nth-child(1),
.template-card:nth-child(4) {
    transform: none;
}

.template-card:nth-child(5),
.template-card:nth-child(6) {
    grid-column: auto;
    margin-left: 0;
    margin-right: 0;
}

.template-card:nth-child(2n) {
    margin-top: 336px;
}

.template-card:nth-child(3n) {
    margin-top: 0;
}

.template-card:nth-child(1) {
    margin-right: -92px;
}

.template-card:nth-child(6) {
    margin-left: -60px;
}

.template-card:before {
    display: none;
}

.template-card img {
    display: none;
}

.template-card .template-mini-brand,
.template-card .template-mini-nav,
.template-card strong,
.template-card em,
.template-card i {
    color: currentColor;
    position: absolute;
    z-index: 2;
}

.template-card .template-mini-brand {
    font-size: 12px;
    font-weight: 800;
    right: 18px;
    top: 16px;
}

.template-card .template-mini-nav {
    font-size: 9px;
    left: 18px;
    opacity: .85;
    top: 18px;
}

.template-card strong {
    bottom: 62px;
    display: block;
    font-family: var(--font-display);
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: .98;
    max-width: 360px;
    right: 28px;
}

.template-card em {
    bottom: 32px;
    font-size: 12px;
    font-style: normal;
    right: 30px;
}

.template-card i {
    border-radius: 999px;
    display: block;
    height: 112px;
    left: 34px;
    opacity: .9;
    top: 82px;
    width: 164px;
}

.template-card-1 {
    background: #f0eee8;
    color: #141414;
}

.template-card-1 i {
    background:
        radial-gradient(circle at 30% 35%, #b47d61 0 18%, transparent 19%),
        radial-gradient(circle at 62% 58%, #d7b696 0 14%, transparent 15%),
        #c99a7f;
}

.template-card-2 {
    background: #efff68;
    color: #103b20;
}

.template-card-2 strong {
    font-size: 84px;
    max-width: none;
}

.template-card-2 i {
    background: #ff7b35;
    height: 48px;
    left: 32px;
    top: 156px;
    width: 118px;
}

.template-card-3 {
    background: #746c4c;
    color: #fff4cf;
}

.template-card-3 i {
    background: #5f593f;
    border-radius: 50%;
    height: 186px;
    left: 86px;
    top: 86px;
    width: 186px;
}

.template-card-4 {
    background: #0d3a24;
    color: #f7efb6;
}

.template-card-4 strong {
    font-size: 64px;
    max-width: 260px;
}

.template-card-4 i {
    background: linear-gradient(135deg, #dfc99a, #f5ead1);
    border-radius: 0;
    height: 176px;
    left: 28px;
    top: 28px;
    width: 150px;
}

.template-card-5 {
    background: #ec542f;
    color: #fff06c;
}

.template-card-5 strong {
    font-size: 76px;
    max-width: 360px;
}

.template-card-5 i {
    background: #fff4d2;
    height: 136px;
    left: 42px;
    top: 98px;
    width: 210px;
}

.template-card-6 {
    background: #1b1c20;
    color: #ff6434;
}

.template-card-6 strong {
    font-size: 62px;
    max-width: 360px;
}

.template-card-6 i {
    background: #d5b38c;
    border-radius: 0;
    height: 134px;
    left: 42px;
    top: 44px;
    width: 120px;
}

.template-card:hover {
    color: currentColor;
    transform: translateY(-8px);
}

.template-card:nth-child(2n):hover {
    transform: translateY(328px);
}

.squarespace-store .luxury-service,
.squarespace-store .luxury-collections {
    display: none;
}

body.theme-light.squarespace-store .template-card strong,
body.theme-light.squarespace-store .template-card em,
body.theme-light.squarespace-store .template-card .template-mini-brand,
body.theme-light.squarespace-store .template-card .template-mini-nav {
    color: currentColor;
}

@media only screen and (max-width: 1100px) {

    .squarespace-store .template-main-nav,
    .squarespace-store .template-header-actions {
        display: none;
    }

    .squarespace-store .nav-bars {
        display: block;
    }

    .squarespace-store .theme-toggle {
        right: 82px;
    }

    .template-wall {
        overflow-x: auto;
        padding: 0 18px 44px;
        scroll-snap-type: x mandatory;
        width: 100vw;
    }

    .template-card {
        flex-basis: 430px;
        margin: 0 !important;
        scroll-snap-align: center;
        transform: none !important;
    }

    .template-card:nth-child(2n) {
        margin-top: 0;
    }

    .template-card:hover,
    .template-card:nth-child(2n):hover {
        transform: none;
    }
}

@media only screen and (max-width: 640px) {
    .template-hero-top h1 {
        font-size: 48px;
    }

    .template-card {
        flex-basis: 86vw;
        height: 330px;
    }

    .template-card strong,
    .template-card-2 strong,
    .template-card-5 strong {
        font-size: 48px;
        max-width: 260px;
    }
}

@media only screen and (max-width: 992px) {
    .luxury-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-top: 82px;
    }

    .luxury-hero-copy {
        max-width: 620px;
        padding: 28px 0 30px;
    }

    .luxury-hero-media {
        aspect-ratio: 4 / 3;
        min-height: 0;
    }

    .luxury-hero-media:before {
        background: linear-gradient(180deg, rgba(31, 37, 43, .12), rgba(31, 37, 43, .18));
    }

    .luxury-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .luxury-product-card:nth-of-type(2),
    .luxury-product-card:nth-of-type(3) {
        transform: none;
    }
}

@media only screen and (max-width: 640px) {
    .luxury-store .header-logo {
        width: 126px;
    }

    .luxury-hero {
        padding: 76px 18px 24px;
    }

    .luxury-hero-copy h1 {
        font-size: 37px;
    }

    .luxury-hero-copy p {
        font-size: 15px;
        line-height: 1.9;
    }

    .luxury-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .luxury-btn {
        min-width: 0;
        padding: 0 12px;
    }

    .luxury-hero-media {
        aspect-ratio: 1 / 1.08;
    }

    .luxury-service {
        padding: 22px 18px 28px;
    }

    .luxury-service .feature-track {
        grid-template-columns: 1fr;
    }

    .luxury-collections {
        padding: 44px 0 56px;
    }

    .luxury-section-head {
        align-items: start;
        display: block;
        margin-bottom: 20px;
    }

    .luxury-product-grid {
        gap: 14px;
        grid-template-columns: 1fr;
    }

    .luxury-product-link {
        aspect-ratio: 1 / .72;
    }

    .luxury-product-copy {
        padding: 18px 18px 20px;
    }
}

/* Squarespace-inspired Arabic landing */
body.sq-page {
    background: #000;
    color: #fff;
    direction: rtl;
    font-family: "IBM Plex Sans Arabic", "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
}

.sq-page a {
    color: inherit;
    text-decoration: none;
}

.sq-header {
    align-items: center;
    background: #000;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    height: 82px;
    left: 0;
    padding: 0 39px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 30;
}

.sq-brand {
    align-items: center;
    direction: ltr;
    display: inline-flex;
    font-family: Arial, sans-serif;
    font-size: 25px;
    font-style: italic;
    font-weight: 900;
    gap: 10px;
    justify-self: start;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 0;
    text-transform: uppercase;
}

.sq-brand-mark {
    align-items: center;
    border: 2px solid currentColor;
    display: inline-flex;
    font-size: 19px;
    height: 34px;
    justify-content: center;
    width: 46px;
}

.sq-nav {
    display: flex;
    gap: 37px;
    justify-content: center;
}

.sq-nav-item {
    align-items: center;
    display: flex;
    min-height: 82px;
    position: relative;
}

.sq-nav-trigger {
    align-items: center;
    background: transparent;
    border: 0;
    color: #fff;
    display: inline-flex;
    gap: 5px;
    padding: 27px 0;
}

.sq-nav-trigger,
.sq-login {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sq-nav-trigger span {
    font-size: 13px;
    margin-right: 4px;
    transition: transform .1s ease;
}

.sq-mega-menu {
    background: #000;
    border-top: 1px solid rgba(255, 255, 255, .1);
    box-shadow: none;
    display: grid;
    gap: 46px;
    grid-template-columns: 260px minmax(640px, 900px);
    left: 0;
    opacity: 0;
    padding: 38px max(40px, calc((100vw - 1160px) / 2)) 46px;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 82px;
    transform: translateY(4px);
    transition: opacity .11s ease, transform .11s ease;
    width: 100vw;
    z-index: 35;
}

.sq-nav-item:hover .sq-mega-menu,
.sq-nav-item:focus-within .sq-mega-menu,
.sq-nav-item.is-open .sq-mega-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.sq-nav-item:hover .sq-nav-trigger span,
.sq-nav-item:focus-within .sq-nav-trigger span,
.sq-nav-item.is-open .sq-nav-trigger span {
    transform: rotate(180deg);
}

.sq-mega-kicker {
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.8;
    padding-top: 2px;
}

.sq-mega-grid {
    display: grid;
    gap: 30px 58px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sq-mega-grid a {
    border-bottom: 0;
    display: block;
    padding: 0;
}

.sq-mega-grid strong {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25;
}

.sq-mega-grid small {
    color: rgba(255, 255, 255, .66);
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 6px;
}

.sq-mega-grid a:hover strong,
.sq-mega-grid a:focus strong {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.sq-actions {
    align-items: start;
    display: flex;
    gap: 31px;
    justify-self: end;
}

.sq-login {
    margin-top: 29px;
}

.sq-start {
    align-items: center;
    background: #fff;
    color: #000 !important;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    height: 64px;
    margin-top: 4px;
    min-width: 156px;
    padding: 0 30px;
    justify-content: center;
    line-height: 1;
    text-align: center;
}

.sq-menu-button {
    background: transparent;
    border: 0;
    display: none;
    height: 32px;
    justify-self: end;
    padding: 0;
    position: relative;
    width: 34px;
}

.sq-menu-button span {
    background: #fff;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transform-origin: center;
    transition:
        top .25s cubic-bezier(.165, .84, .44, 1) .25s,
        transform .25s cubic-bezier(.165, .84, .44, 1),
        background-color .5s cubic-bezier(.165, .84, .44, 1);
    width: 100%;
}

.sq-menu-button span:first-child {
    top: 11px;
}

.sq-menu-button span:last-child {
    top: 20px;
}

.sq-menu-open .sq-menu-button span:first-child {
    top: 16px;
    transition:
        top .25s cubic-bezier(.165, .84, .44, 1),
        transform .25s cubic-bezier(.165, .84, .44, 1) .25s,
        background-color .5s cubic-bezier(.165, .84, .44, 1);
    transform: rotate(45deg);
}

.sq-menu-open .sq-menu-button span:last-child {
    top: 16px;
    transition:
        top .25s cubic-bezier(.165, .84, .44, 1),
        transform .25s cubic-bezier(.165, .84, .44, 1) .25s,
        background-color .5s cubic-bezier(.165, .84, .44, 1);
    transform: rotate(-45deg);
}

.sq-ai-hero {
    align-items: center;
    background: #000;
    display: flex;
    justify-content: center;
    min-height: 390px;
    padding: 94px 24px 12px;
    text-align: center;
}

.sq-ai-hero-inner {
    margin-top: 0;
    max-width: 860px;
}

.sq-ai-hero h1 {
    color: #fff;
    font-family: "IBM Plex Sans Arabic", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(54px, 5.05vw, 80px);
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.04;
    margin: 0 auto 18px;
}

.sq-ai-hero .sq-hero-title-card {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: none;
    display: inline-block;
    font-family: "IBM Plex Sans Arabic", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(38px, 4.05vw, 62px);
    font-weight: 600;
    line-height: 1.16;
    max-width: min(820px, 100%);
    overflow: hidden;
    padding: clamp(16px, 1.9vw, 24px) clamp(20px, 3vw, 38px);
    position: relative;
    transform: perspective(900px) translateZ(0) rotateX(0) rotateY(0);
    transform-style: preserve-3d;
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease;
    will-change: transform;
    z-index: 1;
}

.sq-ai-hero .sq-hero-title-card:before {
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, .2) 40%, rgba(255, 255, 255, .46) 50%, rgba(255, 255, 255, .18) 60%, transparent 100%);
    bottom: -38%;
    content: "";
    left: -58%;
    opacity: .9;
    pointer-events: none;
    position: absolute;
    top: -38%;
    transform: skewX(-18deg);
    transition: left .7s cubic-bezier(.2, .8, .2, 1);
    width: 46%;
    z-index: -1;
}

@media (hover: hover) {
    .sq-ai-hero .sq-hero-title-card:hover {
        transform: perspective(900px) translateY(-6px) translateZ(28px) rotateX(2deg) rotateY(-2deg);
    }

    .sq-ai-hero .sq-hero-title-card:hover:before {
        left: 115%;
    }
}

/* Home product showcase */
html body.sq-page .sq-shop-window {
    background: #fbfaf7 !important;
    color: #0c2730 !important;
    padding: 74px 0 88px;
}

html body.sq-page .sq-arrivals-section {
    padding-top: 10px;
}

html body.sq-page .sq-shop-window-inner {
    margin: 0 auto;
    max-width: none;
    padding: 0 clamp(32px, 4vw, 76px);
    width: 100%;
}

html body.sq-page .sq-shop-section-title {
    color: #1b7379 !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3vw, 44px);
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 18px;
    text-align: left;
}

html body.sq-page[dir="rtl"] .sq-shop-section-title,
html[dir="rtl"] body.sq-page .sq-shop-section-title {
    text-align: right;
}

html body.sq-page .sq-shop-product-row {
    align-items: start;
    direction: ltr;
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media only screen and (min-width: 1301px) {
    html body.sq-page .sq-shop-product-row > .sq-shop-product-card:nth-child(n + 7) {
        display: none;
    }
}

html body.sq-page .sq-shop-product-card {
    background: rgba(0, 28, 22, .72);
    border: 1px solid rgba(15, 199, 192, .42);
    color: #1b7379 !important;
    display: block;
    min-width: 0;
    overflow: hidden;
    padding-bottom: 14px;
    text-decoration: none;
}

html body.sq-page .sq-shop-product-image {
    background: #ece6dc;
    display: block;
    height: clamp(230px, 18vw, 300px);
    overflow: hidden;
    position: relative;
    width: 100%;
}

html body.sq-page .sq-shop-product-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease, filter .45s ease;
    width: 100%;
}

html body.sq-page .sq-shop-product-name,
html body.sq-page .sq-shop-product-price {
    color: #1b7379 !important;
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: 0;
    line-height: 1.45;
    overflow-wrap: anywhere;
    text-align: left;
}

html body.sq-page .sq-shop-product-name,
html body.sq-page .sq-shop-product-price {
    padding: 0 14px;
}

html body.sq-page[dir="rtl"] .sq-shop-product-name,
html body.sq-page[dir="rtl"] .sq-shop-product-price,
html[dir="rtl"] body.sq-page .sq-shop-product-name,
html[dir="rtl"] body.sq-page .sq-shop-product-price {
    text-align: right;
}

html body.sq-page .sq-shop-product-name {
    font-size: 14px;
    margin-top: 16px;
}

html body.sq-page .sq-shop-product-price {
    font-size: 18px;
    margin-top: 6px;
}

html body.sq-page .sq-shop-product-price.has-sale {
    align-items: baseline;
    display: flex;
    gap: 14px;
}

html body.sq-page[dir="rtl"] .sq-shop-product-price.has-sale,
html[dir="rtl"] body.sq-page .sq-shop-product-price.has-sale {
    justify-content: flex-end;
}

html body.sq-page .sq-old-price {
    color: rgba(27, 115, 121, .68) !important;
    font-size: 14px;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}

html body.sq-page .sq-sale-badge {
    align-items: center;
    background: #315fc1;
    border-radius: 999px;
    bottom: 12px;
    color: #fff;
    display: inline-flex;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 28px;
    justify-content: center;
    left: 12px;
    letter-spacing: 0;
    min-width: 58px;
    padding: 0 14px;
    position: absolute;
    z-index: 2;
}

html body.sq-page .sq-sale-section {
    padding-top: 28px;
}

html body.sq-page .sq-shop-product-card:hover .sq-shop-product-image img,
html body.sq-page .sq-shop-product-card:focus .sq-shop-product-image img {
    filter: saturate(1.04) contrast(1.03);
    transform: scale(1.035);
}

html body.sq-page .sq-shop-more {
    color: #070707 !important;
    display: block;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 54px auto 0;
    text-align: center;
    text-decoration: none;
    width: max-content;
}

html body.sq-page .sq-shop-more:hover,
html body.sq-page .sq-shop-more:focus {
    color: #1b7379 !important;
}

html body.sq-page .sq-category-section.sq-shop-window {
    padding-top: 24px;
}

html body.sq-page .sq-category-shell {
    position: relative;
}

html body.sq-page .sq-category-panel {
    display: none;
}

html body.sq-page .sq-category-panel.is-active {
    animation: sqCategoryFade .34s ease both;
    display: block;
}

html body.sq-page .sq-category-products {
    min-height: 0;
}

html body.sq-page .sq-category-controls {
    align-items: center;
    direction: ltr;
    display: flex;
    gap: 28px;
    justify-content: center;
    margin-top: 30px;
}

html body.sq-page .sq-category-controls button {
    align-items: center;
    background: transparent !important;
    border: 0;
    color: #9ccdd1 !important;
    cursor: pointer;
    display: inline-flex;
    font-size: 25px;
    height: 36px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 36px;
}

html body.sq-page .sq-category-controls button:hover,
html body.sq-page .sq-category-controls button:focus {
    color: #1b7379 !important;
}

html body.sq-page .sq-category-count {
    color: #1b7379;
    font-size: 13px;
    min-width: 36px;
    text-align: center;
}

@keyframes sqCategoryFade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

@media only screen and (max-width: 1300px) {
    html body.sq-page .sq-shop-product-row {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    html body.sq-page .sq-shop-product-row > .sq-shop-product-card:nth-child(n + 5) {
        display: none;
    }
}

@media only screen and (max-width: 1100px) {
    html body.sq-page .sq-shop-window {
        padding: 58px 0 70px;
    }

    html body.sq-page .sq-shop-product-row {
        display: flex;
        gap: 16px;
        margin: 0 -24px;
        overflow-x: auto;
        padding: 0 24px 10px;
        scroll-snap-type: x mandatory;
    }

    html body.sq-page .sq-shop-product-row > .sq-shop-product-card:nth-child(n + 5) {
        display: block;
    }

    html body.sq-page .sq-shop-product-card {
        flex: 0 0 min(78vw, 360px);
        scroll-snap-align: start;
    }

    html body.sq-page .sq-shop-product-image {
        height: 390px;
    }
}

@media only screen and (max-width: 640px) {
    html body.sq-page .sq-shop-window-inner {
        padding: 0 18px;
    }

    html body.sq-page .sq-shop-section-title {
        font-size: 30px;
        margin-bottom: 24px;
    }

    html body.sq-page .sq-shop-product-row {
        margin: 0 -18px;
        padding: 0 18px 8px;
    }

    html body.sq-page .sq-shop-product-card {
        flex-basis: 82vw;
    }

    html body.sq-page .sq-shop-product-image {
        height: 345px;
    }

    html body.sq-page .sq-shop-more {
        margin-top: 38px;
    }
}

/* Dark theme black-only finish */
html body.sq-page:not(.theme-light):not(.theme-logo) {
    --dark-border-final: rgba(255, 255, 255, .16);
    background: #000 !important;
    color: #fff !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-header,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-menu,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-menu-panel,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-mega-menu,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-ai-hero,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-template-stage,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-product-stage,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-business-section,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-category-section,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-sale-section,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-shop-window,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-request,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-footer {
    background: #000 !important;
    color: #fff !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-shop-section-title,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-shop-product-name,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-shop-product-price,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-shop-more,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-category-count,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-ai-hero h1,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-business-section h2,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-info-cards h3,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-request-copy h1 {
    color: #fff !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-shop-product-price,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-ai-hero p,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-ai-hero small,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-info-cards p,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-request-copy p,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-request-copy span,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-stats span {
    color: rgba(255, 255, 255, .72) !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-shop-product-image,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-product-slide,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-category-card {
    background: #070707 !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-info-cards article,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-request-form input,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-request-form textarea {
    background: #050505 !important;
    border-color: rgba(255, 255, 255, .18) !important;
    box-shadow: none !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-old-price {
    color: rgba(255, 255, 255, .48) !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-category-controls button {
    color: rgba(255, 255, 255, .72) !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-category-controls button:hover,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-category-controls button:focus,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-shop-more:hover,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-shop-more:focus {
    color: #fff !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-ai-hero .sq-hero-title-card,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-ai-hero .sq-hero-title-card:hover {
    background: #000 !important;
    border-color: rgba(255, 255, 255, .18) !important;
    box-shadow: none !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-ai-hero .sq-hero-title-card:before {
    display: none !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .theme-toggle-icon {
    background: #fff !important;
}

.sq-ai-hero p {
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.75;
    margin: 0 auto 16px;
    max-width: 720px;
}

.sq-ai-hero a {
    align-items: center;
    background: #fff;
    color: #000 !important;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    height: 54px;
    justify-content: center;
    margin-bottom: 10px;
    min-width: 158px;
    padding: 0 28px;
}

.sq-ai-hero small {
    color: rgba(255, 255, 255, .86);
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.sq-template-stage {
    background: #000;
    min-height: 100vh;
    overflow: hidden;
    padding: 0 0 86px;
}

.sq-note {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 80px;
    text-align: center;
}

.sq-card-wall {
    direction: ltr;
    display: grid;
    gap: 42px 40px;
    grid-template-columns: repeat(4, 470px);
    grid-template-rows: repeat(2, 294px);
    transform: translate(94px, -4px);
    width: max-content;
}

.sq-template-card {
    background: #111;
    border-radius: 7px;
    display: block;
    overflow: hidden;
    position: relative;
}

.sq-template-card:nth-child(1),
.sq-template-card:nth-child(5) {
    transform: translateX(60px);
}

.sq-template-card:nth-child(4),
.sq-template-card:nth-child(8) {
    transform: translateX(-70px);
}

.sq-template-card img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease, filter .45s ease;
    width: 100%;
}

.sq-template-card:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .64));
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.sq-template-card span {
    bottom: 25px;
    direction: rtl;
    left: 28px;
    position: absolute;
    right: 28px;
    z-index: 2;
}

.sq-template-card strong {
    display: block;
    font-family: "MazhikTrial", "IBM Plex Sans Arabic", sans-serif;
    font-size: 28px;
    line-height: 1.25;
}

.sq-template-card small {
    color: rgba(255, 255, 255, .82);
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 8px;
}

.sq-template-card:hover img {
    filter: saturate(1.08) contrast(1.05);
    transform: scale(1.035);
}

.sq-product-stage {
    min-height: 294px;
    padding-bottom: 0;
}

.sq-product-slider {
    direction: ltr;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    user-select: none;
    width: 100%;
}

.sq-product-track {
    animation: sqProductMarquee 58s linear infinite;
    display: flex;
    gap: 40px;
    width: max-content;
}

.sq-product-slide {
    background: #101010;
    border-radius: 7px;
    display: block;
    flex: 0 0 470px;
    height: 294px;
    overflow: hidden;
    cursor: default;
}

.sq-product-slide img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

@keyframes sqProductMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 20px));
    }
}

.sq-business-section {
    background: #000;
    color: #fff;
    padding: 58px 34px 108px;
}

.sq-business-inner {
    margin: 0 auto;
    max-width: 1840px;
}

.sq-business-section h2 {
    color: #fff;
    font-family: "IBM Plex Sans Arabic", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(40px, 3.08vw, 58px);
    font-weight: 300;
    line-height: 1.12;
    margin: 0 auto 78px;
    max-width: 780px;
    text-align: right;
}

.sq-stats {
    display: grid;
    gap: 48px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto 108px;
    max-width: 820px;
}

.sq-stats strong {
    color: #fff;
    display: block;
    font-family: "IBM Plex Sans Arabic", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(54px, 4.35vw, 78px);
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1;
}

.sq-stats span {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.7;
    margin-top: 24px;
}

.sq-business-stats-section {
    padding-bottom: 82px;
}

.sq-business-stats-section .sq-stats {
    margin-bottom: 0;
}

.sq-business-cards-section {
    padding-top: 40px;
}

.sq-info-cards {
    display: grid;
    gap: 38px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sq-info-cards article {
    background: #303030;
    border: 2px solid #5d5d5d;
    border-radius: 6px;
    min-height: 150px;
    padding: 30px 31px 28px;
}

.sq-info-cards h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.25;
    margin: 0 0 18px;
}

.sq-info-cards p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.65;
    margin: 0;
}

.sq-category-section {
    background: #000;
    color: #fff;
    padding: 16px 40px 112px;
}

.sq-category-heading {
    margin: 0 0 86px;
    max-width: 760px;
}

.sq-category-heading h2 {
    color: #fff;
    font-family: "IBM Plex Sans Arabic", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(44px, 3.85vw, 72px);
    font-weight: 300;
    line-height: 1.08;
    margin: 0;
}

.sq-category-heading span {
    display: inline;
}

.sq-category-slider {
    direction: ltr;
    overflow: hidden;
    width: 100%;
}

.sq-category-track {
    display: flex;
    gap: 40px;
    will-change: transform;
    transition: transform .82s cubic-bezier(.76, 0, .24, 1);
    width: max-content;
}

.sq-category-card {
    background: #171717;
    border-radius: 7px;
    color: #fff;
    display: block;
    flex: 0 0 calc((100vw - 200px) / 4);
    height: 584px;
    overflow: hidden;
    position: relative;
}

.sq-category-card img {
    backface-visibility: hidden;
    display: block;
    height: 100%;
    object-fit: cover;
    transform: scale(1) translate3d(0, 0, 0);
    transition: transform .9s cubic-bezier(.22, 1, .36, 1);
    width: 100%;
    will-change: transform;
}

.sq-category-card:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, .02) 42%, rgba(0, 0, 0, .24));
    content: "";
    inset: 0;
    position: absolute;
}

.sq-category-copy {
    left: 26px;
    position: absolute;
    right: 26px;
    top: 27px;
    z-index: 1;
}

.sq-category-copy strong {
    color: #fff;
    display: block;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 12px;
}

.sq-category-copy small {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.55;
    max-width: 330px;
}

.sq-category-arrow {
    bottom: 24px;
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    left: 26px;
    line-height: 1;
    position: absolute;
    z-index: 1;
}

.sq-category-card:hover,
.sq-category-card:focus {
    color: #fff;
}

.sq-category-card:hover img,
.sq-category-card:focus img {
    transform: scale(1.08) translate3d(0, 0, 0);
}

.sq-category-controls {
    align-items: center;
    direction: ltr;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    margin-top: 38px;
}

.sq-category-dots {
    align-items: center;
    display: flex;
    gap: 8px;
    grid-column: 2;
    justify-content: center;
}

.sq-category-dot {
    background: rgba(255, 255, 255, .38);
    border-radius: 999px;
    display: block;
    height: 5px;
    transition: width .32s ease, background .32s ease;
    width: 5px;
}

.sq-category-dot.is-active {
    background: rgba(255, 255, 255, .78);
    width: 32px;
}

.sq-category-arrows {
    display: flex;
    gap: 10px;
    grid-column: 3;
    justify-self: end;
}

.sq-category-arrows button {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 25px;
    height: 32px;
    justify-content: center;
    line-height: 1;
    padding: 0 0 3px;
    width: 32px;
}

.sq-category-arrows button:hover,
.sq-category-arrows button:focus {
    background: #fff;
    color: #000;
}

.sq-request {
    align-items: start;
    background: #000;
    border-top: 1px solid rgba(255, 255, 255, .16);
    display: grid;
    gap: 80px;
    grid-template-columns: minmax(280px, 500px) minmax(320px, 560px);
    justify-content: center;
    padding: 120px 40px;
}

.sq-request-copy span {
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
    font-weight: 900;
}

.sq-request-copy h1 {
    color: #fff;
    font-family: "MazhikTrial", "IBM Plex Sans Arabic", sans-serif;
    font-size: 58px;
    line-height: 1.08;
    margin: 18px 0 22px;
}

.sq-request-copy p {
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 2;
}

.sq-request-form {
    display: grid;
    gap: 22px;
}

.sq-request-form label {
    color: #fff;
    display: grid;
    font-size: 14px;
    font-weight: 800;
    gap: 10px;
}

.sq-request-form input,
.sq-request-form textarea {
    background: #16181f;
    border: 1px solid rgba(255, 255, 255, .14);
    color: #fff;
    min-height: 56px;
    padding: 12px 16px;
}

.sq-request-form button {
    background: #fff;
    border: 0;
    color: #000;
    font-size: 14px;
    font-weight: 800;
    justify-self: start;
    padding: 18px 34px;
}

.sq-request-link {
    align-items: center;
    background: #fff;
    color: #050505;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    padding: 18px 34px;
}

.sq-request-link-muted {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .35);
    color: #fff;
}

.sq-footer {
    background: #000;
    color: #fff;
    padding: 92px 40px 30px;
}

.sq-footer-main {
    border-top: 1px solid rgba(255, 255, 255, .22);
    display: grid;
    gap: clamp(56px, 8vw, 120px);
    grid-template-columns: minmax(260px, 420px) 1fr;
    padding-top: 46px;
}

.sq-footer-brand {
    display: grid;
    align-content: start;
    gap: 28px;
    min-height: 0;
}

.sq-brand-footer {
    align-self: start;
}

.sq-footer-brand h2 {
    color: #fff;
    font-family: "IBM Plex Sans Arabic", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(34px, 2.8vw, 52px);
    font-weight: 300;
    line-height: 1.12;
    margin: 0;
}

.sq-footer-links {
    display: grid;
    gap: clamp(36px, 5vw, 84px);
    grid-template-columns: 1.35fr 1.2fr 1.2fr 1fr;
}

.sq-footer-links div {
    display: flex;
    flex-direction: column;
}

.sq-footer h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    margin: 0 0 18px;
}

.sq-footer-subtitle {
    margin-top: 28px !important;
}

.sq-footer a {
    color: rgba(255, 255, 255, .58);
}

.sq-footer-links a {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 13px;
}

.sq-footer a:hover,
.sq-footer a:focus {
    color: #fff;
}

.sq-footer-bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .22);
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr auto 1fr;
    margin-top: 24px;
    padding-top: 20px;
}

.sq-footer-bottom,
.sq-footer-bottom a,
.sq-footer-bottom p {
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.sq-footer-bottom p {
    justify-self: end;
    margin: 0;
}

.sq-footer-locale,
.sq-footer-legal {
    display: flex;
    gap: 18px;
}

.sq-footer-legal {
    justify-content: center;
}

.sq-menu {
    background: #000;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 66px;
    transition: opacity .6s step-end;
    z-index: 25;
    animation: sqMenuSwipeOut .6s cubic-bezier(.165, .84, .44, 1) forwards;
}

.sq-menu-panel {
    background: #000;
    display: flex;
    flex-direction: column;
    gap: 0;
    height: 100%;
    overflow: hidden auto;
    padding: 0 28px 24px;
    transform: none;
    width: 100%;
}

.sq-mobile-nav {
    border-top: 1px solid rgba(255, 255, 255, .18);
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
    padding: 0;
}

.sq-mobile-accordion {
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    opacity: 0;
    transform: translateX(-24px);
    transition: opacity .7s cubic-bezier(.165, .84, .44, 1) .25s, transform .7s cubic-bezier(.165, .84, .44, 1) .25s;
}

.sq-mobile-accordion:nth-child(2) {
    transition-delay: .35s;
}

.sq-mobile-accordion:nth-child(3) {
    transition-delay: .45s;
}

.sq-menu-open .sq-mobile-accordion {
    opacity: 1;
    transform: translateX(0);
}

.sq-mobile-accordion-trigger {
    align-items: center;
    background: transparent;
    border: 0;
    color: #fff;
    display: flex;
    font-family: "IBM Plex Sans Arabic", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(34px, 10vw, 52px);
    font-weight: 300;
    justify-content: space-between;
    line-height: 1.1;
    padding: 25px 0;
    width: 100%;
}

.sq-mobile-accordion-trigger span {
    font-size: 20px;
    transition: transform .7s cubic-bezier(.165, .84, .44, 1);
}

.sq-mobile-accordion.is-open .sq-mobile-accordion-trigger span {
    transform: rotateX(-180deg);
}

.sq-mobile-accordion-panel {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    transition: max-height .7s cubic-bezier(.165, .84, .44, 1), opacity .45s ease, padding .7s cubic-bezier(.165, .84, .44, 1);
}

.sq-mobile-accordion.is-open .sq-mobile-accordion-panel {
    max-height: 230px;
    opacity: 1;
    padding: 0 0 24px;
    pointer-events: auto;
}

.sq-mobile-accordion-panel>a {
    color: rgba(255, 255, 255, .68);
    display: block;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 13px;
}

.sq-menu-actions {
    border-top: 0;
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
    margin-top: auto;
    padding-top: 32px;
}

.sq-menu-actions a {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 900;
    height: 56px;
    justify-content: center;
    text-align: center;
}

.sq-menu-actions a:last-child {
    background: #fff;
    color: #000;
}

.sq-menu-open {
    overflow: hidden;
}

.sq-menu-open .sq-menu {
    opacity: 1;
    pointer-events: auto;
    transition: opacity .6s step-start;
    animation: sqMenuSwipeIn .6s cubic-bezier(.165, .84, .44, 1) forwards;
}

.sq-menu-open .sq-menu-panel {
    transform: none;
}

@keyframes sqMenuSwipeIn {
    0% {
        clip-path: polygon(0% 0%, 0% 0%, -16% 100%, 0% 100%);
    }

    100% {
        clip-path: polygon(0% 0%, 101% 0%, 101% 101%, 0% 101%);
    }
}

@keyframes sqMenuSwipeOut {
    0% {
        clip-path: polygon(0% 0%, 101% 0%, 101% 101%, 0% 101%);
    }

    100% {
        clip-path: polygon(0% 0%, 0% 0%, -1% 100%, 0% 100%);
    }
}

@media only screen and (max-width: 1100px) {
    .sq-header {
        grid-template-columns: 1fr auto;
        height: 66px;
        padding: 0 20px;
    }

    .sq-nav,
    .sq-actions {
        display: none;
    }

    .sq-menu-button {
        display: block;
        margin-top: 0;
    }

    .sq-template-stage {
        padding-top: 0;
    }

    .sq-note {
        margin-bottom: 34px;
    }

    .sq-ai-hero {
        min-height: 520px;
        padding-top: 86px;
    }

    .sq-ai-hero h1 {
        font-size: 54px;
        letter-spacing: -1.2px;
    }

    .sq-card-wall {
        display: flex;
        gap: 18px;
        overflow-x: auto;
        padding: 0 18px 34px;
        scroll-snap-type: x mandatory;
        transform: none;
        width: 100vw;
    }

    .sq-template-card {
        flex: 0 0 82vw;
        height: 360px;
        scroll-snap-align: center;
        transform: none !important;
    }

    .sq-product-stage {
        min-height: 310px;
        padding-bottom: 0;
    }

    .sq-product-track {
        animation-duration: 48s;
        gap: 18px;
    }

    .sq-product-slide {
        flex-basis: 82vw;
        height: 310px;
    }

    .sq-business-section {
        padding: 50px 22px 78px;
    }

    .sq-business-section h2 {
        margin-bottom: 52px;
        max-width: 680px;
        text-align: center;
    }

    .sq-stats {
        gap: 26px;
        margin-bottom: 64px;
        max-width: 680px;
    }

    .sq-category-section {
        padding: 10px 22px 82px;
    }

    .sq-category-heading {
        margin-bottom: 42px;
    }

    .sq-category-card {
        flex-basis: min(82vw, 520px);
        height: 540px;
    }

    .sq-category-track {
        gap: 22px;
    }

    .sq-category-controls {
        grid-template-columns: 1fr;
        justify-items: center;
        row-gap: 24px;
    }

    .sq-category-dots,
    .sq-category-arrows {
        grid-column: 1;
        justify-self: center;
    }

    .sq-request,
    .sq-info-cards {
        grid-template-columns: 1fr;
    }

    .sq-footer {
        padding: 72px 28px 28px;
    }

    .sq-footer-main {
        gap: 56px;
        grid-template-columns: 1fr;
    }

    .sq-footer-brand {
        min-height: auto;
    }

    .sq-footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sq-footer-bottom {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .sq-footer-bottom p {
        justify-self: start;
    }
}

@media only screen and (max-width: 640px) {
    .sq-brand {
        font-size: 19px;
    }

    .sq-brand-mark {
        font-size: 17px;
        height: 32px;
        width: 40px;
    }

    .sq-template-stage {
        min-height: auto;
        padding-bottom: 44px;
    }

    .sq-ai-hero {
        min-height: 500px;
        padding: 82px 22px 28px;
    }

    .sq-ai-hero h1 {
        font-size: 42px;
        line-height: 1.08;
        margin-bottom: 28px;
    }

    .sq-ai-hero p {
        font-size: 14px;
        margin-bottom: 22px;
    }

    .sq-ai-hero .sq-hero-title-card {
        font-size: 34px;
        line-height: 1.2;
        padding: 16px 18px;
    }

    .sq-ai-hero a {
        height: 58px;
        min-width: 146px;
    }

    .sq-template-card {
        flex-basis: 86vw;
        height: 310px;
    }

    .sq-product-stage {
        min-height: 245px;
    }

    .sq-product-slide {
        flex-basis: 86vw;
        height: 245px;
    }

    .sq-business-section {
        padding: 42px 18px 62px;
    }

    .sq-business-section h2 {
        font-size: 32px;
        line-height: 1.18;
    }

    .sq-stats {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .sq-stats strong {
        font-size: 56px;
    }

    .sq-stats span {
        margin-top: 12px;
    }

    .sq-info-cards {
        gap: 16px;
    }

    .sq-info-cards article {
        padding: 24px 22px;
    }

    .sq-info-cards h3 {
        font-size: 22px;
    }

    .sq-category-section {
        padding: 0 18px 64px;
    }

    .sq-category-heading h2 {
        font-size: 34px;
    }

    .sq-category-card {
        flex-basis: 86vw;
        height: 450px;
    }

    .sq-category-track {
        gap: 18px;
    }

    .sq-category-copy {
        left: 22px;
        right: 22px;
        top: 22px;
    }

    .sq-category-copy strong {
        font-size: 24px;
    }

    .sq-template-card strong {
        font-size: 24px;
    }

    .sq-request {
        gap: 36px;
        padding: 64px 22px;
    }

    .sq-request-copy h1 {
        font-size: 38px;
    }

    .sq-footer {
        padding: 54px 22px 28px;
        text-align: right;
    }

    .sq-footer-main {
        padding-top: 34px;
    }

    .sq-footer-brand h2 {
        font-size: 36px;
    }

    .sq-footer-links {
        gap: 34px;
        grid-template-columns: 1fr;
    }

    .sq-footer-links a {
        margin-bottom: 11px;
    }

    .sq-footer-locale,
    .sq-footer-legal {
        flex-wrap: wrap;
        gap: 14px;
    }
}

/* Current site light theme overrides */
.sq-theme-toggle {
    flex: 0 0 auto;
    margin-top: 21px;
    position: static;
}

.sq-menu-actions .sq-theme-toggle {
    height: 34px;
    margin: 8px 0 2px;
    width: 64px;
}

body.theme-light.sq-page {
    background: #f6f1e8;
    color: #151515;
}

body.theme-light.sq-page .sq-header,
body.theme-light.sq-page .sq-mega-menu,
body.theme-light.sq-page .sq-ai-hero,
body.theme-light.sq-page .sq-template-stage,
body.theme-light.sq-page .sq-product-stage,
body.theme-light.sq-page .sq-business-section,
body.theme-light.sq-page .sq-category-section,
body.theme-light.sq-page .sq-request,
body.theme-light.sq-page .sq-footer,
body.theme-light.sq-page .sq-menu,
body.theme-light.sq-page .sq-menu-panel {
    background: #f6f1e8;
    color: #151515;
}

body.theme-light.sq-page .sq-header {
    border-bottom: 1px solid rgba(21, 21, 21, .1);
}

body.theme-light.sq-page .sq-brand,
body.theme-light.sq-page .sq-nav-trigger,
body.theme-light.sq-page .sq-login,
body.theme-light.sq-page .sq-ai-hero h1,
body.theme-light.sq-page .sq-ai-hero p,
body.theme-light.sq-page .sq-business-section h2,
body.theme-light.sq-page .sq-stats strong,
body.theme-light.sq-page .sq-stats span,
body.theme-light.sq-page .sq-info-cards h3,
body.theme-light.sq-page .sq-info-cards p,
body.theme-light.sq-page .sq-category-heading h2,
body.theme-light.sq-page .sq-request-copy h1,
body.theme-light.sq-page .sq-request-form label,
body.theme-light.sq-page .sq-footer-brand h2,
body.theme-light.sq-page .sq-footer h3,
body.theme-light.sq-page .sq-footer-bottom,
body.theme-light.sq-page .sq-footer-bottom a,
body.theme-light.sq-page .sq-footer-bottom p {
    color: #151515;
}

body.theme-light.sq-page .sq-ai-hero small,
body.theme-light.sq-page .sq-request-copy span,
body.theme-light.sq-page .sq-request-copy p,
body.theme-light.sq-page .sq-footer a,
body.theme-light.sq-page .sq-mega-kicker,
body.theme-light.sq-page .sq-mega-grid small {
    color: rgba(21, 21, 21, .68);
}

body.theme-light.sq-page .sq-mega-grid strong {
    color: #151515;
}

body.theme-light.sq-page .sq-start,
body.theme-light.sq-page .sq-ai-hero a,
body.theme-light.sq-page .sq-request-form button,
body.theme-light.sq-page .sq-request-link {
    background: #151515;
    color: #fff !important;
}

body.theme-light.sq-page .sq-menu-button span,
body.theme-light.sq-page .sq-category-dot.is-active {
    background: #151515;
}

body.theme-light.sq-page .sq-template-card,
body.theme-light.sq-page .sq-product-slide,
body.theme-light.sq-page .sq-category-card {
    background: #e5ded2;
}

body.theme-light.sq-page .sq-business-section {
    background:
        radial-gradient(circle at 14% 18%, rgba(12, 126, 122, .12), transparent 24%),
        #f6f1e8;
}

body.theme-light.sq-page .sq-info-cards article {
    background: rgba(255, 255, 255, .68);
    border-color: rgba(21, 21, 21, .18);
}

body.theme-light.sq-page .sq-category-card:before {
    background: linear-gradient(180deg, rgba(20, 20, 20, .12), rgba(20, 20, 20, .02) 42%, rgba(20, 20, 20, .22));
}

body.theme-light.sq-page .sq-category-dot {
    background: rgba(21, 21, 21, .25);
}

body.theme-light.sq-page .sq-category-arrows button,
body.theme-light.sq-page .sq-request-link-muted {
    border-color: rgba(21, 21, 21, .38);
    color: #151515;
}

body.theme-light.sq-page .sq-category-arrows button:hover,
body.theme-light.sq-page .sq-category-arrows button:focus {
    background: #151515;
    color: #fff;
}

body.theme-light.sq-page .sq-request,
body.theme-light.sq-page .sq-footer-main,
body.theme-light.sq-page .sq-footer-bottom,
body.theme-light.sq-page .sq-mobile-nav,
body.theme-light.sq-page .sq-mobile-accordion {
    border-color: rgba(21, 21, 21, .16);
}

body.theme-light.sq-page .sq-request-form input,
body.theme-light.sq-page .sq-request-form textarea {
    background: #fff;
    border-color: rgba(21, 21, 21, .18);
    color: #151515;
}

body.theme-light.sq-page .sq-mobile-accordion-trigger,
body.theme-light.sq-page .sq-mobile-accordion-panel a,
body.theme-light.sq-page .sq-menu-actions a,
body.theme-light.sq-page .sq-menu-actions button {
    color: #151515;
}

body.theme-light.sq-page .sq-mobile-accordion-trigger span {
    color: rgba(21, 21, 21, .7);
}

body.theme-light.sq-page .theme-toggle {
    background: rgba(255, 255, 255, .9);
    border-color: rgba(12, 126, 122, .38);
}

body.theme-light.sq-page .theme-toggle-icon {
    background-color: #0c7e7a;
    transform: translateX(-28px);
}

body.theme-light.sq-page .theme-toggle-icon:before {
    color: #fff;
    content: '\f4b9';
}

/* Richer warm light palette */
body.theme-light.sq-page {
    --light-ink: #17212b;
    --light-muted: #66706d;
    --light-cream: #fbf1df;
    --light-sand: #efe0c8;
    --light-sage: #dfe9d8;
    --light-teal: #0b7f78;
    --light-teal-deep: #075e5b;
    --light-coral: #db744c;
    --light-gold: #c59a49;
    background:
        radial-gradient(circle at 12% 15%, rgba(219, 116, 76, .16), transparent 25%),
        radial-gradient(circle at 86% 24%, rgba(11, 127, 120, .16), transparent 28%),
        linear-gradient(180deg, #fff6e7 0%, #f5e8d4 48%, #edf3e6 100%);
    color: var(--light-ink);
}

body.theme-light.sq-page .sq-header,
body.theme-light.sq-page .sq-menu,
body.theme-light.sq-page .sq-menu-panel {
    background: rgba(255, 246, 231, .94);
    backdrop-filter: blur(18px);
}

body.theme-light.sq-page .sq-mega-menu {
    background: #fff4df;
    border-top-color: rgba(11, 127, 120, .2);
}

body.theme-light.sq-page .sq-ai-hero,
body.theme-light.sq-page .sq-template-stage {
    background:
        radial-gradient(circle at 18% 30%, rgba(219, 116, 76, .14), transparent 24%),
        radial-gradient(circle at 82% 22%, rgba(11, 127, 120, .16), transparent 25%),
        linear-gradient(180deg, #fff4df 0%, #f6e6ca 100%);
}

body.theme-light.sq-page .sq-product-stage {
    background: linear-gradient(180deg, #f6e6ca 0%, #f1dcc0 100%);
}

body.theme-light.sq-page .sq-business-section {
    background:
        linear-gradient(90deg, rgba(11, 127, 120, .13), transparent 32%, rgba(219, 116, 76, .09)),
        #f4ead7;
}

body.theme-light.sq-page .sq-category-section {
    background: #eef4e7;
}

body.theme-light.sq-page .sq-request {
    background:
        radial-gradient(circle at 15% 20%, rgba(197, 154, 73, .16), transparent 26%),
        #fff4df;
}

body.theme-light.sq-page .sq-footer {
    background: #17212b;
    color: #fff8eb;
}

body.theme-light.sq-page .sq-brand,
body.theme-light.sq-page .sq-nav-trigger,
body.theme-light.sq-page .sq-login,
body.theme-light.sq-page .sq-ai-hero h1,
body.theme-light.sq-page .sq-ai-hero p,
body.theme-light.sq-page .sq-business-section h2,
body.theme-light.sq-page .sq-stats strong,
body.theme-light.sq-page .sq-stats span,
body.theme-light.sq-page .sq-info-cards h3,
body.theme-light.sq-page .sq-info-cards p,
body.theme-light.sq-page .sq-category-heading h2,
body.theme-light.sq-page .sq-request-copy h1,
body.theme-light.sq-page .sq-request-form label {
    color: var(--light-ink);
}

body.theme-light.sq-page .sq-ai-hero small,
body.theme-light.sq-page .sq-request-copy span,
body.theme-light.sq-page .sq-request-copy p,
body.theme-light.sq-page .sq-mega-kicker,
body.theme-light.sq-page .sq-mega-grid small {
    color: var(--light-muted);
}

body.theme-light.sq-page .sq-mega-grid strong {
    color: var(--light-teal-deep);
}

body.theme-light.sq-page .sq-start,
body.theme-light.sq-page .sq-ai-hero a,
body.theme-light.sq-page .sq-request-form button,
body.theme-light.sq-page .sq-request-link {
    background: var(--light-teal);
    color: #fff !important;
}

body.theme-light.sq-page .sq-start:hover,
body.theme-light.sq-page .sq-ai-hero a:hover,
body.theme-light.sq-page .sq-request-link:hover {
    background: var(--light-coral);
}

body.theme-light.sq-page .sq-menu-button span,
body.theme-light.sq-page .sq-category-dot.is-active {
    background: var(--light-teal);
}

body.theme-light.sq-page .sq-info-cards article {
    background: linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(223, 233, 216, .74));
    border-color: rgba(11, 127, 120, .22);
}

body.theme-light.sq-page .sq-info-cards article:nth-child(2) {
    background: linear-gradient(135deg, rgba(255, 248, 235, .82), rgba(239, 224, 200, .72));
    border-color: rgba(197, 154, 73, .28);
}

body.theme-light.sq-page .sq-info-cards article:nth-child(3) {
    background: linear-gradient(135deg, rgba(255, 246, 231, .82), rgba(249, 215, 190, .62));
    border-color: rgba(219, 116, 76, .26);
}

body.theme-light.sq-page .sq-stats strong {
    color: var(--light-teal-deep);
}

body.theme-light.sq-page .sq-stats div:nth-child(2) strong {
    color: var(--light-coral);
}

body.theme-light.sq-page .sq-stats div:nth-child(3) strong {
    color: var(--light-gold);
}

body.theme-light.sq-page .sq-template-card,
body.theme-light.sq-page .sq-product-slide,
body.theme-light.sq-page .sq-category-card {
    background: #d9c3a3;
    box-shadow: 0 20px 48px rgba(74, 54, 31, .14);
}

body.theme-light.sq-page .sq-category-copy strong,
body.theme-light.sq-page .sq-category-copy small {
    color: #fff;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .35);
}

body.theme-light.sq-page .sq-category-card:before {
    background:
        linear-gradient(180deg, rgba(23, 33, 43, .24), rgba(11, 127, 120, .08) 42%, rgba(23, 33, 43, .42));
}

body.theme-light.sq-page .sq-category-arrow {
    color: #fff7e7;
}

body.theme-light.sq-page .sq-category-arrows button,
body.theme-light.sq-page .sq-request-link-muted {
    border-color: rgba(11, 127, 120, .45);
    color: var(--light-teal-deep);
}

body.theme-light.sq-page .sq-category-arrows button:hover,
body.theme-light.sq-page .sq-category-arrows button:focus {
    background: var(--light-teal);
    color: #fff;
}

body.theme-light.sq-page .sq-request-form input,
body.theme-light.sq-page .sq-request-form textarea {
    background: rgba(255, 255, 255, .78);
    border-color: rgba(11, 127, 120, .22);
    color: var(--light-ink);
}

body.theme-light.sq-page .sq-footer-brand h2,
body.theme-light.sq-page .sq-footer h3,
body.theme-light.sq-page .sq-footer-bottom,
body.theme-light.sq-page .sq-footer-bottom a,
body.theme-light.sq-page .sq-footer-bottom p {
    color: #fff8eb;
}

body.theme-light.sq-page .sq-footer a {
    color: rgba(255, 248, 235, .68);
}

body.theme-light.sq-page .sq-footer a:hover,
body.theme-light.sq-page .sq-footer a:focus {
    color: #f2c46d;
}

body.theme-light.sq-page .sq-footer-main,
body.theme-light.sq-page .sq-footer-bottom {
    border-color: rgba(255, 248, 235, .18);
}

body.theme-light.sq-page .theme-toggle {
    background: #fff7e7;
    border-color: rgba(219, 116, 76, .45);
}

body.theme-light.sq-page .theme-toggle-icon {
    background: linear-gradient(135deg, var(--light-teal), var(--light-coral));
}

body.theme-light.sq-page .sq-footer {
    background:
        radial-gradient(circle at 12% 18%, rgba(11, 127, 120, .24), transparent 28%),
        radial-gradient(circle at 88% 24%, rgba(219, 116, 76, .18), transparent 28%),
        #17212b;
    color: #fff8eb;
}

body.theme-light.sq-page .sq-footer .sq-brand,
body.theme-light.sq-page .sq-footer .sq-brand span,
body.theme-light.sq-page .sq-footer-brand h2,
body.theme-light.sq-page .sq-footer h3,
body.theme-light.sq-page .sq-footer-bottom,
body.theme-light.sq-page .sq-footer-bottom a,
body.theme-light.sq-page .sq-footer-bottom p {
    color: #fff8eb;
}

body.theme-light.sq-page .sq-footer a,
body.theme-light.sq-page .sq-footer-links a {
    color: rgba(255, 248, 235, .72);
}

body.theme-light.sq-page .sq-footer-links a:hover,
body.theme-light.sq-page .sq-footer-links a:focus,
body.theme-light.sq-page .sq-footer-bottom a:hover,
body.theme-light.sq-page .sq-footer-bottom a:focus {
    color: #f2c46d;
}

body.theme-light.sq-page .sq-footer-main,
body.theme-light.sq-page .sq-footer-bottom {
    border-color: rgba(255, 248, 235, .2);
}

/* Final light-theme footer correction */
html body.theme-light.sq-page footer.sq-footer {
    background:
        radial-gradient(circle at 12% 18%, rgba(11, 127, 120, .32), transparent 30%),
        radial-gradient(circle at 88% 20%, rgba(219, 116, 76, .24), transparent 30%),
        linear-gradient(180deg, #17212b 0%, #111923 100%) !important;
    color: #fff8eb !important;
}

html body.theme-light.sq-page footer.sq-footer .sq-footer-main,
html body.theme-light.sq-page footer.sq-footer .sq-footer-bottom {
    border-color: rgba(255, 248, 235, .22) !important;
}

html body.theme-light.sq-page footer.sq-footer .sq-brand,
html body.theme-light.sq-page footer.sq-footer .sq-brand *,
html body.theme-light.sq-page footer.sq-footer .sq-footer-brand,
html body.theme-light.sq-page footer.sq-footer .sq-footer-brand *,
html body.theme-light.sq-page footer.sq-footer h2,
html body.theme-light.sq-page footer.sq-footer h3,
html body.theme-light.sq-page footer.sq-footer p,
html body.theme-light.sq-page footer.sq-footer .sq-footer-bottom,
html body.theme-light.sq-page footer.sq-footer .sq-footer-bottom * {
    color: #fff8eb !important;
}

html body.theme-light.sq-page footer.sq-footer a {
    color: rgba(255, 248, 235, .74) !important;
}

html body.theme-light.sq-page footer.sq-footer a:hover,
html body.theme-light.sq-page footer.sq-footer a:focus {
    color: #f2c46d !important;
}

/* Dark theme accent palette */
body.sq-page:not(.theme-light) {
    --dark-ink: #f6ead2;
    --dark-muted: #b8c1bd;
    --dark-soft: #dfcfae;
    --dark-teal: #20c7bd;
    --dark-teal-deep: #0e756f;
    --dark-gold: #d9ac5c;
    --dark-coral: #e07a58;
    --dark-panel: #12191f;
    --dark-panel-2: #182229;
    color: var(--dark-ink);
}

body.sq-page:not(.theme-light) .sq-header,
body.sq-page:not(.theme-light) .sq-menu,
body.sq-page:not(.theme-light) .sq-menu-panel,
body.sq-page:not(.theme-light) .sq-mega-menu {
    background: rgba(0, 0, 0, .94);
}

body.sq-page:not(.theme-light) .sq-brand,
body.sq-page:not(.theme-light) .sq-brand span,
body.sq-page:not(.theme-light) .sq-nav-trigger,
body.sq-page:not(.theme-light) .sq-login,
body.sq-page:not(.theme-light) .sq-menu-actions a,
body.sq-page:not(.theme-light) .sq-mobile-accordion-trigger,
body.sq-page:not(.theme-light) .sq-mobile-accordion-panel a {
    color: var(--dark-ink);
}

body.sq-page:not(.theme-light) .sq-brand-mark {
    border-color: var(--dark-teal);
    color: var(--dark-ink);
    box-shadow: inset 0 0 0 1px rgba(217, 172, 92, .42);
}

body.sq-page:not(.theme-light) .sq-ai-hero h1,
body.sq-page:not(.theme-light) .sq-business-section h2,
body.sq-page:not(.theme-light) .sq-request-copy h1,
body.sq-page:not(.theme-light) .sq-footer-brand h2 {
    color: var(--dark-ink);
    text-shadow: 0 0 34px rgba(32, 199, 189, .08);
}

body.sq-page:not(.theme-light) .sq-ai-hero p,
body.sq-page:not(.theme-light) .sq-info-cards p,
body.sq-page:not(.theme-light) .sq-request-copy p,
body.sq-page:not(.theme-light) .sq-request-copy span,
body.sq-page:not(.theme-light) .sq-ai-hero small,
body.sq-page:not(.theme-light) .sq-mega-grid small,
body.sq-page:not(.theme-light) .sq-stats span {
    color: var(--dark-muted);
}

body.sq-page:not(.theme-light) .sq-ai-hero a,
body.sq-page:not(.theme-light) .sq-start,
body.sq-page:not(.theme-light) .sq-request-form button,
body.sq-page:not(.theme-light) .sq-request-link {
    background: linear-gradient(135deg, var(--dark-teal), var(--dark-gold));
    color: #06100f !important;
}

body.sq-page:not(.theme-light) .sq-ai-hero a:hover,
body.sq-page:not(.theme-light) .sq-start:hover,
body.sq-page:not(.theme-light) .sq-request-link:hover {
    background: linear-gradient(135deg, var(--dark-gold), var(--dark-coral));
    color: #080706 !important;
}

body.sq-page:not(.theme-light) .sq-nav-trigger:hover,
body.sq-page:not(.theme-light) .sq-login:hover,
body.sq-page:not(.theme-light) .sq-footer a:hover,
body.sq-page:not(.theme-light) .sq-footer a:focus,
body.sq-page:not(.theme-light) .sq-mega-grid a:hover strong {
    color: var(--dark-gold);
}

body.sq-page:not(.theme-light) .sq-menu-button span,
body.sq-page:not(.theme-light) .sq-category-dot.is-active {
    background: var(--dark-teal);
}

body.sq-page:not(.theme-light) .sq-business-section {
    background:
        radial-gradient(circle at 16% 18%, rgba(32, 199, 189, .16), transparent 27%),
        radial-gradient(circle at 84% 20%, rgba(224, 122, 88, .12), transparent 30%),
        #020202;
}

body.sq-page:not(.theme-light) .sq-info-cards article {
    background: linear-gradient(135deg, rgba(18, 25, 31, .9), rgba(24, 34, 41, .82));
    border-color: rgba(32, 199, 189, .22);
}

body.sq-page:not(.theme-light) .sq-info-cards article:nth-child(2) {
    border-color: rgba(217, 172, 92, .25);
}

body.sq-page:not(.theme-light) .sq-info-cards article:nth-child(3) {
    border-color: rgba(224, 122, 88, .22);
}

body.sq-page:not(.theme-light) .sq-info-cards h3,
body.sq-page:not(.theme-light) .sq-category-heading h2,
body.sq-page:not(.theme-light) .sq-category-copy strong,
body.sq-page:not(.theme-light) .sq-request-form label,
body.sq-page:not(.theme-light) .sq-footer h3 {
    color: var(--dark-ink);
}

body.sq-page:not(.theme-light) .sq-stats strong {
    color: var(--dark-teal);
}

body.sq-page:not(.theme-light) .sq-stats div:nth-child(2) strong {
    color: var(--dark-gold);
}

body.sq-page:not(.theme-light) .sq-stats div:nth-child(3) strong {
    color: var(--dark-coral);
}

body.sq-page:not(.theme-light) .sq-request,
body.sq-page:not(.theme-light) .sq-footer {
    background:
        radial-gradient(circle at 10% 10%, rgba(32, 199, 189, .1), transparent 28%),
        radial-gradient(circle at 90% 14%, rgba(217, 172, 92, .09), transparent 28%),
        #020202;
}

body.sq-page:not(.theme-light) .sq-footer a,
body.sq-page:not(.theme-light) .sq-footer-bottom,
body.sq-page:not(.theme-light) .sq-footer-bottom a,
body.sq-page:not(.theme-light) .sq-footer-bottom p {
    color: rgba(246, 234, 210, .72);
}

body.sq-page:not(.theme-light) .sq-footer-main,
body.sq-page:not(.theme-light) .sq-footer-bottom,
body.sq-page:not(.theme-light) .sq-request {
    border-color: rgba(217, 172, 92, .18);
}

body.sq-page:not(.theme-light) .theme-toggle {
    background: rgba(217, 172, 92, .14);
    border-color: rgba(32, 199, 189, .42);
}

body.sq-page:not(.theme-light) .theme-toggle-icon {
    background: linear-gradient(135deg, var(--dark-teal), var(--dark-gold));
}

/* Refined dark theme: restrained luxury palette */
body.sq-page:not(.theme-light) {
    --dark-ink: #f3ead9;
    --dark-muted: #9f9687;
    --dark-soft: #d8c5a6;
    --dark-bronze: #b58a52;
    --dark-bronze-deep: #7c5934;
    --dark-accent: #7aa99b;
    --dark-panel: #101112;
    --dark-panel-2: #171513;
    color: var(--dark-ink);
}

body.sq-page:not(.theme-light) .sq-header,
body.sq-page:not(.theme-light) .sq-menu,
body.sq-page:not(.theme-light) .sq-menu-panel,
body.sq-page:not(.theme-light) .sq-mega-menu {
    background: rgba(0, 0, 0, .96);
}

body.sq-page:not(.theme-light) .sq-brand,
body.sq-page:not(.theme-light) .sq-brand span,
body.sq-page:not(.theme-light) .sq-nav-trigger,
body.sq-page:not(.theme-light) .sq-login,
body.sq-page:not(.theme-light) .sq-menu-actions a,
body.sq-page:not(.theme-light) .sq-mobile-accordion-trigger,
body.sq-page:not(.theme-light) .sq-mobile-accordion-panel a,
body.sq-page:not(.theme-light) .sq-ai-hero h1,
body.sq-page:not(.theme-light) .sq-business-section h2,
body.sq-page:not(.theme-light) .sq-info-cards h3,
body.sq-page:not(.theme-light) .sq-category-heading h2,
body.sq-page:not(.theme-light) .sq-category-copy strong,
body.sq-page:not(.theme-light) .sq-request-copy h1,
body.sq-page:not(.theme-light) .sq-request-form label,
body.sq-page:not(.theme-light) .sq-footer-brand h2,
body.sq-page:not(.theme-light) .sq-footer h3 {
    color: var(--dark-ink);
}

body.sq-page:not(.theme-light) .sq-ai-hero h1,
body.sq-page:not(.theme-light) .sq-business-section h2,
body.sq-page:not(.theme-light) .sq-request-copy h1,
body.sq-page:not(.theme-light) .sq-footer-brand h2 {
    text-shadow: none;
}

body.sq-page:not(.theme-light) .sq-ai-hero p,
body.sq-page:not(.theme-light) .sq-ai-hero small,
body.sq-page:not(.theme-light) .sq-info-cards p,
body.sq-page:not(.theme-light) .sq-request-copy p,
body.sq-page:not(.theme-light) .sq-request-copy span,
body.sq-page:not(.theme-light) .sq-mega-grid small,
body.sq-page:not(.theme-light) .sq-stats span {
    color: var(--dark-muted);
}

body.sq-page:not(.theme-light) .sq-brand-mark {
    border-color: rgba(216, 197, 166, .9);
    color: var(--dark-ink);
    box-shadow: inset 0 0 0 1px rgba(181, 138, 82, .32);
}

body.sq-page:not(.theme-light) .sq-ai-hero a,
body.sq-page:not(.theme-light) .sq-start,
body.sq-page:not(.theme-light) .sq-request-form button,
body.sq-page:not(.theme-light) .sq-request-link {
    background: #f3ead9;
    color: #0a0a0a !important;
}

body.sq-page:not(.theme-light) .sq-ai-hero a:hover,
body.sq-page:not(.theme-light) .sq-start:hover,
body.sq-page:not(.theme-light) .sq-request-link:hover {
    background: var(--dark-bronze);
    color: #080706 !important;
}

body.sq-page:not(.theme-light) .sq-nav-trigger:hover,
body.sq-page:not(.theme-light) .sq-login:hover,
body.sq-page:not(.theme-light) .sq-footer a:hover,
body.sq-page:not(.theme-light) .sq-footer a:focus,
body.sq-page:not(.theme-light) .sq-mega-grid a:hover strong {
    color: var(--dark-bronze);
}

body.sq-page:not(.theme-light) .sq-menu-button span,
body.sq-page:not(.theme-light) .sq-category-dot.is-active {
    background: var(--dark-bronze);
}

body.sq-page:not(.theme-light) .sq-business-section,
body.sq-page:not(.theme-light) .sq-request,
body.sq-page:not(.theme-light) .sq-footer {
    background:
        radial-gradient(circle at 14% 12%, rgba(181, 138, 82, .1), transparent 28%),
        radial-gradient(circle at 86% 16%, rgba(122, 169, 155, .055), transparent 30%),
        #000;
}

body.sq-page:not(.theme-light) .sq-info-cards article {
    background: linear-gradient(145deg, rgba(18, 18, 18, .96), rgba(25, 22, 18, .9));
    border-color: rgba(216, 197, 166, .18);
}

body.sq-page:not(.theme-light) .sq-info-cards article:nth-child(2),
body.sq-page:not(.theme-light) .sq-info-cards article:nth-child(3) {
    border-color: rgba(216, 197, 166, .18);
}

body.sq-page:not(.theme-light) .sq-stats strong,
body.sq-page:not(.theme-light) .sq-stats div:nth-child(2) strong,
body.sq-page:not(.theme-light) .sq-stats div:nth-child(3) strong {
    color: var(--dark-soft);
}

body.sq-page:not(.theme-light) .sq-footer a,
body.sq-page:not(.theme-light) .sq-footer-bottom,
body.sq-page:not(.theme-light) .sq-footer-bottom a,
body.sq-page:not(.theme-light) .sq-footer-bottom p {
    color: rgba(243, 234, 217, .66);
}

body.sq-page:not(.theme-light) .sq-footer-main,
body.sq-page:not(.theme-light) .sq-footer-bottom,
body.sq-page:not(.theme-light) .sq-request {
    border-color: rgba(216, 197, 166, .16);
}

body.sq-page:not(.theme-light) .theme-toggle {
    background: rgba(243, 234, 217, .08);
    border-color: rgba(216, 197, 166, .34);
}

body.sq-page:not(.theme-light) .theme-toggle-icon {
    background: linear-gradient(135deg, #f3ead9, var(--dark-bronze));
}

/* Real 5T logo placement */
.sq-brand {
    background: rgba(2, 6, 7, .92);
    border: 1px solid rgba(0, 183, 173, .38);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
    height: 52px;
    justify-content: center;
    min-width: 0;
    padding: 0 8px;
}

body.theme-light.sq-page .sq-header .sq-brand {
    background: rgba(255, 244, 223, .82);
    border-color: rgba(8, 19, 19, .16);
    box-shadow: 0 12px 26px rgba(11, 127, 120, .08);
}

body.theme-light.sq-page .sq-footer .sq-brand {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.sq-brand-image {
    display: block;
    height: auto;
    max-height: 40px;
    max-width: none;
    object-fit: contain;
    object-position: center;
    width: 138px;
}

body.theme-light.sq-page .sq-brand-image {
    content: url("../images/5t-shoes-main-logo-light.svg?v=2");
}

.sq-brand-footer {
    background: transparent;
    border: 0;
    box-shadow: none;
    height: auto;
    padding: 0;
}

.sq-brand-footer .sq-brand-image {
    max-height: 52px;
    width: 170px;
}

@media (max-width: 767px) {
    .sq-brand {
        height: 38px;
        padding: 0 6px;
    }

    .sq-brand-image {
        max-height: 28px;
        width: 94px;
    }

    .sq-brand-footer .sq-brand-image {
        max-height: 44px;
        width: 140px;
    }
}

/* Third theme: 5T logo colors */
body.theme-logo.sq-page {
    --logo-black: #020607;
    --logo-graphite: #101619;
    --logo-panel: #151d20;
    --logo-teal: #00b7ad;
    --logo-teal-deep: #007f79;
    --logo-silver: #d8dde0;
    --logo-silver-soft: #aeb7bb;
    --logo-paper: #f7faf9;
    background: var(--logo-black);
    color: var(--logo-paper);
}

body.theme-logo.sq-page .sq-header,
body.theme-logo.sq-page .sq-menu,
body.theme-logo.sq-page .sq-menu-panel {
    background: rgba(2, 6, 7, .96);
    border-color: rgba(216, 221, 224, .12);
}

body.theme-logo.sq-page .sq-mega-menu {
    background:
        linear-gradient(135deg, rgba(0, 183, 173, .08), rgba(216, 221, 224, .04)),
        #070b0d;
    border-color: rgba(0, 183, 173, .2);
}

body.theme-logo.sq-page .sq-ai-hero,
body.theme-logo.sq-page .sq-template-stage,
body.theme-logo.sq-page .sq-product-stage {
    background:
        radial-gradient(circle at 18% 24%, rgba(0, 183, 173, .12), transparent 28%),
        radial-gradient(circle at 78% 10%, rgba(216, 221, 224, .08), transparent 26%),
        #020607;
}

body.theme-logo.sq-page .sq-business-section,
body.theme-logo.sq-page .sq-category-section,
body.theme-logo.sq-page .sq-request,
body.theme-logo.sq-page .sq-footer {
    background:
        linear-gradient(90deg, rgba(0, 183, 173, .08), transparent 34%, rgba(216, 221, 224, .045)),
        #020607;
}

body.theme-logo.sq-page .sq-brand,
body.theme-logo.sq-page .sq-nav-trigger,
body.theme-logo.sq-page .sq-login,
body.theme-logo.sq-page .sq-ai-hero h1,
body.theme-logo.sq-page .sq-ai-hero p,
body.theme-logo.sq-page .sq-business-section h2,
body.theme-logo.sq-page .sq-category-heading h2,
body.theme-logo.sq-page .sq-category-copy strong,
body.theme-logo.sq-page .sq-request-copy h1,
body.theme-logo.sq-page .sq-request-form label,
body.theme-logo.sq-page .sq-footer-brand h2,
body.theme-logo.sq-page .sq-footer h3 {
    color: var(--logo-paper);
}

body.theme-logo.sq-page .sq-ai-hero small,
body.theme-logo.sq-page .sq-info-cards p,
body.theme-logo.sq-page .sq-request-copy p,
body.theme-logo.sq-page .sq-request-copy span,
body.theme-logo.sq-page .sq-mega-grid small,
body.theme-logo.sq-page .sq-stats span,
body.theme-logo.sq-page .sq-footer a,
body.theme-logo.sq-page .sq-footer-bottom,
body.theme-logo.sq-page .sq-footer-bottom a,
body.theme-logo.sq-page .sq-footer-bottom p {
    color: rgba(216, 221, 224, .72);
}

body.theme-logo.sq-page .sq-start,
body.theme-logo.sq-page .sq-ai-hero a,
body.theme-logo.sq-page .sq-request-form button,
body.theme-logo.sq-page .sq-request-link {
    background: var(--logo-teal);
    color: #001d1b !important;
}

body.theme-logo.sq-page .sq-start:hover,
body.theme-logo.sq-page .sq-ai-hero a:hover,
body.theme-logo.sq-page .sq-request-link:hover {
    background: var(--logo-silver);
    color: #070b0d !important;
}

body.theme-logo.sq-page .sq-nav-trigger:hover,
body.theme-logo.sq-page .sq-login:hover,
body.theme-logo.sq-page .sq-footer a:hover,
body.theme-logo.sq-page .sq-footer a:focus,
body.theme-logo.sq-page .sq-mega-grid a:hover strong {
    color: var(--logo-teal);
}

body.theme-logo.sq-page .sq-menu-button span,
body.theme-logo.sq-page .sq-category-dot.is-active {
    background: var(--logo-teal);
}

body.theme-logo.sq-page .sq-info-cards article {
    background:
        linear-gradient(145deg, rgba(0, 183, 173, .055), rgba(216, 221, 224, .035)),
        var(--logo-panel);
    border-color: rgba(216, 221, 224, .18);
}

body.theme-logo.sq-page .sq-info-cards h3,
body.theme-logo.sq-page .sq-mega-grid strong {
    color: var(--logo-paper);
}

body.theme-logo.sq-page .sq-stats strong,
body.theme-logo.sq-page .sq-stats div:nth-child(2) strong,
body.theme-logo.sq-page .sq-stats div:nth-child(3) strong {
    color: var(--logo-silver);
}

body.theme-logo.sq-page .sq-stats div:nth-child(2) strong {
    color: var(--logo-teal);
}

body.theme-logo.sq-page .sq-category-arrows button,
body.theme-logo.sq-page .sq-request-link-muted {
    border-color: rgba(0, 183, 173, .42);
    color: var(--logo-silver);
}

body.theme-logo.sq-page .sq-footer-main,
body.theme-logo.sq-page .sq-footer-bottom,
body.theme-logo.sq-page .sq-request,
body.theme-logo.sq-page .sq-mobile-nav,
body.theme-logo.sq-page .sq-mobile-accordion {
    border-color: rgba(216, 221, 224, .14);
}

body.theme-logo.sq-page .sq-request-form input,
body.theme-logo.sq-page .sq-request-form textarea {
    background: rgba(21, 29, 32, .92);
    border-color: rgba(0, 183, 173, .22);
    color: var(--logo-paper);
}

body.theme-logo.sq-page .theme-toggle {
    background: rgba(0, 183, 173, .12);
    border-color: rgba(216, 221, 224, .35);
}

body.theme-logo.sq-page .theme-toggle-icon {
    background: linear-gradient(135deg, var(--logo-teal), var(--logo-silver));
    transform: translateX(-14px);
}

body.theme-logo.sq-page .sq-brand-image {
    filter: drop-shadow(0 0 12px rgba(0, 183, 173, .16));
}

/* Final clean light palette: white + strong aqua-blue */
html body.theme-light.sq-page {
    --light-ink: #07111f;
    --light-muted: #53606f;
    --light-primary: #0b7f78;
    --light-primary-deep: #086966;
    --light-aqua: #00a99d;
    background:
        radial-gradient(circle at 12% 14%, rgba(11, 127, 120, .12), transparent 28%),
        radial-gradient(circle at 86% 18%, rgba(0, 169, 157, .09), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 54%, #ffffff 100%) !important;
    color: var(--light-ink) !important;
}

html body.theme-light.sq-page .sq-header,
html body.theme-light.sq-page .sq-menu,
html body.theme-light.sq-page .sq-menu-panel,
html body.theme-light.sq-page .sq-mega-menu {
    background: rgba(255, 255, 255, .94) !important;
    border-color: rgba(7, 17, 31, .1) !important;
    box-shadow: 0 16px 46px rgba(7, 17, 31, .04);
}

html body.theme-light.sq-page .sq-mega-menu {
    background: #ffffff !important;
    box-shadow: 0 22px 60px rgba(7, 17, 31, .1);
    z-index: 80;
}

html body.theme-light.sq-page .sq-ai-hero,
html body.theme-light.sq-page .sq-template-stage,
html body.theme-light.sq-page .sq-product-stage,
html body.theme-light.sq-page .sq-business-section,
html body.theme-light.sq-page .sq-category-section,
html body.theme-light.sq-page .sq-request {
    background:
        radial-gradient(circle at 15% 22%, rgba(11, 127, 120, .11), transparent 30%),
        radial-gradient(circle at 82% 18%, rgba(0, 169, 157, .08), transparent 28%),
        #ffffff !important;
}

html body.theme-light.sq-page .sq-brand,
html body.theme-light.sq-page .sq-nav-trigger,
html body.theme-light.sq-page .sq-login,
html body.theme-light.sq-page .sq-ai-hero h1,
html body.theme-light.sq-page .sq-ai-hero p,
html body.theme-light.sq-page .sq-business-section h2,
html body.theme-light.sq-page .sq-stats strong,
html body.theme-light.sq-page .sq-stats span,
html body.theme-light.sq-page .sq-info-cards h3,
html body.theme-light.sq-page .sq-info-cards p,
html body.theme-light.sq-page .sq-category-heading h2,
html body.theme-light.sq-page .sq-request-copy h1,
html body.theme-light.sq-page .sq-request-form label {
    color: var(--light-ink) !important;
}

html body.theme-light.sq-page .sq-category-copy strong,
html body.theme-light.sq-page .sq-category-copy small {
    color: #ffffff !important;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .45) !important;
}

html body.theme-light.sq-page .sq-ai-hero small,
html body.theme-light.sq-page .sq-request-copy span,
html body.theme-light.sq-page .sq-request-copy p,
html body.theme-light.sq-page .sq-mega-kicker,
html body.theme-light.sq-page .sq-mega-grid small {
    color: var(--light-muted) !important;
}

html body.theme-light.sq-page .sq-start,
html body.theme-light.sq-page .sq-ai-hero a,
html body.theme-light.sq-page .sq-request-form button,
html body.theme-light.sq-page .sq-request-link,
html body.theme-light.sq-page .sq-category-dot.is-active {
    background: var(--light-primary) !important;
    color: #fff !important;
}

html body.theme-light.sq-page .sq-start:hover,
html body.theme-light.sq-page .sq-ai-hero a:hover,
html body.theme-light.sq-page .sq-request-link:hover,
html body.theme-light.sq-page .sq-category-arrows button:hover,
html body.theme-light.sq-page .sq-category-arrows button:focus {
    background: var(--light-primary-deep) !important;
    color: #fff !important;
}

html body.theme-light.sq-page .sq-menu-button span,
html body.theme-light.sq-page .theme-toggle-icon {
    background: var(--light-primary) !important;
}

html body.theme-light.sq-page .sq-template-card,
html body.theme-light.sq-page .sq-product-slide,
html body.theme-light.sq-page .sq-category-card,
html body.theme-light.sq-page .sq-info-cards article {
    background: #ffffff !important;
    border-color: rgba(11, 127, 120, .16) !important;
    box-shadow: 0 20px 58px rgba(7, 17, 31, .08);
}

html body.theme-light.sq-page .sq-shop-product-card {
    background: #ffffff !important;
    border-color: rgba(11, 127, 120, .24) !important;
    box-shadow: 0 18px 48px rgba(7, 17, 31, .08);
    color: #07111f !important;
}

html body.theme-light.sq-page .sq-shop-product-name {
    color: #07111f !important;
    font-weight: 800;
}

html body.theme-light.sq-page .sq-shop-product-price {
    color: #073f3c !important;
    font-weight: 900;
}

html body.theme-light.sq-page .sq-old-price {
    color: rgba(7, 17, 31, .52) !important;
}

html body.theme-light.sq-page .sq-category-arrows button,
html body.theme-light.sq-page .sq-request-link-muted,
html body.theme-light.sq-page .sq-request-form input,
html body.theme-light.sq-page .sq-request-form textarea {
    background: #fff !important;
    border-color: rgba(11, 127, 120, .22) !important;
    color: var(--light-ink) !important;
}

html body.theme-light.sq-page .sq-header .sq-brand {
    background: rgba(255, 255, 255, .86) !important;
    border-color: rgba(11, 127, 120, .18) !important;
    box-shadow: 0 12px 30px rgba(11, 127, 120, .09);
}

html body.theme-light.sq-page footer.sq-footer {
    background:
        radial-gradient(circle at 12% 18%, rgba(11, 127, 120, .18), transparent 30%),
        linear-gradient(180deg, #07111f 0%, #03070d 100%) !important;
    color: #f8fbff !important;
}

/* Final light-theme footer: bright, clean, and distinct */
html body.theme-light.sq-page footer.sq-footer {
    background:
        radial-gradient(circle at 14% 0%, rgba(15, 199, 192, .16), transparent 30%),
        radial-gradient(circle at 88% 18%, rgba(242, 196, 109, .18), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f4fbfa 54%, #eef7f5 100%) !important;
    border-top: 1px solid rgba(11, 127, 120, .16) !important;
    color: #07111f !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86);
}

html body.theme-light.sq-page footer.sq-footer .sq-footer-main,
html body.theme-light.sq-page footer.sq-footer .sq-footer-bottom {
    border-color: rgba(11, 127, 120, .18) !important;
}

html body.theme-light.sq-page footer.sq-footer .sq-brand {
    background: rgba(255, 255, 255, .76) !important;
    border-color: rgba(11, 127, 120, .18) !important;
    box-shadow: 0 18px 46px rgba(7, 17, 31, .08);
}

html body.theme-light.sq-page footer.sq-footer .sq-footer-brand h2,
html body.theme-light.sq-page footer.sq-footer h3,
html body.theme-light.sq-page footer.sq-footer .sq-footer-bottom,
html body.theme-light.sq-page footer.sq-footer .sq-footer-bottom a,
html body.theme-light.sq-page footer.sq-footer .sq-footer-bottom p {
    color: #07111f !important;
}

html body.theme-light.sq-page footer.sq-footer h3 {
    color: #0b7f78 !important;
}

html body.theme-light.sq-page footer.sq-footer a {
    color: rgba(7, 17, 31, .72) !important;
}

html body.theme-light.sq-page footer.sq-footer a:hover,
html body.theme-light.sq-page footer.sq-footer a:focus {
    color: #0b7f78 !important;
}

/* Distinct hero arrivals action */
html body.sq-page .sq-ai-hero a.sq-hero-arrivals-link {
    background: rgba(255, 255, 255, .05) !important;
    border: 1px solid rgba(15, 199, 192, .62) !important;
    border-radius: 999px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08), 0 18px 40px rgba(15, 199, 192, .1);
    color: #ffffff !important;
    gap: 12px;
    height: 56px;
    min-width: 220px;
    overflow: hidden;
    position: relative;
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease;
}

html body.sq-page .sq-ai-hero a.sq-hero-arrivals-link:before {
    background: linear-gradient(115deg, transparent 0%, rgba(15, 199, 192, .15) 35%, rgba(255, 255, 255, .36) 50%, transparent 66%);
    content: "";
    inset: -42% auto -42% -62%;
    position: absolute;
    transform: skewX(-18deg);
    transition: left .72s cubic-bezier(.2, .8, .2, 1);
    width: 48%;
}

html body.sq-page .sq-ai-hero a.sq-hero-arrivals-link span,
html body.sq-page .sq-ai-hero a.sq-hero-arrivals-link i {
    position: relative;
    z-index: 1;
}

html body.sq-page .sq-ai-hero a.sq-hero-arrivals-link i {
    align-items: center;
    background: #0fc7c0;
    border-radius: 50%;
    color: #010807;
    display: inline-flex;
    font-style: normal;
    height: 28px;
    justify-content: center;
    line-height: 1;
    transition: transform .28s ease;
    width: 28px;
}

html body.sq-page .sq-ai-hero a.sq-hero-arrivals-link:hover,
html body.sq-page .sq-ai-hero a.sq-hero-arrivals-link:focus {
    background: rgba(15, 199, 192, .1) !important;
    border-color: rgba(15, 199, 192, .9) !important;
    box-shadow: 0 22px 54px rgba(15, 199, 192, .18);
    color: #ffffff !important;
    transform: translateY(-3px);
}

html body.sq-page .sq-ai-hero a.sq-hero-arrivals-link:hover:before,
html body.sq-page .sq-ai-hero a.sq-hero-arrivals-link:focus:before {
    left: 120%;
}

html body.sq-page .sq-ai-hero a.sq-hero-arrivals-link:hover i,
html body.sq-page .sq-ai-hero a.sq-hero-arrivals-link:focus i {
    transform: translateY(3px);
}

html body.theme-light.sq-page .sq-ai-hero a.sq-hero-arrivals-link {
    background: var(--light-primary) !important;
    border-color: var(--light-primary) !important;
    box-shadow: 0 18px 46px rgba(11, 127, 120, .16), inset 0 0 0 1px rgba(255, 255, 255, .18);
    color: #ffffff !important;
}

html body.theme-light.sq-page .sq-ai-hero a.sq-hero-arrivals-link:hover,
html body.theme-light.sq-page .sq-ai-hero a.sq-hero-arrivals-link:focus {
    background: var(--light-primary-deep) !important;
    border-color: var(--light-primary-deep) !important;
    box-shadow: 0 22px 54px rgba(11, 127, 120, .22);
    color: #ffffff !important;
}

/* Final default dark palette: deep aubergine instead of pure black */
html body.sq-page:not(.theme-light):not(.theme-logo) {
    --dark-midnight: #1a1024;
    --dark-midnight-2: #24162f;
    --dark-panel-final: #2a1b35;
    --dark-border-final: rgba(212, 165, 116, .22);
    background:
        radial-gradient(circle at 16% 12%, rgba(118, 74, 152, .26), transparent 30%),
        radial-gradient(circle at 84% 18%, rgba(212, 165, 116, .14), transparent 28%),
        linear-gradient(180deg, #1a1024 0%, #21142d 48%, #120b19 100%) !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-header,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-menu,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-menu-panel,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-mega-menu {
    background: rgba(26, 16, 36, .96) !important;
    border-color: rgba(212, 165, 116, .18) !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-ai-hero,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-template-stage,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-product-stage,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-business-section,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-category-section,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-request,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-footer {
    background:
        radial-gradient(circle at 14% 20%, rgba(118, 74, 152, .24), transparent 30%),
        radial-gradient(circle at 82% 16%, rgba(212, 165, 116, .12), transparent 26%),
        linear-gradient(180deg, #1a1024 0%, #21142d 100%) !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-info-cards article,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-request-form input,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-request-form textarea {
    background: rgba(42, 27, 53, .92) !important;
    border-color: var(--dark-border-final) !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-brand {
    background: rgba(2, 8, 7, .96) !important;
    border-color: rgba(15, 199, 192, .28) !important;
}

/* Final warm leather dark theme */
html body.sq-page:not(.theme-light):not(.theme-logo) {
    --dark-midnight: #020807;
    --dark-midnight-2: #051613;
    --dark-panel-final: rgba(6, 29, 25, .78);
    --dark-border-final: rgba(15, 199, 192, .28);
    --dark-ink: #ffffff;
    --dark-muted: rgba(15, 199, 192, .72);
    --dark-soft: #ffffff;
    --dark-bronze: #0fc7c0;
    --dark-bronze-deep: #0a827e;
    --dark-accent: #0fc7c0;
    background:
        radial-gradient(circle at 50% 30%, rgba(15, 199, 192, 0.15), transparent 50%),
        linear-gradient(180deg, #020807 0%, #051613 48%, #010605 100%) !important;
    color: var(--dark-ink);
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-header,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-menu,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-menu-panel,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-mega-menu {
    background: rgba(2, 8, 7, .96) !important;
    border-color: rgba(15, 199, 192, .22) !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-ai-hero,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-template-stage,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-product-stage,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-business-section,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-category-section,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-request,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-footer {
    background:
        radial-gradient(circle at 50% 30%, rgba(15, 199, 192, .14), transparent 45%),
        linear-gradient(180deg, #020807 0%, #051613 60%, #010605 100%) !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-ai-hero h1,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-business-section h2,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-request-copy h1,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-footer-brand h2 {
    color: #ffffff !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-ai-hero p,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-ai-hero small,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-info-cards p,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-request-copy p,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-request-copy span,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-mega-grid small,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-stats span {
    color: rgba(255, 255, 255, .72) !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-ai-hero a,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-start,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-request-form button,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-request-link {
    background: #0fc7c0 !important;
    color: #010807 !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-ai-hero a:hover,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-start:hover,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-request-link:hover {
    background: #1bfdf5 !important;
    color: #010807 !important;
    box-shadow: 0 0 16px rgba(15, 199, 192, 0.5) !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-nav-trigger:hover,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-login:hover,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-footer a:hover,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-footer a:focus,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-mega-grid a:hover strong {
    color: #0fc7c0 !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-menu-button span,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-category-dot.is-active {
    background: #0fc7c0 !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-info-cards article,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-request-form input,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-request-form textarea {
    background: rgba(5, 22, 19, .72) !important;
    border-color: rgba(15, 199, 192, .28) !important;
    box-shadow: 0 22px 70px rgba(1, 6, 5, .46);
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-stats strong {
    color: #ffffff !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-stats div:nth-child(2) strong {
    color: #0fc7c0 !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-stats div:nth-child(3) strong {
    color: #20c7bd !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-footer-main,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-footer-bottom,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-request {
    border-color: rgba(15, 199, 192, .18) !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-brand {
    background: rgba(2, 8, 7, .92) !important;
    border-color: rgba(15, 199, 192, .34) !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .theme-toggle {
    background: rgba(15, 199, 192, .12) !important;
    border-color: rgba(15, 199, 192, .34) !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .theme-toggle-icon {
    background: linear-gradient(135deg, #0fc7c0, #20c7bd) !important;
}

/* Hero title card polish */
body.sq-page .sq-ai-hero .sq-hero-title-card {
    backdrop-filter: none;
}

html body.theme-light.sq-page .sq-ai-hero .sq-hero-title-card {
    background: rgba(255, 255, 255, .36) !important;
    border-color: rgba(11, 127, 120, .16) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .34);
    color: #06101d !important;
}

html body.theme-light.sq-page .sq-ai-hero .sq-hero-title-card:before {
    background: linear-gradient(115deg, transparent 0%, rgba(11, 127, 120, .06) 32%, rgba(11, 127, 120, .42) 47%, rgba(0, 183, 173, .32) 55%, rgba(11, 127, 120, .08) 68%, transparent 100%);
    filter: blur(.2px);
    left: -52%;
    opacity: 1;
    width: 52%;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-ai-hero .sq-hero-title-card {
    background: rgba(15, 199, 192, .04) !important;
    border-color: rgba(15, 199, 192, .24) !important;
    box-shadow: inset 0 0 0 1px rgba(15, 199, 192, .08);
    color: #ffffff !important;
}

body.theme-logo.sq-page .sq-ai-hero .sq-hero-title-card {
    background: linear-gradient(135deg, rgba(0, 183, 173, .08), rgba(216, 221, 224, .035)) !important;
    border-color: rgba(0, 183, 173, .34) !important;
    box-shadow: inset 0 0 0 1px rgba(216, 221, 224, .045);
    color: #f7faf9 !important;
}

@media (hover: hover) {
    html body.theme-light.sq-page .sq-ai-hero .sq-hero-title-card:hover {
        background: rgba(255, 255, 255, .48) !important;
        border-color: rgba(11, 127, 120, .34) !important;
        box-shadow: 0 22px 64px rgba(11, 127, 120, .14), inset 0 0 0 1px rgba(255, 255, 255, .56);
    }

    html body.theme-light.sq-page .sq-ai-hero .sq-hero-title-card:hover:before {
        left: 112%;
    }

    html body.sq-page:not(.theme-light):not(.theme-logo) .sq-ai-hero .sq-hero-title-card:hover {
        background: rgba(15, 199, 192, .08) !important;
        border-color: rgba(15, 199, 192, .48) !important;
        box-shadow: 0 22px 64px rgba(1, 6, 5, .42), inset 0 0 0 1px rgba(15, 199, 192, .16);
    }

    body.theme-logo.sq-page .sq-ai-hero .sq-hero-title-card:hover {
        background: linear-gradient(135deg, rgba(0, 183, 173, .14), rgba(216, 221, 224, .055)) !important;
        border-color: rgba(0, 183, 173, .56) !important;
        box-shadow: 0 22px 64px rgba(0, 183, 173, .1), inset 0 0 0 1px rgba(216, 221, 224, .075);
    }
}

/* Absolute final dark theme override: black only, no green glow */
html body.sq-page:not(.theme-light):not(.theme-logo),
html body.sq-page:not(.theme-light):not(.theme-logo) main,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-header,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-menu,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-menu-panel,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-mega-menu,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-ai-hero,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-ai-hero-inner,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-template-stage,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-product-stage,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-business-section,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-category-section,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-sale-section,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-shop-window,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-request,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-footer {
    background: #000 !important;
    background-image: none !important;
    color: #fff !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-hero-title-card,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-hero-title-card:hover,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-info-cards article,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-request-form input,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-request-form textarea,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-shop-product-image,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-product-slide,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-category-card {
    background: #000 !important;
    background-image: none !important;
    border-color: rgba(255, 255, 255, .2) !important;
    box-shadow: none !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-hero-title-card:before {
    background: linear-gradient(115deg, transparent 0%, rgba(15, 199, 192, .08) 34%, rgba(15, 199, 192, .56) 49%, rgba(15, 199, 192, .18) 64%, transparent 100%) !important;
    bottom: -38% !important;
    content: "" !important;
    display: block !important;
    filter: blur(.2px);
    left: -58% !important;
    opacity: .95 !important;
    pointer-events: none;
    position: absolute !important;
    top: -38% !important;
    transform: skewX(-18deg);
    transition: left .7s cubic-bezier(.2, .8, .2, 1);
    width: 46% !important;
    z-index: 0 !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-hero-title-card:hover:before {
    left: 115% !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-ai-hero a,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-ai-hero a:hover,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-start,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-start:hover,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-request-form button,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-request-link,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-request-link:hover,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-request-link:focus {
    background: #0fc7c0 !important;
    background-image: none !important;
    border: 1px solid #0fc7c0 !important;
    box-shadow: none !important;
    color: #010807 !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-shop-section-title,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-shop-product-name,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-shop-product-price,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-shop-more,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-category-count,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-category-controls button,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-nav-trigger:hover,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-login:hover,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-footer a:hover,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-footer a:focus,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-mega-grid a:hover strong {
    color: #fff !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-menu-button span,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-category-dot.is-active,
html body.sq-page:not(.theme-light):not(.theme-logo) .theme-toggle-icon {
    background: #0fc7c0 !important;
    background-image: none !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-stats strong,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-stats div:nth-child(2) strong,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-stats div:nth-child(3) strong {
    color: #0fc7c0 !important;
}

html body.sq-page:not(.theme-light):not(.theme-logo) .sq-brand,
html body.sq-page:not(.theme-light):not(.theme-logo) .theme-toggle,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-footer-main,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-footer-bottom,
html body.sq-page:not(.theme-light):not(.theme-logo) .sq-request {
    border-color: rgba(255, 255, 255, .18) !important;
}

/* Business stats reveal */
.sq-business-stats-section {
    overflow: hidden;
    position: relative;
}

.sq-business-stats-section:before {
    background: linear-gradient(90deg, transparent, rgba(15, 199, 192, .55), transparent);
    content: "";
    height: 1px;
    left: 18%;
    opacity: 0;
    position: absolute;
    right: 18%;
    top: 34%;
    transform: translateX(44%);
    transition: opacity .7s ease, transform 1.25s cubic-bezier(.2, .8, .2, 1);
}

.sq-business-stats-section h2,
.sq-business-stats-section .sq-stats > div {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .75s ease, transform .75s cubic-bezier(.2, .8, .2, 1);
}

.sq-business-stats-section .sq-stats > div:nth-child(2) {
    transition-delay: .12s;
}

.sq-business-stats-section .sq-stats > div:nth-child(3) {
    transition-delay: .24s;
}

.sq-business-stats-section .sq-stats strong {
    color: #0fc7c0 !important;
    position: relative;
    text-shadow: 0 0 22px rgba(15, 199, 192, .24);
}

.sq-business-stats-section .sq-stats strong:after {
    background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, .9) 48%, transparent 100%);
    content: "";
    inset: 0;
    mix-blend-mode: screen;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(-130%) skewX(-16deg);
}

.sq-business-stats-section.is-visible:before {
    opacity: 1;
    transform: translateX(-44%);
}

.sq-business-stats-section.is-visible h2,
.sq-business-stats-section.is-visible .sq-stats > div {
    opacity: 1;
    transform: translateY(0);
}

.sq-business-stats-section.is-visible .sq-stats strong:after {
    animation: sqStatsShine 1.15s ease .45s both;
}

/* Business cards reveal */
.sq-business-cards-section {
    overflow: hidden;
    position: relative;
}

.sq-business-cards-section:before {
    background: linear-gradient(90deg, transparent, rgba(15, 199, 192, .42), transparent);
    content: "";
    height: 1px;
    left: 9%;
    opacity: 0;
    position: absolute;
    right: 9%;
    top: 34px;
    transform: translateX(38%);
    transition: opacity .7s ease, transform 1.15s cubic-bezier(.2, .8, .2, 1);
}

html body.sq-page .sq-business-cards-section .sq-info-cards article {
    border-color: rgba(15, 199, 192, .34) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .035);
    opacity: 0;
    overflow: hidden;
    position: relative;
    transform: translateY(30px) scale(.985);
    transition:
        opacity .72s ease,
        transform .72s cubic-bezier(.2, .8, .2, 1),
        border-color .28s ease,
        box-shadow .28s ease;
}

html body.sq-page .sq-business-cards-section .sq-info-cards article:before {
    background: linear-gradient(115deg, transparent 0%, rgba(15, 199, 192, .06) 34%, rgba(15, 199, 192, .32) 50%, rgba(255, 255, 255, .08) 62%, transparent 100%);
    bottom: -45%;
    content: "";
    left: -70%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -45%;
    transform: skewX(-18deg);
    width: 50%;
}

html body.sq-page .sq-business-cards-section .sq-info-cards h3,
html body.sq-page .sq-business-cards-section .sq-info-cards p {
    position: relative;
    z-index: 1;
}

html body.sq-page .sq-business-cards-section .sq-info-cards article:nth-child(2) {
    transition-delay: .1s;
}

html body.sq-page .sq-business-cards-section .sq-info-cards article:nth-child(3) {
    transition-delay: .2s;
}

.sq-business-cards-section.is-visible:before {
    opacity: 1;
    transform: translateX(-38%);
}

html body.sq-page .sq-business-cards-section.is-visible .sq-info-cards article {
    opacity: 1;
    transform: translateY(0) scale(1);
}

html body.sq-page .sq-business-cards-section.is-visible .sq-info-cards article:before {
    animation: sqCardsShine 1.05s ease .38s both;
}

@media (hover: hover) {
    html body.sq-page .sq-business-cards-section.is-visible .sq-info-cards article:hover {
        border-color: rgba(15, 199, 192, .66) !important;
        box-shadow: 0 18px 48px rgba(0, 0, 0, .36), inset 0 0 0 1px rgba(15, 199, 192, .16);
        transform: translateY(-6px);
    }
}

@keyframes sqStatsShine {
    0% {
        opacity: 0;
        transform: translateX(-130%) skewX(-16deg);
    }

    22% {
        opacity: .85;
    }

    100% {
        opacity: 0;
        transform: translateX(130%) skewX(-16deg);
    }
}

@keyframes sqCardsShine {
    0% {
        left: -70%;
        opacity: 0;
    }

    22% {
        opacity: 1;
    }

    100% {
        left: 120%;
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sq-business-stats-section:before,
    .sq-business-stats-section h2,
    .sq-business-stats-section .sq-stats > div,
    .sq-business-cards-section:before,
    html body.sq-page .sq-business-cards-section .sq-info-cards article {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .sq-business-stats-section .sq-stats strong:after,
    html body.sq-page .sq-business-cards-section .sq-info-cards article:before {
        display: none;
    }
}

/* Mobile product browsing: show more products at once */
@media only screen and (max-width: 700px) {
    html body.sq-page .sq-shop-window {
        padding: 48px 0 58px;
    }

    html body.sq-page .sq-shop-window-inner {
        padding: 0 14px;
    }

    html body.sq-page .sq-shop-section-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    html body.sq-page .sq-shop-product-row {
        display: grid;
        gap: 42px 4px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 0;
        overflow: visible;
        padding: 0;
        scroll-snap-type: none;
    }

    html body.sq-page .sq-shop-product-card {
        flex: none;
        min-width: 0;
        scroll-snap-align: unset;
    }

    html body.sq-page .sq-shop-product-row > .sq-shop-product-card:nth-child(n + 7) {
        display: none;
    }

    html body.sq-page .sq-shop-product-image {
        aspect-ratio: 3 / 4;
        height: auto;
    }

    html body.sq-page .sq-shop-product-name {
        font-size: 12px;
        margin-top: 10px;
    }

    html body.sq-page .sq-shop-product-price {
        font-size: 16px;
        margin-top: 4px;
    }

    html body.sq-page .sq-shop-product-price.has-sale {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    html body.sq-page .sq-old-price {
        font-size: 12px;
    }

    html body.sq-page .sq-sale-badge {
        bottom: 10px;
        font-size: 12px;
        height: 26px;
        left: 10px;
        min-width: 54px;
        padding: 0 12px;
    }

    html body.sq-page .sq-category-products {
        min-height: 0;
    }
}
