@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Roboto", sans-serif;
    font-size: 17px;
    color: #000;
    font-weight: 300;
}

/* --- HEADINGS --- */
h1 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 40px;
}

h2 {
    color: #000;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}

h3, h4 {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #222;
  font-size: 20px;
}

/* --- LINKS --- */
a {
    text-decoration: none;
    color: inherit;
}

.footer .bi{
    font-size: 22px;
}

.bi {
  font-size: 12px;
}

.navo{
    padding-right:30px;
}


.show-password-input {
  display: none;
}



.woocommerce-error {
  background-color: #c00;
  color: #fff;
  padding: 20px;
}

.woocommerce-error {
    list-style-type: none !important;
}



.product-categories-nav .category-icon {
    margin-right: 12px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 12px;
}

.product-categories-nav-mobile li a {
  display: block;
  padding: 0.5rem 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  color: #33423e;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
  border-bottom: 0.1px solid #b9b9b9;
  padding-left: 0;
  padding-top: 0px;
  padding-bottom: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.8);
}

.latest-products .swiper-slide {
    background: #f7f6ec;
    border-radius: 15px;
    padding: 10px;
    border-right: 1px solid #b8d7d7;
    transition: transform 0.3s ease;
    box-shadow: none;
    display: flex;
    flex-direction: column;
}

.latest-products .product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.latest-products .product-image img {
    width: 100%;
    height: 210px;
    object-fit: contain;
    border-radius: 10px 10px 0 0;
}

.latest-products .product-rating {
    color: #000;
    font-size: 1rem;
    margin-top: 8px;
}


.latest-products .product-price {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 5px 0;
    text-align: left;
}

.latest-products .product-title {
    font-size: 21px;
    color: #000;
    margin: 0 0 5px 0;
    text-align: left;
}

.latest-products .product-short {
    font-size: 0.85rem;
    color: #000;
    margin: 5px 0;
    font-weight: 300;
    line-height: 19px;
    min-height: 60px;
}

.latest-products .product-rating {
    color: #000;
    font-size: 14px;
    margin-top: 5px;
}

.acf-image-left {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}

.acf-image-left .overlay {
    position: absolute;
    bottom: 50px;
    left: 50px;
    right: 30px;
    display: flex;
    flex-direction: column;
}

.acf-image-left .overlay h2 {
    color: #fff;
    font-size: 2rem;
    margin: 0;
}

.acf-image-left .overlay .small-title {
    color: #fff;
    font-size: 1rem;
    margin: 0 0 5px 0;
}




.recent-products h5 {
    font-size: 1rem;
    margin-bottom: 20px;
}

.recent-product-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.recent-product-item a {
    display: flex;
    text-decoration: none;
    color: inherit;
}

.recent-product-img img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: block;
    margin-right: 10px;
}

.recent-product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0.5rem;
}

.prod-name {
    font-size: 0.9rem;
    margin: 0 0 5px 0;
    font-weight: 500;
    margin-bottom: 0;
}

.prod-price {
    font-size: 0.85rem;
    color: #555;
    margin: 0;
}

@media (max-width: 991.98px) {
    .product-categories-nav,
    .category-lorem,
    .recent-products {
        display: none !important;
    }
    .bg-light {
  background-color: transparent !important;
  box-shadow: 5px 9px 20px rgba(204, 204, 204, 0.2);
  margin-top: 0 !important;
}
}

.bi-person::before {
  content: "\f4e1";
  font-size: 27px;
}


/* --- NAVBAR --- */
.bg-light {
  background-color: transparent !important;
  box-shadow: 5px 9px 20px rgba(204, 204, 204, 0.2);
  margin-top: 15px;
}

.navbar-light .navbar-nav .nav-link {
color: #000;
margin-left: 0px;
margin-right: 10px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: #c00;
}

/* --- LOGO --- */
.logo img {
    width: 270px;
    height: auto;
}

