@media (max-width: 1600px) {
  .container-custom,
  .site-main {
    max-width: 1440px;
  }

  .custom-slider-parent {
    width: 180px;
    height: 180px;
  }

  .custom-image-slider-item .image-holder {
    height: 140px;
  }

  .gift-box-title {
    font-size: 36px;
    max-width: 600px;
  }

  .product-listing-sec .best-selling-title .custom-col:nth-child(1) {
    width: 30%;
  }

  .product-listing-sec .best-selling-title .custom-col:nth-child(2) {
    width: 40%;
  }

  .product-listing-sec .best-selling-title .custom-col:nth-child(3) {
    width: 30%;
  }
}

@media (max-width: 1440px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 31px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 18px;
  }

  .container-custom,
  .site-main {
    max-width: 1280px;
  }

  .hero-banner-title {
    max-width: 500px;
  }

  .custom-slider-parent {
    width: 160px;
    height: 160px;
  }

  .custom-image-slider-item .image-holder {
    height: 120px;
  }

  .cta-tab-sec {
    padding: 100px 0px;
  }

  .cta-tab .nav-link {
    font-size: 20px;
  }

  .cta-tab-icon-list ul li img {
    width: 18px;
    height: 18px;
  }

  .cta-tab-icon-list ul li {
    font-size: 18px;
  }

  .accepted-payment-methods {
    gap: 20px;
  }

  .accepted-payment-methods ul {
    gap: 10px;
  }

  .social-links ul {
    gap: 20px;
  }

  .gift-box-title {
    font-size: 31px;
  }

  .filter-accordion-btn {
    font-size: 24px;
  }

  .checkbox-label,
  .item-count {
    font-size: 18px;
  }

  .checkbox-custom {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }

  .filter-checkbox-item
    input[type="checkbox"]:checked
    ~ .checkbox-custom::after {
    left: 4px;
  }

  .filter-sidebar {
    width: 500px;
    padding: 40px 40px 40px 80px;
  }

  .filter-close-btn {
    width: 48px;
    height: 48px;
  }

  .inner-hero-banner-title {
    max-width: 500px;
  }

  .inner-hero-banner {
    padding: 100px 0 20px;
    min-height: 100%;
  }

  .woocommerce-page
    .wp-block-woocommerce-checkout.wc-block-checkout
    .wc-block-components-sidebar-layout
    .wc-block-components-main {
    width: 55%;
  }

  .woocommerce-page
    .wp-block-woocommerce-checkout.wc-block-checkout
    .wc-block-components-sidebar {
    width: 45%;
  }
  .hero-banner {
    padding: 100px 0 20px;
    min-height: 100%;
  }
}

