/* =============================================================================
   responsive.css — Epic Theme Responsive Breakpoints
   =============================================================================
   Organized desktop-first by breakpoint:

   1. max-width: 1199px      — Hamburger menu, slider, nav tap targets
   2. min-width: 1200px + max-width: 1500px — Desktop range (product titles)
   3. min-width: 1200px       — Desktop min (PayPal button)
   4. min-width: 992px + max-width: 1200px  — Desktop range (product boxes)
   5. min-width: 992px        — List view desktop
   6. max-width: 991.98px     — Tablet/mobile (animated icon, sticky header, etc.)
   7. min-width: 768px + max-width: 991px   — Tablet range
   8. min-width: 768px        — Tablet+ (product action buttons, list view)
   9. min-width: 576px        — Small tablet+ (list view buttons)
  10. max-width: 767.98px     — Mobile (slider, bottom-sheet, toolbar, blog)
  11. max-width: 640px        — Bulk buying widget
  12. max-width: 575.98px     — Smartphone (product details, footer, blog, list view)
  13. min-width: 480px + max-width: 767.98px — Large mobile range
   ============================================================================= */

/* ==========================================================================
   1. max-width: 1199px — Hamburger menu, slider, nav tap targets
   ========================================================================== */
@media (max-width: 1199px) {

  /* ---- Hamburger menu ---- */
  .hamburger {
    display: block;
  }

  .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    padding: 40px 10px;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: #212121;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(-251px);
    -moz-transform: translateX(-251px);
    -ms-transform: translateX(-251px);
    -o-transform: translateX(-251px);
    transform: translateX(-251px);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
  }

  .main-nav.slidenav {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .main-nav > ul {
    float: none;
    padding: 25px 10px;
  }

  .main-nav > ul > li.has-child-menu:after {
    content: none;
  }

  .main-nav > ul > li > a:after {
    content: none;
  }

  .main-nav > ul > li {
    display: block;
    padding: 0 !important;
    margin-left: 0;
  }

  .main-nav > ul > li > a {
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    margin: 10px 0;
  }

  .main-nav ul li .fl {
    display: block;
    line-height: 35px;
  }

  .main-nav ul li .megamenu-wrap {
    position: static;
    min-width: 200px;
    background: transparent;
    border: none;
    padding: 5px 0px 5px 20px;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    display: none;
  }

  .main-nav ul li .sub-menu {
    position: static;
    min-width: 200px;
    background: transparent;
    border: none;
    padding: 5px 0px 5px 20px;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    display: none;
  }

  .main-nav ul li .sub-menu > li a {
    display: block;
    padding: 10px 0;
    color: #ddd;
    line-height: 0.8;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .main-nav ul li .megamenu-wrap ul li a {
    padding: 10px 0px;
    display: block;
    color: #ddd;
  }

  .main-nav ul li .sub-menu > li a:hover {
    background: transparent;
    color: #CB3727;
  }

  .slideInUp {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }

  .why-shopping-us .why-shopping-us-item h4 {
    min-height: auto;
  }

   #fws_content {
    max-width: 1170px;
  }

  /* ---- Slider responsive adjustments ---- */
  .slider-area .slider-wrapper .slider-info h2 {
    font-size: 50px;
    max-height: 195px; /* Adjusted for smaller font */
  }

  /* ---- Mobile hamburger menu — improved tap targets ---- */

  /* Main nav links — 48px tap target */
  .main-nav > ul > li > a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 8px 0;
    font-size: 15px;
    line-height: 1.4;
  }

  /* Sub-menu toggle arrow — 48x48 tap area */
  .main-nav .fl {
    width: 48px;
    height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
  }

  .main-nav .fl:before {
    font-size: 16px;
    line-height: 48px;
  }

  /* Megamenu category links — 48px tap target */
  .main-nav ul li .megamenu-wrap ul li a {
    padding: 12px 10px;
    min-height: 48px;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #ddd;
    border-left: 3px solid transparent;
    transition: all 0.2s;
  }

  .main-nav ul li .megamenu-wrap ul li a:hover,
  .main-nav ul li .megamenu-wrap ul li a:active {
    border-left-color: var(--fws-primary);
    color: #fff;
    background: rgba(255,255,255,0.05);
  }

  /* Category title in megamenu */
  .main-nav ul li .megamenu-wrap ul li.megamenu-list-title {
    margin-top: 8px;
  }

  .main-nav ul li .megamenu-wrap ul li.megamenu-list-title a {
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    border-left: 3px solid var(--fws-primary);
  }

  /* Sub-menu links — 48px tap target */
  .main-nav ul li .sub-menu > li a {
    padding: 12px 10px;
    min-height: 48px;
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 1.4;
  }
}

