main#primary {
    overflow: hidden;
}

/* ==== FOLD 1-B ==== */

.fold1b {
    flex: 1;
}

div#fold1-splide {
    visibility: visible !important;
}

#fold1-splide .splide__slide {
    display: flex;
    flex: 1 0 100%;
    width: 100% !important;
}

.fold1b-item {
    position: relative;
    padding: 100px 0px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fold1b-wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.fold1b-content-inner-img {
    position: relative;
    flex: 1;
}

.fold1b-img {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0%;
    background: rgb(203,203,203);
    background: linear-gradient(315deg, rgba(203,203,203,1) 0%, rgba(246,246,246,1) 100%);
}

.fold1b-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transform-origin: left;
}

.fold1b-content {
    position: relative;
    max-width: 680px;
    width: 100%;
}

.fold1b-item .row-container {
    width: 100%;
}

.fold1b-item .title:nth-of-type(2) {
    color:var(--primary-color1);
}
.fold1b-content p:not(.title) {
    font-size: 24px;
    line-height: 32px;
    margin: 20px 0px 30px;
}

@media (min-width:1024px) {

.fold1b-item .title:first-child {
    font-size: 56px;
    line-height: 64px;
    font-weight: 600;
    margin: 0px;
}

}

/*== == CONTENT FOLDB == ==*/

.content-foldb-content-header .subtext {
    margin: 0px;
}

.content-foldb-wrapper {
    display: flex;
    align-items: stretch;
    gap: 80px;
    position: relative;
    z-index:3;
    padding: 50px 0px;
}

.content-foldb-content {
    padding-right: 80px;
}

.content-foldb-img {
    flex: 0 0 45%;
    transform: scale(1);
    transform-origin: right;
    position: relative;
    display: flex;
}

.content-foldb-wrapper::before {
    background: url('/wp-content/uploads/2024/07/fastasleep-break-background.jpg.webp');
    top: 0px;
    left: -20px;
    width: calc(100% + 40px);
    height: 100%;
    content:'';
    position:absolute;
    z-index:-1;
}

.content-foldb-wrapper-outer {
    position: relative;
    overflow: hidden;
    margin: 125px 0px;
}

.content-foldb-content-header .subtext {
    color: var(--primary-color1);
}

.content-foldb-img picture:first-child img {
    position: absolute;
    top: -10px;
    left: 80px;
    height: calc(100% + 20px);
    width: calc(100% - 150px);
    animation: spin 30s linear infinite;
    object-fit: fill;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.content-foldb-img > img {
    max-height: 210px;
    margin: 0px auto;
    align-self: center;
}

.content-foldb-content-header {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.content-foldb-content-header::before {
    content: '';
    height: 2px;
    width: 200px;
    background: var(--primary-color1);
    position: absolute;
    bottom: 0px;
}

	/*== == CONTENT FOLDB END == ==*/

/*CONTENT FOLD C*/
.content-fold-c-wrapper {
    display: flex;
    align-items: stretch;
    padding: 110px 0px;
    gap: 40px;
    justify-content: flex-end;
}

.content-fold-c-item > a {
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px;
}

.content-fold-c-img img {
    height: 100%;
    object-fit: cover;
}

.content-fold-c-content p {
}

.content-fold-c-img {
    position: absolute;
    width: calc(50% - 100px);
    height: calc(100% - 50px);
    right: 20px;
    bottom: 25px;
}

.content-fold-c-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}


.content-fold-c-content {
    display: flex;
    flex-direction: column;
    width: calc(50% + 0px);
}

.content-fold-c {
    position: relative;
}


.content-fold-c-content .title {
    margin-bottom: 20px;
}


.flipped .content-fold-c-wrapper{
    flex-direction: row-reverse;
}


div#content-fold-c-items ul {
    display: flex;
    flex-wrap: wrap;
}

div#content-fold-c-items ul li {
    flex: 0 0 calc(100% / 3);
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
}

div#content-fold-c-items lord-icon {
    width: 80px !important;
    height: 80px !IMPORTANT;
}

.content-fold-c-content-inner {
    text-align: center;
    margin-bottom: 40px;
}

p.item-title {
    position: relative;
    transition: all 300ms ease;
    text-transform: uppercase;
}

.content-fold-c-item:hover {
    background: var(--primary-color1);
}

.content-fold-c-item:hover lord-icon {
    filter: brightness(10);
}

.content-fold-c-item:hover p {
    color:white;
}
.content-fold-c-item lord-icon {
    transition: all 300ms ease;
}


.content-fold-c-item p:not(.item-title) {
    font-size: 12px;
    line-height: 22px;
}

.content-fold-c-item {
    background: whitesmoke;
    flex: 1;
    transition: all 300ms ease;
    cursor: pointer;
}

.content-fold-c-content-inner .title {
    position: relative;
    padding-bottom: 20px;
}

.content-fold-c-content-inner .title::before {
    content: '';
    height: 2px;
    width: 250px;
    bottom: 0px;
    left: 50%;
    transform: translatex(-50%);
    position: absolute;
    background: var(--primary-color1);
}

	/*== == CONTENT FOLDC END == ==*/


/*== == REVIEWS FOLDA == ==*/

.reviews-folda .splide__pagination{
    padding-top:30px;
}

.reviews-folda-slider .splide {
    margin: 0px auto;
}

.reviews-folda-slider-item-header {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: column;
    text-align: center;
    flex: 0 0 160px;
}

.reviews-folda-slider-item-header-img {
    overflow: hidden;
    border-radius: 50%;
    max-width: 100px;
}

.reviews-folda-slider .splide__track {
    overflow: visible;
}

.reviews-folda-slider .splide__slide {
    transition: all 500ms ease;
    opacity: 0;
}

