@media screen and (max-width: 1399px) {
  html {
    font-size: 85%;
  }

  .filter-ber {
    height: calc(100vh - 103px);
    top: 103px;
  }
}

@media screen and (max-width: 1199px) {
  .container {
    max-width: 95%;

    width: 100%;

    margin: 0 auto;
  }

  section.home-sec5 .box2 {
    grid-template-columns: 45.125rem auto;
  }

  section.home-sec5 .box2 .text-wraper {
    padding: 2.43rem 2.5rem 2.63rem 1.87rem;
  }

  section.home-sec7 img.bg-img {
    height: 41.25rem;
  }

  /* Design By Arunisha Bera(Moti) start */

  .login_sec .side_img {
    width: 50%;

    object-fit: cover;

    object-position: top;
  }

  .signup.login_sec .inputs .input_dv {
    width: 47%;
  }

  /* Design By Arunisha Bera(Moti) end */

  /* !27-10-2025! */

  .membership .memtabs-outer .mem-tabs-container .mem-row {
    gap: 20px;
  }

  /* Reduce the max-width slightly if content is wrapping too tightly */
  .membership .memtabs-outer .mem-tabs-container .mem-row .mem-contentbx {
    /* max-width: calc(33% - 12px); */
    /* 3 boxes, taking gap into account */
  }

  .membership .memtabs-outer .mem-tabs-container .mem-row .mem-contentbx h6 + p {
    margin-top: 20px;
  }

  /* !27-10-2025! */
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 82%;
  }

  .product-card .img-wraper {
    height: 20.375rem;
  }

  section.collection-product-details-sec1 .product-slider .thumbnail-slider .item img {
    height: 10rem;
  }

  section.collection-product-details-sec1 .product-slider .main-image img {
    height: 40rem;
  }
}

/* nav ber css start */

@media screen and (max-width: 991px) {
  .slim-container a.slimNav_sk78-reveal span {
    background: #6d593e;

    margin: 0;

    width: 2.6rem;

    height: 0.1875rem;
  }

  .slim-container a.slimNav_sk78-reveal span + span {
    width: 2.2rem;
  }

  .slim-container a.slimNav_sk78-reveal span + span + span {
    width: 1.8rem;
  }

  .slim-container .slim-bar {
    background: transparent;

    padding: 0;
  }

  .slim-container a.slimNav_sk78-reveal {
    width: 3.3rem;

    height: 3rem;

    padding: 0 !important;

    display: flex;

    flex-direction: column;

    justify-content: center;

    gap: 0.52rem;

    z-index: 99;

    align-items: flex-end;

    top: 0.6rem;

    right: 0.9rem !important;

    color: #6d593e;

    border-radius: 6.25rem;

    border: transparent;

    background-color: transparent;

    font-size: 2.15rem !important;
  }

  .slim-container .slim-nav {
    background: #6d593e;

    margin-top: 4.6715rem;
  }

  .slim-container .slim-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ffffff;

    background-color: #f5f5f5;

    border-radius: 10px;
  }

  .slim-container .slim-nav::-webkit-scrollbar {
    width: 8px;

    background-color: #f5f5f5;

    border-radius: 10px;
  }

  .slim-container .slim-nav::-webkit-scrollbar-thumb {
    background-color: #6d593e;

    border: 2px solid #fff;

    border-radius: 10px;
  }

  .slim-container .slim-nav ul {
    flex-direction: column;

    gap: 0 !important;
  }

  .slim-container .slim-nav ul li a {
    width: 100%;

    padding: 0.7rem 1.25rem !important;

    color: #fff !important;

    text-transform: capitalize;

    box-sizing: border-box;

    border: none !important;

    border-bottom: 1px solid rgba(255, 255, 255, 0.7333333333) !important;
  }

  .slim-container .slim-nav ul li.slim-last a {
    border: none !important;
  }

  .slim-container .slim-nav ul li a:hover {
    background: transparent;
  }

  .slim-container .slim-nav ul {
    flex-direction: column;

    gap: 0 !important;
  }

  .slim-container .slim-nav ul li a.slim-expand {
    display: flex;

    align-items: center;

    justify-content: center;

    background: #6d593e;

    margin: 0;

    width: 3.65rem;

    height: 3.65rem;
  }

  .slim-container .slim-nav ul li a.slim-expand:hover {
    background: #6d593e;
  }

  .slim-container .slim-nav ul li li a {
    width: 100%;

    opacity: 1;
  }

  .offer-sec2 .creative-design {
    transform: scale(1);
  }
}