.heder {
  color: #fff;
  background-color: #222;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}

/* --- CONTENT --- */
.content {
  font-size: 17px;
  line-height: 27px;
  margin-top: 50px;
}

/* --- MOBILE OFFCANVAS --- */
.offcanvas {
    width: 300px;
}

.offcanvas .navbar-nav .nav-link {
    display: block;
    padding: 10px 0;
    font-size: 18px;
}

.offcanvas .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    box-shadow: none;
    background: none;
}

/* --- Angebote--- */
.my-gallery-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.my-slides-wrapper {
    display: flex;
    transition: transform 1s ease-in-out;
}

.my-slide {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    box-sizing: border-box;
    padding: 0 10px;
}

.my-slide-img {
    width: 100%;
    height: 35vh;
    position: relative;
    overflow: hidden;
}

.my-slide-img::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.my-slide-img:hover::before {
    transform: scale(1.05);
}

.my-slide-img::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.2);
    pointer-events: none;
}

.my-slide-text {
    position: absolute;
    bottom: 30px;
    left: 5%;
    color: #fff;
    z-index: 10;
    font-size: 1.2rem;
    line-height: 1.3;
    padding-left: 20px;
    padding-right: 20px;
}

.my-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    user-select: none;
    padding: 5px;
    border-radius: 50%;
    transition: color 0.3s;
}

.my-slider-nav:hover {
    color: #ff0;
}

.my-slider-prev { left: 30px; }
.my-slider-next { right: 30px; }

@media (max-width: 992px) {
    .my-slide {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .my-slide {
        flex: 0 0 100%;
        max-width: 100%;
    }
}




/* --- Galerie --- */
.gallery-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
}

.gallery-img-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 250px;
}

.gallery-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-img-wrapper img:hover {
    transform: scale(1.05);
}


/* --- SLIDER --- */
.carousel-item {
    position: relative;
    background-size: cover;
    background-position: center;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.slider-welcome-text-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none; 
}

.slider-welcome-text {
    color: #fff;
    max-width: 500px;
    padding: 20px 0;
    font-size: 1.8rem;
    font-weight: 500;
    opacity: 0;
    animation: fadeInUp 1s ease forwards;
    pointer-events: auto; 
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.carousel-caption {
    position: relative;
    z-index: 2; 
}
#acfBootstrapSlider .carousel-item {
    height: 75vh;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    animation: zoomEffect 20s ease-in-out infinite;
    transition: opacity 2s ease-in-out;
}

@keyframes zoomEffect {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}

#acfBootstrapSlider .carousel-caption {
    bottom: 20%;
    background: rgba(0,0,0,0.4);
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}

@media (max-width: 768px) {
    #acfBootstrapSlider .carousel-caption {
        font-size: 16px;
    }
}

/* --- FOOTER --- */
.footer {
    background-color: #eee;
    padding: 100px 0;
    font-size: 16px;
}

.footerend {
    background-color: #ddd;
    padding: 20px 0;
    font-size: 16px;
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1420px;
  }
  .acf-image-left .overlay h2 {
  color: #fff;
  font-size: 2rem;
  margin: 0;
  max-width: 80%;
  font-weight: 900;
  line-height: 43px;
}
}


@media (min-width: 1850px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1800px;
  }
}

input:focus, textarea:focus, select:focus {
    outline: none; 
    box-shadow: none;
}

:focus,
:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.bg-primary {
  --bs-bg-opacity: 1;
 background-color: rgb(32, 87, 82) !important;
}



/* --- SHOP --- */
.my-account-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.card-style {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.05);
    transition: all 0.3s;
}

.card-style:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.75rem 1.5rem rgba(0,0,0,0.08);
}

.woocommerce-MyAccount-navigation {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.05);
    padding: 1.5rem;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 0.5rem;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 0.6rem 1rem;
    border-radius: 12px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background: #f3f6ff;
    color: #0d6efd;
}



.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #000;

  color: #fff;
  border-radius: 5px;

}

.woocommerce-MyAccount-content {
    min-height: 300px;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    font-weight: 600;
    color: #222;
}

.woocommerce-MyAccount-content p {
    line-height: 1.6;
    color: #444;
}

