* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  font-family: "Lato", sans-serif;
}
body {
  background-color: #fef8ff;
}

.about-content img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

header {
  background: linear-gradient(90deg, #2b2c2e 0%, #8c9894 100%);
}
header img.logo {
  height: 91px;
  width: 100%;
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    line-height: 55px;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.w-icon {
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 40px;
    z-index: 999;
}
.whatsapp-float:hover {
    color: #fff;
    background-color: #20b954;
}

.top-header nav i {
  font-size: 20px;
}
.bottom-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bottom-header .nav-link {
  color: #121212;
  padding: 10px 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.bottom-header .nav-link:hover {
  color: #ffd31b;
  /* gold tone hover */
}
.dropdown-menu {
  border-radius: 0;
  border: none;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
header .top-header {
    padding: 20px;
}
header .bottom-header {
  margin-bottom: 22px;
}
header .bottom-header ul {
  padding: 0;
  list-style: none;
  gap: 33px;
  justify-content: center;
}
header .top-header form input {
  border: 1px solid #cccccc;
  height: 44px;
  padding: 10px 20px 10px 40px;
  border-radius: 30px;
}
header .top-header form {
  max-width: 62%;
  width: 100%;
  position: relative;
}
header .top-header form i {
  position: absolute;
  left: -25px;
  top: -14px;
  color: #0d0d0db2;
  cursor: pointer;
}
header .offcanvas-body form input {
  border: 1px solid #cccccc;
  height: 44px;
  padding: 10px 20px 10px 40px;
  border-radius: 30px;
}
header .offcanvas-body form {
  max-width: 62%;
  width: 100%;
  position: relative;
}
header .offcanvas-body form i {
  position: absolute;
  left: 17px;
  top: 11px;
  color: #0d0d0db2;
}
header .top-header form input:focus-visible {
  outline: none;
}
header .top-header form input::placeholder {
  color: #000000b2;
  font-size: 13px;
  font-weight: 400;
}
header .offcanvas-body form input:focus-visible {
  outline: none;
}
header .offcanvas-body form input::placeholder {
  color: #000000b2;
  font-size: 13px;
  font-weight: 400;
}
header .bottom-header ul li a {
  display: flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  color: black;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease;
}
header .bottom-header ul li a .white-icon {
  display: none;
  transition: 0.3s;
}
header .bottom-header ul li a img {
  width: 16px;
  height: 16px;
  /* margin-right: 7px; */
}
select.form-select {
  background-color: transparent;
  border: none;
  color: #121212;
  font-weight: 500;
}
.search-input {
  padding-right: 2.5rem; /* adjust based on icon size */
}
.search-icon {
  pointer-events: none;
}
.dropdown-menu a.dropdown-item:hover {
  background: #ffe172;
}
header .bottom-header ul li a:hover .white-icon {
  display: inline-block;
  /* margin-right: 7px; */
}
header .bottom-header ul li a:hover .black-icon {
  display: none;
}
header .top-header select {
  color: #4c4c4c;
  border: none;
  font-size: 14px;
  margin-right: 10px;
}
.offcanvas-body select.form-select.mx-2 {
  padding-left: 0;
}
header .login-btn {
  font-size: 14px;
}
header .offcanvas-body ul {
  padding: 0;
  list-style: none;
  line-height: 40px;
}
header .offcanvas-body ul li a {
  text-decoration: none;
  color: #121212 !important;
  font-weight: 500;
}
header .offcanvas-body ul li a img {
  margin-right: 7px;
}
header .offcanvas.offcanvas-end {
  width: 270px;
}
.shiny-banner {
  min-height: 495px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  /* background-position: right center; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-blend-mode: overlay;
  background-color: #4b4b4b;
}
.shiny-banner h1 {
  color: white;
  max-width: 50%;
  font-size: 71px;
}
.shiny-banner p {
  color: white;
  max-width: 30%;
  margin: 0;
  font-size: 24px;
}
h2.main-title {
  font-size: 40px;
  font-weight: 600;
  color: black;
}
.shiny-row img {
  width: 160px;
  height: 160px;
}
section.product-carousel {
  padding: 24px;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-carousel .product-card {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: 0.3s ease;
  position: relative;
}
.product-carousel .product-card:hover {
  transform: translateY(-3px);
}
.product-carousel .product-img {
  position: relative;
  overflow: hidden;
}
.product-carousel .product-img img {
  width: 100%;
  display: block;
  border-bottom: 1px solid #eee;
  height:267px !important;
}
.single-blog-section img {
    height: 350px;
    object-fit: cover;
}
.product-carousel .wishlist-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #fff;
  border-radius: 50%;
  padding: 7px;
  color: #f5b400;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-carousel .wishlist-btn:hover {
  background: #f5b400;
  color: #fff;
}
.product-carousel .product-content {
  padding: 12px;
  text-align: start;
}
.product-carousel .rating {
  color: #f5b400;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  position: absolute;
  bottom: 0;
  background: #f2f2f2;
  padding: 3px 10px;
  border-radius: 0 12px 0 0;
}
.product-carousel .rating span {
  color: #121212;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-carousel .rating i {
  color: #ff9900;
  margin-top: 3px;
  font-size: 10px;
}
.product-carousel .price {
  margin: 8px 0 2px;
  font-weight: 600;
  color: #000;
}
.product-carousel .old-price {
  text-decoration: line-through;
  color: #999;
  margin-left: 6px;
  font-weight: 400;
  font-size: 14px;
}
.product-carousel .product-name {
  font-size: 15px;
  color: #7d7d7d;
  margin-bottom: 10px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}
.product-carousel .add-to-cart {
  background: #ffd31b;
  color: #000;
  font-weight: 600;
  width: 100%;
  border: none;
  padding: 3px;
  border-radius: 5px;
  transition: 0.3s;
}
.product-carousel .add-to-cart:hover {
  background: #ffca2c;
}
.product-carousel .owl-nav button {
  position: absolute;
  top: 35%;
  background: #fff !important;
  color: #000 !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.blog-carousel .blog-card {
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}
.product-carousel .product-img img {
    width: 100%;
    display: block;
    border-bottom: 1px solid #eee;
    object-fit: cover;
}
.product-carousel .owl-nav .owl-prev {
  left: -20px;
}
.product-carousel .owl-nav .owl-next {
  right: -20px;
}
.shiny-vibes {
  padding-top: 50px;
}
.shiny-vibes .section-title {
  text-align: center;
  margin-bottom: 1rem;
}
.shiny-vibes .section-title p {
  color: #7d7d7d;
  font-size: 20px;
}
.insta-icon {
  color: #e1306c;
  margin-right: 8px;
}
.shiny-vibes .owl-carousel .item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}
.shiny-vibes .owl-carousel .item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.shiny-vibes .owl-carousel .item:hover img {
  transform: scale(1.05);
}
.shiny-vibes .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #000;
  transition: all 0.3s ease;
}
.shiny-vibes .item:hover .play-btn {
  background: #ffd31b;
}
.shiny-vibes .views {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 0.9rem;
  padding: 3px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.shiny-vibes .owl-nav button {
  position: absolute;
  top: 40%;
  background: #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.shiny-vibes .owl-nav .owl-prev {
  left: -25px;
}
.shiny-vibes .owl-nav .owl-next {
  right: -25px;
}
.categories-sec .cate-box {
    perspective: 1000px;
    transition: transform 0.6s ease;
    padding: 0;
}
.categories-sec .cate-box img,
.cate-box p {
  transition: transform 0.6s ease;
  color: black;
}
.categories-sec .cate-box:hover img {
  transform: rotateY(180deg);
}
.categories-sec .cate-box:hover p {
  color: #b8860b;
}
.categories-sec .cate-box:hover {
  /* transform: translateY(-8px); */
  cursor: pointer;
}
.gallery img {
  width: 100%;
  border-radius: 20px;
}
.gallery img.left-gal {
  height: 492px;
  object-fit: cover;
}
.gallery img.right-gal {
  height: 234px;
  object-fit: cover;
}
.gallery img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.5s ease;
}
.gallery img:hover {
  transform: scale(1.02) rotate(1deg);
  opacity: 0.8;
}
.testimonial-section {
  text-align: center;
  padding: 50px 20px;
  background: url("./images/testimonial-banner.png") no-repeat center/cover;
}
.testimonial-section .testimonial-text {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 20px;
}
.testimonial-section .stars i {
  color: #ffc107;
  font-size: 1.3rem;
  margin: 0 2px;
}
.testimonial-section .client-images {
  margin-top: 25px;
}
.testimonial-section .client-images img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 0 8px;
  transition: 0.4s;
  opacity: 0.6;
  cursor: pointer;
}
.testimonial-section .client-images img.active,
.testimonial-section .client-images img:hover {
  transform: scale(1.1);
  opacity: 1;
}
.testimonial-section .client-name {
  margin-top: 15px;
  font-weight: 500;
  color: #222;
}
.testimonial-section .client-location {
  color: #888;
  font-size: 0.95rem;
}
footer h3 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  margin-bottom: 8px;
}
footer ul li a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
  font-size: 0.95rem;
}
footer ul li a:hover {
  color: #ffd31b;
}
footer .footer-contact p {
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: #333;
  display: flex;
}
.social-icons {
  display: flex;
}
footer .footer-contact i {
  color: black;
  margin-right: 8px;
}
footer .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #ccc;
  color: #333;
  margin-right: 10px;
  transition: all 0.3s ease;
}
footer .social-icons a:hover {
  background-color: #ffd31b;
  border-color: #ffd31b;
}
footer .footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #eee;
  font-size: 0.9rem;
  color: #555;
}

