/** Shopify CDN: Minification failed

Line 47:0 All "@import" rules must come first

**/
*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
}

.container-main {
    max-width: 1350px;
    margin: 0 auto;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Sen", sans-serif !important;
}

@font-face {
    font-family: "centurygothic" !important; 
    src: url(../fonts/centurygothic_bold.ttf);
}

@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "centurygothic", serif !important; 
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

:root {
    --primaryColor: #FFA6B6;
    --secondaryColor: #A31352;
    --titleColor: #24141B;
    --colorWhite: #ffffff;
    --stripe-color: rgba(255, 255, 255, 0.08);
}

.top-bar {
    background-color: #614F85;
    padding: 15px 0px;
}

.top-bar .container-main,
.main-header .container-main {
    max-width: unset;
    padding: 0 100px;
}

.header-flex{
    padding: 0px 100px;
    padding-bottom:10px;
}

.top-bar-flex,
.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar-left p,
.top-bar-right ul li {
    font-size: 14px;
    line-height: 14px;
    color: var(--colorWhite);
}

.top-bar-right ul li a {
    color: var(--colorWhite);
}

.top-bar-right ul li a:hover {
    color: var(--titleColor);
}

.top-bar-right ul,
.top-bar-right,
.header-left ul,
.header-right ul,
.header-right {
    display: flex;
    align-items: center;
    gap: 40px;
}

.top-bar-right span {
    font-weight: bold;
}

.social-icons,
.header-left ul,
.header-right ul {
    gap: 20px !important;
}

.main-header {
    padding-top: 10px;
    border-bottom: 1px dashed #eee;
    background-color: #fd85b2;
    border-width: 2px;
}

.main-header.sticky,
.header-left-main.sticky{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(0);
  z-index: 99;
}

.menu-btns,
.header-logo.mob {
    display: none;
}

.header-logo {
    max-width: 200px;
}

.header-left ul li,
.header-right ul li {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.28px;
    color: var(--colorWhite);
    text-transform: uppercase;
}

.header-left ul li a,
.header-right ul li a {
    color: var(--colorWhite);
}

.header-right ul li a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-left ul li a:hover,
.header-right ul li a:hover,
.header-left ul li.active a {
    color: var(--secondaryColor);
}

.header-flex {
    padding-bottom: 10px;
}

.header-left-main {
    padding: 15px 0px;
    background-color: #9575CD;
    /* border-top: 1px solid #eee; */
}

.header-left ul {
    justify-content: center;
}

.shop-btn a,
.home-banner-item a,
.home-about-right a,
.cta-block a,
.home-products-content a,
.add-btn,
.submit-btn input {
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
    font-weight: 600;
    line-height: 1;
    padding: 20px 30.5px 20px;
    border-radius: 6px;
    letter-spacing: 0;
    color: var(--secondaryColor);
    background-color: var(--primaryColor);
    width: max-content;
}

.shop-btn a,
.submit-btn input {
    background-color: var(--secondaryColor);
    color: var(--colorWhite);
}


.home-banner-item a:hover {
    background-color: var(--secondaryColor);
    color: var(--colorWhite);
}

.shop-btn a:hover {
    background-color: var(--colorWhite);
    color: var(--secondaryColor);
}

.search-bar {
    position: relative;
    width: 55%;
}

.search-bar input::placeholder {
    color: #68585f;
}

.search-bar input {
    height: 55px;
    border-radius: 0;
    box-shadow: unset;
    border-radius: 5px;
    color: var(--titleColor);
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: var(--colorWhite);
    padding-left: 18px;
    padding-right: 18px;
    width: 100%;
    outline: none;
}

.search-bar button,
.select-box select {
    top: 5px;
    border: 0;
    padding: 0;
    right: 5px;
    width: 45px;
    height: 45px;
    font-size: 17px;
    border-radius: 5px;
    position: absolute;
    color: var(--colorWhite);
    background-color: var(--secondaryColor);
}

.search-bar button i {
    left: 0;
    right: 0;
    top: 50%;
    line-height: 1;
    position: absolute;
    color: var(--colorWhite);
    transform: translateY(-50%);
}

.search-prod {
    background-color: #ffdbe2;
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
    overflow: hidden;
}

.search-prod::before {
    position: absolute;
    content: "";
    background-image: url(../images/chocolate-box-heart.webp);
    background-repeat: repeat;
    background-size: 60px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.03;
    pointer-events: none;
}

.search-prod-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.select-box {
    position: relative;
}

.select-box::before {
    position: absolute;
    content: "";
    background-image: url(../images/down.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;

}

.select-box select {
    height: 55px;
    font-size: 18px;
    position: unset;
    width: 100%;
    background-color: #fff;
    border-radius: 50px;
    color: var(--titleColor);
    padding: 0px 20px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
     padding-right: 45px;
}


.shape-left,
.shape-right {
    width: 120px;
    animation: shrink 1.5s linear infinite;
    position: absolute;
    bottom: 0;
}

.shape-left {
    left: 0;
}

.shape-right {
    right: 0;
}

@keyframes shrink {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.home-banner-main,
.home-banner-slider {
    position: relative;
}

.home-banner-slider {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    /* overflow-y: hidden; */
}

.home-banner-bg {
    background-color: #fd85b2;
    height: 570px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-stripes {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: repeating-linear-gradient(to right,
            rgba(255, 255, 255, 0.05) 0px,
            rgba(255, 255, 255, 0.05) 60px,
            transparent 60px,
            transparent 120px);
    z-index: 0;
    pointer-events: none;
}

.home-banner-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home-banner-info .container-main {
    height: 100%;
}

.home-banner-item {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 650px;
    margin: 0 auto;
}

.home-banner-item h1 {
    font-size: 65px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--colorWhite);
    text-align: center;
    margin-bottom: 20px;
}

.home-banner-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--colorWhite);
    text-align: center;
    margin-bottom: 30px;
}

.home-banner-item a {
    background-color: var(--colorWhite);
    color: var(--secondaryColor);
    margin: 0 auto;
}

.home-banner-slider .owl-theme .owl-dots {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 0px !important;
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.home-banner-slider .owl-theme .owl-dots .owl-dot.active,
.home-banner-slider .owl-theme .owl-dots .owl-dot:hover {
    border: 2px solid var(--colorWhite);
    border-radius: 50%;
    height: 27px;
}

.home-banner-slider .owl-theme .owl-dots .owl-dot span {
    background: var(--colorWhite);
}

.home-banner-slider .owl-theme .owl-dots .owl-dot.active span, .home-banner-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--colorWhite);
}

.choco {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 400px;
}

.berry {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
}

