@media (max-width: 1300px) {}

@media (max-width: 1120px) {
  /* Tablet navbar adjustments */
  .navbar-container-wrapper {
    gap: 20px;
    padding: 0 20px;
  }

  .navbar-left-group,
  .navbar-right-group {
    gap: 15px;
  }

  .navbar-brand .site-logo {
    width: 160px;
  }
}

@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
    padding-top: 80px;
  }

  .sub_page .hero_area {
    padding-top: 100px;
  }

  /* Mobile navbar */
  .navbar-sticky {
    padding: 8px 0;
  }

  .navbar-container-wrapper {
    justify-content: space-between;
    gap: 8px;
    padding: 0 12px;
    max-width: 100%;
  }

  .navbar-left-section {
    flex: 0 0 auto;
    order: 1;
  }

  .navbar-center-section {
    flex: 1;
    text-align: center;
    order: 2;
    padding: 0 10px;
  }

  .navbar-center-section .site-logo {
    width: 130px !important;
  }

  .navbar-right-section {
    flex: 0 0 auto;
    gap: 0;
    order: 3;
    pointer-events: auto;
  }

  /* Show hamburger on mobile */
  .navbar-toggler {
    display: flex !important;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 10px;
    border-radius: 6px;
    cursor: pointer;
    z-index: 1050;
    pointer-events: auto !important;
  }

  .navbar-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    background: #ffffff;
    margin: 4px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
  }

  .navbar-toggler.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
  }

  .navbar-toggler.active span:nth-child(2) {
    opacity: 0;
  }

  .navbar-toggler.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }

  /* Hide left menu on mobile (hamburger toggle) */
  .navbar-nav.navbar-left {
    display: none !important;
  }

  /* Right menu dropdown on mobile */
  .navbar-nav.navbar-right {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    flex-direction: column;
    background: linear-gradient(135deg, #B0647A 0%, #A8586F 100%);
    z-index: 1040;
    gap: 0;
    padding: 12px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    display: none !important;
    pointer-events: auto !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  }

  .navbar-nav.navbar-right.show {
    display: flex !important;
  }

  .navbar-nav.navbar-right .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .navbar-nav.navbar-right .nav-link {
    padding: 14px 18px;
    text-align: left;
    font-size: 14px;
    display: block !important;
    width: 100%;
    pointer-events: auto !important;
    background: transparent;
    border: none;
  }

  .navbar-nav.navbar-right .nav-link:hover {
    background: rgba(255, 255, 255, 0.08);
    padding-left: 22px;
  }

  .slider_section {
    padding: 60px 0 40px 0;
  }

  .heading_container h2 {
    font-size: 2.6rem;
  }

  .layout_padding,
  .layout_padding2 {
    padding: 60px 0;
  }

  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }

  /* Mobile navbar enhancements */
  .navbar-sticky {
    padding: 10px 0;
  }

  .navbar-container-wrapper {
    gap: 10px;
    padding: 0 10px;
  }

  .navbar-left-group {
    gap: 10px;
  }

  .navbar-brand .site-logo {
    width: 130px;
  }

  .navbar-toggler {
    width: 30px;
    height: 30px;
  }

  .navbar-toggler span {
    width: 20px;
    height: 2px;
    margin: 4px 0;
  }

  .navbar-right-group {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: #B0647A;
    flex-direction: column;
    gap: 0;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
    width: 100%;
    z-index: 999;
  }

  .navbar-right-group.show {
    display: flex;
  }

  .navbar-nav.navbar-right {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .navbar-nav.navbar-right .nav-item {
    width: 100%;
  }

  .navbar-nav.navbar-right .nav-link {
    padding: 10px 15px;
    text-align: left;
    font-size: 12px;
  }

  .hero_area {
    padding-top: 0px;
  }

  .sub_page .hero_area {
    padding-top: 130px;
  }

  .slider_section {
    padding: 60px 0 40px 0;
  }

  .slider_section.hero-shop-slider {
    padding: 56px 0 28px 0;
    min-height: min(82vh, 640px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .slider_section.hero-shop-slider .slider_bg_box {
    height: 100%;
    min-height: min(82vh, 640px);
  }

  .slider_section.hero-shop-slider .slider_bg_box img {
    object-position: center center;
    min-height: min(82vh, 640px);
    object-fit: cover;
  }

  .slider_section.hero-shop-slider::before {
    background: linear-gradient(
      165deg,
      rgba(196, 145, 160, 0.87) 0%,
      rgba(196, 145, 160, 0.74) 45%,
      rgba(196, 145, 160, 0.35) 100%
    );
  }

  .slider_section.hero-shop-slider .hero-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
  }

  .slider_section.hero-shop-slider .hero-kicker span {
    padding: 5px 11px;
    max-width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.3;
  }

  .slider_section.hero-shop-slider .hero-title {
    font-size: clamp(1.55rem, 8vw, 2.35rem) !important;
    line-height: 1.12 !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .slider_section.hero-shop-slider .hero-tagline {
    font-size: 0.94rem;
    line-height: 1.55;
    margin-top: 12px;
    max-width: none;
  }

  .slider_section.hero-shop-slider .hero-price {
    font-size: 1.45rem;
  }

  .slider_section.hero-shop-slider .hero-price-note {
    font-size: 0.8125rem;
    line-height: 1.35;
  }

  .slider_section.hero-shop-slider .hero-price-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .slider_section.hero-shop-slider .detail-box .btn-shop-hero {
    width: 100%;
    max-width: none;
    margin-top: 22px;
    padding: 14px 20px;
    font-size: 0.8125rem;
  }

  .slider_section.hero-shop-slider .carousel-indicators {
    justify-content: center;
    margin-top: 24px;
    padding-bottom: 10px;
    flex-wrap: wrap;
  }

  .slider_section.hero-shop-slider .carousel-indicators li {
    margin: 4px 4px;
  }

  .slider_section .detail-box h1 {
    font-size: 2.2rem;
    line-height: 1.25;
  }

  .slider_section.hero-shop-slider .detail-box {
    max-width: none;
  }

  .slider_section .detail-box p {
    font-size: 15px;
  }

  .inner_page_head h3 {
    font-size: 2rem;
  }

  .product_section .box {
    padding: 20px;
  }

  .product_section .box .detail-box {
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .catalog-card-actions {
    flex-direction: column;
    gap: 10px;
  }

  .catalog-card-actions .btn {
    width: 100%;
  }

  .catalog-products-section .product-img {
    height: 200px;
  }

  .catalog-products-section .product-card .card-body {
    padding: 1rem 1rem 1.1rem;
  }

  .inner_page_head .inner_page_sub {
    font-size: 0.9rem;
    padding: 0 0.75rem;
    line-height: 1.45;
  }

  .home-product-actions {
    flex-direction: column;
  }

  .home-product-btn {
    width: 100%;
  }

  .product-detail-page .pd-main-img {
    max-height: 360px;
  }

  .product-detail-page .qty-cart-wrap {
    flex-direction: column;
    align-items: stretch !important;
  }

  .product-detail-page .qty-cart-wrap .form-control {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
  }

  .product-detail-page .pd-btn-cart {
    width: 100%;
  }

  .arrival_section .box {
    position: relative;
    overflow: hidden;
  }

  .arrival_section .arrival_bg_box img {
    width: 100%;
    opacity: 0.18;
    object-position: center;
  }

  .arrival_section .row {
    position: relative;
    z-index: 2;
  }

  .footer-logo-img {
    max-width: 100%;
    height: auto;
  }

  .footer_section .footer_social {
    justify-content: center;
  }

  .footer_section,
  .footer_section h4,
  .footer_section .footer-logo {
    text-align: center;
  }

  .slider_bg_box img {
    -o-object-position: top center;
    object-position: top center;
  }

  .arrival_section .arrival_bg_box img {
    -o-object-position: top right;
    object-position: top right;
  }

  .client_section .carousel-control-prev {
    left: 5%;
  }

  .client_section .carousel-control-next {
    right: 5%;
  }

  .slider_section .detail-box,
  .about_section .detail-box {
    margin-bottom: 45px;
  }

  .about_section .row {
    flex-direction: column-reverse;
  }

  .subscribe_section .box,
  .arrival_section .box {
    padding: 75px 25px;
  }

  .why_section .box {
    padding: 30px 24px;
  }

  .subscribe_section .subscribe_form form button {
    margin-top: 15px;
  }

  .back-to-top {
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .heading_container h2 {
    font-size: 2.4rem;
  }

  .layout_padding,
  .layout_padding2 {
    padding: 50px 0;
  }

  .slider_section .carousel-indicators {
    margin-top: 45px;
  }
}

@media (max-width: 576px) {
  .navbar-container-wrapper {
    gap: 8px;
    padding: 0 10px;
  }

  .navbar-center-logo .site-logo {
    width: 120px;
  }

  .navbar-toggler {
    width: 28px;
    height: 28px;
  }

  .navbar-right-group,
  .navbar-nav.navbar-left {
    padding: 10px;
  }

  .navbar-nav.navbar-left .nav-link,
  .navbar-nav.navbar-right .nav-link {
    padding: 8px 12px;
    font-size: 12px;
  }

  .heading_container h2 {
    font-size: 2.2rem;
  }

  .slider_section.hero-shop-slider {
    min-height: min(88vh, 600px);
    padding: 48px 0 20px 0;
  }

  .slider_section.hero-shop-slider .slider_bg_box,
  .slider_section.hero-shop-slider .slider_bg_box img {
    min-height: min(88vh, 600px);
  }

  .inner_page_head {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .subscribe_section .box,
  .arrival_section .box {
    padding: 55px 15px;
  }

  .layout_padding,
  .layout_padding2 {
    padding: 45px 0;
  }

  .form_sub input[type="email"] + input[type="submit"] {
    position: static;
    width: 100%;
    margin-top: 10px;
  }

  div.form_sub .field input[type="email"],
  div.form_sub .field input[type="email"]:hover,
  div.form_sub .field input[type="email"]:focus {
    padding-right: 15px;
  }

  .back-to-top {
    bottom: 15px;
    right: 15px;
    width: 38px;
    height: 38px;
    font-size: 15px;
  }

  .slider_section .detail-box h1 {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .navbar-sticky {
    padding: 8px 0;
  }

  .navbar-container-wrapper {
    gap: 5px;
    padding: 0 8px;
  }

  .navbar-center-logo .site-logo {
    width: 110px;
  }

  .navbar-toggler {
    width: 26px;
    height: 26px;
  }

  .navbar-toggler span {
    width: 18px;
    height: 2px;
    margin: 3px 0;
  }

  .heading_container h2 {
    font-size: 1.8rem;
  }

  .carousel_btn_box {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }

  .client_section .carousel-control-prev,
  .client_section .carousel-control-next {
    position: unset;
    transform: none;
  }

  .layout_padding,
  .layout_padding2 {
    padding: 40px 0;
  }

  .back-to-top {
    bottom: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .slider_section .detail-box h1 {
    font-size: 1.6rem;
  }
}

@media (max-width: 420px) {
  .navbar-center-logo .site-logo {
    width: 100px;
  }

  .slider_section .detail-box h1 {
    font-size: 1.4rem;
  }

  .heading_container h2 {
    font-size: 1.6rem;
  }
}

@media (max-width: 376px) {
  .navbar-center-logo .site-logo {
    width: 90px;
  }

  .navbar-toggler {
    width: 24px;
    height: 24px;
  }

  .navbar-toggler span {
    width: 16px;
    height: 1.5px;
    margin: 2px 0;
  }

  .back-to-top {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}