.reviews-folda-slider .splide__slide.is-visible {
    opacity: 1;
}

.reviews-folda-slider-item-padding {
    padding: 50px 30px;
    position: relative;
    display: flex;
    gap: 40px;
}

.reviews-fodla-slider-item-content-stars i {
    font-size: 24px;
    line-height: 32px;
    color: var(--secondary-color1);
}

.reviews-folda-slider-item-header-title p {
    margin: 0px;
}

.reviews-folda-slider-item {
    position: relative;
    background: white;
    transform: scale(0.975);
}

.reviews-folda {
    padding-bottom:50px;
    position: relative;
    margin: 40px 0px;
    overflow: hidden;
}

.content-fold-header {
    padding: 50px 0px;
    text-align: center;
}

.content-fold-header-subtext .subtext {
    margin: 0px;
}

.content-fold-readmore {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.reviews-folda-slider-item-content-inner {
    display: flex;
    align-items: center;
}

.reviews-folda::before {
    content: '';
    background-image: url('/wp-content/uploads/2024/07/fastasleep-break-background.jpg.webp');
    position: absolute;
    top: 0px;
    left: 30px;
    width: calc(100% - 60px);
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.reviews-folda-container {
    position: relative;
}

.content-fold-header-title .title {
    margin: 0px;
}

    /*== == REVIEWS FOLDA END == ==*/

/*== == WISHLIST === ==*/

.wishlist-title.wishlist-title-with-form a {
display: none;
}

.wishlist-fold {padding: 50px 0px;}

.wishlist-title.wishlist-title-with-form {
margin-bottom: 20px;
width: 100%;
}

.wishlist_table.mobile li {
display: flex;
align-items: center;
margin: 0;
border-bottom: solid 1px lightgrey;
padding: 20px;
box-sizing: border-box;
}

.wishlist_table.mobile li .item-wrapper {
width: auto;
display: flex;
align-items: center;
flex-grow: 1;
margin: 0;
}

.wishlist_table.mobile img {
height: auto;
}

.wishlist_table.mobile {
padding: 0;
width: 100%;
border: solid 1px lightgrey;
box-sizing: border-box;
}

.wishlist_table.mobile li:last-child {
border: 0;
}

.additional-info-wrapper {
flex: 0 0 350px;
display: flex;
align-items: center;
justify-content: space-between;
}

.additional-info-wrapper * {
margin: 0 !important;
}

a.remove_from_wishlist {
color: var(--blue);
}

table.additional-info tr,
table.item-details-table tr {
font-size: 24px;
line-height: 24px;
}

table.additional-info td,
table.item-details-table td {
text-align: left !important;
}

.wishlist_table .product-name a {
color: var(--blue);
font-weight: 400;
}

.wishlist_table.mobile li .item-wrapper .product-thumbnail {
max-width: 100px;
margin-right: 20px;
}

.wishlist_table .product-add-to-cart a {
display: block !important;
color: var(--blue);
margin: 0 !important;
}

.yith-wcwl-share {
display: none;
}

.yith-wcwl-share {
display: none;
}

.wishlist-title-container h2 {
text-transform: uppercase;
font-weight: 400;
text-align: center;
width: 100%;
}

/* Container for the wishlist content */
.wishlist-page .entry-content {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

/* Wishlist title container */
.wishlist-page .wishlist-title-container {
    display: none;
}

/* Wishlist title */
.wishlist-page .wishlist-title h2 {
    font-size: 24px;
    color: #333;
    margin: 0;
}

/* Edit title button */
.wishlist-page .wishlist-title .btn {
    background-color: #0073aa;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
}

.wishlist-page .wishlist-title .btn:hover {
    background-color: #005f8a;
}

/* Hidden title form */
.wishlist-page .hidden-title-form {
    display: none;
    margin-top: 10px;
}

.wishlist-page .hidden-title-form input[type="text"] {
    width: calc(100% - 80px);
    padding: 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.wishlist-page .edit-title-buttons {
    display: flex;
    gap: 10px;
}

.wishlist-page .edit-title-buttons a {
    color: #0073aa;
    font-size: 18px;
    text-decoration: none;
}

.wishlist-page .edit-title-buttons a:hover {
    color: #005f8a;
}

/* Wishlist table */
.wishlist-page .wishlist_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background-color: #fff;
}

.wishlist-page .wishlist_table thead {
    background-color: var(--primary-color1);
    color: #fff;
}

.wishlist-page .wishlist_table thead th {
    padding: 12px;
    font-size: 14px;
    text-align: left;
}

.wishlist-page .wishlist_table tbody tr {
    border-bottom: 1px solid #ddd;
}

.wishlist-page .wishlist_table tbody tr:hover {
    background-color: #f1f1f1;
}

.wishlist-page .wishlist_table td {
    padding: 12px;
    vertical-align: middle;
}

.wishlist-page .wishlist_table .product-thumbnail img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
}

/* Product name link */
.wishlist-page .product-name a {
    font-size: 16px;
    color: #0073aa;
    text-decoration: none;
}

.wishlist-page .product-name a:hover {
    color: #005f8a;
}

/* Price, stock status, and action buttons */
.wishlist-page .product-price .woocommerce-Price-amount {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.wishlist-page .product-stock-status .wishlist-in-stock {
    color: #28a745;
    font-size: 14px;
    font-weight: bold;
}

.wishlist-page .product-add-to-cart .button {
    background-color: #0073aa;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
}

.wishlist-page .product-add-to-cart .button:hover {
    background-color: #005f8a;
}

/* Footer styles */
.wishlist-page .yith_wcwl_wishlist_footer {
    margin-top: 20px;
    text-align: right;
}

	/*== == WISHLIST END == ==*/