/* nav ber css end */

@media screen and (max-width: 991px) {
  div#navigation {
    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;
  }

  header .header-bottom-part .right-content-wraper {
    gap: 2rem;

    padding-right: 5rem;
  }

  header .header-bottom-part .right-content-wraper .card-wraer {
    position: relative;

    z-index: 99999999;
  }

  header .header-bottom-part .right-content-wraper a.brown-btn {
    position: relative;

    z-index: 99999999;
  }

  header .header-bottom-part .right-content-wraper a.myaccount-btn {
    color: #000000;
    position: relative;
    padding: 0 !important;
    background-color: #6d593e;
    width: 35px;
    height: 35px;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: transparent;
  }

  header .header-bottom-part .right-content-wraper a.myaccount-btn::before {
    content: "\f007";
    font-family: FontAwesome;
    font-size: 1.5rem;
    transform: 0;
    color: #ffffff;
    margin: 0 0 0 7px;
  }
  header .header-bottom-part .logo-wraper {
    position: relative;

    z-index: 99999999;
  }

  section.home-banner .bnr-slider .item img {
    height: 32rem;
  }

  section.home-sec2 {
    padding: 4rem 0;
  }

  section.home-sec2 .row {
    gap: 2.5rem 0;

    justify-content: center;
  }

  section.home-sec3 {
    padding-bottom: 4rem;
  }

  section.home-sec3 .img-wraper img.small-img {
    max-width: 11.1875rem;

    max-height: 14.6875rem;

    top: 1.44rem;
  }

  section.home-sec5 {
    padding: 4rem 0;
  }

  section.home-sec7 img.bg-img {
    height: 31.25rem;
  }

  section.home-sec5 .box2 {
    grid-template-columns: 32.125rem auto;
  }

  section.home-sec9 {
    padding-bottom: 4rem;
  }

  section.home-sec9 .review-card p {
    margin-bottom: 2.19rem;
  }

  section.collection-product-details-sec1 {
    padding-bottom: 4rem;

    padding-top: 4rem;
  }

  section.collection-product-details-sec1 .product-slider .thumbnail-slider .item img {
    height: 16rem;
  }

  section.collection-product-details-sec1 .product-slider .thumbnail-slider {
    margin-bottom: 3rem;
  }

  section.home-sec6 {
    padding-bottom: 4rem;
  }

  .filter-ber {
    z-index: 99999999999;
  }

  /* Design By Arunisha Bera(Moti) start */

  .hw_sec1 {
    padding: 2.5rem 0 4rem;
  }

  .hw_sec3 {
    padding: 4rem 0;
  }

  .hw_sec5 {
    margin-top: 4rem;
  }

  .login_sec .top {
    position: relative;

    padding: 2rem 0;
  }

  .login_sec .login_dv {
    padding-left: 0;
  }

  .login_sec .side_img {
    width: 100%;

    object-fit: cover;

    object-position: top;

    position: relative;
  }

  /* Design By Arunisha Bera(Moti) end */

  /* New */
  .slim-container a.slimNav_sk78-reveal {
    top: -0.2rem;
  }

  /* !27-10-2025! */
  /* Make the content boxes take up about half the width, creating two columns */
  .membership .memtabs-outer .mem-tabs-container .mem-row .mem-contentbx {
    /* max-width: calc(33% - 8px); */
    /* Two columns with a 30px gap (15px each side) */
    /* margin-top: 30px; */
    /* Add space below each box */
  }

  .membership .memtabs-outer .mem-tabs {
    /* display: block; */
    /* Make the tab wrapper block-level for better alignment */
    /* width: 100%; */
    text-align: center;
  }

  .membership .memtabs-outer .mem-tabs ul {
    justify-content: center;
    /* Center the tabs in the container */
  }

  .membership .memtabs-outer .mem-tabs-container .mem-row {
    gap: 15px;
  }

  .membership .memtabs-outer .mem-tabs-container .mem-row .mem-contentbx h4 {
    font-size: 28px;
  }

  .membership .memtabs-outer .mem-tabs-container .mem-row .mem-contentbx h4 img {
    width: 15px;
  }

  .membership .memtabs-outer .mem-tabs-container .mem-row .mem-contentbx ul li {
    align-items: flex-start;
  }

  .membership {
    padding: 4rem 0;
  }

  .membership .memtabs-outer .mem-tabs-container .mem-row .mem-contentbx {
    max-width: calc(50% - 8px);
    /* 3 boxes, taking gap into account */
  }

  /* !27-10-2025! */
}

