/** Shopify CDN: Minification failed

Line 738:2 Unexpected "#"
Line 738:4 Unexpected "{"
Line 738:13 Expected ":"
Line 750:2 Unexpected "#"
Line 750:4 Unexpected "{"
Line 750:13 Expected ":"
Line 757:2 Unexpected "#"
Line 757:4 Unexpected "{"
Line 757:13 Expected ":"
Line 763:2 Unexpected "#"
... and 45 more hidden warnings

**/
/* 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__row.header__row--top.color-scheme-1.section.section--full-width-margin.section--full-width.color-tablet-scheme-1.color-mobile-scheme-1 {
  position: relative;
  padding-top:0 !important;
  padding-bottom:0px;
}

.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; /* touch header bottom */
  top:97px;
  left: 0;
  width: 100%;
  height: 10px; 
  background: url('/cdn/shop/files/Subtract.png?v=1761905272') no-repeat center bottom;
  background-size: cover;
  z-index: 5;
}

.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;
}
a.header-shop-btn:hover {
    color: #fff;
    background-color: #000;

}
.header-logo__image-container:hover img {
  content: url( "/cdn/shop/files/Group_47808045_28123085-2a79-47fc-b9ab-c5e5b1f1b224.png?v=1762320711" );
  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;
  }

  /* Move search icon to right using absolute positioning */
  .header__icon--search {
    position: absolute;
    right: 45px; /* adjust as needed */
    top: 50%;
    transform: translateY(-50%);
  }

  /* keep other icons aligned */
  .header__icon--account {
    margin-right: 10px;
  }

  .header__heading-logo-wrapper img {
    max-width: 110px !important;
    height: auto;
  }

  .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: 65px;
  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: 5;
}
}
/* 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) {
  .custom-slideshow .slideshow-swiper { height: 60vh; }
  .slide-overlay { padding: 20px; }
  .slide-content { max-width: 90%; }
  .slide-btn { padding: 10px 25px; font-size: 15px; }
  .slideshow-progress { bottom: 15px; gap: 6px; }
  .progress-bar { width: 25px; height: 3px; }
}


/* 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;
  font-family: 'MotelXenia' !important;
}

.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;
}
}


/* new arrival mobile version end  */

/* shop by category */


  /* Use dynamic section id to scope styles */
  #{{ section.id }}.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;
  }
 
  #{{ section.id }} .shop-by-category-title-box{
    display: flex;
    align-items: center;
    gap: 18px;

  }
 
  #{{ section.id }} .shop-by-category-title-before{
    position: relative;
    height: 52px;
    width: 52px;
  }
 
  #{{ section.id }} .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;
  }
  #{{ section.id }} .shop-by-category-title-after{
    position: relative;
    height: 52px;
    width: 52px;
  }
 
  /* To display icons on both sides with spacing */
  #{{ section.id }} .shop-by-category-title::before {
    margin: 0 10px 0 0;
  }
  #{{ section.id }} .shop-by-category-title::after {
    margin: 0 0 0 10px;
  }
 
  #{{ section.id }} .category-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
 
  #{{ section.id }} .category-list-item {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: flex;
    gap: 15px;
  
  }
 
  #{{ section.id }} .category-list-item img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 30px;

  }
 
  #{{ section.id }} .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;
    /* text-transform: uppercase; */
    font-family: MotelXenia !important;
  }
 
  #{{ section.id }} .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;
  }

    #{{ section.id }} .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;
  }
 
  #{{ section.id }} .category-list-item.card-4 {
    margin-top: 100px;
  }

  #{{ section.id }} .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)
{
    #{{ section.id }} .category-list-item img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom:20px;
    
  }
}

 /* .shop-by-category {
  position: relative;
  
}

.shop-by-category::after {
  content: "";
  position: absolute;
  bottom: -60.5px; 
  left: 0;
  width: 100%;
  height: 60px; 
  background: url('/cdn/shop/files/Mask_group_4.png?v=1761997427') no-repeat center bottom;
  background-size: cover;
  z-index: 99999;
}  */

 

.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: 18px !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;
}

.quantity-selector{
  border-color: #E52A1B !important;
  width: 201px !important; 
  height: 55px !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;
    font-family: 'MotelXenia' !important;
   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: 60px;
        height: 60px;
        background: url('/cdn/shop/files/Vector_56.png?v=1761987788');
        background-position: center;
        background-size: 60px;
        left: -80px;
        top: 50%;
        transform: translateY(-50%);
    }

    .spacing-style.layout-panel-flex.layout-panel-flex--column.mobile-column.section-content-wrapper h1:after {
        left: unset;
        right: -80px;
    }
@media(max-width:768px){
  ..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 {
    font-family:MotelXenia;
    letter-spacing:3.5px;
}
.variant-option--buttons input[type=radio]+label:before {
    border-color: #e52a1b;
}

@media(max-width:768px){
.category-list {
    display: grid;
    grid-template-columns: none; */
    gap: 1px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 31px; 
    gap: 30PX;
}

.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: 22px;
    margin-bottom: 10px;
    font-family: 'MotelXenia' !important;
    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-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;
}
 
.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: 20px;
    pointer-events:none;
    border-radius: 40px;
}

.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){
/* .product-info-list.flex.flex-column {
    display: flex;
    flex-direction: row;
    gap: 120px;
    font-weight: 400;
    font-size: 15px;
    color: #595959;
    
} */
.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%;
}
}



@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: 5;
  }
  .shop-by-category-title-box {
    display: flex;
    align-items: center;
    gap: 18px;
    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;        
    
}}
.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: 8px 25px;
    border-radius: 30px;
}


/* ===== 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: 5;
}
   
}








