/* Extra Large Devices (Small Desktop) */
@media (max-width: 1199px) {
    .container {
        max-width: 960px;
        margin: 0 auto;
        padding-left: 16px;
        padding-right: 16px;
    }
    .container-fluid {
        max-width: 960px;
        margin: 0 auto;
        padding-left: 16px;
        padding-right: 16px;
    }
    /* slider show */
    .slideshow.hero-slider .hero-slider__inner {
        min-height: 34rem;
        padding: 1.75rem 1rem;
    }

    .slideshow.hero-slider .hero-slider__content {
        min-height: 18rem;
        padding: 2rem 1.5rem;
    }
    /* Categories hot section*/
    .categories-hot {
        padding: 5rem 0 3rem;
    }

    .categories-hot__header {
        margin-bottom: 2rem;
        gap: 0.75rem;
    }

    .categories-hot__list {
        flex-wrap: wrap;
        justify-content: center;
    }


    /* Product Categories Hot */
    .product-categories-hot__header {
        margin-bottom: 2.25rem;
        align-items: flex-end;
    }

    .product-categories-hot__main {
        gap: 0.875rem;
    }

    .product-categories-hot__banner {
        flex: 0 0 auto;
        max-width: 18rem;
    }

    .product-categories-hot__slider {
        min-height: 0;
    }

    /* Flower Shelf Image */
    .flower-shelf-image {
        padding: 3.25rem 0;
    }

    .flower-shelf-image__header {
        margin-bottom: 2.25rem;
    }

    .flower-shelf-image__see-all {
        margin-top: 2rem;
    }

    /* Footer */

}

