::selection {
    background: rgba(249, 184, 184, 0.7);
}

:root {
    --normal-btn-color: rgba(249, 184, 184, 1);
    --normal-btn-highlight: rgba(223, 165, 165, 1);
    --dark-color: #642323;
    --dark-color-highlight: #783737;
    --default-box-shadow: 0 0 20px 8px #d0d0d0;
    --main-font: "Courgette";
}

html {

    overflow-x: hidden;

}

body {
    overflow-x: hidden;
    position: relative;
    width: 100%;
    margin-top: 10px;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url("images/blurry_background.webp");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#nav-container {
    padding: 0px !important;
}

#motto {

    margin-top: 60%;

    font-size: 40px;
    text-align: center;
    font-family: Yellowtail;

    animation-name: example2;
    animation-duration: 2s;
    animation-iteration-count: 2;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;

}

#splash {

    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
    backdrop-filter: blur(5px);
    transition: 0.3s;
    z-index: 1000;

    animation-name: example3;
    animation-duration: 2s;
    animation-iteration-count: 2;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;

}

#splash img {

    width: 100%;
    object-fit: contain;
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count: 2;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

#offcanvas-logo {
    width: 100%;
    object-fit: contain;
}

#ce {

    display: grid;
    justify-content: center;

}

#pret {
    border: none;
    border-radius: 20px;
    margin-left: 25%;
    margin-bottom: 2%;
    background-color: rgba(249, 184, 184, 1);
    color: white;
    transition: 0.3s;

}


#lista2 {
    margin-top: 20px;
    margin-right: 5px;
    line-height: 15px;

}

.text-block {

    margin: auto;
    text-align: center;
    width: 100%;

}

.text-block h3 {
    color: #642323;
    font-family: Courgette;
    font-size: 40px;
}

.text-block p {
    color: #414141;
    font-family: Roboto;
    font-weight: 10;
    font-size: 16px;
}

.space {
    margin-top: 10vh;
}


#offcanvas-logos {

    position: relative;
    bottom: 20px;
    display: none;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 5px;

}

.motto_offcanvas_div {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.motto_offcanvas {
    text-align: center;
}

#offcanvas-logos a {
    color: white;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 20px;
    padding: 8px;
    font-family: Courgette;
}

#offcanvas-logos i:hover {

    color: white;
    background-color: rgba(249, 144, 144, 1);
    transition: 0.3s;

}

input:focus-visible {
    border: none;
    outline: none !important;
    box-shadow: none;
}

#searchbar input:focus, #searchbar input:active, #searchbar-phone input:focus, #searchbar-phone input:active, #emailInput:focus, #emailInput:active {

    border: none;
    outline: none !important;
    box-shadow: none;

}

#searchbar-phone a {
    border-radius: 20px;
    padding: 7.5px;
    color: white;
    border: none;
    background-color: rgba(249, 184, 184, 1);
    box-shadow: 0 0 50px 8px rgba(71, 71, 71, 0.3);
    transition: 0.3s;
}

.card-block p {
    padding-left: 5px;
    padding-right: 5px;
}

.topnav:hover {
    background-color: rgba(51, 51, 51, 1);
    /*background-color: rgba(255, 175, 175, 1);*/
    backdrop-filter: blur(0px);
}

.main-image {

    width: 100%;
    border-radius: 24px;
    margin-bottom: 5vh;
    object-fit: cover;

}


.social-bar {


    color: white;
    /*background-color: rgba(51, 51, 51, 0.3);*/
    background-color: rgba(255, 175, 175, 0.3);
    backdrop-filter: blur(5px);
    border-radius: 15px;
    position: fixed;
    bottom: 11%;
    left: 85%;

    width: 200px;
    overflow: hidden;
    display: none;
    justify-content: center;
    transform: rotate(90deg);

    z-index: 10;

    transition: 0.3s;


}


.social-bar:hover {
    /*background-color: rgba(51, 51, 51, 1);*/
    background-color: rgba(255, 175, 175, 1);
    backdrop-filter: blur(0px);
}

.social-bar a {

    color: white;
    display: inline-flex;
    text-align: center;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 17px;


}

.social-bar a i {
    color: white;
    transition: 0.3s;
    transform: rotate(270deg);
}

/* Change the color of links on hover */
.topnav a:hover {
    color: rgba(223, 165, 165, 1);
}

.social-bar a i:hover {

    color: rgba(223, 165, 165, 1);
    cursor: pointer;

}

.content {
    padding: 16px;
}


.header {
    text-align: center;
}

#carte {

    border-radius: 20px;
    transition: 0.3s;

}

.cardz {

    margin-top: 20px;
    margin-bottom: 40px;
    overflow: hidden;

}

.nav-item a:hover {

    color: rgba(249, 160, 160, 1);
    background-color: rgba(249, 225, 225, 1);
    transition: 0.3s;
}

.nav-item.nav-btn a:hover {
    transform: translateY(-5px);
    transition: 0.3s;
}

.nav-item.nav-btn a {
    transition: 0.3s;
}


.offcanvas {

    background-image: linear-gradient(#fffcfc, #ffe8e8, #ffd9d9, #fac5c5);

}

.offcanvas-buttons {

    margin-top: 10px;

}

.offcanvas-buttons > .nav-item {

    margin-top: 5px;

}

.collapse {

    align-items: baseline !important;

}

#navbar {
    padding: 1rem;
}


.navbar-toggler {
    border-style: none !important;
    color: rgba(249, 160, 160, 1) !important;

}

.navbar-toggler-icon {
    margin-top: 7px;
}