@media (max-width: 1399.98px) {
  .categories-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1200px) {
  .container-custom,
  .site-main {
    max-width: 1140px;
  }

  .nav-links {
    gap: 40px;
  }

  .custom-bamboo-products-row {
    flex-direction: column;
  }

  .custom-bamboo-products-row .custom-col {
    width: 100% !important;
  }

  .gift-box-wrapper {
    margin-left: 0;
    width: 100%;
  }

  .card-counter-title::before {
    font-size: 65px;
  }

  .why-choose-us-card-title {
    font-size: 18px;
  }

  .footer-links-wrapper .footer-links-column.newsletter-column {
    width: auto;
    margin-top: 50px;
  }

  .custom-bamboo-products-title-row .custom-col {
    width: 100%;
  }

  .custom-bamboo-products .custom-bamboo-title {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 72px;
  }

  .custom-bamboo-title:after {
    content: "";
    margin: 16px auto 0px;
    width: 96px;
    height: 1px;
    background: #ffc83d;
    display: block;
  }

  .why-choose-us .col-md-3 {
    width: 50%;
  }

  .feature-products {
    padding-top: 50px;
    padding-bottom: 95px;
  }

  .footer-bottom-row {
    flex-direction: column;
    gap: 40px;
  }

  .footer-bottom-row .col-md-6 {
    width: 100%;
  }

  .accepted-payment-methods {
    width: 100%;
    justify-content: center;
  }

  .social-links ul {
    justify-content: center;
  }

  .features-sec .feature-title {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .product-listing-sec .best-selling-title .custom-col:nth-child(1) {
    order: 2;
    width: 50%;
  }

  .product-listing-sec .best-selling-title .custom-col:nth-child(2) {
    order: 1;
    width: 100%;
    margin-bottom: 80px;
  }

  .product-listing-sec .best-selling-title .custom-col:nth-child(3) {
    order: 2;
    width: 50%;
  }

  .filter-checkbox-list {
    margin-top: 30px !important;
  }

  .filter-content {
    margin-top: 30px !important;
  }

  .instagram-feed-list .insta-img-holder img {
    height: 250px;
  }

  .progress-timeline-img-wrapper {
    width: calc(100% - 80px);
  }

  .product-info {
    padding-left: 20px;
  }

  .product-title {
    font-size: 40px;
  }

  .reviews-wrapper {
    grid-template-columns: 280px 1fr;
    gap: 40px;
  }

  .related-products-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .categories-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .woocommerce-page .page-content {
    padding: 40px;
  }

  .woocommerce-page
    .wp-block-woocommerce-checkout.wc-block-checkout
    .wc-block-components-sidebar-layout
    .wc-block-components-main {
    padding: 50px 40px;
  }
  .woocommerce-cart
    .wc-block-components-button.wp-element-button.wc-block-cart__submit-button {
    padding: 14px 30px !important;
  }
  .why-choose-us-card-box .card-counter-title img {
    width: 65px;
    height: 65px;
  }
}

@media (max-width: 1024px) {
  .container-custom,
  .site-main {
    max-width: 991px;
  }

  .desktop-header {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .features-sec .row {
    flex-direction: column;
  }

  .features-sec .features-column {
    width: 100%;
  }

  .features-column:nth-child(2):before,
  .features-column:nth-child(2):after {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.02) 0%,
      rgba(255, 255, 255, 0.22) 49.04%,
      rgba(255, 255, 255, 0.02) 100%
    );
    display: block;
  }

  .features-column:nth-child(2):after {
    bottom: 0 !important;
    top: unset !important;
  }

  .features-sec .features-column:nth-child(2) {
    padding: 40px 0px;
  }

  .features-sec .features-column:nth-child(1) {
    padding-bottom: 40px;
  }

  .features-sec .features-column:nth-child(3) {
    padding-top: 40px;
  }

  .hero-banner {
    margin-top: 0;
  }

  .filter-sidebar {
    width: 450px;
    padding: 30px 30px 30px 60px;
  }

  .filter-accordion-btn {
    font-size: 22px;
  }

  .instagram-feed-list .insta-img-holder img {
    height: 150px;
  }

  .inner-hero-banner {
    margin-top: 0;
  }

  .brand-story-section .row .col-md-6 {
    width: 100%;
  }

  .brand-story-content-wrapper {
    padding-left: 0;
    padding-top: 60px;
  }

  .progress-timeline .row {
    flex-direction: column-reverse;
  }

  .progress-timeline .row .col-md-6 {
    width: 100%;
  }

  .progress-timeline-img-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }

  .progress-timeline-img-wrapper .spacer {
    height: 500px;
  }

  .progress-timeline-title {
    max-width: 100%;
  }

  .brand-story-section {
    padding: 100px 0px;
  }

  .progress-timeline {
    padding: 100px 0px;
  }

  .brand-story-img-wrapper .img-holder img {
    height: 400px;
  }

  .filter-sidebar {
    top: 150px;
  }

  .contact-us-details-box-wrapper {
    padding: 60px 50px 60px 60px;
  }

  .form-column {
    padding: 60px 50px;
  }

  .contact-us-sec {
    padding: 100px 0px;
  }

  .mobile-search-product-form {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .wc-block-components-sidebar-layout {
    flex-direction: column-reverse;
  }

  .woocommerce-page
    .wp-block-woocommerce-checkout.wc-block-checkout
    .wc-block-components-sidebar-layout
    .wc-block-components-main {
    width: 100%;
  }

  .woocommerce-page
    .wp-block-woocommerce-checkout.wc-block-checkout
    .wc-block-components-sidebar {
    width: 100%;
    top: 0;
  }

  .wc-block-checkout__sidebar.is-sticky {
    position: relative !important;
  }

  .woocommerce-page
    .wp-block-woocommerce-checkout-order-summary-block
    .wc-block-components-checkout-order-summary__title
    .wc-block-components-checkout-order-summary__title-text {
    margin-bottom: 0px !important;
  }

  .wp-block-woocommerce-checkout-order-summary-block
    .wc-block-components-checkout-order-summary__content.is-open {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .woocommerce-page
    .wp-block-woocommerce-checkout-order-summary-block
    .wc-block-components-checkout-order-summary__title {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .giftbox-layout {
    flex-direction: column-reverse !important;
  }

  .giftbox-sidebar {
    width: 100% !important;
    min-width: 100% !important;
  }

  .giftbox-products-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    height: 330px !important;
  }

  .giftbox-product-card {
    width: 100% !important;
    flex: 0 0 100% !important;
  }

  .woocommerce-cart .wc-block-components-sidebar-layout {
    flex-direction: row;
  }
  .why-choose-us-card-box .card-counter-title img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 991px) {
  .product-info {
    padding-left: 0;
    margin-top: 40px;
  }

  .product-gallery {
    position: static;
  }

  .reviews-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .review-summary {
    position: static;
  }

  .related-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .container-custom,
  .site-main {
    max-width: 880px;
  }

  .inner-hero-banner {
    min-height: 360px;
  }

  .terms-wrapper {
    padding: 40px;
  }

  .terms-item h3 {
    font-size: 24px;
  }

  .terms-item p {
    font-size: 16px;
  }

  .faq-wrapper {
    padding: 40px;
  }

  .faq-category-title {
    font-size: 28px;
  }

  .custom-accordion .accordion-button {
    font-size: 18px;
  }

  .blog-article-content {
    padding-right: 0;
  }
  .woocommerce-cart .wc-block-components-sidebar-layout {
    flex-direction: column;
    gap: 20px;
  }
  .woocommerce-cart
    .wc-block-components-sidebar-layout
    .wc-block-components-main,
  .woocommerce-cart
    .wc-block-components-sidebar-layout
    .wc-block-components-sidebar {
    width: 100%;
  }
}

@media (max-width: 880px) {
  .container-custom,
  .site-main {
    max-width: 767px;
  }
  .contact-details-timeline-lists .timeline-content {
    flex-direction: column;
  }
  .contact-details-timeline-lists .timeline-icon {
    width: 50px;
    height: 50px;
    padding: 15px;
  }
}

@media (max-width: 767.98px) {
  .container-custom,
  .site-main {
    max-width: 100%;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  .hero-banner-title {
    max-width: 400px;
    margin: 0 auto;
  }

  .hero-content .hero-text {
    text-align: center;
  }

  .hero-banner-para {
    margin: 0 auto;
  }

  .gift-box-title {
    font-size: 26px;
  }

  .best-selling-title .col-md-6 {
    width: 50%;
  }

  .product-listing-sec .best-selling-title .custom-col:nth-child(1) {
    width: 40%;
  }

  .product-listing-sec .best-selling-title .custom-col:nth-child(3) {
    width: 60%;
  }

  .inner-hero-banner-title {
    max-width: 400px;
  }

  .brand-story-img-wrapper .img-holder img {
    height: 350px;
  }

  .progress-timeline-img-wrapper .spacer {
    height: 350px;
  }

  .product-title {
    font-size: 32px;
  }

  .product-price {
    font-size: 32px;
  }

  .product-customization {
    padding: 24px;
  }

  .customization-title {
    font-size: 20px;
  }

  .review-summary {
    padding: 24px;
  }

  .rating-number {
    font-size: 60px;
  }

  .related-products-grid {
    grid-template-columns: 1fr;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .categories-grid-name {
    font-size: 16px;
  }

  .terms-content-section {
    padding: 60px 0;
  }

  .terms-wrapper {
    padding: 30px 20px;
    border-radius: 16px;
  }

  .faq-content-section {
    padding: 60px 0;
  }

  .faq-wrapper {
    padding: 30px 20px;
    border-radius: 16px;
  }

  .custom-accordion .accordion-button {
    padding: 15px 20px;
  }

  .custom-accordion .accordion-body {
    padding: 20px;
  }

  .blog-title {
    font-size: 20px;
  }

  .blog-img-holder {
    height: 200px;
  }

  .post-navigation h5 {
    font-size: 14px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 30px;
    width: 100%;
  }

  .woocommerce-page .page-content {
    padding: 20px;
  }

  .woocommerce-page
    .wp-block-woocommerce-checkout.wc-block-checkout
    .wc-block-components-sidebar-layout
    .wc-block-components-main {
    padding: 30px 20px;
  }

  .woocommerce-order-received .woocommerce-order-details__title,
  .woocommerce-order-received
    .woocommerce-customer-details
    .woocommerce-column__title {
    font-size: 24px;
  }

  .woocommerce-order-received
    .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    column-count: 2;
  }

  .woocommerce-order-received ul.order_details li {
    float: none;
    border-right: 0;
    margin-bottom: 20px;
  }

  .giftbox-products-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .woocommerce-cart
    .wc-block-cart-items
    .wc-block-cart-items__row
    .wc-block-cart-item__total {
    display: none !important;
  }
  .contact-us-custom-row {
    flex-direction: column-reverse;
  }
  .giftbox-modal-content-wrapper {
    width: calc(100% - 40px);
  }
  .giftbox-modal-content {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  .mobile-logo img {
    width: 200px;
  }

  .custom-bamboo-sliders .col-4 {
    width: 50%;
  }

  .gift-box-content-wrapper {
    width: calc(100% - 80px);
  }

  .why-choose-us .col-md-3 {
    width: 100%;
  }

  .cta-tab-icon-list ul {
    flex-direction: column;
    gap: 20px;
  }

  .swiper-button-prev.selling-product-slider-prev,
  .swiper-button-next.selling-product-slider-next,
  .swiper-button-prev.feature-product-slider-prev,
  .swiper-button-next.feature-product-slider-next,
  .swiper-button-prev.testimonial-slider-prev,
  .swiper-button-next.testimonial-slider-next {
    width: 42px;
    height: 42px;
    padding: 14px;
  }

  .slider-navigator-holder {
    margin-top: 20px;
  }

  .category-slider {
    padding: 65px 0 65px;
  }

  footer {
    padding-top: 50px;
  }

  .footer-links-wrapper .footer-links-column {
    flex: auto !important;
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-links-wrapper .footer-links-column.newsletter-column {
    margin-top: 0;
    margin-bottom: 0 !important;
  }

  .accepted-payment-methods {
    flex-wrap: wrap;
  }

  .policies-list-wrapper {
    width: 100%;
    justify-content: center;
  }

  .copyright.text-end {
    text-align: center !important;
  }

  .footer-copyright-row {
    gap: 20px;
  }

  .footer-description {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-links h4 {
    text-align: center;
  }
  .footer-links ul li {
    text-align: center;
    margin-bottom: 10px;
  }

  .social-links ul li a span {
    display: none;
  }

  .social-links ul {
    gap: 15px;
  }
  .newsletter-heading {
    text-align: center;
  }
  .gbl-btn,
  #giftbox-open-modal {
    padding: 14px 30px !important;
  }

  .gift-box-title {
    font-size: 24px;
  }

  .cta-tab .nav-link {
    font-size: 18px;
  }

  .filter-sidebar {
    width: 300px;
    padding: 30px;
  }

  .sort-by-txt {
    display: none;
  }

  .product-listing-sec .best-selling-title .custom-col:nth-child(1) {
    width: 45%;
  }

  .product-listing-sec .best-selling-title .custom-col:nth-child(3) {
    width: 55%;
  }

  .filter-btn,
  .sort-by-btn {
    font-size: 14px;
    padding: 14px 20px !important;
    width: auto;
  }

  .accepted-payment-methods ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .instagram-feed-list .custom-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .instagram-sec-title {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .instagram-feed .divider.left {
    margin: 0 auto !important;
  }

  .instagram-feed {
    padding: 50px 0px;
  }

  .product-listing-sec {
    padding-top: 50px;
  }

  .brand-story-section {
    padding: 50px 0px;
  }

  .progress-timeline {
    padding: 50px 0px;
  }

  .brand-story-img-wrapper {
    flex-direction: column;
  }

  .brand-story-img-wrapper .img-holder img {
    height: 300px;
  }

  .progress-timeline-img-wrapper .spacer {
    height: 300px;
  }

  .product-listing-sec .best-selling-title .custom-col:nth-child(2) {
    order: 1;
    width: 100%;
    margin-bottom: 50px;
  }

  .contact-us-sec {
    padding: 50px 0px;
  }

  .form-column {
    padding: 40px 30px;
  }

  .contact-us-details-box-wrapper {
    padding: 50px 40px 50px 40px;
  }

  .timeline-desc {
    max-width: 100%;
  }

  .thumbnail-swiper {
    padding: 0;
  }

  .product-title {
    font-size: 24px;
  }

  .review-card {
    padding: 20px;
  }

  .reviewer-avatar {
    width: 48px;
    height: 48px;
  }

  .reviewer-name {
    font-size: 16px;
  }

  .product-actions {
    flex-direction: column;
  }

  .product-details-section {
    padding: 0 0 50px;
    margin-top: 0;
  }

  .reviews-section {
    padding: 50px 0;
  }

  .main-product-image {
    height: 400px !important;
  }

  #customer_login {
    padding: 30px 20px;
    max-width: calc(100% - 20px);
  }

  .woocommerce-account .site-main {
    padding: 80px 0px;
  }

  .woocommerce-cart .site-main,
  .woocommerce-page .site-main {
    padding: 100px 10px 50px !important;
  }

  .woocommerce-order-received
    .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    column-count: 1;
  }

  .woocommerce-order-received.woocommerce-page .woocommerce {
    padding: 0;
  }

  .giftbox-products-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
.gift-box-wrapper {
  padding: 100px 0px 100px;
      margin-top: 50px;
}
  .giftbox-modal-content-wrapper {
    width: calc(100% - 40px) !important;
  }

  .giftbox-modal-content {
    padding: 50px 20px 20px !important;
  }
  .footer-logo {
    text-align: center;
  }
  .cta-tab {
    column-gap: 20px;
  }
}

@media (max-width: 480px) {
  .giftbox-products-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
