.home .site-content .col-full {
    max-width:unset !important;
}
.homepage-section-container {
    max-width:1656px;
    margin:0 auto;
    padding:0 12px;
}

/* Banner */
.banner-item {
    position: relative;
}
.banner-content {
    position:relative;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    padding: 100px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height:830px;
}
.banner-content h1,
.banner-content h2 {
    font-size:60px;
    font-weight:700;
    line-height:66.5px;
    max-width:854px;
    text-align:center;
    margin-bottom:10px;
    color:#fff;
    text-transform:capitalize;
}
.banner-content p {
    color:#fff;
    margin-bottom:56px;
    max-width:854px;
    text-align:center;
}
.banner-item a.btn.btn-outline {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    padding:0 40px;
}
.banner-img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner-carousel.owl-theme .owl-dots .owl-dot span {
    width: 22px;
    height: 5px;
}
.banner-carousel.owl-theme .owl-dots {
    margin-top:0;
    position:absolute;
    bottom:20px;
    left:50%;
    transform:translateX(-50%);
}
.banner-carousel.owl-carousel .owl-stage {
    transition:all 1s ease 0s  !important;
}
@media (max-width:768px) {
    .banner-content h1, 
    .banner-content h2 {
        font-size:40px;
        line-height:48px;
    }
}

