/* testimonial css */

.pink-testimonials #sp-testimonial-free-wrapper-658 .sp-testimonial-free {
    background: #FCEAF1;
    padding-top: 25px;
    padding-bottom: 80px;
    height: 460px;
    border-top-left-radius: 156px;
    border-top-right-radius: 156px;
}

.pink-testimonials .sp-testimonial-free-section .sp-testimonial-client-image img {
    width: 165px;
}

/* shop page css */

.hero {
    margin-top: -100px;
}

/*** categories styles for shop page ***/

.category-main {
    padding: 100px 20px 70px;
    max-width: 1280px;
    margin: 0 auto;
}

.category-item img {
    width: 97px;
    height: 97px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    margin: 0 auto;
}

.archive-categories .category-item p {
    font-size: 24px;
    font-family: 'Baskerville Old Face';
    font-weight: 400;
    letter-spacing: 0.85px;
    color: black;
    text-align: center;
}

.shop-banner img {
    margin: 0 auto;
}

.category-main .swiper-button-prev,
.category-main .swiper-button-next{
    display: none;
}

.shop-products {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

#product-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
    row-gap: 45px;
}

.product-title {
    font-family: 'Baskerville Old Face', Baskerville, "Times New Roman", serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: left;

    /* Line clamp properties */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* Change this number to desired lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.quick-view-btn {
    background: #FCEAF1;
    padding: 10px 24px;
    line-height: 0;
    color: black;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Urbanist';
    text-transform: uppercase;
}

.load-more-btn {
    display: block;
    margin: 70px auto 50px auto;
    background: #FCEAF1;
    padding: 20px 24px;
    border: 1px solid #ffa7c9;
    line-height: 0;
    color: black;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Urbanist';
    text-transform: uppercase;
}

.selection {
    margin: 12px auto;
    max-width: 1200px;
}

.filterDropdown {
    display: flex;
    align-items: center;
    column-gap: 20px;
    width: auto;
}

.reset {
    text-align: end;
}

.reset button {
    all: unset;
    /* Resets all default button styles */
    color: black;
    text-decoration: underline;
    font-family: inherit;
    font-size: 20px;
    cursor: pointer;
}

/*** mobile carousel on home page for categories ***/

.scroll-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding: 10px;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    /* IE/Edge */
    scrollbar-width: none;
    /* Firefox */
}

