/** Shopify CDN: Minification failed

Line 1304:13 Expected identifier but found whitespace
Line 1304:15 Unexpected "{"
Line 1304:24 Expected ":"

**/
/* Place any CSS overrides in this file. */

*,
*::before,
*::after {
  box-sizing: border-box !important;
}

:root {
  --heading_font: GeneralSans;
}

/* ##### Global Styling ##### */
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
.btn,
body {
  font-family: var(--heading_font) !important;
}

.h0 {
  font-size: 32px;
}

.h1 {
  font-size: 28px;
}

@media screen and (min-width: 768px) {
  .h0 {
    font-size: 45px;
  }
  .h1 {
    font-size: 40px;
  }
}

@media screen and (min-width: 990px) {
  .h0 {
    font-size: 55px;
  }
  .h1 {
    font-size: 45px;
  }
}

@media screen and (min-width: 1600px) {
  .h0 {
    font-size: 58px;
  }
  .h1 {
    font-size: 48px;
  }
}

.custom-font, 
.h1, 
.h2, 
.h3, 
.h4, 
.h5, 
.h6, 
.header-font, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  font-family: var(--heading_font) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none;
  line-height: 1.1;
}

.btn {
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 23px;
  padding-block: 12px;
}

.progress-bar {
  height: 100%;
  background: #4CAF50;
  border-radius: 5px;
  transition: width 0.3s ease;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after, 
.swiper-container-rtl .swiper-button-next:after {
  display: none;
}

.retail_price-bold {
  font-weight: 500;
}

.img-box {
  overflow: hidden;
}

.reveal-image {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 1s ease-in-out;
}

.reveal-image.visible {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.cart-recomendation--btn{
  display:flex !Important;
  margin-top: 10px;
}
@keyframes rollFromLeft {
  from {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}


@media screen and (min-width: 768px) {
  .large--one-fifth {
    width: 30%;
    padding-top: 15px;
  }
  .large--one-fifth.newsletter-footer {
    width: 40%;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 35px;
  }
}

@media screen and (min-width: 1024px) {
  .large--one-fifth {
    width: 18%;
  }
  .large--one-fifth.newsletter-footer {
    width: 28%;
  }
}
/* Cart-page- recently-viewed */
h2.recent--item--title {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 50px;
}
.cstm--sale--tag {
    position: absolute;
    left: 15px;
    color: white;
    background: var(--sale-badge-color);
    z-index: 1;
    bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    padding: 6px 15px;
    border-radius: 23px;
}
.grid__item {
    position: relative;
}
@media (max-width:750px){
  h2.recent--item--title {
    font-size:20px;
  }
  .homepage-slider-container .homepage-featured-content-box .homepage-featured-content-box-inner{
    gap:5px !important;
  }
  .homepage-slider-container .homepage-featured-content-box .slideshow-text-container {
    margin-bottom: 14px;
  }
}
/*End recently viewed  */
/* Header Custom Styling */

header.site-header .wrapper-padded {
  /* max-width: 1800px; */
}

header.site-header .site-nav .site-nav__link {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
}

.mobile-nav-grid-container .mobile-nav__logo-title--inner {
  padding: 10px 0;
}

.mobile-nav-grid-container .mobile-nav__item.top-level a.mobile-nav__link {
  font-family: var(--heading_font);
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0;
}

.wishlist-hero-header-icon .wishlist-hero-items-count {
  width: 16.8px !important;
  height: 16.8px !important;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  background: #000;
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  top: 7px;
  right: 2px;
}

@media screen and (min-width: 992px) {
  header.site-header .site-header__wrapper {
    display: grid;
    grid-template-areas: "navigation heading navigation-right icons";
    grid-template-columns: 1fr 0.5fr 0.7fr auto;
    align-items: center;
  }
  
  header.site-header .site-header__wrapper .site-header__wrapper__left {
    grid-area: navigation;
  }
  
  header.site-header .site-header__wrapper .site-header__wrapper__center {
    grid-area: heading;
  }
  
  header.site-header .site-header__wrapper .site-header__wrapper__right-split {
    grid-area: navigation-right;
    justify-content: flex-end;
  }
  
  header.site-header .site-header__wrapper .site-header__wrapper__right {
    grid-area: icons;
  }
}


/* ######### Home page Slideshow ######### */
.homepage-slider-container .homepage-featured-content-box {
  max-width: 1660px;
  width: 100% !important;
  margin: auto !important;
}

@media (min-width:750px){
  .homepage-slider-container .homepage-featured-content-box .homepage-featured-content-box-inner {
    padding: 30px !important;
  }
}


/* ######### Custom Product Cards ######### */

.c_product_card {
  display: block;
  text-decoration: none;
  border-radius: 10px;
  background-color: #fbfbfb;
}

.c_product_card .img-box {
  width: 100%;
  display: flex;
  position: relative;
  /* background-color: #fbfbfb; */
  border-radius: 10px;
  overflow: hidden;
}

.c_product_card .img-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  transition: opacity 0.5s ease;
}

.c_product_card .img-box .secondary-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.c_product_card:hover .img-box .secondary-image {
  opacity: 1;
  visibility: visible;
}

.c_product_card:hover .img-box .primary-image {
  opacity: 0;
}

.c_product_card .img-box .quick-add-wrapper {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translate(-50%, 100%);
  max-width: 90%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.c_product_card:hover .img-box .quick-add-wrapper {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.c_product_card .quick-add-wrapper .shopify-product-form {
  display: flex;
  width: 100%;
}

.c_product_card .quick-add-wrapper .quick-add-button,
.c_product_card .quick-add-wrapper .quick-add-button-variants {
  width: 100%;
  padding-block: 10px;
}

.c_product_card .product-info-wrapper {
  border-radius: 0 0 10px 10px;
  padding: 15px 20px;
  margin-top: -10px;
  box-shadow: 1px 0 3px rgba(112, 112, 112, 0.1), -1px 0 3px rgba(112, 112, 112, 0.1), 0 1px 3px rgba(112, 112, 112, 0.1);
}

.c_product_card .product-info-wrapper.on-hp {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.c_product_card .product-info-wrapper .title-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
  row-gap: 5px;
  border: 0;
  margin: 0;
  margin-top: 10px;
}

.c_product_card .product-info-wrapper .product-title,
.c_product_card .product-info-wrapper .price {
  font-family: var(--heading_font);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  text-transform: capitalize !important;
  margin: 0;
}

.c_product_card .product-info-wrapper .product-title {
  /* max-width: 160px; */
}

.c_product_card .product-info-wrapper .price {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #000;
  border-radius: 15px;
  color: #fff;
  padding: 3px 10px;
  font-weight: 400;
}

.c_product_card .product-info-wrapper .loox-rating {
  font-size: 13px;
  margin-top: 2px;
}

.c_product_card .product-info-wrapper .inspired_by-text,
.c_product_card .product-info-wrapper .retail_price {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

.c_product_card .product-info-wrapper .inspired_by-text {
  margin-top: 5px;
}

.c_product_card .product-info-wrapper .retail_price {
  margin-top: 8px;
}

.c_product_card .tags_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}

.c_product_card .tags_wrapper .cate_tag {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  padding: 6px 15px;
  border-radius: 23px;
}

.c_product_card .tags_wrapper .cate_tag.tag1 {
  background-color: #000;
  color: #fff;
}

.c_product_card .tags_wrapper .cate_tag.tag2 {
  background-color: #fff;
  color: #000;
}

.c_product_card .tags_wrapper .cate_tag.tag3 {
  background-color: grey;
  color: #000;
}

.c_product_card .loox-trust-badge-container .loox-trust-badge-widget-content {
  padding: 5px 0 0;
}

.c_product_card .loox-trust-badge-container .loox-trust-badge-widget-content .loox-trust-badge-widget-ratings__raters .loox-trust-badge-widget-ratings__raters-count {
  font-weight: 400;
}

.f_collection-item.view_all .btn {
  display: block;
  width: 100%;
  max-width: 250px;
  margin-inline: auto;
  margin-top: 80%;
}

@media screen and (min-width: 750px) {
  .c_product_card .quick-add-wrapper.mobile {
    display: none;
  }
}

@media screen and (min-width: 1600px) {
  .c_product_card .product-info-wrapper .inspired_by-text,
  .c_product_card .product-info-wrapper .retail_price {
    font-size: 14px;
  }
}

@media screen and (max-width: 1250px) {
  .c_product_card .tags_wrapper .cate_tag {
    font-size: 12px;
    padding: 5px 12px;
  }
}

@media screen and (max-width: 1024px) {
  .c_product_card .tags_wrapper {
    padding: 12px;
  }
}

@media screen and (max-width: 749px) {
  .c_product_card .img-box .quick-add-wrapper.desktop {
    display: none;
  }
  .c_product_card .product-info-wrapper {
    padding: 15px 12px;
  }
  .c_product_card .product-info-wrapper.on-hp {
    min-height: 270px;
  }
  .c_product_card .product-info-wrapper .product-title,
  .c_product_card .product-info-wrapper .price {
    font-size: 15px;
  }
  .c_product_card .quick-add-wrapper {
    position: unset;
    max-width: 100%;
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    margin-top: 10px;
  }
  .c_product_card .quick-add-wrapper .quick-add-button, 
  .c_product_card .quick-add-wrapper .quick-add-button-variants {
    padding: 10px 20px;
  }
  .c_product_card .tags_wrapper .cate_tag {
    font-size: 11px;
  }
  .c_product_card .loox-rating svg.loox-icon {
    width: 0.8rem;
    height: 0.8rem;
  }
  .c_product_card .loox-rating-content .loox-rating-label {
    font-size: 14px;
  }
  .f_collection-item.view_all .btn {
    margin-top: 110%;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 480px) {
  .c_product_card .product-info-wrapper {
    padding: 12px 10px;
  }
  .c_product_card .product-info-wrapper .title-wrapper {
    padding-block: 8px 5px;
  }
  .c_product_card .product-info-wrapper .product-title,
  .c_product_card .product-info-wrapper .price {
    font-size: 14px;
  }
  .c_product_card .quick-add-wrapper .quick-add-button, 
  .c_product_card .quick-add-wrapper .quick-add-button-variants {
    font-size: 12px;
    padding: 10px;
  }
  .c_product_card .product-info-wrapper .title-wrapper {
    padding-block: 8px 5px;
  }
  .c_product_card .tags_wrapper {
    padding: 10px;
  }
  .c_product_card .tags_wrapper .cate_tag {
    font-size: 10px;
    padding: 4px 8px;
  }
}

/* ##### Footer ##### */
.footer-wrapper .footer-main {
  padding: 50px 0 70px;
}

.footer-main .grid .grid__item .footer-header {
  font-size: 20px;
}

.footer-main .grid .grid__item.newsletter-footer .input-group {
  position: relative;
  width: 100%;
  border: 1px solid #999;
  border-radius: 32px;
}

.footer-main .grid .grid__item.newsletter-footer .input-group .footer-email-input {
  border: 0;
  border-radius: 24px;
  padding: 12px 20px;
  background: transparent;
}

.footer-main .grid .grid__item.newsletter-footer .input-group .btn {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  margin: 0;
  padding: 10px 25px;
}

.footer-main .grid .grid__item.newsletter-footer #sm-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  flex-wrap: wrap;
  list-style: none;
}

.footer-main .grid .grid__item.newsletter-footer #sm-icons .standalone-icon--wrapper {
  display: inline-flex;
  max-width: unset;
  max-height: unset;
  border-radius: 50%;
  background: #000;
  padding: 10px !important;
}

.footer-main .grid .grid__item.newsletter-footer #sm-icons .standalone-icon--wrapper svg {
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 30px;
}

.footer-main .grid .grid__item.newsletter-footer #sm-icons .standalone-icon--wrapper svg path {
  stroke: #fff;
}

.footer-wrapper .footer-bottom {
  padding-block: 10px;
  background: #000;
}

.footer-wrapper .footer-bottom .bottom--footer---links {
  margin: 0;
}

.footer-wrapper .footer-bottom .bottom--footer---links li,
.footer-wrapper .footer-bottom .bottom--footer---links li a {
  font-size: 14px;
}

@media screen and (min-width: 1250px) {
  .footer-main .grid .grid__item.newsletter-footer .input-group .btn {
    padding: 10px 30px;
  }
}

@media screen and (max-width: 767px) {
  .footer-wrapper .footer-main {
    padding: 0 0 50px;
  }
  .footer-main .grid .grid__item,
  .footer-main .grid .grid__item.newsletter-footer #sm-icons {
    margin-top: 25px;
  }
  .footer-main .grid .grid__item:first-child {
    margin-top: 0;
  }
  .footer-main .grid .grid__item:first-child .footer-header {
    font-size: 18px;
    border: 0;
    padding-top: 25px;
  }
  .footer-main .grid .grid__item.newsletter-footer #sm-icons {
    justify-content: center;
  }
  .footer-main .grid .grid__item.newsletter-footer #sm-icons .standalone-icon--wrapper svg {
    min-width: 25px;
    min-height: 25px;
    width: 25px;
    height: 25px;
  }
}