.navbar-toggler {

    background-color: white !important;
    border-radius: 20px !important;

}

.navbar-toggler:focus, .navbar-toggler:active, .offcanvas-close:focus, .offcanvas-close:active {
    outline: none !important;
    box-shadow: none !important;
}


.nav-link.active:hover {
    /*background-color: rgba(249, 164, 164, 1);*/
    background-position: right center; /* change the direction of the change here */

    color: white;
    transition: 0.3s;
}

.nav-item.nav-btn a {
    background-color: white;
}

.nav-item a {
    /*color: rgba(239, 164, 164, 1);*/
    color: #ee9ca7;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;

}

.offcanvas-shuffle {

    margin-left: 5px;

}

#searchbar i {
    /*color: #642323;*/
    color: #F0BAC1;
    padding-right: 5px;
    font-size: 18px;
}

.search-input {

    font-family: Courgette;
    color: #642323;
    border-radius: 20px;
    border: none;
    padding: 10px;

}

/*<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSf_MtbkokY8zZNEJGlF7g5iCGcClnl6zjgDWWIKBhuQAMPbCg/viewform?embedded=true" width="640" height="2338" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>*/

.offcanvas-link.active {

    background-image: linear-gradient(to right, #ee9ca7 0%, rgba(240, 189, 195, 0) 45%, rgba(238, 156, 167, 0) 100%);
    background-size: 200% auto;

}

.offcanvas-link {
    font-size: 18px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    margin-left: 1vw;
}

.nav-link.active {
    /*background-color: rgba(249, 184, 184, 1);*/
    background-image: linear-gradient(to right, #ee9ca7 0%, #f0bdc3 51%, #ee9ca7 100%);
    background-size: 200% auto;

    transition: 0.3s;
    color: white;
}

.nav-link {

    font-family: Courgette;
    font-size: 18px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    margin-left: 1vw;
}

#text-image {
    border-radius: 20px;
    width: 300px;
    height: 250px;
    overflow: hidden;
}

#text-image img {
    width: 100%;
}

.icon i {
    font-size: 56px;
    margin-top: 20px;
    margin-bottom: 10px

}

.icons {
    text-align: center;
    color: #642323;
    font-family: "Courgette";
}

.icons h6 {
    font-family: "Courgette";
}

.summer-banner {
    width: 100%;
    height: 250px;
    background: black;
    border-radius: 20px;
    background: url("images/gelato.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 10px 30px rgba(110, 41, 46, 0.2);

    transition: 0.3s;

}

.summer-banner:hover {
    transform: scale(0.99);
}

.margin-bot {
    margin-bottom: 10vh !important;
}

.reviews {
    padding: 2vh;
    height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(152, 82, 89, 0.45) 51%, rgba(104, 69, 73, 0.43) 100%), url("images/blob-scene-haikei.svg") fixed;
    background-size: cover;

    position: relative;
    z-index: 10;

}

.reviews::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 310px;

    background: linear-gradient(to right, rgb(252, 234, 240) 0%, #FAF1F8 50%, #f4e9f5 100%); /* Your gradient colors */

    background-attachment: fixed;
    mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%201440%20320%27%3E%3Cpath%20fill%3D%27white%27%20d%3D%27M0%2C32L48%2C42.7C96%2C53%2C192%2C75%2C288%2C80C384%2C85%2C480%2C75%2C576%2C85.3C672%2C96%2C768%2C128%2C864%2C149.3C960%2C171%2C1056%2C181%2C1152%2C165.3C1248%2C149%2C1344%2C107%2C1392%2C85.3L1440%2C64L1440%2C320L0%2C320Z%27/%3E%3C/svg%3E");

    mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%201440%20320%27%3E%3Cpath%20fill%3D%27white%27%20d%3D%27M0%2C32L48%2C42.7C96%2C53%2C192%2C75%2C288%2C80C384%2C85%2C480%2C75%2C576%2C85.3C672%2C96%2C768%2C128%2C864%2C149.3C960%2C171%2C1056%2C181%2C1152%2C165.3C1248%2C149%2C1344%2C107%2C1392%2C85.3L1440%2C64L1440%2C320L0%2C320Z%27/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    pointer-events: none;
}


#babyCategory {
    margin-top: 2vh;
}

#babyCategoryBlur
{
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 10%, rgba(255, 160, 238, 0.2) 60%, rgba(255, 193, 247, 0.4) 100%);
}

#vegan-cont-blur
{
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 10%, rgba(255, 160, 238, 0.2) 60%, rgba(255, 193, 247, 0.4) 100%);
}

.natural img {
    border-radius: 100%;
    width: 100%;
}

.natural {
    object-fit: contain;
    align-content: center;
    align-items: center;
}


.card.cardz {
    background-color: rgba(255, 255, 255, 1) !important;
    border-color: rgba(249, 220, 220, 1) !important;
}

.card-title {
    margin-top: 10px;
    margin-bottom: 6px !important;
}


.card-img-top {
    width: 100%;
    /*height: 20vh;*/
    object-fit: cover;
}

.img-over {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}

.img-over:hover {
    opacity: 1;
}

#product-info h3 {
    padding-top: 15px;
    color: #642323;
    font-family: "Courgette";
}

#zoom-buttons-div {
    display: flex;
    gap: 5px;
}


#caption-button {
    font-family: Courgette;
}

#product-info p {
    padding-bottom: 5px;
    font-family: "Roboto";
    color: #8E8E8E;
}


#info_box {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 20px;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

#contents {

    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;

}

#contents button {
    border: none;
    border-radius: 20px;
    background-color: rgba(249, 184, 184, 1);

}

