/* Add custom CSS styles below */ 
/* Add custom CSS styles below */

/* ===========================
   BACKGROUND
=========================== */
body,
.site-wrapper,
.main-content {
    background: linear-gradient(
        180deg,
        #FFFDFB 0%,
        #FAF4ED 20%,
        #F2E7D9 45%,
        #E7D6C2 70%,
        #D9C1A5 100%
    );
    background-attachment: fixed;
    min-height: 100vh;
}

/* ===========================
   SCROLLBAR
=========================== */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: linear-gradient(180deg, #EDE5D2, #D8D1CB);
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #A78668, #C9A882, #A78668);
    border-radius: 20px;
    border: 2px solid #EDE5D2;
    transition: 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #C9A882, #8E6D4F);
    box-shadow: 0 0 12px rgba(216, 166, 82, 0.45);
}

* {
    scrollbar-width: thin;
    scrollbar-color: #A78668 #EFE4D5;
}

/* ===========================
   FOOTER
=========================== */
.store-footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(216, 166, 82, .18), transparent 45%),
        radial-gradient(circle at bottom left, rgba(0, 0, 0, .08), transparent 60%),
        linear-gradient(180deg, #f3ece4 0%, #e8ded3 50%, #ddd2c6 100%) !important;
    color: #1a1a1a;
}

.store-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .03);
    pointer-events: none;
}

.store-footer__inner {
    position: relative;
    z-index: 2;
    padding: 90px 0 50px;
}

.store-footer h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 22px;
    color: #1a1a1a;
}

.store-footer h3::after {
    content: '';
    display: block;
    width: 55px;
    height: 3px;
    margin-top: 10px;
    border-radius: 50px;
    background: linear-gradient(90deg, #d8a652, #b07a2a);
}

.store-footer a,
.store-footer p,
.store-footer span {
    color: rgba(0, 0, 0, .75) !important;
}

/* Footer Menu Links */
.s-menu-footer-item {
    display: block;
    margin-bottom: 10px;
    transition: .3s;
}

.s-menu-footer-item:hover {
    color: #A78668 !important;
    transform: translateX(-5px);
}

/* Footer Social */
.s-social-link a {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .6);
    border: 1px solid rgba(0, 0, 0, .08);
    backdrop-filter: blur(10px);
    transition: .35s;
}

.s-social-link a:hover {
    transform: translateY(-6px) scale(1.08);
    background: linear-gradient(135deg, #A78668, #C9A882) !important;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .15);
}

.s-social-link svg {
    fill: #1a1a1a;
}

/* Footer Contact Cards */
.s-contacts-item {
    background: rgba(255, 255, 255, .55);
    border: 1px solid rgba(167, 134, 104, .18) !important;
    border-radius: 16px;
    padding: 14px 16px;
    margin-bottom: 10px;
    backdrop-filter: blur(10px);
    transition: .3s;
}

.s-contacts-item:hover {
    transform: translateY(-3px);
    border-color: #d8a652;
}

.s-contacts-icon svg {
    fill: #A78668 !important;
}

/* Footer Trust Badge */
.s-trust-badges-wrapper {
    background: rgba(255, 255, 255, .6);
    border: 1px solid rgba(167, 134, 104, .18) !important;
    border-radius: 18px;
    padding: 14px;
    backdrop-filter: blur(10px);
}

/* Footer Payments */
.s-payments-list-item {
    background: rgba(255, 255, 255, .5);
    border: 1px solid rgba(167, 134, 104, .18) !important;
    border-radius: 12px;
    padding: 6px;
    transition: .3s;
}

.s-payments-list-item:hover {
    transform: translateY(-3px) scale(1.05);
    border-color: #d8a652;
}

/* Footer Copyright */
.border-t-2 {
    border-color: rgba(0, 0, 0, .08) !important;
}

.copyright-text {
    color: rgba(0, 0, 0, .6);
}

/* ===========================
   BANNER
=========================== */
.s-block--fixed-banner .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}

.s-block--fixed-banner .banner--fixed {
    display: block;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    border-radius: 0 !important;
}

