@font-face {
    font-family: 'Cochin-Thin';
    src: url('/fonts/Cochin_Regular/Cochin_Regular.otf');
}
#body {
    font-family: 'Cochin-Thin', sans-serif;
    color: #444;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


* {
    outline: 0;
}

.size__sldier{
    width: 1000px;
    height: 1000px;
}


#for-rangre-master-img {
    width: 640px;
    max-height: 640px;
}

.max__width {
    max-width: 100%;
}

.padding {
    padding: 0 50px;
}

.mobile-furniture {
    display: none;
}

.slick-slide {
    display: none;
    padding: 0;
    float: none;
}

.a2 {
    color: black;
    background: none;
    text-decoration: none;
}

/* styles.css */

.logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo img{
    width: 220px;
}


.container {
    min-width: 100%;

}


.logo-block-mobile {
    display: none;
}


/*button1*/
.cart-panel,
.overlay {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.cart-panel.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.overlay.show {
    opacity: 1;
    visibility: visible;
}

.cart-panel {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    background: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    padding: 20px;
    z-index: 1001;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.cart-icon a {
    font-size: 20px;
    color: black;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration: underline;
}

.top-bar-style a {
    color: black;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
}


.custom-container .block-img img {
    width: 10px;
}


.shop-item li {
    font-size: 18px;
    color: #3d4151;
    text-align: left;
    margin-bottom: 20px;
    text-transform: none;
}


.setup-lop {
    padding-left: 50px;
}

/*here*/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
}

/*here*/

.overlay.show {
    display: block;
}


.overlay-mobile.active {
    display: block;
}


.cart-panel.show {
    transform: translateX(0);
}


/*button2*/


/*@media (max-width: 768px) {*/
/*    .banner-text {*/
/*        width: 90%;*/
/*    }*/

/*    .grey-container {*/
/*        display: none;*/
/*    }*/
/*}*/

/*@media (max-width: 480px) {*/
/*    .banner-text {*/
/*        width: 95%;*/
/*    }*/

/*    .grey-container {*/
/*        display: none;*/
/*    }*/
/*}*/

/*.text-for-main-1 {*/
/*    font-size: 44px;*/
/*    font-weight: bold;*/
/*    margin: 0 0 30px;*/
/*}*/

/*.text-for-main-2 {*/
/*    margin: 0 0 30px;*/
/*    font-size: 28px;*/
/*}*/

/*.text-for-main-3 {*/
/*    margin: 0 0 30px;*/
/*    font-size: 22px;*/
/*}*/


/*img panel*/

* {
    padding: 0;
    margin: 0;
}


.main-block-1 {
    display: grid;
    gap: 20px;

}


.column-start {
    display: flex;
    flex-direction: row;
    gap: 26px;
    padding: 0 0 0 16px;

}

.column-end {
    height: 25%;
    display: flex;
    flex-direction: row;
    gap: 26px;
    padding: 0 0 0 16px;

}

.forCategory1,
.forCategory2,
.forCategory3,
.forCategory4,
.forCategory5 {
    border-radius: 20px;

}

.photo-wrapper {
    position: relative;
    display: inline-block;

}


.Category1 {
    font-size: 30px;

}

.Category1-subtext {
    display: block;
    font-size: 20px;
    margin-top: 30px;
    width: 100%;

}


.text-overlay-main {
    position: absolute;
    bottom: 0;
    top: 10%;
    margin-top: 120%;
    left: 0;
    right: 0;
    padding: 30px;
    color: white;
    box-sizing: border-box;

}

.text-overlay {
    position: absolute;
    bottom: 0;
    top: 0;
    margin-top: 20%;
    left: 0;
    right: 0;
    padding: 30px;
    color: white;
    box-sizing: border-box;

}

.most_one #r-main {
    width: 33%;
    height: 100%;
}

.most_one img {
    transition: transform 0.6s ease, border-radius 0.6s ease;
}

.most_one:hover img {
    transform: scale(1.05);
}

.prime_good {
    display: flex;
    padding: 100px 46px 0 0;
    gap: 10px;
}

.prime_img {
    width: calc(50% - 50px);
    min-width: calc(50% - 50px);
    position: relative;
    margin: 0 0 0 50px;
}

