.sh-category-card > a > div {
  box-shadow: none;
}
@media only screen and (max-width: 600px) {
  .sh-category-card > a > div {
    padding: 5px;
  }
}
.sh-category-card > a > div > div > img {
  border: none;
}
.sh-category-card > a > div > div > div {
  border: none;
}
.sh-category-card > a > div:hover {
  border: 1px solid #e5e5e5 !important;
}
.sh-category-card:nth-child(3n-1) > a > div {
  background-color: #898ca0;
}
.sh-category-card:nth-child(3n) > a > div {
  background-color: #6aa46c;
}

.sh-row-title-divider {
  display: none !important;
}

.sh-mini-banner-collection-card > a > div > div > div > svg {
  display: none;
}
.sh-mini-banner-collection-card > a > div > div > div > p {
  display: none;
}
.sh-banner-collection-card > a > div > div > p {
  display: none;
}
.sh-banner-collection-card > a > div > div > p > svg {
  display: none;
}

.sh-two-col-product-card {
  border: none;
  background: #f6f6f6;
  padding: 12px;
}
@media only screen and (max-width: 600px) {
  .sh-two-col-product-card {
    padding: 8px;
  }
}
.sh-two-col-product-card:hover {
  box-shadow: 1 0.25rem 0.25rem 0 #ececec;
}

.sh-two-col-product-card > a > div > div > img {
  border: none;
}
.sh-two-col-product-card > a > div > img {
  border: none;
}
.sh-product-card-name {
  text-align: center;
}
.sh-two-col-product-card > div {
  justify-content: center;
}
.sh-product-card-discount-tag {
  background-color: #9d0000;
  top: 8px;
  left: 8px;
  right: auto;
  border-radius: 6px;
}
.sh-two-col-product-card > div {
  justify-content: center;
}
.sh-two-col-product-card > div > div {
  justify-content: center;
  padding: 12px 28px 10px 28px;
}

.sh-prod-grid-collection-card > div > header {
  justify-content: flex-start;
}
.sh-prod-grid-collection-card > div > header {
  justify-content: flex-start;
}
.sh-prod-grid-collection-card > div > header > div > div > h5 {
  margin-left: 0px;
  margin-top: 0px;
}
body {
  color: #8b5a2b !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #8b5a2b !important;
  font-family: "Playfair Display", serif !important;
}

/* .product-component-about > div:nth-of-type(4) {
  background: #fa6b35;
  padding: 5px 10px;
  border-radius: 8px;
  padding-bottom: 0px;
} 
.product-component-highlights-heading {
  color: #fa6b35 !important;
}*/
body,
p,
span,
li,
a {
  font-family: "Lora", serif !important;
}
.pr-outlined-button {
  display: block;
  width: 100%;
  padding: 6px 8px;
  color: #fa6b35; /* Default text black */
  background-color: white !important; /* Default background white */
  border: 1px solid #fa6b35 !important;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  min-width: 80px;
  transition: all 0.3s ease-in-out; /* Smooth transition effect */
}

/* Hover Effect */
.pr-outlined-button:hover {
  background-color: #fa6b35 !important; /* Earthy Brown */
  color: white !important; /* Text white on hover */
  border: 1px solid #fa6b35; /* Border same as background */
}
.sh-product-buy-now-button {
  color: white !important; /* Default text white */
  background-color: #fa6b35 !important; /* Default background earthy brown */
  border: 1px solid #fa6b35 !important;
  border-radius: 6px;
}

.sh-product-buy-now-button:hover {
  background-color: white !important; /* Background changes to white */
  color: #fa6b35 !important; /* Text changes to earthy brown */
  border: 1px solid #fa6b35; /* Border remains the same */
}

.sh-product-enquiry {
  color: #fa6b35; /* Default text black */
  background-color: white !important; /* Default background white */
  border: 1px solid #fa6b35 !important;
  border-radius: 6px;
}
.sh-product-enquiry:hover {
  background-color: #fa6b35 !important; /* Earthy Brown */
  color: white; /* Text white on hover */
  border: 1px solid #fa6b35; /* Border same as background */
}
.pr-card-action-enquiry {
  padding: 6px;
  height: 40px;
  font-weight: 600;
  display: flex;
  align-items: center;
  background-color: white !important;
  border-radius: 6px;
  font-size: 12px;
  width: 100%;
}
.pr-card-action-enquiry:hover {
  border-radius: 6px !important;
  padding: 6px;
  height: 40px;
  font-weight: 600;
  border: 1px solid var(--button-main);
  display: flex;
  align-items: center;
  color: var(--button-main);
  background: #fa6b35 !important;
  border-radius: 6px;
  font-size: 12px;
}
.section-heading-container {
  align-items: center;
}
#categories .swiper-wrapper {
  justify-content: center;
}
.sh-ge-collect {
  justify-content: center;
  
}
.cat-card-img-rounded {
  transition: transform 0.3s ease-in-out;
}
.cat-card-img-rounded:hover {
  transform: scale(1.15); /* Slightly larger on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Adds shadow */
}

.collection-title h2 {
  color: black !important;
}
.sh-product-card-discount-tag {
  top: 0px;
  left: 0px;
}
.pr-long-card {
  padding: 0px 8px;
}
.pr-card-content:nth-child(3n-1) {
  margin-bottom: 8px;
}
.banner-collection .collection-title {
  text-align: center;
}
.pr-card-action-enquiry-conditional {
  margin-right: 8px;
  min-width: 40px;
  width: 40px;
}
.sh-header-main {
  background-color: #fff;
  color: #000;
}
.sh-header-location-icon {
  fill: #000000 !important;
}
.sh-header-account-icon {
  stroke: #000000 !important;
}
.sh-header-cart-icon {
  stroke: #000000 !important;
  fill: none !important;
}
.sh-header-arrow-icon {
  fill: #000000 !important;
}
.pr-two-col-vatext {
  color: #ffffff;
}
.menu-bar .menu-bottom {
  border: 1px solid #fa6b35;
}
button {
  background: #ffffff;
  color: #fa6b35 !important;
}

.pr-two-col-vatext {
  color: #000;
}
.sh-home-page-prod-section a button {
  color: #ffffff !important;
}
.product-action-card button:hover {
  color: #ffffff !important;
}
.solid-button__btn {
  color: #ffffff !important;
}
.sh-ge-collect {
    justify-content: center;
    }