.icon-box {
    width: 90px;
    height: auto;
    position: absolute;
    z-index: 10;
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

.icon-box img {
    object-fit: scale-down;
}

.icon-box.one {
    top: 40px;
    left: 20%;
    width: 150px;
}

.icon-box img {
    filter: invert(1);
}

.icon-box.two {
    width: 120px;
    bottom: 60px;
    left: 25%;
}

.icon-box.three {
    right: 20%;
    bottom: 60px;
    width: 100px;
}

.customer-choice-main,
.home-about-main,
.popular-items-main,
.feature-cards-main,
.product-quality-main,
.products-main,
.product-detail-main,
.related-products-main,
.faq-main,
.contact-details-main {
    padding-top: 100px;
    padding-bottom: 100px;
}

.customer-choice h2,
.home-about-right h2,
.popular-items-heading-flex h2,
.cta-block h2,
.search-prod-flex h2,
.various-dietary-title h2,
.product-detail-right h2,
.related-products h2,
.product-quality-main h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    color: var(--titleColor);
    text-align: center;
}

.search-prod-flex h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    text-align: left;
    padding-right: 30px;
    max-width: 600px;
}

.home-products-main {
    position: relative;
}

.home-products-img {
    width: 50%;
    position: relative;
    z-index: 1;
    height: 700px;
}

.home-products-info {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #9575CD;
}

.home-products-info .container-main {
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.home-products-main .home-products-info::before {
    position: absolute;
    content: "";
    background-repeat: repeat;
    background-size: 80px;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    filter: invert(1);
    opacity: 0.2;
}

.home-products-main.bg-1 .home-products-info::before {
    background-image: url(../images/chocolate-candy-vector-Photoroom.webp);
}

.home-products-main.bg-2 .home-products-info::before {
    background-image: url(../images/coin-computer-icons-png.webp);
    right: unset;
    left: 0;
}

.home-products-main.bg-3 .home-products-info::before {
    background-image: url(../images/chocolate-wrapper-2.webp);
}

.home-products-content {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 50%;
    padding-left: 100px;
    position: relative;
    z-index: 1;
}

.home-products-content h2 {
    font-size: 80px;
    line-height: 90px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px;
}

.home-products-content p {
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
}

.home-products-content a {
    background-color: var(--colorWhite);
    color: var(--secondaryColor);
}

.home-products-content a:hover {
    background-color: var(--secondaryColor);
    color: var(--colorWhite);
}

.home-products-flex.reverse {
    display: flex;
    flex-flow: row-reverse;
}

.home-products-main.bg-1 .home-products-content h2 {
    color: #94dc72;
}

.home-products-main.bg-2 .home-products-content h2 {
    color: #7c3d1b;
}

.home-products-main.bg-3 .home-products-content h2 {
    color: #d7be64;
}

.home-products-main.bg-2 .home-products-info {
    background-color: var(--primaryColor);
}

.home-products-flex.reverse .home-products-info .container-main {
    justify-content: flex-end;
    flex-flow: row-reverse;
}

.home-products-flex.reverse .home-products-content {
    padding-left: 0;
    padding-right: 70px;
}

.home-products-main.bg-3 .home-products-info {
    background-color: var(--secondaryColor);
}

.customer-choice-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    padding-top: 50px;
}

.customer-choice-box {
    width: 33.33%;
    padding: 15px;
    transition: .3s;
}

.customer-choice-box:hover {
    transform: translateY(-10px);
}

.box-icon {
    height: 300px;
    width: 300px;
    margin: 0 auto;
}

.box-icon,
.box-icon img {
    border-radius: 100%;
}

.box-title h4,
.product-quality-block h4 {
    font-family: "Sen", sans-serif !important;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.06em;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--titleColor);
    text-align: center;
    margin-top: 30px;
}

.box-title h4 a {
    color: var(--titleColor);
}

.home-about-main {
    background-color: #D1C4E8;
    padding-bottom: 185px;
    position: relative;
    overflow: hidden;
}

.home-about-main::before {
    position: absolute;
    content: "";
    background-image: url(../images/evil-smile-Photoroom.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 250px;
    height: 250px;
    bottom: 0;
    right: 0;
    opacity: 0.4;
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.home-about-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.home-about-left,
.home-about-right {
    width: 50%;
}

.home-about-left {
    position: relative;
}

.about-img-one,
.about-img-one img,
.about-img-two,
.about-img-two img {
    border-radius: 300px 300px 0 0;
    position: relative;
    z-index: 2;
}

.about-img-one:before,
.about-img-two:before {
    position: absolute;
    top: 12px;
    left: -12px;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #FDE7E7;
    border-radius: 300px 300px 0 0;
}

.about-img-one {
    max-width: 453px;
    height: 500px;
    margin-right: auto;
}

.about-img-two {
    position: absolute;
    right: 0;
    max-width: 253px;
    height: 250px;
    bottom: -70px;
    margin-right: 35px;
}

.home-about-right {
    padding-left: 60px;
}

.home-about-right h2,
.product-detail-right h2 {
    text-align: unset;
    margin-bottom: 22px;
}

.home-about-right p,
.product-quality-block p,
.product-detail-right p,
.description-box p,
.description-box ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #68585F;
    margin-bottom: 10px;
}

.home-about-right a {
    margin-top: 20px;
    background-color: var(--secondaryColor);
    color: var(--colorWhite);
}

.home-about-right a:hover,
.cta-block a:hover {
    background-color: var(--colorWhite);
    color: var(--secondaryColor);
}

.scrolling-text-wrap {
    background-color: #614F85;
    overflow-x: hidden;
    padding: 36px 0;
}

.scrolling-text-wrap .scrolling-slider {
    white-space: nowrap;
    animation: scrolling-type-1 10s infinite linear;
}

@keyframes scrolling-type-1 {
    0% {
        transform: translate(0, 0%);
    }

    10% {
        opacity: 100%;
    }

    90% {
        opacity: 100%;
    }

    100% {
        transform: translate(-100%, 0%);
    }
}

.scrolling-text-wrap .scrolling-slider li {
    display: inline-block;
    margin-right: 46px;
    padding-right: 46px;
}

.scrolling-text-wrap .scrolling-slider p {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.06em;
    color: var(--colorWhite);
}

.scrolling-text-wrap .scrolling-slider p span {
    font-size: 18px;
    font-weight: 600;
    color: #FAE285;
}

.scrolling-text-wrap .scrolling-slider li:after {
    position: absolute;
    top: 3px;
    right: -12px;
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../images/star.webp);
    background-position: center;
    background-size: 17px;
    background-repeat: no-repeat;
}

.popular-items-heading-main {
    margin-bottom: 50px;
}

.popular-items-heading-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.popular-items-heading-flex h2 {
    text-align: unset;
}

.items-tab .nav {
    gap: 10px;
}

.items-tab .nav-link {
    font-size: 14px;
    line-height: 14px;
    color: #817F85;
    border: 2px solid #9575CD;
    border-radius: 50px;
    padding: 13px 16px 11px;
}