/* Large Devices (Tablets) */
@media (max-width: 991px) {
    .header.site-header,
    .nav-menu-bar {
        display: none;
    }

    .mobile-header {
        display: flex;
    }
     /* slider show */


    .slideshow.hero-slider .hero-slider__inner {
        min-height: 26rem;
        padding: 1.5rem 1rem;
    }

    .slideshow.hero-slider .hero-slider__content {
        min-height: 15rem;
        padding: 1.75rem 1.25rem;
        max-width: 100%;
    }

    .slideshow.hero-slider .hero-slider__content::before,
    .slideshow.hero-slider .hero-slider__content::after {
        border-radius: 8rem;
    }

    .slideshow .slider-nav {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .slideshow .slider-btn i {
        font-size: 1.75rem;
    }
    /* Categories hot section*/
    .categories-hot {
        padding: 4.5rem 0 2.75rem;
    }

    .categories-hot__header {
        margin-bottom: 1.75rem;
    }

    .categories-hot__card-badge {
        padding: 0.5rem 1.25rem;
        gap: 0.625rem;
        max-width: calc(100% - 2rem);
        white-space: normal;
        text-align: center;
        justify-content: center;
    }

    /* Product Categories Hot */
    .product-categories-hot {
        padding: 3.25rem 0;
    }

    .product-categories-hot__header {
        margin-bottom: 2rem;
        align-items: flex-end;
        flex-wrap: wrap;
    }

    .product-categories-hot__main {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .product-categories-hot__banner {
        width: 100%;
        max-width: 100%;
        flex: 0 0 auto;
        align-self: initial;
    }

    .product-categories-hot__banner-img {
        width: 100%;
    }

    .product-categories-hot__slider {
        min-height: 0;
    }

    /* Flower Shelf Image */
    .flower-shelf-image {
        padding: 3rem 0;
    }

    .flower-shelf-image__header {
        margin-bottom: 2rem;
    }

    .flower-shelf-image__fade {
        width: clamp(2.75rem, 9vw, 6.5rem);
    }

    .flower-shelf-image__see-all {
        margin-top: 1.75rem;
    }

    /** Footer **/
    .footer__top-inner {
        padding-top: 2rem;
        padding-bottom: 2rem;
        gap: 1.25rem 1.5rem;
    }

    .footer__contact-label {
        font-size: 1rem;
    }

    .footer__contact-strong {
        font-size: 1.125rem;
    }

    .footer__policies-inner {
        gap: 1rem 2.5rem;
        min-height: 0;
    }

    .footer__body {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 1.25rem 1.5rem;
    }

    .footer__col--brand {
        grid-column: 1 / -1;
        justify-self: center;
    }

}

/* Medium Devices */
@media (max-width: 767px) {

    .site-header__search {
        padding: 0;
        gap: 0;
    }
    .mobile-search input::placeholder {
        font-size: 13px;
    }
    .product-card__name {
        min-height: 2.125rem;
    }
     /* slider show */

    .slideshow.hero-slider .hero-slider__inner {
        min-height: 0;
        padding: 1rem 0.75rem;
        align-items: center;
    }

    .slideshow.hero-slider .hero-slider__content {
        min-height: 0;
        width: 100%;
        padding: 1.25rem 1rem;
    }

    .slideshow.hero-slider .hero-slider__content::before,
    .slideshow.hero-slider .hero-slider__content::after {
        border-radius: 5rem;
    }

    .slideshow.hero-slider .hero-slider__title {
        font-size: clamp(1.25rem, 5.5vw, 2rem);
        line-height: 1.8;
    }

    .slideshow.hero-slider .hero-slider__subtitle {
        font-size: clamp(0.875rem, 3vw, 1.125rem);
        margin-top: 0.75rem;
    }

    .slideshow.hero-slider .hero-slider__logo {
        max-width: 4.5rem;
        width: auto;
        height: auto;
    }

    .slideshow .slider-nav {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .slideshow .slider-btn i {
        font-size: 1.5rem;
    }
    .product-categories-hot__main {
        grid-template-columns: 1fr;
        gap: 0.875rem;
    }
    /* Categories hot section*/
    .categories-hot {
        padding: 3.25rem 0 2.25rem;
    }

    .categories-hot__header {
        margin-bottom: 1.5rem;
    }

    .categories-hot .carousel__nav-btn i {
        font-size: 1.5rem;
    }

    .categories-hot__list {
        gap: 0.75rem;
    }

    .categories-hot__card-badge > span {
        font-size: 1rem;
    }

    /* Product Categories Hot */
    .product-categories-hot {
        padding: 2.75rem 0;
    }

    .product-categories-hot__header {
        margin-bottom: 1.5rem;
        align-items: flex-start;
    }

    .product-categories-hot__titles {
        gap: 0.75rem;
    }

    .product-categories-hot__see-all {
        justify-content: flex-start;
    }

    .product-categories-hot__main {
        gap: 0.875rem;
    }

    .product-categories-hot__slider .carousel__nav-btn i {
        font-size: 1.5rem;
    }

    /* Flower Shelf Image */
    .flower-shelf-image {
        padding: 2.75rem 0;
    }

    .flower-shelf-image__header {
        margin-bottom: 1.5rem;
    }

    .flower-shelf-image__titles {
        gap: 0.75rem;
    }

    .flower-shelf-image__fade {
        width: clamp(2.5rem, 10vw, 5.5rem);
    }

    .flower-shelf-image__nav .carousel__nav-btn i {
        font-size: 1.5rem;
    }

    .flower-shelf-image__see-all {
        margin-top: 1.5rem;
    }

    /** Fruit Basket **/
    .fruit-basket {
        padding: 2.75rem 0;
    }
    .fruit-basket__header {
        margin-bottom: 1.5rem;
    }
    .fruit-basket__titles {
        gap: 0.75rem;
        align-items: center;
    }
    .fruit-basket__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .fruit-basket__cell {
        width: 100%;
    }
    .fruit-basket__hidden-link {
        width: 100%;
    }
    .partner-item img {
        width: 100%;
    }

    /** Footer **/
    .footer__top-inner {
        justify-content: center;
        text-align: center;
        gap: 1rem;
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .footer__contact {
        width: 100%;
        justify-content: start;
    }

    .footer__contact-text {
        align-items: start;
    }

    .footer__follow {
        width: 100%;
        align-items: start;
    }

    .footer__social {
        justify-content: center;
        gap: 0.875rem 1rem;
    }

    .footer__payment {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .footer__policies-inner {
        justify-content: center;
        gap: 0.75rem 1.5rem;
        min-height: 0;
    }

    .footer__body {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 1rem 1.25rem;
        text-align: center;
        padding-top: 1rem;
    }

    .footer__col--social {
        flex: 1 0 100%;
    }

    .footer__col--brand {
        flex: 0 0 auto;
    }

    .footer__col--meta {
        flex: 0 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: end;
        align-items: end;
        gap: 0.75rem 1rem;
        text-align: center;
    }
    .footer__copyright {
        flex: 1 0 100%;
        max-width: 42ch;
    }
}

/* Small Devices (Phones) */
@media (max-width: 575px) {
     /* slider show */

    .slideshow.hero-slider .hero-slider__inner {
        padding: 0.75rem 0.5rem;
    }

    .slideshow.hero-slider .hero-slider__content {
        padding: 1rem 0.75rem;
    }

    .slideshow.hero-slider .hero-slider__content::before,
    .slideshow.hero-slider .hero-slider__content::after {
        border-radius: 3.5rem;
    }
    .product-card__current-price {
        font-size: 0.85rem;
    }
    .product-card__old-price {
        font-size: 0.65rem;
    }
    .product-card__name {
        font-size: 0.75rem;
    }
    .product-card__buy-btn {
        height: 2rem;
    }
    .text__title {
        text-align: center;
    }

    .slideshow .slider-btn i {
        font-size: 1.25rem;
    }
    /* Categories hot section*/
    .categories-hot {
        padding: 2.75rem 0 2rem;
    }

    .categories-hot__card-badge {
        padding: 0.4375rem 1rem;
        border-radius: 2.5rem;
    }

    /* Product Categories Hot */
    .product-categories-hot {
        padding: 2.25rem 0;
    }

    .product-categories-hot__header {
        gap: 0.75rem 1rem;
    }

    .product-categories-hot__see-all {
        font-size: 0.875rem;
    }

    .product-categories-hot__see-all-icon {
        font-size: 0.875rem;
    }

    /** Footer **/
    .footer__top-inner {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .footer__contact {
        gap: 0.625rem;
    }

    .footer__contact-icon {
        inline-size: clamp(2.5rem, 9vw, 3.125rem);
        height: auto;
    }

    .footer__policies-inner {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
        gap: 0.625rem 1.25rem;
    }

    .footer__policy-link {
        font-size: 0.9375rem;
    }

    .footer__bottom {
        padding-bottom: 0;
    }

    /* Flower Shelf Image */
    .flower-shelf-image {
        padding: 2.25rem 0;
    }

    .flower-shelf-image__fade {
        display: none;
    }

    .flower-shelf-image__nav .carousel__nav-btn i {
        font-size: 1.25rem;
    }

    .flower-shelf-image__see-all {
        font-size: 0.875rem;
        margin-top: 1.25rem;
    }

    .flower-shelf-image__see-all-icon {
        font-size: 0.875rem;
    }

    /** Product Best Seller **/
    .product-best-seller {
        padding: 2.75rem 0;
    }

}

/* Extra Small Devices */
@media (max-width: 374px) {
     /* slider show */
    .slideshow.hero-slider .hero-slider__content {
        padding: 0.75rem 0.5rem;
    }

    .slideshow.hero-slider .hero-slider__title {
        font-size: 1.125rem;
    }

    .slideshow.hero-slider .hero-slider__subtitle {
        font-size: 0.8125rem;
    }

    .slideshow.hero-slider .hero-slider__logo {
        max-width: 3.75rem;
    }
    /* Categories hot section*/

    .categories-hot__card-badge {
        padding: 0.375rem 0.75rem;
        gap: 0.5rem;
    }

    .categories-hot__card-badge > span {
        font-size: 0.9375rem;
    }

    /* Product Categories Hot */
    .product-categories-hot__header {
        margin-bottom: 1.25rem;
    }

    .product-categories-hot__titles {
        gap: 0.625rem;
    }

    /* Flower Shelf Image */
    .flower-shelf-image__header {
        margin-bottom: 1.25rem;
    }

    .flower-shelf-image__titles {
        gap: 0.625rem;
    }

    /** Footer **/
    .footer__top-inner {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .footer__policies-inner {
        gap: 0.5rem 1rem;
    }

    .footer__policy-link {
        font-size: 0.875rem;
    }

}
