/* /Views/Cart/Cart.cshtml.rz.scp.css */
/* cart css */

.header[b-7lksb1yktc] {
    font-weight: 700;
    font-size: 2rem;
}

a[b-7lksb1yktc] {
    text-decoration: none;
    color: inherit !important;
}

.charcoaltxt[b-7lksb1yktc] {
    color: #333333;
    text-decoration: underline;
}

.title[b-7lksb1yktc] {
    font-size: 1.5rem;
    font-weight: 600;
}

.f2[b-7lksb1yktc] {
    font-size: 2rem;
}

.fw7[b-7lksb1yktc] {
    font-weight: 700;
}

.product-image[b-7lksb1yktc] {
    width: 100px;
    height: auto;
}

.container[b-7lksb1yktc] {
    width: 90%;
    margin: 40px auto;
}

.cart[b-7lksb1yktc] {
    display: flex;
    gap: 40px;
}

.cart-items[b-7lksb1yktc] {
    flex: 2;
}

.item[b-7lksb1yktc] {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.item img[b-7lksb1yktc] {
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.item-details[b-7lksb1yktc] {
    flex: 1;
}

.item-details[b-7lksb1yktc] {
    margin: 0;
    font-weight: 500;
}

.meta[b-7lksb1yktc] {
    font-size: 14px;
    color: #777;
    margin: 5px 0;
}

.remove[b-7lksb1yktc] {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 600;
}

.price[b-7lksb1yktc] {
    text-align: right;
    font-weight: 600;
}

.qty-box[b-7lksb1yktc] {
    margin-top: 85px;
    display: inline-flex;
    border: 1px solid #ccc;
    align-items: center;
}

.qty-box button[b-7lksb1yktc] {
    padding: 5px 10px;
    border: none;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    transition: background-color 0.2s;
}

.qty-box button:hover[b-7lksb1yktc] {
    background-color: #f0f0f0;
}

.qty-box .qty-value[b-7lksb1yktc] {
    padding: 5px 10px;
    min-width: 30px;
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.summary[b-7lksb1yktc] {
    flex: 1;
    background: #eaeaea;
    padding: 20px;
    margin-top: 0;
    font-size: 1.5rem;
}

.summary-row[b-7lksb1yktc] {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    font-size: 1rem;
}

.total[b-7lksb1yktc] {
    font-weight: bold;
    margin-top: 20px;
}

.promo[b-7lksb1yktc] {
    margin: 15px 0;
    font-size: 1rem;
}

.promo input[b-7lksb1yktc] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
}

.checkout[b-7lksb1yktc] {
    width: 100%;
    padding: 12px;
    background: #444;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    font-size: 1rem;
}

@media screen and (max-width: 998px) {
    .row[b-7lksb1yktc] {
        display: block;
    }

    .col-8[b-7lksb1yktc], .col-4[b-7lksb1yktc], .col[b-7lksb1yktc] {
        width: 100%;
    }

    .cart[b-7lksb1yktc] {
        display: block;
    }
}
/* /Views/Cart/Checkout.cshtml.rz.scp.css */
.header[b-qnr442g8h8] {
    font-weight: 700;
    font-size: 2rem;
}

.back-to-cart[b-qnr442g8h8] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
}

.back-to-cart:hover[b-qnr442g8h8] {
    color: #111;
    text-decoration: underline;
}

.title[b-qnr442g8h8] {
    font-size: 1.2rem;
    font-weight: 600;
}

.subhead[b-qnr442g8h8] {
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.charcoaltxt[b-qnr442g8h8] {
    color: #333333;
    text-decoration: underline;
}

.f2[b-qnr442g8h8] {
    font-size: 2rem;
}

.fw7[b-qnr442g8h8] {
    font-weight: 700;
}

.product-image[b-qnr442g8h8] {
    width: 100px;
    height: auto;
}

.container[b-qnr442g8h8] {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

h1[b-qnr442g8h8] {
    text-align: center;
    margin-bottom: 40px;
}

.checkout-wrapper[b-qnr442g8h8] {
    display: flex;
    gap: 40px;
}

.form-section[b-qnr442g8h8] {
    flex: 2;
}

h2[b-qnr442g8h8] {
    margin-top: 30px;
    font-size: 18px;
}

input[b-qnr442g8h8] {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.row[b-qnr442g8h8] {
    display: flex;
}

.row input[b-qnr442g8h8] {
    flex: 1;
}

.checkbox[b-qnr442g8h8] {
    display: flex;
    align-items: center;
    margin-top: 15px;
    font-size: 14px;
}

.checkbox input[b-qnr442g8h8] {
    margin-right: 10px;
    width: auto;
}

.summary[b-qnr442g8h8] {
    flex: 1;
    background: #eaeaea;
    padding: 20px;
    margin-top: 0;
    font-size: 1.5rem;
}

.summary-row[b-qnr442g8h8] {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    font-size: 1rem;
}

.total[b-qnr442g8h8] {
    font-weight: bold;
    font-size: 18px;
}

hr[b-qnr442g8h8] {
    margin: 15px 0;
}

.promo[b-qnr442g8h8] {
    margin-top: 15px;
    font-size: 1rem;
}

.order-btn[b-qnr442g8h8] {
    width: 100%;
    margin-top: 20px;
    padding: 14px;
    background: #444;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.order-btn:hover[b-qnr442g8h8] {
    background: #222;
}

.cardimg[b-qnr442g8h8] {
    width: 175px;
}

@media screen and (max-width: 998px) {
    .row[b-qnr442g8h8] {
        display: block;
    }

    .col-8[b-qnr442g8h8],
    .col-4[b-qnr442g8h8],
    .col[b-qnr442g8h8] {
        width: 100%;
    }

    .checkout-wrapper[b-qnr442g8h8] {
        flex-direction: column;
    }
}
/* /Views/Cart/Confirmation.cshtml.rz.scp.css */
/* confirmation css */

.title-header[b-au27cdw1xq] {
    font-weight: 600;
    font-size: 2rem;
    font-family: "meno-banner", serif;
  }
/* /Views/Home/Contact.cshtml.rz.scp.css */
/* contact css */

.title-header[b-ctzupqowmt] {
  font-weight: 600;
  font-size: 2rem;
  font-family: "meno-banner", serif;
}
/* /Views/Home/Designers.cshtml.rz.scp.css */
/* designers css */

.f3[b-4ebjb3mn9g] {
    font-size: 3rem;
}

.title-header[b-4ebjb3mn9g] {
    font-weight: 600;
    font-size: 2rem;
    font-family: "meno-banner", serif;
}

.bold[b-4ebjb3mn9g] {
    font-weight: 700;
}

.designerimg[b-4ebjb3mn9g] {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

@media screen and (max-width: 998px) {
    .designerrow[b-4ebjb3mn9g] {
        display: block;
    }

    img[b-4ebjb3mn9g] {
        width: 100%;
    }
}
/* /Views/Home/Index.cshtml.rz.scp.css */
/* home css */

a[b-82n19e5vhs] {
  text-decoration: none;
  color: inherit !important;
}

.hero-image[b-82n19e5vhs] {
  position: relative;
  width: 100%;
  height: auto;
}

.hero[b-82n19e5vhs] {
  width: 100%;
  height: 712px;
  display: block;
  object-fit: cover;
}

.hero-np[b-82n19e5vhs] {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.hero-overlay[b-82n19e5vhs] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 500px;
  pointer-events: none;
}

.cat-img[b-82n19e5vhs] {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.fw5[b-82n19e5vhs] {
  font-weight: 500;
}

.category[b-82n19e5vhs] {
  width: 400px;
  margin-bottom: 1rem;
}

.title-header[b-82n19e5vhs] {
  font-weight: 600;
  font-size: 2rem;
  font-family: "meno-banner", serif;
}

.designer-img[b-82n19e5vhs] {
  width: 400px;
  height: auto;
}

.right-overlay[b-82n19e5vhs] {
  position: absolute;
  top: 23%;
  width: 450px;
  right: 6%;
  color: #fff;
}

.new-launch[b-82n19e5vhs] {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.carousel-container[b-82n19e5vhs] {
  width: 90%;
  margin: 30px auto;
  overflow: hidden;
  position: relative;
}

.carousel-track[b-82n19e5vhs] {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-card[b-82n19e5vhs] {
  min-width: 25%;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.carousel-card img[b-82n19e5vhs] {
  transition: transform 0.5s ease-in-out;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.carousel-card:hover img[b-82n19e5vhs] {
  transform: scale(1.1);
}

.carousel-title[b-82n19e5vhs] {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.carousel-btn[b-82n19e5vhs] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 12px 18px;
  cursor: pointer;
  font-size: 18px;
  z-index: 10;
}

.carousel-btn.prev[b-82n19e5vhs] {
  left: 10px;
}

.carousel-btn.next[b-82n19e5vhs] {
  right: 10px;
}

.carousel-btn:hover[b-82n19e5vhs] {
  background: rgba(0, 0, 0, 0.8);
}

.designer-card[b-82n19e5vhs] {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.designer-card .designer-overlay[b-82n19e5vhs] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.55);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.designer-card:hover .designer-overlay[b-82n19e5vhs] {
  opacity: 1;
}

.designer-name[b-82n19e5vhs] {
  color: #fff;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.75rem 1rem;
  width: 100%;
  font-family: "meno-banner", serif;
}

/* Responsive */
@media (max-width: 1024px) {
  .carousel-card[b-82n19e5vhs] {
    min-width: 33.33%;
  }
}

@media (max-width: 768px) {
  .carousel-card[b-82n19e5vhs] {
    min-width: 50%;
  }

  .hero-overlay[b-82n19e5vhs] {
    width: 75%;
  }
}

@media (max-width: 600px) {
  .hero[b-82n19e5vhs] {
    height: 400px;
  }

  .hero-overlay[b-82n19e5vhs] {
    width: 60%;
  }
}

@media (max-width: 480px) {
  .carousel-card[b-82n19e5vhs] {
    min-width: 100%;
  }
}
/* /Views/Home/OurStory.cshtml.rz.scp.css */
.category[b-farnx2hgs7] {
  width: 400px;
  margin-bottom: 1rem;
}

.logo[b-farnx2hgs7] {
  width: 200px;
  height: auto;
}

.title-header[b-farnx2hgs7] {
  font-weight: 600;
  font-size: 2rem;
  font-family: "meno-banner", serif;
}

.headline[b-farnx2hgs7] {
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "meno-banner", serif;
  margin-top: 2rem;
}

.carousel-container[b-farnx2hgs7] {
  width: 90%;
  margin: 60px auto;
  overflow: hidden;
  position: relative;
}

.carousel-track[b-farnx2hgs7] {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-card[b-farnx2hgs7] {
  min-width: 25%;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.carousel-card img[b-farnx2hgs7] {
  transition: transform 0.5s ease-in-out;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.carousel-card:hover img[b-farnx2hgs7] {
  transform: scale(1.1);
}

.carousel-title[b-farnx2hgs7] {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.carousel-btn[b-farnx2hgs7] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 12px 18px;
  cursor: pointer;
  font-size: 18px;
  z-index: 10;
}

.carousel-btn.prev[b-farnx2hgs7] {
  left: 10px;
}

.carousel-btn.next[b-farnx2hgs7] {
  right: 10px;
}

.carousel-btn:hover[b-farnx2hgs7] {
  background: rgba(0, 0, 0, 0.8);
}

a[b-farnx2hgs7] {
  text-decoration: none;
  color: inherit !important;
}

/* Responsive */
@media (max-width: 1024px) {
  .carousel-card[b-farnx2hgs7] {
    min-width: 33.33%;
  }
}

@media (max-width: 768px) {
  .carousel-card[b-farnx2hgs7] {
    min-width: 50%;
  }
}

@media (max-width: 480px) {
  .carousel-card[b-farnx2hgs7] {
    min-width: 100%;
  }
}
/* /Views/Home/Sustainability.cshtml.rz.scp.css */
/* sustainability css */

.hero-image[b-08qjs1ya1d] {
  position: relative;
  width: 100%;
  height: auto;
}

.hero[b-08qjs1ya1d] {
  width: 100%;
  height: 600px;
  display: block;
  object-fit: cover;
}

.hero-overlay[b-08qjs1ya1d] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%; 
  height: 500px;
  pointer-events: none; 
}

.wovenimg[b-08qjs1ya1d] {
  width: 100%;
  height: auto;
}

.title-header[b-08qjs1ya1d] {
  font-weight: 600;
  font-size: 2rem;
  font-family: "meno-banner", serif;
}

@media (max-width: 768px) {
  .hero[b-08qjs1ya1d] {
    height: 500px;
  }

  .hero-overlay[b-08qjs1ya1d] {
    width: 100%;
  }

  .row[b-08qjs1ya1d] {
    display: block;
  }

  .col[b-08qjs1ya1d] {
    width: 100%;
  }
}
/* /Views/Products/FilterProducts.cshtml.rz.scp.css */
/* filter products */

a[b-vcsg6hd4op] {
    text-decoration: none;
    color: #333333;
}

/* filter */
.filter-sidebar[b-vcsg6hd4op] {
    width: 250px;
    padding: 25px;
    font-family: serif;
}

.filter-header h2[b-vcsg6hd4op] {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.reset[b-vcsg6hd4op] {
    font-size: 14px;
    color: #999;
    text-decoration: underline;
}

.filter-item[b-vcsg6hd4op] {
    border-top: 1px solid #ccc;
    padding: 15px 0;
}

.filter-title[b-vcsg6hd4op] {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1px;
}

.toggle[b-vcsg6hd4op] {
    font-size: 20px;
}

.filter-content[b-vcsg6hd4op] {
    display: block;
    margin-top: 10px;
}

.filter-content label[b-vcsg6hd4op] {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
/* filter */

/* product cards */
.product-card[b-vcsg6hd4op] {
    width: 100%;
    padding: 20px;
}

.product-image img[b-vcsg6hd4op] {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    display: block;
    object-fit: cover;
}

.product-info[b-vcsg6hd4op] {
    margin-top: 10px;
}

.product-info h3[b-vcsg6hd4op] {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: 25px;
}

.price[b-vcsg6hd4op] {
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}

.pattern[b-vcsg6hd4op] {
    font-size: 12px;
    margin-bottom: 10px;
}

.btn-view[b-vcsg6hd4op] {
    display: block;
    text-align: center;
    background: #4a4a4a;
    color: #fff !important;
    padding: 8px;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 14px;
    transition: 0.3s ease;
    font-family: "meno-banner", serif;
    font-weight: 600;
    letter-spacing: 1px;
}

.btn-view:hover[b-vcsg6hd4op] {
    background: #333;
}

.products-grid[b-vcsg6hd4op] {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 1px;
}
/* product cards */

@media (max-width: 768px) {
    .products-grid[b-vcsg6hd4op] {
        display: block;
    }

    .col-3[b-vcsg6hd4op], .col[b-vcsg6hd4op] {
        width: 100%;
    }

    .filter-sidebar[b-vcsg6hd4op] {
        width: 100%;
    }
}
/* /Views/Products/ProductDetails.cshtml.rz.scp.css */
/* product details css */

.f2[b-7lz6wuxqct] {
    font-size: 2rem;
}

.f15[b-7lz6wuxqct] {
    font-size: 1.2rem;
}

.f4[b-7lz6wuxqct] {
    font-size: 3rem;
}

.bold[b-7lz6wuxqct] {
    font-weight: 600;
}

.italic[b-7lz6wuxqct] {
    font-style: italic;
}

.lh2[b-7lz6wuxqct] {
    line-height: 2rem;
}

a[b-7lz6wuxqct], a:hover[b-7lz6wuxqct] {
    color: #fff;
    text-decoration: none;
}

.description[b-7lz6wuxqct] {
    font-size: 14px;
    margin-bottom: 10px;
}

.wishlist-link[b-7lz6wuxqct],
.wishlist-link:hover[b-7lz6wuxqct] {
    color: inherit;
    text-decoration: none;
}

.wishlist-toggle .primary-heart[b-7lz6wuxqct],
.wishlist-toggle .hover-heart[b-7lz6wuxqct] {
    color: #333;
}

.wishlist-toggle .primary-heart[b-7lz6wuxqct] {
    display: inline;
}

.wishlist-toggle .hover-heart[b-7lz6wuxqct] {
    display: none;
}

.wishlist-toggle:hover .primary-heart[b-7lz6wuxqct] {
    display: none;
}

.wishlist-toggle:hover .hover-heart[b-7lz6wuxqct] {
    display: inline;
}

a.breadcrumb-item[b-7lz6wuxqct]::after, .breadcrumb-item+.breadcrumb-item[b-7lz6wuxqct]::before {
    color: #fff;
}

.roomshot[b-7lz6wuxqct] {
    width: 65px;
    height: 65px;
    object-fit: cover;
}

.thumb-swap[b-7lz6wuxqct] {
    cursor: pointer;
}

.thumb-swap.active[b-7lz6wuxqct] {
    outline: 1px solid #000;
    outline-offset: 3px;
}

.productspecs[b-7lz6wuxqct] {
    margin-left: 5.5rem;
    margin-top: -4rem;
}

.colors[b-7lz6wuxqct] {
    width: clamp(58px, 7vw, 80px);
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    display: block;
}

.logo[b-7lz6wuxqct] {
    width: 100px;
    height: 200px;
}

.breadcrumb-item.active[b-7lz6wuxqct] {
    font-weight: 700;
    color: #fff;
}

.row.wishlist[b-7lz6wuxqct] {
    margin-left: 5.5rem;
}

.related-img[b-7lz6wuxqct] {
    width: 250px;
    height: 350px;
    object-fit: cover;
}

.rolls[b-7lz6wuxqct] {
    display: none;
}

.mt[b-7lz6wuxqct] {
    margin-top: -0.5rem;
}

.product-info[b-7lz6wuxqct] {
    margin-top: 10px;
}

.product-info h3[b-7lz6wuxqct] {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.price[b-7lz6wuxqct] {
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}

.pattern[b-7lz6wuxqct] {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}

.btn-view[b-7lz6wuxqct] {
    display: block;
    text-align: center;
    background: #4a4a4a;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 14px;
    transition: 0.3s ease;
    font-family: "meno-banner", serif;
    font-weight: 600;
    letter-spacing: 1px;
}

.btn-view:hover[b-7lz6wuxqct] {
    background: #333;
}

.border-r[b-7lz6wuxqct] {
    border-right: 1px solid #555;
}

.project-preview-container[b-7lz6wuxqct] {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    max-height: 220px;
    overflow-y: auto;
}

.project-preview-item[b-7lz6wuxqct] {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #f1f1f1;
}

.project-preview-item:last-child[b-7lz6wuxqct] {
    border-bottom: none;
}

.project-preview-item img[b-7lz6wuxqct] {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 4px;
}

.project-preview-name[b-7lz6wuxqct] {
    font-size: 0.9rem;
    color: #222;
}

.project-preview-sku[b-7lz6wuxqct] {
    font-size: 0.75rem;
    color: #777;
}

img#mainProductImage[b-7lz6wuxqct] {
    height: 500px;
    object-fit: cover;
}

@media screen and (max-width: 1200px) {
    .roomshot[b-7lz6wuxqct] {
        width: 50px;
        height: 50px;
    }

    .rollsrows[b-7lz6wuxqct] {
        display: block;
    }

    .col-3[b-7lz6wuxqct], .col-1[b-7lz6wuxqct] {
        width: 100%;
    }
}

@media screen and (max-width: 998px) {
    .row[b-7lz6wuxqct] {
        display: block;
    }
    
    .sample[b-7lz6wuxqct] {
        width: 55px;
        max-height: 55px;
    }

    .productspecs[b-7lz6wuxqct] {
        margin-left: 0;
    }

    .d-flex.flex-column.mobile[b-7lz6wuxqct] {
        flex-direction: row !important;
    }

    .roomshot[b-7lz6wuxqct] {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 768px) {
    .roomshot[b-7lz6wuxqct] {
        width: 65px;
        height: 65px;
    }

    #house_logo[b-7lz6wuxqct], #rollsneeded[b-7lz6wuxqct] {
        display: none;
    }

    .rolls[b-7lz6wuxqct] {
        display: block;
    }

    .border-r[b-7lz6wuxqct] {
        border-right: none;
    }

    .w-50[b-7lz6wuxqct] {
        width: 100%;
    }

    .outlinebtn[b-7lz6wuxqct] {
        width: 100%;
    }

    .mt[b-7lz6wuxqct] {
        margin-top: 2rem;
    }
}

.colors-grid[b-7lz6wuxqct] {
    --swatch-size: clamp(58px, 7vw, 80px);
    --swatch-gap: 8px;
    --visible-rows: 2;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--swatch-size), var(--swatch-size)));
    gap: var(--swatch-gap);
    align-content: start;
    width: 100%;
    max-width: calc((var(--swatch-size) * 6) + (var(--swatch-gap) * 5));
    max-height: calc((var(--swatch-size) * var(--visible-rows)) + (var(--swatch-gap) * (var(--visible-rows) - 1)));
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.colors-grid a[b-7lz6wuxqct] {
    width: var(--swatch-size);
    height: var(--swatch-size);
    display: block;
}

.expand-colors-btn[b-7lz6wuxqct] {
    background: none;
    border: none;
    padding: 10px 0;
    margin-top: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    transition: color 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.expand-colors-btn:hover[b-7lz6wuxqct] {
    color: #666;
}

.expand-colors-btn i[b-7lz6wuxqct] {
    transition: transform 0.3s ease;
}

.expand-colors-btn.collapsed i[b-7lz6wuxqct] {
    transform: rotate(0deg);
}

.expand-colors-btn.expanded i[b-7lz6wuxqct] {
    transform: rotate(180deg);
}

.expand-colors-btn.d-none[b-7lz6wuxqct] {
    display: none;
}


@media screen and (max-width: 600px) {
    .w-50[b-7lz6wuxqct] {
        width: 100% !important;
    }

    .row.wishlist[b-7lz6wuxqct] {
        margin-left: 0rem;
    }
}
/* /Views/Products/Products.cshtml.rz.scp.css */
/* products css */

.title-header[b-1iaga7742l] {
    font-weight: 600;
    font-size: 2rem;
    font-family: "meno-banner", serif;
}

.product-img[b-1iaga7742l] {
    width: 300px;
    height: auto;
    overflow: hidden;
}

.category-description p:last-child[b-1iaga7742l] {
    margin-bottom: 0;
}

.active[b-1iaga7742l] {
    position: relative;
}

.active[b-1iaga7742l]::after {
    content: '';
    position: absolute;
    left: 8px;
    bottom: 3px;
    width: 70%;
    height: 2px;
    background-color: #A1B5C7;
}

a[b-1iaga7742l] {
    color: #333333;
    text-decoration: none;
}

.hidden[b-1iaga7742l] {
    display: none !important;
}

.new-banner[b-1iaga7742l] {
    background-color: #A1B5C8;
    position: absolute;
    top: -11px;
    left: -8px;
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    z-index: 10;
}

.collectionname-graident[b-1iaga7742l] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-family: "meno-banner", serif;
    font-size: 1.25rem;
    text-transform: uppercase;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}

@media (max-width: 768px) {
.collections-nav[b-1iaga7742l] {
    display: block !important;
    margin-bottom: 1rem;
}

.collection-section[b-1iaga7742l] {
    justify-content: center;
    margin: auto;
}

.active[b-1iaga7742l]::after {
    width: 35%;
}
}
/* /Views/Shared/Components/ProductsNav/Default.cshtml.rz.scp.css */
.imgrow[b-4rsqk0dm90] {
    margin-top: -15rem;
    margin-left: 30%;
}

.img[b-4rsqk0dm90] {
    width: 180px;
    height: auto;
}

#productsNavLink[b-4rsqk0dm90] {
    position: relative;
}

#productsNavLink.active-underline[b-4rsqk0dm90]::after {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 4px;
    width: 63%;
    height: 2px;
    background-color: #A1B5C7;
}

.category-link[b-4rsqk0dm90] {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}

.category-link:hover[b-4rsqk0dm90] {
    text-decoration: underline;
}

.dropdown-item[b-4rsqk0dm90] {
    position: relative;
}

.dropdown-item:hover[b-4rsqk0dm90]::after,
a.dropdown-item:hover[b-4rsqk0dm90]::after,
a.dropdown-item:focus[b-4rsqk0dm90]::after {
    content: '';
    position: absolute;
    left: 14px;
    bottom: 4px;
    width: 40%;
    height: 2px;
    background-color: #A1B5C7;
}

.dropdown-item:hover[b-4rsqk0dm90],
a.dropdown-item:hover[b-4rsqk0dm90],
a.dropdown-item:focus[b-4rsqk0dm90] {
    color: inherit !important;
    background-color: inherit !important;
}

.dropdown-item:active[b-4rsqk0dm90] {
    color: inherit !important;
    text-decoration: none;
    background-color: inherit !important;
}

.bold[b-4rsqk0dm90] {
    font-weight: 600;
}

a[b-4rsqk0dm90] {
    text-decoration: none !important;
}

#productsNavLink:focus[b-4rsqk0dm90],
#productsNavLink:focus-visible[b-4rsqk0dm90],
#productsNavLink.active-underline[b-4rsqk0dm90] {
    outline: none;
    box-shadow: none;
}

@media (max-width: 1390px) {
    a.dropdown-item.collection[b-4rsqk0dm90] {
        font-size: 15px;
    }
}

@media (max-width: 1100px) {
    a.dropdown-item.collection[b-4rsqk0dm90] {
        font-size: 12px;
    }
}
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* layout css */

body[b-xz4fkn4k4o] {
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  padding: 0;
  margin-bottom: 0 !important;
  overflow-x: hidden;
}

main[b-xz4fkn4k4o] {
  min-height: 80vh;
  font-size: 17px !important;
}

.navbar-expand-lg[b-xz4fkn4k4o] {
  height: 115px !important;
}

.bold[b-xz4fkn4k4o] {
  font-weight: 600;
}

.mt25[b-xz4fkn4k4o] {
  margin-top: 2.5rem;
}

.logo[b-xz4fkn4k4o] {
  width: 225px;
  height: 100%;
}

.house-logo[b-xz4fkn4k4o] {
  width: 175px;
  height: auto;
}

.footer-logo[b-xz4fkn4k4o] {
  width: 200px;
  height: auto;
}

.hr-style[b-xz4fkn4k4o] {
  width: 10%;
  border-top: 1.5px solid #ffff;
  opacity: 100%;
}

.hr-style2[b-xz4fkn4k4o] {
  border-top: 1.5px solid #ffff;
  opacity: 100%;
}

.links[b-xz4fkn4k4o] {
  font-size: 16px;
}

.social[b-xz4fkn4k4o] {
  color: #fff;
  font-size: 18px;
}

#searchbox[b-xz4fkn4k4o] {
  height: 30px;
  font-size: 14px;
}

.navicon[b-xz4fkn4k4o] {
  font-size: 1.25rem;
  color: black;
}

.catbtn[b-xz4fkn4k4o] {
  background: #AA7F2E;
  color: #fff;
}

.catbtn:hover[b-xz4fkn4k4o] {
  background: #806023;
  color: #fff;
}

div#search[b-xz4fkn4k4o] {
  margin: auto;
}

#search .form-control[b-xz4fkn4k4o] {
  border: 1px solid #333;
  border-radius: 0;
  padding: 12px 16px 12px 45px;
  font-size: 16px;
  background-color: #fff;
}

#search form[b-xz4fkn4k4o] {
  border: 1px solid #333 !important;
  border-radius: 0;
  position: relative;
}

#search .search-submit[b-xz4fkn4k4o] {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #333;
  padding: 0;
  width: 30px;
  height: 30px;
  z-index: 10;
}

#search .search-submit i[b-xz4fkn4k4o] {
  font-size: 16px;
  color: #333;
}

#search .form-control:focus[b-xz4fkn4k4o] {
  border-color: #333;
  box-shadow: none;
  outline: none;
}

#search[b-xz4fkn4k4o] {
  min-width: 350px;
  width: 100%;
  max-width: 350px;
}

#search .search-autocomplete[b-xz4fkn4k4o] {
  min-width: 300px;
  width: 100%;
}

