/** Shopify CDN: Minification failed

Line 1236:0 Unexpected "}"
Line 1507:2 Unexpected "{"
Line 1508:2 Expected identifier but found "%"
Line 1523:2 Unexpected "{"
Line 1524:2 Expected identifier but found "%"
Line 2146:41 Expected identifier but found bad string token
Line 2146:42 Unterminated string token

**/
/* announcement bar css */
.custom-announcement-bar {
  position: relative;
  text-align: center;
  padding: 5.5px 60px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.announce-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.announce-slide {
  display: none;
  width: 100%;
  text-align: center;
  transition: opacity 0.3s ease;
  font-family: 'Montserrat';
}


.announce-slide.active {
  display: block;
}

.announce-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: inherit;
  transition: opacity 0.2s ease;
}

.announce-btn:hover {
  opacity: 0.7;
}

.announce-left {
  left: 20px;
}

.announce-right {
  right: 20px;
}

.annaouncement-shop-now {
  font-weight: 700;
  text-decoration: underline;
  color: #fff;
}

a.annaouncement-shop-now:hover {
  color: #fff;
}


@media (max-width: 768px) {
  .announce-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    font-size: 12px;
  }
}

/* announcement bar end css */

/* header end css */

.header__menu-item>.text {
  color: currentColor;
  font-family: SweetCharmy !important;
  font-size: 18px;
  font-weight: 500;

}

.header__column--right .search-action {
  order: -1;
}

.header__columns.items-center {
  padding: 6px 69px 6px 69px;
  --header-left: minmax(max-content, 0fr) !important;
  display: flex;
  justify-content: space-between;
}

.header__column.header__column--left {
  width: 295px !important;
}

header {
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 0px;
}

header::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: url('/cdn/shop/files/Subtract.png?v=1761905272') no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}

.template-collection header::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: url('/cdn/shop/files/Subtract.png?v=1761905272') no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}

.header-actions-wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
}

.header-shop-btn {
  background-color: #E52A1B;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  width: 183px;
  height: 40px;
  border-radius: 6px;
  text-align: center;
  align-content: center;
  font-family: SweetCharmy;
  transition: 0.5s;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

a.header-shop-btn:hover {
  color: #fff;
  background-color: #000;

}

.header-logo__image-container:hover img {
  content: url("/cdn/shop/files/logo_ellicor_close_eyes.png?v=1763017263");
  width: 182px !important;
  height: 71.2px;

}

.account-actions {
  color: #E52A1B;

}

.icon.icon-search {
  color: #E52A1B;
}

.cart-icon--drawer.header__icon--icon {
  color: #E52A1B;
}

.icon.icon-search:hover {
  color: #000 !important;
}

.icon.icon-cart:hover {
  color: #000 !important;
}

.icon.icon-account:hover {
  color: #000 !important;
}

@media (max-width: 768px) {

  


  /* Hide the store button */
  .header-shop-btn {
    display: none !important;
  }

  /* Header layout fix */
  .header__columns.items-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 18px;
  }

  /* Move search icon visually to right */
  .header__column--left {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .header__column--right {
    display: flex;
    align-items: center;
    gap: 12px;
  }


  /* .header__icon--search {
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header__icon--account {
    margin-right: 10px;
  } */



  header::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 20px;
    /* as per your image height */
    background: url('/cdn/shop/files/Subtract.png?v=1761905272') no-repeat center bottom;
    background-size: cover;
    z-index: 1;
  }
}

/* header end css */


/* end Slideshow banner css */
.custom-slideshow {
  position: relative;
  overflow: hidden;
}

.custom-slideshow .slideshow-swiper {
  width: 100%;
  height: 82.5vh;
}

.custom-slideshow picture,
.custom-slideshow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slide-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  padding: 60px;
  z-index: 3;
}


.slide-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 700px;
  z-index: 5;
}

.slide-content.top-left {
  top: 10%;
  left: 10%;
  text-align: left;
  align-items: flex-start;
}

.slide-content.top-center {
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  align-items: center;
}

.slide-content.top-right {
  top: 10%;
  right: 10%;
  text-align: right;
  align-items: flex-end;
}

.slide-content.center-left {
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  text-align: left;
  align-items: flex-start;
}

.slide-content.center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  align-items: center;
}

.slide-content.center-right {
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  text-align: right;
  align-items: flex-end;
}

.slide-content.bottom-left {
  bottom: 10%;
  left: 10%;
  text-align: left;
  align-items: flex-start;
}

.slide-content.bottom-center {
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  align-items: center;
}

.slide-content.bottom-right {
  bottom: 10%;
  right: 10%;
  text-align: right;
  align-items: flex-end;
}


.slide-content h2 {
  font-size: clamp(26px, 5vw, 60px);
  font-weight: 700;
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
  margin: 0;
}

.slide-content p {
  font-size: clamp(14px, 1.2vw, 18px);
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  margin: 5px 0 10px;
}


.slide-btn {
  display: inline-block;
  border-radius: 50px;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
}

.slide-btn:hover {
  transform: scale(1.07);
  opacity: 0.9;
}


.slideshow-progress {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 6;
}

.progress-bar {
  width: 40px;
  height: 3px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.progress-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  transition: width 5s linear;
}

.progress-bar.active::after {
  width: 100%;
}


@media (max-width: 767px) {
  .spacing-style.layout-panel-flex.layout-panel-flex--column.mobile-column.section-content-wrapper h1:after, 
  .spacing-style.layout-panel-flex.layout-panel-flex--column.mobile-column.section-content-wrapper h1:before {
    width: 20px !important;
    height: 20px !important;
    background-size: 20px !important;
  }
  .ellixpress-deco {
      width: 20px !important;
      height: auto;
  }

  .custom-slideshow .slideshow-swiper {
    height: 60vh;
  }

  .slide-overlay {
    padding: 20px;
  }

  .slide-content {
    max-width: 90%;
  }

  .slide-btn {
    padding: 10px 25px;
    font-size: 12px;
  }

  .slideshow-progress {
    bottom: 15px;
    gap: 6px;
  }

  .progress-bar {
    width: 25px;
    height: 3px;
  }
  .visit-store-section .visit-store-right .visit-store-heading {
    font-size: 35px;
  }
  side-drawer-opener svg.icon.icon-hamburger {
      fill: #e52a1b !important;
      stroke: #e52a1b !important;
  }

}


/* end Slideshow banner css */

.new-arrivals-section {
  background: #fff7f3;
  padding: 60px 0;
  width: 100%;
  padding-bottom: 40px;
}

/* Scoped Grid */
.new-arrivals-section .new-arrivals-grid {
  display: grid;
  grid-template-columns: 25% 75%;
  align-items: flex-start;
  gap: 0px;
  margin: 0 auto;
  padding-left: 60px;
  padding-top: 80px;
}

.new-arrivals-section .section-title {
  color: #E52A1B;
  font-size: 60px;
  margin-bottom: 10px;
  letter-spacing: 3.5px;
}

