.breadcrumb {
    font-size: 13px;
    color: #8b7c84;
    padding: 18px 0
}

.breadcrumb span {
    color: #b16d88
}

.hero {
    border-radius: 28px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    min-height: 390px;
    background: linear-gradient(120deg, #2a1023, #4d2138);
    color: white;
    box-shadow: var(--shadow)
}

.hero-copy {
    padding: 52px
}

.eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border: 1px solid rgba(255, 255, 255, .22);
    display: inline-block;
    padding: 7px 10px;
    border-radius: 999px;
    color: #f2dce6
}

.hero h1 {
    font-family: Georgia, serif;
    font-size: clamp(44px, 6vw, 76px);
    font-weight: 400;
    line-height: .98;
    margin: 16px 0 14px
}

.hero p {
    max-width: 520px;
    color: #eadce3;
    font-size: 17px
}

.hero-art {
    position: relative;
    min-height: 390px;
    background: radial-gradient(circle at 60% 40%, rgba(255, 255, 255, .18), transparent 25%), linear-gradient(145deg, #bb8790, #65404b 55%, #2b1520);
    overflow: hidden
}

.pedestal {
    position: absolute;
    left: 12%;
    right: 10%;
    bottom: 42px;
    height: 92px;
    border-radius: 50%/28%;
    background: linear-gradient(#d5b8ac, #aa887e)
}

.shape {
    position: absolute;
    bottom: 95px;
    left: 42%;
    width: 82px;
    height: 200px;
    border-radius: 48px;
    background: linear-gradient(160deg, #f3a7b6, #bf5b83);
    box-shadow: inset -10px -15px 18px rgba(0, 0, 0, .14), 0 18px 22px rgba(0, 0, 0, .18);
    transform: rotate(-10deg)
}

.shape.two {
    left: 62%;
    width: 58px;
    height: 165px;
    background: linear-gradient(160deg, #6d3a68, #2f1733);
    transform: rotate(8deg)
}

.shape.three {
    left: 22%;
    width: 74px;
    height: 150px;
    background: linear-gradient(160deg, #222, #5e404b);
    transform: rotate(12deg)
}

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px
}

.chip {
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    font-size: 13px
}

.section {
    padding: 62px 0
}

.section-title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    margin-bottom: 22px
}

.section-title h2 {
    font-family: Georgia, serif;
    font-size: clamp(28px, 4vw, 42px);
    margin: 0;
    color: var(--ink)
}

.section-title p {
    margin: 0;
    color: var(--muted);
    max-width: 620px
}

.toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap
}

.filters {
    display: flex;
    gap: 9px;
    flex-wrap: wrap
}

.filter {
    border: 1px solid var(--line);
    background: #fff;
    padding: 9px 13px;
    border-radius: 999px;
    cursor: pointer
}

.filter.active {
    background: var(--ink);
    color: #fff;
    border-color: var(--ink)
}

.sort {
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 10px 12px;
    background: #fff
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px
}

.product {
    border: 1px solid var(--line);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 24px rgba(43, 16, 36, .05);
    transition: .25s
}

.product:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow)
}

