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

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

@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/Times New Roman Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root{
    --bs-body-font-family: 'Times New Roman' !important;
}

.btn-w {
    font-size: 16px;
    padding: 14px 32px 14px 32px;
    background: #ffffff;
    border-radius: 4px;
    color: #000000;
}

.btn-b {
    font-size: 16px;
    padding: 14px 32px 14px 32px;
    background: #000000;
    border-radius: 4px;
    color: #ffffff !important;
}
.btn-b span {
    display: block;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 500rem;
    color: #000;
    text-align: center;
    margin-left: 10px;
}

.btn-b:hover{
    color: #ffffff !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Times New Roman', 'Arial', sans-serif;
    color: rgb(0, 0, 0);
}

a{
    text-decoration: none !important;
    color: #000000;
}

a:hover{
    text-decoration: none !important;
    color: #000000 !important;
}

ul{
    padding: 0 !important;
    margin: 0 !important;
}
li{
    list-style: none;
}


/*---- Header ----*/
header{
    border-bottom: 1px solid #E6E6E6;
    box-shadow: 0 0 16px 2px #eee;
    padding: 24px 0;
}

.home-page header{
    min-height: 900px;
    background-image: url("../img/header.png");
    background-position: bottom center;
    background-size: cover;
    display: flex;
    flex-direction: column;
}
.about-page header{
    min-height: 900px;
    background-image: url("../img/about-page.jpg");
    background-position: bottom center;
    background-size: cover;
    display: flex;
    flex-direction: column;
}
.blog-page header {
    min-height: 900px;
    background-image: url(../img/blog-page.jpg);
    background-position: bottom center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home-page header .navbar-nav,.about-page header .navbar-nav,.blog-page header .navbar-nav{
    gap: 32px;
}
.home-page header .nav-link,.about-page header .nav-link,.blog-page header .nav-link{
    color: #ffffff !important;
    font-size: 16px;
    text-shadow: 0 0 13px #000;
    font-family: Helvetica Neue, serif;
}
header .nav-link{
    font-size: 16px;
    font-family: Helvetica Neue, serif;
}
.navbar{
    z-index: 9;
}
.blog-page .hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    align-items: flex-start;
}
.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 20px;
    align-items: center;
}
.hero-content {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    z-index: 1;
}
.hero-content p{
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    z-index: 1;
    font-family: Helvetica Neue, serif;
}
.hero-content h1 {
    font-size: 39px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}
.hero-content:before {
    content: "";
    position: absolute;
    height: 1000px;
    width: 1000px;
    background: #000000;
    background: radial-gradient(circle,rgba(0, 0, 0, 0.64) 0%, rgba(255, 255, 255, 0) 56%);
    z-index: -1;
    border-radius: 500rem;
}





/*---- Category Post ----*/

.pc-title {
    font-size: 20px;
}
.pc-title p {
    display: inline-block;
    font-size: 25px;
}
.pc-body .nav-link {
    border-radius: 500rem !important;
    border: 1px solid #000;
    padding: 8px 34px;
    color: #000000;
    font-family: Helvetica Neue, serif;
}
.pc-body .nav-link.active {
    background-color:#000000 !important;
    color: #ffffff !important;
}
.pc-body .nav-link.active img{
    filter: invert(1);
}
.cp-body {
    border-right: 1px solid #ddd;
    padding-inline: 10px;
}
.cp-image {
    min-height: 270px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.cp-image img {
    width: max-content !important;
}
.cp-title {
    font-size: 16px;
    font-weight: 400;
}
.cp-price {
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #000;
}

.cp-price .woocommerce-Price-amount,
.cp-price .amount,
.cp-price bdi {
    font-weight: 500;
    color: #000;
}

.pp-price {
    font-size: 20px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #000;
}

.pp-price .price,
.pp-price .woocommerce-Price-amount,
.pp-price .amount,
.pp-price bdi {
    font-weight: 700;
    color: #000;
}

.accordion-button::after {

    right: 0;
    position: absolute;
}

.salia-checkout-paybox__total .woocommerce-Price-amount,
.salia-checkout-paybox__total .amount,
.salia-checkout-paybox__total bdi,
.salia-cart-summary__total .woocommerce-Price-amount,
.salia-cart-summary__total .amount,
.salia-cart-summary__total bdi,
.salia-summary-row__value .woocommerce-Price-amount,
.salia-summary-row__value .amount,
.salia-summary-row__value bdi {
    font-weight: 400;
    color: #000;
}
.pc-body .tab-pane{
    position: relative;
}
.pc-body .tab-pane:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    background: #ffffff;
    background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    height: 100%;
    z-index: 9;
}



/*---- Home About ----*/

.home-about{
    background-image: url("../img/about-home.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 870px;
}
.ha-box {
    max-width: 410px !important;
}
.ha-title {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 20px;
}
.ha-sub-title {
    font-size: 39px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 10px;
    padding-inline: 23px;
    text-align: center;
}
.ha-description {
    font-size: 20px;
    color: #fff;
    text-align: center;
}




/*---- Home Get Form ----*/

.home-get-form {
    padding: 220px 0;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.home-get-form:before {
    content: "";
    background: url(../img/logo-mask.svg) no-repeat;
    height: 172px;
    width: 290px;
    position: absolute;
    left: 0;
    top: 100px;
}

.home-get-form-title {
    font-size: 25px;
    font-weight: 400;
}

.home-get-form-des {
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 400;
    font-family: Helvetica Neue, serif;
}

form.get-form input {
    background: #F2F2F2;
    border: 1px solid #999999;
    font-family: Helvetica Neue, serif !important;
}

form.get-form textarea {
    background: #F2F2F2;
    border: 1px solid #999999;
    font-family: Helvetica Neue, serif !important;
}

form.get-form input:focus {
    outline: none;
    box-shadow: none;
}

button.btn.btn-black.w-100 {
    background: #000;
    color: #fff;
    padding: 14px 0;
    font-family: Helvetica Neue, serif;
}

button.btn.btn-black-outline.w-100,
a.btn.btn-black-outline.w-100 {
    display: block;
    background: transparent;
    color: #000;
    border: 1px solid #000;
    padding: 14px 0;
    font-family: Helvetica Neue, serif;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
}

a.btn.btn-black-outline.w-100:hover {
    color: #000;
    background: rgba(0, 0, 0, 0.04);
}



/*---- Home Blog Post ----*/

.hbp-body {
    max-height: 370px;
    position: relative;
}
.hbp-image {
    position: relative;
}
.hbp-image:after {
    position: absolute;
    content: "";
    background: #00000050;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.hbp-bot{
    padding-left: 48px;
    position: absolute;
    z-index: 9;
    bottom: 32px;
}
.hbp-title {
    color: #fff;
    font-size: 39px;
    font-weight: 700;
    padding-bottom: 16px;
}
.hbp-description {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.hb-body{
    position: relative;
}
.hb-body:before {
    content: "";
    position: absolute;
    right: 12px;
    top: 0;
    width: 200px;
    background: #ffffff;
    background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    height: 100%;
    z-index: 9;
}
.blog-page .hb-body:before {
    display: none;
}
.hb-more a {
    color: #000;
    background: #E6E6E6;
    padding: 10px 15px;
    border-radius: 500rem;
    font-family: Helvetica Neue, serif;
}
.hb-title {
    font-size: 25px;
}
.hb-title p {
    font-weight: 700;
}





/*---- Footer ----*/

footer {
    background: #000;
    padding: 50px 0;
    font-family: Helvetica Neue, serif !important;
}

.footer-logo {
    border-bottom: 1px solid #4D4D4D;
    padding-bottom: 30px;
}

.footer-menu {
    padding: 79px 0;
}

.footer-menu a{
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 40px;
    position: relative;
    width: 100%;
    display: block;
}

.footer-menu a:after{
    content: "";
    position: absolute;
    right: 0;
    background:url("../img/move-right-w.svg");
    width: 24px;
    height: 24px;
}

.footer-divider {
    position: relative;
}

.footer-divider:after {
    content: "";
    position: absolute;
    background: #4D4D4D;
    height: 85%;
    width: 1px;
    right: 0;
    top: 29px;
}

.footer-divider-l{
    border-bottom: 1px solid #4D4D4D;
}

.footer-address {
    padding: 70px 0;
}

.footer-address-det {
    display: flex;
    gap: 10px;
    padding-bottom: 16px;
}

.fad-title {
    font-size: 16px;
    color: #ffffff70;
    font-weight: 300;
}

.fad-des {
    color: #fff;
    font-weight: 300;
}

.footer-social ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.footer-social a{
    color: #fff !important;
}

.footer-menu ul li a {
    color: #fff !important;
}

.footer-social {
    padding: 60px;
    border-top: 1px solid #4D4D4D;
}

.copy-right {
    text-align: center;
    padding: 24px 0 0 0;
    color: #ffffff50;
}



/*---- 404 ----*/

.not-found.fade-in-up.delay-1.animated {
    max-width: 400px;
}

.not-found {
    max-width: 400px;
    margin: auto;
    padding: 300px 0;
}

.not-found-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.not-found-num {
    font-size: 64px;
    font-weight: 800;
}

.nut-found-text {
    color: #4D4D4D;
    font-weight: 200;
}

.not-found .hero-btn{
    margin: 0;
}


.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #000 !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.woocommerce a.remove:hover {
    color: #000 !important;
    background: none !important;
}


/*---- Login Page ----*/

.login-page .woocommerce > .woocommerce-notices-wrapper {
    max-width: 415px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.75rem 1rem;
}

/*---- WooCommerce toast notices ----*/

.salia-wc-notices {
    padding: 0 0 1rem;
}

.salia-wc-notices .woocommerce-notices-wrapper:empty {
    display: none;
}

.salia-wc-toasts {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.salia-toast {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    border: 1px solid;
    border-radius: 4px;
    font-family: Helvetica Neue, serif;
}

.salia-toast__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    line-height: 0;
}

.salia-toast__svg {
    display: block;
    width: 24px;
    height: 24px;
}

.salia-toast__content {
    flex: 1;
    min-width: 0;
}

.salia-toast__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 2px;
}

.salia-toast__message {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

.salia-toast__action {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    color: inherit;
    white-space: nowrap;
    align-self: center;
}

.salia-toast__action:hover {
    color: inherit;
    opacity: 0.85;
}

.salia-toast--error {
    background: #FDF2F2;
    border-color: #742A2A;
    color: #742A2A;
}

.salia-toast--success {
    background: #EDF5F0;
    border-color: #1F4D3D;
    color: #1F4D3D;
}

.salia-toast--info {
    background: #F5F8F6;
    border-color: #1F4D3D;
    color: #1F4D3D;
}

.salia-single-product .salia-pdp-remove-wrap.d-none,
.salia-single-product .salia-pdp-add-wrap.d-none {
    display: none !important;
}

/*---- Cart page ----*/

.cart-page .salia-cart-page-main {
    padding: 0;
}

.cart-page .entry-content > .woocommerce,
.cart-page .woocommerce {
    max-width: none;
    margin: 0;
    padding: 0;
}

.cart-page .woocommerce::before,
.cart-page .woocommerce::after {
    display: none;
}

/* Hide WooCommerce Cart block if it still renders alongside classic cart */
.cart-page .wp-block-woocommerce-cart,
.cart-page .wc-block-cart,
.cart-page .wc-block-components-sidebar-layout {
    display: none !important;
}

/* Reset default WooCommerce cart layout rules */
.cart-page .woocommerce .cart-collaterals,
.cart-page .woocommerce .cart_totals,
.cart-page .woocommerce-page .cart-collaterals,
.cart-page .woocommerce-page .cart_totals {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    clear: none !important;
}

.cart-page .woocommerce .cart-collaterals h2,
.cart-page .woocommerce .cart_totals h2 {
    display: none !important;
}

.salia-cart {
    padding: 40px 0 96px;
}

.salia-cart__notices {
    margin-bottom: 24px;
}

.salia-cart__notices .woocommerce-notices-wrapper:empty {
    display: none;
}

.salia-cart__title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0;
    margin: 0 0 48px;
    color: #000;
}

.salia-cart__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}