.s-block--fixed-banner .banner--fixed img {
    width: 100%;
    height: auto;
    display: block;
}

/* ===========================
   PRODUCT CARD
=========================== */
.athena-card {
    background: rgba(255, 248, 240, .75) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(167, 134, 104, .18) !important;
    border-radius: 24px !important;
    overflow: hidden;
    transition: all .4s ease;
    box-shadow:
        0 8px 25px rgba(122, 74, 0, .08),
        0 2px 10px rgba(0, 0, 0, .04);
}

.athena-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 20px 40px rgba(122, 74, 0, .18),
        0 0 25px rgba(216, 166, 82, .15);
}

.athena-image-container {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.athena-image {
    transition: transform .6s ease;
}

.athena-card:hover .athena-image {
    transform: scale(1.08);
}

.athena-card-content {
    background: transparent !important;
    padding: 18px 14px !important;
}

.athena-product-title,
.athena-product-title a {
    font-size: 12px !important;
    line-height: 1.4;
    font-weight: 600;
    color: #8E6D4F !important;
}

.athena-product-title a:hover {
    color: #c18b38 !important;
}

.athena-card-content h4 {
    color: #8E6D4F !important;
    font-weight: 900 !important;
    font-size: 18px !important;
}

.athena-action-btn,
.s-product-card-wishlist-btn {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, .85) !important;
    border: 1px solid rgba(216, 166, 82, .25) !important;
    border-radius: 14px !important;
    transition: .35s;
}

.athena-action-btn:hover,
.s-product-card-wishlist-btn:hover {
    background: linear-gradient(135deg, #A78668, #C9A882) !important;
    transform: translateY(-3px);
}

.athena-action-btn:hover svg path,
.s-product-card-wishlist-btn:hover i {
    color: #fff !important;
    fill: #fff !important;
    stroke: #fff !important;
}

.athena-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255, 241, 199, .9), rgba(216, 166, 82, .5), transparent);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* ===========================
   SECTION TITLES
=========================== */
.section-title,
.s-slider-block__title-right h2 {
    font-size: 42px;
    margin: 0 40px 40px;
    text-align: center;
    position: relative;
    color: #8E6D4F !important;
    font-weight: 900;
    letter-spacing: 1px;
    text-shadow: 0 5px 18px rgba(193, 139, 56, 0.18);
}

.section-title::after,
.s-slider-block__title-right h2::after {
    content: "";
    position: absolute;
    bottom: -12px;
    right: 50%;
    transform: translateX(50%);
    width: 120px;
    height: 5px;
    border-radius: 20px;
    background: linear-gradient(90deg, #A78668, #D7B38A, #A78668) !important;
}

@media (max-width: 768px) {
    .section-title,
    .s-slider-block__title-right h2 {
        font-size: 24px;
        margin: 0 20px 25px;
    }

    .section-title::after,
    .s-slider-block__title-right h2::after {
        width: 70px;
        height: 4px;
        bottom: -8px;
    }
}

/* ===========================
   BUTTONS
=========================== */
.perfland-btn,
.experience-btn,
button,
.btn,
.s-button-btn,
.slider-btn {
    background: linear-gradient(135deg, #A78668, #C9A882) !important;
    border: none !important;
    color: #fff !important;
    box-shadow: 0 12px 30px rgba(167, 134, 104, .25) !important;
}

.perfland-btn:hover,
.experience-btn:hover,
button:hover,
.btn:hover,
.s-button-btn:hover,
.slider-btn:hover {
    background: linear-gradient(135deg, #8E6D4F, #BFA07B) !important;
}

/* ===========================
   FEATURES & TESTIMONIALS
=========================== */
.feature-item,
.testimonial-box {
    background: rgba(255, 248, 240, .75) !important;
    border-color: rgba(167, 134, 104, .18) !important;
}

.feature-item h3,
.testimonial-box h3 {
    color: #8E6D4F !important;
}

.feature-icon {
    color: #A78668 !important;
    background: radial-gradient(circle, #FFF8F1, #E8D8C4) !important;
}

.stars {
    color: #D7B38A !important;
}