.items-tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-color: var(--colorWhite);
    color: var(--whiteColor);
    background-color: #9575CD;
    box-shadow: 0 4px 4px #E4DFEC;
    color: var(--colorWhite);
}

.popular-items-tab {
    padding-left: 100px;
}

.product-card.style-seven .product-img-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.product-card.style-seven .product-img-wrap .product-img {
    position: relative;
    width: calc(100% - 80px);
    border-radius: 15px;
    height: 480px;
    border: 1px solid #eee;
}

.product-card .product-img {
    background-color: #c9e6ea;
}

.product-card .product-img img {
    transition: .3s;
}

.hide {
    display: none !important;
}

.product-card .product-img:hover .hide {
    display: block !important;
}

.product-card .product-img:hover .show {
    display: none !important;
}

.product-card.style-seven .product-img-wrap .product-img img {
    border-radius: 15px;
}

.product-card.style-seven .product-img-wrap .product-img .add-to-cart-btn {
    position: absolute;
    bottom: 30px;
    right: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: var(--colorWhite);
    transition: 0.7s;
    font-size: 0;
}

.product-card.style-seven .product-img-wrap .product-img .add-to-cart-btn:hover {
    background-color: #614F85;
}

.product-card.style-seven .product-img-wrap .product-img .add-to-cart-btn::before {
    content: "\f07a";
    position: absolute;
    font-family: "Font Awesome 6 Free" !important;
    font-style: normal !important;
    font-weight: 900 !important;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-27%);
    width: 100%;
    height: 100%;
    color: var(--secondaryColor);
    font-size: 22px;
    text-align: center;
}

.product-card.style-seven .product-img-wrap .product-img .add-to-cart-btn:hover::before {
    color: var(--colorWhite);
}

.product-card.style-seven .product-img-wrap .product-img-text {
    width: 80px;
    position: relative;
    min-height: 450px;
}

.product-card.style-seven .product-img-wrap .product-img-text span {
    font-family: "Abril Fatface", serif !important;
    font-size: 70px;
    line-height: 70px;
    letter-spacing: -0.02em;
    color: rgba(36, 20, 27, 0.05);
    font-weight: 400;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0;
    min-width: 450px;
    height: 100%;
    transform: rotate(-90deg);
}

.product-card.style-seven .ratings {
    margin-top: 17px;
}

.product-card.style-seven .ratings ul li {
    display: inline-block;
    margin-left: -2px;
}

.product-card.style-seven .ratings ul li i {
    color: #FFD600;
}

.product-card.style-seven h3 {
    font-family: "Sen", sans-serif !important;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin: 9px 0 10px;
    text-transform: uppercase;
    color: var(--titleColor);
}

.product-card.style-seven h3 a {
    color: var(--titleColor);
}

.product-card.style-seven .product-price span {
    font-size: 20px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--secondaryColor);
}

.ratings.list-style i {
    color: #FFD600;
}

.product-card.style-seven .ratings span {
    margin-left: 5px;
    position: relative;
    top: 1px;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #A69CA0;
}

.various-dietary-main {
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
}

.various-dietary-main::before {
    position: absolute;
    content: "";
    background-image: url(../images/feature-shape.webp);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    bottom: 15px;
    width: 166px;
    height: 322px;
    opacity: 0.2;
}

.various-dietary-title,
.product-quality-main h2 {
    margin-bottom: 70px;
}

.various-dietary-title p {
    font-family: "Sen", sans-serif !important;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin: 25px 0 10px;
    text-transform: uppercase;
    color: var(--titleColor);
    text-align: center;
}

.various-dietary-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -15px;
}

.various-dietary-block {
    width: 33.33%;
    padding: 15px;
}

.various-dietary-block.img {
    position: relative;
}

.various-dietary-block.img h3 {
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 52px;
    line-height: 62px;
    font-weight: 600;
    color: #682612;
    text-align: center;
}

.feature-item {
    margin-bottom: 42px;
}

.feature-item img {
    width: 107px;
}

.feature-item h3 {
    font-family: "Sen", sans-serif;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding: 17px 27px 15px 27.5px;
    border: 4px solid #fff;
    border-radius: 50px;
    margin-bottom: 15px;
    background-color: #DED5ED;
    color: #705B96;
    box-shadow: 0 4px 34px rgba(176, 166, 193, 0.2);
    transition: .3s;
}

.feature-item h3:hover {
    transform: translateY(-5px);
}

.feature-item h3 a {
    color: #705B96;
}

.feature-item:nth-child(2) h3 {
    background-color: #F5EAEA;
    color: #AB7A7A;
    box-shadow: 0 4px 34px rgba(176, 166, 193, 0.1);
}

.feature-item:nth-child(2) h3 a {
    color: #AB7A7A;

}

.feature-item:nth-child(3) h3 {
    background-color: #E2EBF4;
    box-shadow: 0 4px 34px rgba(176, 166, 193, 0.1);
    color: #4E7194;
}

.feature-item:nth-child(3) h3 a {
    color: #4E7194;
}

.feature-item p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #68585F;
    max-width: 300px;
    margin-bottom: 10px;
}

.feature-item:nth-child(2) {
    transform: translateX(70px);
}

.various-dietary-block.left .feature-item img {
    float: right;
    transform: rotate(180deg);
}

.various-dietary-block.left .feature-item:nth-child(2) img {
    margin-top: 20px;
    margin-right: 70px;
}

.various-dietary-block.left {
    float: right;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.various-dietary-block.left .feature-item:nth-child(2) {
    transform: translateX(-70px);
}

.various-dietary-block.right .feature-item:nth-child(1) img {
    transform: rotate(-20deg);
    margin-top: 20px;
}

.various-dietary-block.right .feature-item:nth-child(3) img {
    transform: rotate(20deg);
    margin-top: -50px;
}

.various-dietary-block.left .feature-item:nth-child(1) img {
    margin-top: 45px;
    transform: rotate(200deg);
}

.various-dietary-block.left .feature-item:nth-child(2) img {
    margin-top: 30px;
}

.various-dietary-block.left .feature-item:nth-child(3) img {
    margin-top: 10px;
    transform: rotate(160deg);
}

.feature-icon {
    transform: unset !important;
    width: 30px !important;
    float: unset !important;
    margin: 0 !important;
    margin-right: 7px !important;
}

.customer-review-main {
    background-color: var(--primaryColor);
    padding-top: 150px;
    padding-bottom: 150px;
}

.customer-review {
    position: relative;
}

.testimonial-title-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-title-text-wrap h2 {
    font-size: 110px;
    line-height: 86px;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #fff;
    margin-top: -60px;
}

.testimonial-title-text-wrap .bottom {
    text-align: right;
    margin-bottom: -35px;
}

.testimonial-bg {
    max-width: 856px;
    height: 484px;
    border-radius: 30px;
    margin: 0 auto;
    position: relative;
}

.testimonial-bg img {
    border-radius: 30px;
}

.client-slider {
    position: absolute;
    bottom: -25px;
    left: 110px;
    max-width: 424px;
}

.slider-btn {
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 1;
}

.slider-btn button {
    width: 56px;
    height: 56px;
    background-color: #fff;
    border-radius: 50%;
    border: unset;
}

.slider-btn button i {
    color: #D64386;
}

.slider-btn button:hover {
    background-color: var(--secondaryColor);
}

.slider-btn button:hover i {
    color: #fff;
}

.client-block {
    padding: 50px 35px 40px 40px;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
}

.client-block::before,
.client-block::after {
    position: absolute;
    content: "";
    background-image: url(../images/quote.webp);
    background-repeat: no-repeat;
    background-size: cover;
    left: 30px;
    top: 38px;
    width: 90px;
    height: 53px;
}

.client-block::after {
    background-image: url(../images/shape-1.webp);
    top: unset;
    left: unset;
    bottom: 20px;
    right: 20px;
    width: 68px;
    height: 36px;
}

.client-block p,
.feature-card-title p {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.02em;
    color: var(--titleColor);
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.client-block h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #893F61;
    letter-spacing: 0.06em;
    position: relative;
    z-index: 1;
}

.feature-cards-flex,
.product-quality-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}


