@charset "utf-8";

/*
Theme Name: Lassippers - Juice Bar & Shop HTML5 Template.
Author: Metropolitanthemes
Author URL: https://themeforest.net/user/metropolitantheme
Version: 1.0.0

%%%%%%% Responsive Stylesheet %%%%%%%
Desktop-first max-width cascade: 1399 / 1199 / 991 / 767 / 575
*/

/*======================
Max Width 1399px
========================*/
@media (max-width: 1399.98px) {
  .hero-area .hero-slider {
    min-height: 640px;
  }
}

/*======================
Max Width 1199px
========================*/
@media (max-width: 1199.98px) {
  .hero-two .hero-card,
  .hero-two .hero-card.style-video {
    display: none;
  }
  .sec-pt-130 { padding-top: 110px; }
  .sec-pb-130 { padding-bottom: 110px; }
  .lc-topbar .topbar-meta {
    display: none;
  }
  .hero-area .hero-stats {
    gap: 40px;
  }
  .about-area .about-thumb {
    height: 500px;
  }
  .portfolio-area .portfolio-item .thumb {
    height: 360px;
  }
}

/*======================
Max Width 991px
========================*/
@media (max-width: 991.98px) {
  .reels-area .reel-card {
    height: 480px;
  }

  .menu-tabs-area .menu-tab-content .tab-pane {
    column-count: 1;
  }

  .about-area.style-3 .main-img {
    height: 440px;
  }
  .offer-area.style-3 .offer-grid {
    flex-direction: column;
    align-items: flex-start;
  }
  .offer-area.style-3 .offer-right {
    flex: 0 0 auto;
    width: min(360px, 100%);
  }
  .video-area.style-3 .video-fullbleed {
    height: 440px;
  }

  .header-area .cart-dropdown {
    display: none;
  }

  body.home-three .hero-area .hero-slide::before {
    background: linear-gradient(90deg, rgba(250, 237, 225, 0.95) 0%, rgba(250, 237, 225, 0.85) 55%, rgba(250, 237, 225, 0.45) 100%);
  }

  .breadcrumb-area {
    padding: 170px 0 70px 0;
  }
  .shop-area .shop-count {
    text-align: left;
  }
  .shop-details-area .details-gallery img {
    max-height: 420px;
  }
  .checkout-area .billing-box,
  .checkout-area .order-summary {
    padding: 30px;
  }

  .hero-two .hero-slide-2 {
    min-height: 640px;
    padding: 150px 0 130px 0;
  }
  .feature-area .row {
    margin-top: -60px;
  }
  .promo-area .promo-img {
    text-align: center;
    margin-top: 40px;
  }
  .promo-area .promo-img img {
    max-height: 340px;
  }
  .story-area .story-img {
    height: 460px;
    margin-top: 40px;
  }
  .gallery-area .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 180px;
  }

  .blog-two .blog-item {
    margin-bottom: 40px;
  }
  .sec-pt-130 { padding-top: 90px; }
  .sec-pb-130 { padding-bottom: 90px; }
  .header-area .lc-nav {
    display: none;
  }
  .header-area .lc-menu-toggle {
    display: flex;
  }
  .header-area .header-cta {
    display: none;
  }
  .hero-area .hero-slider {
    min-height: 600px;
    height: 88vh;
  }
  .hero-area .hero-slide::before {
    background: linear-gradient(90deg, rgba(247, 246, 241, 0.95) 0%, rgba(247, 246, 241, 0.85) 55%, rgba(247, 246, 241, 0.45) 100%);
  }
  .about-area .about-content {
    margin-top: 50px;
  }
  .testimonial-area,
  .cta-area,
  .footer-area {
    margin: 0 12px;
  }
  .hero-area .hero-stamp {
    display: none;
  }
  .menu-list-area .menu-thumb {
    height: 420px;
  }
  .video-area .video-banner {
    height: 400px;
  }
  .insta-area .insta-item {
    width: 210px;
    height: 210px;
  }
  .testimonial-area .testimonial-controls {
    justify-content: flex-start;
  }
  .cta-area .cta-inner {
    padding-bottom: 70px;
  }
}

