.elementor-128 .elementor-element.elementor-element-1706bac{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-70266c4 */.alma-product-premium{
  width:100%;
  background:#fff;
  padding:55px 0 70px;
}

.alma-product-container{
  max-width:1250px;
  margin:0 auto;
  padding:0 30px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:55px;
  align-items:start;
}

.alma-product-gallery{
  background:linear-gradient(180deg,#fff7fb,#ffffff);
  border-radius:32px;
  padding:28px;
  box-shadow:0 25px 70px rgba(0,0,0,.07);
}

.alma-product-gallery img{
  border-radius:24px;
}

.alma-product-summary{
  background:#fff;
  border-radius:32px;
  padding:38px;
  box-shadow:0 25px 70px rgba(0,0,0,.07);
}

.alma-product-badge{
  display:inline-block;
  padding:8px 18px;
  border-radius:999px;
  background:#fff0f6;
  color:#f32978;
  font-size:12px;
  font-weight:700;
  letter-spacing:.7px;
  text-transform:uppercase;
  margin-bottom:16px;
}

.alma-product-title{
  font-size:38px;
  line-height:1.15;
  font-weight:600;
  color:#222;
  margin:0 0 14px;
}

.alma-product-rating{
  margin-bottom:14px;
}

.alma-product-price{
  color:#f32978;
  font-size:30px;
  font-weight:800;
  margin-bottom:22px;
}

.alma-product-price del{
  color:#aaa;
  font-size:18px;
  margin-right:8px;
}

.alma-product-price ins{
  text-decoration:none;
}

.alma-product-short{
  font-size:15px;
  line-height:1.8;
  color:#666;
  margin-bottom:28px;
}

.alma-product-buy{
  margin-bottom:28px;
}

.alma-product-buy .quantity input{
  height:52px;
  border:1px solid rgba(243,41,120,.18);
  border-radius:999px;
  padding:0 12px;
}

.alma-product-buy button.single_add_to_cart_button{
  min-height:52px;
  border-radius:999px !important;
  background:linear-gradient(135deg,#f32978,#ff67a4) !important;
  color:#fff !important;
  border:none !important;
  padding:0 34px !important;
  font-weight:800 !important;
  font-size:15px !important;
  box-shadow:0 16px 32px rgba(243,41,120,.25);
  transition:.3s ease;
}

.alma-product-buy button.single_add_to_cart_button:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 42px rgba(243,41,120,.34);
}

.alma-product-trust{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-bottom:22px;
}

.alma-product-trust div{
  background:#fff7fb;
  border:1px solid rgba(243,41,120,.10);
  border-radius:18px;
  padding:16px 12px;
  text-align:center;
}

.alma-product-trust span{
  display:block;
  font-size:13px;
  font-weight:700;
  color:#222;
  margin-bottom:4px;
}

.alma-product-trust small{
  font-size:12px;
  color:#666;
}

.alma-product-pix{
  background:linear-gradient(135deg,#f32978,#ff67a4);
  color:#fff;
  border-radius:22px;
  padding:20px 22px;
  margin-bottom:24px;
}

.alma-product-pix strong{
  display:block;
  font-size:17px;
  margin-bottom:5px;
}

.alma-product-pix span{
  font-size:13px;
  opacity:.9;
}

.alma-product-meta{
  font-size:13px;
  color:#777;
}

.alma-product-meta a{
  color:#f32978;
  font-weight:600;
  text-decoration:none;
}

.alma-product-description{
  max-width:1250px;
  margin:55px auto 0;
  padding:0 30px;
}

.alma-product-description h2{
  font-size:28px;
  font-weight:500;
  color:#222;
  margin-bottom:22px;
}

.alma-product-description-content{
  background:#fff;
  border-radius:28px;
  padding:34px;
  box-shadow:0 20px 55px rgba(0,0,0,.06);
  font-size:15px;
  line-height:1.85;
  color:#666;
}

.alma-related-products{
  max-width:1250px;
  margin:60px auto 0;
  padding:0 30px;
}

.alma-related-products > h2{
  text-align:center;
  font-size:28px;
  font-weight:500;
  color:#222;
  margin-bottom:35px;
}

.alma-related-products ul.products{
  display:grid !important;
  grid-template-columns:repeat(4,1fr);
  gap:28px !important;
}

.alma-related-products ul.products li.product{
  width:100% !important;
  background:#fff;
  border-radius:24px;
  padding:18px !important;
  box-shadow:0 18px 45px rgba(0,0,0,.06);
  transition:.3s ease;
}

.alma-related-products ul.products li.product:hover{
  transform:translateY(-6px);
  box-shadow:0 25px 60px rgba(243,41,120,.16);
}

.alma-related-products ul.products li.product img{
  border-radius:18px;
}

.alma-related-products .woocommerce-loop-product__title{
  font-size:14px !important;
  font-weight:600;
  color:#222;
}

.alma-related-products .price{
  color:#f32978 !important;
  font-weight:800 !important;
}

.alma-related-products .button{
  background:#f32978 !important;
  color:#fff !important;
  border-radius:999px !important;
  padding:10px 18px !important;
  font-weight:700 !important;
}

@media(max-width:900px){
  .alma-product-container{
    grid-template-columns:1fr;
    gap:30px;
    padding:0 16px;
  }

  .alma-product-summary{
    padding:28px;
  }

  .alma-product-title{
    font-size:28px;
  }

  .alma-product-price{
    font-size:24px;
  }

  .alma-product-trust{
    grid-template-columns:1fr;
  }

  .alma-product-description,
  .alma-related-products{
    padding:0 16px;
  }

  .alma-related-products ul.products{
    grid-template-columns:repeat(2,1fr);
  }
}/* End custom CSS */