#fsb_container {
  display: none !important;
}


/* #################### Collection Page #################### */

/* Collection title wrapper */
.collection-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  gap: 20px;
}

.collection-title-wrapper .left-b {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 50px;
}

.collection-title-wrapper .title,
.collection-title-wrapper .product-count {
  margin: 0;
}

.collection-title-wrapper .product-count {
  font-size: 18px;
}

/* Collection Links */
.collection_list_container {
  grid-area: collectionLinks;
}

.collection_list_container .collection_list,
.collection_list_container .gender-tabs-wrapper{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  padding: 0;
  margin: 0 0 25px;
}

.collection_list_container .collection_list .collection_list_item {
  
}

.collection_list_container .collection_list .collection_list_item a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  background: #fff;
  border: 1px solid #181818;
  border-radius: 30px;
  padding: 10px 25px;
  transition: background 0.3s ease-in, color 0.3s ease-in;
}

.collection_list_container .collection_list .collection_list_item.active a {
  color: #fff;
  background: #181818;
}

.collection_list_container .gender-tabs-wrapper {
  gap: 30px;
  margin: 0;
}

.collection_list_container .gender-tabs-wrapper .gender-tab {
  margin: 0;
}

/* .collection_list_container .gender-tabs-wrapper .gender-tab:nth-child(1) {
  order: 1;
}
.collection_list_container .gender-tabs-wrapper .gender-tab:nth-child(2) {
  order: 3;
}
.collection_list_container .gender-tabs-wrapper .gender-tab:nth-child(3) {
  order: 2;
} */

