@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Waterfall&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

.icon-bvc-member svg {
    width: 30px;
    height: 30px;
    fill: #FFF
}



.cp-quickview-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(230, 233, 238, 0.85);
    z-index: 10000;
    display: none;
    opacity: 0;
    transition: opacity 0.3s
}

.cp-quickview-overlay.is-active {
    display: block;
    opacity: 1
}

.cp-quickview-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    background: #fff;
    width: 1000px;
    max-width: 95%;
    max-height: 90vh;
    border-radius: 4px;
    z-index: 10001;
    display: none;
    opacity: 0;
    transition: all 0.3s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1)
}

.cp-quickview-modal.is-active {
    display: block;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1)
}

.ws-quickview-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 10000;
    display: none;
    opacity: 0;
    transition: opacity 0.3s
}

.ws-quickview-overlay.is-active {
    display: block;
    opacity: 1
}

.ws-quickview-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    background: #fff;
    width: 940px;
    max-width: 95%;
    max-height: 90vh;
    border-radius: 12px;
    z-index: 10001;
    display: none;
    opacity: 0;
    transition: all 0.3s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1)
}

.ws-quickview-modal.is-active {
    display: block;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1)
}

.ws-quickview-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    color: #333;
    border: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    z-index: 10
}

.ws-quickview-close:hover {
    color: #9cbeec
}

.ws-quickview-content {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-height: 90vh;
    overflow-y: auto
}

.cp-quickview-close {
    position: absolute;
    top: 0;
    right: 0;
    background: #8fb1e9;
    color: #fff;
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    transform: translate(50%, -50%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 10
}

.cp-quickview-close:hover {
    background: #7398d5
}

.cp-quickview-content {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-height: 90vh;
    overflow-y: auto
}

.cp-quickview-left {
    width: 50%;
    display: flex;
    padding: 40px;
    gap: 20px;
    border-right: 1px solid #f5f5f5
}

.cp-quickview-thumbs {
    width: 60px;
    height: 100%
}

.cp-quickview-thumb {
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    cursor: pointer;
    padding: 5px;
    margin-bottom: 10px;
    transition: border 0.2s
}

.cp-quickview-thumb.slick-current.slick-active {
    border-color: #333
}

.cp-quickview-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.cp-quickview-main-image {
    flex: 1;
    min-width: 0;
    position: relative
}

.cp-quickview-main-image img {
    max-width: 100%;
    max-height: 400px;
    margin: 0 auto;
    object-fit: contain
}

.cp-quickview-right {
    width: 50%;
    padding: 40px;
    display: flex;
    flex-direction: column
}

.cp-quickview-title {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 5px;
    color: #333;
    line-height: 1.3
}

.cp-quickview-brand {
    font-size: 13px;
    color: #888;
    text-decoration: underline;
    margin-bottom: 20px;
    display: inline-block
}

.cp-quickview-brand:hover {
    color: #000
}

.cp-quickview-price-wrap {
    margin-bottom: 24px
}

.cp-quickview-price {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    margin-bottom: 4px
}

.cp-quickview-price-old {
    font-size: 14px;
    color: #999
}

.cp-quickview-add-btn {
    background: #95b3df;
    color: #fff;
    border: none;
    padding: 14px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 2px;
    margin-bottom: 30px;
    transition: background 0.2s;
    width: 100%;
    letter-spacing: 0.5px
}

.cp-quickview-add-btn:hover {
    background: #7a9ac8
}

.cp-quickview-features {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.cp-quickview-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #666
}

.cp-quickview-feature .material-symbols-outlined {
    font-size: 18px;
    color: #888
}

.cp-quickview-accordion {
    border-top: 1px solid #f0f0f0;
    margin-bottom: 30px
}

.cp-quickview-accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    background: none;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    transition: color 0.2s
}

.cp-quickview-accordion-header:hover {
    color: #000
}

.cp-quickview-accordion-header .material-symbols-outlined {
    font-size: 18px;
    color: #666
}

.cp-quickview-footer {
    font-size: 11px;
    color: #999;
    margin-top: auto
}



.cp-quickview-feature__icon img {
    height: 30px;
    width: auto
}

@media (max-width:767px) {
    .cp-quickview-feature__icon img {
        width: 40px
    }

    .cp-quickview-accordion-body {
        margin-left: 20px
    }

    .cp-quickview-accordion-body ul li {
        padding: 5px
    }

    .cp-quickview-content {
        flex-direction: column;
        overflow-y: hidden;
        height: 90vh
    }

    .cp-quickview-left,
    .cp-quickview-right {
        width: 100%;
        border-right: none;
        padding: 15px
    }

    .cp-quickview-left {
        flex-shrink: 0;
        border-bottom: 1px solid #f0f0f0;
        flex-direction: column-reverse;
        padding-top: 35px
    }

    .cp-quickview-right {
        overflow-y: auto;
        flex: 1;
        padding-bottom: 30px
    }

    .cp-quickview-thumbs {
        width: 100%;
        margin-top: 15px
    }

    .cp-quickview-thumb {
        width: 60px;
        height: 60px;
        margin: 0 4px
    }

    .cp-quickview-main-image img {
        max-height: 250px
    }

    .cp-quickview-close {
        top: 8px;
        right: 8px;
        transform: none;
        width: 24px;
        height: 24px;
        font-size: 16px
    }

    .cp-quickview-title {
        font-size: 18px
    }

    .cp-quickview-price {
        font-size: 18px
    }

    .cp-quickview-add-btn {
        padding: 10px;
        font-size: 13px;
        margin-bottom: 20px
    }

    .cp-quickview-features {
        margin-bottom: 20px
    }

    .cp-quickview-accordion {
        margin-bottom: 20px
    }
}