.media {
    aspect-ratio: 1/1;
    background: linear-gradient(145deg, #fff, #f7f1f4);
    display: grid;
    place-items: center;
    position: relative
}

.heart {
    position: absolute;
    right: 13px;
    top: 11px;
    font-size: 20px;
    color: #a16e83
}

.sale {
    position: absolute;
    left: 12px;
    top: 12px;
    background: var(--accent);
    color: #fff;
    border-radius: 999px;
    padding: 5px 8px;
    font-size: 11px
}

.prod {
    width: 78px;
    height: 150px;
    border-radius: 42px;
    background: linear-gradient(160deg, #1f1a1e, #583a48);
    transform: rotate(12deg);
    box-shadow: inset -10px -14px 18px rgba(0, 0, 0, .14)
}

.prod.pink {
    background: linear-gradient(160deg, #f6b0bd, #c45c83);
    transform: rotate(-10deg)
}

.prod.purple {
    background: linear-gradient(160deg, #7a3a74, #321534);
    width: 54px;
    height: 155px;
    transform: none
}

.prod.round {
    width: 112px;
    height: 102px;
    border-radius: 58px 58px 38px 38px;
    transform: none
}

.prod.loop {
    width: 110px;
    height: 110px;
    border-radius: 55% 55% 45% 45%;
    background: linear-gradient(145deg, #7a3a74, #c77cae);
    transform: rotate(25deg)
}

.body {
    padding: 15px
}

.body h3 {
    font-size: 15px;
    margin: 0 0 4px
}

.rating {
    font-size: 12px;
    color: #e28a31
}

.rating small {
    color: var(--muted)
}

.price {
    font-weight: 800;
    color: var(--ink);
    margin: 8px 0
}


.add {
    width: 100%;
    border: 0;
    background: #2b1024;
    color: white;
    border-radius: 10px;
    padding: 10px 12px;
    cursor: pointer;
}
/*.add:hover {
    background: var(--ink2)
}*/

.feature-band {
    background: linear-gradient(135deg, #2b1024, #421933);
    color: white;
    border-radius: 24px;
    padding: 28px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px
}

.feature-band div {
    padding: 8px 18px;
    border-right: 1px solid rgba(255, 255, 255, .12)
}

.feature-band div:last-child {
    border: 0
}

.feature-band strong {
    display: block;
    margin-bottom: 5px
}

.feature-band span {
    font-size: 13px;
    color: #ddcbd4
}

.guide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--line);
    border-radius: 25px;
    overflow: hidden;
    background: var(--blush)
}

.guide-copy {
    padding: 42px
}

.guide h3 {
    font-family: Georgia, serif;
    font-size: 38px;
    margin: 0 0 12px;
    color: var(--ink)
}

.guide-art {
    min-height: 290px;
    background: radial-gradient(circle at 45% 45%, #fff, transparent 27%), linear-gradient(135deg, #f8dbe3, #e8cbd4);
    position: relative
}

.guide-art:before {
    content: "";
    position: absolute;
    width: 180px;
    height: 220px;
    border-radius: 32px;
    background: rgba(255, 255, 255, .58);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-5deg);
    box-shadow: 0 20px 35px rgba(43, 16, 36, .12)
}

.newsletter {
    background: linear-gradient(135deg, #2b1024, #421933);
    color: #fff;
    border-radius: 22px;
    padding: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px
}

.newsletter h3 {
    margin: 0;
    font-family: Georgia, serif;
    font-size: 28px
}

.newsletter p {
    margin: 4px 0 0;
    color: #d9c7d0
}

.newsletter form {
    display: flex;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    overflow: hidden
}

.newsletter input {
    min-width: 290px;
    background: transparent;
    border: 0;
    color: #fff;
    padding: 13px;
    outline: none
}

.newsletter button {
    border: 0;
    background: var(--accent);
    color: #fff;
    padding: 0 18px;
    font-weight: 800
}


/* New Css */
.product_hero .products_photo {
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_hero .products_photo img {
    width: 210px;
}
.featured_products_sec .product .media {
    background: #fff;
}

.featured_products_sec .product .media .featured_products {
    width: 100%;
}

.featured_products_sec .product .media .featured_products img {
    width: 100%;
}

.confidence_sec .products_photo {
    background: #fff;
    /* width: 40%; */
    display: flex;
    align-items: center;
}

.confidence_sec .products_photo:before {
    display: none;
}

.confidence_sec .products_photo img {
    width: 30%;
    margin: auto;
    display: block;
}
/* New Css */

@media(max-width:980px) {
    .header-main {
        grid-template-columns: 160px 1fr auto
    }

    .actions .label {
        display: none
    }

    .grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .feature-band {
        grid-template-columns: repeat(2, 1fr)
    }

    .feature-band div:nth-child(2) {
        border-right: 0
    }

    /*.footer-grid {
        grid-template-columns: 1.5fr repeat(2, 1fr)
    }*/
}

@media(max-width:760px) {
    
    .hero {
        grid-template-columns: 1fr
    }

    .hero-copy {
        padding: 34px 24px
    }

    .hero-art {
        min-height: 300px
    }

    .grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .section {
        padding: 46px 0
    }

    .section-title {
        align-items: flex-start;
        flex-direction: column
    }

    .feature-band {
        grid-template-columns: 1fr
    }

    .feature-band div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12)
    }

    .feature-band div:last-child {
        border-bottom: 0
    }

    .guide {
        grid-template-columns: 1fr
    }

    .newsletter {
        align-items: flex-start;
        flex-direction: column
    }

    .newsletter form {
        width: 100%
    }

    .newsletter input {
        min-width: 0;
        flex: 1
    }
    
    footer .footer-grid {
        display: flex;
        flex-direction: column;
    }
    footer .footer-grid .menu-footer-cst-menu-container .footer_cust_care {
        padding: 0;
    }
    
}

@media(max-width:480px) {
    .container {
        width: min(100% - 22px, 1180px)
    }

    .topbar {
        font-size: 11px
    }

    .logo {
        font-size: 25px
    }

    .grid {
        grid-template-columns: 1fr
    }

    .hero h1 {
        font-size: 48px
    }

    .hero-art {
        min-height: 250px
    }

    .shape {
        scale: .82
    }

    .shape.two {
        scale: .82
    }

    .shape.three {
        scale: .82
    }

    .toolbar {
        align-items: stretch
    }

    .sort {
        width: 100%
    }
}