.salia-cart__items {
    display: flex;
    flex-direction: column;
}

.salia-cart-item {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 24px;
    padding: 28px 0;
    border-bottom: 1px solid #E6E6E6;
}

.salia-cart-item:first-child {
    padding-top: 0;
}

.salia-cart-item__thumb {
    width: 88px;
    height: 112px;
    /* background: #F5F5F5; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.salia-cart-item__thumb a {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}

.salia-cart-item__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.salia-cart-item__info {
    min-width: 0;
    padding-right: 24px;
}

.salia-cart-item__name {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    margin: 0 0 10px;
}

.salia-cart-item__name a {
    color: #000 !important;
    text-decoration: none !important;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
}

.salia-cart-item__name a:hover {
    color: #000 !important;
    opacity: 0.75;
}

.salia-cart-item__price {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #000;
    margin: 0;
}

.salia-cart-item__price .amount,
.salia-cart-item__price bdi {
    font-weight: 400;
    color: #000;
}

.salia-cart-item__remove {
    justify-self: end;
    align-self: center;
}

.salia-cart-item__remove-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000 !important;
    border: none;
    background: transparent;
    padding: 0;
    line-height: 0;
    transition: opacity 0.2s ease;
}

.salia-cart-item__remove-link:hover {
    opacity: 0.45;
    color: #000 !important;
}

.salia-cart-collaterals {
    width: 100%;
}

.salia-cart-summary {
    width: 100%;
    float: none;
}

.salia-cart-summary__inner {
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding: 28px 24px 24px;
    background: #fff;
}

.salia-cart-summary__label {
    font-family: 'Times New Roman';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
    margin: 0 0 10px;
}

.salia-cart-summary__total {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
    color: #000;
    margin: 0 0 28px;
}

.salia-cart-summary__total .amount,
.salia-cart-summary__total bdi {
    font-weight: 400;
    color: #000;
}

.salia-cart-summary__checkout {
    margin: 0;
    padding: 0 !important;
}

.salia-cart-summary__checkout .checkout-button {
    display: block;
    width: 100%;
    text-align: center;
    border: none;
    border-radius: 8px;
    padding: 15px 16px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none !important;
    background: #000 !important;
    color: #fff !important;
    box-shadow: none;
    margin-bottom: 0 !important;
}

.salia-cart-summary__checkout .checkout-button:hover,
.salia-cart-summary__checkout .checkout-button:focus {
    background: #000 !important;
    color: #fff !important;
    opacity: 0.88;
}

.salia-cart--empty .salia-cart__empty-message {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #4D4D4D;
    margin-bottom: 24px;
}

.salia-cart--empty .salia-cart__empty-message .woocommerce-info {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.salia-cart__empty-cta .btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
}

@media (min-width: 992px) {
    .salia-cart__layout {
        grid-template-columns: minmax(0, 1fr) minmax(290px, 400px);
        gap: 48px 58px;
    }

    .salia-cart-summary__inner {
        position: sticky;
        top: 120px;
    }
}

@media (max-width: 991.98px) {
    .salia-cart {
        padding: 32px 0 64px;
    }

    .salia-cart__title {
        font-size: 28px;
        margin-bottom: 32px;
    }

    .salia-cart-item {
        grid-template-columns: 72px minmax(0, 1fr) auto;
        column-gap: 16px;
        padding: 20px 0;
    }

    .salia-cart-item__thumb {
        width: 72px;
        height: 92px;
    }

    .salia-cart-item__info {
        padding-right: 12px;
    }

    .salia-cart-item__name {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .salia-cart-summary__total {
        font-size: 24px;
        margin-bottom: 24px;
    }
}

.login-wrapper {
    min-height: 100vh;
    background: url(../img/login.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.login-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}
.login-page-area {
    background: var(--white-80, rgba(255, 255, 255, 0.80));
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--text-border-outline-var, #E6E6E6);
    padding: 38px 24px;
    border-radius: 24px;
    max-width: 415px;
}
.lpa-title {
    padding-top: 24px;
    padding-bottom: 16px;
    font-size: 25px;
    font-weight: 700;
}
.lpa-description {
    padding-bottom: 24px;
}
.lpa-divider {
    padding: 24px 0;
    position: relative;
    text-align: center;
}
.lpa-google {
    margin-bottom: 24px;
}
.lpa-google a {
    border-radius: 4px;
    border: 1px solid #000000;
    width: 100%;
    display: flex;
    text-align: center;
    padding: 15px;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.lpa-term {
    font-size: 13px;
    color: #4D4D4D;
}
.lpa-term a{
    text-decoration:underline !important;
    color: #000;
}
.lpa-divider:before {
    width: 45%;
    height: 1px;
    background: #000000;
    position: absolute;
    content: "";
    right: 0;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
}
.lpa-divider:after {
    width: 45%;
    height: 1px;
    background: #000000;
    position: absolute;
    content: "";
    left:0;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
}



.breadcrumb {
    border-bottom: 1px solid #E6E6E6;
    padding: 16px 0 !important;
}
.plp-page .breadcrumb {
    border-bottom: 0;
    padding: 16px 0 !important;
}
.bread ul {
    display: flex;
    gap: 9px;
}
.bread ul li a {
    color: #4D4D4D !important;
    font-size: 13px;
    font-family: Helvetica Neue, serif;
}
/* PDP: WooCommerce breadcrumb inside .bread (not a ul) */
.pdp-page .bread .woocommerce-breadcrumb,
.salia-single-product .bread .woocommerce-breadcrumb {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    font-family: Helvetica Neue, serif;
    color: #4D4D4D;
}
.pdp-page .bread .woocommerce-breadcrumb a,
.salia-single-product .bread .woocommerce-breadcrumb a {
    color: #4D4D4D !important;
    text-decoration: none;
}
/* PDP: strip default WooCommerce chrome */
.salia-pdp-layout > [class*="col-"] {
    min-width: 0;
}
.salia-pdp-layout__main {
    display: block;
    min-width: 0;
    max-width: 100%;
}
.salia-pdp-layout__main > .salia-pdp-gallery,
.salia-pdp-layout__main > .custom-order,
.salia-pdp-layout__main > .product-details {
    display: block;
    width: 100%;
    max-width: 100%;
    clear: both;
}
.salia-single-product .woocommerce-product-gallery,
.salia-single-product .salia-pdp-gallery {
    position: relative;
    max-width: 100%;
    width: 100%;
    float: none;
    clear: both;
    display: block;
    margin-bottom: 0;
}
.salia-single-product .woocommerce-product-gallery__wrapper {
    width: 100%;
    max-width: 100%;
}
.salia-single-product .woocommerce-product-gallery__image {
    width: 100% !important;
    display: block !important;
    float: none !important;
}
.salia-single-product #product-images,
.salia-single-product #product-images.owl-carousel {
    width: 100%;
    max-width: 100%;
}
.salia-single-product #product-images .pi {
    width: 100%;
    text-align: center;
}
.salia-single-product .woocommerce-product-gallery img,
.salia-single-product .salia-pdp-gallery img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.salia-single-product .product-title-mobile {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}
.salia-single-product table.variations {
    width: 100%;
    border: 0;
    margin-bottom: 1rem;
}
.salia-single-product table.variations th,
.salia-single-product table.variations td {
    border: 0;
    padding: 0.35rem 0;
    vertical-align: middle;
}
.salia-single-product table.variations select {
    width: 100%;
    max-width: 100%;
}
.salia-single-product .reset_variations {
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 13px;
}
.salia-single-product .single_variation_wrap {
    margin-top: 0.5rem;
}
.salia-single-product .variations_button {
    margin-top: 0.75rem;
}
.salia-single-product .variations_button .quantity {
    margin-bottom: 0.75rem;
}
.salia-single-product .woocommerce-variation-price {
    display: none !important;
}
.salia-single-product .salia-wc-variation-inputs {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.salia-single-product .woocommerce-variation-availability,
.salia-single-product p.stock {
    margin-bottom: 0.75rem;
    font-size: 14px;
}
.salia-single-product .price del {
    opacity: 0.65;
    margin-right: 0.35rem;
}
.pay-met ul.mb-0 {
    list-style: none;
    padding-left: 0;
}
.pa-sidebar{
    padding-bottom: 10px;
}
.pl-sidebar{
    border-right: 1px solid #E6E6E6;
}
.pa-sidebar-inner {
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding: 16px;
}
.product-title {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
}
.pp-title {
    padding-top: 10px;
    font-weight: 700;
}
#product-images img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
#product-images .owl-dots {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
}
#product-images .owl-dot span {
    margin: 3px 3px !important;;
    background: #B18F8F !important;
    transition: all .3s;
}
#product-images .owl-dot.active span{
    margin: 3px 3px !important;
    background: #50191A !important;
    width: 27px;
    transition: all .3s;
}
.product-details .accordion-button:not(.collapsed){
    background:none;
    box-shadow: none !important;
}
.product-details .accordion-body {
    padding: 0 0 33px;
    font-family: Helvetica Neue, serif;
}
.product-details .accordion-item:first-of-type>.accordion-header .accordion-button{
    border-radius: 0!important;
}
.product-details .accordion-item:first-of-type{
    border-radius: 0!important;
}
.product-details .accordion-item{
    border-width: 0 0 1px 0;
}
.product-details .accordion-button{
    padding: 33px 0 !important;
}
.accordion-button:focus{
    box-shadow: none !important;
}
.product-specs {
    width: 100%;
}
.spec-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}
.spec-label {
    font-size: 16px;
    color: #4D4D4D;
    font-family: Helvetica Neue, serif;
}
.spec-value {
    font-size: 16px;
    color: #000;
    font-family: Helvetica Neue, serif;
}
.product-specs .spec-row:last-child{
    border-bottom: none;
}
.shipping-det li {
    list-style: disc;
    line-height: 34px;
    color: #000;
    margin-left: 15px;
    font-family: Helvetica Neue, serif;
}
.pm-text {
    font-size: 13px;
    color: #4D4D4D;
    font-family: Helvetica Neue, serif;
}
.pm-text p{
    font-size: 18px;
    color: #000;
    font-family: Helvetica Neue, serif;
}
.pay-met .pm-image img,
.pay-met .pm-image svg {
    max-height: 32px;
    width: auto;
    display: block;
}
.pay-met .pm-fallback-icon {
    display: inline-block;
    width: 40px;
    height: 24px;
    border-radius: 4px;
    background: linear-gradient(135deg, #e8e8e8 0%, #f5f5f5 100%);
    border: 1px solid #ddd;
}
.pay-met li + li {
    margin-top: 1rem;
}
.product-relation{
    position: relative;
}
.product-relation:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    background: #ffffff;
    background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    height: 100%;
    z-index: 9;
}
.modal-header {
    border: none !important;
}