/* Products */
.colors {
    gap:12px;
    margin-bottom:12px;
}
.colors input {
    position:absolute;
    visibility:hidden;
}
.colors .color {
    display:block;
    width:19px;
    height:19px;
    border-radius:50%;
}
.colors input[type="radio"]:checked + .color {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #ddd;
}
.colors .color.brown {
    background:#964E2A;
}
.colors .color.black {
    background:#000;
}
.colors .color.darkgray {
    background:#6C685E;
}
.colors .color.pink {
    background:#C7336A;
}
.homepage-product {
    padding:124px 0 97px;
}
.search--results-wrapper {
    max-width:1656px;
    margin:0 auto;
}
.best-product-heading {
    max-width:1656px;
    margin:0 auto 73px;
    padding:0 12px;
}
.best-product-heading h2 {
    font-size:40px;
    font-weight:600;
    line-height:46px;
    margin-bottom:20px;
    max-width:715px;
}
.best-product-heading p {
    max-width:715px;
}
@media (max-width:1400px) {
    .search--results-wrapper {
        margin-left:30px;
        margin-right:30px;
    }
    .best-product-heading {
        margin-left:30px;
        margin-right:30px;
    }
}
@media (max-width:992px) {
    .search--results-wrapper {
        margin-left:15px;
        margin-right:15px;
    }
    .best-product-heading {
        margin-left:15px;
        margin-right:15px;
    }
}
.search--results-wrapper .owl-stage {
    right:6px;
}
.search--results-wrapper .product-item {
    padding:0 6px;
}
.search-result-item-favorite {
    top:10px;
    right:10px;
    z-index:1;
    width: 35px;
    height: 35px;
    background: #f6f6f6;
}
.search-result-item-favorite.active svg path {
    fill:#000;
}
.search-result-item-img {
    width:100%;
    aspect-ratio:3/3;
}
.search-result-item-img img {
    display:block;
    width:100%;
    height:100%;
    object-fit: contain;
}
.search-result-item h3 {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}
.search-result-item .prices .price {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #000000;
}
.search-result-item .prices .old-price {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-decoration-line: line-through;
    color: #B8B8B8;
}
.search-result-item-img .overlay {
    height:fit-content;
    width: fit-content;
    bottom: 40px;
    left: 50%;
    transform:translateX(-50%);
    opacity:0;
    transition:0.3s;
    box-shadow:0 2px 3px 1px #ccc;
    border-radius:8px;
    overflow:hidden;
}
.search-result-item:hover .overlay {
    opacity:1;
}
.search-result-item-img .overlay span {
    width:50px;
    height:50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-result-item-img .overlay span:nth-of-type(2) {
    border-left:1px solid #EEEEEE;
    border-right:1px solid #EEEEEE;
}
.search-result-item-img .overlay span:hover {
    background:#eeeeee
}
.search-result-item-img .overlay span img {
    max-width:100%;
    height:auto;
    object-fit:cover;
}
.alertmessage {
    position:fixed;
    bottom:0;
    margin-bottom:0;
    left:50%;
    transform:translateX(-50%);
    max-width:620px;
    width:80%;
    display:none !important;
}
.alertmessage.active {
    display:flex !important;
}
.alg-wc-wl-thumb-btn-loop {
    color:#000 !important;
}
.product-item .search-result-item .alg-wc-wl-view-state {
    height:20px;
}


/* Start: Quick view */
.quickview-modal {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.2);
    z-index:99;
    display:flex;
    align-items:center;
    justify-content:center;
    display:none;
}
.quickview-modal.active {
    display:flex;
}
.quickview-modal .quickview-inner {
    width:90%;
    max-width:1278px;
    margin:auto;
    max-height:674px;
    height:90%;
    background:#fff;
    overflow:auto;
}
.quickview-modal .quickview-carousel-wrapper {
    width:45%;
    padding:40px 40px 80px;
    border-right:1px solid #c6c6c6;
}
.quickview-modal .quickview-carousel-wrapper .quickview-carousel,
.quickview-modal .quickview-carousel-wrapper .quickview-carousel.owl-carousel .owl-stage,
.quickview-modal .quickview-carousel-wrapper .quickview-carousel.owl-carousel .owl-stage-outer,
.quickview-modal .quickview-carousel-wrapper .quickview-carousel.owl-carousel .owl-item,
.quickview-item {
    height:100%;
}
.quickview-modal .quickview-carousel-wrapper .quickview-carousel.owl-carousel .owl-item .quickview-item img {
    height:100%;
    object-fit:contain;
}
.quickview-modal .quickview-details {
    width:55%;
    padding:40px;
    height:fit-content;
}
.quickview-modal .quickview-details h3 {
    font-family: 'Golos Text', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom:5px;
}
.quickview-modal .quickview-details .price {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-right:10px;
}
.quickview-modal .quickview-details .old-price {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-decoration-line: line-through;
    text-transform: capitalize;
    color: #4D4D4D;
    margin-right:50px;
}
.quickview-modal .quickview-details .sharing {
    gap:12px;
    cursor:pointer;
}
.quickview-modal .quickview-carousel-wrapper .quickview-carousel .owl-nav {
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.quickview-modal .quickview-carousel-wrapper .quickview-carousel .owl-nav button span {
    display:none;
}
.quickview-modal .quickview-carousel-wrapper .quickview-carousel .owl-nav button::after {
    content:'';
    display:block;
    width:15px;
    height:15px;
    border-left:1px solid #000;
    border-bottom:1px solid #000;
    transform: rotate(45deg);
}
.quickview-modal .quickview-carousel-wrapper .quickview-carousel .owl-nav button.owl-next::after {
    transform:rotateZ(225deg);
}
.quickview-modal .quickview-carousel-wrapper .quickview-carousel .owl-nav button:hover {
    background:unset;
}
.quickview-modal .quickview-carousel-wrapper .owl-theme .owl-dots .owl-dot span {
    width:19px;
    height:5px;
    margin:0 4px;
}
.quickview-modal-close-icon {
    right:40px;
    top:40px;
}
.btn-qty {
    border:none;
    outline:none;
    box-shadow:none;
    box-sizing: border-box;
    background:none;
    padding:0 !important;
}
.current-qty {
    border:none;
    margin:0 15px;
}
@media (max-width:768px) {
    .quickview-modal .quickview-inner {
        flex-direction: column !important;
    }
    .quickview-modal .quickview-carousel-wrapper {
        width:100%;
        border:none;
    }
    .quickview-modal .quickview-details {
        width:100%;
    }
    .quickview-modal-close-icon {
        top:10px;
        right:10px;
    }
}
/* End: Quick view */

/* Variety of styles */
.homepage-styles-list {
    display: grid;
    grid-template-columns: 5fr 3fr 4fr;
    width:1656px;
    margin:0 auto;
    gap: 20px;
}
.homepage-styles-item {
    min-height:577px;
    position:relative;
}
.homepage-styles-item img {
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
}
.styles-content {
    width:100%;
    height:100%;
    padding:40px 37px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    background:linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    position: relative;
    z-index:1;
    color:#fff;
}
.styles-content h3 {
    font-size:36px;
    line-height:50px;
    font-weight:500;
    margin-bottom:4px;
}
.homepage-style-container {
    overflow:auto;
    /* margin-left:132px; */
}
.homepage-style-container::-webkit-scrollbar {
    display:none;
}
@media (max-width:1400px) {
    .homepage-style-container {
        margin-left:30px;
    }
    .homepage-styles-list {
        grid-template-columns:1fr 1fr 1fr;
        width:1920px;
    }
}
@media (max-width:768px) {
    .homepage-style-container {
        margin-left:15px;
        margin-right:15px;
    }
    .homepage-styles-list {
        grid-template-columns:1fr;
        width:100%;
    }
    .homepage-styles-item {
        min-height:331px;
    }
}

/* TravelClub */
.variety-styles small {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    display:block;
}
.variety-styles h2 {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom:55px;
}
.styles-carousel-container {
    max-width: 1468px;
    margin: 0 auto;
}
.styles-carousel.owl-theme .owl-dots {
    margin-top:30px !important;
}
.styles-carousel.owl-theme .owl-dots .owl-dot span {
    width:22px;
    height:5px;
}
.styles-carousel .owl-nav button span {
    display:none;
}
.styles-carousel .owl-nav button.owl-prev,
.styles-carousel .owl-nav button.owl-next {
    display: flex;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 0.6) !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    top: 50%;
    position: absolute;
}
.styles-carousel .owl-nav button::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    position: relative;
    left: 2px;
}
.styles-carousel .owl-nav button.owl-prev {
    transform: translateY(-50%);
    left:0;
}
.styles-carousel .owl-nav button.owl-next {
    transform: rotateZ(180deg) translateY(50%);
    right:0;
}
.styles-carousel .style-item a {
    text-decoration:none;
    color:#fff;
    position:relative;
    overflow:hidden;
}
.variety-styles-overlay {
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:16px;
    opacity:0;
    transition:0.5s;
    z-index:1;
}
.variety-styles-overlay::after {
    content:'';
    display:block;
    width:34px;
    height:34px;
    background-image:url(../../images/instagram-logo.svg);
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    position:absolute;
    top:0;
    right:0;
}
.styles-carousel .style-item a img {
    transition:0.5s;

}
.styles-carousel .style-item a:hover .variety-styles-overlay {
    opacity:1;
}
.styles-carousel .style-item a:hover img {
    transform:scale(1.2);
}
@media (max-width:768px) {
    .variety-styles h2 {
        font-size:30px;
        line-height:38px;
    }
}

