.announcement-bar__text.swiper-free-mode .swiper-wrapper {
  transition-timing-function: linear !important;
}

.announcement-bar .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.announcement-bar .announcement-bar__text {
  ul {
    li {
      padding-right: 20px;
      &:after {
        content: "";
        background: url("https://cdn.shopify.com/s/files/1/0332/6122/4074/files/Union.svg?v=1733920333");
        position: absolute;
        right: 0;
        height: 20px;
        width: 20px;
      }
    }
  }
}

.html5-video-player .video-click-tracking,
.html5-video-player .video-stream {
  position: initial !important;
  margin: auto;
}

.cart-summary__promo-products {
  width: 90%;
  margin-bottom: 125px;
  .cart-summary__section {
    padding: 0;
  }
}

.sticky-checkout-box .cart-summary__section {
  display: flex;
  justify-content: space-between;
  .cart-summary__subtotal {
    display: block;
    order: 2;
    width: 40%;
    text-align: right;
    .cart-summary__subtotal-label {
      display: block;
    }
  }
  .cart-policies {
    width: 50%;
    padding: 0;
  }
}

.toolbar-container .toolbar-right {
  .main-nav {
    width: 90%;
  }
  /* .toolbar-icons { width: 10%; } */
}

.main-nav .nav-item .nav-item-link,
.main-nav .sub-nav .sub-nav-item-link {
  font-weight: 400;
}

.toolbar-container {
  border-bottom: 1px solid #e1e1e1;
}

.home-cate-top {
  width: 100%;
  overflow: hidden;
  margin: 16px 0;
  .home-cate-wrapper {
    width: 100%;
    max-width: 1040px;
    margin: auto;
    padding: 0 20px;
    ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      gap: 50px;
      li {
        margin: 0;
        text-align: center;
        img {
          max-width: 100px;
          transition: all 0.5s ease;
          &:hover {
            transform: scale(1.1);
            transition: all 0.5s ease;
          }
        }
        a {
          font-size: 14px;
          color: #000;
          font-weight: 500;
          display: block;
          margin: 10px 0 0;
        }
      }
    }
  }
}

.cart-tab-panel {
  display: none;
}

.cart-tab-panel.active {
  display: block;
}

.cart-summary--drawer-dynamic {
  width: 450px;
  .cart-top-bar {
    background: #fff;
    border-bottom: 1px solid #00000026;
    .cart-tabs {
      text-align: left;
      .cart-tab {
        background: #fff;
        border: 0;
        font-weight: 400;
        text-transform: capitalize;
        font-size: 18px;
        letter-spacing: normal;
        color: #505050;
        padding: 0 10px;
        &.active {
          color: #000;
          font-size: 20px;
          font-weight: 600;
        }
      }
    }
    .cart-summary__close svg {
      color: #000;
    }
  }
  .products-section {
    .product-grid {
      gap: 10px;
      .product-block {
        width: calc(50% - 10px) !important;
        min-width: auto;
        margin: 0;
        flex-grow: inherit;
        display: block !important;
        &:first-child {
          margin-left: -10px;
        }
        .product-block__title-price {
          padding: 0 10px !important;
        }
        .no-variant-box form {
          padding: 0 !important;
        }
        .no-variant-box .product-form--mini .product-add {
          width: 90%;
          margin: auto;
          display: block;
          padding: 8px 5px;
          font-size: 14px;
          img {
            vertical-align: text-top;
            margin-right: 5px;
            max-width: 20px;
          }
        }
        .title {
          font-size: 14px;
          line-height: normal;
        }
        .jdgm-prev-badge__text {
          font-size: 11px;
        }
        .jdgm-preview-badge .jdgm-star {
          font-size: 10px;
        }
        .price.on-sale .amount {
          font-size: 16px;
        }
        .price .product-label span {
          font-size: 14px;
        }
        .custom-add-to-cart .kc-add-cart {
          width: 90% !important;
          margin: auto;
          display: block;
          padding: 8px 5px;
          font-size: 14px;
          img {
            vertical-align: text-top;
            margin-right: 5px;
            max-width: 20px;
          }
        }
        .product-form {
          padding: 0;
        }
      }
    }
  }
  .rimage-wrapper .rimage__image {
    border-radius: 10px !important;
  }
}

.section-slideshow .section {
  margin-top: 0 !important;
}

.container {
  max-width: 1720px;
  width: 100%;
}

.opposing-items.opposing-items--heading {
  flex-direction: column;
  align-items: center;
}

.opposing-items.opposing-items--heading span {
  background: #ffe9cd;
  padding: 2px 12px;
  border-radius: 100px;
  font-size: 14px;
  margin: 0 0 10px;
}

.opposing-items.opposing-items--heading .section-heading {
  font-weight: 600;
  font-size: 40px;
  margin: 0 0 10px;
}

.product-grid.grid .product-block:not(.product-block--flex-spacer) {
  background-color: #f4f2e5;
  border-radius: 10px;
}

.rimage-wrapper .rimage__image {
  border-radius: 10px 10px 0 0;
}

.product-block .image > .inner {
  border-radius: 10px 10px 0 0;
}

.opposing-items--heading {
  position: relative;
}

.opposing-items--heading .cc-carousel--next {
  right: 0;
  background: #f1f1f1;
  opacity: 1;
}

.opposing-items--heading .cc-carousel--previous {
  left: initial;
  right: 3rem;
  background: #f1f1f1;
  opacity: 1 !important;
}

.opposing-items--heading .cc-animate-init svg path {
  fill: #000;
}

.opposing-items--heading .cc-animate-init svg {
  height: 30px;
  width: 30px;
}

.opposing-items--heading .cc-carousel--previous,
.opposing-items--heading .cc-carousel--next {
  top: 70%;
}

.product-block .product-block__title-price .stamped-badge-caption {
  font-size: 14px;
}