.collection_list_container .gender-tabs-wrapper .gender-tab a {
  display: inline-block;
  font-size: 20px;
  text-transform: capitalize;
  border: 0;
  padding: 15px 0;
  background: transparent;
  opacity: 0.6;
  transition: opacity 0.2s ease;
  position: relative;
}

.collection_list_container .gender-tabs-wrapper .gender-tab a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background:#000;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

.collection_list_container .gender-tabs-wrapper .gender-tab.active a {
  opacity: 1;
}

.collection_list_container .gender-tabs-wrapper .gender-tab.active a::after {
  opacity: 1;
}



/* Collection grids */
.collection_grid .collection-style--grid .collection-main-body-inner {
  display: flex;
  flex-wrap: wrap;
}

.collection_grid .grid-area--collection {
  padding-top: 30px;
  border-top: 1px solid #707070;
}

.collection_grid .banner-wrapper {
  
}

.collection_grid .banner-wrapper .banner_link {
  display: block;
  width: 100%;
  height: 100%;
}

.collection_grid .banner-wrapper .banner_link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection_grid .custom-video-container {
  position: relative;
  display: flex;
  height: 100%;
}

.collection_grid .custom-video-container img,
.collection_grid .custom-video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  border-radius: 18px;
}

.collection_grid .custom-video-container #playPauseBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  display: inline-flex;
  background: transparent;
  border: none;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
}