.prime-img {
    height: 100%;
}

a {
    text-decoration: none;
    background-color: transparent;
}

body:not(.body_loaded) img:not([src*=".png"]):not([src*=".svg"]):not([src*=".webp"]), img:not([src]) {
    background: linear-gradient(180deg, #ffffff 0, #ffffff 100%);
    border: 0;
}

.prime_good .prime_img img {
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}


.prime_good .prime_img div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 962px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    flex-direction: column;
}

.prime_good span {
    font-size: 44px;
    line-height: 1.6;
}

.prime_good p {
    padding: 0 40px;
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
}

p {
    margin: 0 0 10px;
}


.prime_good .prime_img u {
    margin: 20px 40px;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
}

u {
    text-decoration: none;

}


.upbutton {
    width: 50px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    background: #fff;
    color: #444;
    text-transform: uppercase;
    padding: 10px 0;
    right: 53px;
    font-weight: 700;
    bottom: 50px;
    position: fixed;
    z-index: 900;
    display: none;
}

.arrowtop::before {
    content: '';
    border-width: 1px 1px 0 0;
    display: block;
    transform: rotate(-45deg);
    border-style: solid;
    width: 8px;
    height: 8px;
    margin-left: 22px;
}

.upbutton a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}


.product-item img {
    object-fit: cover;
    border-radius: 14px;
    width: 100%;
}

.product-item span {
    font-size: 18px;
    text-align: left;
    margin: 0 0 10px;
    width: 100%;
    color: #444;
    display: block;
    line-height: 21px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.product-item .price {

    font-weight: 700;
    color: #000000;
    font-size: 16px;
    display: flex;
    justify-content: start;
}

.product-item .stars {
    color: #1a1d20;
    align-items: center;
    display: flex;
    justify-content: normal;
    padding: 12px 0;
}


.starrating > input {
    display: none;
}

.starrating > label:before {
    content: "\f005";
    margin: 2px;
    font-size: 15px;
    font-family: FontAwesome, serif;
}

.starrating > input:checked ~ label {
    color: #FFB55E;
}

.starrating > input:hover ~ label {
    color: #FFB55E;
}


.old-price {
    color: rgba(128, 128, 128, 0.5);
    text-decoration: line-through;
    height: 16px;
}

.old-price .discount {
    background: #FAF0E3;
    padding: 5px 8px;
    border-radius: 5px;
    height: 32px;
    font-size: 14px;
    line-height: 1.4;
    margin: -24px 0 0 100px;
    width: 41px;

}

.price p {
    font-weight: 400;
    font-size: xx-small;
}

.price h2 {
    font-weight: 900;
    font-size: x-small;
}

.product-item a {
    display: block;
    position: relative;
    padding: 15px;
    border-radius: 10px;
    transition: all .3s ease-out;
    color: inherit;
    text-decoration: none;
}

.product-item a {
    border: black;
}

.product-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.review {
    color: #000000;
    margin-left: 6%;
}

.product-item a:hover {
    box-shadow: 0 4px 20px rgba(77, 54, 116, .15);
    transition: all .3s ease-out;
}


.twin_products_cont {
    padding: 100px 0 0;
}

.twin_products {
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
    width: 100vw;
    user-select: none;
}

.right_item {
    position: relative;
    max-width: 800px;
    width: 100vw;
}

.right_item {
    position: relative;
    max-width: 800px;
    width: 100vw;
}

.product-item a {
    display: block;
    position: relative;
    padding: 15px;
    border-radius: 10px;
    transition: all .3s ease-out;
}

.thumb-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border: 0 solid #f6f6f6;
    overflow: hidden;
    border-radius: 10px;
}

.twin_products .thumb-wrap img {
    object-fit: cover;
}

.thumb-wrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .2s ease-out;
    border-radius: 10px;
}

.twin_products .right_item .product_info {
    right: 0;
    justify-content: flex-end;
}

.twin_products .product_info {
    padding: 20px;
    position: absolute;
    color: black;
    max-width: 40%;
    bottom: 0;
}