.product-block .title {
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.product-block .price .amount {
  font-size: 22px;
  color: #151515;
  font-weight: 600;
}

.product-block .price.on-sale .amount {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.product-block .price.on-sale del {
  font-weight: 300;
  color: #151515;
  opacity: 1;
}
.product-block .price .product-label {
  position: initial;
}

.product-block .price .product-label span {
  background: transparent;
  color: #008000;
  font-weight: 500;
  font-size: 16px;
}

.product-block .image .product-label {
  display: none;
}

.custom-add-to-cart .product-form .product-form--mini {
  padding: 0 !important;
}

.custom-add-to-cart .product-variant-swatches {
  display: flex;
  gap: 10px;
  margin: 0 0 15px;
}

.custom-add-to-cart .product-variant-swatches .variant-swatch {
  border: 1px solid #151515;
  margin-bottom: 0;
  border-radius: 100px;
  padding: 4px 14px;
  font-size: 14px;
  line-height: 1.4;
  color: #151515;
  font-weight: 500;
  cursor: pointer;
}

.custom-add-to-cart .product-variant-swatches .variant-swatch.active {
  background: #73a842;
  color: #fff;
  border-color: transparent;
}

.custom-add-to-cart .product-variant-swatches .variant-swatch.unavailable {
  opacity: 0.3;
  cursor: not-allowed;
}

.custom-add-to-cart .kc-add-cart {
  background: #000;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-transform: initial;
  border: 1px solid #000;
  padding: 12px 1.4em;
  &:hover {
    background: #fff;
    color: #000;
    img {
      filter: invert(1);
    }
  }
  .button-text {
    line-height: 24px;
    text-transform: math-auto;
  }
}

.custom-add-to-cart .kc-add-cart img {
  vertical-align: middle;
  margin-right: 8px;
}

.product-block .product-block__inner {
  padding-bottom: 20px !important;
}

.no-variant-box .product-form--mini .product-add {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  .button-text {
    line-height: 24px;
  }
  img {
    vertical-align: middle;
    margin-right: 10px;
  }
  &:hover {
    background: #fff;
    color: #000;
    img {
      filter: invert(1);
    }
  }
}

.section-text-with-icons .cc-carousel-container {
  max-width: 1720px;
}

.section-text-with-icons .cc-carousel-container .inner-container {
  border-radius: 12px;
  padding: 70px 100px 80px;
}

.section-text-with-icons .cc-carousel-container .inner-container .custom-head {
  padding: 0 0 30px;
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  font-family: "Poppins";
}

.icon-columns.section-spacing--medium {
  padding: 0;
}

.section-text-with-icons
  .cc-carousel-container
  .inner-container
  .icon-columns__column {
  margin: 0;
}

.cc-is-carousel.cc-carousel-scrolling .icon-columns {
  gap: 25px;
}

.section-text-with-icons
  .cc-carousel-container
  .inner-container
  .icon-columns__column--inner {
  padding: 25px;
  border-radius: 10px;
  text-align: left;
}

.section-text-with-icons
  .cc-carousel-container
  .inner-container
  .icon-columns__column.align-center
  .icon-column__image {
  margin: 0 0 50px;
}

.section-text-with-icons
  .cc-carousel-container
  .inner-container
  .icon-column__text {
  margin-top: 12px;
}

.icon-columns__column.align-center .icon-column__title {
  font-weight: 600;
}

.section-home-matters {
  background: transparent;
  padding: 0 !important;
}

.section-home-matters .container {
  text-align: center;
}

.section-home-matters .container span {
  background: #ffe9cd;
  padding: 5px 15px;
  border-radius: 100px;
  font-size: 14px;
  margin: 0 0 10px;
}

.section-home-matters .container h2 {
  font-weight: 600;
  font-size: 40px;
  margin: 10px 0 30px;
}
.section-home-matters .logo-list {
  margin: 0;
  gap: 25px;
}

.section-home-matters .logo-list .logo-list__logo {
  margin: 0;
  flex: 0 0 calc(25% - 50px);
  background: #f4f2e5;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  flex-direction: row;
  min-height: 175px;
}
.section-home-matters .logo-list .logo-list__logo .logo-list__logo-image {
  margin: 0;
  justify-content: right;
}
.section-home-matters .logo-list .logo-list__logo .rimage-outer-wrapper {
  margin: 0;
}

.section-home-matters .logo-list__logo-title {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  text-align: left;
  line-height: 28px;
}

.section-home-matters .cate-title a {
  font-size: 16px;
  text-align: left;
  display: block;
  margin: 20px 0 0;
  text-decoration: underline;
}

.home-banner-wrapper {
  width: 100%;
  max-width: 1720px;
  margin: auto;
  padding: 0 20px;
  position: relative;
}

.home-banner-wrapper {
  .ctabutton {
    position: absolute;
    bottom: 70px;
    right: 20px;
    background: #74a843;
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 350px;
    padding: 10px 0;
    border-radius: 10px 0 0 10px;
    font-size: 22px;
    font-weight: 500;
    span {
      display: block;
      font-size: 16px;
      font-weight: 300;
      margin: 5px 0 0;
    }
  }
}

.home-banner-batter-wrapper {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  padding: 0 20px;
}

.home-banner-batter-wrapper .title {
  text-align: center;
}

.home-banner-batter-wrapper .title span {
  background: #ffe9cd;
  padding: 5px 15px;
  border-radius: 100px;
  font-size: 14px;
  margin: 0 0 10px;
}

.home-banner-batter-wrapper .title h2 {
  font-weight: 600;
  font-size: 40px;
  margin: 10px 0 30px;
}

.home-more .btn {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 15px 0px;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: 200px;
  width: 100%;
  justify-content: center;
  border-radius: 100px;
  line-height: 24px;
  &:hover {
    background: #fff;
    color: #000;
    img {
      filter: invert(1);
    }
  }
}

.home-more {
  position: relative;
}

.home-more .form {
  position: absolute;
  width: 100%;
  max-width: 220px;
  bottom: 20%;
  left: 14%;
}

.home-hiding .home-banner-wrapper {
  max-width: 1320px;
}
.home-blog-section .opposing-items span {
  background: #ffe9cd;
  padding: 5px 15px;
  border-radius: 100px;
  font-size: 14px;
  margin: 0 0 10px;
}

.home-blog-section .blog-container {
  max-width: 1720px;
  padding-bottom: 0;
}

.home-blog-section .blog-scroll {
  display: flex;
  gap: 25px;
}

.home-blog-section .blogs-box {
  margin: 0;
  width: 25%;
  background: #f1f1f1;
  padding: 12px;
  position: relative;
  h2 a {
    font-size: 16px;
    font-weight: 500;
  }
  .rear-more {
    font-size: 16px;
  }
  h2 {
    min-height: auto;
  }
  .blog-short-description {
    font-size: 14px;
    margin: 0 0 15px;
    color: #4c4c4c;
  }
  .clickbox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}

.home-blog-section .blog-meta {
  margin: 0 0 10px;
}

.home-blog-section .blog-meta .blog-read-time {
  background: #f3d1ff;
  font-size: 12px;
  color: #000;
  padding: 6px 10px;
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: 500;
}

.home-blog-section .blog-meta .blog-date {
  background: #98ffa4;
  font-size: 12px;
  color: #000;
  padding: 5px 10px;
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 5px;
}
.home-blog-section .rimage-wrapper .rimage__image {
  border-radius: 6px;
}
.home-trusted-main {
  width: 100%;
  background: #151515;
  padding: 100px 0 80px;
}

.home-trusted-main .home-trusted-wrapper {
  margin-left: 100px;
  .title {
    margin: 0 0 30px;
    h2 {
      color: #fff;
      font-size: 40px;
      margin: 0;
      text-align: center;
      margin-left: -100px;
      font-weight: 600;
    }
  }
  .content {
    overflow: hidden;
    ul {
      list-style: none;
      display: flex;
      width: auto;
      padding: 0;
      margin-top: 0;
      li {
        display: flex;
        .image {
          width: 50%;
          img {
            display: block;
            width: 100%;
            border-radius: 10px 0 0 10px;
            height: 100%;
          }
        }
        .review_content {
          color: #fff;
          width: 50%;
          background: #2c2c2c;
          padding: 30px;
          border-radius: 0 10px 10px 0;
          h2 {
            color: #fff;
            font-size: 18px;
            font-weight: 600;
            margin: 0 0 15px;
          }
          p {
            font-size: 16px;
            color: #cacaca;
            margin: 0 0 20px;
            min-height: 156px;
          }
          h4 {
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            margin: 0 0 10px;
          }
        }
      }
    }
    .swiper-pagination {
      position: initial;
      margin-left: -50px;
      .swiper-pagination-bullet {
        background: #ddd;
        &.swiper-pagination-bullet-active {
          background: #fff;
        }
      }
    }
  }
}

.section-collapsible-tabs .container {
  max-width: 1020px;
  .collapsible-tabs__heading {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
  }
  .collapsible-tabs__block {
    background: #f4f2e5;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 14px;
    border-radius: 6px;
    .cc-accordion-item__content {
      font-size: 16px;
      font-weight: 400;
      color: #4d4c49;
    }
  }
}

.newsletter {
  overflow: initial !important;
}
.mailing-list__success {
  color: #fff;
  h4 {
    color: #fff !important;
  }
}
.newsletter-section {
  max-width: 1420px;
  margin: auto;
  .row--simple-valign {
    display: block;
    position: relative;
  }
  .newsletter-section__image {
    img {
      width: 100%;
    }
    .mo-image {
      display: none;
    }
  }
  .newsletter-content {
    .notification.errors {
      display: none;
    }
  }

  .main-image {
    width: 100%;
  }
  .newsletter-content {
    position: absolute;
    bottom: 0;
    left: 10rem;
    h2 {
      text-align: left;
      color: #fff;
      font-weight: 600;
      line-height: 70px;
    }
    .rte {
      margin-bottom: 1rem;
    }
    p {
      color: #fff;
      text-align: left;
    }
    .contact-form {
      text-align: left;
    }
    .inline-input-button {
      border: 0;
      .required {
        background: #accb8f;
        border: 0;
        color: #fff;
        font-size: 14px;
        height: 45px;
        &::placeholder {
          color: #fff;
          font-size: 14px;
        }
      }
      .sub-button {
        background: #000;
        color: #fff;
        border: 0;
        border-radius: 100px;
        font-weight: 500;
        width: 100%;
        max-width: 120px;
        padding: 0;
      }
    }
  }
}

.home-we-are .home-banner-wrapper {
  max-width: 1460px;
}
.expeppy .cc-carousel-container {
  max-width: 1460px;
}

#content .shopify-section.last-full-width-section .full-width-section {
  margin-bottom: 80px;
}
.expeppy .icon-columns__column.align-center .icon-column__title {
  font-weight: 500;
}

.expeppy .icon-column__text p {
  color: #505050;
}

.lookbook-section {
  width: 100%;
  max-width: 1760px;
  padding: 0 20px;
  margin: auto;
  .mobile-title {
    display: none;
  }
}

.lookbook-container {
  display: flex;
  justify-content: space-between;
}

.lookbook-left {
  width: 50%;
  background-color: #f4f2e5;
  padding: 100px;
  border-radius: 10px 0 0 10px;
  h2 {
    font-size: 40px;
    font-weight: 600;
    max-width: 370px;
    line-height: 52px;
    margin: 0 0 10px;
  }
  .lookbook-tab-content {
    background: #daf0c6;
    padding: 35px;
    border-radius: 10px;
    .product-inner-content {
      display: flex;
      align-items: end;
    }
  }
}

.lookbook-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  img {
    border-radius: 0 10px 10px 0;
  }
  .lookbook-tab-trigger {
    position: absolute;
    background: #6b635b;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    border: 1px solid #fff;
    height: 35px;
    width: 35px;
  }
  .col-1 {
    top: 50%;
    left: 37%;
  }
  .col-2 {
    top: 55%;
    left: 20%;
  }
  .col-3 {
    bottom: 35%;
    right: 28%;
  }
  .col-4 {
    top: 50%;
    right: 42%;
  }
  .col-5 {
    top: 63%;
    right: 10%;
  }
  .col-6 {
    top: 22rem;
    right: 3rem;
  }
}