.scroll-carousel::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.carousel-item {

    position: relative;
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 264px;
    height: 389px;
    /* width: 300px; */
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.carousel-item img {
    width: 100%;
    /* height: auto;
      display: block;
      border-radius: 8px; */
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin: 0 auto;
}

.catalog-item {
    position: relative;
    width: 100%;
    height: 389px;
    /* border-radius: 10px; */
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

/* .catalog-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
        } */

.catalog-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* transition: transform 0.3s ease; */
}

/* testimonial new css */
/* Review CSS*/


    .swiper.reviewSwiper {
  padding-bottom: 50px;
  padding-top: 20px;
		margin-left:-40px;
  justify-content: center; /* center the cards nicely */
}

  .reviewSwiper .testimonial-card {
  background: #FFEAF4;
  border-radius: 247.5px 247.5px 0 0;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  
}



/* image */
.reviewSwiper .testimonial-img {
  width: 226.17344665527344px;
  height: 226.17344665527344px;
  object-fit: cover;
  display: block;
  margin-top: 10px; /* image slightly below the top curve */

}

.reviewSwiper .testimonial-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.reviewSwiper .testimonial-content {
  padding: 20px 24px 30px;
  text-align: center;
}

   .reviewSwiper .testimonial-name {
      display: none;
    }

    .reviewSwiper .testimonial-text {
      font-size: 20px;
      color: #6A6A6A;
		font-weight: 400;
      line-height: 28px;
		text-align:center;
    }

    .reviewSwiper .swiper-button-next,
    .swiper-button-prev {
      color: #222120;
    }
/* testimonial new css ends */

/* new faq css */
    .faq-tab.elementor-widget-n-tabs .e-n-tabs-heading{
    background-color: #fdebf2;
    padding: 5px;
    border-radius: 50px;
    display: inline-flex;
    margin: 0 auto;
    }
/* new faq css ends */

/* custom css start here @D */
.elementor-element.elementor-element-496c703 .catalog-overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    padding: 20px 20px 25px;
    text-align: center;
    width: 100%;
    height: 38%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.elementor-element.elementor-element-496c703 .catalog-overlay .catalog-title {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.44px;
    font-family: 'Baskerville Old Face';
    margin: 0;
}
.elementor-element.elementor-element-9bef3e4 img{
    width: 100% !important;
}
.elementor-element.elementor-element-db1d31a.image-gallery-two .elementor-swiper-button{
    background-color: #FCEAF1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    cursor: pointer;
}
.elementor-element.elementor-element-db1d31a.image-gallery-two .elementor-swiper-button svg {
    width: 20px;
    height: 20px;
}
.elementor-element.elementor-element-db1d31a.image-gallery-two .elementor-swiper-button svg path{
    fill: #000;
}

/* home about section full width */
/* .elementor-element.elementor-element-1609e74 .elementor-element.elementor-element-f9811a4,
.elementor-element.elementor-element-1609e74 .elementor-element.elementor-element-bc38bca{
    width: 100%;
}
.elementor-element.elementor-element-1609e74  .e-hosted-video{
    width: 100%;
    height: 575px;
}
.elementor-element.elementor-element-1609e74  .e-hosted-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.elementor-27 .elementor-element.elementor-element-fe98fe7 .elementor-button.elementor-button-link{
    padding: 24px 35px;
    text-decoration: none;
}
.faq-tab .e-n-accordion-item-title-text{
    font-size: 34px;
    letter-spacing: 1.3px;
    font-family: 'Baskerville Old Face';
    line-height: 1;
}
header .elementor-widget-image img{
    display: inline-block;
}
.tax-product_cat .hero,
.woocommerce-shop .hero{
    position: relative;
}
.tax-product_cat .hero:after,
.woocommerce-shop .hero:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 65%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
}
.tax-product_cat .hero .heroHeading,
.woocommerce-shop .hero .heroHeading{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
}
.tax-product_cat .hero .heroHeading h3,
.tax-product_cat .hero .heroHeading p,
.woocommerce-shop .hero .heroHeading p,
.woocommerce-shop .hero .heroHeading h3{
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    font-family: 'Urbanist';
}
.tax-product_cat .hero .heroHeading h1,
.woocommerce-shop .hero .heroHeading h1{
    font-weight: 400;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 1.67;
    color: #fff;
    font-family: 'Baskerville Old Face';
}
form#filter-form {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}
form#filter-form .reset a{
    font-weight: 600;
    font-family: 'Urbanist';
    font-size: 20px;
    line-height: 1;
    color: #000;
    text-decoration: underline;
}
form#filter-form .filterDropdown label{
    display: none;
}
form#filter-form .filterDropdown select{
    padding: 0;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1.03px;
    font-family: 'Urbanist';
    text-transform: uppercase;
    outline: none;
}
.woocommerce ul.products li.product a img {
    width: 100%;
    height: 447px;
    margin: 0;
    object-fit: cover;
}
.woocommerce ul.products li.product a .woocommerce-loop-product__title{
    font-family: 'Baskerville Old Face';
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #000;
    text-transform: capitalize;
    padding: 10px 0;
}
.woocommerce ul.products li.product a .price{
    margin-bottom: 16px;
    font-family: 'Urbanist';
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    color: #000;
}
.woocommerce ul.products.columns-4{
    display: grid;
    column-gap: 27px;
    row-gap: 100px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 100px;
}
.woocommerce ul.products.columns-4:before,
.woocommerce ul.products.columns-4:after{
    display: none;
}
.woocommerce ul.products.columns-4 li{
    margin: 0;
    width: 100%;
}
.yith-add-to-wishlist-button-block {
    margin: 0;
    position: absolute;
    right: 0;
    top: 450px;
}
.yith-add-to-wishlist-button-block svg{
    width: 20px !important;
}
.woocommerce ul.products li.product .button.quick-view-link{
    margin: 0;
    padding: 15px 28px;
    font-family: 'Urbanist';
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1.2px;
    color: #000;
    background-color: #FCEAF1;
}
.shop-products .pagination{
    padding: 0 0 50px;
    justify-content: center;
}
.shop-products .pagination .nav-links {
    display: flex;
    align-items: center;
}
.shop-products .pagination .page-numbers{
    font-family: 'Urbanist';
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0px;
    color: #000;
    margin: 0 5px;
}
.shop-products .pagination .page-numbers.current{
    font-weight: 600;
    color: #000;
}
.shop-products .pagination .next,
.shop-products .pagination .prev{
    font-size: 30px;
    line-height: 0.8;
}
.customization-banner{
    position: relative;
    height: 600px;
}
.customization-banner .bg-image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.customization-banner .bg-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.customization-banner:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 197px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 20.56%, rgba(0, 0, 0, 0) 100%);
}
.customization-banner:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 197px);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.592) 100%);
}
.customization-banner h1{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 625px;
    z-index: 22;
    color: #fff;
    font-weight: 400;
    font-size: 80px;
    line-height: 1;
    font-family: 'Baskerville Old Face';
}
.steps-section{
    padding: 100px 0;
}
.steps-section .py-50{
    padding: 50px 0;
}
.steps-section .pb-0{
    padding-bottom: 0 !important;
}
.steps-section .container{
    max-width: 1280px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
.steps-section .top-heading h4{
    color: #222120;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Baskerville Old Face';
    margin: 0;
}
.steps-section .steps h4, 
.steps-section .steps h5{
    color: #222120;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: 0;
    text-align: center;
    font-family: 'Urbanist';
}
.steps-section .steps h5{
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0;
}
.steps-section .steps h4{
    margin: 0px;
}
.steps-section .steps h2{
    margin-bottom: 20px;
    margin-top: 0;
    color: #222120;
    font-weight: 400;
    font-size: 44px;
    line-height: 36px;
    letter-spacing: 6px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Baskerville Old Face';
}
.steps-section .steps .big-image{
    max-width: 568px;
    margin: 0 auto;
}
.steps-section .steps .big-image figure{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 694px;
}
.steps-section .steps .big-image figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.steps-section .steps .btn-wrap{
    display: flex;
    justify-content: center;
}
.steps-section .steps .btn{
    padding: 22px 48px;
    background-color: #FCEAF1;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.01;
    letter-spacing: 2px;
    font-family: 'Urbanist';
    text-transform: uppercase;
}
.steps-section .steps .color-pick{
    max-width: 442px;
    padding: 50px 20px 30px;
    margin: 0 auto;
}
.steps-section .fabric-sec{
    margin: 50px 0 30px;
    background-color: #FCEAF1;
    padding: 70px 63px;
}
.steps-section .fabric-sec .listing:not(:last-of-type){
    margin-bottom: 70px;
}
.steps-section .fabric-sec .listing h6{
    margin: 0 0 30px 0;
    font-family: 'Baskerville Old Face';
    font-weight: 400;
    font-size: 24px;
    line-height: 1.01;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #222120;
}
.steps-section .fabric-sec .listing ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.steps-section .fabric-sec .listing .name{
    align-items: center;
    margin-bottom: 12px;
    display: flex;
}
.steps-section .fabric-sec .listing .name p{
    color: #222120;
    text-transform: uppercase;
    margin: 0 10px 0 0;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Urbanist';
}
.steps-section .fabric-sec .listing .name .tag{
    padding: 3px 10px;
    background-color: #fff;
    text-transform: uppercase;
    color: #000;
    font-family: 'Urbanist';
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 1px;
    cursor: pointer;
}
.steps-section .fabric-sec .listing span{
    color: #000;
    font-family: 'Urbanist';
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.steps-section .steps .images-listing{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 44px;
    row-gap: 49px;
    max-width: 997px;
    padding: 50px 20px 30px;
    margin: 0 auto;
}
.steps-section .steps .images-listing .image{
    width: 100%;
    height: 451px;
}
.steps-section .steps .images-listing .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.steps-section .form-wrapper{
    max-width: 670px;
    padding: 50px 20px 30px;
    margin: 0 auto;
}
.steps-section .form-heading{
    margin: 0 0 40px;
    color: #222120;
    font-family: 'Urbanist';
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.steps-section .form_groups{
    margin-bottom: 40px;
}
.steps-section .form_groups:last-of-type{
    margin-bottom: 0;
}
.steps-section .form_groups p{
    color: #000;
    font-family: 'Urbanist';
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.steps-section .form_groups input{
    padding: 14px 17px;
    border: solid 2px #FCEAF1;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    color: #000;
    font-family: 'Urbanist';
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Default pages */
.woocommerce-account header,
.woocommerce-cart header {
    background-color: #FFA6C1;
}
.woocommerce-account .site-main,
.woocommerce-cart .site-main {
    padding: 40px 0 30px;
}
.woocommerce-edit-address .site-main *,
.woocommerce-downloads .site-main *,
.woocommerce-dashboard .site-main *,
.woocommerce-account .site-main *,
.woocommerce-cart .site-main * {
    font-family: 'Urbanist' !important;
}
.woocommerce-edit-address .site-main button,
.woocommerce-downloads .site-main .button,
.woocommerce-account .site-main .woocommerce-button,
.woocommerce-account .site-main .woocommerce-Button,
.woocommerce-cart .site-main button,
.woocommerce-cart .site-main .button{
    padding: 16px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    border: 2px solid #FCEAF1;
    background-color: #FCEAF1;
    width: 220px;
    letter-spacing: 2px;
    font-family: 'Urbanist';
    cursor: pointer;
    border-radius: 0px;
    transition: 0.3s ease;
    color: #000;
    height: auto;
    text-align: center;
}
.woocommerce-account .site-main .form-row:nth-of-type(3){
    display: flex;
    align-items: center;
    align-items: center;
}
.woocommerce-account .site-main .woocommerce-button{
    margin-left: 20px;
}
.woocommerce-account .site-main .woocommerce-notices-wrapper .woocommerce-error{
    justify-content: flex-start;
    flex-direction: row;
} 
nav.woocommerce-MyAccount-navigation {
    border: solid 1px #d8d3d3;
    padding: 20px 0;
}
nav.woocommerce-MyAccount-navigation li:not(:last-of-type){
    margin-bottom: 10px;
}
.woocommerce-MyAccount-content{
    padding-left: 20px;
}
.woocommerce-account header.woocommerce-Address-title.title {
    background: transparent;
    margin-bottom: 15px;
}
.woocommerce-account header.woocommerce-Address-title.title .edit{
    float: left;
}
nav.woocommerce-MyAccount-navigation li.is-active a{
    color: #000;
}




/**** Responsive Design ****/
@media (max-width: 1024px) {
    .catalog-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .catalog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .catalog-item {
        height: 300px;
    }

    .catalog-title {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .catalog-grid {
        grid-template-columns: 1fr;
    }

    .catalog-item {
        height: 400px;
    }
}

/***** Media Queries *****/

@media (max-width: 1024px) {

    /* Testimonial responsive css on home page */

    .sp-testimonial-free-section.swiper-initialized,
    .sp-testimonial-free-section:not(.swiper-initialized, .tfree-layout-grid) {
        margin: 0 5px;
    }

    .sp-testimonial-free-section .sp-testimonial-client-testimonial,
    .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
        font-size: 14px;
    }

    .pink-testimonials .sp-testimonial-free-section .sp-testimonial-client-image img {
        width: 120px;
    }

    /* Shop Page responsive styles */
    #product-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 15px;
        row-gap: 35px;
    }
}

@media (max-width: 480px) {

    /* Testimonial responsive css on home page */

    .sp-testimonial-free-section .sp-testimonial-client-testimonial,
    .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
        font-size: 14px;
    }

    .pink-testimonials .sp-testimonial-free-section .sp-testimonial-client-image img {
        width: 110px;
    }

    .pink-testimonials #sp-testimonial-free-wrapper-658 .sp-testimonial-free {
        height: 395px;
    }

    /* Shop Page responsive styles */

    .selection {
        max-width: 500px;
        padding: 0 15px;
    }

    #product-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 20px
    }
}