.left_divider {
    position: absolute;
    width: 4px;
    height: 100%;
    background: #fff;
    z-index: 10;
    left: 50%;
}

.divide_handle {
    width: 130px;
    height: 50px;
    background: #fff;
    position: absolute;
    top: 50%;
    justify-content: space-between;
    display: flex;
    cursor: pointer;
    align-items: center;
    border-radius: 28px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.handle_left::after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 28px;
    right: 66px;
    top: 50%;
    transform: translateY(-50%);
    background: #cacaca;
}

.arrowleft::after {
    content: '';
    width: 2px;
    height: 11px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    left: 14px;
    top: 22px;
    background: black;
    border-radius: 2px;
    border: 0;
}

.arrowleft::before {
    content: '';
    width: 2px;
    height: 11px;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    left: 14px;
    top: 15px;
    background: black;
    border-radius: 2px;
    border: 0;
}

.handle_right::after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 28px;
    left: 66px;
    top: 50%;
    transform: translateY(-50%);
    background: #cacaca;
}

.arrowright::after {
    content: '';
    width: 2px;
    height: 11px;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    left: 107px;
    top: 21px;
    background: black;
    border-radius: 2px;
    border: 0;
}

.arrowright::before {
    content: '';
    width: 2px;
    height: 11px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    left: 107px;
    top: 14px;
    background: black;
    border-radius: 2px;
    border: 0;
}

.left_item {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    overflow: hidden;
}

.left_item .product-item {
    max-width: 800px;
    width: 100vw;
}

.discount-block {
    width: 100%;
    padding: 80px 0 0;
    color: black;
}

.padder {
    padding: 0 50px;
}

.discount-item {
    display: flex;
    width: calc(100% + 30px);
    margin: 0 0 0 -30px;
    flex-wrap: wrap;
    padding: 50px;
}

.discount-item .item {
    width: calc(100% / 3);
    padding: 0 0 0 30px;
}

.sale_one {
    flex-direction: row-reverse;
    display: flex;
    background: #eafae3;
    color: inherit;
    text-decoration: none;

}

.sale_img_cont {
    width: 50%;
    height: 0;
    padding: 0 0 50%;
    margin: -10px 10px -10px 20px;
    position: relative;
}

.sale_img_cont img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.sale_text {

    display: flex;
    width: calc(50% - 30px);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 50%;
}

.sale_text1 {
    margin: 0;
    font-size: 16px;
}

.sale_text2 {
    display: flex;
    align-items: center;
}

.sale_text2 span {
    font-size: 70px;
    padding: 9px;
    line-height: 1;
}

.sale_text2_1 {
    font-size: 30px;
    line-height: 1;
}

.sale_text2_2 {
    font-size: 18px;
    line-height: 1;
}

a {
    color: black;
}

.slider {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0 0 0;
}

.video-block {
    position: relative;
    width: 100%;
    margin: auto;
}

video {
    width: 100%;
    height: auto;
    display: block;
}

.sb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
}

.sb_header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    color: white;
}

.sb h2 {
    margin: 0;
    font-size: 44px;
}

.sb p {
    margin: 30px 0 20px 0;
    font-size: 28px;
    width: 78%;
}


.block-review {
    display: flex;
    padding: 100px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1000px;
    background-color: #eafae3;
}

button {
    border-radius: 0;
    display: none;
}

.why_us_love span {
    font-size: 24px;
    font-weight: 700;
    color: black;
    margin: 0 0 30px;
    text-transform: capitalize;
}

.stars-bar {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0 0;
}

.starrating > input {
    display: none;
}

.starrating > label:before {
    content: "\f005";
    margin: 2px;
    font-size: 14px;
    font-family: FontAwesome, serif;
}

.starrating > input:checked ~ label {
    color: #FFB55E;
}

.starrating > input:hover ~ label {
    color: #FFB55E;
}

.img-bar img {
    border-radius: 18px;
    width: 70%;


}

.img-grid {
    min-width: 50%;
    flex-wrap: wrap;
}


.img-bar {
    display: flex;
    justify-content: end;
}

.text-inform p {
    max-width: 490px;
    margin: 30px 0 0;
    text-align: left;
    font-size: 32px;
    line-height: 1.5;
}