#modal-container {
    align-items: center;
    align-content: center;
    vertical-align: center;
}

#pills-main-container {
    color: white;
    font-family: Courgette;
    padding: 0px 0px 30px 0px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    margin-top: 10px;
}

#pills-title {
    padding: 20px;
    color: #642323;
    text-align: center;
    display: flex;
    align-items: center;
    column-gap: 50px;
}

#pills-title img {
    width: 100px;
    height: 100px;
}

#pills-title h3 {
    font-family: Courgette;
    font-size: 24px;
}

#pill-container {

    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
    row-gap: 5px;
    flex-wrap: wrap;
    padding: 0;
}

.home-pill {
    width: 100px;
    height: 150px;
    border-radius: 10px;
    color: white;
    font-size: 36px;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    background-size: cover;
}

.facebook-pill {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("images/placinta.webp");
}

.torturi-pill {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("images/Portocala-Coacaze3.jpg");
}

.candybar-pill {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("images/candy4.webp");
}

.cozonaci-pill {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("images/cozonac_nutella1.jpg");
}

.instagram-pill {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("images/cheese.jpg");
}

.portofoliu-pill {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("images/evenimente_speciale.jpg");
}

.baby-pill {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("images/torturi_copii.jpg");
}

.vegan-pill {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("images/Tarta-mere.jpg");
}

.contact-pill {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("images/saratele.webp");
}

.home-pill:hover, .home-pill:focus {
    transition: 0.2s;
    color: rgb(255, 219, 219);

}

#candybar-swag {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 10px !important;
    width: 100%;
    padding: 0;
    background: linear-gradient(to right, rgb(255, 176, 208) 0%, #ff76e8 50%, #ffa4f3 100%); /* Your gradient colors */


}

#tour-candybar {
    width: 100%;
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 60px 0px;
    height: 900px
}

#tour-candybar::after {

    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 350px;

    background: linear-gradient(to right, rgb(255, 176, 208) 0%, #ff76e8 50%, #ffa4f3 100%); /* Your gradient colors */

    mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%201440%20320%27%3E%3Cpath%20fill%3D%27white%27%20d%3D%27M0%2C32L48%2C42.7C96%2C53%2C192%2C75%2C288%2C80C384%2C85%2C480%2C75%2C576%2C85.3C672%2C96%2C768%2C128%2C864%2C149.3C960%2C171%2C1056%2C181%2C1152%2C165.3C1248%2C149%2C1344%2C107%2C1392%2C85.3L1440%2C64L1440%2C320L0%2C320Z%27/%3E%3C/svg%3E");

    mask-repeat: no-repeat;
    mask-size: cover;

    -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%201440%20320%27%3E%3Cpath%20fill%3D%27white%27%20d%3D%27M0%2C32L48%2C42.7C96%2C53%2C192%2C75%2C288%2C80C384%2C85%2C480%2C75%2C576%2C85.3C672%2C96%2C768%2C128%2C864%2C149.3C960%2C171%2C1056%2C181%2C1152%2C165.3C1248%2C149%2C1344%2C107%2C1392%2C85.3L1440%2C64L1440%2C320L0%2C320Z%27/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    pointer-events: none;
}

#homePageCarousel {
    overflow: hidden;
    margin-bottom: 2vh;
    transition: 0.3s;

}

.carousel-caption {
    line-height: 3px;
}

.carousel-caption-link {
    color: rgb(253, 134, 134);
    font-family: Courgette;
}

.carousel-caption-link:hover, .carousel-caption-link:focus {
    transition: 0.2s;
    color: rgba(209, 144, 144, 1);
}

.carousel-text {
    font-family: Courgette;
    line-height: 20px;
}

.carousel-caption-text {
    font-family: Courgette;
    color: #783737;
}

.carousel-caption h5 {
    font-size: 30px;
}

.carousel-buttons {
    display: flex;
    justify-content: center;
    column-gap: 50px;
}

.carousel-title {
    font-family: Courgette;
    font-size: 36px;
}

.carousel-caption {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    transition: 0.3s;
}

.carousel-caption:hover {
    transition: 0.3s;
    background: rgba(255, 255, 255, 1);
}

.gradient-overlay {
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.10) 0%, rgba(152, 82, 89, 0.15) 51%, rgba(104, 69, 73, 0.1) 100%), linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background-size: 200% 200%;
    background-position: left top;
    z-index: 1;
    transition: background-position 0.5s ease;
}

.carousel-item:hover .gradient-overlay {
    background-position: right bottom;
}

#homePageCarousel {
    box-shadow: 0 10px 30px rgba(110, 41, 46, 0.2);
    border-radius: 20px;
}


.carouselImage {
    width: 100%;
    height: 700px;
    object-fit: cover;
    /*border-radius: 255px 15px 225px 15px / 15px 225px 15px 255px;*/
    border-radius: 20px;

}


.cakes-background {

    background-image: url('images/lolli.png'),
    url('images/cake1.png'),
    url('images/macarons1.png'),
    url('images/lil.png'),
    url('images/cake2.png');

    background-size: 250px, 300px, 350px, 250px, 250px; /* Adjust sizes as needed */
    background-position: top 50px left 20vw, bottom right 20px, top 150px right calc(50% - 600px),
    top 350px left 125px, bottom 40px left calc(50% - 700px); /* Set positions */
    background-repeat: no-repeat; /* Prevent repeat of the images */
    background-attachment: scroll; /* Optional static effect */
    background-blend-mode: overlay;

}