.filter-section .filter-btn {
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 6px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  font-size: 14px;
  color: #333;
  transition: all 0.3s ease;
}
.filter-section .filter-btn:hover {
  background-color: #f5f1f4;
  border-color: #ccc;
}
.filter-section .filter-label {
  font-weight: 500;
  font-size: 16px;
  margin-right: 20px;
  color: black;
}
.filter-section .small-text {
  font-size: 15px;
  color: #7d7d7d;
}
.filter-section .dropdown-menu {
  font-size: 14px;
  border-radius: 8px;
}
.filter-section .dropdown-item:hover {
  background-color: #f7ecf4;
}
.filter-section h1 {
  font-size: 24px;
}
.single-pro .product-gallery img {
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #ddd;
}
.single-pro .product-gallery .thumbs img {
  width: 137px;
  margin-bottom: 10px;
}
.single-pro .product-gallery .main-img img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.single-pro .product-title {
  font-weight: 600;
  font-size: 20px;
}
.cart-table {
    width: 100%;
    overflow: scroll;
    margin-bottom: 20px;
    scrollbar-width: none;
}
h2.fw-bold.text-center.mb-3 {
    font-size: 20px;
}
h3.fw-bold.mb-0 {
    font-size: 24px;
}
.single-pro .product-price {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.single-pro .rating i {
  color: #f6c106;
}
.single-pro .add-btn {
  background: #f6c106;
  border: none;
  padding: 10px 25px;
  border-radius: 6px;
  font-weight: 600;
}
.single-pro .review-bars span {
  font-size: 14px;
}
.single-pro .progress {
  height: 6px;
  background-color: #e9ecef;
}
.single-pro .progress-bar {
  background-color: #f6c106;
}
.single-pro .btn-review {
  border: 1px solid #f6c106;
  color: #000;
  background: #fff;
  border-radius: 25px;
  padding: 8px 20px;
  font-weight: 500;
}
.single-pro .btn-review:hover {
  background: #f6c106;
}
.btn {
  background-color: #ffe585;
  color: #000;
}
.btn:hover {
  background-color: #f9e189;
  color: #000;
}
.bars {
  width: 80%;
  margin: auto;
}
.revies .nav-tabs .nav-link.active {
  border: none;
  border-bottom: 3px solid #000;
  color: #000;
  background: #f6c106;
  border-radius: 10px;
}
.revies .nav-tabs .nav-link {
  color: #444;
  font-weight: 500;
  border-bottom: 1px solid;
  border-radius: 0;
  margin: 0 12px 0 0px;
}
.revies .review-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.revies .review-card img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}
.revies .review-name {
  font-weight: 600;
}
.revies.revies .review-text {
  font-size: 15px;
  color: #555;
  margin-top: 5px;
}
.revies .rating i {
  color: #f5b301;
}
.revies .review-date {
  font-size: 13px;
  color: #888;
}
.revies .pagination .page-link {
  color: #000;
  border: none;
  border-radius: 50%;
}
.revies .pagination .page-item.active .page-link {
  background-color: #000;
  color: #fff;
}
.custom-dropdown {
  width: 260px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}