.product-quality-block {
    width: 25%;
    padding: 15px;
}

.feature-cards {
    width: 33.33%;
    padding: 15px;
}

.feature-cards.christmas {
    width: 70%;
}

.feature-cards.birthdays {
    width: 30%;
}

.feature-cards.kids {
    width: 100%;
}

.feature-cards-inner {
    position: relative;
    border-radius: 30px;
}

.feature-card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    background: linear-gradient(180deg, transparent 0, transparent 0%, #2f2f2f);
    width: 100%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    pointer-events: none;
}

.feature-card-title h4,
.description-box h2,
.nutritional h2 {
    font-size: 43px;
    font-weight: 600;
    line-height: 53px;
    color: var(--colorWhite);
    /* text-align: center; */
}

.feature-card-title h4 a,
.feature-card-title p {
    color: var(--colorWhite);
}

.feature-card-title p {
    max-height: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    overflow: hidden;
}

.feature-cards:hover .feature-card-title p {
    max-height: 200px;
    /* or auto if you prefer */
    opacity: 1;
    transform: translateY(0);
    margin-top: 10px;
    /* Optional spacing */
}

.feature-card-bg {
    height: 415px;
    overflow: hidden;
}

.feature-card-bg img,
.feature-card-bg {
    border-radius: 30px;
    transition: .3s;
}

.feature-cards:hover .feature-card-bg img {
    transform: scale(1.1);
}

.product-quality-main {
    /* background: linear-gradient(320deg, #efd7ef 8%, #f5f9fc 43%, #f8eae1 64%, #eaf8f9 87%); */
    background: #FFDBE2;
}

.product-quality-block-inner {
    padding: 30px;
    background-color: #D1C4E8;
    height: 100%;
    border-radius: 20px;
    transition: .3s;
}

.product-quality-block-inner:hover {
    background-color: #614F85;
    transform: translateY(-7px);
}

.quality-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #614F85;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.product-quality-block-inner:hover .quality-icon {
    background-color: var(--colorWhite);
}

.quality-icon img {
    width: 45px;
    height: 45px;
    filter: invert(1);
    object-fit: scale-down;
}

.product-quality-block-inner:hover .quality-icon img {
    filter: invert(0);
}

.product-quality-block p {
    text-align: center;
    margin-top: 13px;
}

.product-quality-block-inner:hover h4,
.product-quality-block-inner:hover p {
    color: #fff;
}

.footer-main {
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #fd85b2;
}

.footer-main .container-main {
    max-width: unset;
    padding: 0px 100px;
}

.footer-cta {
    background-color: var(--secondaryColor);
    border-radius: 60px;
    overflow: hidden;
}

.footer-cta-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
    overflow: hidden;
}

.cta-block.left,
.cta-block.right {
    width: 25%;
}

.cta-block.content {
    width: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.cta-block h2 {
    color: var(--colorWhite);
    max-width: 700px;
    margin-bottom: 35px;
}

.cta-block {
    overflow: hidden;
}

.cta-block.left img {
    border-bottom-left-radius: 60px;
}

.cta-block.right img {
    border-bottom-right-radius: 60px;
    object-fit: scale-down;
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    padding: 80px;
}

.footer-logo {
    max-width: 200px;
    margin-bottom: 20px;
}

.footer-block p,
.copyright-left p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: var(--colorWhite);
    max-width: 400px;
}

.footer-block .social-icons {
    display: flex;
    gap: 10px;
    margin-top: 40px;
}

.footer-block .social-icons i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    line-height: 50px;
    background-color: var(--colorWhite);
    font-size: 16px;
    color: var(--titleColor);
    border-radius: 50%;
}

.footer-block .social-icons i:hover {
    background-color: var(--secondaryColor);
    color: var(--colorWhite);
}

.footer-block h6 {
    font-family: "Sen", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: var(--colorWhite);
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-block ul li {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: var(--colorWhite);
    padding-top: 16px;
    display: flex;
    gap: 15px;
}

.footer-block ul li a {
    color: var(--colorWhite);
}

.footer-block ul li a:hover {
    color: var(--secondaryColor);
}

.footer-copyright-flex {
    display: flex;
    justify-content: space-between;
    background-color: var(--secondaryColor);
    border-radius: 40px;
    padding: 12px 80px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.copyright-left p{
    max-width:unset;
}

.copyright-right ul {
    display: flex;
    gap: 10px;
}

.breadcrumbs-main {
    position: relative;
    background: #e7bef3;
    height: 200px;
}

.breadcrumbs-bg {
    height: 200px;
}

.breadcrumbs-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.breadcrumbs-info .container-main {
    height: 100%;
}

.breadcrumbs-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.breadcrumbs-content h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: -0.8px;
}

.breadcrumbs-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--titleColor);
    max-width: 800px;
    margin-top: 10px;
}

.breadcrumb-item a {
    color: var(--secondaryColor);
}

.products-w-flex {
    display: flex;
    flex-wrap: wrap;
}

.products-w-left {
    width: 25%;
    padding-right: 30px;
}

.p-sticky {
    position: sticky;
    top: 30px;
}

.list-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 16px 0px;
}

.products-w-left .list-title h4 {
    font-family: "Sen", sans-serif;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.06em;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--titleColor);
}

.list-title button,
.filter-btn button,
.close-btn {
    background-color: unset;
    border: unset;
    width: 25px;
    height: 25px;
}

.close-sidebar {
    float: right;
    display: none;
}

.filter-btn {
    display: none;
}

.toggle-btn img {
    transition: transform 0.3s ease;
}

.list-title.rotated .toggle-btn img {
    transform: rotate(180deg);
}