.plp-filter-title {
    font-size: 13px;
    font-family: Helvetica Neue, serif;
}
.accordion-button{
    font-family: Helvetica Neue, serif;
    padding: 1.5rem 1.25rem 1.5rem 0 !important;
}
.accordion-body{
    padding: 1.5rem 1.25rem 1.5rem 0 !important;
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color) !important;
    background-color: unset !important;
    box-shadow: none !important;
    font-family: Helvetica Neue, serif;
}
.accordion-button:not(.collapsed) {
    background-color: unset !important;
    box-shadow: none !important;
    font-family: Helvetica Neue, serif;
}
.accordion-button::after {
    margin-left: unset;
    margin-right: unset;
}
.plp-end{
    font-family: Helvetica Neue, serif;
}
.plp-end a {
    color: #000;
}
.pft-right a,.pft-left a {
    color: #000;
    font-family: Helvetica Neue, serif;
    padding: 2px 21px;
    border: 1px solid #000;
    border-radius: 500rem;
    display: flex;
}
.pft-right a {
    color: #000;
    font-family: Helvetica Neue, serif;
    padding: 2px 21px;
    border: 1px solid #E6E6E6;
    border-radius: 500rem;
    display: flex;
}
.pft-left a.active {
    color: #fff;
    background: #000;
}
.pft-left a:hover {
    color: #fff !important;
    background: #000;
}
.plp-filter-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
}
.pft-left {
    text-wrap-mode: nowrap;
    max-width: 85%;
    overflow-y: hidden;
    display: flex;
    gap: 10px;
    position: relative;
}
.pft-left:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 100%;
    background: #ffffff;
    background: linear-gradient(270deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.pl-body {
    border-right: 1px solid #ddd;
    padding-inline: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.pl-body:nth-of-type(3n) {
    border-right: none;
}

.mobile-filter-sort {
    position: fixed;
    bottom: 35px;
    left: 0;
    right: 0;
    width: 60%;
    background-color: #FFFFFF;
    z-index: 9999;
    border: 1px solid #E6E6E6;
    margin: auto;
    border-radius: 500rem;
    box-shadow: 0 0 16px 0 #00000008;
    display: flex;
    justify-content: space-around;
    padding: 13px 0;
    font-family: Helvetica Neue, serif;
}
.mobile-filter-divider {
    position: absolute;
    content: "";
    height: 67%;
    width: 1px;
    background: #999999;
    top: 9px;
}




.ac-body{
    font-size: 20px;
}
.founder-img img {
    width: 100%;
}
.founders {
    display: flex;
    gap: 160px;
}
.founder{
    position: relative;
}
.founder-body {
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.founder-position {
    font-size: 25px;
    color: #fff;
}
.founder-name {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}
.av-body {
    height: 380px;
}
.av-body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.av-body{
    position: relative;
}
.av-body:before {
    content: "";
    position: absolute;
    background-image: url("../img/play.svg");
    width: 56px;
    height: 56px;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.av-body:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 98%;
    height: 100%;
    background: #00000040;
    margin: auto;
    left: 0;
}






.content-left {
    background: #641F20;
    background: linear-gradient(228deg, rgba(100, 31, 32, 1) 0%, rgba(60, 19, 19, 1) 100%);
    border-radius: 12px 0 0 12px;
    position: relative;
}
.content-left:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("../img/logo-contact.svg");
    width: 244px;
    height: 91px;
}
.content-right {
    border-radius: 0 12px 12px 0;
    border: solid #E6E6E6;
    border-width: 1px 1px 1px 0;
    height: 100%;
}
.contact-detail{
    padding:255px 165px;
}
.cf-title {
    color: #ffffff80;
    font-size: 16px;
    font-family: Helvetica Neue, serif;
}
.cf-content {
    color: #fff;
    font-size: 20px;
    font-family: Helvetica Neue, serif;
}
.crd-top {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    padding: 32px 48px 0;
    gap: 25px;
}
.crd-bot {
    padding: 32px 48px;
}
.crd-bot img {
    width: 100%;
    border-radius: 4px;
}
.cr-detail {
    border-bottom: 1px solid #E6E6E6;
}
.crd-visit-title {
    font-size: 25px;
}
.crd-visit-description {
    font-family: Helvetica Neue, serif;
}
a.btn-outline-danger {
    text-wrap-mode: nowrap;
    color: #000;
    font-family: Helvetica Neue, serif;
    padding: 5px 10px;
    border-radius: 500rem;
    border: 1px solid;
}






.blog-page .ha-sub-title,.blog-page .ha-description{
    text-align: left;
    padding-inline:0;
}
.blog-page .hero-content {
    padding-bottom: 105px;
}

.blog-page .ha-description {
    font-family: Helvetica Neue, serif;
}
.blog-page .ha-box {
    max-width: 510px !important;
}
.blog-page .hbp-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}



@media (max-width: 991px) {
    .hero-content:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background: #000000;
        background: radial-gradient(circle, rgba(0, 0, 0, 0.64) 0%, rgba(255, 255, 255, 0) 56%);
        z-index: -1;
        border-radius: 500rem;
    }
    .nav {
        flex-wrap: nowrap !important;
        overflow: scroll;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .pc-body .nav-link {
        width: max-content;
    }
    .ha-box {
        max-width: 100% !important;
    }
    .hb-body:before {
        display: none;
    }
    .login-body {
        gap: 30px;
    }
    .login-page-area {
        padding: 24px 14px;
        border-radius: 24px 24px 0 0;
    }
    .lpa-title {
        padding-top: 16px;
        padding-bottom: 7px;
    }
    .product-relation:before {
        display: none;
    }
    .product-area .cp-image img {
        width: 90% !important;
    }
    .pl-body:nth-of-type(3n) {
        border-right: 1px solid #E4EAF0;
    }
    .pft-left {
        max-width: 100%;
    }
    .pft-left:before {
       display: none;
    }
    .founders {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }
    .blog-page .hero-content:before {
        display: none;
    }
}





/* Scroll Animations */
.fade-in-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.8s ease-out, transform 1.8s ease-out;
}

