/*

    Fashions Glow Stylesheet
    Developer: Cali Web Design Corporation
    Version: 2.0.5
    Support Link: https://helpdesk.caliwebdesignservices.com
    Website: https://caliwebdesignservices.com
    Last Edited: Sun July 02 2024 at 11:29:13 PM Pacific Time US and Canada.

    Copyright Statement: Do not copy this website, if the code is found to be duplicated, reproduced,
    or copied we will fine you a minimum of $250,000 and criminal charges may be pressed.

    CopyOurCodeWeWillSendYouToJesus(C)2023ThisIsOurHardWork.

*/

/* ================= Font Styles =================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prata&display=swap');

/* ================= Global Styles =================== */

::selection {
    background: #000102;
    color: #ffa2c3;
}

html,
body {
    padding:0;
    margin:0;
    border:0;
    box-sizing: border-box;
    color:#000;
    background-color: #fff;

}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Prata", sans-serif;
    padding:0;
    margin:0;
}

p,
a {
    font-family: "Poppins", sans-serif;
    padding:0;
    font-size:14px;
    margin:0;
    font-weight:300 !important;
}


a {
    color: #ffa2c3;
}

a:hover {
    color: #ff4d8b;
}

.caliweb-brand-color {
    color: #ffa2c3;
}

.caliweb-brand-color:hover {
    color: #ff4d8b;
}

/* ================= Button Styles =================== */

.caliweb-button,
.caliweb-nav-button,
.toggle-container,
.hero-img-container {
    border-radius: 0 !important;
}

.caliweb-button,
.caliweb-nav-button {
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
}

/* ================= Container Styles =================== */

.container {
    margin-left:auto;
    margin-right:auto;
    width:100%;
    max-width: 75%;
}

.caliweb-container {
    width:100%;
    max-width: 75%;
}

.caliweb-nav-container {
    width:100%;
    max-width: 75%;
}

.caliweb-nav-links {
    width:100% !important;
    justify-content: center !important;
}

.nav-links {
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    background-color: transparent !important;
}

.nav-links a {
    transition: ease-in-out 0.3s all;
}

.nav-links a:hover {
    color: #ffa2c3 !important;
}

.caliweb-navbar-logo-img.light-mode {
    width:160px !important
}

/* ================= Section Styles =================== */

.section.caliweb-hero {
    padding-top:0 !important;
}

.catagory-card {
    height:60vh;
    padding:20px;
    width:100%;
    filter: grayscale(1) !important;
    transition: ease-in-out 0.3s all;
}

.catagory-card.card-1 {
    background-image: url('https://beta.fashionsglow.com/assets/img/catagory/womensTopsCatagoryimage.jpg') !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.catagory-card.card-2 {
    background-image: url('https://beta.fashionsglow.com/assets/img/catagory/womensBottomsCatagoryImage.jpg') !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.catagory-card.card-3 {
    background-image: url('https://beta.fashionsglow.com/assets/img/catagory/womensDressCatagoryImage.jpg') !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.catagory-card.card-4 {
    background-image: url('https://beta.fashionsglow.com/assets/img/catagory/womensBagsCatagoryImage.jpg') !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.catagory-card:hover {
    filter: grayscale(0) !important;
}

.section.banner-section {
    padding-top:100px;
    padding-bottom:100px;
    margin-top:100px;
    margin-bottom: 150px;
    background-color: #000;
    color:#dbdbdb;
}

.caliweb-grid.caliweb-two-grid.banner-grid {
    align-items: center !important;
    row-gap: 0 !important;
}

.product-card {
    height:60vh;
    padding:20px;
    width:100%;
}

.product-grid {
    row-gap: 100px !important;
    column-gap: 30px;
}

.section.featured-catagories {
    margin-bottom:100px;
}

.section.special-features {
    padding-top:100px;
    margin-bottom:100px;
}

.benefits-image {
    margin-bottom:7%;
}

.special-features-grid {
    grid-column-gap: 60px;
}

.hero-img,
.section-image,
.about-section-image {
    height:100%;
    width:100%;
    object-fit: cover;
    border-radius: 0;
}

.section.caliweb-hero.about {
    height:50vh;
}

.section.about-area {
    margin-bottom:100px;
}

.about-subtext {
    width:100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    justify-self: center;
}

.about-image-holder {
    height:60vh;
}

.caliweb-grid.caliweb-two-grid.banner-grid.about-grid,
.about-grid {
    grid-column-gap: 80px !important;
}

.center-content {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    max-width: 40% !important;
    width: 100% !important;
    margin-right: auto;
}

.form-input {
    border-radius: 0 !important;
    background-color: #f1f1f1 !important;
}

.form-input:hover,
.form-input:focus {
    border:1px solid #ffa2c3 !important;
}

.contact-image-holder {
    height:80vh;
}

.section.contact-info-area {
    padding-top:100px;
    padding-bottom:100px;
}

.section.login-area {
    padding-top:100px;
    padding-bottom:150px;
}

.caliweb-login-area {
    width:100%;
    padding:20px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    max-width:560px;
}

.login-form-area {
    margin-top:8%;
}

.section-spacer-legal {
    margin-bottom:8%;
}

.section.caliweb-hero.legal {
    height:40vh;
    margin-bottom:-2%;
}

.product-img {
    overflow: hidden;
}

.product-image {
    width: 100%;
    max-height: 420px;
    min-height: 420px;
    object-fit: cover;
}

.product-info {
    width: 100%;
    margin-top: 15px;
}

.product-name {
    padding-bottom: 6px;
}

.price {
    font-size: 14px;
}

.section.footer-section {
    padding-top:50px;
    padding-bottom:50px;
    background-color: #f1f1f1;
    color:rgb(0, 0, 0);
}

.footer-sort-grid {
    grid-row-gap: 0 !important;
}

.brand-text {
    margin-top:6%;
    margin-bottom:6%;
}

.footer-links-title {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
}

.footer-link-list {
    padding:0;
    list-style: none;
}

.footer-link-a {
    color: #4e4e4e;
    text-decoration: none;
    border-bottom:3px solid transparent;
    transition: ease-in-out 0.3s all;
}

.footer-link-a:hover {
    color:#121212;
    text-decoration: none;
    border-bottom:3px solid #ffa2c3;
}

.footer-bottom-section {
    padding-top:50px;
    border-top:1px solid #bab9b9;
}

@media (min-width:1400px) and (max-width:1500px) {

    .container,
    .container.caliweb-container,
    .caliweb-container {
        max-width: 95%;
        width: 100%;
    }

}