.woocommerce-MyAccount-content a.button,
.woocommerce-MyAccount-content button.button {
    background: linear-gradient(90deg, #4f9cf9 0%, #0d6efd 100%);
    color: #fff;
    font-weight: 600;
    border-radius: 12px;
    padding: 0.5rem 1.2rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}

.woocommerce-MyAccount-content a.button:hover,
.woocommerce-MyAccount-content button.button:hover {
    background: linear-gradient(90deg, #0d6efd 0%, #4f9cf9 100%);
    transform: translateY(-2px);
}

@media (max-width: 991.98px) {
    .woocommerce-MyAccount-navigation {
        margin-bottom: 1.5rem;
    }
}


.woocommerce-info{
    margin-bottom: 20px;
}


.checkout-card {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.05);
    transition: all 0.3s;
}
.checkout-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.75rem 1.5rem rgba(0,0,0,0.08);
}
.woocommerce-checkout input.input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    width: 100%;
    padding: 0.7rem 1rem;
    margin-bottom: 1rem;
    border-radius: 12px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    transition: all 0.2s;
}
.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
    border-color: #4f9cf9;
    box-shadow: 0 0 0 0.2rem rgba(79,156,249,0.25);
    outline: none;
}
.woocommerce-checkout button.button {
    background: #333;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    padding: 0.4rem 1rem;
    font-size: 0.9rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}