/* Mobile search styling */
#mobileSearch .form-control[b-xz4fkn4k4o] {
  border: 1px solid #333;
  border-radius: 0;
  padding: 12px 16px 12px 45px;
  font-size: 16px;
}

#mobileSearch form[b-xz4fkn4k4o] {
  border: 1px solid #333 !important;
  border-radius: 0;
}

#mobileSearch .search-submit[b-xz4fkn4k4o] {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #333;
}

a[b-xz4fkn4k4o] {
  text-decoration: none;
  color: inherit !important;
}

.dropdown-item[b-xz4fkn4k4o] {
  padding: 0 !important;
}

.bold[b-xz4fkn4k4o] {
  font-weight: 600;
  font-size: 1.2rem;
}

a.dropdown-item[b-xz4fkn4k4o] {
  line-height: 2.5rem;
}

.dropdown-item:active[b-xz4fkn4k4o] {
  background-color: transparent !important;
}

.bg-body-tertiary[b-xz4fkn4k4o] {
  background-color: #fff !important;
}

@media (max-width: 1024px) and (min-height: 1366px) {
  #ourStoryNavItem[b-xz4fkn4k4o], #sustainabilityNavItem[b-xz4fkn4k4o] {
    display: none;
  }

  .house-logo[b-xz4fkn4k4o] {
    width: 150px;
  }
}