.cakes-background2 {

    background-image: url('images/lolli.png'),
    url('images/cake1.png'),
    url('images/macarons1.png');

    background-size: 150px, 300px, 200px; /* Adjust sizes as needed */
    background-position: top 0px left 10vw, bottom right 20px, top 175px left calc(50% - 550px); /* Set positions */
    background-repeat: no-repeat; /* Prevent repeat of the images */
    background-attachment: scroll; /* Optional static effect */
    background-blend-mode: overlay;

}

.gelato-pill-r {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)), url("images/cornet3.jpg");
}

.torturi-pill-r {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)), url("images/tort_inghetata_fistic.jpg");
}

.prajituri-pill-r {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)), url("images/Oreo.jpg");
}

.cozonaci-pill-r {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)), url("images/cozonac_nutella1.jpg");
}

.candybar-pill-r {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)), url("images/cand1.jpg");
}


.pill-scroll {
    padding: 0 30px;
}

.pill-reworked-container {

    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
    gap: 10px;
    transition: 0.3s;
    padding: 10px 0;

}

.pill-reworked:hover {
    transition: 0.3s;
    cursor: pointer;
    background-size: 210px;
    color:white;
    box-shadow: 0 5px 5px rgba(110, 41, 46, 0.2);

}

.pill-reworked:hover i {
    transition: 0.3s;
    transform: translate(5px, 0px);
}

.pill-reworked i {
    transition: 0.3s;
}

.pill-reworked p {
    padding-right: 5px;
}

.pill-reworked {

    width: 150px;
    height: 50px;
    border-radius: 25px;

    padding: 10px 20px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;

    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center;

    transition: 0.3s;

}

.pill-reworked-text {
    font-family: Courgette;
    margin-bottom: 0;
}


#christmas-promo {

    border-radius: 255px 15px 225px 15px / 15px 225px 15px 255px;
    padding: 20px;
    margin-bottom: 4vh;
    background-image: linear-gradient(to right, rgba(100, 35, 35, 0.9) 30%, rgba(100, 35, 35, 0.85) 75%, rgba(100, 35, 35, 0.9) 100%), url("images/christmas-colour.webp")


}

.diamond-separator {
    color: #642323;
    margin-bottom: 0;
}

.christmas-promo-title-text {
    color: white;
    text-align: center;
    font-family: Courgette;
}

.christmas-promo-title-text-block {
    text-align: center;
}

#christmasTitleText {
    font-family: ChristmasComeback;
    font-size: 36px;
    text-align: center;
}

.sparkling-title-separator {
    font-size: 36px;
    text-align: center;
    font-family: Courgette;
}

.seasonal-title-separator {
    font-size: 36px;
    text-align: center;
    font-family: ChristmasComeback;
}

#zoom {
    animation-duration: 0.5s;
}

#prajituri-container {
    margin-top: 5vh;
    background-color: rgba(255, 255, 255, 0.7);
    /*border-radius: 255px 15px 225px 15px / 15px 225px 15px 255px;*/
    border-radius: 10px;

    padding: 50px 0;
}

.sparkle-element {
    background: linear-gradient(to right, white 0, #f0bdc3 20%, white 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 5s linear infinite;
}

.sparkle-element-dark {
    background: linear-gradient(to right, #ee9ca7 0, #f0bdc3 20%, #ee9ca7 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 5s linear infinite;
}

.sparkle-element-dark-slow {
    background: linear-gradient(to right, #ee9ca7 0, #f0bdc3 20%, #ee9ca7 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 15s linear infinite;
}

.sparkle-element-darkest {
    background: linear-gradient(to right, #642323 0, #f0bdc3 20%, #642323 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 5s linear infinite;
}

.tour-buttons {
    display: flex;
    justify-content: left;
    column-gap: 5px;
}


@keyframes shine {
    0% {
        background-position: 0;
    }
    50% {
        background-position: 470px;
    }
    100% {
        background-position: 940px;
    }
}

.candybar-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    margin-bottom: 2vh;
}

.small-card-fix {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
}

#zoom-buttons-div {
    align-items: center;
    align-content: center;
    vertical-align: center;
}

.modal-content h2, .modal-content h4 {
    font-family: Courgette;
    color: #642323;
}

.modal-content p {
    font-family: Courgette;
}

.modal-content {
    border-radius: 20px !important;
}

.modal-photo img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 3vh;

}

.img-over {


    background-color: rgba(51, 51, 51, 0.1);
    backdrop-filter: blur(5px);
    text-align: center;
    color: white;
    position: absolute;
    border-radius: 20px 20px 0 0;
    align-items: center;

}


.img-over i {
    font-size: 40px;
    color: white;
    position: relative;
    top: 40%;

}

#carte img {
    border-radius: 20px;
    transition: 0.3s;

}

#carte h4 {
    color: #642323;
    font-family: "Courgette";
    font-weight: 200;
    font-size: 28px;
}

#carte p {
    font-family: "Courgette";
    color: #8E8E8E;
    font-weight: lighter;
    font-size: 15px;
}

.info {

    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    padding: 10px 10px;

}

.secondary-btn {
    padding: 6px;
    /*color: rgba(249, 184, 184, 1);*/
    color: #642323;
    margin-bottom: 5px;
    align-content: center;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 20px;
    /*border-color: rgba(249, 184, 184, 1);*/
    border: 2px solid #642323;

    font-family: Courgette;
    background-color: rgba(249, 184, 184, 0);

}

.secondary-btn:hover {
    transition: 0.3s;
    color: white;
    border-color: rgba(249, 184, 184, 0);
    /*background-color: rgba(249, 184, 184, 1);*/
    background-color: #642323;


}