.lookbook-tab-trigger {
  background-color: #eaeaea;
  border: none;
  padding: 9px;
  font-size: 18px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* .lookbook-tab-trigger.active,
.lookbook-tab-trigger:hover {
  background-color: #007acc;
  color: #fff;
} */

.lookbook-section .product-details {
  margin-bottom: 0px;
  width: 60%;
  span {
    background: #74a843;
    color: #fff;
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 100px;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 10px;
  }
  h3 {
    font-weight: 500;
    font-size: 24px;
    margin: 0 0 10px;
  }
  p {
    font-size: 16px;
    color: #464c41;
  }
  ul {
    li {
      font-size: 18px;
      color: #000;
      font-weight: 500;
      margin: 0 0 10px;
      position: relative;
      padding-left: 30px;
      &:before {
        content: "";
        background: url("https://cdn.shopify.com/s/files/1/0332/6122/4074/files/Frame_2.svg?v=1733908294");
        height: 18px;
        width: 18px;
        position: absolute;
        left: 0;
        top: 0;
      }
    }
  }
  a {
    background: #000 !important;
    border: 1px solid #000;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    text-transform: initial;
    margin-top: 10px;
    line-height: 24px;
    img {
      vertical-align: middle;
      margin-right: 10px;
    }
    &:hover {
      background: #fff !important;
      color: #000 !important;
      img {
        filter: invert(1);
      }
    }
  }
}

.lookbook-section .product-details ul {
  list-style: none;
  padding: 0;
}

.lookbook-section .product-image {
  width: 40%;
}

.lookbook-section .product-image img {
  max-width: 150px;
  border-radius: 8px;
  margin: auto;
  display: block;
}

.page-footer {
  background: #151515;
  padding-bottom: 0;
  overflow: hidden;
  .back-to-top-row {
    display: none;
  }
  .container {
    justify-content: space-between;
    gap: 0;
    width: 100%;
    .footer-columns {
      margin-left: -50px;
      margin-right: -50px;
      .column {
        padding-left: 50px;
        padding-right: 50px;
        .social-column {
          padding: 0;
        }
        .footer-image {
          max-width: 300px;
        }
      }
      .links-column {
        width: auto;
        position: relative;
        &:before {
          content: "";
          height: 80%;
          width: 1px;
          background: #383838;
          position: absolute;
          left: 0;
        }
        ul {
          li {
            a {
              color: #b9b9b9;
              margin: 0 0 5px;
              display: inline-block;
            }
          }
        }
        .social-links {
          ul {
            li {
              display: block;
              margin: 0;
              a {
                &:after {
                  content: attr(aria-label);
                  margin-left: 10px;
                  text-decoration: underline;
                }
              }
            }
          }
        }
      }
    }
  }
  .footer-bottom {
    background: #303030;
    .container {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      .copy {
        font-size: 14px;
        color: #acacac;
        a {
          font-size: 14px;
          color: #acacac;
        }
      }
      .made-width {
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 5px;
        a {
        }
      }
      .footer-app-box {
        display: flex;
        align-items: center;
        p {
          margin: 0 10px 0 0;
        }
      }
    }
  }
}

.page-ingredients .wrapper.page-margin {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}

/* ---------------------------< Collection page >--------------------- */

.template-collection {
  .home-cate-top {
    .home-cate-wrapper {
      max-width: 1460px;
      ul {
        li {
          img {
            max-width: 168px;
            width: 100%;
          }
          a {
            font-size: 16px;
          }
        }
      }
    }
  }
  .section.section-image-with-text-overlay {
    margin-bottom: 40px !important;
  }
  .section.collection-page {
    margin-top: 40px !important;
  }
  .results-pagination {
    .p-count {
      display: none;
    }
    .p-page {
      width: 100%;
      text-align: center;
      ul {
        li {
          &.active {
            .linkless {
              color: #999;
              font-size: 20px;
            }
          }
          .prev,
          .next {
            border: 1px solid #000;
            padding: 0;
            border-radius: 100px;
            height: 40px;
            width: 40px;
            display: inline-block;
            text-align: center;
            line-height: 36px;
            svg {
              height: 22px;
              width: 22px;
            }
          }
          .linkless {
            border-color: #999;
            line-height: 40px;
            svg {
              fill: #999;
            }
          }
          a {
            font-size: 20px;
          }
        }
      }
    }
  }
  .product-form {
    .pretty-select {
      display: none;
    }
  }
}
.template-collection #content .section{
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 1490px) {
  .home-banner-wrapper {
    .ctabutton {
      bottom: 40px;
      max-width: 250px;
    }
  }
}