/* ==========================================================================
   2. min-width: 1200px + max-width: 1500px — Desktop range
   ========================================================================== */
/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
  .mk-product-item .mk-product-content .mk-product-title {
    padding: 0 15px;
    font-size: 14px;
  }

  .view-list .mk-product-item .mk-product-content .mk-product-title {
    padding: 10px 0px;
    font-size: 20px;
  }
}

/* ==========================================================================
   3. min-width: 1200px — Desktop min (PayPal button)
   ========================================================================== */
@media only screen and (min-width: 1200px) {
  #fws_paypal_button_container_portfolio {
    justify-content: left;
  }
}

/* ==========================================================================
   4. min-width: 992px + max-width: 1200px — Desktop range
   ========================================================================== */
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .product-box-area .single-box-2 .box-info h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .product-box-area .box-info h2 {
    font-size: 40px;
  }

  .product-box-area .box-info a.btn {
    margin-bottom: 24px;
  }

  .product-box-area .single-box-2 .box-info a.btn {
    margin-bottom: -6px;
  }

  .mk-product-item .mk-product-content .mk-product-title {
    padding: 0 15px;
    font-size: 14px;
  }

  .view-list .mk-product-item .mk-product-content .mk-product-title {
    padding: 10px 0px;
    font-size: 20px;
  }

  .countdown .countdown-wrapper .offer-text h4 {
    font-size: 25px;
  }

  .testimonial-area .testimonial-wrapper .owl-dots {
   /*bottom: -20px;*/
  }

  .fotter-area .single-fotter-2 .fotter-link ul li a {
    font-size: 13px;
  }

  .arrival-area .card .content a {
    padding: 0 25px;
  }

  .shop-area #home .mk-product-title {
    padding: 0 25px;
  }

  .shop-area #pricing .mk-product-title {
    padding: 0 80px !important;
  }

  .shop-area #about .mk-product-title {
    padding: 0 25px;
  }

  .product-details .container .product-information .alignment-area #customers .size-info .product-size-area .product-size-option {
    margin-right: 16px;
  }

  .product-details .container .product-information .alignment-area #customers .color-info .product-color-area .product-color-option {
    margin-right: 5px;
  }

  .cart-product-area #customers td, .cart-product-area #customers th {
    padding: 20px;
  }

  .collection-area .single-collection p {
    font-size: 16px;
  }

  .product-box-area .mk-banner-vertical-one .mk-banner-vertical-one-content h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .product-box-area .mk-banner-vertical-content h2 {
    font-size: 40px;
    line-height: 34px;
  }

  .product-box-area .mk-banner-vertical-one .mk-banner-vertical-one-content {
    text-align: center;
    margin-top: 4px;
    margin-bottom: 6px;
  }

   #fws_content {
    max-width: 960px;
  }
}

/* ==========================================================================
   5. min-width: 992px — List view desktop
   ========================================================================== */
@media (min-width: 992px) {
  .view-list .mk-product-item-info {
    flex: 0 0 300px;
    max-width: 300px;
  }

  .view-list .mk-product-image {
    min-height: 240px;
  }

  .view-list .mk-product-content {
    padding: 1.5rem 2rem;
  }

  .view-list .mk-product-title {
    font-size: 1.25rem;
  }

  .view-list .mk-product-description {
    font-size: 0.95rem;
  }

  .view-list .mk-product-actions .btn {
    padding: 0.6rem 1.25rem;
  }
}

/* ==========================================================================
   6. max-width: 991.98px — Tablet/mobile
   ========================================================================== */