.dark-btn {
    padding: 8px;
    color: white;
    cursor: pointer;
    margin-bottom: 5px;
    border-radius: 20px;
    align-content: center;
    align-items: center;
    border: none;
    /*background-color: #642323;*/
    transition: 0.3s;
    font-family: Courgette;

    background-image: linear-gradient(to right, #642323 0%, #875151 51%, #642323 100%);
    background-size: 200% auto;


}

.dark-btn:hover {
    transition: 0.3s;
    color: white;
    /*background-color: #783737;*/
    background-position: right center; /* change the direction of the change here */

}

.btn-grad {
    background-image: linear-gradient(to right, #ee9ca7 0%, #ffdde1 51%, #ee9ca7 100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.normal-btn-without-margin, .normal-btn, .normal-btn-square {
    padding: 8px;
    align-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    border-radius: 20px;
    border: none;
    transition: 0.3s;
    font-family: Courgette;
    /*background-color: rgba(249, 184, 184, 1);*/
    background-image: linear-gradient(to right, #ee9ca7 0%, #f0bdc3 51%, #ee9ca7 100%);
    background-size: 200% auto;

}

.normal-btn-square:hover {
    cursor: pointer;
    background-position: right center;
    transition: 0.3s;
    color: white;
}

.normal-btn-square {
    border-radius: 5px !important;
}

.tva-text {
    font-size: 10px;
}

.portfolio-row {
    justify-content: center;
}

.rounded-square-container {
    border: 3px solid #642323;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    display: inline-block;
    padding-top: 30px;
    margin-bottom: 5vh;

    width: 100%;

}

.margin-top {
    margin-top: 5vh;
}

.rounded-square-container-content {

}

.rounded-square-container-title-left {
    position: absolute;
    top: -15px;
    left: 20px;
    background: #642323;
    color: white;
    border-radius: 10px;
    padding: 0 10px;
    font-size: 24px;
    font-family: Courgette;
}

.rounded-square-container-title-right {
    position: absolute;
    top: -15px;
    right: 20px;
    background: #642323;
    color: white;
    border-radius: 10px;
    padding: 0 10px;
    font-weight: bold;
    font-size: 24px;
    font-family: Courgette;
}


.portfolio-button-row {

    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: start;
    padding-bottom: 20px;

}

.portfolio-btn {
    width: 235px;
    height: 40px;
    margin-right: 5px !important;
}

.portfolio-btn-div {
    width: 100%;
    display: flex;
    justify-content: center;
}

.portfolio-btn-new {
    font-family: "Segoe UI" !important;
    width: 100%;
    text-align: center;
    background-color: var(--normal-btn-color);
}

.portfolio-btn-new:hover {
    cursor: pointer;
}

.portfolio-btn-smaller {
    width: 190px;
    height: 40px;
    margin-right: 5px !important;
}

.portfolio-btn-text {

    color: white;
    font-family: Courgette;
    padding-top: 5px;

}

.portfolio-btn-text a {
    color: var(--normal-btn-color) !important;
    font-family: "Segoe UI" !important;
}

.normal-btn, secondary-btn {

    margin-right: 3px;
    margin-bottom: 5px;

}

.normal-btn i, .secondary-btn i, .dark-btn i {
    padding: 3px;
}

.normal-btn:hover, .normal-btn-without-margin:hover {

    color: white;
    /*background-color: rgba(223, 165, 165, 1);*/
    transition: 0.3s;
    background-position: right center; /* change the direction of the change here */

}

.card-button-div {
    display: flex;
    padding-top: 10px;
    gap: 5px;
}

#alert {
    border-radius: 20px;
    text-align: center;
}

#indecis {

    color: #642323;
    border-radius: 20px;
    background-color: rgba(253, 221, 221, 0.3);
    backdrop-filter: blur(5px);
    box-shadow: 0 0 20px 8px #d0d0d0;
    transition: 0.3s;
    font-family: "Courgette";
}

#indecis h2 {
    font-family: "Courgette";
}

#indecis:hover {
    transform: scale(1.05);
    background-color: rgba(253, 221, 221, 0.2);
}


.ccards {

    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 1%;
    display: flex;
    justify-content: center;

}

.mapouter {
    margin-bottom: 10%;
}

@keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0) scaleY(5);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0) scaleY(0.9);
    }

    75% {
        transform: translate3d(0, 10px, 0) scaleY(0.95);
    }

    90% {
        transform: translate3d(0, -5px, 0) scaleY(0.985);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

#randomButton {

    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 5%;
    z-index: 10;

}

#randomButton a {

    color: white;
    padding: 7.5px;
    border-radius: 20px;
    border: none;
    background-color: rgba(249, 184, 184, 1);
    box-shadow: 0 0 50px 8px rgba(71, 71, 71, 0.3);
    transition: 0.3s;
    animation: bounceInUp;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-direction: initial;
    animation-timing-function: ease-in-out;
}

#randomButton a:hover {
    transform: scale(1.05);
    background-color: rgba(223, 165, 165, 1);
}

.searchbar .resultBox {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 180px;
    overflow-y: auto;
    transition: 0.3s;

}

.searchbar.active .resultBox {
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
    margin-bottom: 10px;
}

.resultBox li {
    color: #642323;
    font-family: Courgette;
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
    transition: 0.2s;
}

.searchbar.active .resultBox li {
    display: block;
}

.resultBox li:hover {
    background: white;
    color: #ee9ca7;
    cursor: pointer;
}

.no-products {

    padding: 20px;
    margin: 0 auto;
    text-align: center;

}

.no-products h3 {
    color: #642323;
}

.no-products small, .no-products h4 {
    color: #414141;
}