.products-w-left .product-list-box {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.products-w-left .product-list-box:last-child {
    border-bottom: unset;
}

.products-w-left .list-body {
    padding-bottom: 20px;
}

.products-w-left .list-body ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #68585F;
    display: flex;
    gap: 6px;
    margin-bottom: 10px;
    cursor: pointer;
}

.products-w-left .list-body ul li label {
    cursor: pointer;
}

.products-w-left .list-body ul li input {
    width: 18px;
    height: 18px;
    border: 1px solid var(--secondaryColor);
    margin-top: 3px;
    accent-color: var(--secondaryColor);
}

.products-w-left .list-body button {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #68585F;
    background-color: unset;
    border: unset;
    text-decoration: underline;
    margin-top: 10px;
}

/* .price-filter {
    width: 300px;
} */

.price-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.input-wrapper {
    display: flex;
    align-items: center;
    border: 2px solid #ddd;
    padding: 6px 12px;
    border-radius: 999px;
    background-color: #fff;
    min-width: 80px;
    justify-content: center;
}

.input-wrapper span {
    margin-right: 4px;
    color: #888;
}

.price-input {
    border: none;
    outline: none;
    width: 40px;
    text-align: center;
    font-size: 14px;
    background-color: transparent;
}

.dash {
    margin: 0 10px;
    color: #444;
}

.slider-wrapper {
    position: relative;
    height: 24px;
}

.range-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    pointer-events: none;
    /* make them overlap */
}

.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #000;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    z-index: 2;
}

.range-slider::-moz-range-thumb {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #000;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.products-w-right {
    width: 75%;
}

.gf-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 40px;
}

.gf-summary p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--titleColor);
}

.sort-by {
    position: relative;
}

.sort-by::before {
    position: absolute;
    content: "";
    background-image: url(../images/down.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.sort-by select {
    display: flex;
    align-items: center;
    border: 2px solid #ddd;
    padding: 6px 45px 6px 20px;
    border-radius: 999px;
    background-color: #fff;
    justify-content: center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
}

.products-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.products-grid .product-card {
    width: 33.33%;
    padding: 15px;
}

.products-grid .product-card.style-seven .product-img-wrap .product-img {
    width: unset;
}

.products-grid .product-card.style-seven .product-img-wrap {
    display: unset;
}

.prod-pagination {
    margin-top: 70px;
}

.prod-pagination .page-item.active .page-link,
.prod-pagination .page-link:hover {
    color: var(--colorWhite);
    opacity: 1;
    background-color: var(--primaryColor);
    border-color: transparent;
}

.prod-pagination .page-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #f2f0f5;
    color: var(--titleColor);
    border: none;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prod-pagination .page-item:first-child .page-link,
.prod-pagination .page-item:last-child .page-link {
    border-radius: unset;
}

.products-grid .product-card ul.ratings.list-style {
    margin-top: 0;
}

.product-detail-flex {
    display: flex;
    flex-wrap: wrap;
}

.product-detail-left,
.product-detail-right {
    width: 50%;
}

.product-detail-left {
    overflow: hidden;
}

.product-detail-left .item {
    border: 1px solid #e6e6e6;
    border-radius: 16px;
}

#sync1 .item {
    height: 500px;
    overflow: hidden;
}

#sync2 {
    margin-top: 20px;
}

.lg-toolbar .lg-icon {
    background-color: unset;
    color: #fff;
}

.product-detail-left img {
    border-radius: 16px;
}

.product-detail-right {
    padding-left: 60px;
}

.product-detail-right .product-price {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--secondaryColor);
    margin-top: 20px;
}

.w-btn-flex {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.w-btn {
    border: 2px solid var(--secondaryColor);
    border-radius: 6px;
    background-color: var(--secondaryColor);
}

.w-btn input,
.w-btn a {
    font-size: 18px;
    width: 45px;
    height: 45px;
    background-color: transparent;
    color: var(--colorWhite);
    font-weight: 600;
    text-align: center;
    border: unset;
}

.w-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0px 20px;
    border-radius: 6px;
}

.w-btn i {
    margin-right: 7px;
}

.w-btn a:hover {
    background-color: var(--colorWhite);
    color: var(--secondaryColor);
}

.quantity-g {
    margin-top: 20px;
}

.quantity-g select {
    font-size: 18px;
    width: 50%;
    height: 60px;
    /* background-color: #f2f0f5;
    color: #988D92; */
    padding: 10px 20px;
    border: none;
    outline: none;
}

.product-detail-main {
    background-color: #ffedf0;
}

.product-description-main {
    padding-bottom: 100px;
    background-color: #ffedf0;
}

.product-description {
    padding-top: 100px;
    /* border-top: 1px solid var(--secondaryColor); */
}

.product-description-flex {
    display: flex;
    flex-wrap: wrap;
}

.product-description-left {
    width: 70%;
    padding-right: 40px;
}

.description-box-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.description-box {
    width: 100%;
    margin-bottom: 45px;
}

.description-box.half {
    width: 50%;
}

.product-description-left ul li {
    position: relative;
    padding-left: 30px;
}

.product-description-left ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chocolate-block.webp);
    background-repeat: space;
    background-size: cover;
    width: 25px;
    height: 25px;
}

.product-description-right {
    width: 30%;
}

.product-description .nav {
    gap: 10px;
    margin-bottom: 50px;
}

.product-description .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-color: var(--colorWhite);
    color: var(--whiteColor);
    background-color: #9575CD;
    box-shadow: 0 4px 4px #E4DFEC;
    color: var(--colorWhite);
}

.product-description .nav-link {
    font-size: 16px;
    line-height: 26px;
    color: #817F85;
    border: 2px solid #9575CD;
    border-radius: 50px;
    padding: 13px 16px 11px;
    text-transform: uppercase;
}

.description-box h2,
.nutritional h2 {
    color: var(--secondaryColor);
    margin-bottom: 20px;
}

.description-box.icons h2 {
    text-align: center;
}

.description-box.icons {
    margin-bottom: 0;
}

.description-box-inner {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}

.description-box-inner ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.description-box-inner ul li {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #614F85;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
}

.description-box-inner ul li::before {
    content: unset;
}

.description-box ul li img {
    width: 60px;
    height: 60px;
}

.description-box p,
.description-box ul li {
    color: var(--titleColor);
}

.nutritional {
    max-width: 700px;
    margin: 0 auto;
    position: sticky;
    top: 20px;
}

.nutritional h2 {
    margin-bottom: 0;
    padding: 10px 20px;
    border: 1px solid var(--titleColor);
    border-bottom: 0;
    text-align: center;
    background: #ffedf0;
    color: var(--secondaryColor);
}

.nutrition-table,
.nutrition-table tbody {
    width: 100%;
    background: #ffedf0;
}

.nutrition-table th,
.nutrition-table td {
    border: 1px solid var(--titleColor);
    padding: 20px 15px;
    text-align: left;
    color: var(--titleColor);
}