@media (max-width: 991.98px) {

  /* ---- Typography & layout resets ---- */
  h1,h2,h3,h4,h5,h6 {
    font-size:initial;
  }

  .accepts_logos {
    max-height:40px;
  }

  .single-blog {
    margin-bottom: 30px;
  }

  /* ---- Animated hamburger icon ---- */
  .animated-icon {
    width: 30px;
    height: 20px;
    position: relative;
    margin-right: 0;
    border: none;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  .animated-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }

  .animated-icon span {
    background: #353535;
  }

  .animated-icon2 span {
    background: gray;
  }

  .animated-icon3 span {
    background: gray;
  }

  .animated-icon span:nth-child(1) {
    top: 0px;
  }

  .animated-icon span:nth-child(2) {
    top: 10px;
  }

  .animated-icon span:nth-child(3) {
    top: 20px;
  }

  .animated-icon.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .animated-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }

  .animated-icon.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  /* ---- Navbar collapse ---- */
  .collapse.nav-menus-wrapper.navbar-collapse {
    display: none !important;
  }

  .open .collapse.nav-menus-wrapper.navbar-collapse.show {
    display: block !important;
  }

  .collapse.nav-menus-wrapper.navbar-collapse.show {
    display: block !important;
  }

  /* ---- Sticky header ---- */
  .stickyHeader.sticky  {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--fws-surface);
    z-index: 999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  }

  /* ---- Product boxes & banners ---- */
  .product-box-area .mk-banner-vertical {
    padding: 20px;
  }

  .product-box-area .mk-banner-vertical-one {
    padding: 20px;
  }

  .mk-banner-vertical-image .img-fluid {
    display: none;
  }

  .product-box-area .mk-banner-vertical {
    margin-bottom: 30px;
  }

  /* ---- Arrival & countdown ---- */
  .arrival-area .card .card-info .image {
    text-align: center;
  }

  section.countdown .countdown-wrapper .offer-countdown #timer div {
    min-width: 50px;
  }

  section.countdown .countdown-wrapper .offer-countdown #timer div {
    font-size: 20px;
    margin: 5px;
  }

  section.countdown .countdown-wrapper .offer-countdown #timer div span {
    font-size: 12px;
    font-weight: 400;
  }

  .offer-countdown {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* ---- Dropdown ---- */
  .dropdown-menu.dropdown-menu-right.large.show {
    width: 300px;
  }

  /* ---- Testimonials ---- */
  .testimonial-area {
    background-size: cover;
    padding-top: 0px;
  }

  .testimonial-area .testimonial-wrapper .single-testimonial .testi-info .description {
    padding: 0 10px;
  }

  .testimonial-area .testimonial-wrapper .owl-dots {
    /*bottom: -20px;*/
  }

  /* ---- Slider ---- */
  .slider-area .slider-wrapper h1 {
    font-size: 45px;
  }

  .slider-area .slider-wrapper .slider-info h2 {
    font-size: 40px;
    max-height: 156px; /* Adjusted for smaller font */
  }

  .slider-area .slider-wrapper .slider-info p {
    font-size: 16px;
    line-height: 24px;
    max-height: 72px; /* Adjusted for smaller text */
  }

  /* ---- Shop area ---- */
  .arrival-area .card .content a {
    padding: 0 40px;
  }

  .shop-area .tab {
    padding: 5px 10px;
  }

  .form-control {
    padding: 0;
  }

  /* ---- FAQs & tabs ---- */
  .faqs-area .nav-tabs .nav-item .nav-link {
    font-size: 16px;
  }

  .faqs-area .tab-content #reviews form {
    padding: 0;
  }

  .faqs-area .tab-content #reviews .review .review-information p {
    padding-right: 0px;
  }

  .faqs-area .tab-content #reviews .review i::before {
    margin-right: 5px;
  }

  .faqs-area .tab-content #specification #specification-info .table-heading {
    padding: 20px 15px;
  }

  .faqs-area .tab-content #specification #specification-info .table-data {
    padding: 20px 15px;
  }

  /* ---- Product details ---- */
  .product-details .container .product-information .product-cart-btn a.mk-btn-sm.btn {
    margin-bottom: 20px;
  }

  .product-details .container .product-information .alignment-area #customers .size-info .product-size-area .product-size-option {
    margin-bottom: 10px;
  }

  .product-details .container .product-information .alignment-area #customers .color-info .product-color-area .product-color-option {
    margin-bottom: 10px;
  }

  /* ---- Cart ---- */
  .cart-product-area .coupon-all .coupon .coupon-input-area {
    display: flex;
    align-items: center;
  }

  .cart-product-area .coupon-all .coupon .cupon-btn {
    margin-top: 30px;
    margin-left: 0;
  }

  .cart-product-area .coupon-all .coupon .coupon-input-area {
    align-items: center;
    display: inline-grid;
  }

  .cart-product-area .cart-page-total table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  .cart-product-area #customers td, .cart-product-area #customers th {
    padding: 10px;
  }

  /* ---- Misc ---- */
  .comment-form {
    margin-bottom: 50px;
  }

  .why-shopping-us .why-shopping-us-item {
    margin-bottom: 30px;
  }

  .blog-sidebar-widget-area {
    margin-bottom: 0;
    margin-top: 40px;
  }
}

/* ==========================================================================
   7. min-width: 768px + max-width: 991px — Tablet range
   ========================================================================== */
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .shop-area .sidebar-widget .brands .brand-image .brand img {
    width: 100px;
  }

  .nav-search {
    width: 35%;
    margin-top: 0;
  }

  .nav-header {
    margin-top: 0px;
  }

  .slider-info {
    text-align: center;
  }

  .product-box-area .mk-banner-vertical-image {
    margin-bottom: 50px;
  }

  .collection-area .single-collection h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .mk-product-item .mk-product-content .mk-product-title {
    padding: 0 15px;
    font-size: 12px;
  }

  .view-list .mk-product-item .mk-product-content .mk-product-title {
    padding: 10px 0px;
    font-size: 20px;
  }

  .product-box-area .mk-banner-vertical-image {
    margin-bottom: 0;
  }

  .countdown .countdown-wrapper .offer-text {
    margin-bottom: 20px;
  }

  .countdown .countdown-wrapper .offer-countdown #timer {
    justify-content: center;
  }

  .testimonial-area .testimonial-wrapper .single-testimonial .testi-info .description {
    padding: 0px 60px;
  }

  .testimonial-area .testimonial-wrapper .owl-dots {
    /*bottom: -20px;*/
  }

  .faqs-area .tab-content #reviews .review .review-information p {
    padding-right: 100px;
  }

  .cart-product-area #customers td, .cart-product-area #customers th {
    padding: 15px;
  }

   #fws_content {
    max-width: 860px;
  }
}