.fade-in-up.animated {
    opacity: 1;
    transform: translateY(0);
}

.fade-in {
    opacity: 0;
    transition: opacity 1.8s ease-out;
}

.fade-in.animated {
    opacity: 1;
}

/* Stagger delay for multiple elements */
.fade-in-up.delay-1 {
    transition-delay: 0.2s;
}

.fade-in-up.delay-2 {
    transition-delay: 0.4s;
}

.fade-in-up.delay-3 {
    transition-delay: 0.6s;
}

.fade-in-up.delay-4 {
    transition-delay: 0.8s;
}

/*---- Finalization / Checkout ----*/

.checkout-page .salia-checkout-page-main,
.checkout-page .woocommerce-order {
    padding: 0;
}

.checkout-page .wp-block-woocommerce-checkout,
.checkout-page .wc-block-checkout {
    display: none !important;
}

.salia-wc-checkout-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.salia-finalization {
    padding: 40px 0 96px;
}

.salia-finalization__title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.15;
    margin: 0 0 40px;
    color: #000;
}

.salia-finalization__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.salia-finalization__notices {
    margin-bottom: 24px;
}

/* Address step */
.salia-address-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.salia-address-section__label,
.salia-payment-section__head {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.salia-address-section__icon,
.salia-payment-section__icon {
    display: inline-flex;
    color: #000;
}

.salia-address-section__new {
    border: 0;
    background: transparent;
    padding: 0;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.salia-address-empty {
    text-align: center;
    padding: 48px 16px 24px;
}

.salia-address-empty__icon {
    color: #000;
    margin-bottom: 16px;
}

.salia-address-empty__text {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #000;
    margin: 0 0 24px;
}

.salia-address-empty__btn {
    border: 0;
    background: #F2F2F2;
    border-radius: 8px;
    padding: 12px 24px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.salia-address-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.salia-address-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    background: #fff;
    padding: 20px 24px;
    cursor: pointer;
    transition: border-color 0.2s ease;
    background: #F2F2F2;
}

.salia-address-card.is-selected {
    border-color: #000;
}

.salia-address-card__title {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    margin-bottom: 6px;
}

.salia-address-card__line {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 1.45;
}

.salia-address-card__chev {
    font-size: 28px;
    line-height: 1;
    color: #000;
    margin-left: 16px;
}

/* Payment step */
.salia-payment-section__head {
    margin-bottom: 20px;
}

.salia-payment-methods {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.salia-payment-option {
    display: block;
    cursor: pointer;
    margin: 0;
}

.salia-payment-option__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    background: #F7F7F7;
    padding: 18px 20px;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.salia-payment-option.is-selected .salia-payment-option__inner {
    border-color: #000;
    background: #fff;
}

.salia-payment-option__left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.salia-payment-option__kicker {
    display: block;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #808080;
    margin-bottom: 2px;
}

.salia-payment-option__name {
    display: block;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.salia-payment-option__brand--paypal {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    color: #003087;
}

.salia-payment-option__cards {
    display: flex;
    gap: 6px;
}

.salia-card-logo {
    width: 32px;
    height: 20px;
    border-radius: 3px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.salia-card-logo--mc {
    background: linear-gradient(90deg, #eb001b 50%, #f79e1b 50%);
}

.salia-card-logo--visa {
    background: #1a1f71;
    position: relative;
}

.salia-card-logo--visa::after {
    content: 'VISA';
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
}

.salia-card-fields {
    display: none;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.salia-card-fields.is-visible {
    display: flex;
}

.salia-field,
.salia-field--select {
    width: 100%;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    background: #F5F5F5;
    padding: 14px 16px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    outline: none;
}

.salia-field::placeholder {
    color: #999;
}

.salia-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.salia-billing-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 8px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.salia-billing-toggle__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.salia-billing-toggle__switch {
    width: 44px;
    height: 24px;
    border-radius: 999px;
    background: #ccc;
    position: relative;
    flex-shrink: 0;
    transition: background 0.2s ease;
}

.salia-billing-toggle__switch::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    transition: transform 0.2s ease;
}

.salia-billing-toggle__input:checked + .salia-billing-toggle__switch {
    background: #1F4D3D;
}

.salia-billing-toggle__input:checked + .salia-billing-toggle__switch::after {
    transform: translateX(20px);
}

.salia-payment-divider {
    border: 0;
    border-top: 1px solid #E6E6E6;
    margin: 4px 0 0;
    opacity: 1;
}

.salia-billing-fields {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 4px;
}

.salia-billing-fields[hidden] {
    display: none !important;
}

.salia-field-row--billing-address {
    grid-template-columns: 1.85fr 1fr;
}

.salia-checkout-select {
    position: relative;
}

.salia-checkout-select__chevrons {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    pointer-events: none;
    z-index: 2;
    color: #888;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.salia-checkout-select__chevrons svg {
    width: 18px;
    height: 18px;
    display: block;
}

.salia-checkout-select__chevrons::before,
.salia-checkout-select__chevrons::after {
    content: none;
}

.salia-checkout-select .salia-field--select,
.salia-checkout-select .salia-modal-field--select,
.salia-checkout-select .js-salia-location-city {
    padding-right: 44px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #F5F5F5;
    background-image: none;
    color: #000;
}

.salia-checkout-select select::-ms-expand {
    display: none;
}

.salia-checkout-select .salia-field--select:invalid,
.salia-checkout-select .salia-modal-field--select:invalid,
.salia-checkout-select .salia-field--select option[value=""],
.salia-checkout-select .salia-modal-field--select option[value=""] {
    color: #999;
}

/* Coupon */
.salia-coupon-section {
    margin-top: 8px;
}

.salia-coupon-row,
.salia-coupon-applied {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 0;
    border-top: 1px solid #E6E6E6;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
}

.salia-coupon-applied__text {
    line-height: 1.35;
}

.salia-coupon-row__plus,
.salia-coupon-applied__remove {
    margin-left: auto;
    border: 0;
    background: transparent;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    color: #000;
    padding: 0;
}

.salia-coupon-applied__remove {
    font-size: 0;
}

.salia-coupon-applied__remove svg {
    display: block;
    color: #c0392b;
}

/* Sidebar */
.salia-checkout-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.salia-financial-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 0;
    border-radius: 8px;
    background: #F2F2F2;
    padding: 16px 20px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.salia-financial-trigger__chev {
    font-size: 22px;
    line-height: 1;
}

.salia-checkout-paybox {
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding: 24px;
    background: #fff;
}

.salia-checkout-paybox__label {
    font-family: 'Times New Roman';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.salia-checkout-paybox__total {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 24px;
    line-height: 1.15;
}

.salia-checkout-paybox__btn {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 8px;
    padding: 15px 16px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #000;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.salia-checkout-paybox__btn.is-disabled,
.salia-checkout-paybox__btn:disabled {
    background: #D9D9D9;
    color: #fff;
    cursor: not-allowed;
    opacity: 1;
}

.salia-checkout-paybox__btn:not(:disabled):hover {
    opacity: 0.88;
}

/* Modals — Add Address & Choose Location */
.salia-modal .modal-dialog {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.salia-modal__dialog--address,
.salia-modal__dialog--map {
    max-width: 480px;
    width: calc(100% - 32px);
}

.salia-modal__dialog--wide {
    max-width: 640px;
}

.salia-modal__dialog--narrow {
    max-width: 420px;
}

.salia-modal .modal-content {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
}

.salia-modal__content {
    border: 0;
    border-radius: 0;
    padding: 0;
    background: #fff;
}

.salia-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px 16px;
}

.salia-modal__title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    color: #000;
}

.salia-modal__close {
    border: 0;
    background: transparent;
    font-size: 26px;
    font-weight: 300;
    line-height: 1;
    color: #000;
    cursor: pointer;
    padding: 0;
    width: 28px;
    height: 28px;
}

.salia-modal__rule {
    border: 0;
    border-top: 1px solid #E6E6E6;
    margin: 0;
    opacity: 1;
}

.salia-modal__rule--inset {
    margin: 24px 0;
}

.salia-modal__scroll {
    padding: 20px 24px 8px;
    max-height: min(70vh, 640px);
    overflow-y: auto;
}

.salia-modal__body {
    padding: 16px 0 24px;
}

.salia-modal__footer {
    padding: 16px 24px 24px;
}

.salia-modal__submit {
    display: block;
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 6px;
    padding: 15px 16px;
    background: #000;
    color: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.salia-modal__submit:hover {
    opacity: 0.88;
    color: #fff;
}

.salia-form-section {
    margin: 0;
}

.salia-form-section + .salia-form-section {
    margin-top: 0;
}

.salia-form-section__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.salia-form-section__title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
}

.salia-form-section__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #CFCFCF;
    color: #000;
    flex-shrink: 0;
}

.salia-modal-field {
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    background: #fff;
    padding: 13px 14px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    outline: none;
    margin-bottom: 12px;
    appearance: none;
    -webkit-appearance: none;
}

.salia-modal-field::placeholder {
    color: #B3B3B3;
}

.salia-modal-field:focus {
    border-color: #999;
}

.salia-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.salia-field-row .salia-modal-field {
    margin-bottom: 12px;
}

.salia-select-wrap {
    position: relative;
}

.salia-select-wrap.salia-checkout-select .salia-modal-field--select,
.salia-select-wrap.salia-checkout-select .salia-field--select {
    width: 100%;
    padding-right: 44px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
}

.salia-location-city-slot,
.js-salia-location-city-slot {
    width: 100%;
    position: relative;
}

.js-salia-location-city-wrap .js-salia-location-city-slot .salia-field,
.js-salia-location-city-wrap .js-salia-location-city-slot .salia-modal-field {
    width: 100%;
}

.js-salia-location-city-wrap .js-salia-location-city-slot .salia-field--select,
.js-salia-location-city-wrap .js-salia-location-city-slot .salia-modal-field--select {
    padding-right: 44px;
}

.salia-select-wrap::after {
    content: none;
}

.salia-modal-field--select {
    cursor: pointer;
    color: #B3B3B3;
}

.salia-modal-field--select:valid,
.salia-modal-field--select option:not([value=""]) {
    color: #000;
}

.salia-map-preview,
.salia-map-stage {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 12px;
    background: #ECECEC;
}

.salia-map-preview__map,
.salia-map-stage__map {
    width: 100%;
    height: 168px;
    z-index: 1;
}

.salia-map-stage__map {
    height: 500px;
}

.salia-map-preview__map .leaflet-control-container,
.salia-map-stage__map .leaflet-control-container {
    display: none;
}

div#saliaModalFinancialSummary .salia-modal__body, div#saliaModalAddCoupon  .salia-modal__body{
    padding: 24px;
}
form.salia-modal__body.js-salia-coupon-form input {
    margin-bottom: 16px;
}
.salia-map-pin {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, calc(-100% + 8px));
    z-index: 5;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
div#saliaPlpFilters .accordion-button::after {
    right: 0 !important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.woocommerce-no-products-found {
    margin-top: 25px;
}
.salia-map-pin__badge {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #4A151B;
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.modal-dialog.modal-lg.modal-dialog-centered.salia-modal__dialog.salia-modal__dialog--map {
    max-width: 780px;
}


.salia-map-pin__stem {
    width: 2px;
    height: 14px;
    background: #4A151B;
    margin-top: -1px;
}

.salia-map-preview__change {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 6;
    border: 0;
    border-radius: 6px;
    background: rgb(0 0 0 / 34%);
    padding: 13px 35px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.salia-map-search {
    position: relative;
    max-width: 50%;
    margin: 14px auto;
}

.salia-map-search__icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    z-index: 1;
    pointer-events: none;
}

.salia-map-search__input {
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    background: #F5F5F5;
    padding: 12px 16px 12px 42px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    outline: none;
}

.salia-map-search__input::placeholder {
    color: #B3B3B3;
}

.salia-map-stage__locate {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 6;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    cursor: pointer;
    padding: 0;
}

.salia-map-modal__address {
    text-align: center;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    color: #000;
    margin: 16px 0 20px;
    padding: 0 8px;
}

.salia-map-modal__divider {
    border: 0;
    border-top: 1px dashed #D9D9D9;
    margin: 0 0 20px;
    opacity: 1;
    max-width: 90%;
    margin: 20px auto;
}

.salia-modal--map .salia-modal__submit {
    margin-bottom: 0;
    margin: auto;
    max-width: 37%;
}

.salia-summary-box {
    background: #F5F5F5;
    border-radius: 8px;
    padding: 20px;
}

.salia-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
}

.salia-summary-row__value {
    font-weight: 600;
}

/* Success page */
.salia-payment-success {
    padding: 80px 0 120px;
}

.salia-payment-success__inner {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
}

.salia-payment-success__icon {
    margin-bottom: 20px;
}

.salia-payment-success__title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 28px;
    font-weight: 400;
    color: #1F4D3D;
    margin: 0 0 32px;
}

.salia-payment-success__details {
    background: #F5F5F5;
    border-radius: 8px;
    padding: 8px 20px;
    margin-bottom: 24px;
    text-align: left;
}

.salia-success-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #E6E6E6;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #808080;
}

.salia-success-row:last-child {
    border-bottom: 0;
}

.salia-success-row strong {
    color: #000;
    font-weight: 600;
}

.salia-payment-success__cta {
    border-radius: 8px;
    padding: 14px 16px;
}

@media (min-width: 992px) {
    .salia-finalization__layout {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
        gap: 48px 64px;
    }

    .salia-checkout-sidebar {
        position: sticky;
        top: 120px;
    }
}

@media (max-width: 991.98px) {
    .salia-finalization {
        padding: 32px 0 64px;
    }

    .salia-finalization__title {
        font-size: 28px;
        margin-bottom: 28px;
    }

    .salia-field-row {
        grid-template-columns: 1fr;
    }

    .salia-modal__dialog--address,
    .salia-modal__dialog--map {
        width: calc(100% - 24px);
    }

    .salia-modal__header,
    .salia-modal__scroll,
    .salia-modal__footer,
    .salia-modal__body {
        padding-left: 18px;
        padding-right: 18px;
    }

    .salia-modal__rule--inset {
        margin-left: 18px;
        margin-right: 18px;
    }
}

/* ---- PLP archive ---- */
.plp-page .bread ul li span {
    color: #4D4D4D;
    font-size: 13px;
    font-family: Helvetica Neue, serif;
}

.salia-plp__notices {
    margin-bottom: 16px;
}

.salia-plp__notices .woocommerce-notices-wrapper:empty {
    display: none;
}

.salia-plp-card {
    display: block;
    color: inherit;
    text-decoration: none !important;
}

.salia-plp-card:hover {
    color: inherit;
    opacity: 0.85;
}

.salia-plp-card .cp-image img {
    width: 100%;
    height: auto;
    display: block;
}

.salia-plp-filter-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.salia-plp-check {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
    margin: 0;
    cursor: pointer;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000;
}

.salia-plp-check input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
}

.salia-plp-check__box {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.salia-plp-check input:checked + .salia-plp-check__box {
    background: #000;
    border-color: #000;
}

.salia-plp-check input:checked + .salia-plp-check__box::after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    margin-top: -2px;
}

.salia-plp-check__label {
    line-height: 1.3;
}

.salia-plp-price-filter__row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.salia-plp-price-filter__sep {
    flex-shrink: 0;
    color: #999;
    font-size: 16px;
    line-height: 1;
}

.salia-plp-price-field {
    flex: 1;
    min-width: 0;
    width: 100%;
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    background: #F5F5F5;
    padding: 13px 14px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}

.salia-plp-price-field::placeholder {
    color: #B3B3B3;
}

.salia-plp-price-field:focus {
    border-color: #999;
    background: #F5F5F5;
}

.salia-plp-filter-form .accordion-item {
    border-color: #E6E6E6;
}

.salia-plp-ordering {
    margin: 0;
}

.salia-plp-ordering .woocommerce-ordering {
    margin: 0;
}

.salia-plp-sort-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-family: Helvetica Neue, serif;
    padding: 2px 21px;
    border: 1px solid #E6E6E6;
    border-radius: 500rem;
}

.salia-plp-sort-pill select.orderby {
    border: 0;
    background: transparent;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.salia-plp-offcanvas .pl-sidebar {
    border-right: 0;
}

.salia-plp-offcanvas .plp-filter {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.salia-plp-offcanvas .plp-filter-title {
    display: none;
}

.salia-plp-offcanvas--filters {
    display: flex;
    flex-direction: column;
}

.salia-plp-offcanvas--filters .offcanvas-body {
    flex: 1 1 auto;
    overflow-y: auto;
}

.salia-plp-offcanvas__footer {
    flex-shrink: 0;
    padding: 20px 24px 28px;
    border-top: 1px solid #E6E6E6;
    background: #fff;
}

.salia-plp-offcanvas__footer .plp-end {
    padding: 0;
}

.salia-plp-offcanvas__footer .d-flex {
    justify-content: space-between !important;
    gap: 16px;
}

.salia-plp-offcanvas__footer .btn-b {
    border-radius: 500rem;
    align-items: center;
    flex-shrink: 0;
}

.mfs-filter span,
.plp-end .btn-b span {
    margin-left: 6px;
}

body.salia-plp-mobile-panel-open .mobile-filter-sort {
    display: none !important;
}

.plp-page .woocommerce-pagination {
    margin-top: 24px;
    margin-bottom: 24px;
}

.plp-page .woocommerce-result-count {
    display: none;
}

.plp-page .woocommerce-ordering:not(.salia-plp-ordering .woocommerce-ordering) {
    display: none;
}

/* PDP — Customize modal (variable attributes) */
.salia-customize-modal__dialog {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.salia-customize-modal__content {
    border: 0;
    border-radius: 12px;
    overflow: hidden;
}

.salia-customize-modal__header {
    border-bottom: 1px solid #E6E6E6;
    padding: 18px 20px;
}

.salia-customize-modal__header .modal-title {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.salia-customize-modal__scroll {
    max-height: min(58vh, 560px);
    overflow-y: auto;
    padding: 8px 20px 24px;
}

.salia-customize-modal__body {
    display: flex;
    flex-direction: column;
}

.salia-customize-section {
    padding: 20px 0;
}

.salia-customize-section + .salia-customize-section {
    border-top: 1px solid #E6E6E6;
}

.salia-customize-section__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.salia-customize-section__icon {
    display: inline-flex;
    flex-shrink: 0;
    color: #000;
}

.salia-customize-section__title {
    margin: 0;
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
}

.salia-customize-options {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.salia-customize-option {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 6px 0;
    margin: 0;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #333;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    transition: color 0.15s ease;
}

.salia-customize-option:hover,
.salia-customize-option:focus-visible {
    color: #000;
    outline: none;
}

.salia-customize-option:hover .salia-customize-option__indicator,
.salia-customize-option:focus-visible .salia-customize-option__indicator {
    border-color: #999;
}

.salia-customize-option.is-active {
    color: #000;
}

.salia-customize-option--image .salia-customize-option__thumb {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: border-color 0.15s ease, border-width 0.15s ease;
}

.salia-customize-option--image.is-active .salia-customize-option__thumb {
    border: 2px solid #000;
}

.salia-customize-option__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.salia-customize-option__thumb-placeholder {
    width: 100%;
    height: 100%;
    background: #F5F5F5;
}

.salia-customize-option--image .salia-customize-option__label {
    font-size: 16px;
    line-height: 1.3;
    color: #666;
}

.salia-customize-option--image.is-active .salia-customize-option__label,
.salia-customize-option--image:hover .salia-customize-option__label {
    color: #000;
}

.salia-customize-option--image.is-active .salia-customize-option__label {
    font-weight: 700;
}

.salia-customize-option--radio {
    align-items: flex-start;
    padding: 4px 0;
}

.salia-customize-option__indicator {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-top: 2px;
    border: 1px solid #B3B3B3;
    border-radius: 50%;
    position: relative;
    background: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.salia-customize-option--radio.is-active .salia-customize-option__indicator {
    border-color: #000;
}

.salia-customize-option--radio.is-active .salia-customize-option__indicator::after {
    content: '';
    position: absolute;
    inset: 5px;
    border-radius: 50%;
    background: #000;
}

.salia-customize-option__text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.salia-customize-option--radio .salia-customize-option__label {
    font-size: 16px;
    line-height: 1.3;
    color: #333;
}

.salia-customize-option--radio.is-active .salia-customize-option__label,
.salia-customize-option--radio:hover .salia-customize-option__label {
    color: #000;
}

.salia-customize-option--radio.is-active .salia-customize-option__label {
    font-weight: 700;
}

.salia-customize-option__desc {
    font-size: 14px;
    line-height: 1.35;
    color: #999;
}

.salia-customize-option--radio.is-active .salia-customize-option__desc {
    color: #666;
}

.salia-customize-options--desc {
    gap: 18px;
}

.salia-customize-modal__footer {
    border-top: 1px solid #E6E6E6;
    padding: 16px 20px 20px;
    background: #fff;
}

.salia-customize-modal__footer .btn {
    border-radius: 6px;
    padding: 14px 16px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.salia-customize-modal__footer .btn.btn-black:disabled {
    background: #000;
    border-color: #000;
    color: #fff;
    opacity: 0.38;
    cursor: not-allowed;
}

.salia-pdp-variation-form-host {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.salia-variation-wrap-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.salia-customize-modal .modal-content form {
    display: flex;
    flex-direction: column;
    max-height: min(88vh, 720px);
}

.salia-customize-modal .modal-content form .modal-body {
    flex: 1 1 auto;
    min-height: 0;
}

.salia-customize-option {
    pointer-events: auto;
    position: relative;
    z-index: 2;
}

.salia-customize-modal__content {
    overflow: hidden;
}

/* PDP — Custom Order summary (variable products) */
.salia-custom-order-section,
.salia-custom-order-main {
    clear: both;
    width: 100%;
}

.salia-custom-order {
    width: 100%;
    display: block;
}

.salia-custom-order__title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.125rem;
    line-height: 1.3;
    color: #111;
    margin-bottom: 0.75rem;
}

.salia-custom-order__scroll-wrap {
    position: relative;
}

.salia-custom-order__scroll-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3rem;
    pointer-events: none;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 75%);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.salia-custom-order__scroll-wrap.is-scrollable:not(.is-at-end)::after {
    opacity: 1;
}

.salia-custom-order__track {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 0.125rem;
}

.salia-custom-order__track::-webkit-scrollbar {
    display: none;
}

.salia-custom-order__card {
    flex: 0 0 auto;
    width: 7.75rem;
    min-height: 4.25rem;
    padding: 0.625rem 0.75rem;
    background: #f7f7f7;
    border: 1px solid #ececec;
    border-radius: 0.5rem;
}

.salia-custom-order__card-head {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    margin-bottom: 0.375rem;
    min-width: 0;
}

.salia-custom-order__icon {
    display: inline-flex;
    flex-shrink: 0;
    color: #8a8a8a;
}

.salia-custom-order__icon svg {
    width: 1rem;
    height: 1rem;
}

.salia-custom-order__label {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 0.6875rem;
    line-height: 1.2;
    color: #8a8a8a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.salia-custom-order__value {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.25;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.salia-custom-order__value.is-empty {
    color: #b0b0b0;
    font-weight: 400;
}

/* PDP — Mobile sticky bar + customize bottom sheet */
@media (max-width: 991.98px) {
    body.pdp-page {
        padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
    }

    body.pdp-page.salia-pdp-sheet-open {
        padding-bottom: 0;
    }

    .salia-pdp-mobile-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1040;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
        background: #fff;
        border-top: 1px solid #E6E6E6;
        box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.06);
    }

    .salia-pdp-mobile-bar__price {
        flex: 1 1 auto;
        min-width: 0;
    }

    .salia-pdp-mobile-bar__price .pp-title {
        font-family: 'Times New Roman', Times, serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 2px;
    }

    .salia-pdp-mobile-bar__price .pp-price {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 18px;
        line-height: 1.25;
        color: #111;
    }

    .salia-pdp-mobile-bar__price .pp-price del {
        opacity: 0.65;
    }

    .salia-pdp-mobile-bar__actions {
        flex: 0 0 52%;
        max-width: 220px;
    }

    .salia-pdp-mobile-bar__actions .btn,
    .salia-pdp-mobile-bar__actions form {
        width: 100%;
        margin: 0;
    }

    .salia-pdp-mobile-bar__actions .btn {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 15px;
        white-space: nowrap;
    }

    body.salia-pdp-sheet-open .salia-pdp-mobile-bar {
        display: none !important;
    }

    .salia-customize-modal .modal-dialog.salia-customize-modal__dialog {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        max-width: 100%;
        width: 100%;
        min-height: 0;
        height: auto;
        display: flex;
        align-items: flex-end;
        transform: translate3d(0, 100%, 0);
    }

    .salia-customize-modal.modal.fade .modal-dialog.salia-customize-modal__dialog {
        transition: transform 0.32s ease-out;
    }

    .salia-customize-modal.modal.show .modal-dialog.salia-customize-modal__dialog {
        transform: translate3d(0, 0, 0);
    }

    .salia-customize-modal .salia-customize-modal__content {
        border-radius: 16px 16px 0 0;
        width: 100%;
        max-height: min(92vh, 820px);
    }

    .salia-customize-modal .modal-content form {
        max-height: min(92vh, 820px);
    }

    .salia-customize-modal__header {
        position: relative;
        padding-top: 24px;
    }

    .salia-customize-modal__header::before {
        content: '';
        position: absolute;
        top: 8px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 4px;
        border-radius: 999px;
        background: #ddd;
    }

    .salia-customize-modal__scroll {
        max-height: none;
        flex: 1 1 auto;
        min-height: 0;
    }
    .salia-modal--map .salia-modal__submit {
        margin-bottom: 0;
        margin: auto;
        max-width: 50%;
    }
}

/* Cart + Checkout — mobile/tablet shell (no site header/footer) */
@media (max-width: 991.98px) {
    body.salia-wc-mobile-shell > header,
    body.salia-wc-mobile-shell > footer {
        display: none !important;
    }

    body.salia-wc-mobile-shell.cart-page,
    body.salia-wc-mobile-shell.checkout-page {
        padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
    }

    body.salia-wc-mobile-shell.checkout-page {
        padding-bottom: calc(148px + env(safe-area-inset-bottom, 0px));
    }

    body.salia-wc-mobile-shell.salia-wc-sheet-open {
        padding-bottom: 0;
    }

    .salia-wc-mobile-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1050;
        align-items: center;
        min-height: 56px;
        padding: 14px 20px;
        background: #fff;
        border-bottom: 1px solid #E6E6E6;
    }

    .salia-wc-mobile-head--cart {
        display: flex !important;
        justify-content: space-between;
        gap: 16px;
    }

    .salia-wc-mobile-head--cart .salia-wc-mobile-head__title {
        flex: 0 1 auto;
        text-align: left;
    }

    .salia-wc-mobile-head__title {
        margin: 0;
        font-family: 'Times New Roman', Times, serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.15;
        color: #000;
    }

    .salia-wc-mobile-head--checkout {
        display: grid !important;
        grid-template-columns: 40px 1fr 40px;
        align-items: center;
        padding-left: 16px;
        padding-right: 16px;
    }

    .salia-wc-mobile-head--checkout .salia-wc-mobile-head__back {
        grid-column: 1;
        justify-self: start;
    }

    .salia-wc-mobile-head--checkout .salia-wc-mobile-head__title {
        grid-column: 2;
        text-align: center;
        font-size: 20px;
    }

    .salia-wc-mobile-head--checkout .salia-wc-mobile-head__spacer {
        grid-column: 3;
    }

    .salia-wc-mobile-head__close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        flex-shrink: 0;
        color: #000;
        text-decoration: none;
    }

    .salia-wc-mobile-head__close svg {
        display: block;
    }

    .salia-wc-mobile-head__back,
    .salia-wc-mobile-head__spacer {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        flex-shrink: 0;
        border: 0;
        background: transparent;
        padding: 0;
        color: #000;
    }

    .salia-wc-mobile-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1040;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 14px 20px calc(14px + env(safe-area-inset-bottom, 0px));
        background: #fff;
        border-top: 1px solid #E6E6E6;
        box-shadow: none;
    }

    body.salia-wc-sheet-open .salia-wc-mobile-bar {
        display: none !important;
    }

    .salia-wc-mobile-bar--cart .salia-wc-mobile-bar__price {
        flex: 1 1 auto;
        min-width: 0;
    }

    .salia-wc-mobile-bar__label {
        font-family: 'Times New Roman', Times, serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 4px;
        color: #000;
    }

    .salia-wc-mobile-bar--cart .salia-wc-mobile-bar__total {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.15;
        color: #000;
    }

    .salia-wc-mobile-bar--cart .salia-wc-mobile-bar__total .amount,
    .salia-wc-mobile-bar--cart .salia-wc-mobile-bar__total bdi {
        font-weight: 700;
        color: #000;
    }

    .salia-wc-mobile-bar--cart .salia-wc-mobile-bar__actions {
        flex: 0 0 56%;
        max-width: none;
        min-width: 160px;
    }

    .salia-wc-mobile-bar--cart .salia-wc-mobile-bar__btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 48px;
        padding: 14px 16px;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
        border: 0;
        border-radius: 8px;
        background: #000 !important;
        color: #fff !important;
        text-decoration: none !important;
    }

    .salia-wc-mobile-bar--cart .salia-wc-mobile-bar__btn:hover,
    .salia-wc-mobile-bar--cart .salia-wc-mobile-bar__btn:focus {
        opacity: 0.88;
        color: #fff !important;
    }

    /* Cart mobile layout */
    .cart-page .salia-cart {
        padding: calc(56px + 12px) 0 calc(84px + env(safe-area-inset-bottom, 0px));
    }

    .cart-page .salia-cart .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .cart-page .salia-cart__title {
        display: none;
    }

    .cart-page .salia-cart__summary-col {
        display: none !important;
    }

    .cart-page.salia-wc-mobile-shell {
        padding-bottom: 0;
    }

    .cart-page.salia-wc-mobile-shell .salia-cart--empty {
        padding-bottom: 16px;
    }

    /* Checkout mobile layout */
    .checkout-page .salia-finalization {
        padding: calc(56px + 12px) 0 0;
    }

    .checkout-page .salia-finalization .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .checkout-page .salia-finalization__title {
        display: none;
    }

    .checkout-page .salia-finalization__layout {
        display: block;
    }

    .checkout-page .salia-finalization__sidebar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1040;
        margin: 0;
        padding: 0;
        background: #fff;
        border-top: 1px solid #E6E6E6;
        box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.06);
    }

    body.salia-wc-sheet-open .checkout-page .salia-finalization__sidebar {
        display: none !important;
    }

    .checkout-page .salia-checkout-sidebar {
        gap: 0;
    }

    .checkout-page .salia-financial-trigger {
        border-radius: 0;
        background: #F2F2F2;
        padding: 14px 16px;
    }

    .checkout-page .salia-checkout-paybox {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-rows: auto auto;
        align-items: center;
        column-gap: 16px;
        row-gap: 2px;
        border: 0;
        border-radius: 0;
        padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
        margin: 0;
    }

    .checkout-page .salia-checkout-paybox__label {
        grid-column: 1;
        grid-row: 1;
        margin: 0;
        font-weight: 700;
    }

    .checkout-page .salia-checkout-paybox__total {
        grid-column: 1;
        grid-row: 2;
        margin: 0;
        font-size: 18px;
    }

    .checkout-page .salia-checkout-paybox__btn {
        grid-column: 2;
        grid-row: 1 / span 2;
        align-self: center;
        min-width: 120px;
        width: auto;
        padding: 12px 20px;
        white-space: nowrap;
    }

    .checkout-page.salia-wc-mobile-shell {
        padding-bottom: 0;
    }

    /* Checkout modals → bottom sheets */
    body.salia-wc-mobile-shell .salia-modal .modal-dialog {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        max-width: 100%;
        width: 100%;
        min-height: 0;
        height: auto;
        display: flex;
        align-items: flex-end;
        transform: translate3d(0, 100%, 0);
    }

    body.salia-wc-mobile-shell .salia-modal.modal.fade .modal-dialog {
        transition: transform 0.32s ease-out;
    }

    body.salia-wc-mobile-shell .salia-modal.modal.show .modal-dialog {
        transform: translate3d(0, 0, 0);
    }

    body.salia-wc-mobile-shell .salia-modal .modal-content,
    body.salia-wc-mobile-shell .salia-modal .salia-modal__content {
        border-radius: 16px 16px 0 0;
        width: 100%;
        max-height: min(92vh, 820px);
        margin: 0;
    }

    body.salia-wc-mobile-shell .salia-modal__dialog--map {
        width: 100%;
    }

    body.salia-wc-mobile-shell .salia-modal .modal-dialog-centered {
        align-items: flex-end;
        min-height: 0;
    }

    body.salia-wc-mobile-shell .salia-modal__header {
        position: relative;
        padding-top: 24px;
    }

    body.salia-wc-mobile-shell .salia-modal__header::before {
        content: '';
        position: absolute;
        top: 8px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 4px;
        border-radius: 999px;
        background: #ddd;
    }

    body.salia-wc-mobile-shell .salia-modal__scroll,
    body.salia-wc-mobile-shell .salia-modal__body {
        max-height: none;
        overflow-y: auto;
    }

    body.salia-wc-mobile-shell .salia-modal--map .salia-modal__body {
        display: flex;
        flex-direction: column;
        max-height: min(88vh, 760px);
    }

    body.salia-wc-mobile-shell .salia-map-stage {
        flex: 1 1 auto;
        min-height: 220px;
    }
}

