* {
  box-sizing: border-box;
  margin: 0;
}

body.single-product .container.shop-container {
     max-width: unset !important;
     width: 100%;
    margin: 0 auto;
}

body {
  width: 100%;
}

.custom-single-product {
  width: 100%;
  padding-top: 96px;
}

.cart {
    display: flex;
    flex-direction: row;
    gap: 27px;
}

.custom-single-product-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 54px 36px;
  height: 749px;
  gap: 48px;
}

.custom-single-product-image {
  width: 44%;
  height: 100%;
  border-radius: 9.32px;
  background-color: #f3f3f3;
  border: 0.78px solid #d7d7d7;
  overflow: hidden;
}

.custom-single-product-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #84978d;
}

.custom-single-product-content {
  width: 46%;
  display: flex;
  flex-direction: column;
  gap: 29px;
}

.custom-single-product-title {
  font-family: Avigea;
  font-weight: 400;
  font-style: Regular;
  font-size: 2.7rem;
  letter-spacing: -2%;
  color: #084525;
}

.custom-single-product-reviews {
  display: flex;
  align-items: center;
  gap: 18px;
}

.custom-single-product-reviews-items + .custom-single-product-reviews-items {
  border-left: 1px solid #d7d7d7;
  padding-left: 18px;
}

.custom-single-product-reviews-items {
}

.custom-single-product-price {
  display: flex;
  gap: 16px;
  align-items: center;
}

.custom-single-product-price-current {
  font-family: Avigea;
  font-weight: 400;
  font-style: Regular;
  font-size: 2.675rem;
  line-height: 122%;
  letter-spacing: -2%;
  color: #39b54a;
}

.custom-single-product-price-prev {
  font-family: Raleway, monospace;
  font-weight: 500;
  font-style: Medium;
  font-size: 1.125rem;
  line-height: 20px;
  letter-spacing: -2%;
  text-decoration: line-through;
}

.custom-single-product-desc {
  font-family: Raleway, monospace;
  font-weight: 400;
  font-style: Regular;
  font-size: 1.125rem;
  leading-trim: CAP_HEIGHT;
  color: #8a8a8a;
  line-height: 20px;
  letter-spacing: -2%;
}

.custom-single-product-ctas {
}

.custom-single-product-ratings {
  display: flex;
  align-self: center;
  gap: 13px;
}

.custom-single-product-reviews-count {
  display: flex;
}

.custom-single-product-star {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-single-product-shop-name {
  text-decoration: none;
  color: #39b54a;
}

.single_add_to_cart_button {
    width: fit-content !important;
    border-radius: 39.3px;
    padding: 12px 54px !important;
}

.custom-shop-trending-products {
  padding-top: 101px;
  padding-bottom: 101px;
}


.custom-shop-container-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 6%;
  padding-right: 6%;
}

.custom-shop-container-wrap h3 {
  font-size: 2rem;
  font-weight: 600;
  font-family: Avigea;
  color: var(--text-green);
}


.custom-shop-trending-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.custom-shop-trending-products-card {
  padding: 13.1px;
  background-color: white;
  width: 100%;
  height: 422.72px;
  position: relative;
  gap: 30.28px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 0.78px solid #dedede;
}

.custom-shop-trending-products-card-img {
  width: 100%;
  height: 50.7%;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #a8b7af;
  overflow: hidden;
}

.custom-shop-trending-products-card-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-shop-trending-products-card-fav {
  width: 42px;
  height: 42px;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  padding: 13px;
  background-color: #ffffff8f;
}

.custom-shop-trending-products-card-fav > svg {
  width: 100%;
  height: 100%;
}

.custom-shop-trending-products-card-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;

  font-family: Raleway, monospace;
}

.custom-shop-trending-products-card-info > span:nth-child(1) {
  color: #c4c4c4;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.custom-shop-trending-products-card-info > span:nth-child(2) {
  font-size: 1.375rem;
  color: var(--text-green);
}

.custom-shop-trending-products-card-info > span:nth-child(3) {
  color: #8a8a8a;
  font-size: 0.8rem;
  font-weight: 400;
}

.price-et-button {
  display: flex;
  padding-top: 12px;
  width: 100%;
  border-top: 0.86px solid #d7d7d794;
  justify-content: space-between;
}

.price-wrap {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-family: Avigea;
}

.slashed-price {
  font-size: 1.25rem;
  color: var(--text-green);
}

.og-price {
  font-size: 0.66rem;
  color: #9d9d9d;
  text-decoration: line-through;
}

.add-to-cart-cta {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  cursor: pointer;
  border: none;
  background-color: #f7ffc3;
  color: var(--sec-green);
}