/* ==========================================================================
   8. min-width: 768px — Tablet+ (product action buttons, list view)
   ========================================================================== */
@media (min-width: 768px) {

  /* ---- Product action buttons ---- */
  .product-action-buttons {
    flex-direction: row;      /* side by side */
    align-items: center;
  }

  .product-action-buttons > * {
    flex: 0 0 auto;           /* prevent buttons stretching oddly */
  }

   .product-cart-btn {
    min-width: 200px;
  }

  /* ---- List view tablet ---- */
  .view-list .mk-product-item-info {
    flex: 0 0 250px;
    max-width: 250px;
  }

  .view-list .mk-product-content {
    padding: 1.5rem;
  }

  .view-list .mk-product-description {
    -webkit-line-clamp: 3;
  }
}

/* ==========================================================================
   9. min-width: 576px — Small tablet+ (list view buttons)
   ========================================================================== */
@media (min-width: 576px) {
  .view-list .mk-product-actions .btn-add-to-cart,
  .view-list .mk-product-actions .btn-select-options,
  .view-list .mk-product-actions .btn-view-product {
    flex: 1 1 calc(50% - 0.5rem);
  }

  .view-list .mk-product-actions .btn-wishlist {
    flex: 1 1 100%;
  }
}

/* ==========================================================================
   10. max-width: 767.98px — Mobile
   ========================================================================== */