/* My Account — Salia profile & orders */
.salia-account-page .woocommerce-account-main {
    padding: 0;
}

.salia-account-page .salia-account-shell {
    width: 100%;
}

.salia-account-page .salia-account-shell > .woocommerce,
.salia-account-page .entry-content > .woocommerce,
.salia-account-page .woocommerce {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.salia-account-page .woocommerce::before,
.salia-account-page .woocommerce::after {
    content: none;
    display: none;
}

.salia-account-page .woocommerce-notices-wrapper {
    margin-bottom: 16px;
}

/* Override WooCommerce float columns (layout.css: 30% / 68%) */
body.woocommerce-account .salia-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .salia-account .woocommerce-MyAccount-content,
body.woocommerce-account .salia-account-nav,
body.woocommerce-account .salia-account__content {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
}

.salia-account {
    display: grid;
    grid-template-columns: minmax(260px, 32%) minmax(0, 1fr);
    column-gap: clamp(40px, 7vw, 96px);
    row-gap: 32px;
    align-items: start;
    width: 100%;
    padding: 48px 0 80px;
}

.salia-account-nav {
    grid-column: 1;
    grid-row: 1;
    position: sticky;
    top: 24px;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 160px);
    max-width: 360px;
}

.salia-account-nav__group + .salia-account-nav__group {
    margin-top: 28px;
}