.new-arrivals-section .section-subtitle {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 25px;
  padding-right: 33px;
}

.new-arrivals-section .shop-btn {
  background: #E52A1B;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  /* padding: 12px 28px; */
  border-radius: 6px;
  font-family: 'Montserrat' !important;
  display: inline-block;
  font-size: 20px;
  width: 90%;
  height: 54px;
  text-align: center;
  align-content: center;
  transition: 0.3s;
}

.new-arrivals-section .shop-btn:hover {
  transform: scale(1.07);
  color: #fff;
}


/* Slider Wrapper */
.new-arrivals-section .slider-wrapper {
  position: relative;
  padding: 0 30px;
  margin-right: 20px;
}

.new-arrivals-section .swiper-slide {
  width: auto;
}

.new-arrivals-section .product-card {
  position: relative;
  overflow: hidden;
}

.new-arrivals-section .badge-row {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  z-index: 2;
}

.new-arrivals-section .badge {
  color: #fff;
  font-size: 8px;
  font-weight: 600;
  width: auto;
  border-radius: 20px;
  line-height: 1;
  font-family: 'Montserrat';
  border: none;
}

.new-arrivals-section .sale-badge,
.new-arrivals-section .best-badge {
  background: #E52A1B;
}

.new-arrivals-section .product-image {
  overflow: hidden;
  border-radius: 10px;
}

.new-arrivals-section .product-image img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.4s ease;
}

.new-arrivals-section .product-image img:hover {
  transform: scale(1.05);
}

.new-arrivals-section .short-desc {
  font-size: 15px;
  color: #595959;
  margin-top: 10px;
  /* min-height: 38px; */
  font-family: 'Montserrat' !important;
}

.new-arrivals-section .title-review {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 10px;
}

.new-arrivals-section .product-title {
  font-size: 17px;
  font-weight: 600;
  color: #454242;
  margin: 0;
  font-family: 'Montserrat' !important;
}

.new-arrivals-section .product-reviews {
  font-size: 12px;
  color: #484646;
  display: flex;
}

.new-arrivals-section .price-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

.new-arrivals-section .price {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.new-arrivals-section .add-to-cart-btn {
  background: #E52A1B;
  color: #fff;
  border: none;
  border-radius: 6px;
  /* padding: 8px 14px; */
  width: 145px;
  height: 41px;
  font-size: 15px;
  cursor: pointer;
  font-family: 'Montserrat';
  transition: all 0.3s ease;
  font-weight: 700;
}

.new-arrivals-section .add-to-cart-btn:hover {
  background: #E52A1B;
}

/* Arrow icons */
.new-arrivals-section .custom-prev,
.new-arrivals-section .custom-next {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 32%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.new-arrivals-section .custom-prev {
  left: -15px;
}

.new-arrivals-section .custom-next {
  right: -15px;
}

.new-arrivals-section .custom-prev img,
.new-arrivals-section .custom-next img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s ease;
}

.new-arrivals-section .custom-prev img:hover,
.new-arrivals-section .custom-next img:hover {
  transform: scale(1.1);
}

.new-arrivals-section .price {
  display: flex;
  align-items: center;
  gap: 8px;
}

.new-arrivals-section .price .current-price {
  font-size: 25px;
  font-weight: 600;
  font-family: 'Montserrat';
  color: #454242;
}

.new-arrivals-section .price .compare-price {
  font-size: 13px;
  color: #595959;
  font-family: 'Montserrat';
  text-decoration: line-through;
}

.new-arrivals-section {
  position: relative;
  z-index: 1;
}

.new-arrivals-section::after {
  content: "";
  position: absolute;
  bottom: -58px;
  /* thoda adjust kar sakta hai */
  left: 0;
  width: 100%;
  height: 100px;
  /* image height ke hisab se */
  background: url('/cdn/shop/files/Frame_3_1.png?v=1762163613') no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}


.rug-badge-row {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  z-index: 2;
}

.button-text-main::after {
  content: "→";
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  /* increased size */
  font-weight: 700;
  transition: transform 0.3s ease;
  position: relative;
  top: -1px;
}

.button-text-main:hover::after {
  transform: translateX(5px);
}

.size-style.button.button--ATHhMd3FZU3Q1Nm1hQ__button_ncridJ {
  background: #E52A1B !important;
  opacity: inherit;
  color: #fff;
  border: none;
  border-radius: 5px;
}



/* new arrival mobile version  */

@media (max-width: 767px) {

  /* Section padding adjustment */
  .new-arrivals-section {
    padding: 60px 0 !important;
  }

  /* Grid becomes stacked (column layout) */
  .new-arrivals-section .new-arrivals-grid {
    display: flex !important;
    flex-direction: column !important;
    padding: 0 20px !important;
    gap: 25px !important;
  }

  /* Left content above slider */
  .new-arrivals-section .left-content {
    order: 1 !important;
    width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
  }

  /* Text adjustments */
  .new-arrivals-section .section-title {
    font-size: 32px !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
  }

  .new-arrivals-section .section-subtitle {
    font-size: 15px !important;
    line-height: 1.5 !important;
    margin-bottom: 18px !important;
    padding: 0 10px !important;
  }

  .new-arrivals-section .shop-btn {
    width: auto !important;
    height: auto !important;
    padding: 12px 28px !important;
    font-size: 15px !important;
    border-radius: 50px !important;
  }

  /* Right slider below text */
  .new-arrivals-section .right-slider {
    order: 2 !important;
    width: 100% !important;
  }

  /* Adjust Swiper slides for one product only */
  .new-arrivals-section .swiper-slide {
    width: 100% !important;
  }

  /* Product image smaller */
  .new-arrivals-section .product-image img {
    height: 250px !important;
  }

  /* Product card spacing */
  .new-arrivals-section .product-card {
    padding: 10px !important;
  }

  .new-arrivals-section .short-desc {
    font-size: 14px !important;
  }

  .new-arrivals-section .product-title {
    font-size: 16px !important;
  }

  .new-arrivals-section .price .current-price {
    font-size: 20px !important;
  }

  .new-arrivals-section .add-to-cart-btn {
    width: 130px !important;
    height: 38px !important;
    font-size: 14px !important;
  }

  /* Center arrows below image */
  .new-arrivals-section .custom-prev,
  .new-arrivals-section .custom-next {
    top: 90% !important;
    bottom: 10px !important;
    transform: none !important;
  }

  .new-arrivals-section .custom-prev {
    left: 35% !important;
  }

  .new-arrivals-section .custom-next {
    right: 35% !important;
  }

  .new-arrivals-section .custom-prev img,
  .new-arrivals-section .custom-next img {
    width: 50px !important;
  }

  .new-arrivals-section .slider-wrapper {
    position: relative;
    padding: 0px 0px;
  }

  .new-arrivals-section .price-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 35px;
  }
}



.shop-by-category {
  padding: 20px 50px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #E52A1B;
  font-family: 'Motel Xenia', sans-serif;
  margin: 0;
  position: relative;
}