.who {
    max-width: 490px;
    text-align: start;
    margin: 50px 0 0;
    line-height: 1.5;
    font-size: 16px;
    font-weight: bold;
}

.prev-arrow {
    left: 10px;
}

.next-arrow {
    right: 10px;
}

.slider-container {
    position: relative;
    background-color: #eafae3;
    height: auto;
}


.prev-arrow, .next-arrow {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.prev-arrow {
    left: 10px;
}

.next-arrow {
    right: 10px;
}

.prev-arrow, .next-arrow {
    display: inline-block;
    background: none;
    border: none;
}


.prev-arrow, .next-arrow {
    position: absolute;
    color: black;
    font-size: 24px;
    top: 90%;
}

.prev-arrow {
    left: 8%;
}

.next-arrow {
    left: calc(8% + 40px);
}


.prev-arrow {
    margin-right: 20px;
}

/*brand cont*/

.brand_cont {
    padding: 100px 0 0;
}

.brand_glider_cont {
    overflow: hidden;
    height: 150px;
    position: relative;
}

.brand_glider {
    display: flex;
    width: 200%;
    position: absolute;
    animation: infiniteScroll 20s linear infinite;
}

.brand_glider .item {
    padding: 10px 40px;
    width: calc(100vw / 7);
    min-width: 200px;
}

.brand_img {
    text-align: center;
    max-width: 120px;
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
}

.brand_glider .item img {
    min-width: 120px;
    max-height: unset;
}

@keyframes infiniteScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/*instagram*/

.insta_block {
    padding: 80px 0 0;
    text-align: center;
}

.insta_block a {
    font-size: 44px;
    text-decoration: none;
    display: inline-block;
    margin: 10px 0 50px;
    text-transform: uppercase;
    color: #2554CB;
}

.reals {
    display: flex;
    position: relative;
    margin: 0;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
    padding: 0 50px;
}

.width-for-insta img {
    width: 90%;
}

.ff_active {
    gap: 20px;
}

.reals a {
    width: auto;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 16px;
}

.reals img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: opacity 0.3s ease;
}

.reals a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    border-radius: 20px;
}

.fusion_fade {
    display: flex;
    justify-content: center;
}

.reals a:hover img {
    opacity: 1;
}

.reals a:hover::before {
    opacity: 1;
}

.reals a::after {
    content: '\f16d';
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    font-family: FontAwesome, serif;
}

.reals a:hover::after {
    opacity: 1;
}

/*padder*/

.padder {
    padding: 0 50px;
}

.why_text_cont {
    background: #eafae3;
    line-height: 1.5;
    border-radius: 10px;
    padding: 100px 100px;
    margin: 0 0 100px;
}

.why_text {
    max-width: 1360px;
    margin: 0 auto;
}

.why_text_head_flex {
    display: flex;
    align-items: center;
}

.why_text_head {
    margin: 0 30px 0 0;
}

.why_text_head h4 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.why_text_head_link {
    font-size: 200px;
}

.why_text_item {
    background: #fbfff8;
    padding: 30px;
    display: flex;
    width: 100%;
    margin: 30px 0 0;
    border-radius: 10px;
}

.why_text_1 {
    width: calc(100% / 3);
    padding: 0 80px 0 0;
}

.text_head {
    font-size: 24px;
    font-weight: 700;
}

.text_footer {
    font-size: 14px;
    margin: 10px 0 0;
}

.wht_text_head_link {
    font-size: 20px;
    color: black;
    background: none;
    padding: 0;
    margin: 0;
}

.wht_text_head_link a {
    color: black;
}

.wht_text_head_link a:hover {
    color: black;
    text-decoration: underline;
}

.why_text_ico_items {
    display: flex;
    width: 100%;
    margin: 50px 0 0;
    justify-content: space-between;
}

.why_text_ico_item_one {
    padding: 0 20px;
    text-align: center;
}

.why_text_iio_img {
    height: 18px;
}

.why_text_iio_img img {
    width: auto;
    max-height: 100%;
}

.why_text_iio_head {
    font-size: 16px;
    margin: 10px 0 0;
    font-weight: 700;
    color: black;
}