.cp-tier-wrap {
    margin-bottom: 24px
}

.cp-tier-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px
}

.cp-tier-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px
}

.cp-tier-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    background: #f9f9f9;
    position: relative;
    overflow: hidden
}

.cp-tier-item.is-active {
    background: #f0f7ff;
    border-color: #0056b3
}

.cp-tier-check {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #0056b3;
    color: #fff;
    width: 24px;
    height: 24px;
    border-bottom-right-radius: 8px;
    align-items: center;
    justify-content: center
}

.cp-tier-item.is-active .cp-tier-check {
    display: flex
}

.cp-tier-check svg {
    width: 14px;
    height: 14px
}

.cp-tier-qty-wrap {
    display: flex;
    align-items: center;
    gap: 8px
}

.cp-tier-qty {
    font-size: 15px;
    color: #333;
    font-weight: 500
}

.cp-tier-badge {
    color: #ff6600;
    font-size: 13px;
    font-weight: 600
}

.cp-tier-price {
    font-size: 16px;
    font-weight: 500;
    color: #333
}

.cp-qv-action-area {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 30px
}

.cp-qv-qty-box {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cp-qv-qty-label {
    font-size: 14px;
    color: #666
}

.cp-qv-qty-control {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    height: 44px;
    width: 120px
}

.cp-qv-qty-btn {
    background: #fff;
    border: none;
    width: 36px;
    height: 100%;
    font-size: 20px;
    color: #0056b3;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.cp-qv-qty-input {
    border: none;
    width: 48px;
    height: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding: 0
}

.cp-qv-qty-input::-webkit-outer-spin-button,
.cp-qv-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.cp-qv-submit-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex: 1
}

.cp-qv-subtotal {
    font-size: 14px;
    color: #666;
    margin-bottom: 6px
}

.cp-qv-subtotal strong {
    font-size: 16px;
    color: #333;
    font-weight: 700
}

.cp-qv-add-new-btn {
    background: #0066cc;
    color: #fff;
    border: none;
    padding: 0 20px;
    height: 44px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 22px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 0;
    text-transform: none
}

.cp-qv-add-new-btn:hover {
    background: #0056b3
}

@media (max-width:768px) {
    .cp-qv-action-area {
        flex-direction: column;
        align-items: stretch
    }

    .cp-qv-submit-box {
        align-items: flex-start
    }

    .cp-qv-subtotal {
        text-align: left;
        margin-bottom: 10px
    }
}

#contact-sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9990;
    display: flex;
    flex-direction: column;
    border-radius: 12px 0 0 12px;
    overflow: hidden;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.18);
    width: 52px;
    transition: width 0.32s cubic-bezier(0.4, 0, 0.2, 1)
}

#contact-sidebar:hover {
    width: 160px
}

.cs-item {
    display: flex;
    align-items: center;
    gap: 0;
    background: #333;
    color: #fff;
    text-decoration: none;
    padding: 13px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    white-space: nowrap;
    overflow: hidden;
    transition: background 0.2s;
    min-height: 52px
}

.cs-item:last-child {
    border-bottom: none
}

.cs-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center
}

.cs-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block
}

.cs-label {
    display: inline-block;
    margin-left: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity 0.22s 0.08s, transform 0.22s 0.08s;
    pointer-events: none
}

#contact-sidebar:hover .cs-label {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto
}

.backtotop {
    cursor: pointer;
    background: #333;
    bottom: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 2px;
    position: fixed;
    right: 12px;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    z-index: 999;
    border-radius: 4px;
    border: 1px solid #FFF
}

.backtotop svg {
    width: 26px;
    height: 18px;
    margin-bottom: -1px
}

.backtotop svg path {
    stroke: #fff
}

.box-footer-section-member .page-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 25px 0
}

.box-footer-section-member .footer {
    border-radius: 6px;
    color: #fff
}

.box-footer-section-member .top-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #11302d
}

.box-footer-section-member .benefit {
    display: flex;
    align-items: flex-start;
    gap: 10px
}

.box-footer-section-member .benefit-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -3px;
    position: relative
}

.box-footer-section-member .benefit-icon::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-right: 2px solid #f7ab35;
    border-bottom: 2px solid #f7ab35;
    transform: rotate(45deg);
    left: 4px;
    top: 2px
}

.box-footer-section-member .benefit h4 {
    font-size: 16px;
    line-height: 20px;
    color: #f1f6f3;
    font-weight: 700;
    margin-bottom: 2px
}

.box-footer-section-member .benefit p {
    font-size: 12px;
    line-height: 16px;
    color: #7f978d
}

.box-footer-section-member .brand-block .logo img {
    height: 85px
}

.box-footer-section-member .main-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.2fr 1.5fr;
    gap: 10px;
    padding: 20px 0 14px;
    border-bottom: 1px solid #00000014
}

.box-footer-section-member .brand-block .logo {
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #333;
    padding-right: 15px;
    line-height: 1.5
}

.box-footer-section-member .logo-box {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700
}

.box-footer-section-member .logo-text h3 {
    font-size: 28px;
    line-height: 28px;
    color: #f2f7f4;
    font-weight: 700;
    letter-spacing: -0.5px
}

