.p-relative {
    position: relative;
    color:var(--tp-common-black);
    text-align:center;
}


.tp-product-category-thumb a {
    border-radius: 10%;
}

.bg-warning {
    background-color:color-mix(in srgb, var(--bb-warning) calc(var(--bb-bg-opacity, 1) * 100%), transparent) !important;
    display: none !important;
}

.tp-header-top-black .tp-header-top-menu-item>span {
    color: unset;
    display:none;
}

.tp-product-rating {
display:none !important;
}
.tp-footer-top {
    padding-top: 50px;
}
/* Default for large desktops */
.tp-slider-thumb-3.include-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
}

.tp-slider-height-3 {
  min-height: 500px;
}

/* Extra Large Screens (Desktop) */
@media (min-width: 1200px) {
  .tp-slider-thumb-3.include-bg {
    height: 500px;
  }
}

/* Laptops / Large Tablets (Landscape) */
@media (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-thumb-3.include-bg {
    height: 300px;
  }
  .tp-slider-height-3 {
    min-height: 300px;
  }
}

/* Tablets (Portrait & small laptops) */
@media (min-width: 768px) and (max-width: 991px) {
  .tp-slider-thumb-3.include-bg {
    height: 200px;
  }
  .tp-slider-height-3 {
    min-height: 200px;
  }
}

/* Modern Smartphones (iPhone X+, Samsung S series, etc.) */
@media (min-width: 576px) and (max-width: 767px) {
  .tp-slider-thumb-3.include-bg {
    height: 250px;
  }
  .tp-slider-height-3 {
    min-height: 250px;
  }
}

/* Small Phones (iPhone SE, older Androids) */
@media (max-width: 575px) {
  .tp-slider-thumb-3.include-bg {
    height: 125px;
  }
  .tp-slider-height-3 {
    min-height: 125px;
  }
}

/* Optional: Ultra-Small Devices */
@media (max-width: 400px) {
  .tp-slider-thumb-3.include-bg {
    height: 125px;
  }
  .tp-slider-height-3 {
    min-height: 125px;
  }
}


a[title="Wholesale"] {
  display: inline-flex;
  align-items: center;
  gap: 6px; /* space between icon and text */
  padding: 10px 16px !important;
  background-color: #bd844c; /* blue background */
  color: #fff !important;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

a[title="Wholesale"]:hover {
  background-color: #bd844c; /* darker on hover */
  text-decoration: none;
}

a[title="Wholesale"] svg {
  stroke: white;
  width: 20px;
  height: 20px;
}

a[title="Shop By Category"] {
    color:#bd844c !important;
    font-weight: 700 !important;
}
.tp-slider-thumb-3:after {
    background-image: none;
    content: "";
}


.tp-footer-social a {
    height: 50px !important;
    width: 50px !important;
}


.tp-header-top-right{
background-color:#bd844c;
color:white;
}

.breadcrumb__title{
color:black;
}
.breadcrumb__list span a {
    color:black;
}

.tp-header-action-item-compare{
display:none;
}

.tp-product-add-to-compare-btn{
display:none;
}


.offcanvas__radius .tp-btn-2
{
    display: none !important;
}