#prajituri-title, #prajituri-title-phone {
    padding: 10px 20px;
    border-radius: 10px;
    border: 3px solid #642323;
    margin: 20px 0;
}

#prajituri-title-phone {
    display: none;
}

.text-line {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-line {
    height: 3px !important;
    width: 350px;
}

.card-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-text-container {
    padding: 10px 5px;
}

.grid-larger-gap {
    gap: 2rem;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem; /* Space between cards */
    justify-items: center;
    padding: 1rem;
    margin-bottom: 20px;
}

.candybar-card-new {
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    transition: 0.3s;
    position: relative;
}

.product-card {
    /*aspect-ratio: 4 / 5; */
    height: auto;
    max-width: 350px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(249, 220, 220, 1);
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    font-family: Courgette;
    transition: 0.3s;
    position: relative;

}

.product-card img {
    border-radius: 20px 20px 0 0;
    width: 100%;
    object-fit: cover;
}

.product-card h2 {
    font-family: Courgette;
    color: #642323;
    font-size: 1.6rem;
    margin: 0.5rem 0;
}

.product-card p {
    font-size: 0.9rem;
    color: #555;
}

.badge-container {
    position: absolute;
    padding: 10px;
    display: flex;
    gap: 5px;
    z-index: 100;
}

.product-new-badge {
    font-size: 20px !important;
}

.no-prods-box {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.sepparator-container {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 2vh;
    margin-bottom: 2vh;
}

.title-with-line {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 2vh;

    padding: 10px 0px;
    gap: 10px;

}

.title-with-line h3 {
    font-family: Courgette;
    color: #642323;
}

.title-with-line hr {
    width: 100%;
    height: 3px !important;
    color: #642323;
    opacity: 1 !important;
}

.sepparator-container hr {
    width: 350px;
    height: 3px !important;
    color: #642323;
    opacity: 1 !important;
}

.info-card {
    margin: 5vh auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    padding: 32px;
    overflow: hidden;
    border-radius: 20px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);

}

.info-card-lowkey {
    position: relative;
    display: flex;
    margin-bottom: 20px;
    padding: 0 20px;
    overflow: hidden;
    /*background-image: linear-gradient(to right, rgba(255, 255,255, 0) 0.5%, rgba(255, 255,255, 1) 0.6%, rgba(255, 255,255, 1) 30%, rgba(255,255,255,0.65) 35%, rgba(100,35,35,0) 100%);*/
}

.info-card h3, .info-card p {
    font-family: Courgette;
}

.width100 {
    width: 100% !important;
}

.width100-temp {
    width: 100% !important;
}

.small-margins {
    margin: 5vh auto !important;
}

.no-shadow {
    box-shadow: none !important;
}

.info-card h3 {
    color: #642323;

}

.info-card p {

}

.indecis-row {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    vertical-align: center;
    margin-bottom: 5vh;
}

.indecis-image img {
    border-radius: 20px;
    object-fit: cover;
    height: 250px;
    width: 100%;
}

.info-line {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(-45deg, #f68393 0%, #f0bdc3 51%, #f68393 100%);
    z-index: -1;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
}

.info-line-vertical {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(-45deg, #ee9ca7 0%, #f0bdc3 51%, #ee9ca7 100%);
    z-index: -1;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
}

.offcanvas-close {
    color: var(--normal-btn-color) !important;
}

#searchbar-offcanvas i {
    color: var(--normal-btn-color);
    font-size: 20px;
    padding-right: 5px;
}


.new-cookie {

    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    vertical-align: center;
    width: 100% !important;
    padding: 0 !important;
    bottom: 0;
    left: 0;
    z-index: 11;


}

.spinner-border {
    color: var(--normal-btn-color) !important;
}

.cookie-body {
    display: flex;
    position: relative;
    margin: auto;
    border-radius: 20px 20px 0 0;
    height: 60px;
    width: 100%;
    /*background-color: #D696BB;*/
    background-image: linear-gradient(to right, #ee9ca7 0%, #f0bdc3 51%, #ee9ca7 100%);
    background-size: 200% auto;
    text-align: left;
    flex-wrap: nowrap;
    padding: 10px;
    gap: 10px;
}

.cookie-text {

    flex: 2;
    color: white;
    line-height: 20px;

}

.cookie-button {

    align-items: center;
    flex: 1;

}

.cookie-pc-text {
    margin-bottom: 0px !important;
}

.cookie {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    position: fixed;
    width: 390px;
    height: 72px;
    background-color: #fff;
    left: 24px;
    bottom: 9%;
    border-radius: 10px;
    padding: 10px 20px;
    background-color: rgba(253, 221, 221, 0.8);
    backdrop-filter: blur(5px);
    z-index: 11;

}

.cookie .txt {
    float: left;
    width: 65%;
}

.txt p {
    color: #1D2D35;
}

.cookie .accept {
    background-color: rgba(249, 184, 184, 1);
    color: #fff !important;
    border-radius: 32px;
    /* align-self: center; */
    font-size: 19px;
    font-family: Courgette;
}

.cookie .accept:hover {
    background-color: rgba(223, 165, 165, 1);
}

.same-height {
    min-height: 270px;
}

#emailInput {
    border-radius: 20px;
    margin-bottom: 7px;
    border: none;
    padding: 7px;
}

#emailSubmit:hover {
    border-color: #783737;
    background-color: #783737;
    transition: 0.3s;

}

#emailSubmit {
    border-radius: 20px;
    border: none;
    padding: 8px;
    transition: 0.3s;
    color: white;
    background-color: #642323;


}

.toast-body-home {
    display: flex;
    justify-content: center;
}

