/* ===========================
   LADIES PAGE COLORS
   =========================== */

body.ladies {
    background: #111111;
    color: white;
}


/* ===========================
   HEADER
   =========================== */

body.ladies .header {
    background: linear-gradient(to right, #111, #1a0f14, #111);
    border-bottom: 3px solid #f4c2c2;
}

body.ladies .brand h1,
body.ladies .brand p {
    color: #f4c2c2;
}

body.ladies .special-letter {
    color: #d47a9a;
}


/* ===========================
   BANNER
   =========================== */

body.ladies .watch-banner {
    background: linear-gradient(to right, #111, #d47a9a, #111);
    border-top: 1px solid #f4c2c2;
    border-bottom: 1px solid #f4c2c2;
}

body.ladies .watch-banner span {
    color: white;
}


/* ===========================
   SIDEBAR
   =========================== */

body.ladies aside {
    background: #1a0f14;
    border: 1px solid #b76e79;
}

body.ladies aside h3 {
    color: #f4c2c2;
}

body.ladies aside a {
    color: white;
}

body.ladies aside a:hover {
    color: #f4c2c2;
}


/* ===========================
   PRODUCT CARDS
   =========================== */

body.ladies .product {
    background: linear-gradient(145deg, #1a0f14, #111);
    border: 1px solid #b76e79;
}

body.ladies .product:hover {
    box-shadow: 0 0 20px rgba(212, 122, 154, 0.35);
}

body.ladies .watch-number {
    color: #f4c2c2;
}

body.ladies .price {
    color: #d47a9a;
}


/* ===========================
   PRODUCT DESCRIPTION
   =========================== */

body.ladies .description-box {
    background: #1a0f14 !important;
    border: 1px solid #b76e79 !important;
}

body.ladies .description-box h1 {
    color: #f4c2c2 !important;
}


/* ===========================
   ALL LADIES PAGE BUTTONS
   =========================== */

body.ladies .cart button,
body.ladies .contact-button a,
body.ladies .product button,
body.ladies .buy-button,
body.ladies .enlarge-note {
    background: linear-gradient(to bottom, #ffb6d5, #e76aa4) !important;
    color: #111 !important;
    border: 1px solid #b63f78 !important;
}

body.ladies .cart button:hover,
body.ladies .contact-button a:hover,
body.ladies .product button:hover,
body.ladies .buy-button:hover,
body.ladies .enlarge-note:hover {
    background: linear-gradient(to bottom, #ffd0e4, #f184b6) !important;
    color: #111 !important;
    box-shadow: 0 4px 10px rgba(231, 106, 164, 0.45);
}


/* ===========================
   ENLARGED PHOTO FRAME
   =========================== */

body.ladies .image-popup img {
    border: 2px solid #f4c2c2 !important;
}


/* ===========================
   FOOTER
   =========================== */

body.ladies footer {
    border-top: 1px solid #b76e79;
    color: #f4c2c2;
}
/* Keep Ladies cart aligned with the other pages */
body.ladies .cart-icon {
    position: relative;
    left: -50px !important;
    top: -5px !important;
}

body.ladies .cart-label {
    font-size: 13px !important;
}