/*footer*/

.footer {
    padding: 50px 0 50px;
    border-bottom: 1px solid #ebebeb;
}

.footer > .padder {
    display: flex;
    justify-content: space-between;
}

.footerL {
    margin: 0 10px 0 0;
}

.footerR_evenly {
    justify-content: space-evenly;
}

.footerR_long {
    width: 70%;
}

.footerR {
    display: flex;
    justify-content: space-between;
    width: 60%;
}

.footerR > div {
    max-width: 28%;
}

.footone h5 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

p {
    margin: 0 0 10px;
}

.footer a {
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid transparent;
    transition: all .4s ease-out;
}

p {
    margin: 0 0 10px;
}

.footone a {
    color: black;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration: underline;
}

.footone a {
    color: black;
    text-decoration: none;

}

.footone a:hover {
    color: black;
    text-decoration: underline;
}

.footer_bottom {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}

.footer_info {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

}

.footer_img {
    width: 100%;
    display: flex;
    justify-content: end;
    gap: 5px;

}

.footer_img img {
    width: auto;
    height: 30px;
    gap: 20px;
    transition: all .5s ease-out;
}
.mobile__item{
    display: none;
}

/*laptop*/

@media (max-width: 1550px) {


    .prime_good .prime_img div {
        height: 766px;
    }


    .block-review {
        height: 760px;
    }

}

@media (max-width: 1139px) {
    .size__sldier{
        width: 800px;
        height: 800px;
    }

    .banner-text {
        left: 80px;
        top: 50%;

    }

    .text-for-main-1 {
        font-size: 35px;
        margin: 0 0 10px;
    }

    .text-for-main-2 {
        margin: 0 0 10px;
        font-size: 19px;
    }

    .Category1-subtext {
        display: block;
        font-size: 16px;
        margin-top: 18px;
        width: 100%;
    }

    .Category1 {
        font-size: 24px;
    }

    .product-item .stars {
        width: 48%;
    }

    .prime_good .prime_img div {
        height: 666px;
    }


    .block-review {
        height: 700px;
    }

    .text-inform p {
        font-size: 24px;
    }

    .prev-arrow {
        left: 10%;
    }

    .prev-arrow, .next-arrow {
        top: 92%;
    }


}

@media (max-width: 990px) {
    .prev-arrow {
        display: none;
    }

    .next-arrow {
        display: none;
    }

    .size__sldier{
        width: 500px;
        height: 500px;
    }
}

@media (max-width: 960px) {

    .prime_img {
        width: calc(50% - 50px);
        min-width: calc(50% - 50px);
        position: relative;
        margin: 0 0 0 50px;
    }

    .banner-text {
        left: 100px;
        top: 49%;
    }


    .text-for-main-1 {
        font-size: 35px;
        margin: 0 0 10px;
    }

    .text-for-main-2 {
        margin: 0 0 10px;
        font-size: 19px;
    }

    .Category1-subtext {
        display: block;
        font-size: 14px;
        margin-top: 6px;
        width: 100%;
    }

    .Category1 {
        font-size: 20px;
    }

    .text-overlay-main {
        top: -8%;
    }

    .column-start {
        gap: 13px;
    }

    .column-end {
        gap: 10px;
    }

    .main-block-1 {
        gap: 0;
    }


    .product-item .stars {
        width: 48%;
    }

    .text-overlay {
        margin-top: 8%;
    }

    .prime_good .prime_img div {
        height: 666px;
    }


    .block-review {
        height: 500px;
    }

    .text-inform p {
        font-size: 18px;
    }

    .prev-arrow {
        left: 10%;
    }

    .prev-arrow, .next-arrow {
        top: 92%;
        margin: 22px;

    }

    .footer {
        padding: 50px 0 50px;
    }

    .text_head {
        font-size: 16px;
        font-weight: 700;
    }

    .text_footer {
        font-size: 12px;
        margin: 10px 0 0;
    }

    .footone a {
        font-size: 12px;
    }

    .nav-links {
        gap: 18px;
    }

    .nav-links p {
        font-size: 14px;
    }

    .logo-setup {
        padding: 0 20px 10px 20px;
    }


}