.shop-by-category-title-box {
  display: flex;
  align-items: center;
  gap: 18px;

}

.shop-by-category-title-before {
  position: relative;
  height: 40px;
  width: 40px;
}

.shop-by-category-title {
  color: #FBFAF6;
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 3.6px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0px;
  margin: 0;
  overflow: visible;
  text-align: center;
}

.shop-by-category-title-after {
  position: relative;
  height: 40px;
  width: 40px;
}

.shop-by-category-title::before {
  margin: 0 10px 0 0;
}

.shop-by-category-title::after {
  margin: 0 0 0 10px;
}


.category-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.category-list-item {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: flex;
  gap: 15px;

}


.category-list-item img {
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 30px;

}


.category-list-item p {
  text-align: center;
  font-size: 30px;
  margin-top: 10px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: 'Motel Xenia' !important;
  letter-spacing: 3px;
 
}


.category-list-item p::before {
  content: '';
  width: 30px;
  height: 30px;
  background: url('/cdn/shop/files/Vector_27_d79b7142-35d3-41b4-97bf-78e75e0769e4.png?v=1761985946%27') no-repeat center center;
  background-size: cover;
}


.category-list-item p::after {
  content: '';
  width: 30px;
  height: 30px;
  background: url('/cdn/shop/files/Vector_27_d79b7142-35d3-41b4-97bf-78e75e0769e4.png?v=1761985946%27') no-repeat center center;
  background-size: cover;
}


.category-list-item.card-4 {
  margin-top: 100px;
}

.category-list-item.card-2 {
  margin-top: 100px;
}

.shop-by-category .category-list-item img {
  width: 100%;
  border-radius: 12px;
  transition: 0.3s;
}

.shop-by-category .category-list-item img:hover {
  transform: scale(1.05);
}

@media(max-width:768px) {
    .category-list-item img {
      max-width: 100%;
      object-fit: cover;
      width: 100%;
      height: auto;
      border-radius: 4px;
      margin-bottom: 20px;
    }

    .shop-by-category-title-before,
    .shop-by-category-title-after {
      position: relative;
      height: 20px !important;
      width: 20px !important;
    }
}





.wave-image-shop-by-category {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  top: 100%;
  z-index: 1;
}

/* shop by category end css */

.new-arrivals-stars {
  color: #FF8520;
  font-size: 12px;
}

product-price.text-block.text-block--align-left.text-left.paragraph.spacing-style .price__regular {
  color: #454242;
}

.group-block.relative.group-block--height-fit.group-block--width-fill.spacing-style.size-style.shadow-style h1 {
  text-transform: uppercase;
}

.product-form__input--pill input[type="radio"]+label {
  font-size: 18px;
  color: #575656;
}

fieldset.js.product-form__input.variant-option.variant-option--buttons.product-form__input--pill.variant-option--pill span {
  display: none;
}

.product-form__buttons.spacing-style label {
  display: none;
}

fieldset.js.product-form__input.variant-option.variant-option--buttons.product-form__input--pill.variant-option--pill .form__label {
  text-transform: uppercase;
}



.product-form__input--pill input[type=radio]+label {
  border-color: #5C5C5C !important;
  font-size: 13px !important;
  font-weight: 700;
  color: #575656 !important;
  font-family: 'Montserrat';
}

.variant-option--buttons input[type=radio]+label:before {
  border-color: #E52A1B !important;
  border-radius: 5px !important;
}

.product-form__input--pill input[type="radio"]+label {
  border-radius: 5px !important;
}

featured-product .quantity-selector {
  border-color: #E52A1B !important;
  width: 120px !important;
}

.quantity-selector input {
  font-size: 20px !important;
  color: #5C5C5C !important;
}

.quantity__button .svg-wrapper {
  width: 3rem !important;
}

.shopify-payment-button__button {
  min-height: 55px !important;
}

.product-form__buttons {
  max-width: 100% !important;
}

@media(min-width:1024) {
  .product-details {
    padding-top: 50px !important;
  }
}

.spacing-style.layout-panel-flex.layout-panel-flex--column.mobile-column.section-content-wrapper h1 {
  font-size: 60px;
  margin-bottom: 10px;
  
  letter-spacing: 3px;
  font-weight: 700 !important;
  position: relative;
}

/* .product-info-list.flex.flex-column {
    flex-direction: row;
    gap: 250px;
    color: #595959;
    font-weight: 400;
    font-size: 13px;
} */


.spacing-style.layout-panel-flex.layout-panel-flex--column.mobile-column.section-content-wrapper h1:after,
.spacing-style.layout-panel-flex.layout-panel-flex--column.mobile-column.section-content-wrapper h1:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: url('/cdn/shop/files/Vector_56.png?v=1761987788');
  background-position: center;
  background-size: 40px;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}

.spacing-style.layout-panel-flex.layout-panel-flex--column.mobile-column.section-content-wrapper h1:after {
  left: unset;
  right: -60px;
}

@media(max-width:768px) {

  .spacing-style.layout-panel-flex.layout-panel-flex--column.mobile-column.section-content-wrapper h1:after{
    right: -30px !important;
  }
  .spacing-style.layout-panel-flex.layout-panel-flex--column.mobile-column.section-content-wrapper h1:before {
    left: -30px !important;
  }

  .spacing-style.layout-panel-flex.layout-panel-flex--column.mobile-column.section-content-wrapper h1:before,
  .spacing-style.layout-panel-flex.layout-panel-flex--column.mobile-column.section-content-wrapper h1:after {
    width: 80px;
    height: 80px;
    background-size: 40px;
  }

  .group-block-content.relative.layout-panel-flex.layout-panel-flex--column.mobile-column h2 {
    font-size: 25px !important;
    font-weight: 700;
    letter-spacing: 3px;
    color: #e52a1b;
  }
}

.group-block-content.relative.layout-panel-flex.layout-panel-flex--column.mobile-column h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #e52a1b;
}

span.price-item.price-item--regular {
  color: #454242;
  font-family: 'Montserrat' !important;
  font-weight: 700;
}

.product-form__buttons.spacing-style {
  gap: 20px;
}

.product-form__input--pill input[type="radio"]+label {
  padding: 1.8rem 3.5rem;
  background-color: #fff7ec;

}

/* .product-info-list.flex.flex-column {
    display: flex;
    flex-direction: row;
    gap: 220px;
    font-weight: 400;
    font-size: 15px;
    color: #595959;
    /* place-content: space-around; */
}

*/ .size-style.spacing-style.text-block {
  position: relative;
}

legend.form__label span {
  display: none;
}

.product-form__quantity {
  display: none;
}


.spacing-style.layout-panel-flex.layout-panel-flex--column.mobile-column.section-content-wrapper h1 {
  letter-spacing: 3.5px;
}

.variant-option--buttons input[type=radio]+label:before {
  border-color: #e52a1b;
}