/* .nutrition-table th {
    background-color: #9575CD;
    color: var(--colorWhite);
} */

.related-products-main {
    /* background-color: #ffdbe2; */
    position: relative;
}

.related-products-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chocolate-pieces-icon-design-isolated-260nw-2384461077-Photoroom.webp);
    background-repeat: space;
    background-size: 100px auto;
    background-position: center;
    opacity: 0.1;
    z-index: 0;
}

.related-products-main .popular-item-slider {
    padding-left: 0;
    margin-top: 50px;
}

.related-products-main .container-main {
    max-width: unset;
    padding: 0px 100px;
}

.related-products {
    position: relative;
    z-index: 1;
}

.product-card.style-seven .product-img-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.related-products .product-img-wrap {
    display: block !important;
    width: 100%;
    align-items: unset !important;
}

.related-products .product-img {
    width: 100% !important;
}

.similar-prod-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 25px;
}

.similar-prod-header h5 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--titleColor);
}

.w-btn-flex {
    display: flex;
    align-items: center;
    gap: 5px;
}

.w-btn-flex button {
    background-color: unset;
    border: unset;
    width: 20px;
    height: 20px;
}

.w-btn-flex button.prev-btn {
    transform: rotate(90deg);
}

.w-btn-flex button.next-btn {
    transform: rotate(-90deg);
}

.similar-prod-box {
    display: flex;
    align-items: center;
    background-color: var(--secondaryColor);
    border-radius: 16px;
    padding: 15px;
    margin-top: 20px;
}

.img-box {
    width: 25%;
}

.img-box img {
    border-radius: 16px;
}

.box-content {
    width: 75%;
    padding-left: 30px;
}

.box-content h3 {
    font-family: "Sen", sans-serif;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.06em;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--colorWhite);
}

.box-content h3 a {
    color: var(--colorWhite);
}

.box-content .product-price span {
    font-size: 20px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--colorWhite);
}

.box-content .product-price {
    margin-top: 8px;
}

.add-btn {
    background-color: var(--primaryColor);
    padding: 10px 30px;
    margin-top: 20px;
}

.add-btn:hover {
    background-color: var(--colorWhite);
    color: var(--secondaryColor);
}

body.inner .footer-flex {
    padding-top: 0;
}

/* faq 2 css  */

.faq-flex {
    display: flex;
    flex-wrap: wrap;
}

.faq-left {
    width: 40%;
    height: 775px;
    position: sticky;
    top: 50px;
}

.faq-right {
    width: 60%;
    padding-left: 50px;
}

.faq-left img {
    border-radius: 20px;
}

.faq-main .container-main {
    max-width: unset;
    padding: 0px 100px;
}

.faq .accordion-button {
    font-family: "Sen", sans-serif;
    font-size: 28px;
    line-height: 32px;
    padding: 33px;
    font-weight: 600;
    color: var(--colorWhite);
    background-color: var(--primaryColor);
    margin-bottom: 0;
    overflow: hidden;
    box-shadow: unset;
}

.faq .accordion-item .accordion-body p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    color: var(--colorWhite);
}

.faq .accordion-item {
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin: 0 0 20px;
    border: unset;
}

.faq .accordion-item:last-child {
    margin-bottom: 0;
}

.faq .accordion-item:nth-of-type(4n+1) .accordion-button {
    background-color: #FDAEC9;
}

.faq .accordion-item:nth-of-type(4n+2) .accordion-button {
    background-color: #A9D8D8;
}

.faq .accordion-item:nth-of-type(4n+3) .accordion-button {
    background-color: #F7D685;
}

.faq .accordion-item:nth-of-type(4n+4) .accordion-button {
    background-color: #C7B4E3;
}

.faq .accordion-item .accordion-body {
    background-color: var(--primaryColor);
    padding: 33px;
    padding-top: 0;
    overflow: hidden;
}

.faq .accordion-item:nth-of-type(4n+1) .accordion-body {
    background-color: #FDAEC9;
}

.faq .accordion-item:nth-of-type(4n+2) .accordion-body {
    background-color: #A9D8D8;
}

.faq .accordion-item:nth-of-type(4n+3) .accordion-body {
    background-color: #F7D685;
}

.faq .accordion-item:nth-of-type(4n+4) .accordion-body {
    background-color: #C7B4E3;
}

.faq .accordion-header {
    margin-bottom: 0 !important;
}

.faq .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}

.faq .accordion-collapse.collapse.show .accordion-body {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.faq .accordion-button::after {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    background-size: 34px;
    padding: 5px;
    fill: currentColor;
    filter: invert(1);
    transform: unset !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50,1C22.9,1,1,22.9,1,50s21.9,49,49,49s49-21.9,49-49S77.1,1,50,1z M70,53.7H29.7V46H70V53.7z'/%3E%3C/svg%3E");
}

.faq .accordion-button.collapsed::after {
    transform: unset !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50,1C22.9,1,1,22.9,1,50s21.9,49,49,49s49-21.9,49-49S77.1,1,50,1z M70,53.7H53.7V70H46V53.7H29.7V46H46V29.7h7.7V46H70V53.7z'/%3E%3C/svg%3E");
}

.home-about-main.contact {
    background-color: unset;
}

.home-about-main.contact::before {
    background-image: url(../images/wdt-home-1-filler-section-cake-pieces.webp);
    opacity: 1;
}

.home-about-flex.contact .home-about-left::before {
    position: absolute;
    content: "";
    background-image: url(../images/contact-shape-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 300px;
    height: 190px;
    bottom: -85px;
    left: 0;
    z-index: 30;
}

.home-about-flex.contact h2 {
    max-width: 500px;
}

.circle-text {
    width: 280px;
    height: 280px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.circle-text svg {
    width: 280px;
    height: 280px;
    position: absolute;
    top: 0;
    left: 0;
    animation: rotation 20s infinite linear;
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

.circle-wrap {
    width: 202px;
    height: 202px;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    background-image: url(../images/circle-shape-choco.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 50%;
    z-index: 10;
}

.form-inner {
    padding: 30px;
    border-radius: 16px;
    background-color: var(--primaryColor);
}

.form-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -7px;
}

.form-field {
    width: 50%;
    padding: 7px;
}

.form-field.full {
    width: 100%;
}

.form-field input,
.form-field textarea {
    width: 100%;
    height: 60px;
    background-color: #fff;
    color: var(--titleColor);
    font-size: 14px;
    padding: 15px 25px;
    border: none;
    border-radius: 0;
    outline: none;
}

.form-field textarea {
    height: 160px;
}

.submit-btn {
    margin-top: 20px;
}

.submit-btn input {
    border: unset;
}

.submit-btn input:hover {
    background-color: var(--colorWhite);
    color: var(--secondaryColor);
}

.contact-details-main {
    background-color: #F5F5F5;
}

.contact-details-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    justify-content: center;
}

.contact-box {
    width: 33.33%;
    padding: 15px;
}

.content-box h4 {
    font-family: "Sen", sans-serif;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.06em;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--titleColor);
    margin-bottom: 20px;
}

.contact-box-inner {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 30px;
    height: 100%;
    border-radius: 16px;
    background-color: #E2EBF4;
    transition: .3s;
}

.contact-box-inner:hover {
    background-color: var(--primaryColor);
}

.contact-icon-box {
    max-width: 60px;
}

.contact-icon-box img {
    object-fit: contain;
}

.content-box p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--titleColor);
}