.salia-account-nav__section {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #9A9A9A;
    margin-bottom: 12px;
}

.salia-account-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.salia-account-nav__item {
    margin: 0 0 8px;
}

.salia-account-nav__link {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: background 0.2s ease;
}

.salia-account-nav__item.is-active .salia-account-nav__link,
.salia-account-nav__link:hover {
    background: #F2F2F2;
}

.salia-account-nav__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: #000;
    margin-top: 2px;
}

.salia-account-nav__text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.salia-account-nav__title {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    color: #000;
}

.salia-account-nav__desc {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.45;
    color: #8C8C8C;
}

.salia-account-nav__logout {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 32px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #C62828;
    text-decoration: none;
}

.salia-account-nav__logout:hover {
    color: #B71C1C;
}

.salia-account-nav__logout-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.salia-account__content {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    width: 100%;
}

.salia-account-fields {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ECECEC;
}

.salia-account-fields__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0;
    border-bottom: 1px solid #ECECEC;
}

.salia-account-fields__main {
    flex: 1 1 auto;
    min-width: 0;
}

.salia-account-fields__label {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.3;
    color: #8C8C8C;
    margin-bottom: 6px;
}

.salia-account-fields__value {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.35;
    color: #000;
    word-break: break-word;
}

.salia-account-fields__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border: 0;
    background: transparent;
    padding: 0;
    color: #8B2332;
    cursor: pointer;
}

