/* ===================
   GLOBAL STYLES
=================== */
* {
  box-sizing: border-box;
}

/* ===================
   PRODUCT IMAGE STYLING
=================== */
.product-image {
  width: 400px;
  height: 400px;
  overflow: hidden;
}

/* ===================
   TOP RIGHT ICON GROUP
=================== */

/* ===================
   UTILITY CLASSES
=================== */
.boxheight {
  height: 100px;
}

.bgcolor {
  background-color: #FFC0CB;
}

.bgpastel {
  background-color: #E799AA;
}

/* ===================
   CATEGORY DESCRIPTIONS
=================== */
.category-description,
.product-category-description,
#zcms-category-description {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 20px 10px 20px;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  color: #333;
}

.category-description h1,
.category-description h2,
.category-description h3,
.product-category-description h1,
.product-category-description h2,
#zcms-category-description h1,
#zcms-category-description h2,
#zcms-category-description h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #B03060;
  text-align: center;
}







/* Import Cinzel Font */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&display=swap');

/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Cinzel', serif;
    overflow-x: hidden;
}

/* Hero Section */
.hero-section {
    display: flex;
    height: 566px;
    width: 100vw;
    position: relative;
}

.hero-image-left {
    width: 414.99px;
    height: 566px;
    background-color: #FFF3F4;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background: url('https://storepreview-60039283011.zohostorecontent.in/DSC09935.jpg?v=1744528432') center/cover;
}

.hero-content {
    flex: 1;
    background-color: #E799AA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 40px;
    text-align: center;
    height: 566px;
}

.hero-content h1 {
    font-family: 'Cinzel', serif;
    font-size: 48px;
    color: white;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-emoji {
    font-size: 40px;
    margin: 20px 0;
}

.shop-btn {
    background-color: transparent;
    color: white;
    border: 2px solid white;
    padding: 15px 40px;
    font-size: 16px;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.shop-btn:hover {
    background-color: white;
    color: #E799AA;
}

.hero-image-right {
    width: 414.99px;
    height: 566px;
    background-color: #FFF3F4;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background: url('https://storepreview-60039283011.zohostorecontent.in/IMG_6770.PNG?v=1744528432') center/cover;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .hero-image-left,
    .hero-image-right {
        width: 300px;
    }
}

@media (max-width: 900px) {
    .hero-section {
        flex-direction: column;
        height: auto;
    }

    .hero-image-left,
    .hero-image-right {
        width: 100%;
        height: 300px;
    }

    .hero-content {
        height: 400px;
    }

    .hero-content h1 {
        font-size: 32px;
    }
}

@media (max-width: 600px) {
    .hero-content {
        padding: 40px 20px;
        height: 350px;
    }

    .hero-content h1 {
        font-size: 24px;
    }

    .hero-emoji {
        font-size: 30px;
        margin: 15px 0;
    }

    .shop-btn {
        padding: 12px 30px;
        font-size: 14px;
    }
}
.hero-section {
    padding-left: 0;
}
.left-image {
    margin-left: 0;
}
.hero-container {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
}
.hero-grid {
    gap: 0;
    grid-template-columns: 1fr auto 1fr; /* or whatever your layout is */
}
.zs-linear-gradient.zpelem-button::after {
 background: linear-gradient(
357deg
, #e5879c 0%, rgba(158, 88, 103, 0) 100.06%);
}
.theme-category-heading {
font-family: cinzel;
font-size: 38px;
font-weight: 700;
text-align: center;
display:block;
text-transform: uppercase;
color: #ffffff;
padding: 20px 20px 10px 20px;
margin: 0;
width: 100vw; /* Force full viewport width */
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
justify-content: center;
background-color:#E799AA;
}
.theme-category-description h5{
font-family: serif;
font-size: 45px;
font-weight:700;
text-align: center;
line-height: normal;
text-transform: capitalize;
color: #ffffff;
padding: 0px 20px 20px 20px;
margin: 0;
width: 100vw; /* Full width */
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
background-color:#E799AA;
}

.theme-category-description {
    font-size: 30px;
    font-weight: 600;
    width: 100%;
}
.theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search .theme-search-icon svg {
    fill : none;
}
.theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search-and-mini-cart-group-item:first-child .theme-search-icon {
    padding: 0;
}
.theme-navigation-and-icons .theme-search-and-mini-cart-group {
    gap: 16px;
}
[data-element-id="elm_tyNU4OkwRT-ilVeiE1Ifmw"].zpsection a{
color: #E799AA !important;
}
 
[data-element-id="elm_tyNU4OkwRT-ilVeiE1Ifmw"].zpsection a:hover{
color: #750A27 !important;
}