.box-footer-section-member .logo-text span {
    display: block;
    font-size: 9px;
    line-height: 12px;
    color: #849b90;
    letter-spacing: 1px;
    margin-top: 2px
}

.box-footer-section-member .brand-desc {
    font-size: 14px;
    line-height: 26px;
    max-width: 340px;
    margin-bottom: 14px
}

.box-footer-section-member .subscribe-title {
    font-size: 15px;
    color: #f2f7f4;
    margin-bottom: 15px;
    font-weight: 600;
    padding-top: 20px
}

.box-footer-section-member .subscribe-wrap {
    display: flex;
    width: 100%;
    max-width: 340px;
    margin-bottom: 14px
}

.box-footer-section-member .subscribe-wrap input {
    width: 100%;
    height: 40px;
    border: 1px solid #304741;
    border-right: none;
    background: #0d1e1c;
    color: #e8f0ec;
    padding: 0 12px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    outline: none;
    font-size: 15px
}

.box-footer-section-member .subscribe-wrap input::placeholder {
    color: #5f756c
}

.box-footer-section-member .subscribe-wrap button {
    width: 118px;
    height: 40px;
    border: none;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: #f59f24;
    color: #0d1815;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer
}

.box-footer-section-member .app-title {
    color: #f2f7f4;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 600
}

.box-footer-section-member .store-wrap {
    gap: 8px 30px;
    flex-wrap: wrap;
    color: #ffff
}

.box-footer-section-member .store-btn {
    height: 38px;
    min-width: 134px;
    padding: 0 14px;
    border: 1px solid #334944;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #edf4ef;
    font-size: 13px;
    text-decoration: none;
    background: #0a1715
}

.box-footer-section-member .store-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #203b35;
    border: 1px solid #45645c
}

.box-footer-section-member .menu-col h5 {
    color: #000;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left !important;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    font-family: 'ExemplarPro-Bold'
}

.box-footer-section-member .menu-col a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 1px;
    color: #333
}

.box-footer-section-member .menu-col a:hover {
    color: #000
}

.box-footer-section-member .meta-section {
    padding: 14px 0 0
}

.box-footer-section-member .meta-section h3 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
    padding-bottom: 0;
    font-size: 17px;
    font-family: 'ExemplarPro-Bold'
}

.box-footer-section-member .meta-section ul {
    list-style: none;
    margin: 0;
    padding: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    border-bottom: 1px solid #00000014;
    font-size: 14px
}

.box-footer-section-member .meta-section ul li {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    color: #333;
    cursor: pointer;
    transition: .2s;
    cursor: pointer
}

.box-footer-section-member .meta-section ul li:hover {
    color: #000
}

.box-footer-section-member .meta-title {
    font-size: 15px;
    color: #e5efe9;
    margin-bottom: 8px;
    font-weight: 600
}

.box-footer-section-member .chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #11302d
}

.box-footer-section-member .chips span {
    font-size: 13px;
    color: #8fa79d;
    white-space: nowrap
}

.box-footer-section-member .sub-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    padding: 14px 0;
    border-bottom: 1px solid #00000014;
    font-size: 14px;
    color: #333
}

.box-footer-section-member .sub-row ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    padding: 0;
    margin: 0;
    overflow-x: auto
}

.box-footer-section-member .sub-row li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    width: 56px;
    padding: 0 18px;
    border-radius: 8px;
    border: 1px solid #6d837c;
    background: rgba(255, 255, 255, .02);
    color: #333;
    font-size: 10px;
    font-weight: 800;
    transition: .2s
}

.box-footer-section-member .sub-row h3 {
    color: #000;
    padding-bottom: 10px;
    font-size: 17px;
    font-family: 'ExemplarPro-Bold'
}

.box-footer-section-member .small-line {
    font-size: 14px;
    line-height: 23px;
    color: #8ea79d
}

.box-footer-section-member .small-line b {
    color: #e4eee8;
    font-weight: 600
}

.box-footer-section-member .pay-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

.box-footer-section-member .badge {
    border: 1px solid #3a514b;
    background: #0b1a18;
    color: #c6d7cf;
    border-radius: 4px;
    font-size: 12px;
    height: 24px;
    padding: 0 8px;
    display: inline-flex;
    align-items: center
}

.box-footer-section-member .cert-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #00000014
}

.box-footer-section-member .cert-left {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    color: #000;
    font-size: 14px
}

.box-footer-section-member .cert-left li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding: 0 9px;
    margin: 0 8px 0 0;
    border-radius: 50px;
    border: 1px solid #6d837c;
    background: rgba(255, 255, 255, .02);
    color: #333;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    transition: .2s;
    gap: 0 5px
}

.box-footer-section-member .cert-pill {
    border: 1px solid #445c56;
    background: #0b1a18;
    color: #e7f0eb;
    border-radius: 14px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600
}

.box-footer-section-member .social {
    display: flex;
    gap: 8px;
    margin-top: 7px
}

.box-footer-section-member .social a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000;
    border: 1px solid #ffffff;
    color: #d5e2dc;
    text-decoration: none;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px
}

.box-footer-section-member .bottom-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding-top: 12px;
    font-size: 14px;
    flex-wrap: wrap;
    color: #000
}

.box-footer-section-member .bottom-row a {
    color: #333
}

.box-footer-section-member .bottom-links {
    display: flex;
    flex-direction: row;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px
}

.box-footer-section-member .bottom-links li {
    display: flex;
    align-items: center
}

.box-footer-section-member .bottom-links a {
    white-space: nowrap
}