/*======================
Max Width 767px
========================*/
@media (max-width: 767.98px) {
  .breadcrumb-area .breadcrumb-nav {
    display: inline-flex;
    background-color: var(--lc-color-primary);
    border-radius: 999px;
    padding: 9px 20px;
  }
  .breadcrumb-area .breadcrumb-nav,
  .breadcrumb-area .breadcrumb-nav a {
    color: var(--lc-color-white);
  }
  .breadcrumb-area .breadcrumb-nav li + li::before {
    color: rgba(255, 253, 247, 0.6);
  }
  .breadcrumb-area .breadcrumb-nav .active {
    color: var(--lc-color-white);
    font-weight: 800;
  }

  .hero-two .hero-nav-2 {
    display: none;
  }
  .hero-two .hero-bg img {
    object-position: 74% 50%;
  }

  .blog-area.style-3 .row-thumb {
    display: none;
  }
  .menu-tabs-area .menu-row .row-tag {
    display: none;
  }

  .header-style-3 .contact-list {
    display: none;
  }
  .header-style-3 .header-top-inner {
    justify-content: center;
  }

  body {
    font-size: 16px;
  }
  .lc-topbar {
    font-size: 12px;
    padding: 8px 0;
  }
  .lc-topbar .lc-social {
    display: none;
  }
  .header-area {
    top: 36px;
  }
  .footer-area .footer-info {
    grid-template-columns: 1fr;
    gap: 26px;
    text-align: left;
  }
  .footer-area .footer-info .info-item .icon {
    margin: 0 0 12px 0;
  }
  .process-area .process-item .ghost-num {
    font-size: 72px;
  }
  .insta-area .insta-item {
    width: 220px;
    height: 220px;
  }
  .sec-pt-130 { padding-top: 80px; }
  .sec-pb-130 { padding-bottom: 80px; }
  .hero-area .hero-slider {
    min-height: 560px;
    height: 80vh;
  }
  .hero-area .hero-slide-content {
    padding-top: 110px;
    padding-bottom: 96px;
  }
  .hero-area .hero-text {
    font-size: 17px;
  }
  .hero-area .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
  }
  .hero-area .hero-stats .stat-item:nth-child(3) {
    border-left: none;
  }
  .hero-area .hero-stats .stat-item .number {
    font-size: 34px;
  }
  .hero-area .hero-controls {
    bottom: 26px;
  }
  .hero-area .hero-nav-btn {
    width: 46px;
    height: 46px;
  }
  .marquee-area .marquee-item {
    font-size: 20px;
    gap: 30px;
  }
  .marquee-area .marquee-track {
    gap: 30px;
  }
  .about-area .about-thumb {
    height: 420px;
  }
  .portfolio-area .portfolio-item .thumb {
    height: 300px;
  }
  .testimonial-area {
    border-radius: 32px;
  }
  .cta-area {
    border-radius: 32px 32px 0 0;
  }
  .cta-area .cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-area .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .lc-backtop {
    right: 18px;
    bottom: 18px;
    width: 48px;
    height: 48px;
  }
}

/*======================
Max Width 575px
========================*/
@media (max-width: 575.98px) {
  .about-area.style-3 .float-img {
    width: 170px;
  }
  .about-area.style-3 .founder-row {
    flex-wrap: wrap;
  }
  .about-area.style-3 .founder-row .lc-btn {
    margin-left: 0;
  }
  .menu-tabs-area .menu-row .row-dots {
    display: none;
  }
  .menu-tabs-area .menu-row .row-desc {
    display: none;
  }
  .blog-area.style-3 .blog-row {
    gap: 16px;
  }
  .blog-area.style-3 .row-title {
    font-size: 19px;
  }
  .blog-area.style-3 .row-arrow {
    display: none;
  }
  .testimonial-area.style-3 .t-mini-card {
    width: 320px;
  }
  .offer-area.style-3 .off-badge {
    right: -8px;
  }
  .video-area.style-3 .video-fullbleed {
    height: 360px;
  }

  .breadcrumb-area {
    padding: 150px 0 60px 0;
  }
  .breadcrumb-area .breadcrumb-watermark {
    display: none;
  }
  .shop-details-area .details-content .title {
    font-size: 30px;
  }
  .blog-details .post-title {
    font-size: 26px;
  }
  .blog-details .post-quote {
    padding: 22px 24px;
    font-size: 17px;
  }
  .blog-details .author-box {
    flex-direction: column;
  }
  .cart-area .cart-totals,
  .checkout-area .billing-box,
  .checkout-area .order-summary {
    padding: 24px;
  }
  .map-area iframe {
    height: 340px;
  }

  .hero-two .hero-title {
    font-size: clamp(34px, 10.5vw, 44px);
  }
  .hero-two .stat-chip {
    min-width: calc(50% - 9px);
    padding: 16px 14px;
  }
  .taste-area .taste-tile {
    height: 280px;
  }
  .blog-two .post-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .blog-two .post-row .thumb {
    width: 100%;
    height: 190px;
  }
  .sec-pt-130 { padding-top: 70px; }
  .sec-pb-130 { padding-bottom: 70px; }
  .hero-area .hero-badge {
    font-size: 12px;
  }
  .hero-area .hero-btns .lc-btn {
    font-size: 15px;
  }
  .hero-area .hero-pagination {
    display: none;
  }
  .about-area .about-thumb {
    height: 340px;
  }
  .about-area .about-thumb .exp-card {
    bottom: 16px;
    left: 16px;
    padding: 16px 20px;
  }
  .service-area .service-item {
    padding: 34px 26px;
  }
  .blog-area .blog-item .thumb {
    height: 240px;
  }
  .video-area .video-banner {
    height: 300px;
  }
  .video-area .video-play {
    width: 72px;
    height: 72px;
  }
  .testimonial-area .testimonial-controls .t-btn {
    width: 48px;
    height: 48px;
  }
  .testimonial-area .testimonial-item {
    padding: 32px 24px;
  }
  .testimonial-area .testimonial-item .quote-watermark {
    font-size: 42px;
    top: 24px;
    right: 22px;
  }
  .offer-area .count-box .num {
    font-size: 32px;
  }
  .insta-area .insta-item {
    width: 170px;
    height: 170px;
  }
}