@media(max-width:768px) {
  .category-list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 25px;
    margin-left: 0;
    margin-right: 0;
  }

  .shop-by-category {
    padding: 15px;

  }

  .category-list-item {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-height: none;
  }

  .shop-by-category-title {
    color: #FBFAF6;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 3.6px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 0px 20px;
    margin: 0;
    overflow: visible;
    text-align: center;
  }

  .category-list-item.card-2 {
    margin-top: 0px;
  }

  .category-list-item.card-4 {
    margin-top: 0px;
  }

  .spacing-style.layout-panel-flex.layout-panel-flex--column.mobile-column.section-content-wrapper h1 {
    font-size: 28px;
    margin-bottom: 10px;
    letter-spacing: 3px;
    font-weight: 700 !important;
    position: relative;
  }
}

/* 🌊 PARENT SECTION */
.rug-parent.rugs-that-satisfy {
  background: #E52A1B;
  color: #fff;
  padding: 10px 0 70px;
  position: relative;
  border-bottom: 5px solid #fff;
}

/* HEADER */
.rug-parent .rugs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 60px 0px 60px;

}

.rug-parent .rugs-title {
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  color: #fff;
}

.rug-parent .rugs-link {
  color: #fff;
  font-size: 20px;
  text-decoration: underline;
  transition: all 0.3s ease;
  font-family: 'Montserrat';
  margin-bottom: 40px;
}

.rug-parent .rugs-link:hover {
  color: #fff;
}

/* PRODUCT GRID */
.rug-parent .rugs-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  padding: 0 60px;
  margin-top: -15px;
}

.rug-parent .rugs-card {
  color: #fff;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.rug-parent .rugs-card:hover {
  transform: translateY(-5px);
}

/* IMAGE AREA */
.rug-parent .rugs-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 300px;
  border-radius: 10px;
}

.rug-parent .rugs-image-wrapper img {
  width: 100%;
  height: auto;
  height: 300px;
  object-fit: fill;
  display: block;
}

.rug-parent .rugs-badge {
  position: absolute;
  top: 10px;
  padding: 10px 20px;
  font-size: 13px;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  /* font-family: math; */
  font-family: 'Montserrat';
}

.rug-parent .rugs-badge.off {
  left: 10px;
  background: #e63c2f;
}


.rugs-badge {
  background: url('/cdn/shop/files/Subtract_3.png?v=1762318346') no-repeat center center / cover !important;
}

.rug-parent .rugs-badge.best {
  right: 10px;
  background: #e63c2f;
  color: #fff;
}

/* PRODUCT INFO */
.rug-parent .rugs-info {
  padding: 0px;
  text-align: left;
  padding-top: 16px;
}

/* Title + Rating inline */
.rug-parent .rugs-title-row {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.rug-parent .rugs-name {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  font-family: 'Montserrat' !important;
}

.rug-parent .rugs-rating {
  font-size: 13px;
  color: #f4a62a;
  display: flex;
  align-items: center;
  gap: 4px;
}

.rug-parent .rugs-rating-value {
  color: #fff;
  font-size: 13px;
}

.rug-parent .rugs-desc {
  font-size: 15px;
  color: #fff;
  margin: 10px 0 12px;
}

.rug-parent .rugs-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rug-parent .rugs-price {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rug-parent .rugs-price .current {
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  font-family: 'Montserrat';
}

.rug-parent .rugs-price .old {
  font-size: 14px;
  color: #fff;
  text-decoration: line-through;
}

.rug-parent .rugs-cart-btn {
  background: #fff;
  color: #E52A1B;
  /* padding: 6px 14px; */
  border-radius: 6px;
  width: 160px;
  height: 42px;
  text-align: center;
  align-content: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Montserrat';
  transition: all 0.3s ease;
}

.rug-parent .rugs-cart-btn:hover {
  color: #E52A1B;
}


  {
  % comment %
}

.rug-parent.rugs-that-satisfy::before {
  content: "";
  position: absolute;
  top: -57.5px;
  left: 0;
  width: 100%;
  height: 60px;
  background: url('/cdn/shop/files/Mask_group_1.png?v=1761996152') no-repeat center top / cover;
  z-index: 2;
  pointer-events: none;
}

  {
  % endcomment %
}

@media (max-width: 768px) {
  .rug-parent.rugs-that-satisfy {
    padding: 40px 0;
  }

  /* Header */
  .rug-parent .rugs-header {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 0 20px;
    /* was 60px, now reduced */
    gap: 10px;
  }

  .rug-parent .rugs-title {
    font-size: 40px;
    /* was 60px */
    line-height: 1.2;
  }

  .rug-parent .rugs-link {
    font-size: 16px;
  }

  /* Product Grid */
  .rug-parent .rugs-products {
    grid-template-columns: 1fr 1fr;
    /* 2 products per row on mobile */
    gap: 15px;
    padding: 0 20px;
    /* reduced from 60px */
  }

  /* Cards */
  .rug-parent .rugs-image-wrapper {
    height: 220px;
  }

  .rug-parent .rugs-image-wrapper img {
    height: 220px;
    object-fit: cover;
  }

  .rug-parent .rugs-name {
    font-size: 16px;
    line-height: 20px;
  }

  .rug-parent .rugs-desc {
    font-size: 14px;
  }

  .rug-parent .rugs-price .current {
    font-size: 20px;
  }

  .rug-parent .rugs-cart-btn {
    width: 130px;
    height: 38px;
    font-size: 14px;
  }
}



/* RESPONSIVE */
@media (max-width: 1024px) {
  .rug-parent .rugs-products {
    grid-template-columns: repeat(2, 1fr);
  }

  .rug-parent .rugs-header {
    padding: 0 30px;

  }
}

@media (max-width: 640px) {
  .rug-parent .rugs-products {
    grid-template-columns: 1fr;
  }

  .rug-parent .rugs-header {
    flex-direction: column;
    gap: 15px;
  }
}

.accelerated-checkout-block.checkout--button shop-pay-wallet-button {
  position: relative;
  border-radius: 50px !important;
  overflow: hidden;
  background: white;
  display: block;
}

.accelerated-checkout-block.checkout--button shop-pay-wallet-button:before {
  content: 'Buy Now';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #E52A1B;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Montserrat';
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 40px;
  transition: transform 0.4s ease-in-out;
}

.accelerated-checkout-block.checkout--button:hover shop-pay-wallet-button:before {
  background: #fff;
  color: #E52A1B;
  border: 1px solid #E52A1B;
}



.price__sale {
  display: block !important;
  /* color: #595959; */
  font-size: 15px;
  align-content: center;
  font-weight: 600;
  font-family: 'Montserrat';
}

.price-item.price-item--sale.price-item--percent {
  display: none;
}

.price__container {
  display: flex !important;
}

.badge-row .badge {
  display: inline-block;
  padding: 10px 18px;
  color: #fff;
  font-size: 13px;
  background: url('/cdn/shop/files/Subtract_3.png?v=1762318346') no-repeat center center / cover !important;
}

.featured-product-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.featured-product-section::before {
  content: "";
  position: absolute;
  top: -10;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/cdn/shop/files/Vector_a46d852a-0db9-45f2-9061-0b5985e970e0.png?v=1762256977') no-repeat center center / cover !important;
  opacity: 0.1;
  /* background image transparency */
  z-index: -1;
  /* content ke neeche image */
  pointer-events: none;
  /* click events block na kare */
}

.product-info-value a {
  color: #e52a1b;
  font-weight: 600;
}

@media(max-width:768px) {

  .group-block-content.relative.layout-panel-flex.layout-panel-flex--column.mobile-column {
    gap: 25px;
  }

  .product-details {
    padding-top: 0px !important;
  }

  .footer-top-custom .custom-footer-column:last-child {
    flex: 0 0 32%;
    max-width: 100%;
  }
  side-drawer-opener svg.icon {
    fill: #e52a1b !important;
    stroke: #e52a1b !important;
  }
}

.button-hover--effect .button:not(.button-unstyled, .header__icon, [disabled]) {
  border-radius: 30px;
}



@media (min-width: 1024px) and (max-width: 1024px) {
  .header__icon--search {
    position: absolute;
    right: 30%;
    /* adjust as needed */
    top: 53%;
    transform: translateY(-50%);
  }

  .header__icon--account.header__icon--icon {
    position: absolute;
    right: 34%;
    /* adjust as needed */
    top: 40%;
    transform: translateY(-125%);
  }

  .header__row.header__row--top.color-scheme-1.section.section--full-width-margin.section--full-width.color-tablet-scheme-1.color-mobile-scheme-1::after {
    content: "";
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 10px;
    background: url('/cdn/shop/files/Subtract.png?v=1761905272') no-repeat center bottom;
    background-size: cover;
    z-index: 1;
  }

  .shop-by-category-title-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
  }

}

@media (min-width: 768px) and (max-width: 768px) {

  .header__icon--search {
    position: absolute;
    right: 35%;
    top: 53%;
    transform: translateY(-50%);
  }

  .header-shop-btn {
    display: block !important;
  }

  .new-arrivals-section .section-title {

    font-size: 45px;

  }

  .new-arrivals-section .new-arrivals-grid {
    display: grid;
    grid-template-columns: 35% 65%;
    align-items: flex-start;
    gap: 0px;
    margin: 0 auto;
    padding-left: 60px;
    padding-top: 80px;
  }

  .category-list {
    display: grid;
    grid-template-columns: 2fr 2fr;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 31px;
    gap: 50PX;
    padding-left: 35px;
    padding-right: 35px;
  }
}


@media(min-width:768px) {
  .group-block.relative.group-block--height-fit.group-block--width-fill.spacing-style.size-style.shadow-style {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: 5em;

  }
}
@media(min-width:768px) {
  .template-product .group-block.relative.group-block--height-fit.group-block--width-fill.spacing-style.size-style.shadow-style {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: 100%;

  }
}

.group-block-content.relative.layout-panel-flex.layout-panel-flex--column.mobile-column {
  gap: 15px;
}

.product-form__quantity {
  display: block !important;
  border: 1px solid #e52a1b;
  border-radius: 40px;
}

/* .price-item.price-item--sale {
  text-decoration: line-through;
} */

.price-item.price-item--sale.price-item--percent {
  display: contents !important;
}

.per-price {
  background-color: #e52a1b;
  color: #fff;
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 12px;
}


/* ===== 1600px Screen Adjustments ===== */
@media screen and (min-width:1600px) {
  #template--18843759673422__shop_by_category_qBAjBC::after {
    bottom: -75px !important;
    height: 75px !important;
    background-size: cover !important;
    z-index: 99 !important;
    pointer-events: none !important;
  }

}