.box-footer-section-member .bottom-links li {
    display: inline-block;
    list-style: none
}

.box-footer-section-member .bottom-links li {
    margin-right: 17px
}

@media (max-width:980px) {
    .home-section-affiliate .stat-value {
        font-size: 20px
    }

    .home-section-affiliate .content li {
        font-size: 14px
    }

    .box-footer-section-member .store-wrap .cs-row .row {
        flex-wrap: unset
    }

    .box-footer-section-member .store-wrap .cs-col {
        width: max-content
    }

    .box-footer-section-member .main-grid .menu-col {
        margin-bottom: 20px
    }

    .box-footer-section-member .brand-block {
        margin-bottom: 20px
    }

    .box-footer-section-member .top-benefits {
        grid-template-columns: repeat(2, 1fr)
    }

    .box-footer-section-member .main-grid {
        grid-template-columns: 1fr;
        display: block;
        padding: 0
    }

    .box-footer-section-member .brand-block {
        grid-column: -1
    }

    .box-footer-section-member .sub-row {
        grid-template-columns: 1fr
    }

    .box-footer-section-member .cert-row {
        flex-direction: column;
        align-items: start
    }

    .box-footer-section-member .sub-row {
        display: block
    }

    .box-footer-section-member .cert-left li {
        margin-bottom: 5px
    }

    .box-footer-section-member .sub-row ul {
        display: block
    }
}

@media (max-width:640px) {
    .box-footer-section-member .top-benefits {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .box-footer-section-member .main-grid {
        display: block
    }

    .box-footer-section-member .brand-desc {
        font-size: 15px;
        line-height: 24px
    }

    .box-footer-section-member .menu-col h5 {
        font-size: 18px
    }

    .box-footer-section-member .menu-col a {
        font-size: 14px;
        line-height: 26px
    }

    .box-footer-section-member .bottom-row {
        flex-direction: column;
        align-items: flex-start
    }
}

section.box-footer-section-member {
    background: #e9e9e9
}

.menu-col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px
}

.menu-col h3 {
    color: #000;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    font-family: 'ExemplarPro-Bold'
}

.menu-col h3:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background: #333;
    bottom: 0
}

section.box-footer-section-member .col-md-6.cs-col img {
    height: 34px
}

.cs-row {
    display: block
}

.box-footer-section-member .store-wrap h3 {
    width: 100%
}

.box-footer-section-member .menu-col h5:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background: #00000014;
    bottom: 0
}

.menu-col ul li {
    font-size: 14px;
    color: #333;
    line-height: 1.9
}

.box-footer-section-member .store-wrap ul li {
    display: block;
    border: unset;
    height: 50px;
    width: auto;
    padding: unset;
    background: unset
}

.box-footer-section-member .store-wrap ul {
    overflow: unset
}

.box-footer-section-member .cert-left li img {
    width: 17px;
    filter: brightness(0) saturate(100%) invert(63%) sepia(74%) saturate(864%) hue-rotate(359deg) brightness(95%) contrast(92%)
}

.footer-section {
    font-size: 14px
}

@media(max-width:990px) {
    .sub-row-item {
        padding-bottom: 14px
    }

    .store-wrap ul {
        display: flex !important
    }

    .box-footer-section-member .bottom-links li {
        margin-right: 8px
    }
}

.newsletter-signup-section {
    background-color: #ffffff;
    padding: 30px 0;
    border-top: 1px solid #e6eef0;
    border-bottom: 1px solid #e6eef0
}

.newsletter-signup-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px
}

.newsletter-signup-left {
    flex: 1;
    max-width: 510px
}

.newsletter-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'ExemplarPro-Bold'
}

.newsletter-desc {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    margin: 0
}

.newsletter-signup-right {
    flex: 1.2;
    max-width: 820px;
    width: 100%
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.newsletter-form-fields {
    display: flex;
    gap: 12px;
    width: 100%
}

.form-group-custom {
    flex: 1
}

.form-input-custom {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    background-color: #ffffff;
    font-size: 14px;
    color: #1a1a1a;
    transition: border-color 0.2s ease, box-shadow 0.2s ease
}

.form-input-custom::placeholder {
    color: #718096
}

.form-input-custom:focus {
    border-color: #000;
    outline: none
}

.newsletter-submit-btn {
    height: 48px;
    padding: 0 28px;
    border: none;
    border-radius: 4px;
    background-color: #000;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease
}

.newsletter-submit-btn:hover {
    background-color: #000
}

.newsletter-submit-btn:active {
    transform: translateY(0);
    box-shadow: none
}

.newsletter-consent-wrap {
    margin-top: 4px
}

.consent-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none
}

.consent-checkbox-hidden {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.custom-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: transparent;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0
}

.consent-checkbox-hidden:checked+.custom-checkbox {
    background-color: #000;
    color: #ffffff;
    border-color: #000
}

.custom-checkbox svg {
    width: 14px;
    height: 14px
}

.consent-text {
    font-size: 13px;
    color: #1a1a1a;
    line-height: 1.5
}

.privacy-link {
    color: #000;
    text-decoration: underline;
    font-weight: 600
}

.box-footer-section-member .menu-col a:hover {
    color: #000
}

.privacy-link:hover {
    color: #003724;
    text-decoration: underline
}

.suppor-wegert-bvc .support-widget {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px
}