.collection_grid .custom-video-container #playPauseBtn svg {
  width: 100px;
  height: 100px;
}

@keyframes heartbeat {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}

.collection_grid .custom-video-container #playPauseBtn svg:hover {
  animation: heartbeat .7s infinite alternate;
}

@media screen and (min-width: 768px) {
  .collection_grid.filtering_enabled--topbar {
    grid-template-areas: "filtering"
                          "collectionLinks"
                          "collection";
  }
  .collection_grid .custom-video-container {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .collection_grid .custom-video-container #playPauseBtn svg {
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .collection-title-wrapper {
    flex-wrap: wrap;
    gap: 0;
  }
  .collection-title-wrapper .right-b {
    width: 100%;
  }
  .collection_list_container .collection_list, 
  .collection_list_container .gender-tabs-wrapper {
    gap: 8px;
  }
  .collection_grid .grid-area--collection {
    padding-top: 15px;
  }
  .collection_grid .custom-video-container #playPauseBtn svg {
    width: 60px;
    height: 60px;
  }
}



/* Policies Pages */
.shopify-policy__container {
  max-width: 1200px !important;
  word-wrap: break-word;
}

@media screen and (min-width: 481px) {
  .shopify-policy__container .shopify-policy__title {
    margin: 50px 0;
  }
}

/* Custom Popup */
.custom-popup-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex !important;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.custom-popup-container.show {
  visibility: visible;
  opacity: 1;
}

.custom-popup-container .popup-bg {
  /* background: url('/cdn/shop/files/002A2005_1.png?v=1713432790') no-repeat center / cover; */
  width: 100%;
  max-width: 750px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 20px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-33%);
  transition: all 0.5s ease;
}