/* Header */
.home header#masthead {
    position: relative;
    background: transparent !important;
}
.home #content {
    margin-top: -80px;
}
.home #masthead img {
    filter: invert(1);
}
.home .main-navigation .menu > li > a {
    color:#fff;
}
.home .main-navigation .menu > li > a:hover {
    background:none;
    opacity:0.8;
}
.home #masthead svg path {
    fill: #fff;
}
.home .checkout-links a,
.home .checkout-links span {
    color:#fff;
}
.home .site-search {
    background:transparent;
}
.home .site-search-container svg {
    border-radius:50%;
}
.home .ham-button:after, 
.home .ham-button:before,
.home .ham-button .ham-line {
    background:#fff;
}
@media (max-width:698px) {
    .home #content {
        margin-top: -93px;
    }
}

/* Animation */
.toAnimate {
    opacity:0;
    transform: translateY(80px);
    transition: opacity 0.7s 0.3s, transform 0.7s 0.3s;
}
.toAnimate.d1 {
    transition: opacity 0.7s 0.3s, transform 0.7s 0.3s;
}
.toAnimate.d2 {
    transition: opacity 0.7s 0.5s, transform 0.7s 0.5s;
}
.toAnimate.d3 {
    transition: opacity 0.7s 0.7s, transform 0.7s 0.7s;
}
.toAnimate.d4 {
    transition: opacity 0.7s 0.9s, transform 0.7s 0.9s;
}
.toAnimate.d5 {
    transition: opacity 0.7s 1.1s, transform 0.7s 1.1s;
}
.toAnimate.d6 {
    transition: opacity 0.7s 1.3s, transform 0.7s 1.3s;
}
.toAnimate.d7 {
    transition: opacity 0.7s 1.5s, transform 0.7s 1.5s;
}
.toAnimate.d8 {
    transition: opacity 0.7s 1.7s, transform 0.7s 1.7s;
}
.toAnimate.d9 {
    transition: opacity 0.7s 1.9s, transform 0.7s 1.9s;
}
.toAnimate.d10 {
    transition: opacity 0.7s 2.1s, transform 0.7s 2.1s;
}
.doneAnimate {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.animate-heading.toAnimate {
    transform: translateY(60px);
}
.animate-heading.doneAnimate {
    opacity:1;
    transform: translateY(0);
}
.homepage-styles-item.toAnimate {
    transform:translateX(-60px);
}
.homepage-styles-item.doneAnimate {
    opacity:1;
    transform:translate3d(0, 0, 0);
}

.style-item.toAnimate {
    transform:scale(0.7);
}
.style-item.doneAnimate {
    opacity:1;
    transform:scale(1);
}

.toAnimate.toAnimateFooter {
    transform:translateY(300px);
    transition-duration:1s;
    transition-delay:1s;
}
.toAnimate.toAnimate.toAnimateFooter.doneAnimate {
    transform:translateY(0);
}
#page {
    overflow:hidden;
}