@media screen and (min-width:1800px) {
  .rug-parent.rugs-that-satisfy::before {
    content: "";
    position: absolute;
    top: -75.5px;
    left: 0;
    width: 100%;
    height: 77px;
    background: url('/cdn/shop/files/Mask_group_1.png?v=1761996152') no-repeat center top / cover;
    z-index: 2;
    pointer-events: none;
  }
}


/* ===== 1600px Screen Adjustments ===== */
@media screen and (min-width:2160px) {
  #template--18843759673422__shop_by_category_qBAjBC::after {
    bottom: -90px !important;
    height: 90px !important;
    background-size: cover !important;
    z-index: 99 !important;
    pointer-events: none !important;
  }

  .rug-parent.rugs-that-satisfy::before {
    content: "" !important;
    position: absolute !important;
    top: -90.5px !important;
    left: 0 !important;
    width: 100% !important;
    height: 92px !important;
    background: url('/cdn/shop/files/Mask_group_1.png?v=1761996152') no-repeat center top / cover !important;
    z-index: 2 !important;
    pointer-events: none !important;
  }
}

@media screen and (min-width:2800px) {
  #template--18843759673422__shop_by_category_qBAjBC::after {
    bottom: -120px !important;
    height: 120px !important;
    background-size: cover !important;
    z-index: 99 !important;
    pointer-events: none !important;
  }

  .header__row.header__row--top.color-scheme-1.section.section--full-width-margin.section--full-width.color-tablet-scheme-1.color-mobile-scheme-1::after {
    content: "";
    position: absolute;
    bottom: px;
    top: 97px;
    left: 0;
    width: 100%;
    height: 33px;
    background: url('/cdn/shop/files/Subtract.png?v=1761905272') no-repeat center bottom;
    background-size: cover;
    z-index: 1;
  }

}

.add-to-cart-button {
  border-radius: 50px !important;
}


.add-to-cart-text__content {
  padding: 6px !important;
  font-family: 'Montserrat';
  font-weight: 600;
}

.add-to-cart-text {
  padding: 5px;
}

featured-product .add-to-cart-button-inner.flex.items-stretch {
  display: block;
}



@media (min-width: 1027px) and (max-width: 1362px) {
  .header__row.header__row--top.color-scheme-1.section.section--full-width-margin.section--full-width.color-tablet-scheme-1.color-mobile-scheme-1::after {
    content: "";
    position: absolute;
    top: 118px;
    left: 0;
    width: 100%;
    height: 10px;
    background: url('/cdn/shop/files/Subtract.png?v=1761905272') no-repeat center bottom;
    background-size: cover;
    z-index: 1;
  }
}

.category-list-item img {
  width: 100%;
  height: auto;
  -webkit-mask-image: url('/cdn/shop/files/Vector_1.png?v=1762757309');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url('/cdn/shop/files/Vector_1.png?v=1762757309');
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  object-fit: cover;
  background-color: #fff;
  z-index:
} 


.shop-by-category .category-list .category-list-item img {
    width: 308px !important;
    height: 370px !important;
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px 1px, rgb(0 0 0 / 15%) 0px 1px 4px 1px;
}

.template-collection .facets-block-wrapper{
    background-color: transparent;
}

#shopify-section-template--18843759673422__custome_product_of_week_wXDY4c .product-form__input--pill input[type="radio"] + label
 {
    padding: 1.6rem 3.5rem !important;
}