.woocommerce-checkout button.button:hover {
    background: linear-gradient(90deg, #0d6efd 0%, #4f9cf9 100%);
    transform: translateY(-2px);
}
.order-summary {
    position: sticky;
    top: 2rem;
    overflow: auto;
    padding-right: 1rem;
}
@media(max-width: 991.98px) {
    .order-summary {
        position: static;
        max-height: none;
        overflow: visible;
        padding-right: 0;
        margin-bottom: 2rem;
    }
}
.woocommerce-checkout-review-order table.shop_table {
    border-collapse: separate;
    border-spacing: 0 0.5rem;
}
.woocommerce-checkout-review-order table.shop_table tr {
    background: #f9f9f9;
    border-radius: 12px;
    display: table-row;
}
.woocommerce-checkout-review-order table.shop_table td,
.woocommerce-checkout-review-order table.shop_table th {
    padding: 0.75rem 1rem;
}
.woocommerce-checkout .form-row {
    margin-bottom: 1rem;
}
.d-none { display: none; }
.checkout-buttons {
    text-align: left;
}
.checkout-buttons .button {
    display: inline-block;
    width: auto;
}
.custom-login-form p {
    margin-bottom: 0.5rem;
}
.create-account-inline {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.create-account-inline input[type="checkbox"] {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.5rem;
    cursor: pointer;
}
.create-account-inline span {
    font-size: 1rem;
}

.quantity {
  width: 200px;
  float: left;
  margin-right: 20px;
}

.my-account-login-register h2 {
    margin-bottom: 1rem;
}
.card-style {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.05);
    transition: all 0.3s;
    margin-bottom: 2rem;
}
.card-style:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.75rem 1.5rem rgba(0,0,0,0.08);
}
.input-text {
    width: 100%;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    transition: all 0.2s;
}
.input-text:focus {
    border-color: #4f9cf9;
    box-shadow: 0 0 0 0.2rem rgba(79,156,249,0.25);
    outline: none;
}
.button {
  background: #000;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  padding: 0.5rem 1.2rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
.button:hover {
    background:#333
    transform: translateY(-2px);
}
.form-row {
    margin-bottom: 1rem;
}
.form-row.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.checkbox input[type="checkbox"] {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.5rem;
    cursor: pointer;
}
.lost_password a {
  color: #fd0d0d;
  text-decoration: none;
  font-size: 16px;
}
.lost_password a:hover {
    text-decoration: underline;
}
@media (max-width: 991.98px) {
    .my-account-login-register .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.product-card {
    border: none;
    border-radius: 12px;
    transition: box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.product-card-body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.product-card-body h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.product-card-body h5 a {
    color: #212529;
    text-decoration: none;
}
.product-card-body h5 a:hover {
    color: var(--bs-primary);
}
.product-price {
    font-weight: 600;
    margin-bottom: 0.75rem;
}
.add-to-product-button {
    margin-top: auto;
}
.add-to-product-button a {
    display: block;
    text-align: center;
    padding: 0.5rem 1rem;
    background: linear-gradient(90deg, #4f9cf9 0%, #0d6efd 100%);
    color: #fff;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s;
}
.add-to-product-button a:hover {
    background: linear-gradient(90deg, #0d6efd 0%, #4f9cf9 100%);
    transform: translateY(-2px);
}
.shop-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
    .shop-header {
        justify-content: start;
        margin-bottom: 1rem;
    }
    .content {
  font-size: 17px;
  line-height: 27px;
  margin-top: 20px;
}
}



.product-categories-nav li.has-sub > ul { display: none; padding-left: 15px; }
.product-categories-nav li.has-sub > .arrow { display: inline-block; margin-left: 5px; transition: transform 0.3s; cursor: pointer; }
.product-categories-nav li.has-sub.open > .arrow { transform: rotate(90deg); }


.navbar-brand {
  margin-right: 5%;
}

.product-categories-nav,
.product-categories-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 60px;
}

.product-categories-nav li {
  margin-bottom: 0.5rem;
  position: relative;
}

.product-categories-nav li a {
  display: block;
  padding: 0.5rem 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
  color: #33423e;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
  border-bottom: 0.1px solid #b9b9b9;
  padding-left: 0;
  padding-top: 0px;
  padding-bottom: 15px;
  font-weight: 400;
}

#product-search {
    border-radius: 5px;
    border: 1px solid #888;
    height: calc(1.5em + 0.75rem + 3px);
    padding-right: 2.5rem;
    margin-right: 5%;
}

.heder span, .heder a {
    font-size: 0.9rem;
}

.product-categories-nav li a:hover {
  color: #666;
}

.product-categories-nav li ul {
  max-height: 0;
  overflow: hidden;
  margin-left: 1rem;
  transition: max-height 0.3s ease;
}

li.open > ul {
  max-height: 1000px;
}

.arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.4em;
  height: 0.4em;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  cursor: pointer;
  transition: transform 0.3s;
}

li.open > .arrow {
  transform: translateY(-50%) rotate(135deg);
}

.acf-image-left,
.acf-image-right {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 0;
  border-radius: 15px;
}

.badge-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  background-color: rgb(255, 207, 64);
  color: #000;
  padding: 5%;
  font-weight: 600;
  font-size: 23px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  line-height: 31px;
}

.cart-item:hover {
  box-shadow: none !important;
}

.conta {
  margin-top: 50px;
}

.swiper {
  width: 100%;
  padding: 2rem 0;
}

.swiper-slide {
  padding: 10px;
  background: none;
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 0;
}

.swiper-slide h5 {
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #333;
}

.swiper-slide p {
  color: #000;
  font-weight: bold;
  margin-top: 0.25rem;
}

.swiper-slide .wishlist {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 22px;
  color: #ff4d4d;
  cursor: pointer;
  z-index: 10;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
  background-color: #000;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 12px;
  font-weight: 400;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #222;
  transform: scale(1.1);
}

.footer {
  background-color: #f7f6ec;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 10vh;
  background-color: rgb(15, 15, 15);
  font-weight: 400;
  color: #999;
}

.footer h2{
    color: #fff;
}

.footerend{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #000;
    color: #ccc;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-top: 5vh;
}



.acf-image-left .overlay h2,
.acf-image-left .overlay .small-title,
.acf-image-left .overlay .button {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease forwards;
}

.acf-image-left .overlay h2 {
  animation-delay: 0.3s;
}

.acf-image-left .overlay .small-title {
  animation-delay: 0.5s;
}

.acf-image-left .overlay .button {
  animation-delay: 0.7s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.acf-image-left:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}







