/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

:root {
  --ast-global-color-2: #6B4011 !important;
  /*--ast-global-color-5: #F1EFD9 !important;*/
  --beige-renacer: #F1EFD9;
  --verde-renacer: #313D19;
  --marron-renacer: #6B4011;
}

 @font-face {
    font-family: 'Adore';
    src: url('../fonts/Adore.ttf')  format('truetype'), /* Safari, Android, iOS */
}

 @font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue.otf')  format('truetype'), /* Safari, Android, iOS */
}

html{
    font-family: Helvetica Neue !important;
}

h1, h2{
  font-family: Adore !important;  
}

.woocommerce-shop .woocommerce-loop-product__title{
    color: black;
}

.ast-filter-wrap a {
    color: black;
}

.ast-builder-menu .main-navigation > ul > li:last-child a {
    margin-right: 0;
    color: black;
}

 .page-id-2944 .add_to_cart_button.ajax_add_to_cart {
    display: none !important;
 }

 .page-id-2944 .woocommerce.columns-3 {
 	padding: 2rem;
 }

.uagb-block-aaoqbng1 a {
    color: black !important;
}

.uagb-block-aaoqbng1 a:hover {
    color: gray !important;
}

.renacer-swiper {
  /*height: calc(50vh);*/
  margin: 60px;
  background-color: white;
  margin: 0;
}

.swiper-container-free-mode > .swiper-wrapper{
  transition-timing-function : linear;
}

.swiper-slide {
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}

/*******/

.text-collection-teaser__inner {
    padding: 3.125rem .75rem;
    position: relative;
    /*background-color: var(--beige-renacer);*/
}

.text-collection-teaser__row .ts-h1 {
    line-height: .8;
    font-size: calc(230 / 1440* 100vw);
    color: black;
}

@media (min-width: 1024px) {
    .text-collection-teaser__rows {
        flex-direction: column;
    }
}

.text-collection-teaser__rows {
    flex-wrap: wrap;
    justify-content: center;
}

.text-collection-teaser__row, .text-collection-teaser__rows {
    display: flex;
    max-width: 100% !important;
}

@media (min-width: 1024px) {
    .text-collection-teaser__row {
        margin: 0;
        width: 100%;
    }
}

.text-collection-teaser__row {
    margin: 0 5px;
}

.text-collection-teaser__row:nth-child(2) {
    justify-content: space-between;
}

@media (min-width: 1024px) {
    .text-collection-teaser__description {
        margin-top: .625rem;
        width: calc((calc(100vw - 17px) - .75rem * 2 - (24 - 1)* .75rem) / 24 + .75rem);
        text-align: left;
    }
}

.text-collection-teaser__description {
    width: 100%;
    padding-top: 1.25rem;
    margin-top: .625rem;
    color: gray;
    text-align: center;
}


@media (min-width: 1024px) {
    .text-collection-teaser__description-inner {
        align-items: flex-start;
    }
}

.text-collection-teaser__description-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .625rem;
}

.ts-body-m {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
}

.cta {
    display: flex;
}

.ts-label-m {
    font-size: 10px;
    line-height: 12px;
}

.ts-label-s, .ts-label-m {
    text-transform: uppercase;
    font-weight: 500;
}

.cta:not(.no-deco) .cta__label {
    position: relative;
}


.text-collection-teaser__row:nth-child(3) {
    justify-content: center;
}	

.text-collection-teaser__featured-product-wrapper img {
    width: 100%;
    height: 60%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 9rem;
    right: 0;
    bottom: 0;
    left: 0;
}

.text-collection-teaser__featured-product-wrapper:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}

.text-collection-teaser__featured-product-wrapper {
    width: 100%;
    position: relative;
    will-change: transform;
}

.text-collection-teaser__featured-product {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.single-product .woocommerce-loop-product__title {
    color: black;
}

.woocommerce-checkout .col-1{
    max-width: 100% !important;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}

.float-noor {
    animation: float 6s ease-in-out infinite;
}