.custom-popup-container.show .popup-bg {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.custom-popup-content {
  background: white;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  width: 100%;
  max-width: 300px;
  text-align: center;
  position: relative;
}

.custom-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none;
  font-size: 24px;
  color: #000;
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
}

.custom-popup-container .pop-heading {
  font-size: 24px;
  line-height: 1.2;
}

.custom-popup-container .pop-shop-btn {
  width: 100%;
}


@media screen and (max-width: 767px) {
  .custom-popup-container .popup-bg {
    max-width: 90%;
  }
  .custom-popup-content {
    max-width: 100%;
  }
}

/* @media screen and (min-width: 467px) {
  .product-info-wrapper {
    min-height: 180px;
}
}
@media screen and (max-width: 467px) {
  .product-info-wrapper {
    min-height: 245px;
}
} */

.payment-svgs {
    margin-top: 10px;
}

/****START: SEARCH BAR POPULAR SEARCHES STYLING****/
.search--popular__terms {
    margin: 30px;
    width: calc(100% - 60px);
}
div#popular-terms-wrapper {
    padding-left: 30px;
}
ul.search--popular__terms-wrapper.no-bullets.flex-full {
    flex-wrap: wrap;
    gap:10px;
    padding: 0 20px 0 0;
}
li.search--popular__terms-item {
    padding: .5rem 1rem;
    border: 1px solid var(--border-color);
    border-radius: 3rem;
    min-width: 5rem;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}
.search--popular__term-title{
    font-size: 14px;
    margin: 0 0 20px;
    opacity: .5;
    text-transform: uppercase;
    font-weight: 500;
}
.search--popular__terms .search--popular__terms-wrapper {
    gap: 0.7rem;
    flex-wrap: wrap;
    align-items: center;
}
.drawer .product-info-wrapper {
    text-align: center;
}
.drawer .product-info-wrapper .product-title {
    max-width: 160px;
}
.drawer .product-info-wrapper .title-wrapper {
    justify-content: center;
}
.search--popular__products-block .product-info-wrapper .loox-rating .loox-icon {
    color: #ffdf00;
}
.search--popular__products-block .collection-main-body-inner {
    margin-left: -25px;
}
.search--popular__products-block .grid__item {
    margin-top: 0;
}
.search--popular__products-block .collection-main-body-inner {
    row-gap: 25px;
}
.search--popular__products-block .grid__item .c_product_card {
    margin-bottom: 0;
}
#SearchContainer:has(#search-results .search-results__meta) .search--popular__terms{
    display: none;
}
.facets__wrapper .count-bubble {
    display: none;
}
.free-shipping-slider-topbar:has(.shipping__remaining-text) .shipping__success-text {
    display: none;
}
.free-shipping-container .progress {
    width: 100%;
    max-width: 230px;
    height: 6px;
    margin: 0 auto;
    background-color: #e9ecef;
    border-radius: 5px;
}
#CartContainer .free--shipping__text-block {
    margin-top: 10px;
}
#CartContainer .free-shipping-container .progress {
    max-width: 100%;
}
#SearchContainer .quick-add-wrapper,
.recently-viewed-slider .quick-add-wrapper{
    display: none !important;
}
.cart--shipping__title {
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 15px;
}
.free-shipping-slider-topbar .cart--shipping__title {
    display: none;
}
#CartContainer .cart--shipping__wrapper {
    margin: 10px 0 10px;
    background-color: var(--body-color-darken10);
    padding: 15px;
    font-size: 13px;
    text-align: center;
}
#CartContainer .ajaxcart__footer .cart__checkout {
    width: 100%;
    margin-bottom: 10px;
}
#CartContainer .ajaxcart .additional-checkout-buttons {
    margin: 0;
}
#CartContainer div#dynamic-checkout-cart {
    width: 100%;
}
#CartContainer #dynamic-checkout-cart .shopify-cleanslate ul > li {
    border-radius: 100px;
    overflow: hidden;
}
.recently-product-item .c_product_card {
    margin-bottom: 0;
}
.recently-viewed-slider,
.cart-recommendation-slider{
    padding-bottom: 5px;
}
.search--popular__term-title:has(+recently-viewed-products:empty){
    display: none;
}
.ajaxcart__product-meta.meta_inspired_by strong {
    font-weight: 500;
}
.ajaxcart__product-meta.meta_inspired_by,
span.shop_pay--text,
.cart__shipping.rte{
    font-size: 13px;
}
span.shop_pay--text {
    padding-bottom: 15px;
}
.cart__shipping.rte,
.cart__shipping.rte > p{
    margin-bottom: 0;
}
span.shop_pay--img img {
    height: 16px;
    width: auto;
    max-width: 100%;
    margin-left: 3px;
}
p.main--product__starting_price_label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}
.main--product__starting_price {
    white-space: nowrap;
}
.main--product-price_container {
    display: flex;
    align-items: center;
    gap: 10px;
}
.main--product__starting_price .price {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 15px;
    color: #fff;
    padding: 3px 10px;
    font-weight: 400;
}
.recently--viewed__products-wrapper + .recently--viewed__products-wrapper {
    margin-top: 20px;
}
#CartContainer .ajaxcart__footer .cart__checkout .ajaxcart__subtotal {
    width: fit-content;
    font-size: 18px;
    margin-left: 14px;
}
#CartContainer .ajaxcart__footer .cart__checkout {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
}
#CartContainer .ajaxcart__footer .cart__checkout .cart_dash{
    margin-left: 14px;
}
#CartContainer .ajaxcart__product-name {
    color: var(--primary-btn-bg-color);
}
ul.collection_list.collection--tabs_block {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-wrap: nowrap;
}
.cart--quantity--block {
  margin-top:-8px;
    align-items: center;
    justify-content: center;
}
#CartContainer .cart--quantity--block .ajaxcart__quantity-wrapper {
    padding: 0;
}
#CartContainer .cart--quantity--block .ajaxcart__qty {
    border-radius: 40px;
    margin-bottom: 0;
    border: 1px solid var(--cart-drawer-border-color);
}
#CartContainer .cart--quantity--block .ajaxcart__qty-remove {
    margin: 0 0 0 10px;
    min-height: unset;
}
#CartContainer .cart--quantity--block .ajaxcart__qty-num,
#CartContainer .cart--quantity--block .ajaxcart__qty-adjust {
    border: unset;
    min-height: 35px;
    max-height: 35px;
    padding: 8px !important;
}
#CartContainer .ajaxcart__quantity-wrapper {
    width: unset;
}
.ajaxcart__row {
    padding-top: 5px;
    padding-bottom: 5px;
}
.cart--item__title-wrapper {
    display: flex;
    align-items: center;
    padding: 10px 0 5px;
    justify-content: center;
}