.salia-account-fields__action:hover {
    opacity: 0.82;
}

.salia-account-modal__hint {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.45;
    color: #666;
    margin: 0 0 14px;
}

.salia-modal__scroll--compact {
    padding-top: 8px;
    max-height: none;
}

.salia-order-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #000;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px;
}

.salia-order-tabs__tab {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 12px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    background: #F2F2F2;
    border-right: 1px solid #000;
    transition: background 0.2s ease, color 0.2s ease;
}

.salia-order-tabs__tab:last-child {
    border-right: 0;
}

.salia-order-tabs__tab.is-active {
    background: #000;
    color: #fff;
}

.salia-order-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.salia-order-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    text-align: center;
    padding: 40px 16px;
}

.salia-order-empty__icon {
    color: #000;
    margin-bottom: 16px;
}

.salia-order-empty__text {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.45;
    color: #8C8C8C;
    margin: 0;
}

.salia-order-card {
    border: 1px solid #E6E6E6;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

.salia-order-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 14px 16px;
    border: 0;
    border-bottom: 1px solid #ECECEC;
    background: #fff;
    cursor: pointer;
    text-align: left;
}

.salia-order-card__status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #000;
}

.salia-order-card__status--current .salia-order-card__status-icon {
    color: #D4A017;
}

.salia-order-card__status--delivered .salia-order-card__status-icon {
    color: #2E7D32;
}

