<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media(max-width:992px) {

    .sect-header .top-nav,
    .bottom-nav ul {
        padding: 0;
    }

    .headerSearch .form-input-wrapper input {
        min-width: 100% !important;
    }

    .headerSearch .form-input-wrapper {
        position: static;
    }

    .foot-first,
    .foot-cata,
    .foot-company,
    .foot-support,
    .foot-associated {
        width: 100%;
        margin-bottom: 1rem;
    }

    .toy-product .hideMob,
    .hideMob {
        display: none !important;
    }

    .reviews-header {
        display: none !important;
    }

    .faq-sidebar .nav {
        display: inline-flex !important;
        flex-wrap: nowrap;
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
    }

    .faq-sidebar .nav a {
        white-space: nowrap;
        margin-right: 10px;
    }

    .faq-sidebar .nav::-webkit-scrollbar {
        height: 4px;
    }

    .faq-sidebar .nav::-webkit-scrollbar-track {
        border-radius: 6px;
    }

    .faq-sidebar .nav::-webkit-scrollbar-thumb {
        height: 1px;
    }

    .faq-sidebar .nav::-webkit-scrollbar-track-piece:start {
        background: #d5d5d5;
        border-radius: 6px;
    }

    .faq-sidebar .nav::-webkit-scrollbar-track-piece:end {
        background: #d5d5d5;
        margin-bottom: 10px;
        border-radius: 6px;
    }

    .faq-sidebar .nav::-webkit-scrollbar-thumb {
        background: var(--pri-o);
        border-radius: 6px;
    }

    .faq-sidebar .nav::-webkit-scrollbar-thumb:hover {
        background: #b50000;
    }

    .foot-top h3 {
        line-height: 1.7rem;
        font-size: 24px;
        width: 40%;
    }

    .foot-top p {
        width: 60% !important;
        font-size: 16px;
        font-weight: 400;
    }

    .user-dashboard .account-sidebar {
        display: none;
    }

    .toy-product .toy-carousel .item {
        height: unset;
    }

    .product-desc h6 {
        font-size: 20px;
        /* white-space: nowrap; */
    }

    .banner-content {
        width: 100% !important;
        margin: auto 0.5rem;
        border-radius: 4px;
    }

    .banner-content h3 {
        font-size: 22px;
        color: #fff;
    }

    .headerSearch .form-input-wrapper:after {
        display: none;
    }

    .login-wrapper {
        padding: 2rem 1.5rem;
        margin: 1rem 0;
    }
}


@media(max-width:968px) {
    .wrap-title-md {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
}


@media(min-width:968px) {
    .wrap-title-md {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .wrap-title-md .card-btn {
      margin-top:-2rem;
      display:block;
      width:fit-content;
    }
}

@media(max-width:600px) {

    .fs-sm-18{
        font-size: 18px;
    }

    .sect-title {
        font-size: 26px;
    }
    .three-banner .banner h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .carousel-infos .sect-title {
       line-height: 36px;
       margin-bottom: 0;
    }
    .newly-arrival .card,
    .sect-search-result .card,
    .featured-product .card,
    .toy-product .card {
        padding: 4px;
        /* border: 0; */
    }

    .sect-header .header-left {
        height: 70px;
        width: 100px;
    }


    .banner-container {
        width: 100%;
        height: 200px;
    }

    /* .product-detail .main-product-img {
        width: 220px !important;
        height: 220px !important;
    } */

    .product-detail .main-product-img {
        aspect-ratio: 1/1 !important;
    }


    .high-quality-banner {
        padding: 0 20px;
    }

    .foot-mid h5 {
        font-weight: 600;
        font-size: 20px;
    }

    .foot-mid .foot-links li a {
        font-size: 16px;
    }

    .product-detail .main-product-img {
        width: fit-content;
    }

    .product-desc-bottom .nav-link {
        font-size: 16px;
    }


    .shop-banner .overlay-md {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .shop-all .banner-content {
        z-index: 999 !important;
    }

    .shop-all h3 {
        color: #fff;
    }


    /* order status  */
    #order-detail-status li:not(:last-child) {
        margin-right: 65px;
    }

    #order-detail-status li:first-child::after,
    #order-detail-status li:last-child:before,
    #order-detail-status li.delivered::before {
        width: 65px;
    }

    #order-detail-status li p {
        white-space: normal;
    }

    .dash-table .cart-product-title,
    .product-name {
        width: unset;
    }

    .three-banner .banner-right {
        right: 0;
    }

    .toy-carousel-container {
        width: 100% !important;
        padding: 0 15px;
    }
    .sect-blog-detail .blog-card .blog-desc p {
        font-size: 16px;
    }
}

@media(min-width:600px) {
    .newly-arrival .owl-dots {
        display: none;

    }
   
}

@media(max-width: 575px) {
    .sub-heading {
        font-size:14px
    }   
}

@media(max-width:360px) {
    .headerSearch .search-container select {
        max-width: 100px !important;
    }

}</pre></body></html>