*{
    margin: 0px;
    padding: 0px;
}
.container{
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.section-padding{
    padding: 60px;
}
.section-padding.collection {
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    justify-content: space-between;
}

.product-card-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    /* margin-bottom: 10px;
    padding: 0 10px; */
    /* width: 33.333%; */
}

.product-card {
    /* max-width: 350px; */
    width: 100%;
}

.product-card .image {
    display: block;
    height: 240px;
}
.image-cover {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.product-card .content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
}

.product-card .content .title {
    font-weight: 500;
    letter-spacing: .01em;
    color: #222;
    text-decoration: none;
    font-size: 18px;
    margin-left: 10px;
	font-family: 'Abhaya Libre';
	margin:0px;
}

.product-card .content .variants {
    align-items: center;
    display: flex;
    justify-content: flex-end;
	font-family: 'Abhaya Libre';
}

.product-card .content .variant {
    border-radius: 100%;
    height: 22px;
    margin: 0 2px;
    overflow: hidden;
    width: 22px;
}
.product-card .content .variant img{
	
}
.collection-description-wrapper {
    margin-bottom: 24px;
    /* padding: 0 10px; */
    width: 100%;
}

.collection-description-card {
    padding: 24px;
}

.collection-description-card p {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.collection-description-card p {
    font-size: 18px;
    margin-bottom: 1rem !important;
    color: #0F0F0F;
}
.collection-description-card {
    --tw-bg-opacity: 1;
    background-color: rgba(245,245,243,var(--tw-bg-opacity));
}



/*=================== Slider Css===================== */


.shop-cta-slider-wrapper {
    height: 600px;
}

.shop-cta-slider-wrapper .swiper-shop-cta {
    height: 100%;
}

.shop-cta-slider-wrapper .swiper-shop-cta .swiper-slide {
    align-items: center;
    display: flex;
    justify-content: center;
    /* padding: 0 50px; */
    position: relative;
}

.shop-cta-slider-wrapper .swiper-shop-cta .swiper-slide .bg-image {
    background-color: rgba(0,0,0,.5);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.shop-cta-slider-wrapper .swiper-shop-cta .swiper-slide .content {
    align-items: center;
    background-color: #000;
    display: flex;
    height: 500px;
    justify-content: center;
    max-width: 1200px;
    position: relative;
    width: 100%;
}

.shop-cta-slider-wrapper .swiper-shop-cta .swiper-slide .content .bg-image {
    opacity: .8;
}

.shop-cta-slider-wrapper .swiper-shop-cta .swiper-slide .content .internal-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    text-align: center;
    z-index: 1;
}

.shop-cta-slider-wrapper .swiper-shop-cta .swiper-slide h2.font-fancy {
    font-size: 5rem;
    margin-bottom: 0px;
    color: #fff;
	font-family: "Maima", Arial, Helvetica, sans-serif;
	font-weight: 400;
}
.internal-content h3{
    color: #fff;
    font-size: 34px;
    margin-bottom: 20px;
}

.button3 {
    border: 1px #6c85ac solid;
    background-color: #fff;
    color: #222;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    font-size:18px;
    cursor: pointer;
}
.button3:hover{
    background-color: #6c85ac;
    color: #fff;
}
.shop-cta-slider-wrapper .swiper-shop-cta .swiper-button-prev {
    left: calc(50% - 580px);
}

.shop-cta-slider-wrapper .swiper-shop-cta .swiper-button-next {
    right: calc(50% - 580px);
}

.shop-cta-slider-wrapper .swiper-shop-cta .swiper-pagination {
    bottom: 64px;
    display: flex;
    left: calc(50% - 150px);
    max-width: 300px;
}


.shop-cta-slider-wrapper .swiper-shop-cta .swiper-pagination-bullet {
    background-color: transparent!important;
    border-radius: 0;
    height: 20px;
    margin: 0 6px!important;
    opacity: 1;
    position: relative;
    width: 20px;
}

.shop-cta-slider-wrapper .swiper-shop-cta .swiper-pagination-bullet:after {
    background-color: #fff;
    bottom: 0;
    content: " ";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    transition: background-color .3s;
    width: 100%;
}



.shop-cta-slider-wrapper .swiper-shop-cta .swiper-pagination-bullet-active:after {
    background-color: #6c85ac;
}

.shop-cta-slider-wrapper .swiper-shop-cta .swiper-button-next,.shop-cta-slider-wrapper .swiper-shop-cta .swiper-button-prev {
    --tw-text-opacity: 1;
    color: rgba(255,255,255,var(--tw-text-opacity));
    cursor: pointer;
    height: auto;
    width: auto;
}

.shop-cta-slider-wrapper .swiper-shop-cta .swiper-button-next:after,.shop-cta-slider-wrapper .swiper-shop-cta .swiper-button-prev:after {
    content: "";
    display: none;
}


/* ===================== Product Inner ======================== */
.product-wrapper {
    min-height: 400px;
}

.product,.product-images {
    display: flex;
    justify-content: space-between;
}

.product-images {
    height: 480px;
    margin-right: 36px;
}

.product-images .main-image {
    height: 480px;
    width: 480px;
}

.product-images .thumbnails {
    align-items: center;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    width: 70px;
}

.product-images .thumbnails .thumbnail {
    cursor: pointer;
    flex-shrink: 0;
    height: 60px;
    padding: 5px;
    transition: opacity .3s;
    width: 60px;
}

.product-images .thumbnails .thumbnail .image-wrapper {
    --tw-text-opacity: 1;
    color: rgba(108,133,172,var(--tw-text-opacity));
    height: 100%;
    overflow: hidden;
    position: relative;
}

.product-images .thumbnails .thumbnail .image-wrapper svg {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: -20px;
    position: absolute;
    transition: left .3s;
    width: 20px;
}

.product-images .thumbnails .thumbnail img {
    transition: opacity .3s;
}

.product-images .thumbnails .thumbnail:hover {
    opacity: .9;
}

.product-images .thumbnails .thumbnail.active {
    opacity: 1;
}

.product-images .thumbnails .thumbnail.active .image-wrapper {
    border: 3px solid #6c85ac;
}

.product-images .thumbnails .thumbnail.active .image-wrapper svg {
    left: -6px;
}
.product-breadcrumbs {
    display: flex;
    margin-bottom: 12px;
}

.product-breadcrumbs a,.product-breadcrumbs p {
  font-family: 'Abhaya Libre';
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 4px;
	color: #0F0F0F;
}

.product-breadcrumbs a {
    transition: color .3s;
    color: #0F0F0F;
    text-decoration: none;
    font-family: 'Abhaya Libre';
    font-size: 18px;
    font-weight: 400;
}

.product-breadcrumbs a:hover {
    --tw-text-opacity: 1;
    color: rgba(108,133,172,var(--tw-text-opacity));
}
.product-content {
    flex-grow: 1;
}

.product-content .title-container {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin: 0px 0 14px;
}
.product-wrapper .product-content .title-container  {
    display: block !important;
}
.title-container p {
    font-size: 18px;
    color: #0f0f0f;
    margin-bottom: 0px;
}
.product-content .price {
    margin-left: 12px;
}

.product-content .title,.product-content .type {
    --tw-text-opacity: 1;
    color: rgba(108,133,172);
    font-weight: 400;
    letter-spacing: -.02em;
	font-family: 'Abhaya Libre';
	font-size: 25px;
	margin:0px;
}

.product-content .type {
    font-size: 35px;
	font-weight:400;
	 font-family: 'Abhaya Libre';
}

.product-content .spacer {
    background-color: #6c85ac;
    height: 1px;
    margin-bottom: 14px;
    width: 100%;
}

.product-content .description {
    margin-bottom: 12px;
}

.product-content .description p {
    font-size: 1rem;
}

.product-content .stats {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.product-content .stats .stat-item {
    font-size: 18px;
    font-weight: 600;
    width: 50%;
	font-family: 'Abhaya Libre';
	color: #0F0F0F;
}
button.single_add_to_cart_button.button.alt {
    border: 1px #6c85ac solid;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    color: #0f0f0f;
    padding: 12px 20px !important;
    text-transform: capitalize;
    font-size: 18px;
    min-width: 200px;
	font-family: 'Abhaya Libre';
}
button.single_add_to_cart_button.button.alt:hover{
	 background-color: #6c85ac ;
    color: #fff;
}
.quantity {
	display:none !important;
}
.product-content .stats .stat-item span {
    font-weight: 400;
}

.product-content .variants {
    display: flex;
    flex-wrap: wrap;
}

.product-content .variant-row {
    margin-bottom: 16px;
    margin-right: 12px;
}

.product-content .variant-row label {
    display: block;
    font-size: 1rem;
}

.product-content .variant-row select {
    border: 1px solid #6c85ac;
    min-width: 200px;
    padding: 12px 20px;
}

.product-content .variant-row:last-of-type {
    margin-right: 0;
}

.product-content .checkout-button {
    height: 49px;
    min-width: 200px;
}

.product-content .content-thumbnails {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 24px -4px 0;
    max-height: 120px;
    max-width: 310px;
    overflow: auto;
}

.product-content .content-thumbnails .content-thumbnail {
    height: 30px;
    padding: 4px;
    width: 30px;
}

.product-content .content-thumbnails .content-thumbnail .image-wrapper {
    background-color: #000;
    height: 100%;
    position: relative;
    width: 100%;
}

.product-content .content-thumbnails .content-thumbnail.active img {
    border: 4px outset #6c85ac;
}




@media (max-width: 1300px) {
    .shop-cta-slider-wrapper .swiper-shop-cta .swiper-button-prev {
        left: 80px;
    }

    .shop-cta-slider-wrapper .swiper-shop-cta .swiper-button-next {
        right: 80px;
    }
}

@media(max-width:768px){
.product-grid {
    grid-template-columns: 1fr 1fr;

}
.product {
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    max-width: 600px;
}
.product-content {
    margin-top: 20px;
}
}
@media (max-width: 639px) {
    .shop-cta-slider-wrapper .swiper-shop-cta .swiper-slide {
        /* padding: 0 12px; */
    }

    .shop-cta-slider-wrapper .swiper-shop-cta .swiper-slide h2 {
        font-size: 2rem;
    }

    .shop-cta-slider-wrapper .swiper-shop-cta .swiper-slide h2.font-fancy {
        font-size: 3rem;
        margin-bottom: 0;
    }

    .shop-cta-slider-wrapper .swiper-shop-cta .swiper-slide .content {
        padding-bottom: 64px;
    }
    .shop-cta-slider-wrapper .swiper-shop-cta .swiper-pagination {
        left: calc(50% - 125px);
        max-width: 250px;
    }
    .shop-cta-slider-wrapper .swiper-shop-cta .swiper-pagination-bullet {
        width: 20px;
    }
    .shop-cta-slider-wrapper .swiper-shop-cta .swiper-button-next,.shop-cta-slider-wrapper .swiper-shop-cta .swiper-button-prev {
        bottom: 64px;
        top: auto;
    }
    .shop-cta-slider-wrapper .swiper-shop-cta .swiper-button-prev {
        left: 24px;
    }

    .shop-cta-slider-wrapper .swiper-shop-cta .swiper-button-next {
        right: 24px;
    }
    .section-padding {
    padding: 1rem;
}
    .product-grid {
    grid-template-columns: 1fr;

}
.product-content .stats .stat-item {
        width: 100%;
    }
    
.product-images {
    flex-direction: column;
    height: auto;
    /* margin-bottom: 24px; */
    width: 100%;
    margin-right: 0px;
}
.product-images .main-image {
    height: 360px;
    width: 100%;
}

}
