.st-recommended-block p:empty {
  display: none;
}

.st-primary-container {
  max-width: 1340px;
  width: 100%;
  padding-inline: 20px;
  margin: 0 auto;
}

.st-recommended-block {
  margin: clamp(50px, 5.556vw, 80px) 0;
}

.st-recommended-title-block {
  margin-bottom: clamp(26px, 3.889vw, 56px);
  background-color: #000;
  text-align: center;
  border-radius: 5px;
  padding: 16px 10px;
}

.st-recommended-title-block h2 {
  text-align: center;
  font-weight: 700;
  font-size: clamp(20px, 2.222vw, 32px);
  line-height: 125%;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #fff;
}


.swiper {
  width: 100%;
  height: 100%;
}

.recommended-swiper {
  padding: 10px;
}

.st-recommended-swiper-innerblock {
  border-radius: 16px;
  background: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.06);
/*   box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); */
	padding: 16px 24px 30px;
}

.st-recommended-product-img-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
	border-bottom: 1px solid #000;
}

.st-recommended-product-img-block a {
  display: block;
  width: 100%;
  height: 100%;
}

.st-recommended-product-img-block a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.st-recommended-product-content-block {
/*   padding: 16px 24px 30px; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.st-recommended-product-specs-block {
  padding-top: 10px;
/*   border-top: 1px solid #000; */
  text-align: center;
}

.st-recommended-product-skeg-size {
	display: flex;
	align-items: center;
	justify-content: center;
}

.st-recommended-product-skeg-size p {
	font-size: 16px;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.st-recommended-product-hp {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.st-recommended-product-title,
.st-recommended-product-title a {
  font-weight: 600;
  font-size: clamp(18px, 1.389vw, 20px);
  line-height: 150%;
  letter-spacing: normal;
  color: #000;
  display: block;
  text-decoration: none;
  text-align: center;
}

.st-recommended-product-title {
  margin-bottom: 10px;
}

.st-recommended-product-price-view-block {
  margin: 25px 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.st-recommended-product-price,
.st-recommended-product-price span bdi,
.st-recommended-product-price span bdi span {
  font-weight: 600;
  font-size: clamp(18px, 1.944vw, 28px);
  line-height: 100%;
  letter-spacing: normal;
  color: #000;
}

.st-recommended-product-price span {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: normal;
  color: rgba(115, 115, 115, 1);
}

.st-recommended-product-stock {
  font-weight: 500;
  font-size: clamp(16px, 1.389vw, 20px);
  line-height: 100%;
  letter-spacing: normal;
  color: rgba(10, 187, 1, 1);
  text-transform: capitalize;
  margin-bottom: 20px;
}

.st-recommended-product-shipping-days-stock-block {
  display: block;
}

.st-recommended-product-shipping-days {
  font-weight: 500;
  font-size: clamp(16px, 1.389vw, 20px);
  line-height: 143%;
  letter-spacing: normal;
  text-transform: capitalize;
}

.st-recommended-product-view-product {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: normal;
  color: #fff !important;
  text-transform: capitalize;
  background-color: rgba(237, 125, 49, 1);
  border-radius: 16px;
  padding: 16px 24px;
  text-decoration: none;
}

/* swiper buttons or bar */
.st-recommended-bar-buttons-block:has(.swiper-scrollbar-lock) {
  display: none;
}

.st-recommended-bar-buttons-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(20px, 2.778vw, 40px);
  position: relative;
}

.st-recommended-bar-block {
  max-width: 1024px;
  width: 100%;
  position: relative;
  padding-top: clamp(12px, 1.181vw, 17px);
}

.st-recommended-bar-block .swiper-scrollbar {
  background: rgba(0, 0, 0, 0.1);
}

.st-recommended-bar-block .swiper-scrollbar .swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 1);
}

.st-recommended-buttons {
  display: flex;
  align-items: center;
  gap: clamp(5px, 1.111vw, 16px);
}

.st-recommended-buttons button {
  background: none;
  border: none;
  cursor: pointer;
  width: clamp(30px, 2.778vw, 40px);
  height: clamp(30px, 2.778vw, 40px);
}

.st-recommended-buttons button svg {
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
}

.st-recommended-buttons button.swiper-button-disabled svg {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 620px) {
	.recommended-swiper {
		padding: 2px;
        border-radius: 16px;
	}
	.st-recommended-buttons {
    	gap: 15px;
    margin-left: 20px;
	}
	.st-recommended-buttons button {
		width: max-content;
		height: max-content;
		padding: 0;
	}
}


