.store-details {
    text-align: justify;
}
.store-details .store-container{
    max-width: 1200px;
    margin: 0 80px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.store-details h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #0C1788;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 700;
}

.store-details p,
.store-details a {
    color: #434453;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;

}

.store-details .store-intro {
    background: #ffced0;
    padding: 80px 0
}
.store-details .store-container h1 ,h2{
    font-size: 30px;
}
.store-details .order-steps {
    background: #daefff;
    text-align: center;
    padding: 80px 0
}

.store-details .store-contact-info h5,
.store-details .store-contact-info h5 a {
    color: #EE2938
}

.store-details .categories {
    padding: 80px 0
}

.store-details .categories .products {
    margin: 60px 0 0 0
}

.store-details .categories .product-list {
    display: grid;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
    grid-gap: 30px 2%;
}

.store-details .categories .product-cards.cards-light .product {
    background-color: #fff;
    color: #000;
    box-shadow: 5px 5px 3px rgb(0 0 0 / .03);
    transform: translateY(0);
}

.store-details .categories .products .product .badge-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    border-radius: 0;
    padding: 0 10px 0 0;
    color: #000;
    font-size: 13px;
    overflow: hidden;
}

.store-details .categories .products .product .badge {
    padding: 0;
    margin: 0 0 0 -4px;
    border-radius: 0;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    box-shadow: 0 0 10px rgb(0 0 0 / .1);
    overflow: hidden;
}

.store-details .categories .products .product .badge .badge-text {
    font-size: 11px;
    font-weight: 300;
    margin: 0 -10px 0 0;
    padding: 5px 20px 5px 14px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
}