@media(max-width: 749px){
  .product-form__buttons>.add-to-cart-button-container{
    min-width: initial !important;
  }
}

@media(max-width: 375px){
  .ellixpress-title{
    font-size: 25px !important;
  }
}

@media(max-width: 350px){
  .add-to-cart-text__content{
    font-size: 13px !important;
  }

  .button-content>span{
    font-size: 13px !important;
  }
}



featured-product .add-to-cart-button, .button-content {
  transition: 0.5s !important;
}

featured-product .add-to-cart-button:hover{
  color: #e52a1b !important;
}
.modal--popup .wishlist-button{
  width: 70px !important;
}

.modal--popup .product-form__input{
  margin: 0px;
}

.modal--popup h2{
  font-family: 'Jost', sans-serif !important;
}

button#ProductSubmitButton-quickadd-template--18843760558158__main {
    position: absolute;
    left: 0px;
    bottom: -70px;
}
.quick-add-modal__content-info{
  padding-bottom: 80px !important;
}

.quick-add-modal__content-info .add-to-cart-button-inner {
    flex-direction: row-reverse !important;
    justify-content: flex-end;
}

.quick-add-modal__content-info  .share-button{
  display: none !important;
}

.quick-add-modal__content-info  .wishlist-button{
  padding: 10px 0px !important;
}

.quick-add-modal__content-info .add-to-cart-button:hover,.quick-add-modal__content-info .add-to-cart-text__content:hover{
  color: #ffffff !important;
}

.quick-add-modal__content-info .add-to-cart-button{
  color: #ffffff !important;
}
.add-to-cart-button-container:hover{
  color: #e52a1b !important;
}

span.price-item.price-item--regular{
  font-size: 14px !important;
}
span.price-item.price-item--sale.price-item--last{
  font-size: 16px !important;
}




















.homepage-slider-featured-collection .collection {
    display: flex;
    gap: 30px;
    align-items: center;
}
.homepage-slider-featured-collection .collection .section-global__header {
    width: 30%;
}
.homepage-slider-featured-collection .collection .section-global__content {
    width: 70%;
}
.homepage-slider-featured-collection .collection .section-global__header .section-header--block.group-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.collection .card__heading .text span.link--hover-underline {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.homepage-slider-featured-collection .section-global__blocks {
    display: none;
}
.producttext-tageparentage span{
    /* background: #e52a1b; */
    color: #FFF7EC; padding: 8px 15px; 
    border-radius: 0px;
    background: url(/cdn/shop/files/Subtract_3.png) no-repeat center center / cover !important;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Montserrat';
    border-radius: 5px;
}
.right.producttext-tageparentage {
    right: 5px !important;margin-top: 0px;
}
.left.producttext-tageparentage {
    left: 5px !important;margin-top: 3px;"
}
.collection .quick-add__submit {
    border: unset !important;
    box-shadow: unset;
}
.yourrecentpicks-collection .collection hover-button.swiper-button,
featured-product product-info media-gallery hover-button.swiper-button,
.homepage-slider-featured-collection .collection hover-button.swiper-button {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px;
    background: #E52A1B !important;
}
.yourrecentpicks-collection .collection hover-button.swiper-button span.svg-wrapper,
featured-product product-info media-gallery hover-button.swiper-button span.svg-wrapper,
.homepage-slider-featured-collection .collection hover-button.swiper-button span.svg-wrapper {
    width: 40px;
    height: 40px;
    background: #E52A1B;
}
.yourrecentpicks-collection .collection hover-button.swiper-button svg.icon.icon-arrow,
featured-product product-info media-gallery hover-button.swiper-button svg.icon.icon-arrow,
.homepage-slider-featured-collection .collection hover-button.swiper-button svg.icon.icon-arrow {
    width: 50%;
    fill: #fff !important;
    stroke: #fff !important;
}
.search-modal__content.search-modal__content-bottom {
    width: 80%;
    margin: 0 auto;
}
.search-modal__content.search-modal__content-bottom .field {
    border: 1px solid;
    padding: 5px;
    border-radius: 50px;
}
.search-modal__content.search-modal__content-bottom .predictive-search--center  button.field__button {
    background: transparent !important;
}
:is(.search-modal:has(predictive-search),.search-drawer:has(predictive-search)) .field:after {
    display: none;
}
.shop-by-category .category-list .category-list-item p:hover {
    transform: scale(1.05);
}
.predictive-search.predictive-search--header {
    background: #fff7ec;
}
button.drawer__close.block.t-button.bor-none.rounded-full.cursor-pointer {
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    min-height: 35px !important;
    margin-top: 10px;
}
button.drawer__close.block.t-button.bor-none.rounded-full.cursor-pointer:hover {
    background: #000;
    color: #fff;
}
button.drawer__close.block.t-button.bor-none.rounded-full.cursor-pointer {
    background: #e52a1b;
    color: #fff;
}
.search-drawer__inner.drawer__inner {
    background: #fff7ec;
}
:is(.search-modal:has(predictive-search),.search-drawer:has(predictive-search)) .search__button:not(:focus-visible):not(.focused), :is(.search-modal:has(predictive-search),.search-drawer:has(predictive-search)) .reset__button:not(:focus-visible):not(.focused), :is(.search-modal:has(predictive-search),.search-drawer:has(predictive-search)) .search__button, :is(.search-modal:has(predictive-search),.search-drawer:has(predictive-search)) .reset__button {
    background-color: transparent !important;
}

:is(.button,.button-secondary,.shopify-challenge__button,button.shopify-payment-button__button--unbranded).w-full {
    border-radius: 50px;
}
header :is(.button:hover:not([disabled]):not(.button-unstyled),
.shopify-challenge__button:hover:not([disabled]):not(.button-unstyled),
button.shopify-payment-button__button--unbranded:hover:not([disabled])) svg {
  color: #000;
  fill: #000;
}
.section.section--full-width {
    padding-bottom: 0px;   
}
.homepage-slider-featured-collection .swiper-button-next, 
.homepage-slider-featured-collection .swiper-button-prev{
    position: absolute;
    top: 35%;
}
.card--block-vendor {
    display: flex;
    justify-content: space-between;
}
.product-price-new-raj {
    display: none;
}
.product-price-new-raj .price {
    display: flex;
    align-items: center;
}
featured-product .product-price-new-raj {
    display: block;
}
featured-product product-price {
    display: none;
}

button {
  cursor: pointer;
  text-decoration-color: transparent;
  text-decoration-thickness: .075em;
  text-underline-offset: .125em;
  transition: background-color 0.5s ease, color 0.5s ease, text-decoration-color 0.5s ease;
}

/* Hover effect */
button:hover {
  text-decoration-color: currentColor; /* underline shows smoothly */
}

.homepage-slider-featured-collection .card--block.card-wrapper {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin:5px;
    padding: 10px;
    border-radius: 16px;
}
.homepage-slider-featured-collection .swiper.w-full.swiper-initialized.swiper-horizontal {
    padding-right: 8px;
}

.homepage-productlist-grid .card--block.card-wrapper{
    margin: 5px;
    padding: 5px;
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px 1px, rgb(0 0 0 / 15%) 0px 1px 4px 1px;
    border-radius: 16px;
}
.product-form__buttons:has(.add-to-cart-button.button-secondary) .quantity-selector {
    border-radius: 50px;
}
featured-product variant-selects legend.form__label {
    font-size: 16px !important;
}

.Size .facets-layout.facets-layout-list,
.Fabric .facets-layout.facets-layout-list,
.Category .facets-layout.facets-layout-list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 10px;
    margin-left: 0;
    margin-right: 0;
}
.Size .facets-layout.facets-layout-list .list-menu__item svg,
.Fabric .facets-layout.facets-layout-list .list-menu__item svg,
.Category .facets-layout.facets-layout-list .list-menu__item svg {
    display: none;
}
.Size .facets-layout.facets-layout-list label.facets__label.active,
.Fabric .facets-layout.facets-layout-list label.facets__label.active,
.Category .facets-layout.facets-layout-list label.facets__label.active {
    background: #000;
    color: #fff;
    padding: 8px;
    border: 1px solid #000;
    border-radius: 7px;
}
.Size .facets-layout.facets-layout-list label.facets__label,
.Fabric .facets-layout.facets-layout-list label.facets__label,
.Category .facets-layout.facets-layout-list label.facets__label {
    padding: 8px;
    border-radius: 7px;
    border: 1px solid #000;
    display: flex;
    align-items: stretch;
    height: 100%;
}
.Size .facets-layout.facets-layout-list .input--primary:after {
  box-shadow: none;
}
.Size .facets-layout.facets-layout-list label.facets__label:hover,
.Fabric .facets-layout.facets-layout-list label.facets__label:hover,
.Category .facets-layout.facets-layout-list label.facets__label:hover {
    background: #000;
    color: #fff;
    padding: 8px;
    border: 1px solid #000;
    border-radius: 7px;
}