.toast-home {
    z-index: 1000;
}

.produs {
    position: relative;
    width: 300px;

    height: 390px;
    border-radius: 20px;
    overflow: hidden;
    margin: auto;
    transition: 0.3s ease-in-out;

}

.details h4, .details p {
    font-family: "Courgette";
}

.details h4 {
    color: #642323;
}

.over {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: 0.3s;
}

.produs-image {

    object-fit: cover;
    width: 100%;
    height: 320px;
}

.produs img {

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.details:hover {

    height: 250px;
    transition: ease-in-out 0.3s;

}

.details {
    padding: 15px;
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0px;
    left: 0px;
    background-color: white;
    border-radius: 15px 15px 0 0;
    transition: height ease-in-out 0.3s;
}

#reviews-container {
    display: flex;
    justify-content: center;
    overflow-x: scroll;
    margin-bottom: 30px;
    margin-top: 30px;

}


.review-leave {
    display: flex;
    justify-content: center;
}

.review-leave a {
    background-color: white;
    color: #642323;
    padding: 10px;
    border-radius: 20px;
}

#reviews-container::-webkit-scrollbar {
    display: none;
}

.review-card {
    width: 400px;
    height: 250px;
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    margin: auto 10px;
    position: relative;
    transition: 0.3s;
}

.review-card:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transition: 0.3s;

}

.review-leave a:hover {
    background-color: #642323;
    color: white;
    transition: 0.3s;

}

.review-header {
    align-items: center;
    align-content: center;
    /*margin-bottom: 15px;*/
}

.review-header h3 {
    color: gold;
}

.review-desc {
    max-height: 100px;
}

.review-no-margins {

    margin-bottom: 0px !important;

}

.review-footer small {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.review-footer .review-see {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.review-footer-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.review-desc {
    /*margin-top: 15px;*/
}

.review-see img {
    width: 15px;
    height: 15px;
}

.review-picture {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    object-fit: cover;
}

.review-item {

    padding: 10px;

}

.review-item img {
    width: 50px;

}

.logo-row img {
    object-fit: contain;
    width: 100%;
}

.logo-row {
    margin-bottom: 5vh;

}

.logo-links a {
    color: #414141;
}

.logo-links a:hover {
    color: var(--normal-btn-color);
}

.nav-link:focus {
    color: var(--normal-btn-color) !important;
}

.feedback-img {
    width: 250px;
    height: 250px;

}


#vegan-cont {
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#babyCategory {
    padding: 50px 15px;
}

#reviews-container {
    mask-image: linear-gradient(to right, rgba(252, 234, 240, 0) 0%, rgba(250, 241, 248, 1) 20%, rgba(250, 241, 248, 1) 80%, rgba(244, 233, 245, 0) 100%) !important;
}

#tour-end {
    padding-bottom: 5vh;
}

.design {

    height: 1200px;
    position: relative;
    background: #0b2e13;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(152, 82, 89, 0.45) 51%, rgba(104, 69, 73, 0.43) 100%),
    url("images/evenimente_speciale.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.design::after {

    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 310px;

    background: linear-gradient(to right, rgb(252, 234, 240) 0%, #FAF1F8 50%, #f4e9f5 100%); /* Your gradient colors */

    mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%201440%20320%27%3E%3Cpath%20fill%3D%27white%27%20d%3D%27M0%2C32L48%2C42.7C96%2C53%2C192%2C75%2C288%2C80C384%2C85%2C480%2C75%2C576%2C85.3C672%2C96%2C768%2C128%2C864%2C149.3C960%2C171%2C1056%2C181%2C1152%2C165.3C1248%2C149%2C1344%2C107%2C1392%2C85.3L1440%2C64L1440%2C320L0%2C320Z%27/%3E%3C/svg%3E");

    mask-repeat: no-repeat;
    mask-size: cover;

    -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%201440%20320%27%3E%3Cpath%20fill%3D%27white%27%20d%3D%27M0%2C32L48%2C42.7C96%2C53%2C192%2C75%2C288%2C80C384%2C85%2C480%2C75%2C576%2C85.3C672%2C96%2C768%2C128%2C864%2C149.3C960%2C171%2C1056%2C181%2C1152%2C165.3C1248%2C149%2C1344%2C107%2C1392%2C85.3L1440%2C64L1440%2C320L0%2C320Z%27/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    pointer-events: none;
}


/*
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#0099ff" fill-opacity="1" d="M0,320L48,298.7C96,277,192,235,288,202.7C384,171,480,149,576,154.7C672,160,768,192,864,208C960,224,1056,224,1152,186.7C1248,149,1344,75,1392,37.3L1440,0L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z"></path>
</svg>
*/
.new-card {
    background: white;
    border-radius: 20px;
    padding: 1rem;
    max-width: 350px;
    box-shadow: 0 10px 30px rgba(110, 41, 46, 0.2);
    text-align: center;
    color: #783737;
    transition: 0.3s;
}

.new-image {
    background: #eabbc0;
    height: 160px;
    border-radius: 15px;
    margin-bottom: 1rem;
    background-image: url('images/cand1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.new-content {
    font-family: Courgette;
}

.new-title {
    font-family: Courgette;
    font-size: 1.2rem;
    font-weight: 700;
    color: #783737;
    text-wrap: nowrap;
    margin: 0.2rem 0;
}

.new-author {
    font-size: 0.9rem;
    color: rgba(100, 35, 35, 0.59);
    font-family: Courgette;
    margin-bottom: 0.8rem;
}

.new-stats {
    font-size: 0.85rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 0.8rem;
}

.new-description {
    font-family: Courgette;
    font-size: 0.8rem;
    color: #555;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.new-tags {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.new-tag {
    background: #ffdbdb;
    color: #783737;
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
    border-radius: 12px;
    font-weight: 600;
    font-family: Courgette;
}

.motto-links, .motto-links a {
    color: #ffe8ec;
}

#product-navigation a {
    color: white;
}

.main-card {
    display: flex;
    justify-content: center;
}

.summer-products {
    margin-bottom: 5vh;
}

@media screen and (max-width: 430px) {

    .cookie {

        display: none;
    }

    .new-cookie {
        display: flex;
    }

}

@media (min-width: 992px) {
    #navbarSupportedContent {
        display: flex;
    }
}

@media screen and (max-width: 992px) {

    .indecis-buttons {
        display: grid;
    }

    .main-image-cont img {
        content: url("images/logo.webp");
        object-fit: contain;
        margin-bottom: 0;
    }


    .design {
        height: auto;
    }

    .design::after {
        height: 50px;
    }

    .title-with-line hr {
        display: none;
    }

    #nav-categories-container {
        display: none;
    }

    .reviews {
        padding: 30px 30px;
        min-height: 500px;
        height: auto;
    }

    .reviews::after {
        height: 50px;
    }

    #reviews-container {
        mask-image: none !important;
    }

    #candy_row {
        height: auto;
        overflow: hidden;
    }

    #candy_row::after {
        height: 50px;
    }

    #vegan-cont {
        height: auto;
        padding-top: 5vh;
        background: rgba(0,0,0,0);
    }

    .carouselImage {
        height: auto;
    }

    body {
        overflow: hidden !important;
    }

    .summer-banner {
        margin-top: 5vh;
        height: 60px;
        background-size: contain;
    }

    .review-card {
        width: 225px;
        height: 150px;
    }

    .review-author {
        font-size: 10px;
    }

    .review-picture {
        width: 25px;
        height: 25px;
    }

    .review-desc {
        font-size: 10px;
        line-height: 12px;
    }

    .review-see {
        font-size: 10px;
    }

    .review-see img {
        width: 10px;
        height: 10px;
    }

    .pill-reworked-container {
        justify-content: start;
    }

}

