/*
Theme Name: GymPress PT Child
Theme URI: https://demo.proteusthemes.com/gympress/
Description: A child theme of GymPress PT
Author: ProteusThemes
Author URI: https://www.proteusthemes.com/
Version: 1.0.0
Text Domain: gympress-pt
Template: gympress-pt
*/

/* logo */
a.header__logo {
    display: flex;
    justify-content: flex-end;
}

@media (min-width: 992px) {
    .pt-slick-carousel {
        margin-top: -60px;
    }
	
	.main-navigation .pt-special-dropdown .sub-menu .menu-item > a {
		padding: 45px 20px 26px 20px;
		margin: 0 55px;
		width: 185px;
	}    

	.main-navigation .pt-special-dropdown .sub-menu > .menu-item {
		max-width: 306px;
	}
}


.products-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.product-item {
  display: flex;
	gap: 45px;
  align-items: center;

  background: var(--WHITE, #FFF);
box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.10);
}

.product-gallery {
  width: 100%;
  max-width: 370px;
  height: auto;
  overflow: hidden;
}

.product-gallery .swiper {
  width: 100%;
  height: 100%;
}

.product-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-info {
  max-width:100%;
	padding: 10px 15px 10px 0;
}

.product-title {
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 600;
  color: #333333;
  font-family: "Roboto", sans-serif;
}

.product-description {
  font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; 
}

.product-description p, .product-description ul {
	margin-bottom: 5px;
}

.swiper svg path{
	fill: #D5AB48;
}

.swiper .swiper-pagination-bullet {
    background: #D5AB48;
}

.swiper svg {
	width: 15px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
}

.swiper-pagination-bullet {
  background: #000;
}

@media (max-width: 900px) {
  .product-item {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-direction: column;
    padding: 30px;
  }

  .product-gallery {
    max-width: 100%;
    height: auto;
  }

  .product-info {
    max-width: 100%;
  }

/*    .product-info .product-title {
	text-align: center;
  } */

  .product-info .product-title  {
	font-size: 35px;
  }
	
	.product-description p, .product-description ul {
	margin-bottom: 10px;
}
	.product-description {
		padding: 0;
	}
	
}