\/* =========================================================
VAYA OFFICIAL BRAND CSS
Based on Brand Guideline Colors
Beige • Black • Navy • Minimal Luxury
========================================================= */


/* =========================================================
GLOBAL BACKGROUND
========================================================= */

html, body {
    background-color: #F5F2EB !important;
    color: #1D1D1B !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
}


/* =========================================================
HEADER
========================================================= */

.header,
.site-header,
.header-wrapper {
    background-color: #F5F2EB !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

.header__heading-logo {
    max-height: 34px !important;
}


/* menu */

.header__menu-item,
.nav__item a {
    color: #1D1D1B !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
}

.header__menu-item:hover {
    color: #132A4C !important;
}


/* =========================================================
SECTIONS
========================================================= */

.section,
.shopify-section {
    background-color: #F5F2EB !important;
}


/* alternate sections white for contrast */

.section:nth-child(even) {
    background-color: #FFFFFF !important;
}


/* =========================================================
PRODUCT CARDS
========================================================= */

.card,
.product-card,
.card-wrapper {

    background-color: #FFFFFF !important;

    border: 1px solid #F0ECE6 !important;

    transition: all 0.2s ease;
}

.card:hover {

    border-color: #132A4C !important;
}


.card img {
    border-radius: 0 !important;
}


.card__heading {
    font-weight: 500 !important;
}


/* price */

.price {
    color: #1D1D1B !important;
}


/* =========================================================
PRODUCT PAGE
========================================================= */

.product {

    background-color: #F5F2EB !important;
}


.product__media-wrapper {

    background-color: #FFFFFF !important;

    padding: 20px;
}


.product__description {

    max-width: 500px;

    line-height: 1.7;
}


/* =========================================================
BUTTONS
========================================================= */

.button,
.btn {

    background-color: #1D1D1B !important;

    color: #FFFFFF !important;

    border: none !important;

    padding: 14px 30px !important;

    letter-spacing: 0.5px;

    transition: 0.2s;
}


.button:hover {

    background-color: #132A4C !important;

}


/* secondary buttons */

.button--secondary {

    background-color: transparent !important;

    color: #1D1D1B !important;

    border: 1px solid #1D1D1B !important;
}

.button--secondary:hover {

    background-color: #1D1D1B !important;

    color: #FFFFFF !important;
}


/* =========================================================
TEXT
========================================================= */

h1, h2, h3, h4 {

    font-weight: 500;

    letter-spacing: 0.5px;
}


/* =========================================================
FOOTER
========================================================= */

.footer {

    background-color: #F5F2EB !important;

    border-top: 1px solid #EAE4DC !important;
}

.footer a {

    color: #1D1D1B !important;
}


/* =========================================================
INPUT FIELDS
========================================================= */

input,
textarea {

    border: 1px solid #EAE4DC !important;

    background-color: #FFFFFF !important;
}


/* =========================================================
REMOVE HEAVY EFFECTS
========================================================= */

* {

    box-shadow: none !important;

    border-radius: 0 !important;
}


/* =========================================================
CONTAINER WIDTH
========================================================= */

.page-width {

    max-width: 1200px !important;
}


/* =========================================================
LINK COLORS
========================================================= */

a {

    color: #1D1D1B !important;
}

a:hover {

    color: #132A4C !important;
}


/* =========================================================
SCROLLBAR
========================================================= */

::-webkit-scrollbar {

    width: 6px;
}

::-webkit-scrollbar-thumb {

    background: #D6D0C7;
}

.gap-20 {
    margin-top: 19rem !important;
}

.section-hero a.btn {
    background-color: #000000 !important;
}
/* حذف خلفية زر القلب نهائيًا */
button[data-wishlist-btn] {
    background: transparent !important;
    background-color: transparent !important;
    backdrop-filter: none !important;
}

/* =========================================================
END
========================================================= */