.store-details .categories .products .product .badge .badge-bestselling {
    background: #3f5efb;
    background: -moz-linear-gradient(90deg, rgb(63 94 251) 0%, rgb(252 70 107) 100%);
    background: -webkit-linear-gradient(90deg, rgb(63 94 251) 0%, rgb(252 70 107) 100%);
    background: linear-gradient(90deg, rgb(63 94 251) 0%, rgb(252 70 107) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f5efb", endColorstr="#fc466b", GradientType=1);
}

.store-details .categories .products .product .sku-code {
    color: #0C1788;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 8px 0;
}

.store-details .categories .products .product .pr__image_wrapper {
    text-align: center;
    min-height: 240px;
    margin: 0;
}

.store-details .categories .products .product .pr__content {
    padding: 0 2rem 2rem 2rem;
}

.store-details .categories .product-cards.cards-light .product .pr__content .pr__name {
    color: #434453;
}

.store-details .categories .products .product .pr__content .pr__name {
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.store-details .categories .products .product .price-from {
    color: #DC2328;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.store-details .categories .btn {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    border-radius: 0;
    padding: 13px 35px;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .2s ease;
    will-change: transform;
}

.store-details .categories .btn-primary {
    background: #EE2938;
    border-color: #EE2938;
    color: #ffffff !important;
}

.store-details .categories .btn-rounded {
    border-radius: 40px;
}

.store-details .store-contact-info {
    background-image: linear-gradient(to top, #ffdddf 0%, #e3eeff 99%, #e3eeff 100%);
    padding: 40px 50px;
    border-radius: 6px
}

.store-details .cake-delivery {
    padding: 80px 0
}

.store-details .cakes-nearby {
    background: #ffced0;
    padding: 80px 0
}

.store-details .cakes-nearby .store-location-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.store-details .cakes-nearby .store-location-list li {
    width: 33%
}

.store-details .conclusion {
    background: #daefff;
    padding: 80px 0
}

.store-details .other-stores .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.store-details .conclusion .other-stores .nav-pills .nav-item {
    margin: 2px;
    margin-bottom: 15px;
}

.store-details .conclusion .other-stores .nav-pills .nav-link-1 {
    padding: 8px 16px;
    background: #fff;
    border-color: #fff;
    border-radius: 7px;
}

/* =============================================
   LARGE DESKTOPS — max-width: 1400px
   ============================================= */
@media (max-width: 1400px) {
    .store-details .store-container {
        margin: 0 60px;
    }
}


/* =============================================
   DESKTOPS / LAPTOPS — max-width: 1200px
   ============================================= */
@media (max-width: 1200px) {
    .store-details .store-container {
        margin: 0 40px;
    }

    .store-details .categories .product-list {
        grid-template-columns: repeat(3, 31%);
        grid-gap: 24px 3.5%;
    }
}


/* =============================================
   TABLETS (LANDSCAPE) — max-width: 1024px
   ============================================= */
@media (max-width: 1024px) {
    .store-details .store-container {
        margin: 0 30px;
    }

    .store-details .store-container h1, h2 {
        font-size: 26px;
    }

    .store-details .store-intro,
    .store-details .order-steps,
    .store-details .categories,
    .store-details .cake-delivery,
    .store-details .cakes-nearby,
    .store-details .conclusion {
        padding: 60px 0;
    }

    .store-details .categories .product-list {
        grid-template-columns: repeat(2, 50%);
        grid-gap: 20px 3.5%;
    }

    .store-details .categories .products .product .pr__image_wrapper {
        min-height: 200px;
    }

    .store-details .store-contact-info {
        padding: 30px 35px;
    }

    .store-details .cakes-nearby .store-location-list li {
        width: 50%;
    }
}


/* =============================================
   TABLETS (PORTRAIT) — max-width: 768px
   ============================================= */
@media (max-width: 768px) {
    .store-details .store-container {
        margin: 0 20px;
    }

    .store-details .store-container h1, h2 {
        font-size: 22px;
    }

    .store-details p,
    .store-details a {
        font-size: 15px;
        line-height: 22px;
    }

    .store-details .store-intro,
    .store-details .order-steps,
    .store-details .categories,
    .store-details .cake-delivery,
    .store-details .cakes-nearby,
    .store-details .conclusion {
        padding: 50px 0;
    }

    .store-details .categories .products {
        margin: 40px 0 0 0;
    }

    .store-details .categories .product-list {
        grid-template-columns: repeat(2, 48%);
        grid-gap: 20px 4%;
    }

    .store-details .categories .products .product .pr__content {
        padding: 0 1.2rem 1.5rem 1.2rem;
    }

    .store-details .categories .products .product .pr__content .pr__name {
        font-size: 16px;
    }

    .store-details .categories .products .product .pr__image_wrapper {
        min-height: 180px;
    }

    .store-details .categories .btn {
        padding: 11px 24px;
        font-size: 13px;
    }

    .store-details .store-contact-info {
        padding: 25px 20px;
        border-radius: 4px;
    }

    .store-details .cakes-nearby .store-location-list li {
        width: 50%;
    }
}


/* =============================================
   MOBILE (LARGE) — max-width: 576px
   ============================================= */
@media (max-width: 576px) {
    .store-details {
        text-align: left;
    }

    .store-details .store-container {
        margin: 0 16px;
    }

    .store-details .store-container h1, h2 {
        font-size: 20px;
    }

    .store-details p,
    .store-details a {
        font-size: 14px;
        line-height: 21px;
    }

    .store-details .store-intro,
    .store-details .order-steps,
    .store-details .categories,
    .store-details .cake-delivery,
    .store-details .cakes-nearby,
    .store-details .conclusion {
        padding: 40px 0;
    }

    .store-details .categories .products {
        margin: 30px 0 0 0;
    }

    .store-details .categories .product-list {
        grid-template-columns: repeat(2, 48%);
        grid-gap: 16px 4%;
    }

    .store-details .categories .products .product .pr__image_wrapper {
        min-height: 150px;
    }

    .store-details .categories .products .product .pr__content {
        padding: 0 1rem 1.2rem 1rem;
    }

    .store-details .categories .products .product .pr__content .pr__name {
        font-size: 14px;
        height: auto;
        white-space: normal;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .store-details .categories .products .product .price-from {
        font-size: 14px;
    }

    .store-details .categories .btn {
        padding: 10px 18px;
        font-size: 12px;
    }

    .store-details .store-contact-info {
        padding: 20px 16px;
    }

    .store-details .cakes-nearby .store-location-list li {
        width: 100%;
    }

    .store-details .conclusion .other-stores .nav-pills .nav-link-1 {
        padding: 6px 12px;
        font-size: 13px;
    }
}


/* =============================================
   MOBILE (SMALL) — max-width: 375px
   ============================================= */
@media (max-width: 375px) {
    .store-details .store-container {
        margin: 0 12px;
    }

    .store-details .store-container h1, h2 {
        font-size: 18px;
    }

    .store-details .categories .product-list {
        grid-template-columns: repeat(1, 100%);
        grid-gap: 16px 0;
    }

    .store-details .categories .products .product .pr__image_wrapper {
        min-height: 200px;
    }

    .store-details .store-contact-info {
        padding: 16px 12px;
    }
}