.content-box p a {
    color: var(--titleColor);
}



/* wishlist page */

.hulk__wishlist-wrap {
    padding-top: 50px;
}

.hulk__wishlist-wrap .fancy_title h3, .hulk__wishlist-wrap .fancy_title p {
    margin-bottom: 6px !important;
    color: black !important;
    font-weight: 600 !important;
    font-size: 24px !important;
}

.wishlist-status button {
    background-color: var(--secondaryColor) !important;
    border: none !important;
    color: var(--colorWhite) !important;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.wishlist-status button:hover {
    background-color: #ffffff !important; 
    color: var(--secondaryColor) !important;
    border: 1px solid var(--secondaryColor) !important;
     font-weight: 600 !important;
}


p.hulk-price{
    color: var(--secondaryColor) !important;
}


/* cart page */
.title-wrapper-with-link .title {
  font-weight: 600 !important;
}

.title-wrapper-with-link a {
  font-weight: 600 !important;
}

.cart-item__details .product-option:first-of-type {
  color: var(--secondaryColor) !important;
  font-weight: 400 !important;
}

.cart-item__details .product-option:not(:first-of-type) {
  color: #000 !important;
  font-weight: 400 !important;
}

.cart__footer {
  font-weight: 500 !important;
  font-size: 25px !important;
}

.cart__checkout-button {
  background-color: var(--secondaryColor) !important;
  color: white !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  border: none !important;
  box-sizing: border-box !important;  /* ensures border sizing works */
}

.cart__checkout-button:hover {
  background-color: white !important;
  color: var(--secondaryColor) !important;
  border: 1px solid pink !important; /* pink border on hover */
}
.totals__total,
.totals__total-value {
  font-size: 18px !important;
  font-weight: 500 !important;
  
}
.totals__total-value {
color: var(--secondaryColor) !important;
}


.tax-note {
  font-size: 18px !important;
  font-weight: 500 !important;
}


.cart-item__name {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.addtoWishlist {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.cart-item__details .product-option {
  font-size: 18px !important;
  font-weight: 400 !important;
}

.cart-item__price-wrapper .price {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: var(--secondaryColor) !important;
}

.cart-item__quantity-wrapper {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.cart__empty-text,
.cart__warnings .button {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.cart-items thead th {
  font-size: 15px !important;
  font-weight: 300 !important;
  color: var(--secondaryColor) !important;
}

.cart__warnings .button {
  background-color: var(--secondaryColor) !important;
  color: white !important;
  font-weight: 600 !important;
  font-size: 20px !important;
}

.cart__warnings .button:hover {
  background-color: white !important;
  color: var(--secondaryColor) !important;
}
.cart__warnings {
    margin-top: 50px !important;
    margin-bottom: 70px !important;
}

.cart__ctas .cart__checkout-button:hover::after {
  box-shadow: 
    0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)), 
    0 0 0 var(--buttons-border-width) var(--secondaryColor) !important; 
}

.cart__ctas .cart__checkout-button:after {
  box-shadow: none !important; 
}




/* login page */
.customer.login.section-template--25051386642768__main-padding {
    border: 1px solid  var(--secondaryColor);
    background-color: var(--primaryColor);
    margin-bottom: 50px !important;
    margin-top: 50px !important;
    border-radius: 16px !important;
}

.underlined-link, .customer a {
    color: var(--secondaryColor) !important;
}

h1#login {
    color: var(--secondaryColor) !important;
}

#customer_login button {
  background-color: var(--secondaryColor) !important;
    color: white !important;
    font-weight: 400 !important;
    font-size: 19px !important;
    border: none;
    padding: 12px 24px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
     border-radius: 16px !important;
}

#customer_login button:hover {
  background-color: white !important;
  color: var(--secondaryColor) !important;
   border-radius: 16px !important;
}

.customer button:after{
content:unset !important;
}

/* register page */
.customer.register.section-template--25051386708304__main-padding {
    border: 1px solid var(--secondaryColor);
    background-color: var(--primaryColor);
    margin-bottom: 50px !important;
    margin-top: 50px !important;
    border-radius: 16px !important;
}
.customer.register h1{
     color: var(--secondaryColor) !important;
}
.customer.register button {
  background-color: var(--secondaryColor) !important;
    color: white !important;
    font-weight: 400 !important;
    font-size: 19px !important;
    border: none;
    padding: 12px 24px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
     border-radius: 16px !important;
}
.customer.register button:hover {
  background-color: white !important;
  color: var(--secondaryColor) !important;
   border-radius: 16px !important;
}

span.jdgm-star.jdgm--on {
    color: rgb(255, 214, 0) !important;
}
.product-card.style-seven .product-img-wrap .product-img .add-to-cart-btn{
line-height: 35px !important;
padding: 0 !important;
}
 
.description-box.icons ul li {
    margin-bottom: 0 !important;
}
#cart-errors {
  display: none;
}

/* --------- product page css 16-10 --------- */

.cart__footer  .cart__dynamic-checkout-buttons{
display:none;
}

.facets-vertical.page-width {
    max-width: 1410px;
    padding: 0 40px;
}

.product-grid-container .collection .grid.product-grid{
    gap: 0;
    margin: -12px;
}

.product-grid-container .collection .grid.product-grid .grid__item{
    padding:12px;
} 

.product-grid-container .collection a.spf-product-card__image-wrapper {
    padding-top: 100%;
    padding: 0 !important;
    background-color: #c9e6ea;
}

.product-grid-container .collection .card-wrapper.product-card-wrapper .card{
    border:unset !important;
}

.product-grid-container .collection .spf-product-card__image-wrapper,
.globo-related-products .spf-product-card__image-wrapper{
    height: 480px;
    overflow: hidden;
    border-radius: 15px !important;
}

.product-grid-container .collection .spf-product-card__image-wrapper img,
.globo-related-products .spf-product-card__image-wrapper img{
    border-radius: 15px;
    border: 1px solid #eee;
    object-fit: cover !important;
    height: 480px !important;
}

.product-grid-container .collection .spf-product-card__title,
.product-grid-container .collection .spf-product-card__title a{
    font-family: "Sen", sans-serif;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin: 9px 0 10px;
    text-transform: uppercase;
    color: var(--titleColor);
}