/* @media (min-width: 768px) {
  .product-pdp-tlpc #content .section,
  .index #content .section {
    margin-top: 6em;
    margin-bottom: 5em;
  }
  .product-pdp-tlpc.template-product #content .section {
    margin-top: 0em;
    margin-bottom: 0em;
  }
  .toolbar-logo {
    margin: 0 0;
  }
} */
 .section-image-with-text-overlay .mob-only {
  display: none;
}
/* .product-pdp-tlpc.template-product {
  .product-container {
    .product-mobile-title {
      display: none;
    }
  }
} */
/* .template-product {
  .product-container {
    .product-mobile-title {
      display: none;
    }
  }
}  */

.template-search .product-form .pretty-select {
  display: none;
}
 .related-products .grid {
  display: flex;
}
.related-products {
  margin: 30px 0;
}
/* .product-pdp-tlpc .pdpvideo-section video {
  border-radius: 12px;
}  */
/* ------------------------------<    Responsive    >--------------------------------*/


@media (max-width: 1640px) {
   .toolbar-container .toolbar-right {
    .main-nav {
      width: 80%;
    }
  } 
  .home-banner-wrapper {
    .ctabutton {
      max-width: 300px;
    }
  }
  .lookbook-left {
    padding: 60px;
  }
  /* .product-pdp-tlpc.template-product {
    .product-container {
      .product-gallery {
        width: 50%;
      }
    }
  } */

  .custom-add-to-cart .product-variant-swatches .variant-swatch {
    padding: 4px 10px; 
  }
}

@media (max-width: 1510px) {
  .custom-add-to-cart .product-variant-swatches { gap: 5px; }
  .custom-add-to-cart .product-variant-swatches .variant-swatch { font-size: 13px; padding: 4px 5px; }
  .product-block.product-block--gutter-0.product-block--border-true .product-block__inner .product-form { padding-left: 10px; padding-right: 10px; }
}


@media (max-width: 1440px) {
  /* .product-pdp-tlpc.template-product {
    .section.product-container {
      margin-top: 25px !important;
    }
  } */

  .home-trusted-main .home-trusted-wrapper {
    margin-left: 50px;
  }
  .section-home-matters .logo-list .logo-list__logo {
    padding: 15px 20px;
    flex: 0 0 calc(25% - 20px);
    .cate-title {
      width: 70%;
    }
  }
  .section-home-matters .logo-list__logo-title {
    font-size: 20px;
    line-height: 26px;
  }
  .logo-list:not(.cc-carousel) .logo-list__logo-image {
    width: 50% !important;
    flex: initial;
  }
  .home-more .form {
    bottom: 20%;
    left: 14%;
  }
  .home-more .btn {
    padding: 10px 0;
    max-width: 180px;
  }
  .lookbook-left {
    padding: 10px 30px;
    h2 {
      font-size: 25px;
      line-height: 44px;
      margin-top: 20px;
      width: 100%;
      max-width: 100%;
    }
    .lookbook-tab-content {
      padding: 25px;
    }
  }
  .lookbook-section .product-image {
    width: 35%;
  }
  .lookbook-section .product-details {
    margin-bottom: 0px;
    width: 65%;
  }
  .home-blog-section .blog-container {
    padding: 0 20px;
  }
  .home-blog-section .blog-scroll {
    gap: 15px;
  }
  .home-trusted-main .home-trusted-wrapper {
    margin-left: 50px;
    .content {
      ul {
        li {
          .review_content {
            padding: 20px;
          }
          .image img {
            height: 100%;
            object-fit: cover;
          }
        }
      }
    }
  }
  .newsletter-section {
    .newsletter-content {
      bottom: 2%;
      left: 10%;
      h2 {
        line-height: 52px;
        font-size: 40px;
      }
    }
  }
  /* .no-variant-box form {
    padding: 0 15px !important;
  }
  .product-block .product-block__title-price {
    padding: 0 15px !important;
  }
  .custom-add-to-cart .product-variant-swatches {
    overflow: scroll;
  }
  .custom-add-to-cart .product-variant-swatches .variant-swatch {
    padding: 5px 0;
    width: 100px;
    text-align: center;
  }
  .custom-add-to-cart .kc-add-cart {
    padding: 8px 0;
  }
  .product-pdp-tlpc.template-product {
    .product-container {
      .product-gallery {
        padding-right: 50px;
      }
    }
  } */
  .clickyboxes li a {
    margin: 0 8px 0 0;
  }
   /* .product-pdp-tlpc .product-details .variant-wrapper .custom-variant {
    margin-right: 8px;
  } */
  /* .product-pdp-tlpc.template-product {
    .product-container {
      .product-form {
        padding-left: 0;
        width: 44%;
        .product-title {
          font-size: 30px;
        }
      }
    }
  } */
  #section-id-template--17698365276298__92c0a8af-c158-4a64-a144-b996c18100c4 {
    padding: 0 20px;
    .column-container {
      margin: 0;
    }
  }
  .pdp-cat-banner {
    .home-more .form {
      bottom: 40%;
      left: 50%;
    }
  }
  .rimage-wrapper .rimage__image {
    border-radius: 10px;
  } 
  .home-banner-wrapper {
    .ctabutton {
      max-width: 20%;
      font-size: 20px;
      bottom: 9%;
    }
  }
  .home-trusted-main .home-trusted-wrapper {
    .content {
      ul {
        li {
          .review_content {
            h2 {
              font-size: 14px;
            }
          }
        }
      }
    }
  }
  .quinn_card_heading_1 p {
    font-size: 40px;
  }
  .product-gallery .slick-slider--indented-side-icons .slick-next,
  .product-gallery .slick-slider--indented-side-icons:hover .slick-next {
    margin-right: -30px;
  }
  .product-gallery .slick-slider--indented-side-icons .slick-prev,
  .product-gallery .slick-slider--indented-side-icons:hover .slick-prev {
    margin-left: -20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
  .toolbar .toolbar-right {
    justify-content: left;
  }
  .main-nav .nav-item .nav-item-link {
    padding: 10px 5px;
    font-size: 14px;
  }
  .toolbar-container .toolbar-right .main-nav {
    width: 70%;
  }
  .main-nav .nav-item .nav-item-link svg {
    right: -10px;
  }
}

