body {
  font-family: 'Montserrat' !important;
}

a {
  color: rgb(32 34 36);
  text-decoration: unset;
}

#footer ul li {
  margin-bottom: 5px;
}

.post-type-archive,
.e7e6e973 {
  background-color: #e7e6e973;
}

.products .card {
  padding: 10px;
  border-radius: 0;
  height: auto !important;
}

.products .card img {
  border-radius: 0;
}

.woocommerce .card .woocommerce-loop-product__title {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.woocommerce .card .star-rating {
  display: none !important;
}

.woocommerce div.product span.price ins {
  font-weight: 600;
}

.bg-body-tertiary {
  background-color: #e7e6e9 !important
}

.navbar-brand IMG {
  width: 150px
}

nav#nav-main {
  margin: 10px 0
}

a.nav-link {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600
}

.header-actions i {
  font-size: 14px;
}

.category-slider-section .category-content {
  background: #888;
  border-radius: 20px;
  color: white;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  overflow: hidden;
}

.category-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-slider-section .category-content img {
  filter: grayscale(100%);
}

.category-slider-section .category-content.active,
.category-slider-section .category-content:hover {
  transform: scale(1.05);
  background: white;
  color: black;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 10;

}

.category-slider-section .category-content.active img,
.category-slider-section .category-content:hover img {
  filter: grayscale(0);
}

.category-item a {
  text-decoration: unset !important;
}

.testimonial-section {
  background: url('/wp-content/uploads/2025/04/2.jpg') center center/cover no-repeat;
  color: white;
  padding: 80px 0;
  position: relative;
}

.testimonial-item {
  text-align: center;
  padding: 20px;
}

.testimonial-img {
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #fff;
  background-size: cover;
  background-position: center;
}

.testimonial-stars {
  color: #f1c40f;
  font-size: 18px;
  margin-bottom: 10px;
}

.testimonial-name {
  margin-top: 10px;
  font-weight: 400;
}

.brand-box {
  background: #fff;
  transition: transform 0.2s ease;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-box img {
  height: 70px;
}


.brand-box:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.brand-list-section {
  background-color: #f9f9fc;
  /* matches your screenshot background */
}

.category-carousel h2 {
  font-size: 16px;
}

.category-carousel .category-box img {
  height: 225px;
  object-fit: cover;
  border-radius: 10px;
  background-position: center;
}


.category-title-blend {
  font-size: 160px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  /* color: rgba(255, 255, 255, 0.05); */
  letter-spacing: 0.2rem;
  mix-blend-mode: overlay;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0 0 0) 20%, rgb(0 0 0 / 0%) 77%);
  mask-image: linear-gradient(to bottom, rgb(0 0 0) 20%, rgb(0 0 0 / 0%) 77%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

}

.masterpiece-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}

.masterpiece-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

.masterpiece-card img {
  height: auto;
  max-width: 100%;
  margin: auto;
  width: 100%;
  border-radius: 10px;
}

.woocommerce table.shop_table,
.woocommerce-checkout #payment {
  border: 1px solid #ccc;
  border-radius: 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce div.product form.cart .variations select,
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>select,
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: 0 !important;
  border: 1px solid #000 !important;
}

.alert,
.must-log-in,
.woocommerce-error,
.woocommerce-info,
.woocommerce-noreviews,
.woocommerce-message,
.woocommerce-thankyou-order-details,
.wc-stripe-error {
  color: #000;
  background-color: #e7e6e9;
  border: unset;
  border-radius: 0;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #000000;
  outline: 0;
  box-shadow: 0 0 6px 0.1rem rgb(231 230 233);
}

.woocommerce form.checkout_coupon .form-row-last {
  width: 12% !important;
  padding-left: 0.5rem;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select,
.form-select,
select,
.page-item:first-child .page-link,
.page-item:last-child .page-link,
.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0;
}

.alert-icon::before,
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-noreviews::before,
.woocommerce-message::before,
.woocommerce-thankyou-order-details::before,
.wc-stripe-error::before {
  background-color: #d19a2d;
}

.woocommerce button.button,
.woocommerce .shop_table a.button,
.woocommerce .shop_table a.woocommerce-MyAccount-downloads-file.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit {
  color: #fff !important;
  background-color: black !important;
  border-color: #000 !important;
  border-radius: 0 !important;
  width: 100% !important;
}

.woocommerce button.button:hover,
.woocommerce .shop_table a.button:hover,
.woocommerce .shop_table a.woocommerce-MyAccount-downloads-file.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover {
  color: #fff;
  background-color: #d19a2d;
  border-color: #d19a2d;
}

.woocommerce-privacy-policy-text p,
.woocommerce-form-register p {
  font-size: 12px;
}

.btn-primary,
.page-link.active,
.active>.page-link {
  border: var(--bs-btn-border-width) solid #000000;
  border-radius: 0;
  background-color: #181818;
}

.page-link.active,
.active>.page-link {
  color: #fff !important;
}

.btn-primary:hover {
  color: var(--bs-btn-hover-color);
  background-color: #d19a2d;
  border-color: #d19a2d;
}

.card-body {
  padding: 10px 0 0;
}

.nav-link:hover,
.nav-link:focus,
.nav-link,
.page-link {
  color: #000;
}

.woocommerce-MyAccount-content a {
  color: rgb(238 50 57);
}

.spinner-border.text-primary {
  color: #f03539 !important;
}


.testimonial-section .ti-widget.ti-goog .ti-footer .ti-name {
  color: #fff !important;
}

.testimonial-section .ti-profile-details .ti-name {
  color: #000 !important;
}

.testimonial-section .ti-rating-text span.nowrap strong {
  color: #fff !important;
}

.woocommerce div.product form.cart div.quantity {
  /* margin-bottom: 20px; */
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 1 !important;
}

.call-btn {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  background: #000000;
}
.fancybox__backdrop {
    background: rgb(24 24 27 / 62%) !important;    
}
.top-scroll-bar {
    position: relative;
    z-index: 9999;
}

.top-scroll-bar .close-scroll {
    font-size: 18px;
    border: none;
    background: #fff;
    color: #000;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    padding: 0;
}

@media (max-width: 992px) {
  .category-slider-section .category-content {
    padding: 10px;
  }

  .category-title-blend {
    font-size: 42px;
  }
}