.cart--item__title-wrapper .ajaxcart__product-name{
    padding-top: 0;
}
.cart--item__title-wrapper .ajaxcart-item__price {
    margin-left: 10px;
}
.drawer.drawer--right.drawer--cart .drawer--wrapper {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}
.drawer.drawer--right.drawer--cart{
    overflow-y: unset;
    overflow-x: unset;
}
.drawer.drawer--right {
    width: 600px;
}
/* Countdown Timer */
.timerwrapper-newmain {
  animation: 1s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
  animation-name: rise-up;
  opacity: 1;
}
.animation-cropper {
  overflow: hidden;
}
#countdown {
}
.timerwrapper-new {
  text-align: center;
  /* padding: 15px; */
  background: {{ section.settings.timer_bg }};
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.4;
}
.animation-cropper.cstm--timer {
    display: flex;
    justify-content: end;
}
.timerwrapper-newmain {
    width: fit-content;
}
.animation-cropper.cstm--timer {
    font-weight: 500;
}

@media only screen and (max-width: 769px) {
  .timerwrapper-new {
    text-align: center;
    /* background: #1c1d1d; */
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
  }  
  .animation-cropper.cstm--timer{
    justify-content:center;
  }
}
/*End countdown timer  */
/*Search page  */
.cstm--flex--search {
  display: flex;
  flex-wrap: wrap;
}
.grid--item--search{
  max-width: 33.33%;
}
p.search--item--price span.money {
    background: black;
    color: white;
    padding: 1px 8px;
    border-radius: 13px;
}
.grid--item--search .inspired_by-text {
    font-size: 13px;
}
.csmt--class--grid--search .grid {
  flex-direction: column;
}
.grid--item--search .grid__item.item--content h3 {
  font-size: 16px;
}
.search--item--price{
  margin:0;
}
.grid--item--search .grid__item.item--content {
  text-align: center;
}
/*End Search page  */
@media screen and (min-width: 1000px){
  .recently--viewed__products-wrapper.cart-recommendation-section {
    position: absolute;
    top: 0;
    width: 300px;
    height: 100%;
    overflow: hidden;
    text-align: center;
    background-color: var(--cart-drawer-color);
    z-index: 2;
    bottom: 0;
    right: 100%;
    overflow-y: auto;
    padding: 20px;
}
  .cart-recommendation-wrapper > * + * {
    padding-top: 20px;
  }
}