.Size .facets-layout.facets-layout-list label.facets__label,
.Fabric .facets-layout.facets-layout-list label.facets__label,
.Category .facets-layout.facets-layout-list label.facets__label {
    background: #e52a1b;
    color: #fff;
    padding: 8px;
    border: 1px solid #e52a1b;
    border-radius: 7px;
}
.Size .facets-layout.facets-layout-list label.facets__label span,
.Fabric .facets-layout.facets-layout-list label.facets__label span,
.Category .facets-layout.facets-layout-list label.facets__label span{
     text-decoration: none !important;
     font-weight: 600 !important;
}

.Size .facets-layout.facets-layout-list input[type=checkbox],
.Fabric .facets-layout.facets-layout-list input[type=checkbox],
.Category .facets-layout.facets-layout-list input[type=checkbox] {
    opacity: 0;
}
.mobile-facets__submenu {
    margin-top: 10px;
}
.template-collection .facets-container facet-filters-form.facets {
    background: #fff;
    padding: 10px 10px !important;
    border-radius: 10px;
    border: 1px solid #E52A1B;
}

facet-filters-form .facets-price__apply button.button.button--primary.button--full-width {
    background-color: rgb(229 42 27);
    padding: 8px 10px;
    font-size: 12px;
}
.facets-price__apply {
    margin-top: 10px !important;
}

facet-filters-form .price-buttons {
    display: grid!important;
    grid-template-columns: repeat(2,1fr);
    width: 100%;
    gap: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}
facet-filters-form .price-buttons .price-btn {
    position: relative;
    display: flex;
    align-items: center;
}
facet-filters-form .price-buttons .price-btn img {
    position: relative;
    width: 100%;
    height: 35px;
}
facet-filters-form .price-buttons .price-btn span {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    font-size: 10px;
}
.Color .facets-layout .swatch-item {
    border: none;
    box-shadow: none;
}

.template-collection .card--block.card-wrapper {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin: 5px;
    padding: 10px;
    border-radius: 16px;
}

@media (min-width: 1024px) {
    .yourrecentpicks-collection .card-product-information,
    .template-collection .main-collection-grid .product-grid .card-product-information {
        position: relative;
    }
    .yourrecentpicks-collection .card-product-information .quick-add.w-full,
    .template-collection .main-collection-grid .product-grid .card-product-information .quick-add.w-full {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 45%;
    }
    .yourrecentpicks-collection .card-product-information .quick-add.w-full .quick-add__submit,
    .template-collection .main-collection-grid .product-grid .card-product-information .quick-add.w-full .quick-add__submit {
        padding: 10px 10px;
        font-size: 14px;
    }
    .template-product .product-information__grid.product-information--media-left {
        display: flex !important;
        align-items: flex-start;
        width: 95%;
        margin: 0px auto 50px auto;;
    }
    .template-product .product-information__media {
        flex: unset;
        width: 50% !important;
        min-width: unset;
    }

    .template-product .main-product-information {
        display: block !important;
    }
    html,body{
        overflow:unset !Important;
        display: block !important;

    }
}

