/* Responsive Design */
@media (max-width: 768px) {
  .text-assured {
    justify-content: center;
    gap: 5px;
  }

  .feature-box img {
    width: 24px;
    height: auto;
  }

  .feature-box h6 {
    font-size: 11px;
    font-family:'Nunito Sans';
  }

  .container-fluid {
    padding: unset;
  }

  .gift-guide-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .feature-box {
    text-align: center;
  }

  .gift-guide-content {
    max-width: 100%;
  }

  .gift-guide-image {
    width: 250px;
    height: auto;
  }

  .gift-last-img {
    width: 60px;
    height: 60px;
  }

  .product-list-home .row,
  .product-category .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .product-list-home .col-2,
  .product-category .col-3 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .product-title {
    padding-right: 1rem !important;
  }

  .product-title a {
    font-size: 0.8rem !important;
  }

  .footer-line {
    width: 27%;

  }
  .view-product-catalog .col-lg-4 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

  .block-views-blockall-categories-block-1 h2,
  .block-views.block-views-blockall-categories-block-2 h2 {
    font-size: 2rem;
  }

  /* Cart form Css  */

  .view-commerce-cart-form .table.cols-6 {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .view-commerce-cart-form .table.cols-6 thead {
    display: none;
  }

  .table.cols-6 tbody,
  .table.cols-6 tr,
  .table.cols-6 td {
    display: block;
    width: 100%;
  }

  .view-commerce-cart-form .table.cols-6 tr {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding: 10px;
  }

  .view-commerce-cart-form .table.cols-6 td {
    text-align: left;
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
  }

  .view-commerce-cart-form .table.cols-6 td::before {
    content: attr(headers);
    font-weight: bold;
    flex: 1;
    padding-right: 10px;
    color: #333;
  }

  .view-commerce-cart-form .table.cols-6 .views-field-images img {
    max-width: 100px;
    height: auto;
  }

  .view-commerce-cart-form .table.cols-6 .views-field-edit-quantity input {
    width: 50px;
    text-align: center;
  }

  .view-commerce-cart-form .table.cols-6 .views-field-remove-button input {
    width: 100%;

  }
  #block-zeroned-ecommerce-designerbraceletcollection .call-to-action a {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .banner-title {
    font-size: 1.5rem;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: unset;
    padding-bottom: unset;
  }

  div#block-zeroned-ecommerce-designerbraceletcollection .banner-title,
  div#block-zeroned-ecommerce-designerbraceletcollection .body {
    left: unset;
    padding-left: 20px;
    padding-right: 20px;
  }

  #block-zeroned-ecommerce-designerbraceletcollection .call-to-action {
    position: absolute;
    bottom: 10%;
    margin-left: 1%;
  }

  .top-main {
    height: unset;
    padding: 4px 0px 4px 0px !important;
  }

  #block-zeroned-ecommerce-sitebranding a {
    font-size: 20px;
  }

  .call-to-action {
    position: absolute;
    bottom: -30px;
    left: 20px;
}

  .upload-banner img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
  }

  #whole-banner-area .body {
    top: 40%;
    width: 100%;
  }

  #whole-banner-area .body p {
    font-size: 1rem;
    max-width: 90%;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
    max-width: 90%;
  }

  .banner-title::after {
    content: "";
    display: block;
    margin: 6px auto 0;
    border-bottom: 1px solid #000;
  }

  section.region.region-highlighted {
    padding-top: 10px;
  }

  .winter-shop {
    padding: 10px;
    position: unset;

  }

  .shop-page-catlog {
    padding: unset;
  }
  .whole-adver-sect .row {
    text-align: center;
    gap: 10px;
}
  nav#block-zeroned-ecommerce-mobilebottomnavigation {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 3;
    margin-left: -10px;
  }

  .copy-right .region-footer-bottom-logo .navigation ul.nav {
    display: flex;
    justify-content: space-evenly;
  }

  .copy-right .region-footer-bottom-logo .navigation .nav .nav-item:nth-child(1) a.nav-link::before {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    background: url(../images/language.png) no-repeat;
    margin-bottom: -28px;
    margin-left: 10px;
  }

  .copy-right .region-footer-bottom-logo .navigation .nav .nav-item:nth-child(2) a.nav-link::before {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    background: url(../images/cart.webp) no-repeat;
    margin-bottom: -28px;
    margin-left: 10px;
  }

  .copy-right .region-footer-bottom-logo .navigation .nav .nav-item:nth-child(3) a.nav-link::before {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    background: url(../images/login.webp) no-repeat;
    margin-bottom: -28px;
    margin-left: 10px;
  }

  #block-zeroned-ecommerce-sitebranding {
    margin-top: 6px;
  }

  /* .top-main {
    background: #FFD3AC !important;
  } */

  /* Social Feed Display */

  .instagram-feed-section {
    text-align: center;
    padding: 50px 0;
    background: #fff;
  }

  .social-heading {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .social-description {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto 30px;
  }

  .instagram-feed {
    display: flex;
    justify-content: center;
    overflow: hidden;
  }

  .instagram-gallery {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: none;
  }

  .instagram-item {
    flex: 0 0 auto;
    width: 150px;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
  }

  .instagram-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .order-first {
    position: fixed;
    top: 43px;
    width: 75%;
    height: 100%;
    background: #fff;
    transition: left 0.4s ease-in-out;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
  }

  .panel-header {
    display: flex;
    align-items: center;
    background-color: #ddd;
    padding: 10px;
    position: relative;
  }

  .panel-header h2 {
    margin: 0;
    font-size: 18px;
    flex-grow: 1;
  }

  .close-button {
    position: absolute;
    right: -34px;
    top: 3%;
    transform: translateY(-50%);
    background: black;
    color: white;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
}

.order-first.open {
  left: 0;
  padding: 0px 0px;
}
  #block-zeroned-ecommerce-filters .col-lg-5.pb32 {
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .background-blur {
    overflow: hidden;
  }

  .background-blur::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }

  .mb-4,
  .accordion .accordion {
    margin-bottom: unset !important;
  }

  .testimonial-customer .col-4 {
    width: 100%;
    margin-bottom: 15px;
}
.testimonial-content p {
  padding: 15px;
}
}