@media (max-width: 767.98px) {

  /* ---- Sort & category ---- */
  #sortbyselect {
    width:100%;
    margin:0;
  }

  /* category menu */
  .sidebar-widget:has(.product-category) {
    display:none;
  }

  /* ---- Error page ---- */
  .error-area .error-area-wrapper img {
    max-width: 100%;
  }

  /* ---- FAQs ---- */
  .faqs-area .tab-content #product-details .common-quote span {
    font-weight: normal;
  }

  /* ---- Breadcrumbs ---- */
  .breadcrumbs-area .breadcrumbs-wrapper .mk-page-title h2/*, .blog-content h1, .blog-content h2, .blog-content h3*/ {
    font-size: 36px;
  }

  /* ---- Product details ---- */
  .product-information {
    margin-top: 50px;
  }

  .product-details .container .product-information .alignment-area #customers .size-info .product-size-area .product-size-option {
    margin-right: 10px;
  }

  /* ---- Newsletter ---- */
  .newsletter-img-box {
    display: none !important;
  }

  a#btnClose {
    right: 0;
  }

  /* ---- Tabs ---- */
  .nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 100%;
    text-align: left;
    border: 1px solid var(--fws-border);
  }

  /* ---- Product & collection ---- */
  .prouduct-view-area {
    padding-top: 30px;
  }

  .collection-area .single-collection {
    margin-bottom: 30px;
  }

  /* ---- Top bar ---- */
  .top-bar {
    text-align: center;
  }

  .top-bar .top-bar-right, .top-bar .top-bar-left {
    float: none;
  }

  .top-bar .top-bar-right {
    float: none;
    margin-top: 10px;
  }

  .top-bar .top-bar-right ul li {
    margin: 0px 6px;
  }

  .top-bar .top-bar-left ul li {
    margin-right: 5px;
  }

  .top-bar .top-bar-left ul li:last-child {
    margin-right: 0;
  }

  /* ---- Product box ---- */
  .product-box-area .mk-banner-vertical {
    margin-bottom: 30px;
  }

  /* ---- Pagination ---- */
  .pagination a {
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 34px;
  }

  /* ---- Slider ---- */
  /* Keep minimum heights to prevent jumping */
  .slider-area {
    min-height: 500px; /* Keep consistent height */
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .slider-wrapper.owl-carousel,
  .slider-wrapper .owl-stage-outer {
    min-height: 450px; /* Keep consistent height */
  }

  .slider-area .row {
    min-height: 450px; /* Keep consistent height */
    align-items: center;
  }

  /* Fix image container with aspect ratio */
  .slider-area .slider-wrapper .slide-imge {
    position: relative;
    width: 100%;
    padding-bottom: 75%; /* 4:3 aspect ratio for mobile */
    margin-top: 30px;
    overflow: hidden;
  }

  .slider-area .slider-wrapper .slide-imge img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: center;
  }

  .slider-area .slider-wrapper .slider-info h2 {
    font-size: 32px;
    line-height: 1.3;
    max-height: 125px; /* 32px * 1.3 * 3 lines */
  }

  .slider-area .slider-wrapper .slider-info p {
    font-size: 16px;
    line-height: 24px;
    max-height: 72px;
  }

  .slider-area .slider-wrapper .slider-info {
    margin-top: 0px;
    text-align: center;
  }

  .slider-area .slider-wrapper .slider-info p {
    font-size: 18px;
  }

  .slider-area .slider-wrapper .slider-info .slider-btn {
    margin-top: 0;
  }

  /* ---- FAQs accordion ---- */
  .faqs-area .tab-content .accordion-item p {
    padding: 0;
  }

  .faqs-area .tab-content .accordion-item a {
    font-size: 14px;
    text-transform: capitalize;
  }

  .faqs-area .tab-content .accordion-item a.collapsed {
    font-size: 14px;
    text-transform: capitalize;
  }

  .faqs-area .tab-content .accordion-item a i::before {
    font-size: 10px !important;
    position: relative;
    top: -2px !important;
    margin-right: 4PX;
  }

  /* ---- Cart ---- */
  .cart-product-area .cart-page-total table th, .cart-product-area .cart-page-total table td {
    padding: 15px 10px;
  }

  /* ---- Account ---- */
  .my-account-content {
    margin-top: 30px;
  }

  p.cart-btn a.mk-btn-sm.btn {
    font-weight: normal;
    font-size: 14px;
    padding: 10px 15px;
  }

  /* ---- Blog ---- */
  .blog-information .entry-meta, .blog-catagory {
    flex-direction:column;
    align-items:center;
  }

  .blog-details-area { margin:0;}

  .blog-details-area .blog-details .full-blog .blog-information {
    padding:0px;
  }

  .blog-catagory { display:none;}

  /* ---- Sort controls ---- */
  .results_sortby_container {
    text-align:center !important;
  }

  #pager_sort_by {
    width:65%;
    min-width:300px;
  }

  /* ---- MOBILE bottom-sheet behaviour ---- */

  /* Full-screen dimmed backdrop */
  .mobile-dropdown-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-out;
    z-index: 1050; /* below the sheet, above page */
  }

  body.toolbar-dropdown-open .mobile-dropdown-backdrop {
    opacity: 1;
    pointer-events: auto; /* click to close */
  }

  /* Bottom sheet dropdown menu */
  .product-toolbar .dropdown-menu.toolbar-dropdown {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    transform: none !important;
    margin: 0 !important;
    width: 100% !important;
    max-height: 70vh;
    overflow-y: auto;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -6px 22px rgba(0,0,0,0.3);
    background: var(--fws-surface);
    z-index: 1051 !important; /* above backdrop */
  }

  /* Nice large tap targets */
  .product-toolbar .dropdown-menu.toolbar-dropdown .dropdown-item {
    padding: 1rem 1.25rem;
    font-size: 1rem;
  }

  /* Header inside the sheet ("Sort by", "Show per page") */
  .product-toolbar .dropdown-menu.toolbar-dropdown .dropdown-header {
    padding: 1rem 1.25rem;
    font-weight: 600;
    border-bottom: 1px solid var(--fws-border);
    margin-bottom: 0;
  }

  /* avoid positioning conflict with loyalty scheme UX */
  /* Default: show the button */
  #fws-info-button {
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  }

  /* When dropdown "modal" is open, hide it */
  body.toolbar-dropdown-open #fws-info-button {
    opacity: 0;
    pointer-events: none;      /* don't let it block taps */
    transform: translateY(10px); /* optional little slide down */
  }

  /* ---- Product toolbar mobile ---- */
  .product-toolbar-inner {
    justify-content: flex-end;
  }

  .product-toolbar-controls {
    width: 100%;
    justify-content: space-between;
  }

  .toolbar-btn {
    padding: 0.5rem 0.25rem;
    font-size: 0.85rem;
  }

  .toolbar-divider {
    margin: 0 0.25rem;
  }

  /* ---- Product toolbar bottom-sheet ---- */
  .product-toolbar .toolbar-dropdown {
    position: fixed !important;     /* detach from button */
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100%;
    max-height: 60vh;
    overflow-y: auto;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
    padding-bottom: 0.75rem;
    z-index: 1050;                  /* above page content */
  }

  /* Larger tap targets in the sheet */
  .product-toolbar .toolbar-dropdown .dropdown-item {
    padding: 0.9rem 1.25rem;
    font-size: 1rem;
  }

  /* Mobile header inside the sheet */
  .product-toolbar .toolbar-dropdown .dropdown-header {
    padding: 0.9rem 1.25rem;
    font-weight: 600;
    border-bottom: 1px solid var(--fws-border);
    margin-bottom: 0.25rem;
  }
}