@media (max-width: 676px) {
    .template-product product-info .add-to-cart-button-inner side-drawer-opener button  svg.icon {
        fill: #ffffff !important;
        stroke: #ffffff !important;
    }

    .collection .quick-add__submit {
        border: unset !important;
        box-shadow: unset;
        padding: 7px 10px !important;
        min-height: unset;
    }
    facet-filters-form .price-buttons {
        display: grid!important;
        grid-template-columns: repeat(4,1fr);
        width: 100%;
        gap: 5px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
    }
    .header-logo__image-container:hover img {
        width: 100% !important;
        height: 100% !important;
    }
    .homepage-slider-featured-collection {
        padding-top: 20px;
    }
    featured-product legend.form__label {
        font-size: 14px !important;
    }
    featured-product fieldset {
        margin-bottom: 0 !important;
    }
    featured-product .swiper-controls__thumbnails-container {
        padding-bottom: 0;
    }
    .header__icon .icon {
        height: 20px;
        width: 20px;
        fill: none;
        vertical-align: middle;
    }
    .homepage-slider-featured-collection .collection {
        display: flex;
        gap: 18px;
        align-items: center;
        flex-direction: column;
    }
    .homepage-slider-featured-collection .collection .section-global__header {
        width: 100%;
    }
    .homepage-slider-featured-collection .collection .section-global__content {
        width: 100%;
    }
    .left.producttext-tageparentage span {
        padding: 7px 10px;
        border-radius: 3px;
        font-size: 11px;
        background: url(/cdn/shop/files/Subtract_3.png?v=1762318346) no-repeat center center / cover !important;
    }

    .right.producttext-tageparentage span {
        color: #FFF7EC;
        padding: 7px 10px;
        border-radius: 3px;
        font-size: 11px;
        background: url(/cdn/shop/files/Subtract_3.png?v=1762318346) no-repeat center center / cover !important;
    }
    .left.producttext-tageparentage {
        left: 3px !important;
        margin-top: 0px;
        top: -1% !important;
    }
    .right.producttext-tageparentage {
        right: 3px !important;
        margin-top: 0px;
        top: -1% !important;
    }
    .price--on-sale .price-item--regular {
        font-size: 1.1rem !important;
    }
    .price__sale {
        font-size: 13px !important;
    }
    .search__input.field__input {
        padding-right: 9.8rem;
        padding-left: 25px !important;
        border-radius: 50px !important;
    }
    .search-drawer:has(predictive-search) .predictive-search--center .field__label {
        left: 15px !important;
    }
    .homepage-productlist-grid .collection .section-global__header .section-header--block.group-block,
    .homepage-slider-featured-collection .collection .section-global__header .section-header--block.group-block {
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }
    .homepage-productlist-grid .section-global__header h2,
    .homepage-slider-featured-collection .section-global__header h2 {
        text-align: center !important;
    }
    .homepage-productlist-grid .section-global__header p,
    .homepage-slider-featured-collection .section-global__header p {
        text-align: center !important;
    }
    .homepage-slider-featured-collection .swiper.w-full.swiper-initialized.swiper-horizontal {
        padding-right: 25% !important;
    }
    highlight-text.highlight_text--content:before {
        width: 40px !important;
        height: 40px !important;
        background-size: 40px !important;
        left: -48px !important;
    }
    highlight-text.highlight_text--content:after {
        width: 40px !important;
        height: 40px !important;
        background-size: 40px !important;
        right: -48px !important;
    }
    .card-product-information.mobile-column {
        gap: 5px 5px !important;
    }
    .header__search {
        display: none !important;
    }
    .search-action details-modal.header__search {
        display: block !important;
    }
    .header-block.grid__itemblock.search-action.max-md\:hidden {
        display: block !important;
    }
    .header__column--right .search-action {
        order: 0;
    }
    .header__column.header__column--right side-drawer-opener.account-actions {
        order: 2;
    }
    .header__column.header__column--right .header-block.grid__itemblock.search-action {
        order: 1;
        display: none !important;
    }
    .header__column.header__column--right .header-actions-wrapper {
        order: 3;
    }
    .header__column.header__column--right {
        display: flex;
        justify-content: center;
        gap: 0;
    }
    .search-modal__content.search-modal__content-bottom {
        width: 100%;
    }
    .shop-by-category-title-box {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .header__icon .icon path {fill: red !important;}
    svg.icon.icon-search,
    svg.icon.icon-cart,
    svg.icon.icon-account {
        fill: unset !important;
        stroke: unset !important;
    }
    .homepage-slider-featured-collection .collection .section-global__header .body-s-font-size.size-style.button {
        font-size: 12px;
        padding: 8px 20px;
        font-weight: 400;
    }
    .homepage-productlist-grid .section-global__header h2 {
        font-size: 28px;
    }
    .header__heading-link.inline-block.link {
      padding:0px !important;
    }
    toolbar-mobile.toolbar-mobile side-drawer-opener button svg.icon {
        fill: #e52a1b !important;
        stroke: #e52a1b !important;
    }
    toolbar-mobile.toolbar-mobile side-drawer-opener span.text {
        color: #e52a1b;
    }
    


}

quick-add-modal button.drawer__close.block.t-button.bor-none.rounded-full.cursor-pointer {
    margin-top: -10px;
}

highlight-text.highlight_text--content {
    position: relative;
}
highlight-text.highlight_text--content:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: url('/cdn/shop/files/Vector_56.png');
    background-position: center;
    background-size: 50px;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
}
highlight-text.highlight_text--content:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: url('/cdn/shop/files/Vector_56.png');
    background-position: center;
    background-size: 50px;
    right: -80px; 
    top: 50%;
    transform: translateY(-50%);
}



product-recommendations highlight-text.highlight_text--content:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: url('/cdn/shop/files/Vector_28_1.png');
    background-position: center;
    background-size: 50px;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
}
product-recommendations highlight-text.highlight_text--content:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: url('/cdn/shop/files/Vector_28_1.png');
    background-position: center;
    background-size: 50px;
    right: -80px; 
    top: 50%;
    transform: translateY(-50%);
}


product-recommendations.yourrecentpicks-collection {
    position: relative;
}
product-recommendations.yourrecentpicks-collection:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 75px;
    background: url('/cdn/shop/files/Group_47808048_2_1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0px;
    top: -12%;
}
product-recommendations.yourrecentpicks-collection:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    background: url('/cdn/shop/files/Group_47808048_2_2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0px; 
    bottom: -2%;
}
.variant-option--buttons input[checked]+label {
    background: #E52A1B !important;
    color: #fff !important;
}
.homepage-slider-featured-collection .section-global__header .body-s-font-size {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

featured-product product-form-component .product-form__input {
    height: 54px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}
featured-product product-form-component .product-form__input input {
    width: 25px;
}

featured-product product-form-component button ,
featured-product product-form-component shop-pay-wallet-button{
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.homepage-productlist-grid .collection product-form-component .quick-add__submit {
    background: #e52a1b !important;
    color:#fff;
}
.template-collection .card--block.card-wrapper.product-card-wrapper {
    background: #fff !important;
}

.template-product product-info product-form-component .button {
    border: none;
    color: #fff;
    color: #fff;
    fill:#fff;
}
.header__icon .icon{
  color: #E52A1B;
  fill:#E52A1B;
}

side-drawer header-drawer button.drawer__close{
    background: #E52A1B;
}
header-drawer .menu-drawer__navigation .menu-drawer__menu-item.list-menu__item {
    color: #E52A1B !important;
    font-weight: 600;
}
.customers-viewed-product .card--block.card-wrapper.product-card-wrapper{
    border-radius: 16px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
#Drawer-Search-Content side-drawer-close .button--drawer.focus-inset,
.customers-viewed-product .quick-add__submit.button {
    color: #fff;
    background: #E52A1B !important;
}
.link--underline:not(:has(.text)) {
  --line-link-gap: none !important;
}
featured-product product-form-component .product-form__buttons  .price-per-item__container.product-form__input,
featured-product product-form-component .product-form__buttons shopify-accelerated-checkout shop-pay-wallet-button,
featured-product product-form-component .product-form__buttons shopify-buy-it-now-button button,
featured-product product-form-component .product-form__buttons  button {
    height: 47px !important;
     min-height: 47px !important;
}

.homepage-slider-featured-collection .section-global__header h2 {
    color: #e52a1b;
}



/* .anime-studio-app.main-product-information variant-selects label {
    aspect-ratio: 1;
    background-size: cover !important;
    width: 120px;
    background-repeat: no-repeat;
    background-position: center;
}
.anime-studio-app.main-product-information .variant-option--buttons input[checked]+label {
    background: unset !important;
    aspect-ratio: 1;
    background-size: cover !important;
    width: 120px;
    background-repeat: no-repeat;
    background-position: center;
} */