.salia-order-card__status--cancelled .salia-order-card__status-icon {
    color: #8C8C8C;
}

.salia-order-card__chevron {
    display: inline-flex;
    color: #000;
}

.salia-order-card__product {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
}

.salia-order-card__media {
    width: 88px;
    height: 88px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px;
    background: #F5F5F5;
}

.salia-order-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.salia-order-card__info {
    flex: 1 1 auto;
    min-width: 0;
}

.salia-order-card__title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    color: #000;
    margin: 0 0 8px;
}

.salia-order-card__price {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}

.salia-order-card__price .amount,
.salia-order-card__price bdi {
    font-weight: 700;
}

.salia-order-card__meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 14px 16px 16px;
    border-top: 1px solid #ECECEC;
}

.salia-order-card__meta-label {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.3;
    color: #8C8C8C;
    margin-bottom: 4px;
}

.salia-order-card__meta-value {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #000;
}

.salia-order-detail__status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}

.salia-order-detail__status--current .salia-order-detail__status-icon {
    color: #D4A017;
}

.salia-order-detail__status--delivered .salia-order-detail__status-icon {
    color: #2E7D32;
}

.salia-order-detail__product {
    margin-bottom: 16px;
}

.salia-order-detail__meta {
    margin-bottom: 24px;
    border-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.salia-order-detail__shipping-head {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #000;
}

.salia-order-detail__map {
    margin-bottom: 12px;
}

.salia-order-detail__map .salia-map-preview__map {
    height: 160px;
}

.salia-order-detail__address-box {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 14px 16px;
}

.salia-order-detail__address-title {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #000;
}

.salia-order-detail__address-line {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #444;
}

.salia-modal--address-book .salia-address-card {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 12px;
    padding: 14px 16px;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    background: #fff;
}

.salia-modal--address-book .salia-address-card__actions {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.salia-modal--address-book .salia-address-card__btn {
    border: 0;
    background: transparent;
    padding: 0;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #000;
    cursor: pointer;
    text-decoration: underline;
}

.salia-modal--address-book .salia-address-card__btn--danger {
    color: #C62828;
}

@media (max-width: 991.98px) {
    .salia-account {
        grid-template-columns: 1fr;
        column-gap: 0;
        padding: 24px 0 48px;
    }

    .salia-account-nav,
    .salia-account__content {
        grid-column: 1;
        max-width: none;
    }

    .salia-account-nav {
        position: static;
        min-height: 0;
    }

    .salia-account-nav__logout {
        margin-top: 24px;
        padding-top: 0;
    }

    .salia-order-tabs__tab {
        font-size: 13px;
        padding: 10px 8px;
    }

    .salia-order-card__product {
        flex-direction: column;
    }

    .salia-order-card__media {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        max-width: 120px;
    }
}