.suppor-wegert-bvc .contact-panel {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    width: 351px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25), 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: scale(0.85) translateY(20px);
    transform-origin: bottom right;
    opacity: 0;
    pointer-events: none;
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    visibility: hidden;
    display: none;
    position: absolute;
    z-index: 9;
    opacity: 0;
    bottom: 100%;
    right: 0;
    margin-bottom: 10px
}

.suppor-wegert-bvc .contact-panel.open {
    z-index: 999;
    opacity: 1;
    pointer-events: all;
    transform: scale(1) translateY(0);
    display: block;
    visibility: visible
}

.suppor-wegert-bvc .panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1.5px solid #f1f5f9
}

.suppor-wegert-bvc .panel-title {
    display: flex;
    align-items: center;
    gap: 8px
}

.suppor-wegert-bvc .panel-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #06b6d4, #9bbcec);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem
}

.suppor-wegert-bvc .panel-info h3 {
    font-size: 19px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2
}

.suppor-wegert-bvc .panel-info span {
    font-size: 13px;
    color: #22c55e;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px
}

.suppor-wegert-bvc .online-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22c55e;
    animation: pulse-dot 2s infinite
}

@keyframes pulse-dot {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0.4
    }
}

.suppor-wegert-bvc .close-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    background: #f1f5f9;
    color: #64748b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: all 0.2s;
    flex-shrink: 0
}

.suppor-wegert-bvc .close-btn:hover {
    background: #e2e8f0;
    color: #0f172a;
    transform: rotate(90deg)
}

.suppor-wegert-bvc .panel-greeting {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 14px;
    line-height: 1.3
}

.suppor-wegert-bvc .contact-list {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.suppor-wegert-bvc .contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 7px 10px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.22s ease;
    border: 1.5px solid transparent;
    cursor: pointer
}

.suppor-wegert-bvc .contact-item:hover {
    transform: translateX(-3px)
}

.suppor-wegert-bvc .contact-item.zalo {
    background: #e8f4fd;
    border-color: #c3e0f8
}

.suppor-wegert-bvc .contact-item.zalo:hover {
    background: #d0eafb;
    border-color: #0068ff
}

.suppor-wegert-bvc .contact-item.phone {
    background: #f0fdf4;
    border-color: #bbf7d0
}

.suppor-wegert-bvc .contact-item.phone:hover {
    background: #dcfce7;
    border-color: #22c55e
}

.suppor-wegert-bvc .contact-item.phone .icon-wrap {
    background: #22c55e
}

.suppor-wegert-bvc .contact-item.facebook {
    background: #eff6ff;
    border-color: #bfdbfe
}

.suppor-wegert-bvc .contact-item.facebook:hover {
    background: #dbeafe;
    border-color: #1877f2
}

.suppor-wegert-bvc .contact-item.facebook .icon-wrap {
    background: #1877f2
}

.suppor-wegert-bvc .icon-wrap {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15)
}

.suppor-wegert-bvc .icon-wrap svg {
    width: 18px;
    height: 18px;
    fill: white
}

.suppor-wegert-bvc .contact-text {
    flex: 1
}

.suppor-wegert-bvc .contact-text strong {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2
}

.suppor-wegert-bvc .contact-text span {
    font-size: 14px;
    color: #64748b;
    font-weight: 500
}

.suppor-wegert-bvc .contact-arrow {
    font-size: 0.75rem;
    color: #94a3b8;
    transition: transform 0.2s
}

.suppor-wegert-bvc .contact-item:hover .contact-arrow {
    transform: translateX(2px);
    color: #475569
}

.suppor-wegert-bvc .trigger-btn {
    line-height: 58px;
    text-align: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #d86580 0%, #d86580 100%);
    box-shadow: 0 6px 24px rgb(98 98 98 / 45%), 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.suppor-wegert-bvc .trigger-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 32px rgba(59, 130, 246, 0.5), 0 4px 12px rgba(0, 0, 0, 0.25)
}

.suppor-wegert-bvc .trigger-btn.active {
    background: linear-gradient(135deg, #e3a6ab 0%, #f97316 100%);
    box-shadow: 0 6px 24px rgba(239, 68, 68, 0.4)
}

.suppor-wegert-bvc .trigger-btn svg {
    width: 38px;
    height: 38px;
    fill: #fff;
    transition: all 0.35s ease;
    position: absolute;
    top: 13px;
    left: 10px
}

.suppor-wegert-bvc .icon-headset {
    opacity: 1;
    transform: scale(1) rotate(0deg)
}

.suppor-wegert-bvc .icon-close-main {
    opacity: 0;
    transform: scale(0) rotate(-90deg)
}

.suppor-wegert-bvc {
    position: fixed;
    right: 15px;
    z-index: 15;
    bottom: 90px
}

.suppor-wegert-bvc .trigger-btn.active .icon-headset {
    opacity: 0;
    transform: scale(0) rotate(90deg)
}

.suppor-wegert-bvc .trigger-btn.active .icon-close-main {
    opacity: 1;
    transform: scale(1) rotate(0deg)
}

.suppor-wegert-bvc .pulse-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #d86580;
    animation: pulse-ring 2.5s ease-out infinite
}

.suppor-wegert-bvc .pulse-ring:nth-child(2) {
    animation-delay: 0.8s
}

.suppor-wegert-bvc .trigger-btn.active .pulse-ring {
    display: none
}

@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: 0.6
    }

    100% {
        transform: scale(1.8);
        opacity: 0
    }
}

.suppor-wegert-bvc .badge {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e3a6ab;
    border: 2.5px solid white;
    font-size: 0.6rem;
    font-weight: 700;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: badge-bounce 1s ease infinite alternate
}