.custom-dropdown .dropdown-header {
  background: #f8f9fa;
}
.custom-dropdown .dropdown-item {
  font-size: 15px;
  color: #333;
  transition: 0.2s;
}
.custom-dropdown .dropdown-item:hover {
  background-color: #f2f2f2;
}
.user-toggle {
  cursor: pointer;
}
.dropdown-menu.show {
  margin-top: 12px;
}
.dropdown-menu.dropdown-menu-end.custom-dropdown.show {
  inset: 10px auto auto auto !important;
}
.profile-dropdown {
  padding: 0px 10px;
}
.blog-page h2.card-title {
    font-size: 20px;
}

.terms-header {
    background: #ffd31b;
    color: #fff;
    padding: 60px 0;
}
	.terms-content h2 {
    	    margin-top: 30px;
            font-weight: 600;
            font-size:24px;
        }
        .terms-content p,
        .terms-content li {
            color: #555;
            line-height: 1.7;
        }
        .terms-card {
            border-radius: 12px;
        }

.policy-header {
           background: #ffd31b;
            color: #fff;
            padding: 60px 0;
        }

        .policy-card {
            border-radius: 14px;
        }

        .policy-content h2 {
            margin-top: 28px;
	    font-size:24px;
            font-weight: 600;
        }

        .policy-content p,
        .policy-content li {
            color: #555;
            line-height: 1.8;
        }
