.elementor-2225 .elementor-element.elementor-element-6429ff8 .elementor-heading-title > span {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    color: #000;
}
.elementor-2225 .elementor-element.elementor-element-6429ff8 .elementor-heading-title {
    font-size: 40px;
}
.elementor-element-6d1b931 > .e-con-inner {
    display: flex;
    flex-direction: row !important;
}
h1.elementor-heading-title.elementor-size-default {
    font-family: Segoe UI !important;
    font-weight: 700 !important;
}
.elementor-element.e-flex.e-con-boxed.e-con.e-parent {
    padding: 0 20px;
}
h2.elementor-heading-title.elementor-size-default {
    font-size: 30px !important;
}
.elementor-widget-container p {
    font-family: Segoe UI !important;
    line-height: normal !important;
}
.shit-section-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.shit-item {
    width: calc(100% / 3 - 20px);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.shit-img-wrap {
    position: relative;
    border-radius: 8px;
    margin: 60px;
    padding-top: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    transition: all 400ms;
}
shit-img-wrap > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.shit-img-wrap img {
  width: 100%;
  display: block;
  border-radius: 8px;
}
.shit-price {
    position: absolute;
    top: 30px;
    left: 0;
    font-weight: bold;
    padding: 6px 10px;
    border-radius: 4px;
    z-index: 2;
    background-color: #65a100;
    color: #fff;
    transform: rotate(-45deg);
    transition: all 400ms;
}
.shit-img-wrap:hover {
    transform: perspective(800px) rotateY(0deg) scale(1.1) rotateX(0deg);
}
.shit-img-wrap:hover .shit-price {
    transform: rotate(-405deg);
    transition: all 400ms;
}
a.prod-sec_link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
}
.shit-btn {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #1E9AE0;
    color: white;
    padding: 10px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
    z-index: 2;
}
.shit-label {
  position: absolute;
  top: 10px;
  right: 10px;
  background: crimson;
  color: white;
  padding: 4px 8px;
  font-size: 0.75em;
  border-radius: 3px;
  z-index: 2;
}
.shit-item h3 {
  margin-bottom: 6px;
}
.elementor.elementor-2225 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.elementor-element.elementor-element-48fea3a {
    max-width: 1400px;
}
.shit-item p {
  	margin: 0 0 10px 0;
  	font-size: 0.95em;
  	line-height: 1.4;
    text-align: center;
}
.elementor-element.elementor-element-823606d > .e-con-inner {
    max-width: 1260px;
}
@media (min-width: 768px) {
	.elementor-2225 .elementor-element.elementor-element-6429ff8 .elementor-heading-title > span {
		font-size: 48px !important;
		margin-bottom: 20px !important;
	}
    .elementor-element-aee946b {
        margin-top: 0 !important;
        padding-top: 40px !important;
    }
	.elementor-2225 .elementor-element.elementor-element-6429ff8 .elementor-heading-title {
		font-size: 34px !important;
	}
	.elementor-widget-container > p:first-child {
		margin-bottom: 0;
	}
	.elementor-element.elementor-element-3cb5bfb .elementor-widget-container > p > span {
		font-size: 18px !important;
		line-height: 28px;
	}
	.elementor-element.elementor-element-0c8999f > .elementor-widget-container > p {
		font-size: 18px !important;
		line-height: 28px !important;
	}
	.elementor-element.elementor-element-3cb5bfb .elementor-widget-container {
		margin-top: 2cqw !important;
		margin-bottom: 6cqw !important;
	}
	.elementor-element.elementor-element-0c8999f {
		width: 870px !important;
	}
}
/* RESPONSIVE */
.shit-img-wrap:hover {
    transform: perspective(800px) rotateY(0deg) scale(1.1) rotateX(0deg);
}
.xbutton, .xbutton:focus {
    position: absolute;
    bottom: -24px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding-block: 0.5rem;
    padding-inline: 1.25rem;
    background-color: #1e9ae0;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    gap: 10px;
    font-weight: bold;
    border: 3px solid #ffffff4d;
    outline: none;
    overflow: hidden;
    font-size: 15px;
    cursor: pointer;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

a.prod-sec_link:hover .xbutton {
  transform: scale(1.05);
  border-color: #fff9;
}

a.prod-sec_link:hover .xbutton .icon {
  transform: translate(4px);
}

a.prod-sec_link:hover .xbutton::before {
  animation: shine 1.5s ease-out infinite;
}
a.prod-sec_link:hover .xbutton {
    transform: scale(1.05);
    border-color: #fff9;
    background-color: #1ec0e0;
}
.xbutton::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