.product-grid-container .collection .spf-product-card__price{
    font-size: 20px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--secondaryColor);
}

.product-grid-container .collection .spf-product-card__vendor{
    display:none;
}

.product-grid-container .collection .spf-product__form-btn-addtocart,
.globo-related-products .spf-product-card__template-1 .spf-product__form .spf-product__form-btn-addtocart{
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center !important;
    width: 55px !important;
    height: 55px !important;
    border-radius: 50% !important;
    background-color: var(--colorWhite) !important;
    transition: 0.7s;
    font-size: 0;
    border: unset !important;
    opacity: 1 !important;
    display:block !important;
    transform: unset !important;
    right: 15px !important;
    position: absolute !important;
    bottom: 30px;
}

.product-grid-container .collection .spf-product__form-btn-addtocart:hover,
.globo-related-products .spf-product-card__template-1 .spf-product__form .spf-product__form-btn-addtocart:hover{
    background-color: #614F85 !important;
    border: unset !important;
}

.product-grid-container .collection #gf-products .spf-product-card.spf-product-card__template-4 .spf-product__form a.open-quick-view, .spf-product-card.spf-product-card__template-4 button.spf-product__form-btn-addtocart{
     transform: unset !important;
}

.spf-product-card.spf-product-card__template-4:hover .spf-product__form, .spf-product-card.spf-product-card__template-4:hover a.open-quick-view, .spf-product-card.spf-product-card__template-4:hover button.spf-product__form-btn-addtocart {
    transform: unset !important;
}

.product-grid-container .collection .spf-product__form-btn-addtocart svg path {
    fill: #000;
}

.product-grid-container .collection .spf-product__form-btn-addtocart:hover svg path{
    fill: #fff !important;
}

.product-grid-container .collection .open-quick-view{
    display:none !important;
}

.gf-block-title .gf-theme-version-15.spf-has-filter #gf-tree .gf-block-title .h3, .gf-theme-version-15.spf-has-filter #gf-tree .gf-block-title h3,
.gf-block-title .h3 span{
font-family: "Sen", sans-serif !important;
    font-size: 18px !important;
    line-height: 22px !important;
    letter-spacing: 0.06em !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: var(--titleColor) !important;
}

.product-grid-container .collection .spf-product__form-btn-addtocart svg {
    display: none;
}

.product-grid-container .collection .spf-product__form-btn-addtocart{
  position:relative;
}

.product-grid-container .collection .spf-product__form-btn-addtocart::before,
.globo-related-products .spf-product-card__template-1 .spf-product__form .spf-product__form-btn-addtocart::before{
     content: "\f07a";
    position: absolute;
    font-family: "Font Awesome 6 Free" !important;
    font-style: normal;
    font-weight: 900 !important;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-30%);
    width: 100%;
    height: 100%;
    color: var(--secondaryColor);
    font-size: 22px;
    text-align: center;
}

.product-grid-container .collection .spf-product__form-btn-addtocart:hover::before,
.globo-related-products .spf-product-card__template-1 .spf-product__form .spf-product__form-btn-addtocart:hover::before{
    color:#fff;
}

.product-grid-container .collection .gf-option-box li .gf-label, .product-grid-container .collection .gf-option-box li .gf-count{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #68585F;
    cursor: pointer;
}

.product-grid-container .collection span.gf-Checkbox {
    accent-color: var(--secondaryColor);
    border-radius:2px;
}

.gf-theme-version-15.spf-has-filter #gf-tree .gf-block-title .h3:hover span, .gf-theme-version-15.spf-has-filter #gf-tree .gf-block-title h3:hover span, .gf-theme-version-15.spf-has-filter .gf-option-block ul>li button:hover>.gf-label{
    text-decoration:unset !important;
}

.product-grid-container .collection .gf-theme-version-15.spf-has-filter .gf-range-inputs input[type=text]{
    border: 2px solid #ddd !important;
    border-radius: 999px !important;
}

.product-grid-container .collection .gf-filter-selection{
        border: 2px solid #ddd;
    padding: 6px 45px 6px 20px;
    border-radius: 999px;
}

.product-grid-container .collection .sort-by, .product-grid-container .collection .sort-by label, .product-grid-container .collection .sort-by span {
    border-radius: 999px !important;
}

.product-grid-container .collection ul.globo-selected-items {
    row-gap: 7px;
}

/* ---------- product css end -------  */

.disclosure__list-wrapper{
    top: 100% !important;
    bottom: unset !important;
}
.link.link--text.disclosure__link{
color: var(--titleColor) !important;
}
.localization-form__currency{
opacity: 1 !important;
}

ul.list-unstyled.countries {
    display: block !important;
}


button.disclosure__button.localization-form__select.localization-selector.link.link--text.caption-large {
    margin: 0;
}
.localization-form {
    padding: 0 !important;
    margin: 0 !important;
}
.top-bar {
    padding: 5px 0px;
}


/* Loader style */
/* #loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffa6b6e3;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#loader img{
    max-width: 200px;
    margin: 0 auto;
    object-fit: contain;
} */

/* Loader style */
#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh; /* Ensure full viewport height on mobile */
  background-color: rgba(255, 166, 182, 0.89);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* Hidden state for fade-out */
#loader.hidden {
  opacity: 0;
  visibility: hidden;
}

#loader img {
  max-width: 200px;
  margin: 0 auto;
  object-fit: contain;
}








/* details page related products  */

.globo-related-products{
    padding-top:60px;
    padding-bottom:40px;
}
#shopify-section-template--25051386478928__17607031805b0c9f53{
        position:relative;
}

#shopify-section-template--25051386478928__17607031805b0c9f53::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/chocolate-pieces-icon-design-isolated-260nw-2384461077-Photoroom.webp);
    background-repeat: space;
    background-size: 100px auto;
    background-position: center;
    opacity: 0.1;
    z-index: 0;
}

.related-products__heading {
    text-align: center !important;
    margin-bottom: 50px !important;
    font-size: 50px !important;
    font-weight: 700 !important;
    margin-top:10px;
}


.spf-product-card__title a {
    font-family: "Sen", sans-serif !important;
    font-size: 18px !important;
    line-height: 22px !important;
    letter-spacing: 0.06em !important;
    font-weight: 700 !important;
    margin: 9px 0 10px !important;
    text-transform: uppercase !important;
    color: var(--titleColor) !important;
    display: block !important;
}


.spf-product-card__price {
    font-size: 20px !important;
    line-height: 16px !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
    color: var(--secondaryColor) !important;
    margin-bottom: 10px !important;
}

.globo-related-products .spf-product-card.spf-product-card__template-1 .spf-product__form{
    overflow:visible;
}

.globo-related-products .open-quick-view{
    display:none !important;
}



span.spf-product__label.spf-product__label-soldout {
    display: none !important;
}



.product-card.style-seven .product-img-wrap .product-img-text span{
font-size: 60px ! important;

}
    