@media (max-width: 770px) {
    .logo-setup img{
        width: 50%;
    }
    .logo-setup{
        display: flex;
        justify-content: center;
    }

    .img-grid {
        width: 100%;
        min-width: 100%;
        padding: 0 10px;
        flex-wrap: wrap;
    }

    .prime_good {
        display: block;
        padding: 100px 0 0 40px;
        gap: 10px;
    }

    .container, .photo-gallery, .column-1, .photo-wrapper, .most_one, .text-overlay-main, .text-overlay, .column-start, .column-end, .Category1-subtext {
        margin: 0;
        padding: 0;
        border: none;
        background: none;
        font-size: initial;
        color: initial;
        display: block;
        box-sizing: border-box;
    }


    .container img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
        margin-top: 26px;
    }

    .container .text-overlay {

    }

    .Category1 {
        font-size: 20px;
        color: #ffffff;
        position: absolute;
        top: 44%;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }


    .Category1-subtext {
        display: none;
    }

    .photo-gallery {
        gap: 0;
    }


    .mobile-shopping {
        display: flex;
    }

    .product-item a {
        padding: 0;
    }

    .mobile-furniture {
        padding: 10px;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        display: block;
        color: inherit;
        background-color: transparent;
        transform: none;

    }

    .block-review {
        padding: 0;
    }

    .mobile-furniture img {
        width: 100%;
        height: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;

    }

    .mobile-furniture .Category1 {
        font-size: 38px;
    }

    .mobile-furniture .text-for-main-3 {
        position: absolute;
        display: flex;
        justify-content: center;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .slick-list {
        height: 1100px;
    }


    .img-bar {
        display: flex;
        justify-content: center;
    }

    .img-bar img {
        border-radius: 12px;
        width: 80%;
        margin-top: 20px;
    }


    .prime_good p {
        display: none;
    }

    .photo-container img {
        transition: transform 0.5s ease;
    }

    .text-for-main-3 {
        margin-top: 20px;
    }

    .sb p {
        font-size: 18px;
        width: 100%;
    }

    ol, ul {
        list-style: none;
    }

    .why_text_iio_head {
        font-size: 8px;
    }

    .photo-container.most_two:hover img {
        transform: scale(1.05);
    }

    #text-mobile {
        position: absolute;
        top: 46%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 44px;
        text-align: center;
        width: 101%;
    }


    .shop-button {
        display: block;
        position: absolute;
        bottom: 30%;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px 20px;
        background-color: transparent;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 22px;
        text-transform: uppercase;
        transition: color 0.3s ease, border-color 0.3s ease;
    }

    .shop-button::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        background-color: #fff;
        transition: width 0.5s ease;
    }

    .shop-button:hover::after {
        width: 100%;
    }


    .discount-item {
        flex-direction: column;
        padding: 16px;
    }

    .discount-item .item {
        width: calc(100%);
        padding: 0 0 72px 30px;
        max-width: 100%;
        max-height: 100%;
    }

    .sb h2 {
        margin: 0;
        font-size: 22px;
    }

    .sb p {
        margin: 30px 0 0;
        font-size: 14px;
        width: 145%;
    }

    .block-review {
        flex-direction: column-reverse;
    }

    .img-bar img {
        border-radius: 12px;
        width: 100%;

    }

    .block-review {
        height: 1000px;
        padding: 10px;
    }

    .slick-dots {
        position: absolute !important;
        bottom: 5% !important;
    }


    .prev-arrow, .next-arrow {
        top: 85%;
        margin: 60px;
    }

    .reals {
        display: grid;
        grid-template-rows: auto 1fr;
        gap: 10px;
    }

    .top-image {
        grid-row: 1;
    }

    .bottom-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        grid-row: 2;
    }

    .bottom-row img {
        width: 100%;
        height: auto;
    }

    .insta_block {
        display: block;
    }

    .insta_block a {
        font-size: 30px;
        text-decoration: none;
        display: flex;
        text-transform: uppercase;
        color: #2554CB;
        justify-content: center;
        margin-top: 30px;
    }

    .insta_block a {
        padding: 0;
        margin: 0;
    }

    .reals .sizing img {
        object-fit: cover;
        border-radius: 20px;
        transition: opacity 0.3s ease;
        height: 72vh;
        max-height: 100%;
        max-width: 100%;
    }

    .reals a::before {
        border-radius: 20px;
        display: flex;
        margin-top: -12px;
    }

    .reals {
        margin: 0;
        padding: 0 10px;

    }

    .why_text_cont {
        background: #eafae3;
        line-height: 1.5;
        border-radius: 10px;
        padding: 30px;
        margin: 0 0 100px;
    }

    .why_text_head_flex {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 10px;
    }

    .wht_text_head_link {
        color: black;
        background: none;
        margin: 10px;
    }

    .padder {
        padding: 0 10px;
        margin-top: 40px;
    }

    .why_text_1 {
        width: calc(100%);
        padding: 0 80px 0 0;
    }

    .why_text_item {
        flex-direction: column;
    }

    .why_text_ico_item_one {
        text-align: center;
        padding: 27px;
    }

    .why_text_ico_items {
        flex-direction: column;
    }

    .footer {
        border-bottom: 1px solid #ebebeb;
        padding: 0;
    }

    .footerR {
        flex-direction: column;
        width: 100%;
    }

    .footerR > div {
        max-width: 99%;
    }

    .footer_bottom {
        display: block;
        padding: 0;
    }

    .footer_img {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 12px;
    }

    .footer_info {
        margin-bottom: 15px;
    }

    .padder {
        padding: 0 10px;
        margin-top: 17px;
    }

    .prime_good {
        padding: 0;
        margin: 0;
    }
    .prime_img{
        display: none;
    }

    .mobile__item {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .img6 {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .text-for-mobile {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .img6 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding: 4px;
        border-radius: 16px;
        aspect-ratio: 1 / 1;
            }
    .item__text{
        font-size: 44px;
        line-height: 1.2;
        color: white;
    }

}

@media (max-width: 420px) {

    .slick-list {
        height: 1000px;
    }


    .block-review {
        height: 760px;
        margin-top: 10px;
    }

    .why_text_head h4 {
        font-size: 35px;
    }

    .reals .sizing img {
        height: 48vh;
    }


    .prev-arrow, .next-arrow {
        top: 92%;
        margin: 0 0 0 -16px;
    }

    .video-block {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding-top: 90%;
    }

    .video-block video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translate(-50%, -50%);
    }

    .shop-button {
        display: block;
        position: absolute;
        bottom: 50px;
    }

    ol, ul {
        list-style: none;
    }

    .banner-text {
        left: 16px;
        top: 58%;
    }

    .text-for-main-1 {
        font-size: 27px;
    }

    .text-for-main-2 {
        font-size: 12px;
    }


    .block-review {
        padding: 10px;
    }

    #text-mobile {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 30px;
    }

    .shop-button {
        display: block;
        position: absolute;
        bottom: 102px;
        padding: 0;
    }

    .search-icon {
        margin-left: -34px;
    }

    .block-review {
        height: 900px;
    }
    .size__sldier{
        width: 400px;
        height: 400px;
    }
    .insta_block a {
        font-size: 20px;
    }
    .item__text {
        font-size: 30px;
        line-height: 1.2;
        color: white;
    }
    .logo-setup img {
        width: 90%;
    }
}

@media (max-width: 300px) {
    .search-icon {
        margin-left: 0;
    }
    .size__sldier{
        width: 350px;
        height: 350px;
    }


    #text-mobile {
        position: absolute;
        top: 45%;
    }

    .block-review {
        height: 745px;;
        margin-top: 10px;
    }

    .product-item a {
        display: block;
        position: relative;
        padding: 1px;
        border-radius: 12px;
        transition: all .3s ease-out;
    }

    .why_text_iio_head {
        font-size: 8px;
    }

    .shop-button {
        display: block;
        position: absolute;
        bottom: 50px;
        padding: 0;
    }
    .why_text_head h4 {
        font-size: 19px;
    }
    .wht_text_head_link {
        font-size: 12px;
    }
    .logo-setup img {
        width: 100%;
    }
}

ol, ul {
    list-style: none;
}


/**/