@media screen and (min-width: 990px) {
    .product-card:hover {

        transform: scale(1.05);
        box-shadow: 0 0 20px 8px #d0d0d0;
    }

    .new-card:hover {
        transform: scale(1.03);
        box-shadow: 0 10px 30px rgba(110, 41, 46, 0.3);
    }

}

@media screen and (max-width: 990px) {

    .text-block {
        width: 100%;
    }

    .footer-14398 {
        padding-top: 2rem !important;
    }

    #gmap_canvas {
        padding-right: 10px;
    }

    .logo-container {
        text-align: center;
    }


}

@media screen and (max-width: 800px) {

    .card-img-top {
        /*height: 30vh !important;*/
    }

    #randomButton {
        left: 5vw;
        bottom: 5%;
    }

}

@media screen and (max-width: 1200px) {

    #pills-main-container {
        display: none;
    }

    .margin-top {
        margin-top: 10vh;
    }

    #prajituri-title-phone {
        display: block;
    }

    #prajituri-title {
        display: none;
    }

}

@media screen and (max-width: 1450px) {


    .cakes-background, .cakes-background2 {
        background: unset;
    }


}

@media screen and (max-width: 770px) {


    .social-bar {
        display: none;
    }

    .tour-buttons {
        justify-content: center;
    }

    .resizeable-title {
        font-size: 24px !important;
    }

}

@media screen and (max-width: 960px) {


    #splash img {
        transform: scale(0.9);
    }

    #motto {
        margin-top: 50%;
        width: 70%;
        margin-left: 15%;
    }


}

@media screen and (max-width: 1750px) {


    #reviews-container {
        display: -webkit-box;
    }


}

@media screen and (max-width: 991.9px) {

    #rr {
        text-align: center;
        margin-bottom: 15px;
        margin-left: 0px !important;
    }

    .treaba {
        text-align: center;
        margin-left: 0px !important;
    }

    .treaba li,
    #rr li {
        width: 100% !important;
    }

    #map {
        display: grid;
        justify-content: center;
        align-items: center;
        place-items: center;
        margin: 0 auto;
    }

}

@keyframes example3 {
    from {
        background-color: rgba(255, 244, 244, 0.9);
        backdrop-filter: blur(5px);
    }

    to {
        background-color: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(0px);
    }
}

@keyframes example2 {
    from {
        color: #333;
    }

    to {
        color: rgba(249, 184, 184, 1);
    }
}

@keyframes example {
    from {
        transform: scale(0.7);
    }

    to {
        transform: scale(0.9);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

@font-face {
    font-family: Yellowtail;
    src: url('Yellowtail-Regular.ttf');
    font-display: swap;
}

@font-face {

    font-family: Courgette;
    src: url('Courgette-Regular.ttf');
    font-display: swap;

}

@font-face {

    font-family: Heinberg;
    src: url('Heinberg-Regular.otf');
    font-display: swap;

}

@font-face {

    font-family: Roboto;
    src: url('Roboto-Regular.ttf');
    font-display: swap;

}

@font-face {

    font-family: ChristmasComeback;
    src: url('CHRISTMAS COMEBACK.otf');
    font-display: swap;

}

/* width */
::-webkit-scrollbar {
    width: 8px;
    -webkit-border-radius: 20px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
    -webkit-border-radius: 20px;

}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #EEC6C6;
    -webkit-border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #EEC6C6;
    -webkit-border-radius: 20px;
}