.home-intro-info {
    position: sticky !important;
    top: 76px;
    z-index: 120;
}
.intro-home {
    position: relative;
}
.intro-home .products-navi>div {
    top: calc(50% - 23px);
}
.intro-home .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #ddd;
    opacity: 1;
    margin: 0!important
}
.intro-home .swiper-pagination.swiper-pagination-horizontal {
    bottom: 20px;
    border: none;
    width: max-content;
    background: none;
    padding: 0;
    border-radius: 0;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    gap: 9px;
}
.intro-home span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1e1e1e
}
.hii-title {
    background: #1e1e1e;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 1.8px;
}
.hii-title .swiper-slide {
    height: auto;
    width: auto;
}
.hii-title .swiper {
    height: 35px;
}
.collection-image {
    overflow: hidden;
}
.collection-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-right: -2px;
}
.hii-title .swiper-slide a {
    text-decoration: none;
    padding: 2px 0;
    cursor: pointer;
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hii-content {
    position: absolute;
    top: 100%;
    background: #1e1e1e;
    left: 0;
    right: 0;
    padding: 50px 0 100px 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.swiper-vertical > .swiper-wrapper {
    height: auto;
}
.home-intro-info:hover .hii-content {
    opacity: 1;
    visibility: visible;
}
.hii-outer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1500px;
    margin: 0 auto;
}
.hii-outer > div {
    background: #363636;
    color: var(--White, #fff);
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 170%; /* 27.2px */
    text-transform: uppercase;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix:before,
.fix2:before {
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background: rgb(0 0 0 / 9%);
    display: block;
    z-index: 1000000002;
}
body.admin-bar.fix:before,
body.admin-bar.fix2:before{
    z-index: 10;
}
body.fix, body.fix2 {
    overflow: hidden;
}
header {
    position: relative;
    background: #fff;
    z-index: 1000000010;
}

body.admin-bar header {
    z-index: 1000;
}

#msg {
    z-index: 1000000020;
}
.modal-bg { 
    z-index: 1000000030;
}
.modal {
    z-index: 1000000040;
}
.cky-consent-container {
    z-index: 1000000001!important;
}

.section-homeproducts {
    margin: 70px 0 100px 0;
}
.products-home-title {
    text-align: center;
    color: var(--Dark, #1e1e1e);
    font-size: 24px;
    font-style: italic;
    line-height: 170%;
    margin-bottom: 20px;
}
.products-home-link {
    width: max-content;
    color: var(--Dark, #1e1e1e);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    display: block;
    text-decoration: none;
    margin: 0 auto;
}
.products-home-content {
    margin-top: 70px;
    overflow: hidden;
    position: relative;
}
.products-home-content .products-swiper {
    overflow: visible;
}
.products-navi > div {
    position: absolute;
    top: 32%;
    z-index: 2;
    cursor: pointer;
}
.products-navi > div.swiper-button-disabled {
    opacity: 0;
}
.products-swiper-prev svg {
    transform: rotate(180deg);
}
.products-swiper-prev {
    left: 30px;
}
.products-swiper-next {
    right: 30px;
}
.section-homebanner {
    position: relative;
    margin: 100px 0;
}
.hbanner-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--White, #fff);
    text-align: center;
}
.hbanner-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 170%;
    text-transform: uppercase;
}
.hbanner-text {
    font-size: 16px;
    line-height: 170%;
    max-width: 500px;
}
.hbanner-link {
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 170%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.section-homecollection {
    margin: 120px 0;
}
.collection-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
.collection-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    justify-content: flex-end;
    align-items: center;
}
.collection-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 170%;
    text-transform: uppercase;
    max-width: 500px;
}
.collection-text {
    font-size: 16px;
    line-height: 170%;
    max-width: 500px;
}
.collection-link {
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 170%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.collection-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}
.collection-image {
    height: auto;
}
.collection-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-homegift {
    margin: 120px 0;
}

.gift-block {
    display: grid;
    grid-template-columns: 2fr 3fr;
    align-items: center;
}
.gift-content {
    text-align: center;
}
.gift-title {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.gift-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    max-width: 495px;
    margin: 0 auto 30px;
}
.btn-gift {
    padding: 10px 25px;
    margin: 0 auto;
    font-size: 16px;
    width: max-content;
}
.gift-content .nice-select {
    max-width: 394px;
    margin: 0 auto;
}
.prod-item {
    position: relative;
    min-width: auto;
}
.prod-item-home-title {
    position: absolute;
    bottom: 16px;
    left: 16px;
    color: #373737;
    font-size: 16px;
    letter-spacing: 1.68px;
    text-transform: uppercase;
}

body .products-list > .prod-item {
    /* width: 414px !important; */
    width: 100%!important;
    height: 280px !important;
    grid-area: 1 span / 1 span !important;
}

.products-list > .prod-item:nth-child(7n + 1) {
    height: calc(280px * 2 + 8px) !important;
    grid-area: 2 span !important;
}

.products-list {
    gap: 8px;
}

.section-homeabout {
    margin: 120px 0;
}
.gift-block.about-block {
    grid-template-columns: 3fr 2fr;
}
.about-content .gift-title,
.about-content .gift-text {
    margin: 0;
}
.gift-image {
    height: 870px;
}
.gift-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.products-scroll {
    padding: 0;
}
.home-categories-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 170%;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#js-products-slider2 {
    margin: 0;
}
.section-homebestseller {
    margin: 120px 0;
}