.policy-wrapper {
            background: #fff;
            border-radius: 12px;
            padding: 40px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.08);
        }
        .policy-wrapper h1 {
            font-weight: 600;
            margin-bottom: 10px;
        }
        .policy-wrapper h2 {
	    font-size:20px;
            font-weight: 500;
            margin-top: 30px;
        }
        .policy-wrapper p,
        .policy-wrapper li {
            color: #555;
            font-size: 15px;
            line-height: 1.7;
        }
        .breadcrumb {
            background: transparent;
            padding: 0;
        }

@media(max-width:1399px){
   
    .product-carousel .product-img img {
    height: 200px !important;
}

}

@media (max-width: 1199px) {
  .shiny-banner h1 {
    max-width: 50%;
    font-size: 60px;
  }
  .shiny-banner p {
    max-width: 44%;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  header .top-header form {
    max-width: 48%;
  }
  .shiny-banner {
    min-height: 360px;
  }
  .shiny-banner h1 {
    max-width: 60%;
    font-size: 50px;
  }
  .shiny-banner p {
    max-width: 44%;
    font-size: 16px;
  }
  h2.main-title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  header .offcanvas-body form {
    max-width: 100%;
    margin-bottom: 10px;
  }
  header .offcanvas-body form i {
    top: 9px;
  }
  header .offcanvas-body form input {
    height: 40px;
  }
  /* header .offcanvas-body ul li a {
font-size: 13px;
} */
  header .offcanvas-body ul li a {
    padding-left: 10px;
  }
  .shiny-banner {
    min-height: 250px;
  }
  .shiny-banner h1 {
    max-width: 69%;
    font-size: 40px;
  }
  .single-pro .product-gallery .thumbs img {
    width: 137px;
    height: 90px;
    object-fit: cover;
  }
  .bars {
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 575px) {
  header .logo {
    width: 84px;
  }
  header .top-header {
    padding: 10px 0;
  }
  header nav small {
    font-size: 0px !important;
  }
  .shiny-banner {
    min-height: 200px;
  }
  .shiny-banner h1 {
    max-width: 50%;
    font-size: 32px;
  }
  h2.main-title {
    font-size: 24px;
  }
  section.product-carousel {
    padding: 20px 0 !important;
  }
  .testimonial-section {
    padding: 40px 20px;
  }
  .single-pro .product-gallery .thumbs img {
    width: 75px;
    height: 65px;
  }
  .filter-section .filter-btn {
    padding: 4px 4px;
  }
  .product-carousel .product-content {
    padding: 12px;
    text-align: center;
   }

}
@media (max-width: 479px) {
  .shiny-banner h1 {
    max-width: 76%;
    font-size: 28px;
  }
  .shiny-banner p {
    max-width: 73%;
    font-size: 16px;
  }
  .filter-section .small-text {
    float: right;
    margin: 7px 0 0 14px;
  }
.product-carousel .product-card {
    border-radius: 8px;
    overflow: hidden;
    background: transparent;
    transition: 0.3s ease;
    position: relative;
    padding: 0 30px;
    border: 0;
}
.product-carousel .product-img img {
    height: 290px !important;
}
.shiny-vibes .owl-carousel .item img {
    padding: 0 30px;
}
.shiny-vibes .views {
    position: absolute;
    top: 10px;
    left: 36px;
}
.shiny-vibes .owl-carousel .item {
    box-shadow: none;
     background: transparent;
}
.blog-carousel .blog-card {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 30px;
}
.categories-sec .cate-box img {
    border-radius: 10px;
}
.categories-sec .cate-box {
   
    padding: 0 30px;
}
}