/* @media (max-width: 1100px) {
  .product-pdp-tlpc.template-product {
    .product-container {
      .product-form {
        width: 50%;
      }
    }
  }
  .product-pdp-tlpc.template-product {
    & .product-container {
      & .product-form {
        & .variant-wrapper {
          & .custom-variant {
            .custom-title {
              margin-top: 13px;
            }
          }
        }
      }
    }
  }
} */

@media (max-width: 1024px) {
  .home-cate-top,
  .template-collection .home-cate-top {
    .home-cate-wrapper {
      ul {
        gap: 25px;
        li img {
          max-width: 80px;
          width: auto;
        }
        li a {
          font-size: 12px;
          line-height: normal;
        }
      }
    }
  }
  .product-slideshow .slick-next.slick-disabled,
  .product-slideshow .slick-prev.slick-disabled {
    opacity: 0.25;
  }
  .product-slideshow .slick-next {
    margin-right: 0;
    opacity: 1;
  }
  .product-slideshow .slick-prev {
    margin-left: 0;
    opacity: 1;
  }
}

.slide-mobile-bottom-img {
 display: none;  
}

@media (max-width: 768px) {
  .product-pdp-tlpc.template-product {
    .section.product-container {
      .product-form {
        .variant-wrapper {
          .selector-wrapper.sticky {
            position: fixed;
            bottom: 13%;
            background: #fff;
            width: 100%;
            left: 0;
            z-index: 9999;
            display: flex;
            overflow: auto;
            background: #fff;
            padding-top: 10px;
            label {
              display: none;
            }
            ul.clickyboxes {
              width: 100%;
              display: flex;
              margin: 0;
              li {
                display: inline;
                flex: none;
                width: 160px;
                position: relative;
                margin: 0 5px;
                a {
                  float: none;
                  position: absolute;
                  left: 0;
                  right: 0;
                  width: 160px !important;
                  margin-left: 0;
                  margin-right: 0;
                }
              }
            }
            .custom-variant {
              flex: none;
              width: 160px !important;
              margin-left: 2.5%;
            }
            .custom-tag {
              left: 20%;
            }
          }
        }
      }
    }
  }

  .newsletter-section.newsletter-section--with-image .column {
    padding: 0;
  }
  .newsletter-section .row--simple-valign {
    margin: 0;
  }

  .product-pdp-tlpc.template-product {
    .product-container {
      .product-form {
        .product-details .product-description.product-detail__gap-lg {
          padding-top: 0;
        }
      }
    }
  }

  .cart-summary--drawer-dynamic {
    .products-section {
      .product-grid {
        .product-block {
          .custom-add-to-cart .kc-add-cart {
            width: 100% !important;
            img {
              max-width: 18px !important;
              margin-right: 3px !important;
            }
          }
        }
      }
    }
  }

  .cart-summary--drawer-dynamic .products-section {
    .product-grid {
      .product-block {
        margin-right: 0 !important;
      }
    }
  }
  .cart-summary--drawer-dynamic {
    .products-section {
      .product-grid {
        padding: 0 10px;
      }
    }
  }

  .pdp-save-more {
    .pro-buy {
      ul {
        li {
          button {
            padding: 0 12px;
            line-height: 26px;
          }
        }
      }
    }
  }

  .pro-buy {
    .product-form {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
  }

  .mo-padding-zero {
    .pdp-banner-wrapper {
      padding: 0;
    }
  }

  .home-banner-wrapper {
    .ctabutton {
      max-width: 80%;
      top: 24%;
      bottom: initial;
      right: 0;
      left: 0;
      border-radius: 10px;
      font-size: 18px;
      margin: auto;
      span {
        font-size: 14px;
        margin: 0;
      }
    }
  }

  .home-more .form {
    left: 8%;
    bottom: 25%;
  }
  .home-more .btn {
    max-width: 140px;
    font-size: 14px;
    padding: 5px 0;
    img {
      max-width: 18px;
    }
  }

  .quinn_card_heading_1 p {
    font-size: 28px;
    margin: 0 0 10px;
  }
  .product-pdp-tlpc .quinn_cards_widget {
    padding: 30px 0 40px;
  }

  #content .section {
    overflow: hidden;
  }
  .pdp-banner-wrapper {
    .desktop-mode-image {
      display: none;
    }
    .mobile-mode-image {
      display: block;
    }
  }
  .announcement-bar .announcement-bar__text {
    overflow: hidden;
  }
  .home-cate-top .home-cate-wrapper {
    overflow: scroll;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  .home-cate-top {
    margin-bottom: 0;
  }
  .home-cate-top .home-cate-wrapper ul {
    gap: 10px;
  }

  .opposing-items.opposing-items--heading .section-heading {
    font-size: 28px;
  }
  .opposing-items--heading .cc-carousel--previous,
  .opposing-items--heading .cc-carousel--next {
    display: none;
  }
  .opposing-items.opposing-items--heading span {
    padding: 0px 15px;
    font-size: 12px;
  }
  .featured-product
    .product-grid.grid
    .column.flex.min-cols-2:not(.product-block--gap-0),
  .featured-product
    .product-grid.grid
    .column.flex.max-cols-4:not(.product-block--gap-0),
  .featured-product
    .product-grid.grid
    .column.flex.max-cols-5:not(.product-block--gap-0),
  .featured-product
    .product-grid.grid
    .column.flex.max-cols-6:not(.product-block--gap-0) {
    width: calc(80% - 10px);
  }
  .products-section .container {
    padding-right: 0;
    padding-left: 0;
    .cc-carousel-container {
      padding-left: 20px;
    }
  }

  .environmental.section-text-with-icons
    .cc-carousel-container
    .inner-container {
    padding: 30px 0;
    .custom-head {
      font-size: 28px;
      line-height: 36px;
    }
  }
  .section-text-with-icons .cc-carousel-container {
    background: #f1f1f1;
  }
  .environmental.section-text-with-icons.cc-is-carousel.cc-carousel-scrolling
    .icon-columns {
    gap: 10px;
    width: 100%;
    flex-direction: initial;
    flex-wrap: wrap;
    margin: 0;
    .icon-columns__column {
      width: 50%;
      float: left;
      padding: 0;
      flex: 0 0 49%;
      .icon-columns__column--inner {
        padding: 20px;
        flex-wrap: wrap;
      }
      .rimage__image {
        max-width: 50px;
      }
      .icon-column__title {
        font-size: 24px !important;
      }
      .icon-column__content {
        margin-left: 0;
      }
      .icon-column__text p {
        font-size: 13px;
        line-height: normal;
      }
    }
  }
  .section-text-with-icons
    .cc-carousel-container
    .inner-container
    .icon-columns__column.align-center
    .icon-column__image {
    margin: 0 0 25px;
  }
  .section-home-matters .container h2 {
    font-size: 28px;
    margin: 10px 0 20px;
  }
  .section-home-matters .container span {
    font-size: 12px;
  }

  .section-home-matters .logo-list .logo-list__logo {
    flex: 0 0 calc(75% - 10px);
    &:last-child {
      margin-right: 20px;
    }
    &:first-child {
      margin-left: 20px;
    }
  }
  .section-home-matters .logo-list {
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: left;
    overflow: scroll;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  .section-home-matters .container {
    padding-right: 0;
    padding-left: 0;
  }
  .section-home-matters .logo-list .logo-list__logo {
    padding: 15px 20px;
    min-height: 140px;
  }
  .section-home-matters .logo-list__logo-title {
    font-size: 18px;
  }
  .section-home-matters .logo-list__logo-image {
    max-width: 100px !important;
  }
  .home-diff .home-banner-wrapper {
    padding: 0;
  }
  .home-banner-batter-wrapper .title h2 {
    font-size: 28px;
  }
  .home-banner-batter-wrapper .title span {
    font-size: 12px;
  }
  .home-more {
    padding: 0;
    form {
      bottom: 25%;
      left: 10%;
      .btn {
        padding: 8px 15px;
        font-size: 14px;
        width: auto;
        gap: 5px;
        img {
          max-width: 17px;
        }
      }
    }
  }

  .lookbook-section {
    padding: 0;
    .mobile-title {
      display: block;
      font-size: 28px;
      font-weight: 600;
      text-align: center;
      max-width: 300px;
      margin: 0 auto 20px;
      line-height: 36px;
    }
    .lookbook-container {
      flex-wrap: wrap;
      .lookbook-left {
        padding: 20px;
        width: 100%;
        order: 2;
        border-radius: 0;
        h2 {
          display: none;
        }
        .lookbook-tab-content {
          padding: 20px;
          position: relative;
          .product-inner-content {
            align-items: flex-start;
            .product-details {
              width: 100%;
              span {
                height: 40px;
                width: 40px;
                line-height: 40px;
                font-size: 14px;
                float: left;
              }
              h3 {
                font-size: 16px;
                float: left;
                max-width: 150px;
                margin-left: 10px;
              }
              p {
                max-width: 200px;
                font-size: 14px;
              }
              ul li {
                font-size: 14px;
              }
              a {
                font-size: 14px;
                img {
                  max-width: 20px;
                }
              }
            }
          }
        }
      }
      .lookbook-right {
        width: 100%;
        order: 1;
        img {
          border-radius: 0;
        }
        .lookbook-tab-trigger {
          height: 35px;
          width: 35px;
          padding: 0;
          font-size: 12px;
        }
      }
    }
    .product-image {
      width: 30%;
      position: absolute;
      right: 10px;
    }
  }
  .home-hiding .home-banner-wrapper {
    padding: 0;
  }
  .home-blog-section .blog-container {
    padding-left: 20px;
    .blog-scroll {
      width: 1300px;
    }
    &::-webkit-scrollbar {
      display: none;
    }
  }
  .home-blog-section .opposing-items--heading {
    margin-bottom: 10px;
  }
  .home-blog-section .blog-scroll {
    gap: 10px;
  }
  .home-blog-section .blogs-box {
    width: 100%;
  }

  .home-trusted-main {
    padding: 40px 0;
    .home-trusted-wrapper {
      margin: 0;
      .title h2 {
        font-size: 28px;
        margin: 0;
      }
      .content {
        padding-left: 20px;
        ul {
          li {
            flex-wrap: wrap;
            .image {
              width: 100%;
              order: 1;
              img {
                border-radius: 10px 10px 0 0;
              }
            }
            .review_content {
              width: 100%;
              padding: 20px;
              order: 2;
              border-radius: 0px 0px 10px 10px;
              p {
                font-size: 14px;
              }
              h4 {
                font-size: 14px;
              }
            }
          }
        }
        .swiper-pagination {
          margin-left: -10px;
        }
      }
    }
  }
  .section-collapsible-tabs .container {
    .collapsible-tabs__heading {
      font-size: 28px;
    }
  }
  .section-collapsible-tabs .container {
    .collapsible-tabs__block {
      .cc-accordion-item__content {
        font-size: 14px;
      }
    }
  }
  .newsletter-section {
    .newsletter-section__image {
      .desk-image {
        display: none;
      }
      .mo-image {
        display: block;
      }
    }
  }
  .newsletter {
    .container {
      padding: 0;
      .newsletter-section {
        .newsletter-content {
          left: 20px;
          width: 90%;
          h2 {
            font-size: 28px;
            line-height: 34px;
            max-width: 200px;
          }
          p {
            max-width: 136px;
          }
          .inline-input-button {
            max-width: 100%;
          }
          .newsletter-section__text {
            padding-bottom: 30px;
          }
        }
      }
    }
  }
  .home-we-are .home-banner-wrapper {
    padding: 0;
  }
  .expeppy.section-text-with-icons.cc-is-carousel.cc-carousel-scrolling
    .icon-columns {
    flex-wrap: nowrap;
    padding-left: 30px;
    width: auto;
    padding-right: 30px;
  }
  .expeppy {
    margin-bottom: 40px !important;
    .cc-carousel-mobile--no-scrollbar:after {
      content: "";
      display: none;
    }
    .cc-carousel-mobile {
      .icon-columns__column {
        width: 100% !important;
        flex-basis: 100%;
        margin: 0;
        .rimage__image {
          max-width: 80px !important;
        }
      }
    }
    .cc-carousel-container {
      padding: 0;
      .icon-columns__column--inner {
        padding: 0px 0 !important;
        width: 235px;
      }
    }
  }
  .expeppy.section-text-with-icons.cc-is-carousel.cc-carousel-scrolling
    .icon-columns {
    .icon-columns__column {
      .icon-column__title {
        font-size: 20px !important;
      }
    }
  }
  .expeppy.section-text-with-icons .cc-carousel-container {
    background: transparent;
  }

  .page-footer {
    padding: 2em 0 0;
    .container {
      .footer-columns {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        .column.logo-footer {
          width: 100%;
          text-align: center;
          padding: 0;
          border-bottom: 1px solid #383838;
          margin-bottom: 40px;
          padding-bottom: 40px;
          a {
            border: 0 !important;
            text-decoration: none !important;
          }
        }
        .links-column {
          padding: 0;
          margin: 0;
          width: 50%;
          &:before {
            content: "";
            display: none;
          }
          ul li a {
            font-size: 14px;
          }
          .social-links li a {
            display: flex;
          }
        }
        .mobile-border {
          border-top: 1px solid #383838;
          margin-top: 30px;
          padding-top: 30px;
        }
        .footer-right {
          width: 50%;
        }
      }
    }
    .footer-bottom {
      background: transparent;
      border-top: 1px solid #383838;
      margin-bottom: 50px;
      .container {
        padding: 0;
        .footer-lower {
          width: 100%;
          text-align: center;
          border-bottom: 1px solid #383838;
        }
        .footer-app-box {
          padding: 0 20px;
          .app-logo {
            width: 100px;
            height: 30px;
          }
        }
        .made-width {
          width: 100%;
          text-align: center;
          display: flex;
          justify-content: center;
          background: #303030;
          padding: 16px 0;
          margin-top: 16px;
          a {
            text-decoration: underline !important;
            border: 0;
          }
        }
      }
    }
  }
  .slide-mobile-bottom-img {
    display: block;
  }

  .featured-product.products-section .not-a-carousel {
    padding: 0 20px !important;
    .product-grid {
      .product-block {
        width: calc(50% - 10px) !important;
        display: block !important;
        .product-block__inner {
          .product-block__title-price {
            padding: 0 10px !important;
            .title {
              font-size: 12px;
              line-height: 16px;
              min-height: 50px;
            }
            .price.on-sale .amount {
              font-size: 14px;
              margin-right: 2px;
            }
            .price .product-label span {
              font-size: 14px;
            }
          }
        }
        .no-variant-box .product-form--mini .product-add {
          font-size: 16px;
          padding: 0px 0;
          height: 34px !important;
          width: 100% !important;
          text-transform: math-auto;
          img {
            max-width: 20px;
            margin-right: 5px;
          }
        }
      }
    }
  }
  .more-link-view {
    .more-link {
      margin: 1em 0 0;
    }
  }
  .section-image-with-text-overlay .mob-only {
    display: block;
  }
  .section-image-with-text-overlay .desk-image-hide {
    display: none;
  }

  .template-collection .product-block {
    .product-block__inner {
      .product-block__title-price {
        padding: 0 10px !important;
        .title {
          font-size: 12px;
          line-height: 16px;
        }
        .price.on-sale .amount {
          font-size: 14px;
        }
        .price .product-label span {
          font-size: 14px;
        }
      }
    }
    .no-variant-box .product-form--mini .product-add {
      font-size: 16px;
      padding: 0px 0;
      height: 34px !important;
      width: 100% !important;
      text-transform: math-auto;
      img {
        max-width: 18px;
        margin-right: 5px;
        margin-top: 0px;
      }
    }
    .product-add {
      width: 90% !important;
      margin: auto;
      display: block;
    }
  }
  .template-collection {
    .results-pagination {
      .p-page {
        ul {
          li {
            a {
              font-size: 16px;
            }
            &.active .linkless {
              font-size: 16px;
            }
            .prev,
            .next {
              height: 30px;
              width: 30px;
              line-height: 30px;
            }
          }
        }
      }
    }
  }

  .product-block .price {
    /* display: flex; */
    align-items: center;
    gap: 2px;
    justify-content: space-between;
  }
  .jdgm-prev-badge__text {
    font-size: 12px;
  }
  .jdgm-preview-badge .jdgm-star {
    font-size: 12px;
  }

  .product-pdp-tlpc.template-product .sticky-addtocart {
    display: block;
    position: fixed;
    bottom: 50px;
    z-index: 99999;
    width: 100%;
    background: #fff;
    padding: 10px 5px;
    a {
      width: 100%;
      background: #000;
      color: #fff;
      text-transform: capitalize;
      font-weight: 500;
      font-size: 16px;
      border: 0;
    }
  }
  .product-pdp-tlpc.template-product {
    #content .section {
      margin-top: 0;
    }
    .section.product-container {
      padding: 0;
      margin-top: 20px !important;
      .row.product-container {
        margin: 0 !important;
      }
      .product-mobile-title {
        display: block;
        padding: 0 20px;
        .jdgm-widget {
          display: inline-block;
          background: #e9f8eb;
          padding: 5px 10px;
          font-size: 14px;
          border-radius: 2px;
          .jdgm-prev-badge__stars {
            &:after {
              content: attr(data-score) "/5 ";
              font-weight: 500;
              border-right: 2px solid #ddd;
              margin-right: 10px;
              padding-right: 8px;
            }
            .jdgm-star:before {
              color: #f99b1f;
            }
          }
        }
        h2 {
          font-size: 28px;
          font-weight: 600;
          line-height: 36px;
          margin-top: 12px;
        }
      }
      .product-gallery {
        width: 100%;
        padding: 0;
        .slick-dots {
          bottom: -30px;
          li {
            width: 15px;
            button:before {
              font-size: 30px;
            }
          }
        }
      }
      .product-form {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 0;
        padding-top: 0px;
        .product-details {
          padding: 0;
         
          .jdgm-widget {
            display: none !important;
          }
        }
        .product-point {
          padding: 0 0 10px;
          ul li {
            font-size: 14px;
            line-height: normal;
            margin: 0 0 10px;
          }
        }
        .variant-wrapper {
          padding-bottom: 0;
          .selector-wrapper {
            label {
              display: block;
              font-weight: 600;
            }
          }
          .custom-variant {
            height: 90px;
          }
          .clickyboxes li a {
            height: 80px;
            margin-bottom: 20px;
          }
          .custom-tag {
            width: 85px !important;
            display: block;
            text-align: center;
            left: 23%;
            position: relative;
            top: 8px;
            font-size: 10px;
          }
          .custom-title {
            font-weight: 500;
            padding: 9px 4px 0;
          }
          .custom-price {
            font-size: 16px;
            font-weight: 500;
          }
        }
        .payment-and-quantity {
          margin-top: 10px;
          margin-bottom: 15px;
        }
        .payment-and-quantity--buttons-active {
          .product-add.mini-form {
            background: #000 !important;
            .button-text {
              color: #fff;
              font-weight: 500;
              font-size: 16px;
              text-transform: capitalize;
            }
          }
        }
        .payment-icons {
          padding-top: 10px;
          img {
            height: 38px;
            object-fit: cover;
            border-radius: 5px;
          }
        }
        .product-detail-accordion {
          .cc-accordion-item__title {
            padding: 15px;
          }
        }
        .product-detail-accordion:last-child {
          margin-bottom: 0;
        }
      }
    }
    .variant-wrapper-fixed,
    /* .payment-and-quantity__add.fix-button.sticky-btn {
      position: initial !important;
    } */
    .rimage-wrapper .rimage__image {
      border-radius: 0;
    }
  }

  .product-pdp-tlpc.template-product {
    .section-text-columns-with-images .container {
      padding-top: 40px;
      padding-bottom: 40px;
      padding-right: 0;
      h2 {
        font-size: 28px;
        line-height: 36px;
        text-align: left;
      }
      .scroller {
        overflow: scroll !important;
        .column-container {
          width: 750px !important;
        }
        .text-column__image {
          max-width: 61px !important;
          margin: 0 0 40px;
        }
        .text-column {
          margin-right: 0 !important;
          padding: 20px;
          h3 {
            font-size: 16px;
          }
          .text-column__text {
            font-size: 14px;
          }
          &:first-child {
            margin-left: 0;
          }
        }
        &::-webkit-scrollbar {
          display: none;
        }
      }
    }
    .section-text-columns-with-images {
      padding: 0 20px;
    }
  }

  .pdp-cat-banner {
    .home-more .form {
      bottom: inherit;
      left: 35%;
      top: 32%;
    }
  }
  .pdp-save-more {
    .pro-buy {
      ul {
        li {
          width: 25% !important;
          .save-ml {
            margin: 10px 0 5px;
          }
          .save {
            font-size: 12px;
          }
          .ml {
            font-size: 12px;
          }
          button {
            font-size: 12px !important;
          }
        }
      }
    }
  }
  .pdp-safe {
    .pdp-banner-wrapper {
      padding: 0;
    }
  }
  .cc-accordion-item__title {
    font-size: 16px;
  }
  .product-pdp-tlpc.template-product {
    .section-collapsible-tabs {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .pdp-we-are {
      .pdp-banner-wrapper {
        padding: 0;
      }
    }
  }
  .template-index {
    .home-cate-top {
      margin-top: 5px;
      margin-bottom: -25px;
    }
  }
  .custom-add-to-cart .product-form {
    padding: 0 10px !important;
  }
  .product-block .price.on-sale del {
    font-size: 12px;
  }
  .product-block {
    .product-block__inner {
      .product-block__title-price {
        .price .product-label span {
          font-size: 11px !important;
          padding: 0 0 0 4px;
        }
      }
    }
    .no-variant-box {
      .product-form {
        padding: 0 10px !important;
      }
    }
  }
  .product-block .product-block__inner {
    padding-bottom: 10px !important;
  }

  .template-collection
    #section-id-template--17686864035978__image_with_text_overlay_awbW7X {
    margin-bottom: 10px !important;
  }
  .template-collection .home-cate-top {
    margin-top: 10px;
  }
  .template-collection .section.collection-page {
    margin-top: 20px !important;
  }
  .custom-add-to-cart .variant-mm {
    overflow: scroll;
    .product-variant-swatches {
      width: 300px;
      padding-right: 5px;
      gap: 5px;
      .variant-swatch {
        padding: 5px 10px;
        margin: 0;
        font-size: 14px;
      }
    }
    &::-webkit-scrollbar {
      display: none;
    }
  }
  .custom-add-to-cart .kc-add-cart {
    padding: 4px 10px;
    .button-text {
      font-size: 16px;
    }
    img {
      max-width: 18px;
      margin-right: 5px;
    }
  }
  .product-pdp-tlpc .product-details .variant-wrapper .custom-variant {
    margin-right: 0;
  }

  .product-pdp-tlpc.template-product {
    .product-container {
      .product-form {
        .delivery-block {
          .desk-image {
            display: none;
          }
          .mo-image {
            display: block;
          }
        }
      }
    }
  }
  html {
    padding-bottom: 0 !important;
  }

  .template-search {
    .product-grid {
      .product-block {
        width: calc(50% - 10px) !important;
        display: block !important;
        .product-block__inner {
          .product-block__title-price {
            padding: 0 10px !important;
            .title {
              font-size: 12px;
              line-height: 16px;
              min-height: 50px;
            }
            .price.on-sale .amount {
              font-size: 14px;
              margin-right: 2px;
            }
            .price .product-label span {
              font-size: 14px;
            }
          }
        }
        .no-variant-box .product-form--mini .product-add {
          font-size: 14px;
          padding: 7px 0;
          text-transform: math-auto;
          img {
            max-width: 20px;
            margin-right: 5px;
          }
        }
      }
    }
  }
  .product-slideshow .slick-next,
  .product-slideshow .slick-next svg,
  .product-slideshow .slick-prev,
  .product-slideshow .slick-prev svg {
    width: 40px;
    height: 40px;
  }
  .variant-wrapper-fixed .custom-title {
    padding: 10px 4px 0;
  }
  .home-trusted-main .home-trusted-wrapper .title {
    margin: 0 0 24px;
  }
  .home-trusted-main .home-trusted-wrapper .content ul li .review_content h2 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .home-trusted-main .home-trusted-wrapper .content ul li .review_content h4 {
    margin: 0 0 5px;
  }
  .section-collapsible-tabs .container .collapsible-tabs__block {
    margin: 0 0 8px;
  }
  .no-variant-box .product-form--mini .product-add { padding: 5px; }
}

@media (max-width: 560px) {
  .environmental.section-text-with-icons.cc-is-carousel.cc-carousel-scrolling
    .icon-columns {
    .icon-columns__column {
      flex: 0 0 48%;
    }
  }
  .environmental .icon-column__content {
    width: 100% !important;
  }
  .environmental.section-text-with-icons
    .cc-carousel-container
    .inner-container {
    .custom-head {
      padding: 0;
    }
  }

  .home-cate-top,
  .template-collection .home-cate-top {
    .home-cate-wrapper {
      ul {
        gap: 10px;
      }
    }
  }
  .product-block .title {
    font-size: 16px;
  }
  .product-block .price .amount {
    font-size: 20px;
  }
  .product-block .price .amount{
    font-size: 16px;
  }
}