@media screen and (max-width: 767px) {
  /* nav ber css start ---------- */

  .slim-container .slim-nav {
    margin-top: 3.7815rem;
  }

  .slim-container a.slimNav_sk78-reveal {
    width: 2.5rem;

    height: 2.2rem;

    gap: 0.36rem;

    font-size: 1.55rem !important;

    top: 0.6rem;
  }

  .slim-container a.slimNav_sk78-reveal span {
    width: 1.9rem;
  }

  .slim-container a.slimNav_sk78-reveal span + span {
    width: 1.7rem;
  }

  .slim-container a.slimNav_sk78-reveal span + span + span {
    width: 1.6rem;
  }

  .slim-container a.slimNav_sk78-reveal span + span {
    width: 1.2rem;
  }

  /* nav ber css end ---------- */

  h2 {
    font-size: 2rem;

    line-height: 3.4rem;
  }

  h2 span {
    font-size: 3.6rem;
  }

  .brown-btn {
    padding: 0.42rem 1.25rem;
  }

  .container {
    max-width: 98%;
  }

  header .header-bottom-part .right-content-wraper {
    gap: 1.2rem;

    padding-right: 3.2rem;
  }

  header .header-bottom-part .right-content-wraper .card-wraer {
    gap: 1.2rem;
  }

  header .header-bottom-part .logo-wraper a img {
    max-width: 3.5rem;

    max-height: 3.5rem;
  }

  header .header-top-part h6 {
    font-size: 0.8rem;
  }

  header .header-bottom-part .flex-wraper {
    padding-right: var(--bs-gutter-x, 0.75rem);

    padding-left: var(--bs-gutter-x, 0.75rem);
  }

  header .container {
    max-width: 100%;

    padding: 0;
  }

  section.home-banner .content-wraper h1 {
    font-size: 2.2rem;

    line-height: 3.4rem;

    text-align: center;
  }

  section.home-banner .content-wraper h1 span {
    font-size: 4.5rem;
  }

  section.home-banner .bnr-slider .item img {
    height: 23rem;
  }

  section.home-banner .content-wraper p {
    margin-bottom: 1.2rem;

    text-align: center;
  }

  section.home-banner .content-wraper a.animate-brown-btn {
    margin: 0 auto;

    display: table;
  }

  section.home-banner .content-wraper {
    padding-bottom: 2rem;

    background: #ffffff96;
  }

  section.home-sec2 {
    padding: 2.5rem 0;
  }

  section.home-sec2 .row {
    gap: 1.8rem 0;
  }

  section.home-sec3 .img-wraper img.big-img {
    max-width: 100%;
  }

  section.home-sec3 .img-wraper img.small-img {
    max-width: 9rem;

    max-height: 11rem;

    top: 1rem;

    left: 1rem;
  }

  section.home-sec3 img.logo-img {
    max-width: 7.8125rem;

    max-height: 8.5625rem;

    margin: 2rem auto;
  }

  section.home-sec3 {
    padding-bottom: 2.5rem;
  }

  section.home-sec4 .row {
    gap: 1.4rem 0;
  }

  section.home-sec5 .box {
    display: block;

    border-radius: 1rem;
  }

  .product-card h5,
  .product-card p,
  .product-card h6 {
    text-align: center;
  }

  section.home-sec5 .box img.main-img {
    border-radius: 1rem;
  }

  section.home-sec5 .box .text-wraper {
    padding: 1.8rem;
  }

  section.home-sec5 .box .text-wraper h2,
  section.home-sec5 .box .text-wraper p {
    text-align: center;
  }

  section.home-sec5 .box .text-wraper a.animate-brown-btn {
    margin: 1rem auto 0;
  }

  section.home-sec5 {
    padding: 2.5rem 0;
  }

  section.home-sec6 .row {
    gap: 1.4rem 0;
  }

  section.home-sec7 img.bg-img {
    height: 25rem;
  }

  section.home-sec7 .content-wraper h2 {
    font-size: 2.4rem;

    line-height: 3rem;

    margin-bottom: 1rem;
  }

  section.home-sec7 .content-wraper h2 span {
    font-size: 4.6rem;
  }

  section.home-sec5 .box2 .text-wraper ul li {
    margin-bottom: 1.7rem;

    flex-direction: column;

    display: flex;

    align-items: center;

    gap: 0.5rem;
  }

  section.home-sec5 .box2 .text-wraper ul::after {
    display: none;
  }

  section.home-sec9 .row {
    gap: 1.2rem 0;
  }

  section.home-sec9 .review-card ul {
    justify-content: center;
  }

  section.home-sec9 .review-card p {
    margin-bottom: 1.5rem;

    text-align: center;
  }

  section.home-sec9 .review-card h6 {
    text-align: center;

    max-width: max-content;

    margin: 0 auto;
  }

  section.home-sec9 {
    padding-bottom: 2.5rem;
  }

  footer {
    padding: 2.5rem 0 1.2rem;
  }

  footer .logo-wraper img {
    max-width: 5.9375rem;

    max-height: 6.625rem;
  }

  footer .logo-wraper {
    margin: 0 auto 2rem;
  }

  footer h5 {
    font-size: 1.15rem;

    margin-bottom: 0.6rem;

    text-align: center;
  }

  footer ul.menu {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 1rem;

    flex-wrap: wrap;

    margin-bottom: 1.2rem;
  }

  footer ul.menu li {
    margin: 0;
  }

  footer p {
    text-align: center;
  }

  footer .form-wraper {
    margin-bottom: 1rem;
  }

  footer ul.social-icon {
    justify-content: center;
  }

  footer h6 {
    padding-top: 1rem;

    margin: 1rem 0 0;
  }

  section.collection-list-sec1 .flex-wraper {
    align-items: flex-start;

    gap: 1rem;

    flex-direction: column;
  }

  section.collection-list-sec1 .tab-teaser .tab-menu ul {
    gap: 0.6rem;

    flex-wrap: wrap;

    justify-content: center;
  }

  section.collection-list-sec1 .flex-wraper .select-box {
    width: 100%;
  }

  section.collection-list-sec1 {
    padding: 2.2rem 0;
  }

  section.collection-list-sec1 ul.pagination {
    flex-wrap: wrap;
  }

  .filter-ber {
    width: 100%;

    z-index: 99999999999;
  }

  .filter-ber .accordian-box ul.accordian li {
    margin-bottom: 2rem;
  }

  section.collection-product-details-sec1 {
    padding-bottom: 2.5rem;

    padding-top: 2.5rem;
  }

  section.collection-product-details-sec1 .product-slider .main-image img {
    height: 22rem;
  }

  section.collection-product-details-sec1 .product-slider .thumbnail-slider .item img {
    height: 7rem;
  }

  section.collection-product-details-sec1 .product-slider .thumbnail-slider {
    margin-bottom: 2rem;
  }

  section.collection-product-details-sec1 h3 {
    font-size: 1.4rem;
  }

  section.collection-product-details-sec1 p {
    margin-bottom: 1.6rem;
  }

  section.collection-product-details-sec1 h4 {
    margin: 0.62rem 0 1.6rem;
  }

  section.collection-product-details-sec1 ul.accordian li {
    padding-bottom: 1rem;

    margin-bottom: 1rem;
  }

  section.home-sec6 {
    padding-bottom: 2.5rem;
  }

  /* Design By Arunisha Bera(Moti) start */

  .hw_sec4 .accordian li h5 {
    padding-right: 1.5625rem;
  }

  .hw_sec1 .row {
    row-gap: 1.875rem;
  }

  .hw_sec5 .top {
    position: relative;

    padding: 2rem 0;
  }

  .hw_sec5 .bg {
    position: absolute;

    height: 100%;

    max-height: unset;
  }

  .hw_sec5 .top .dtls_card {
    max-width: 25rem;

    padding: 2rem 3.75rem;
  }

  .hw_sec4 h2 {
    margin-bottom: 1rem;
  }

  .hw_sec3,
  .hw_sec1 {
    padding: 2rem 0;
  }

  .hw_sec5 {
    margin-top: 2rem;
  }

  .login_sec .side_img {
    height: 25rem;
  }

  .login_sec .login_dv h2 {
    font-size: 3rem;
  }

  .signup.login_sec .inputs .input_dv {
    width: 100%;
  }

  .signup.login_sec .top {
    padding: 2rem 0;
  }

  .hw_sec3 h2 {
    line-height: 2.9rem;
  }

  .login_sec.signup .side_img {
    height: 41rem;
  }

  /* Design By Arunisha Bera(Moti) end */
  .commn_pg_bnnr h2,
  .commn_pg_bnnr p {
    text-align: center;
  }

  .page-404 h1 {
    font-size: 7rem;
    margin-bottom: 1rem;
  }

  .commn_pg_bnnr h1 {
    font-size: 2.5rem;
  }

  .commn_pg_bnnr {
    padding: 3rem 0;
  }

  /* New */
  .filter-ber h5.top-heading {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
    padding: 0 20px;
  }

  header .header-bottom-part .right-content-wraper .card-wraer {
    gap: 0.5rem;
  }

  .filter-ber h5.top-heading span {
    display: none;
  }

  section.collection-list-sec1 .flex-wraper {
    align-items: flex-end;
    gap: 1rem;
    flex-direction: column;
  }

  .filter-ber {
    height: calc(100vh - 78px);
    top: 78px;
  }

  header .header-bottom-part .right-content-wraper a.brown-btn {
    padding: 9px 9px;
    font-size: 11px;
  }

  .slim-container a.slimNav_sk78-reveal {
    top: 0.2rem;
  }

  /* !27-10-2025! */
  /* Keep the two-column layout from 991px, but maybe increase padding/gaps */
  .membership .memtabs-outer .mem-tabs-container .mem-row {
    padding-top: 0;
  }

  /* Center all the rows */
  .membership .memtabs-outer .mem-tabs-container .mem-row {
    justify-content: space-around;
    /* Distribute space if items don't exactly fill 50% */
  }

  /* Adjust tab font size for smaller screens */
  .membership .memtabs-outer .mem-tabs ul li {
    font-size: 16px;
    height: 40px;
  }

  .membership .memtabs-outer .mem-tabs {
    display: none;
    /* hide tab bar on mobile */
  }

  .membership .memtabs-outer .mem-tabs-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .membership .memtabs-outer .mem-row {
    display: block;
    opacity: 1;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
  }

  .membership .memtabs-outer .mem-row.active {
    max-height: 2000px;
    display: flex;
    flex-direction: column;
    /* large enough to fit content */
  }

  /* Each accordion header */
  .membership .memtabs-outer .mem-tabs-container .accordion-header {
    /* background: #a77a3d2b; */
    border: 1px solid #ddd;
    padding: 15px 20px;
    font-weight: 400;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--Sage-Green, #7f9070);
    font-size: 1rem;
  }

  .membership .memtabs-outer .accordion-header span {
    transition: transform 0.3s;
    font-size: 20px;
  }

  .membership .memtabs-outer .accordion-header.active span {
    transform: rotate(90deg);
  }

  .membership .memtabs-outer .mem-tabs-container .mem-row .mem-contentbx.popular .popularbx {
    position: static;
    margin-bottom: 15px;
  }

  .membership .memtabs-outer .mem-tabs-container .mem-row .mem-contentbx {
    max-width: 100%;
  }

  /* !27-10-2025! */
}

@media screen and (max-width: 639px) {
}