/* ==========================================================================
   11. max-width: 640px — Bulk buying widget
   ========================================================================== */
@media (max-width: 640px) {
  #bulk-buying-widget .bulk-option {
    flex-wrap: wrap;
    gap: 12px;
  }

  #bulk-buying-widget .bbw-option-info {
    flex-basis: 100%;
  }

  #bulk-buying-widget .bbw-price-section {
    min-width: auto;
  }

  #bulk-buying-widget .bbw-add-btn {
    flex: 1;
  }
}

/* ==========================================================================
   12. max-width: 575.98px — Smartphone
   ========================================================================== */
@media (max-width: 575.98px) {

  /* ---- Buttons full-width ---- */
  .mk-btn.btn {
    width:100%;
  }

  button.mk-btn.btn.banner-btn.wishlist-btn {
    width:initial;
  }

  .mk-btn.btn:hover, a.mk-btn.btn.form-btn.contact-submit:hover {
    background-color:var(--fws-primary);
    color:var(--fws-primary-alt);
  }

  .blog_comments_submit {
    width:100%;
  }

  /* ---- Countdown ---- */
  .countdown .countdown-wrapper .offer-countdown #timer {
    display: block;
    width:250px;
  }

  /* ---- Product slider nav ---- */
  .product-slider .owl-nav .owl-next {
    right: 0;
  }

  .product-slider .owl-nav .owl-prev {
    left: 0;
  }

  /* ---- Logo ---- */
  a.logo_wrapper.main_logo {
    text-align: center;
    display: block;
  }

  a.logo_wrapper.main_logo img {
    margin: 14px auto;
  }

  /* hide logo when scrolling on small screens*/
  .stickyHeader.sticky a.main_logo {
    display:none;
  }

  /* ---- Menu icons ---- */
  .menu-right-icon {
    float: left;
    margin: 15px 0px 15px 0;
  }

  .menu-right-icon ul li .searchbox {
    right: 0;
  }

  /* ---- Header ---- */
  .header_area {
    margin: 0px 0;
  }

  /* ---- Account ---- */
  .my-account-area .my-account-wrapper .social-button a {
    font-size: 12px;
  }

  /* ---- Dropdown ---- */
  .dropdown-menu.show {
    top: 14px !important;
  }

  /* ---- Blog standards ---- */
  .blog-standards-area .blog-standards-item .blog-information .entry-meta a i::before {
    margin-right: 0px;
  }

  .blog-standards-area .blog-standards-item .blog-information .entry-meta a {
    font-size: 13px;
    font-weight: 500;
  }

  .blog-standards-area .blog-standards-item .blog-information .blog-post-title h3 {
    font-size: 16px;
    margin-top: 10px;
    line-height: 26px;
  }

  .blog-sidebar-widget-area .small-post-wrapper .small-post-item-content .small-post-item-title {
    font-size: 13px;
  }

  /* ---- Blog details ---- */
  .blog-details-area .blog-details .full-blog .blog-information .entry-meta a {
    font-size: 13px;
    font-weight: 500;
  }

  .blog-details-area .blog-details .full-blog .blog-information .entry-meta a i::before {
    font-size: 12px;
    margin-right: 0px;
  }

  .blog-details-area .blog-details .full-blog .blog-information .blog-post-title h3 {
    font-size: 17px;
    margin-top: 10px;
    line-height: 30px;
  }

  /* ---- Content width ---- */
  #fws_content {
    /*max-width: 540px;*/
  }

  /* ---- Category header ---- */
  .category-header-info img {
    float:none;
    display:block;
    margin:0 auto;
  }

  /* ---- Product details stacked ---- */
  #customers {
    width: 100%;
  }

  #customers tr {
    display: block;         /* make each row a block */
    margin-bottom: 0.75rem; /* spacing between items */
  }

  #customers td {
    display: block;         /* stack all cells vertically */
    padding: 0.15rem 0;
  }

  #customers .dots {
    display: none;          /* hide the dots on small screens */
  }

  #customers .info-title {
    text-align:center;
    background-color:var(--fws-primary);
    color:var(--fws-primary-alt);
  }

  #customers .sub-title {
    margin-top: 0.1rem;     /* small gap under the label */
    text-align:center;
  }

  td.product-quantity,
  div.quantity {
    text-align:center;
  }

  div.qty-input {
    display:block !important;
    text-align:center;
  }

  a.qty-count {
    display:inline-block;
  }

  /* ---- Product ribbons ---- */
  .product-ribbons {
    margin-bottom: 0.75rem;
  }

  .product-ribbon {
    padding: 0.3rem 0.6rem;
    font-size: 0.75rem;
  }

  .btn-soldout {
    width: 100%;
    justify-content: center;
  }

  /* ---- Mobile footer ---- */

  /* Force both link columns to full width, stacked */
  .fotter-widget-area .col-6:has(.widget-fotter-menu) {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .fotter-widget-area .widget-fotter-menu {
    padding: 0 15px;
    margin-bottom: 10px;
  }

  /* Section title: compact, centered */
  .fotter-widget-area .widget-fotter-menu .widget-fotter-title h4 {
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 12px;
    padding-bottom: 10px;
  }

  .fotter-widget-area .widget-fotter-menu .widget-fotter-title h4::before {
    left: 50%;
    transform: translateX(-50%);
  }

  /* Remove default list spacing */
  .fotter-widget-area .widget-fotter-menu .widget-fotter-link {
    margin-top: 0;
  }

  .fotter-widget-area .widget-fotter-menu .widget-fotter-link ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  /* Each link: full-width block, generous tap target */
  .fotter-widget-area .widget-fotter-menu .widget-fotter-link ul li {
    margin-bottom: 0;
    border-bottom: 1px solid var(--fws-border);
  }

  .fotter-widget-area .widget-fotter-menu .widget-fotter-link ul li:last-child {
    border-bottom: none;
  }

  .fotter-widget-area .widget-fotter-menu .widget-fotter-link ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 500;
    color: var(--fws-text-muted);
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    border-radius: 0;
  }

  .fotter-widget-area .widget-fotter-menu .widget-fotter-link ul li a::after {
    content: "\203A";
    font-size: 22px;
    font-weight: 300;
    color: #bbb;
    margin-left: 8px;
    line-height: 1;
  }

  .fotter-widget-area .widget-fotter-menu .widget-fotter-link ul li a:hover {
    margin-left: 0;
    background: var(--fws-surface-alt);
    color: var(--fws-primary);
  }

  .fotter-widget-area .widget-fotter-menu .widget-fotter-link ul li a:hover::after {
    color: var(--fws-primary);
  }

  /* Hide the small arrow icon prefix if present (chevron suffix replaces it) */
  .fotter-widget-area .widget-fotter-menu .widget-fotter-link ul li a i {
    display: none;
  }

  /* ---- Mobile footer spacing normalisation ---- */

  /* Overall footer padding */
  .fotter-widget-area {
    padding-top: 30px !important;
    padding-bottom: 0 !important;
  }

  /* Store info column: centre everything, tighten bottom margin */
  .fotter-widget-area .col-sm-12:has(.widget-clearfix) {
    margin-bottom: 25px !important;
    text-align: center;
  }

  .fotter-widget-area .widget-clearfix img {
    margin-bottom: 15px;
    margin-top: 0;
  }

  .fotter-widget-area .widget-clearfix p {
    margin-bottom: 4px;
  }

  /* Consistent gap between each footer section column */
  .fotter-widget-area .row > [class*="col-"] {
    margin-bottom: 25px;
  }

  /* Link section titles: uniform spacing */
  .fotter-widget-area .widget-fotter-title h4 {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 10px !important;
    padding-bottom: 8px;
  }

  /* Remove the large margin-top on link lists */
  .fotter-widget-area .widget-fotter-menu .widget-fotter-link {
    margin-top: 0 !important;
  }

  /* Stay In Touch column: centre text, normalise spacing */
  .fotter-widget-area .widget-fotter-contact {
    text-align: center;
  }

  .fotter-widget-area .widget-fotter-contact .widget-fotter-title h4 {
    text-align: center;
  }

  .fotter-widget-area .widget-fotter-contact .widget-fotter-title h4::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .fotter-widget-area .contact-info {
    margin-top: 10px !important;
    margin-bottom: 10px;
  }

  .fotter-widget-area .subscribe-area {
    margin: 15px 0 !important;
  }

  /* Copyright bar: reduce top margin on mobile */
  .fotter-widget-area .copy-right-area:last-child {
    margin-top: 15px;
    padding-top: 20px;
  }

  /* ---- Mobile blog roll optimisation ---- */

  /* Kill the nested container/col padding that eats horizontal space */
  .blog-standards-area .container,
  .blog-standards-area .container > div,
  .blog-standards-area .col-xl-12,
  .blog-standards-area .col-lg-12,
  .blog-details-area .container,
  .blog-details-area .container > div,
  .blog-details-area [class*="col-lg"],
  .blog-details-area [class*="col-xl"] {
    padding-left: 0;
    padding-right: 0;
  }

  /* Tighten area padding */
  .blog-standards-area {
    padding: 20px 0;
  }

  /* Full-bleed cards: drop shadow, radius, margin */
  .blog-standards-area .blog-standards-item {
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 20px;
    border-bottom: 1px solid var(--fws-border);
  }

  /* Edge-to-edge images */
  .blog-post-img {
    border-radius: 0;
  }

  /* Hide overlay title text on small screens — unreadable when cramped */
  .blog-overlay-title,
  .blog-hero-title {
    display: none;
  }

  .blog-hero-overlay {
    display: none;
  }

  /* Remove the gradient pseudo-element on mobile too */
  .blog-post-img a::after {
    display: none;
  }

  /* Tighter info section padding */
  .blog-standards-area .blog-standards-item .blog-information {
    padding: 15px;
  }

  /* Smaller excerpt text */
  .blog-standards-area .blog-standards-item .blog-information .blog-post-title p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
  }

  /* Tag container: tighter padding */
  .blog-tag-container {
    padding: 12px 15px 15px;
  }

  /* Full-width Read More button on mobile */
  .blog-standards-area .blog-standards-item .blog-information a.read-more {
    display: block;
    text-align: center;
  }

  /* ---- Mobile blog detail optimisation ---- */

  /* Full-bleed detail card */
  .blog-details-area .blog-details {
    box-shadow: none;
    border-radius: 0;
  }

  /* Restore sensible padding (responsive.css sets it to 0) */
  .blog-details-area .blog-details .full-blog .blog-information {
    padding: 12px !important;
  }

  /* Blog content: remove its own padding (container chain already provides spacing) */
  .blog-details-area .blog-details .blog-content {
    padding: 0 !important;
  }

  /* Better body text readability */
  .blog-details-area .blog-details .blog-content p {
    font-size: 16px;
    line-height: 1.75;
    color: var(--fws-text-muted);
  }

  /* Tighter quote padding */
  .blog-details-area .blog-details .blog-quote blockquote {
    padding-left: 15px;
  }

  /* Comment area spacing */
  .blog-details-area .comment-area {
    padding: 0 15px;
  }

  .blog-details-area .comment-area .middle-comment {
    padding: 12px 12px 12px 15px;
  }

  .blog-details-area .comment-area .middle-comment .author-imge {
    margin-left: 10px;
  }

  /* Entry meta: wrap neatly */
  .blog-details-area .blog-details .full-blog .blog-information .entry-meta {
    gap: 12px;
  }

  /* Detail page hero image */
  .blog-details-area .blog-hero-wrapper img,
  .blog-details-area .blog-post-img img {
    border-radius: 0;
    max-height: 250px;
  }

  /* Sidebar: remove border, tighter padding */
  .blog-sidebar-widget-area {
    border: none;
    padding: 15px 0;
  }

  /* ---- List view mobile (stacked) ---- */
  .view-list .mk-product-actions .btn {
    flex: 1 1 100%;
  }

  .view-list .mk-product-item {
    flex-direction: column;
  }

  .view-list .mk-product-item-info {
    flex: 0 0 auto;
    max-width: 100%;
  }

  .view-list .mk-product-image {
    min-height: 250px;
  }

  .view-list .mk-product-content {
    padding: 1rem;
  }

  .view-list .mk-product-title {
    font-size: 1rem;
  }

  .view-list .mk-product-description {
    font-size: 0.85rem;
    -webkit-line-clamp: 2;
  }

  /* Stack buttons on mobile */
  .view-list .mk-product-actions {
    flex-direction: row;
  }

  .view-list .btn-add-to-cart {
    flex: 1;
  }

  /* ---- Featured grid v2 ---- */
  .mk-featured-grid-v2 .mk-product-actions {
    flex-direction: column;
  }

  .mk-featured-grid-v2 .mk-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================================
   13. min-width: 480px + max-width: 767.98px — Large mobile range
   ========================================================================== */
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767.98px) {
  .dropdown-menu.show {
    top: 21px !important;
    padding: 10px;
    width: 300px;
  }

  .dropdown-menu.dropdown-menu-right.large.show {
    width: 335px;
  }

  .shop-area .side-bar .sidebar-two .brand-image .brand img {
    padding: 10px;
  }

  .faqs-area .nav-tabs .nav-item .nav-link {
    font-size: 16px;
  }

  .faqs-area .tab-content #reviews .review .review-information p {
    padding-right: 0px;
  }

  .blog-details-area .blog-details .entry-meta a {
    font-size: 14px;
  }

  .blog-details-area .blog-details .full-blog .blog-left-side .entry-meta a {
    font-size: 14px;
  }

  .cart-product-area .cart-page-total table {
    width: 100%;
    border-collapse: collapse;
    display: inline-table;
  }
}

/*# sourceMappingURL=responsive.css.map */