.store-block {
    display: flex;
}
.store-image {
    min-width: 52%;
    flex: 0 0 52%;
    height: 870px;
}
.store-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.store-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.store-location {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    gap: 10px;
    margin-bottom: 10px;
}
.store-text {
    font-size: 16px;
    line-height: 170%;
}
.store-link {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 1.4px;
    text-decoration: none;
    margin-top: 35px;
}
.section-homestore {
    margin: 120px 0 90px 0;
}
.section-homeusp {
    margin: 90px 0;
}
.usp {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}
.usp-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #fafafa;
    height: 250px;
    padding: 20px;
}
.usp-title {
    font-size: 20px;
    line-height: 170%;
    text-transform: uppercase;
    text-align: center;
}
.hbanner2-block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.section-homebanner2 {
    margin: 90px 0 30px 0;
    background: #050505;
    color: #fff;
}
.hbanner2-block .hbanner2-img {
    min-width: 60%;
    flex: 0 0 60%;
}

.hbanner2-content {
    max-width: 493px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: 30px;
}
.hbanner2-content {
    max-width: 493px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: 30px;
    align-items: flex-start;
}
.hbanner2-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 170%;
    text-transform: uppercase;
}
.hbanner2-text {
    font-size: 18px;
    line-height: 170%;
}
.hbanner-link2 {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 170%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.section-textsliderhome {
    margin: 50px 0 120px 0;
}
.section-homesubscribe {
    margin-top: 120px;
    position: relative;
}

.section-homesubscribe > img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-join-caption {
    display: flex;
    flex-direction: column;
    max-width: 394px;
    color: #fff;
    position: relative;
    padding: 55px 0;
}

.home-join-title {
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 2.4px;
    margin-bottom: 5px;
}
.home-join-text {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.home-join-text {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 227px;
}
.home-join-form {
    margin-top: 20px;
}
.home-join-form .wpcf7-form > .wpcf7-form-control-wrap {
    margin-top: 0;
}
.home-join-form label {
    display: none;
}
.home-join-form .form-control {
    color: #fff;
    background: none;
    border-color: #fff;
}
.home-join-form .form-control::placeholder {
    color: #e4e4e4;
}
.home-join-form .wpcf7-form-control.btn {
    font-size: 14px;
    padding: 17px 20px;
    min-width: 0;
    margin-top: 20px;
    color: var(--Dark, #1e1e1e);
    background: #fff;
    border-color: #fff;
    font-weight: 700;
}
.wpcf7 form .wpcf7-response-output {
    position: absolute;
    margin: 10px 0 0 0;
    font-size: 12px;
}
.home-join-caption .join-privacy {
    margin-top: 30px;
  }
.section-homegifts {
    margin: 80px 0 120px 0;
    overflow: hidden;
}
.gift-item {
    position: relative;
}

.hover-buy {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    opacity: 0;
    transition: 0.4s;
}
.gift-item:hover .hover-buy {
    opacity: 1;
}
.gift-item .price-buy {
    padding: 18px 30px;
}
.gift-image-item {
    height: 100%;
}
.gift-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.intro-home img {
    width: 100%;
}
.gallery-slide video,
.gallery-slide img {
    height: 100%;
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    clip-path: inset(1px 1px);
}
@media (max-width: 1800px) {
    .prod-item-home-title {
        font-size: 13px;
        left: 11px;
        bottom: 11px;
    }
    .collection-image {
        height: 980px;
    }
    body .products-list > .prod-item {
        /* width: 300px !important; */
        width: 100% !important;
        height: 240px !important;
    }

    .products-list > .prod-item:nth-child(7n + 1) {
        height: calc(240px * 2 + 8px) !important;
    }
    .gift-image,
    .store-image {
        height: 800px;
    }
}
@media (max-width: 1430px) {
    .gift-item .price-buy {
        padding: 18px 15px;
    }
    .gift-item .single_add_to_cart_button {
        font-size: 12px;
    }
    .gift-item .simple-price {
        font-size: 15px;
    }
    .usp {
        grid-template-columns: repeat(2, 1fr);
    }
    .usp-item:last-child {
        grid-area: 1 span / 2 span;
    }
    .hii-outer {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .hii-outer > div {
        font-size: 14px;
    }
    .products-home-title {
        font-size: 18px;
    }
    .products-home-link {
        font-size: 16px;
    }
    .hbanner-title {
        font-size: 20px;
    }
    .hbanner-text {
        font-size: 13px;
    }
    .hbanner-link {
        font-size: 14px;
    }
    .hbanner-content {
        max-width: 300px;
    }
    .section-homecollection,
    .section-homegift,
    .section-homeabout,
    .section-homebestseller {
        margin: 100px 0;
    }
    .section-homestore {
        margin: 100px 0 70px 0;
    }

    .section-textsliderhome {
        margin: 50px 0 100px 0;
    }
    .section-homesubscribe {
        margin-top: 100px;
    }
    .products-navi {
        display: none;
    }
    .home-categories-title {
        font-size: 20px;
    }
    .section-homegifts .products-home-content {
        margin-top: 0px;
    }
    body .products-list > .prod-item {
        width: 263px !important;
        height: 225px !important;
    }
    .products-list > .prod-item:nth-child(7n + 1) {
        height: calc(225px * 2 + 8px) !important;
    }
    .prod-item-home-title {
        font-size: 12px;
        left: 10px;
        bottom: 10px;
    }
    .collection-block {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }
    .collection-image {
        height: 650px;
    }
    .collection-title {
        font-size: 20px;
    }
    .collection-text {
        font-size: 13px;
    }
    .collection-link {
        font-size: 14px;
    }
    .gift-block {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .gift-title {
        font-size: 26px;
    }
    .gift-text {
        font-size: 13px;
    }
    .gift-image,
    .store-image {
        height: 650px;
    }
    .gift-block.about-block {
        flex-direction: column-reverse;
    }
    .about-content.collection-content {
        flex-direction: column;
        gap: 20px;
    }
    .store-block {
        flex-direction: column;
        gap: 20px;
    }
    .store-location {
        font-size: 13px;
        letter-spacing: 1.3px;
    }
    .store-text {
        font-size: 13px;
    }
    .store-link {
        margin-top: 20px;
    }
    .usp-title {
        font-size: 18px;
    }
    .usp-item {
        height: 200px;
    }
    .hbanner2-title {
        font-size: 20px;
    }
    .hbanner2-text {
        font-size: 13px;
    }
    .hbanner-link2 {
        font-size: 14px;
    }
    .hbanner2-content {
        max-width: 327px;
        margin-left: 60px;
    }
    .section-homesubscribe > img {
        object-position: 61%;
    }
    .hii-title {
        font-size: 16px;
        letter-spacing: 1.6px;
    }
}
@media (max-width: 767px) {
    .gift-item .price-buy {
        padding: 8px 5px;
    }
    .gift-item .single_add_to_cart_button {
        font-size: 10px;
    }
    .gift-item .single_add_to_cart_button svg {
        width: 14px;
        height: 14px;
    }
    .gift-item .simple-price {
        font-size: 10px;
    }
    .hii-title {
        font-size: 10px;
        letter-spacing: 1px;
    }
    .hii-outer > div {
        font-size: 10px;
        padding: 20px 10px;
    }
    .hii-outer {
        gap: 10px;
    }
    .hii-content {
        padding: 20px 0 40px 0;
    }
    .section-homeproducts {
        margin: 70px 0 70px 0;
    }
    .products-home-title {
        font-size: 14px;
    }
    .products-home-link {
        font-size: 14px;
    }
    .section-homebanner {
        margin: 70px 0;
    }
    
    .hbanner-title {
        font-size: 16px;
    }
    .hbanner-text {
        font-size: 12px;
    }
    .hbanner-link {
        font-size: 12px;
    }
    .section-homegifts {
        margin: 70px 0;
    }
    .home-categories-title {
        font-size: 14px;
    }
    body .products-list > .prod-item {
        width: 163px !important;
        height: 140px !important;
    }
    .products-list > .prod-item:nth-child(7n + 1) {
        height: calc(140px * 2 + 3px) !important;
    }
    .section-homecategories .products-list {
        gap: 3px;
    }
    .section-homecollection,
    .section-homegift,
    .section-homeabout,
    .section-homebestseller {
        margin: 70px 0;
    }
    .prod-item-home-title {
        font-size: 9px;
        left: 6px;
        bottom: 6px;
    }
    .collection-title {
        font-size: 16px;
    }
    .collection-text {
        font-size: 12px;
    }
    .collection-image {
        height: 600px;
    }
    .gift-title {
        font-size: 20px;
    }
    .gift-text {
        font-size: 12px;
    }
    .gift-image,
    .store-image {
        height: 300px;
    }
    .gift-title {
        font-size: 18px;
    }
    .usp-item {
        height: 150px;
        gap: 10px;
        padding: 6px;
    }
    .usp-title {
        font-size: 15px;
    }
    .section-homeusp {
        margin: 70px 0;
    }
    .section-homebanner2 {
        margin: 70px 0 0px 0;
    }
    .hbanner2-block {
        flex-direction: column;
    }
    .hbanner2-content {
        margin: 0;
        padding: 40px 20px;
        text-align: center;
        align-items: center;
    }
    .hbanner2-title {
        font-size: 16px;
    }
    .hbanner2-text {
        font-size: 12px;
    }
    .hbanner2-block .hbanner2-img {
        min-width: 100%;
        flex: 0 0 auto;
    }
    .section-faq {
        margin-top: 60px;
    }
    .section-homesubscribe {
        margin-top: 70px;
        position: relative;
    }
    .section-homesubscribe > img {
        position: static;
    }
    .home-join-caption {
        position: absolute;
        top: 0;
        left: 20px;
        right: 20px;
    }
    .home-join-title {
        font-size: 18px;
        letter-spacing: 1.8px;
        margin-bottom: 10px;
    }
    .home-join-text {
        font-size: 12px;
        max-width: 100%;
    }
    .home-join-form .wpcf7-form-control.btn {
        padding: 15px 30px;
    }
    .gallery-slide {
        width: 100% !important;
    }
    .collection-image {
        margin: 0 -20px;
    }
}

@media (max-width: 743px) {
    .hbanner-content {
        top: auto;
        bottom: 55px;
        left: 20px;
        right: 20px;
        max-width: 322px;
        margin: 0 auto;
    }
}