@keyframes badge-bounce {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(1.15)
    }
}

.suppor-wegert-bvc .trigger-btn.active .badge {
    display: none
}

.trigger-btn.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #838383a3 0%, #000000 100%);
    border-radius: 100%
}

@media (max-width:991px) {
    .newsletter-signup-section {
        padding: 25px 0
    }

    .newsletter-signup-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px
    }

    .newsletter-signup-left {
        max-width: 100%
    }

    .newsletter-signup-right {
        max-width: 100%
    }
}

@media (max-width:640px) {
    .newsletter-form-fields {
        flex-direction: column;
        gap: 12px
    }

    .newsletter-submit-btn {
        width: 100%
    }

    .newsletter-title {
        font-size: 22px
    }

    #contact-sidebar {
        top: unset;
        transform: translateY(0);
        bottom: 90px
    }
}

.chat-list-widget {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.chat-item {
    display: flex !important;
    align-items: center;
    gap: 12px
}

.chat-avatar {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    border: 1.5px solid #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center
}

.chat-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.chat-avatar-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    user-select: none;
    text-transform: uppercase
}

.chat-info {
    flex-grow: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.chat-name {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: system-ui, -apple-system, sans-serif
}

.chat-desc {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: system-ui, -apple-system, sans-serif
}

.chat-desc-emoji {
    font-size: 13px;
    vertical-align: middle
}

.chat-tag-orange {
    display: inline-block;
    width: 14px;
    height: 8px;
    background-color: #ff6e00;
    border-radius: 2px 0 0 2px;
    position: relative;
    margin-right: 6px;
    margin-left: 2px;
    flex-shrink: 0
}

.chat-tag-orange::after {
    content: "";
    position: absolute;
    right: -4px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ff6e00
}

.chat-tag-orange::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 3px;
    width: 2px;
    height: 2px;
    background: #ffffff;
    border-radius: 50%
}

@media (max-width:767px) {
    .chat-list-widget {
        max-width: 100%
    }
}

footer {
    background: #f6f4f0
}

.footer-logo img {
    height: 70px;
    width: auto !important
}

.footer-logo h3 {
    font-family: var(--font-family2);
    margin: 40px 0 0 0;
    font-size: 20px;
    color: #999;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 10px
}

.footer-nav-col h3 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    text-transform: uppercase
}

.footer-nav-col ul {
    list-style: none
}

.footer-nav-col ul li {
    margin-bottom: 10px
}

.footer-nav-col ul li a {
    font-size: 15px;
    color: #666;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: color 0.2s
}

.footer-nav-col ul li a:hover {
    color: #978675
}

.footer-divider {
    max-width: 1440px;
    margin: 0 auto;
    border: none;
    border-top: 1px solid #d8d5d0
}

.footer-bottom {
    padding: 30px 0;
    gap: 30px
}



.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    gap: 6px;
    margin-top: 30px;
}

.pagination .page-item {
    display: inline-block
}

.pagination .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease-in-out
}

.pagination .page-link:hover {
    background: #e3a6ab;
    color: #fff;
    border-color: #e3a6ab
}

.pagination .page-item.active .page-link {
    background: #e3a6ab;
    color: #fff;
    border-color: #e3a6ab;
    pointer-events: none
}

.pagination .page-item.disabled .page-link {
    background: #f5f5f5;
    color: #aaa;
    border-color: #ddd;
    pointer-events: none
}

@media (max-width:768px) {
    .pagination .page-link {
        width: 30px;
        height: 30px;
        font-size: 13px
    }
}

.socal a img {
    width: 20px;
    height: 20px;
    filter: brightness(0.5)
}

.socal {
    margin-top: 15px;
    display: flex;
    gap: 10px
}

.socal a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #666;
    border-radius: 50%
}

.piccasso-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    padding: 20px;
    box-sizing: border-box
}

.piccasso-modal-overlay.show {
    opacity: 1;
    visibility: visible
}

body.piccasso-modal-open {
    overflow: hidden
}

.piccasso-modal-card {
    position: relative;
    width: 100%;
    max-width: 440px;
    background: linear-gradient(180deg, #e4ecf7 0%, #dce4f3 50%, #e2eaf7 100%);
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18), 0 6px 16px rgba(0, 0, 0, 0.08);
    padding: 36px 30px;
    text-align: center;
    box-sizing: border-box;
    transform: scale(0.92);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden
}

.piccasso-modal-overlay.show .piccasso-modal-card {
    transform: scale(1)
}

.piccasso-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 34px;
    height: 34px;
    border: none;
    background: transparent;
    color: #4a4642;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
    z-index: 10;
    padding: 0
}

.piccasso-modal-close:hover {
    background: rgba(255, 255, 255, 0.6);
    color: #000;
    transform: scale(1.08)
}

.piccasso-modal-content {
    display: flex;
    flex-direction: column;
    align-items: center
}

.piccasso-modal-brand {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 5px;
    color: #4e443c;
    text-transform: uppercase;
    margin-bottom: 14px
}

.piccasso-modal-title {
    font-size: 56px;
    font-weight: 800;
    color: #3d352e;
    line-height: 1.05;
    margin: 0 0 10px 0;
    letter-spacing: -1px;
    font-family: inherit;
    text-transform: uppercase
}

.piccasso-modal-subtitle {
    font-size: 18px;
    font-weight: 700;
    color: #3d352e;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 18px
}