@media screen and (max-width: 999px){
  .recently--viewed__products-wrapper.cart-recommendation-section .cart-recommendation-slide {
    flex: 1 0 auto;
    max-width: 230px;
  }
  .recently--viewed__products-wrapper.cart-recommendation-section .cart-recommendation-wrapper {
    display: flex;
    overflow-x: auto;
  }
  .recently--viewed__products-wrapper.cart-recommendation-section .cart-recommendation-wrapper > * + *{
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px){
  .search--popular__terms {
    margin: 0px 15px 0px;
  }
  .search--popular__terms .search--popular__terms-wrapper {
    gap: .5rem;
  }
  .search--popular__products-block .collection-main-body-inner {
    margin-left: -8px;
  }
}
@media screen and (max-width: 480px){
  .recently--viewed__products-wrapper.cart-recommendation-section .cart-recommendation-slide {
    flex: 1 0 auto;
    max-width: 47%;
  }
  .stacked--text--mobile .slide-buttons {
    flex-direction: column;
  }
  .stacked--text--mobile .btn.homepage-section-btn {
    width: 100%;
  }
  .stacked--text--mobile .homepage-featured-content-box-inner {
    padding: 10px 15px !important;
  }
  .stacked--text--mobile{
    position:unset !important;
    grid-column-start:unset !important;
    grid-column-end:unset !important;
    grid-row-start:unset !important;
    grid-row-end:unset !important;
  }
  .search--popular__terms{
    width: calc(100% - 30px);
  }
  .ajaxcart__product .grid__item {
    margin-top: 4px;
  }
  .ajaxcart__row{
    padding-top:0;
    padding-bottom: 23px;
  }
  p.main--product__starting_price_label,
  .main--product__starting_price .price{
    font-size: 12px;
  }
  
}
/****END: SEARCH BAR POPULAR SEARCHES STYLING****/
@media (min-width:481px){
  .mobile--only--price{
    display:none;
  }
  .cart--mobile--price--and--qty, .mobile--rem--qty .js-qty-wrapper{
    display:none;
  }
}
@media screen and (min-width:750px){
  .csmt--class--grid--search .grid__item.one-third{
    width:21.33%;
  }
  .csmt--class--grid--search .grid {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width:480px){
  span.text-link-animated.mobile--rem--qty {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  a.cart__row--title {
    display: flex;
    justify-content: space-between;
    color: var(--primary-btn-bg-color) !important;
    font-size: 13px !important;
    font-weight: 500;
  }
  .cart__meta-text {
    font-size: 13px;
  }
  span.mobile--only--price {
    color: var(--text-color);
  }
  .mobile--rem--qty button.js.js-qty__adjust {
    padding: 0 !important;
    min-height: 35px;
  }
  .mobile--rem--qty .js-qty-wrapper input {
    padding: 4px 0;
    font-size: 13px;
  }
  .mobile--rem--qty .js-qty {
    max-width: 100px;
  }
  .mobile--rem--qty .js-qty-wrapper {
    border: 1px solid;
    border-radius: 30px;
    border-color: var(--primary-btn-bg-color);
    margin-top: 10px;
  }
  td.mobile--image--cart .responsive-image-wrapper img {
    width: 100% !important;
  }
  td.mobile--image--cart {
    max-width: 30%;
    padding: 10px 10px 10px 0 !important;
  }
  td.mobile--image--cart .responsive-image-wrapper {
    width: 100%;
  }
  tr.cart__row.table__section.cart--per--product {
    display: flex;
    flex-wrap: wrap;
    align-items:center;
  }
  td.cart__row--product-details {
    /* width: fit-content; */
    text-align: left !important;
    height: fit-content;
    padding: 6px 0 !important;
    width: 70%;
  }
  td.cart--mobile--price--and--qty {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 !important;
    gap: 12px;
    max-width: 70%;
    margin-left: auto;
    margin-top: -20px;
  }
  .cart--desktop--qty, .cart--price-desktop{
    display:none !important;
  }
  div#popular-terms-wrapper{
    padding-top:20px;
  }
  li.search--popular__terms-item{
    padding: .2rem 6px;
  }
  .grid--item--search {
    max-width: calc(50% - 20px);
    margin: 0 10px; 
  }
  .grid--item--search .grid__item.item--content h3 {
    font-size: 13px !important;
  }
  .csmt--class--grid--search .grid__item.item--content h3 {
    font-size: 16px;
  }
  .csmt--class--grid--search .grid {
    display: flex;
    align-items: center;
  }
  .mobile-nav__item.top-level .mobile-nav__toggle{
    padding:unset;
  }
  .cstm--section--steps{
    display:flex;
    flex-direction: column-reverse !important;
  }
  .cstm--section--steps .homepage-featured-content-box-inner{
    padding: 0;
  }
  .cstm--section--steps .step{
    padding:0 20px;
  }
  .cstm--section--steps .step:nth-child(2) {
    display: flex;
    flex-direction: column-reverse;
  }
  .cstm--section--steps .step .icon{
    justify-content:center;
  }
  .cstm--section--steps .step-number{
    transform:unset;
    margin: 14px auto 10px;
  }
  .cart-table td, .cart-table th{
      padding: 10px 15px 0px;
  }
  .cart--page--title h1{
    margin-top: 10px;
    font-size: 24px;
    text-align:left;
  }
}
@media (max-width:750px){
  
  .ajaxcart__product-image{
    margin:15px 0 0;
  }
  .ajaxcart__product-image img{
    max-height: 120px;
  }
  .cart--item__title-wrapper {
    padding: 0 5px;
    justify-content:space-between;
  }
  a.ajaxcart__product-name {
    font-size: 11px;
  }
  span.ajaxcart-item__price {
    font-size: 13px;
  }
  .ajaxcart__product-meta.meta_inspired_by{
    font-size: 10px;
  }
  .ajaxcart__qty{
    max-width: 134px;
    min-width: 90px;
  }
  #CartContainer .cart--quantity--block .ajaxcart__qty-adjust{
    min-height: 29px;
    max-height: 30px;
    padding: 2px !important;
  }
  .grid--full.text-center.ajaxcart__quantity-wrapper .grid__item {
    margin: 0;
  }
  #CartContainer .cart--quantity--block .ajaxcart__qty-adjust.standalone-icon--wrapper svg{
    min-width: 15px;
    min-height: 15px;
    width: 15px;
    height: 15px;
  }
  .ajaxcart__product .grid.display-table{
    padding: 0 20px 0 0;
    display: flex;
  }
  span.ajaxcart__product-meta {
    font-size: 10px;
    text-align: left;
    padding-left: 5px;
  }
  .grid--full.cart--quantity--block.flex {
    padding: 5px;
    justify-content: space-between;
  }
  span.cart-drawer--remove-btn {
    font-size: 10px;
  }
  .cart--item__title-wrapper .ajaxcart__product-name{
    text-align:left;
  }
  span.ajaxcart__product-meta.meta_inspired_by {
    text-align: left;
    padding-left: 5px;
    display: flex;
    flex-direction: column;
  }
  .ajax--cart--content {
    min-width: 65%;
  }
  .grid--full.cart--quantity--block.flex {
    padding: 0 5px;
    justify-content: space-between;
  }
  #CartContainer .ajaxcart__quantity-wrapper {
    width: 6rem;
  }
  
  button.ajaxcart__qty-remove.text-link-animated {
    width: 50%;
    text-align: right;
  }
  #CartContainer .cart--quantity--block .ajaxcart__qty-num{
    min-height: 24px;
    max-height: 29px;
    padding: 3px !important;
    font-size: 11px;
  }
}

/* ----------------------------------------------- 10/21/24  */
.c_product_card .product-info-wrapper p.price.price-sale-available {
  background: var(--on-sale-color, #000);
}
.sale--on--price {
  text-decoration: line-through;
  text-decoration-color: var(--on-sale-color, inherit);
}
.sale-badge.badge {
  margin-left: auto;
}
.sale-badge.badge,
.sold-out-badge.badge {
  position: static;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  padding: 6px 15px;
  border-radius: 23px;
}
/* product page */
#shopify-block-AYVF4R1RrMnh4Ty9IV__wishlist_hero_custom_product_button_e4bzFW,
#shopify-block-AdGdmNUJZcm4vWmYrc__wishlist_hero_custom_product_button_e4bzFW,
#shopify-block-ASFU0VTBIZDhRSlhmQ__wishlist_hero_custom_product_button_e4bzFW,
#shopify-block-AU0hmWHhxM2FkaFdTd__wishlist_hero_custom_product_button_e4bzFW,
#shopify-block-AeWFSaXczVVRNa0NmW__wishlist_hero_custom_product_button_e4bzFW{
  display: inline-block;
}