:root {
--title_color:#23120b;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.product_full2 {
 padding: 76px 0px 105px;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.content {
 max-width: 1720px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 768px) and (max-width: 1800px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1720px){
.content, .swiper_content {
 max-width: 1600px;
 }}
@media screen and (min-width: 768px) and (max-width: 1600px){
.content, .swiper_content {
 max-width: 1440px;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content, .swiper_content {
 max-width: 1220px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1024px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
.center {
 text-align: center;
 }
.product_full2 .head {
 max-width: 994px;
 margin: 0px auto;
 }
.head h2 {
 font-size: 50px;
 font-weight: 700;
 line-height: 65px;
 letter-spacing: 2px;
 }
.fadeInUp {
 animation-name: fadeInUp;
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
.head .desc {
 font-size: 18px;
 line-height: 32px;
 font-weight: 500;
 }
.product_full2 .head .desc {
 font-size: 18px;
 font-weight: 500;
 line-height: 2rem;
 max-width: 867px;
 margin: 1rem auto 0px;
 }
@media screen and (max-width: 768px){
.head .desc {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }}
.product_full2 .main {
 max-width: 1440px;
 margin: 70px auto 0px;
 border-radius: 30px 30px 0px 0px;
 background: url("https://ez-homie.com/wp-content/plugins/sytech-fronteditor/sytpl/product-image/assets/img/pd-full-bg.png") center bottom / cover no-repeat;
 }
.product_full2 .main .inner {
 display: grid;
 align-items: end;
 grid-template-columns: 1fr 33.4722% 1fr;
 padding-top: 5rem;
 transform: translateY(1rem);
 }
.product_full2 .main .text {
 max-width: max-content;
 margin: 0px auto;
 padding: 6.66667%;
 }
.product_full2 .main .text span {
 color: rgb(228, 128, 12);
 font-size: 50px;
 font-weight: 700;
 line-height: 1;
 }
.product_full2 .main .text p {
 font-size: 20px;
 margin-top: 6px;
 }
.product_full2 .main .center .img {
 }
.img.img_ct img {
 width: 100%;
 height: 100%;
 object-fit: contain;
 display: block;
 transition: 0.5s;
 }
.product_full2 .main .center p {
 font-size: 18px;
 font-weight: 500;
 margin-top: 4px;
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title_color);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }

 .auto-height-image{
  margin-top: 2.5rem;
 }
 .auto-height-image img{
  width: 100%;
  height: auto;
  display: block;
 }
@media screen and (max-width: 786px){


}