.piccasso-modal-desc {
    font-size: 14px;
    line-height: 1.55;
    color: #4a4642;
    margin: 0 0 24px 0;
    max-width: 320px
}

.piccasso-modal-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.piccasso-form-group {
    width: 100%
}

.piccasso-form-control {
    width: 100%;
    height: 48px;
    background: #ffffff;
    border: 1.5px solid #a8bee2;
    border-radius: 10px;
    padding: 0 18px;
    font-size: 15px;
    color: #333333;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit
}

.piccasso-form-control::placeholder {
    color: #9aa2b1;
    font-weight: 400
}

.piccasso-form-control:focus {
    border-color: #6a8ec9;
    box-shadow: 0 0 0 3px rgba(106, 142, 201, 0.25)
}

.piccasso-btn-submit {
    width: 100%;
    height: 50px;
    background: #8fa9d4;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
    margin-top: 4px;
    font-family: inherit
}

.cp-quickview-feature img {
    height: 29px
}

.piccasso-btn-submit:hover {
    background: #7997c7;
    box-shadow: 0 4px 14px rgba(121, 151, 199, 0.4)
}

.piccasso-btn-submit:active {
    transform: scale(0.99)
}

.piccasso-btn-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed
}

.piccasso-form-control.is-invalid {
    border-color: #e3a6ab;
    background-color: #fff5f5
}

.piccasso-form-feedback {
    display: block;
    color: #e3a6ab;
    font-size: 12px;
    text-align: left;
    margin-top: 4px;
    padding-left: 6px;
    line-height: 1.3
}

.piccasso-modal-alert {
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 14px;
    text-align: center;
    display: none;
    line-height: 1.4
}

.piccasso-modal-alert--error {
    display: block;
    background-color: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca
}

.piccasso-modal-alert--success {
    display: block;
    background-color: #d1fae5;
    color: #065f46;
    border: 1px solid #a7f3d0
}



@media (max-width:480px) {
    .piccasso-modal-card {
        padding: 28px 20px;
        border-radius: 16px
    }

    .piccasso-modal-title {
        font-size: 46px
    }

    .piccasso-modal-subtitle {
        font-size: 16px;
        margin-bottom: 14px
    }

    .piccasso-modal-desc {
        font-size: 13px;
        margin-bottom: 20px
    }

    .piccasso-form-control {
        height: 44px;
        font-size: 14px
    }

    .piccasso-btn-submit {
        height: 46px;
        font-size: 15px
    }
}

/* ==========================================================================
   Site Footer
   ========================================================================== */
.site-footer {
    background-color: #fcf4f5;
    background-image: linear-gradient(180deg, #fdf7f8 0%, #faedf0 100%);
    padding: 44px 0 0;
    font-size: 14px;
    color: #333333;
    border-top: 1px solid #f6e6e9;
    position: relative;
    z-index: 10;
}

.site-footer__inner {
    display: grid;
    grid-template-columns: 1.2fr 1.6fr 0.8fr 0.8fr 1.5fr;
    gap: 30px;
    align-items: flex-start;
}

/* --- Column 1: Brand / Logo & Contacts --- */
.site-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.site-footer__brand p {
    margin: 0 0 16px 0;
}

.site-footer__brand p img,
.site-footer__brand .image:first-child,
.site-footer__logo {
    max-width: 245px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    display: block;
}

.site-footer__brand ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.site-footer__brand ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    color: #4a627a;
    line-height: 1.4;
    font-weight: 500;
}

.site-footer__brand ul li img {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain;
    flex-shrink: 0;
    display: inline-block;
}

.site-footer__logo-link {
    display: inline-block;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.site-footer__logo-link:hover {
    opacity: 0.9;
    transform: scale(1.02);
}

.site-footer__contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 18px;
}

.site-footer__contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    color: #4a627a;
    line-height: 1.4;
}

.site-footer__contact-icon {
    width: 18px;
    height: 18px;
    color: #4a627a;
    flex-shrink: 0;
    display: inline-block;
}

.site-footer__contact-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.site-footer__contact-link {
    color: #4a627a;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.site-footer__contact-link:hover {
    color: #cb2556;
}

.site-footer__contact-sep {
    color: #888888;
    margin: 0 2px;
}

/* --- Columns 2, 3, 4: Menu lists --- */
.site-footer__column {
    display: flex;
    flex-direction: column;
}

.site-footer__column h2,
.site-footer__column h3,
.site-footer__column h4,
.site-footer__title {
    font-size: 14px;
    font-weight: 700;
    color: #495866;
    text-transform: uppercase;
    margin: 0 0 16px 0;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

.site-footer__column ul,
.site-footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.site-footer__column ul li,
.site-footer__item {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    color: #4a627a;
    display: flex;
}

.site-footer__column ul li a,
.site-footer__link {
    color: #4a627a;
    font-size: 13.5px;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
    font-weight: 400;
}

.site-footer__column ul li a:hover,
.site-footer__link:hover {
    color: #d86580;
    transform: translateX(3px);
}

/* --- Column 5: Social & Newsletter --- */
.site-footer__column--social {
    display: flex;
    flex-direction: column;
}

.site-footer__column--social>ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
    list-style: none;
    padding: 0;
}

.site-footer__column--social>ul li {
    margin: 0;
    padding: 0;
}

.site-footer__column--social>ul li a,
.site-footer__social-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #d86580;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
    box-shadow: 0 2px 6px rgba(216, 101, 128, 0.25);
    flex-shrink: 0;
    padding: 0;
    overflow: hidden;
}