@media (max-width: 1175px) {
  #ourStoryNavItem[b-xz4fkn4k4o], #sustainabilityNavItem[b-xz4fkn4k4o] {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-collapse[b-xz4fkn4k4o] {
    background-color: #ffffff;
    padding: 1rem;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 9999999999;
  }

  ul.navbar-nav.w-100.m-auto.text-center[b-xz4fkn4k4o] {
    text-align: left !important;
  }

  .navbar-brand[b-xz4fkn4k4o] {
    margin: auto;
  }

  #ourStoryNavItem[b-xz4fkn4k4o], #sustainabilityNavItem[b-xz4fkn4k4o] {
    display: block !important;
  }
}

@media (max-width: 650px) {
  .row[b-xz4fkn4k4o] {
    display: block;
  }

  .col-2[b-xz4fkn4k4o] {
    width: 100%;
  }

  .col-5[b-xz4fkn4k4o] {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer[b-xz4fkn4k4o] {
    text-align: center;
  }

  hr.w-25[b-xz4fkn4k4o] {
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .w-75[b-xz4fkn4k4o] {
    width: 100% !important;
  }

  .hr-style[b-xz4fkn4k4o] {
    width: 20%;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  #search[b-xz4fkn4k4o] {
    width: 100%;
  }

  #mobileSearch .form-control[b-xz4fkn4k4o] {
    font-size: 14px;
    padding: 10px 12px 10px 40px;
  }
}
/* /Views/User/Account.cshtml.rz.scp.css */
/* account css */

a[b-e3xq8ugzcm] {
    text-decoration: none;
    color: #333333;
}

.title-header[b-e3xq8ugzcm] {
    font-weight: 600;
    font-size: 2rem;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: "meno-banner", serif;
}

.bluegreytxt[b-e3xq8ugzcm] {
    color: #A1B5C7;
    font-weight: bold;
}

.right-border[b-e3xq8ugzcm] {
    border-right: 1px solid #A1B5C7;
}

.form-label[b-e3xq8ugzcm] {
    text-transform: uppercase;
}

/* mobile */
@media (max-width: 768px) {
    .accountrow[b-e3xq8ugzcm] {
        display: block;
    }

    .col-3[b-e3xq8ugzcm] {
        width: 100%;
        margin-bottom: 2rem;
    }
}
/* /Views/User/Favorites.cshtml.rz.scp.css */
/* favorites css */

a[b-pxgzcf4sph] {
    text-decoration: none;
    color: #333333;
}

.title-header[b-pxgzcf4sph] {
    font-weight: 600;
    font-size: 2rem;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: "meno-banner", serif;
}

.heart-primary[b-pxgzcf4sph],
.heart-hover[b-pxgzcf4sph] {
    color: rgb(255, 1, 1);
}

.heart-primary[b-pxgzcf4sph] {
    display: inline;
}

.heart-hover[b-pxgzcf4sph] {
    display: none;
}

.remove-favorite-btn[b-pxgzcf4sph] {
    background: none;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 24px;
    color: rgb(255, 1, 1);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.remove-favorite-btn:hover[b-pxgzcf4sph] {
    text-shadow: 0 0 8px rgba(255, 1, 1, 0.6);
    transform: scale(1.1);
}

.remove-favorite-btn:hover .heart-primary[b-pxgzcf4sph] {
    display: none;
}

.remove-favorite-btn:hover .heart-hover[b-pxgzcf4sph] {
    display: inline;
}

.remove-favorite-btn i[b-pxgzcf4sph] {
    color: rgb(255, 1, 1);
}

/* product cards */
.product-card[b-pxgzcf4sph] {
    width: 100%;
    padding: 20px;
    position: relative;
}

.product-image img[b-pxgzcf4sph] {
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
}

.product-info[b-pxgzcf4sph] {
    margin-top: 10px;
}

.product-info h3[b-pxgzcf4sph] {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: 25px;
}

.price[b-pxgzcf4sph] {
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}

.pattern[b-pxgzcf4sph] {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}

.btn-view[b-pxgzcf4sph] {
    display: block;
    text-align: center;
    background: #4a4a4a;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 14px;
    transition: 0.3s ease;
    letter-spacing: 1px;
}

.btn-view:hover[b-pxgzcf4sph] {
    background: #333;
}

.products-grid[b-pxgzcf4sph] {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 1px;
}

.product-card[b-pxgzcf4sph] {
    padding: 10px;
}
/* product cards */

@media (max-width: 768px) {
    .products-grid[b-pxgzcf4sph] {
        display: block;
    }

    .col-3[b-pxgzcf4sph], .col[b-pxgzcf4sph] {
        width: 100%;
    }

    .filter-sidebar[b-pxgzcf4sph] {
        width: 100%;
    }
}
/* /Views/User/Login.cshtml.rz.scp.css */
/* login css */

.header[b-shc0rjc9ya] {
    font-weight: 600;
    font-size: 2rem;
}

.btn-charcoal[b-shc0rjc9ya] {
    background: linear-gradient(180deg, #3d3d3d 0%, #2f2f2f 100%);
    color: #fff;
    border: 1px solid #2b2b2b;
    min-width: 110px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 120ms ease;
    font-family: "meno-banner", serif;
    font-weight: 600;
    letter-spacing: 1px;
}

.btn-charcoal:hover[b-shc0rjc9ya] {
    background: linear-gradient(180deg, #4a4a4a 0%, #353535 100%);
    color: #fff;
    border-color: #303030;
}

.btn-charcoal:active[b-shc0rjc9ya] {
    transform: translateY(1px);
}

.btn-charcoal:disabled[b-shc0rjc9ya],
.btn-charcoal.disabled[b-shc0rjc9ya] {
    background: linear-gradient(180deg, #7a858f 0%, #65717d 100%);
    color: #fff;
    border-color: #65717d;
    opacity: 1;
    cursor: not-allowed;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.btn-label-loading[b-shc0rjc9ya] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.login-spinner[b-shc0rjc9ya] {
    width: 0.95rem;
    height: 0.95rem;
    border: 2px solid rgba(255, 255, 255, 0.38);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: login-spin-b-shc0rjc9ya 700ms linear infinite;
}

@keyframes login-spin-b-shc0rjc9ya {
    to {
        transform: rotate(360deg);
    }
}

.charcoaltxt[b-shc0rjc9ya] {
    color: #333333;
    text-decoration: underline;
}

a[b-shc0rjc9ya] {
    color: #333333 !important;
}

@media screen and (max-width: 768px) {
    .w-50[b-shc0rjc9ya] {
        width: 100% !important;
    }
}
/* /Views/User/ProjectPage.cshtml.rz.scp.css */
/* project page css */

a[b-2ay6925thq] {
    text-decoration: none;
    color: #333333;
}

.title-header[b-2ay6925thq] {
    font-weight: 600;
    font-size: 2rem;
    justify-content: center;
    font-family: "meno-banner", serif;
}

.bluegreytxt[b-2ay6925thq] {
    color: #A1B5C7;
    font-weight: bold;
}

.right-border[b-2ay6925thq] {
    border-right: 1px solid #A1B5C7;
}

.form-label[b-2ay6925thq] {
    text-transform: uppercase;
}

ul[b-2ay6925thq] {
    list-style-type: none;
}

.active[b-2ay6925thq] {
    text-decoration: underline;
}

.project-actions[b-2ay6925thq] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
}

.project-action-form[b-2ay6925thq] {
    margin: 0;
}

.note[b-2ay6925thq] {
    cursor: pointer;
    font-style: italic;
}

/* project cards */
.product-card[b-2ay6925thq] {
    width: 100%;
    padding: 20px;
}

.product-image img[b-2ay6925thq] {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.product-info[b-2ay6925thq] {
    margin-top: 10px;
}

.product-info h3[b-2ay6925thq] {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.price[b-2ay6925thq] {
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}

.pattern[b-2ay6925thq] {
    font-size: 14px;
    color: #888;
    margin-bottom: 5px;
}

.btn-view[b-2ay6925thq] {
    display: block;
    text-align: center;
    background: #4a4a4a;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 14px;
    transition: 0.3s ease;
    font-family: "meno-banner", serif;
    font-weight: 600;
    letter-spacing: 1px;
}

.btn-view:hover[b-2ay6925thq] {
    background: #333;
}

.products-grid[b-2ay6925thq] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
}

/* product cards */

/* mobile */
@media (max-width: 768px) {
    .accountrow[b-2ay6925thq] {
        display: block;
    }

    .col-3[b-2ay6925thq] {
        width: 100%;
        margin-bottom: 2rem;
    }

    .products-grid[b-2ay6925thq] {
        display: block;
    }

    .product-card[b-2ay6925thq] {
        margin-bottom: 2rem;
    }

    .btn-white[b-2ay6925thq] {
        width: 100%;
    }

    .project-actions[b-2ay6925thq] {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .hidemobile[b-2ay6925thq] {
        display: none;
    }

    .showmobile[b-2ay6925thq] {
        display: block;
        font-size: 18px;
    }
}
/* /Views/User/Projects.cshtml.rz.scp.css */
/* project css */

a[b-24v78cbn9z] {
    text-decoration: none;
    color: #333333;
}

.title-header[b-24v78cbn9z] {
    font-weight: 600;
    font-size: 2rem;
    justify-content: center;
    font-family: "meno-banner", serif;
}

.bluegreytxt[b-24v78cbn9z] {
    color: #A1B5C7;
    font-weight: bold;
}

.right-border[b-24v78cbn9z] {
    border-right: 1px solid #A1B5C7;
}

.form-label[b-24v78cbn9z] {
    text-transform: uppercase;
}

ul[b-24v78cbn9z] {
    list-style-type: none;
}

.showmobile[b-24v78cbn9z] {
    display: none;
}

/* product cards */
.product-card[b-24v78cbn9z] {
    width: 100%;
    padding: 20px;
    background-color: #A1B5C726;
}

.product-image img[b-24v78cbn9z] {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.product-info[b-24v78cbn9z] {
    margin-top: 10px;
}

.product-info h3[b-24v78cbn9z] {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.price[b-24v78cbn9z] {
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}

.pattern[b-24v78cbn9z] {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}

.btn-view[b-24v78cbn9z] {
    display: block;
    text-align: center;
    background: #4a4a4a;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 14px;
    transition: 0.3s ease;
    border: none;
    width: 100%;
    letter-spacing: 1px;
}

.btn-view:hover[b-24v78cbn9z] {
    background: #333;
}

.btn-danger-soft[b-24v78cbn9z] {
    background: #8b3a3a;
}

.btn-danger-soft:hover[b-24v78cbn9z] {
    background: #6f2d2d;
}

.products-grid[b-24v78cbn9z] {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 12px;
}
/* product cards */

/* mobile */
@media (max-width: 768px) {
    .accountrow[b-24v78cbn9z] {
        display: block;
    }

    .col-3[b-24v78cbn9z] {
        width: 100%;
        margin-bottom: 2rem;
    }

    .products-grid[b-24v78cbn9z] {
        display: block;
    }

    .product-card[b-24v78cbn9z] {
        margin-bottom: 2rem;
    }

    .btn-white[b-24v78cbn9z] {
        width: 100%;
    }

    .hidemobile[b-24v78cbn9z] {
        display: none;
    }

    .showmobile[b-24v78cbn9z] {
        display: block;
        font-size: 18px;
    }
}
/* /Views/User/Register.cshtml.rz.scp.css */
/* register css */

.header[b-ijvrcgrvhm] {
    font-weight: 700;
    font-size: 2rem;
}

.charcoaltxt[b-ijvrcgrvhm] {
    color: #333333;
    text-decoration: underline;
}

.charcoaltxt:hover[b-ijvrcgrvhm] {
    color: #555555;
    cursor: pointer;
}

.form-label[b-ijvrcgrvhm] {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.text-danger[b-ijvrcgrvhm] {
    font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
    .w-50[b-ijvrcgrvhm] {
        width: 100% !important;
    }

    .header[b-ijvrcgrvhm] {
        font-size: 1.5rem;
    }
}