.site-footer__column--social>ul li a:hover,
.site-footer__social-btn:hover {
    background-color: #c44f6a;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(216, 101, 128, 0.4);
}

.site-footer__column--social>ul li a img {
    width: 18px !important;
    height: 18px !important;
    object-fit: contain;
    margin: 0;
    display: block;
    filter: brightness(0) invert(1);
}

.site-footer__column--social>h3,
.site-footer__column--social>p {
    margin: 0;
    line-height: 0;
    font-size: 0;
    height: 0;
}

.site-footer__social-icon {
    width: 15px;
    height: 15px;
    fill: #ffffff;
    display: block;
}

/* --- Slogan --- */
.site-footer__slogan {
    font-family: 'Dancing Script', cursive, sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #c85a75;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-style: italic;
    line-height: 1.2;
    margin-top: 0;
    user-select: none;
}

.site-footer__slogan h3 {
    font-family: inherit;
    font-size: 22px;
    font-weight: 600;
    color: #c85a75;
    font-style: italic;
    line-height: 1.2;
    margin: 0;
    text-transform: none;
    letter-spacing: normal;
}

.site-footer__heart-icon {
    width: 14px;
    height: 14px;
    fill: #d86580;
    flex-shrink: 0;
    display: inline-block;
    animation: siteFooterHeartBeat 2s ease-in-out infinite;
}

@keyframes siteFooterHeartBeat {

    0%,
    100% {
        transform: scale(1);
    }

    14% {
        transform: scale(1.22);
    }

    28% {
        transform: scale(1);
    }

    42% {
        transform: scale(1.18);
    }

    70% {
        transform: scale(1);
    }
}

/* ==========================================================================
   Newsletter Registration
   ========================================================================== */
.site-footer__newsletter {
    margin-top: 16px;
}

.site-footer__newsletter h2,
.site-footer__newsletter h3,
.site-footer__newsletter h4,
.site-footer__newsletter-title {
    font-size: 13.5px;
    font-weight: 700;
    color: #4a627a;
    text-transform: uppercase;
    margin: 0 0 6px 0;
    letter-spacing: 0.3px;
    line-height: 1.3;
}

.site-footer__newsletter p,
.site-footer__newsletter-desc {
    font-size: 13px;
    color: #555555;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.site-footer__newsletter-form {
    display: flex;
    align-items: stretch;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-footer__newsletter-form:focus-within {
    border-color: #9ca3af;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}

.site-footer__newsletter-input {
    flex: 1;
    min-width: 0;
    border: none;
    outline: none;
    padding: 9px 12px;
    font-size: 13px;
    color: #1f2937;
    background: transparent;
    font-family: inherit;
}

.site-footer__newsletter-input::placeholder {
    color: #9ca3af;
    font-size: 13px;
}

.site-footer__newsletter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d86580;
    color: #ffffff;
    border: none;
    outline: none;
    padding: 0 16px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.15s ease;
    flex-shrink: 0;
}

.site-footer__newsletter-btn:hover {
    background: #000000;
}

.site-footer__newsletter-btn-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
    display: block;
}

/* ==========================================================================
   Footer Bottom & Copyright
   ========================================================================== */
.site-footer__bottom {
    border-top: 1px solid #f2dfe2;
    margin-top: 36px;
    padding: 16px 0;
}

.site-footer__copyright {
    text-align: center;
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
}

.site-footer__copyright p {
    margin: 0;
}

.site-footer__copyright strong {
    color: #1e293b;
    font-weight: 600;
}

.site-footer__copyright a {
    color: #cb2556;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer__copyright a:hover {
    color: #d86580;
    text-decoration: underline;
}

.site-footer__column ul li img {
    margin-right: 5px
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */
@media (max-width: 1024px) {
    .site-footer {
        padding: 38px 0 0;
    }

    .site-footer__inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }

    .site-footer__brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .site-footer {
        padding: 32px 0 0;
    }

    .site-footer__inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 20px;
    }

    .site-footer__brand {
        grid-column: 1 / -1;
        margin-bottom: 4px;
    }

    .site-footer__column:not(.site-footer-link):not(.site-footer__column--social) {
        grid-column: 1 / -1;
    }

    .site-footer__column.site-footer-link {
        grid-column: span 1;
    }

    .site-footer__column--social {
        grid-column: 1 / -1;
    }

    .site-footer__bottom {
        margin-top: 24px;
        padding: 14px 0;
    }

    .site-footer__copyright {
        font-size: 12px;
    }

    .site-footer__brand p img,
    .site-footer__logo {
        max-width: 155px !important;
    }

    .site-footer__column h2,
    .site-footer__column h3,
    .site-footer__column h4,
    .site-footer__title {
        margin-bottom: 12px;
        font-size: 13px;
    }

    .site-footer__column ul,
    .site-footer__list {
        gap: 8px;
    }

    .site-footer__column ul li a,
    .site-footer__link {
        font-size: 13px;
    }

    .site-footer__slogan,
    .site-footer__slogan h3 {
        font-size: 20px;
    }

    .site-footer__brand ul,
    .site-footer__contact {
        margin-top: 14px;
        gap: 10px;
    }

    .site-footer__brand ul li,
    .site-footer__contact-item {
        font-size: 13px;
    }
}

@media (max-width: 380px) {
    .site-footer__inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .site-footer__column.site-footer-link {
        grid-column: 1 / -1;
    }
}