:root {
    --yellow: #7d1fce;
    --green: #2DC3C3;
    --lightgreen: #B7CDC0;
    --darkgreen: #597464;
    --darkergreen: #34268C;
    --gray: #6A6A6A;
    --icon-green: #597464;
    --bg-green: #2DC3C3;
    --icon-yellow: #F2A73C;
    --bg-yellow: #FAE9D0;
}

body,
p,
span,
label,
input,
li,
ul,
ol,
div {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    color: black;
}

html {
    /* scroll-behavior: smooth; */
}

.body-class{
    margin: 0;
    width: 100vw;
    padding: 0;
    font-weight: 300;
    opacity: 0;
    transition: opacity 0.5s;
    background-color: white;
    overflow-x: hidden;
}

section {
    overflow-x: clip;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.container {
    padding: 0;
    max-width: 1200px;
}

strong {
    font-weight: 600;
}

h1 {
    font-size: 44px;
    line-height: 1.3;
    margin-bottom: 25px;
    margin-top: 0;
    font-weight: 600;
    text-transform: uppercase;
}

h2 {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #2f2f2f;
}

h3 {
    font-size: clamp(1.5625rem, 1.4375rem + 0.625vw, 2.1875rem);
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 0;
    color: var(--gray);
}

.primary-link {
    padding: 12px 32px;
    font-weight: 600;
    transition: all 0.3s;
    border-radius: 99px;
    display: block;
    width: fit-content;
    background: #2DC3C3;
    background: linear-gradient(90deg,rgba(45, 195, 195, 1) 0%, rgba(52, 38, 140, 1) 50%, rgba(125, 31, 206, 1) 100%);
    border: 2px solid var(--yellow);
    font-size: 16px;
    color: #fff;
}

.primary-link:hover {
    background: #2DC3C3;
    background: linear-gradient(90deg,rgba(45, 195, 195, 1) 0%, rgba(52, 38, 140, 1) 86%, rgba(125, 31, 206, 1) 100%);
    color: #fff;
}

.secondary-link {
    padding: 12px 32px;
    font-weight: 600;
    transition: all 0.3s;
    border-radius: 99px;
    display: block;
    width: fit-content;
    background-color: white;
    border: 2px solid black;
}

.secondary-link:hover {
    background-color: var(--yellow);
    border: 2px solid var(--yellow);
    color: #fff;
}

::selection {
    background: var(--green);
    color: white;
}

::-moz-selection {
    background: var(--green);
    color: white;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.45s;
}

.overlay.active {
    opacity: 1;
}

.cookiealert {
    opacity: 0;
    transition: all 0.5s;
    background: rgba(110, 110, 110, 0.5) !important;
}

.cookiealert.active {
    opacity: 1;
}

.cookiealert p {
    font-size: 14px;
}

.acceptcookies {
    border-radius: 3px;
}

.modal {
    z-index: 999;
}

.modal-dialog {
    margin-top: 20px;
}

.modal-backdrop {
    display: none !important;
}

.modal .close {
    padding: 5px 10px !important;
    background: transparent !important;
    margin: 0 !important;
}

.modal .card-header {
    display: none;
}

/* .submitButton,
.btn-warning {
    background-color: var(--yellow);
    border: 2px solid var(--yellow);
    color: white;
    font-weight: 500;
}

.submitButton:hover,
.btn-warning:hover {
    background-color: white;
    color: var(--yellow);
    border: 2px solid var(--yellow);
} */

/* .submitButton:focus,
.btn-warning:focus {
    background-color: white;
    color: var(--yellow);
    border: 2px solid var(--yellow);
    outline: none !important;
} */

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: var(--green);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px var(--green);
    outline: none !important;
    transition: all 0.25s;
}

div:focus {
    outline: none !important;
}

a {
    transition: all 0.3s;
    color: #2F2F2F;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus {
    text-decoration: none;
    color: black;
}

button {
    transition: all 0.3s;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
}

button:focus {
    outline: none !important;
}

.bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.mc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ml {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.vbox-close {
    padding: 20px !important;
    top: 10px !important;
    right: 20px !important;
}

.vbox-next {
    right: 40px !important;
}

.vbox-prev {
    left: 40px !important;
}

#wrapper {
    margin-top: 90px;
}

.marker {
    margin-top: -140px;
    padding-bottom: 140px;
}

/* LOADER */

.loader {
    width: 100%;
    height: 100vh;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all 0.5s ease-out;
}

.loader.end {
    opacity: 0;
    z-index: -1;
}

.loader #logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
}

.loader .ball {
    z-index: 999;
}

.loader .bgball {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% - 135px), calc(-50% - 25px));
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--yellow);
}

/* .loader #logo path {
    stroke-width: 0;
} */

/* DESKTOP NAVBAR */

.desktop-navbar {
    width: 100%;
    height: 88px;
    position: fixed;
    top: -88px;
    left: 0;
    z-index: 999;
    background-color: white;
    padding: 0 25px;
    opacity: 0;
}

.desktop-navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}

.desktop-navbar .logo {
    height: 48px;
}

.desktop-navbar .links {
    display: flex;
    align-items: center;
    gap: 60px;
}

.desktop-navbar .links a {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
}

.desktop-navbar .links a span {
    font-size: 17px;
    font-weight: 500;
}

.desktop-navbar .links a img {
    width: 16px;
    margin-left: 10px;
    transition: all 0.3s;
}

.desktop-navbar .links a.active img:not(.line) {
    transform: rotate(180deg);
}

/* .desktop-navbar .links a .line {
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: -10px;
    display: none;
} */

.desktop-navbar .links a .line.small {
    width: 75%;
}

.desktop-navbar .right-side {
    display: flex;
    align-items: center;
    gap: 30px;

}

.desktop-navbar .right-side button {
    position: relative;
}

.desktop-navbar .right-side button img {
    height: 25px;
}

.desktop-navbar .basketsum {
    background-color: var(--yellow);
    position: absolute;
    top: -8px;
    right: -8px;
    border-radius: 99px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktop-navbar .basketsum span {
    color: white;
    font-weight: 500;
}

/* COLLAPSE */

.desktop-navbar .collapse {
    width: 100%;
    background-color: white;
    border-top: 2px solid transparent;
    overflow: hidden;
    max-height: 0;
    transition: all 0.45s ease-in-out;
    position: absolute;
    top: 88px;
    left: 0;
    display: block !important;
}

.desktop-navbar .collapse.active {
    max-height: calc(100vh - 110px);
    border-top: 2px solid var(--green);
    z-index: 999;
}

.desktop-navbar .collapse .container,
.mobile-collapse .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 30px;
}

.desktop-navbar .collapse .families,
.mobile-collapse .families {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.desktop-navbar .collapse h3,
.mobile-collapse h3 {
    margin-bottom: 10px;
    line-height: 0.5;
}

.desktop-navbar .collapse h3 a,
.mobile-collapse h3 a {
    text-transform: none;
    font-size: 20px;
    color: var(--yellow);
    font-weight: 600;
}

.desktop-navbar .collapse h4,
.mobile-collapse h4 {
    font-size: 17px;
    font-weight: 600;
}

.desktop-navbar .collapse h4 a:hover {
    color: var(--yellow);
}

.desktop-navbar .collapse h4 a span {
    font-size: 14px;
    color: #bbb;
    display: block;
    font-weight: 600;
}

.desktop-navbar .collapse .types,
.mobile-collapse .types {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#accessories-collapse .types .items {
    border: none !important;
    padding: 0 !important;
}

#accessories-collapse h3 {
    padding-left: 0 !important;
}

.desktop-navbar .collapse .types .items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 700px;
    border-left: 1px solid var(--yellow);
    padding: 0 35px;
    border-right: 1px solid var(--yellow);
}

.desktop-navbar .collapse .types h3 {
    padding-left: 35px;
}

.mobile-collapse .types .items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}

.desktop-navbar #accessories-collapse .types .items {
    width: 1400px !important;
}

.desktop-navbar .collapse .types .items .item {
    flex-basis: 30%;
}

.desktop-navbar #accessories-collapse .types .items .item {
    flex-basis: 20% !important;
}

.desktop-navbar .collapse .types h4,
.mobile-collapse .types h4 {
    margin-bottom: 10px;
}

.desktop-navbar .collapse .types p,
.mobile-collapse .types p {
    margin-bottom: 0px;
    font-size: 15px;
}

.desktop-navbar .collapse .types p a:hover {
    color: var(--green);
}

.desktop-navbar .collapse .right-side,
.mobile-collapse .right-side {
    position: relative;
}

.mobile-collapse .right-side {
    margin-bottom: 30px;
}

.desktop-navbar .collapse .right-side {
    margin-left: 40px;
}

.desktop-navbar .collapse .right-side .swiper-slide,
.mobile-collapse .right-side .swiper-slide {
    position: relative;
}

.desktop-navbar .collapse .layer,
.mobile-collapse .layer {
    position: absolute;
    top: 20px;
    left: 0;
    background-color: white;
    padding: 6px 20px;
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.small-collapse {
    position: absolute;
    top: 100%;
    right: -25px;
    background-color: white;
    width: 300px;
    border-radius: 20px;
    padding: 20px;
    opacity: 0;
    transition: all 0.4s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
}

.small-collapse.active {
    top: calc(100% + 30px);
    opacity: 1;
    z-index: 999;
}

.small-collapse .triangle {
    height: 30px;
    position: absolute;
    top: -29px;
    left: 53%;
    transform: translateX(-50%);
}

.user-collapse .triangle {
    left: 70%;
}

.basket-collapse {
    right: -50px;
    width: 400px;
}

.basket-collapse .triangle {
    left: auto;
    right: 25px;
    transform: none;
}

.small-collapse .cancel,
.mobile-basket-collapse .cancel,
.mobile-search-collapse .cancel {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    opacity: 0.8;
}

.small-collapse h4,
.mobile-basket-collapse h4,
.mobile-search-collapse h4 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    padding-top: 2px;
    margin-bottom: 20px;
    text-align: center;
}

.small-collapse input,
#signup input,
.modal-body input,
.mobile-search-collapse input {
    width: 100%;
    padding: 10px 20px;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--gray);
    border: 1px solid var(--gray);
    border-radius: 20px;
    margin-bottom: 20px;
}

.modal-content {
    border: none;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.small-collapse button,
.small-collapse .reg,
.basket-collapse .checkout,
.basket-collapse .basket,
.mobile-basket-collapse .basket,
.mobile-basket-collapse .checkout,
.mobile-search-collapse button,
#signup button,
#signup .reg {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
    display: block;
    text-align: center;
    padding: 10px 20px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    color: white;
    border-radius: 99px;
    border: 2px solid var(--yellow);
    background-color: var(--yellow);
    transition: all 0.3s;
    font-family: 'Quicksand', sans-serif;
}

.mobile-search-collapse button {
    width: fit-content;
}

.small-collapse button:hover,
.small-collapse .reg:hover,
.basket-collapse .checkout:hover,
.mobile-basket-collapse .checkout:hover,
#signup button:hover {
    background-color: white;
    color: var(--yellow);
}

.user-collapse .lostpassword,
#signup .lostpassword {
    text-align: center;
    display: block;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--gray);
}

.user-collapse hr,
#signup hr {
    margin: 20px 0;
    border: none;
    border-top: 1px solid #ddd;
}

.user-collapse .reg,
.basket-collapse .basket,
.mobile-basket-collapse .basket,
#signup .reg {
    background-color: transparent;
    border: 2px solid var(--gray);
    color: var(--gray);
}

.user-collapse .reg:hover,
.basket-collapse .basket:hover,
.mobile-basket-collapse .basket:hover,
#signup .reg:hover {
    background-color: var(--yellow);
    border: 2px solid var(--yellow);
    color: white;
}

.basket-collapse h4,
.mobile-basket-collapse h4 {
    margin-bottom: 30px;
}

.basket-collapse .items,
.mobile-basket-collapse .items,
#basket .items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.basket-collapse .items {
    max-height: 360px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: thin;
    scrollbar-color: #F2A73C88 #eee;
}

.basket-collapse .items::-webkit-scrollbar,
.mobile-basket-collapse .items::-webkit-scrollbar {
    width: 5px;
}

.basket-collapse .items::-webkit-scrollbar-track,
.mobile-basket-collapse .items::-webkit-scrollbar-track {
    background-color: #eee;
}

.basket-collapse .items::-webkit-scrollbar-thumb,
.mobile-basket-collapse .items::-webkit-scrollbar-thumb {
    background-color: #F2A73CAA;
    transition: all 0.3s;
}

.basket-collapse .items::-webkit-scrollbar-thumb:hover,
.mobile-basket-collapse .items::-webkit-scrollbar-thumb:hover {
    background-color: var(--yellow);
}

.basket-collapse .items .item .main,
.mobile-basket-collapse .items .item .main,
#basket .items .item .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.basket-collapse .items .item .main .image,
.mobile-basket-collapse .items .item .main .image,
#basket .items .item .main .image {
    width: 35%;
    aspect-ratio: 1/1;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
}

.basket-collapse .items .item .main .image img,
.mobile-basket-collapse .items .item .main .image img,
#basket .items .item .main .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.basket-collapse .details,
.mobile-basket-collapse .details,
#basket .details {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 65%;
}

.basket-collapse .numbers,
.mobile-basket-collapse .numbers,
#basket .numbers {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.basket-collapse .price,
.mobile-basket-collapse .price,
#basket .price {
    font-size: 18px;
    font-weight: 600;
    color: var(--yellow);
}

.basket-collapse p,
.mobile-basket-collapse p,
#basket p {
    margin-bottom: 0;
}

.basket-collapse .name,
.mobile-basket-collapse .name,
#basket .name {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
}

.basket-collapse hr,
.mobile-basket-collapse hr,
#basket hr {
    margin: 5px 0;
    border: none;
    border-top: 1px solid #ddd;
}

.basket-collapse .sum,
.mobile-basket-collapse .sum,
#basket .sum {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.basket-collapse .sum p,
.mobile-basket-collapse .sum p,
#basket .sum p {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.basket-collapse .sum span,
.mobile-basket-collapse .sum span,
#basket .sum span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: var(--yellow);
}

.basket-collapse .checkout,
.mobile-basket-collapse .checkout {
    margin: 10px auto;
}

#basket {
    padding: 80px 30px;
}

#basket .container {
    margin: 0 auto;
}

#basket .items .item .main {
    align-items: flex-start;
}

#basket .left-side {
    display: flex;
    gap: 30px;
}

#basket .items .item .main .image {
    width: 160px;
    height: 160px;
    border-radius: 15px;
    overflow: hidden;
}

#basket .left-side .name {
    font-size: 18px;
    color: #2F2F2F;
}

#basket .right-side {
    display: flex;
    align-items: center;
    gap: 50px;

}

#basket .input {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    width: 130px;
    height: 42px;
    border: 1px solid var(--gray);
    border-radius: 99px;
    padding: 0 15px;
}

#basket .input button img {
    width: 20px;
}

#basket .quantity {
    font-size: 22px;
    font-weight: 600;
    color: #2F2F2F;
}

#basket .price {
    font-size: 26px;
}

#basket hr {
    margin: 20px 0;
}

#basket .sum {
    margin: 20px 0;
}

#basket .sum p {
    font-size: 26px;
}

#basket .sum span {
    font-size: 26px;
}

#basket .buttons {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
}

#basket .buttons a {
    font-size: 18px;
}

.small-collapse.search-collapse .result-list,
.mobile-search-collapse .result-list {
    max-height: 50vh;
    overflow-y: auto;
    scrollbar-color: #F2A73C88 #eee;
    scrollbar-width: thin;
    padding-right: 10px;
}

.mobile-search-collapse .result-list {
    max-height: 58vh;
}

.small-collapse.search-collapse a,
.mobile-search-collapse a {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.small-collapse.search-collapse a img,
.mobile-search-collapse a img {
    height: 60px;
    min-width: 60px;
    max-width: 60px;
    object-fit: contain;
}

.small-collapse.search-collapse a h4,
.mobile-search-collapse a h4 {
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
}

/* HERO */

#hero {
    width: 100%;
    height: 100vh;
    padding-bottom: 40px;
}

#hero .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

#hero .content {
    flex-basis: 45%;
    padding-left: 150px;
}

#hero h2:first-of-type {
    margin-top: 60px;
    margin-bottom: 0;
}

#hero h2 strong {
    color: var(--yellow);
    display: inline;
}

#hero h1 {
    display: inline;
    margin-top: 0;
    color: #2F2F2F;
}

#hero h1,
#hero h2,
#hero strong {
    font-size: 44px;
    line-height: 1.3;
    margin-bottom: 25px;
    margin-top: 0;
    font-weight: 600;
    text-transform: uppercase;
}

#hero .links {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

#hero .image {
    margin-top: 110px;
    flex-basis: 50%;
    height: calc(100% - 30px);
    position: relative;
}

#hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#about {
    padding: 80px 25px;
    position: relative;
}

#about .bgshape {
    position: absolute;
    bottom: 0;
    right: -15vw;
    z-index: -1;
    opacity: 0.1;
    width: 50vw;
}

#about .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    gap: 100px;
}

#about .images,
#about-3 .images {
    display: flex;
    gap: 10px;
}

#about .images .image,
#about-3 .images .image {
    width: 275px;
    height: 440px;
    border-radius: 15px;
    overflow: hidden;
}

#about .images .image img,
#about-3 .images .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

#about .images .image img:hover,
#about-3 .images .image img:hover {
    transform: scale(1.07);
}

#about .images .right-side,
#about-3 .images .right-side {
    display: flex;
    height: 100%;
    flex-direction: column;
    gap: 10px;
    width: 50%;
}

#about .images .right-side .image:first-of-type,
#about-3 .images .right-side .image:first-of-type {
    width: 220px;
    height: 154px;
}

#about .images .right-side .image:last-of-type,
#about-3 .images .right-side .image:last-of-type {
    width: 220px;
    height: 276px;
}

#products,
#types {
    padding: 80px 30px 40px;
}

#products .container,
#types .container {
    margin: 0 auto;
}

#products h2,
#types h2 {
    text-align: center;
    position: relative;
    width: fit-content;
    margin: 0 auto 80px;
    font-weight: 400;
    font-size: 36px;
}

#products h2 .line,
#types h2 .line {
    width: 80%;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}

#products .products,
#types .products {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

#types .products .loader {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.4s;
    z-index: 999;
}

.product-type-swiper {
    transition: opacity 0.3s;
    min-height: 400px;
}

.swiper {
    z-index: auto !important;
}

.swiper-prev,
.swiper-next {
    padding: 25px;
    border-radius: 99px;
    background-color: var(--yellow);
    cursor: pointer;
    transition: background-color 0.3s;
    position: relative;
    opacity: 0.7;
}

.swiper-prev img,
.swiper-next img {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
}

.swiper-prev img {
    left: 47%;
    transform: translate(-50%, -50%);
}

.swiper-next img {
    left: 53%;
    transform: translate(-50%, -50%);
}

.swiper-prev:hover,
.swiper-next:hover {
    opacity: 1;
}

.swiper-slide {
    position: relative;
    padding: 15px;
    padding-top: 160px;
    margin-top: 60px;
    border-radius: 15px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    width: 225px !important;
    min-height: 340px;
    transition: background-color 0.3s !important;
}

.swiper-slide img {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 220px;
    object-fit: contain;
    border-radius: 15px;
    transition: transform 0.3s;
}

.swiper-slide img:hover {
    transform: translateX(-50%) scale(1.06);
}

.swiper-slide h5 {
    font-size: 12px;
    font-weight: 500;
    margin: 20px 0 5px;
    color: var(--gray);
}

.swiper-slide h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 8px 0;
    color: var(--gray);
}

.swiper-slide .line {
    width: 50%;
    height: 1px;
    background-color: #F2A73C73;
    margin: 15px 0;
}

.swiper-slide .price {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 0;
    color: var(--yellow);
}

.swiper-slide .more {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 99px;
    background-color: var(--yellow);
    transition: all 0.3s;
    opacity: 0.7;
    display: none;
}

.swiper-slide .more img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%)
}

.swiper-slide .more:hover {
    opacity: 1;
}

#selector,
#selector-admin {
    padding: 80px 30px 0;
}

#selector .container,
#selector-admin .container {
    margin: 0 auto;
    position: relative;
}

#selector .container {
    display: none;
}

#selector .container:first-of-type {
    display: block;
}

#selector .container .image,
#selector-admin .container .image {
    width: 100%;
    height: 100%;
    position: relative;
}

#selector .container .image img,
#selector-admin .container .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 20px;
    box-shadow: 0 0 20px #00000030;
}

#selector-admin .container .image {
    cursor: crosshair;
}

#selector-admin form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

#selector-admin form .input {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    width: 600px;
}

#selector-admin form label {
    font-size: 18px;
    font-weight: 500;
}

#selector-admin form input {
    padding: 10px 20px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    color: var(--gray);
    border: 1px solid var(--gray);
    border-radius: 20px;
    width: 500px;
}

#selector .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#selector .layer .label {
    position: absolute;
    top: 50px;
    left: 0;
    background-color: white;
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 8px 60px 8px 25px;
    font-size: 28px;
    font-weight: 600;
    color: #444;
}

#selector .layer .primary-link {
    position: absolute;
    bottom: 40px;
    right: 30px;
    font-size: 17px;
    background-color: #F2A73C99;
    color: #3b3634;
    transition: all 0.3s;
    border-color: #F2A73CDD;
}

#selector .layer button.primary-link {
    bottom: 110px;
    font-family: 'Quicksand', sans-serif;
    font-size: 17px;
}

#selector .layer .primary-link:hover {
    background-color: #F2A73CDD;
}

#selector .furniture {
    position: absolute;
    transform: translate(-50%, -50%);
}

#selector .furniture .dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--yellow);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s;
    cursor: pointer;
}

@keyframes grow-and-fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }

}

#selector .furniture .circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid var(--yellow);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#selector .furniture .circle.animated {
    animation-name: grow-and-fade;
    animation-duration: 1.25s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

#selector .furniture .dot.active {
    border: 3px solid var(--gray);
}

#selector .furniture .content {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    border-radius: 15px;
    padding: 20px 20px 40px 20px;
    backdrop-filter: blur(3px);
    opacity: 0;
    display: none;
    transition: all 0.3s;
}

#selector .furniture .content.active {
    opacity: 1;
    bottom: calc(100% + 20px);
}

#selector .furniture .content::before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background: url(../images/card.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: -1;
}

#selector .content p {
    margin-bottom: 10px;
    color: white;
    font-weight: 500;
}

#selector .content .name {
    font-size: 18px;
    margin-bottom: 15px;
}

#selector .content .color {
    font-size: 16px;
    margin-bottom: 15px;
}

#selector .content .price {
    font-size: 20px;
    margin-bottom: 20px;
}

#selector .content .secondary-link {
    width: 100%;
    display: block;
    text-align: center;
    border: 2px solid white;
}

#selector .content .secondary-link:hover {
    background-color: transparent;
    color: white;
}

#types .categories {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: -20px auto 0;
}

#types .categories .button {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    width: 33.33%;
    padding: 5px 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    cursor: pointer;
}

#types .categories .button img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

#types .progressbar {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 40px;
    height: 4px;
    background-color: #eee;
    position: relative;
}

#types .progressbar .progress {
    width: 16.66666666666667%;
    height: 100%;
    background-color: var(--green);
    transition: all 0.3s;
    position: absolute;
}

#types .swiper-next,
#types .swiper-prev,
#types .more,
#types .swiper-slide .line {
    background-color: var(--green);
}

#types .price {
    color: var(--green);
}

#big-images {
    margin: 80px 30px;
}

#big-images .container {
    margin: 0 auto;
}

#big-images .images {
    display: flex;
    /* justify-content: center; */
    gap: 20px;
    flex-wrap: wrap;
}

#big-images .images .image,
#big-images .last {
    flex-basis: 49%;
    height: 450px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

#big-images .images .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}

#big-images .images .image img:hover {
    transform: scale(1.07);
    border-radius: 10px;
}

#big-images .images .image .label {
    position: absolute;
    top: 20px;
    left: 0;
    background-color: white;
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 16px 32px;
    font-size: 20px;
    font-weight: 600;
    color: #bbb;
}

#icons {
    padding: 80px 30px;
    position: relative;
    background-color: var(--bg-green);
}

#icons .container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#icons .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 220px;
    height: 180px;
}

#icons svg {
    fill: var(--icon-green);
}

#icons h4 {
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 21px;
    color: var(--icon-green);
    margin-top: 0;
    font-weight: 600;
}

#reviews {
    padding: 80px 30px;
    position: relative;
}

#reviews h2 {
    text-align: center;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    font-size: 36px;
    text-transform: none;
    color: var(--darkergreen);
}

#reviews .container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#reviews .swiper-slide {
    background-color: white;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 100%;
    margin-top: 20px;
}

#reviews .swiper-slide .item {
    width: 100%;
    max-width: 700px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#reviews .swiper-slide .item * {
    color: #2F2F2F;
    text-align: center;
    font-size: 20px;
}

#reviews .swiper-slide .item .text {
    margin-bottom: 20px;
}

#reviews .name {
    font-size: 22px;
    font-weight: 500;
    margin: 10px 0 0;
}

#reviews .title {
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0;
}

#reviews .review-swiper-prev,
#reviews .review-swiper-next {
    background-color: var(--green);
    padding: 20px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 2;
}

#reviews .review-swiper-prev img,
#reviews .review-swiper-next img {
    width: 25px;
    height: 25px;
}

#reviews .review-swiper-prev:hover,
#reviews .review-swiper-next:hover {
    transform: scale(1.07);
}

#reviews .swiper-pagination-bullet-active {
    background-color: var(--green) !important;
}

#blog {
    padding: 80px 30px;
    position: relative;
}

#blog .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

#blog h2 {
    color: var(--green);
    text-transform: none;
    font-size: 36px;
    margin: 0;
}

#blog .mobile-all {
    display: none;
}

#blog .all,
#blog .more {
    color: var(--green);
    font-weight: 600;
    position: relative;
    font-size: 18px;
    width: fit-content;
}

#blog .all::after,
#blog .more::after {
    content: '';
    width: 0%;
    height: 2px;
    background-color: var(--green);
    position: absolute;
    left: 0;
    bottom: -4px;
    transition: all 0.3s;
}

#blog .all:hover::after,
#blog .more:hover::after {
    width: 100%;
}

#blog .container {
    margin: 0 auto;
    position: relative;
}

#blog .items {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
}

#blog .item {
    width: 100%;
    max-width: 370px;
}

#blog .item .image {
    width: 100%;
    height: 250px;
    border-radius: 15px;
    overflow: hidden;
    display: block;
}

#blog .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

#blog .item .image img:hover {
    transform: scale(1.07);
}

#blog .item h4 {
    font-size: 20px;
    color: #2F2F2F;
    margin: 20px 0 10px;
}

#blog .item .date {
    font-size: 16px;
    color: #2F2F2F;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
}

#blog .item .more {
    display: block;
}

#newsletter {
    padding: 0px 30px;
    background-color: var(--bg-green);
}

#newsletter .container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

#newsletter .left-side .caption {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#newsletter .left-side .caption img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

#newsletter .left-side .caption h3 {
    font-size: 24px;
    color: #fff;;
    margin: 0;
    font-family: 'Inter', sans-serif;
    text-transform: none;
    max-width: 500px;
    font-weight: 600;
}

#newsletter .inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    
}

#newsletter .inputs input {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    width: 100%;
    padding: 11px 20px 10px;
    border-radius: 10px;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    transition: all 0.3s;
}

#newsletter .inputs button {
    border: 1px solid #fff;
    padding: 10px 12px;
    border-radius: 10px;
    transition: background-color 0.3s;
}

#newsletter .inputs button:hover {
    background-color: var(--darkergreen);
}

#newsletter .inputs button img {
    width: 25px;
    height: 25px;
    margin-left: -4px;
    transition: filter 0.3s;
}

#newsletter .inputs button:hover img {
    filter: invert(1);
}

#newsletter .right-side {
    display: flex;
}

#newsletter .right-side img {
    width: 520px;
    object-fit: cover;
}

.form-check {
    margin-left: 32px;
    padding-left: 0 !important;
}

.form-check-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.form-check-input+label {
    position: relative;
    line-height: 1.5;
    color: #fff;
}

.form-check-input+label::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -32px;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border-radius: 99px;
    border: 1px solid #fff;
    transition: 0.3s ease;
}

.form-check-input:checked+label::before {
    background-color: transparent;
}

.form-check-input+label::after {
    content: " ";
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -32px;
    left: 0;
    top: -10px;
    text-align: center;
    background-color: transparent;
    font-size: 10px;
    height: 24px;
    width: 24px;
    transition: all 0.3s ease;
    opacity: 0;
}

.form-check-input:checked+label::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+");
    opacity: 1;
    top: 2px;
}

footer {
    padding: 80px 30px 40px;
}

footer .container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
}

footer .container:first-of-type {
    margin-bottom: 40px;
}

footer .item:first-of-type {
    width: 30%;
}

footer .item img {
    width: 220px;
}

footer .item {
    width: 15%;
}

footer h4 {
    margin: 0;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
}

footer p {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.5;
}

footer a {
    color: var(--gray);
    font-size: 14px;
}

footer .socials {
    display: flex;
    gap: 15px;
}

footer .socials img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

footer hr {
    max-width: 1400px;
    margin: 30px auto;
    border: 1px solid #dedede;
}

footer .right-side {
    display: flex;
    gap: 30px;
}

/* ABOUT */

#header {
    padding: 75px 30px;
    background: #2DC3C3;
    background: linear-gradient(90deg,rgba(45, 195, 195, 1) 0%, rgba(52, 38, 140, 1) 50%, rgba(125, 31, 206, 1) 100%);
    position: relative;
    margin-top: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header h1 {
    color: white;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: 3px;
    font-size: 40px;
}

#header .bgshape {
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
    opacity: 0.1;
    width: 30vw;
    display: none;
}

#about-1 {
    padding: 80px 30px;
    position: relative;
}

#about-1 .container {
    margin: 0 auto;
    display: flex;
    gap: 100px;
    justify-content: space-between;
}

#about-1 .right-side img {
    width: 600px;
    object-fit: cover;
    border-radius: 15px;
}

#about-1 h3 {
    color: var(--yellow);
    font-size: 16px;
    text-transform: none;
    font-weight: 500;
    line-height: 1.8rem;
}

#about-2 {
    padding: 80px 30px;
    position: relative;
    background-color: var(--bg-green);
}

#about-2 .bgshape {
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
    opacity: 0.1;
    height: 85%;
    display: none;
}

#about-2 .container {
    margin: 0 auto;
}

#about-2 p {
    text-align: center;
    color: #fff;
}

#about-3 {
    padding: 80px 30px;
}

#about-3 .container {
    margin: 0 auto;
    display: flex;
    gap: 100px;
    justify-content: space-between;
}

/* FAMILIES */

#big-images .last {
    background-color: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
}

#big-images .last h3 {
    color: white;
    font-size: 26px;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

#big-images .last h3 strong {
    display: block;
}

.types .container,
#big-images .container {
    max-width: 1500px;
}

.types .images .image {
    flex-basis: 32% !important;
    height: 300px !important;
}

.types .images .image .label {
    font-size: 18px !important;
    padding: 12px 24px !important;
}

@media (max-width: 1199px) {
    .desktop-navbar {
        display: none;
    }
}

/* FAMILY */

#family-header {
    margin-top: 88px;
    position: relative;
}

#family-header img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    height: 500px;
    display: block;
    max-width: 80%;
    margin: 0 auto;
}

#family-header .left,
#family-header .right {
    position: absolute;
    top: 250px;
    transform: translateY(-50%);
    padding: 20px;
    background-color: var(--yellow);
    border-radius: 99px;
    opacity: 0.7;
    transition: opacity 0.3s;
    cursor: pointer;
}

#family-header .left:hover,
#family-header .right:hover {
    opacity: 1;
}

#family-header .left {
    left: 50px;
}

#family-header .right {
    right: 50px;
}

#family-header .left img,
#family-header .right img {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

#family-header .left img {
    left: 47%;
    transform: translate(-50%, -50%);
}

#family-header .right img {
    right: 47%;
    transform: translate(50%, -50%);
}

#family-header .title {
    margin: -100px auto 0;
    background-color: white;
    color: #444;
    text-align: center;
    width: calc(100% - 40px);
    max-width: 600px;
    padding: 25px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    box-shadow: 0 0 20px #00000030;
    position: relative;
    z-index: 2;
}

#family-header .title h1 {
    margin-bottom: 10px;
    font-size: 35px;
    text-transform: none;
}

#family-header .title p {
    margin-bottom: 0;
    font-weight: 500;
}

#family-products {
    margin: 80px 30px;
}

#family-products .container {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

#family-products .swiper-slide {
    width: calc(25% - 30px) !important;
}

#family-swiper {
    padding: 0 25px;
}

#family-swiper .container {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    max-width: 1400px;
    margin: 80px auto;
}

#family-swiper .left-side {
    flex-basis: 42%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

#family-swiper .left-side * {
    margin: 0;
}

#family-swiper h3,
#family-swiper span {
    color: #2F2F2F;
    font-weight: 600;
    line-height: 1.4;
    font-size: 32px;
}

#family-swiper span {
    color: white;
    padding: 0 8px;
    background: linear-gradient(90deg, var(--yellow) 0%, var(--yellow) 100%);
    background-size: 0% 100%;
}

#family-swiper span.active {
    background-size: 100% 100%;
}

#family-swiper .right-side {
    flex-basis: 58%;
    position: relative;
    display: flex;
    align-items: center;
}

#family-swiper .right-side .swiper-slide,
.collapse .right-side .swiper-slide,
.mobile-collapse .right-side .swiper-slide {
    background-color: white;
    width: 40% !important;
    padding: 0;
    height: 300px;
    border-radius: 0;
    margin: 0;
    position: relative;
}

.collapse .right-side .swiper-slide,
.mobile-collapse .right-side .swiper-slide {
    width: 100% !important;
    height: 300px;
}

#family-swiper .right-side .swiper-slide img,
.collapse .right-side .swiper-slide img,
.mobile-collapse .right-side .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    position: static;
    transform: none;
    border-radius: 10px;
}

#family-swiper .right-side .swiper-slide .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    background-color: #FFFFFF99;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    cursor: pointer;
}

#family-swiper .right-side .swiper-slide .layer h4 {
    color: black;
    font-size: 28px;
    margin: 0;
    margin-bottom: 10px;
}

#family-swiper .right-side .swiper-slide:hover .layer {
    opacity: 1;
}

#family-swiper .swiper-prev,
#family-swiper .swiper-next,
.collapse .swiper-prev,
.collapse .swiper-next,
.mobile-collapse .swiper-prev,
.mobile-collapse .swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0.7;
}

#family-swiper .swiper-prev,
.collapse .swiper-prev,
.mobile-collapse .swiper-prev {
    left: -25px;
}

#family-swiper .swiper-next,
.collapse .swiper-next,
.mobile-collapse .swiper-next {
    right: -25px;
}

#family-swiper .swiper-prev:hover,
#family-swiper .swiper-next:hover,
.collapse .swiper-prev:hover,
.collapse .swiper-next:hover,
.mobile-collapse .swiper-prev:hover,
.mobile-collapse .swiper-next:hover {
    opacity: 1;
}

#header.product-header {
    padding: 60px 30px;
}

#header.product-header .bgshape {
    top: 95%;
}

#product-1 {
    padding: 80px 30px;
    position: relative;
}

#product-1 .container {
    margin: 0 auto;
    max-width: 1400px;
}

.nav {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #777;
    font-size: 15px;
    font-weight: 600;
}

.nav img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-top: -3px;
}

.nav a {
    color: #777;
    height: fit-content;
    width: fit-content;
}

.nav a:last-of-type {
    color: #2F2F2F;
}

#product-1 .product {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    margin-top: 80px;
}

#product-1 .product .left {
    flex-basis: 50%;
    position: relative;
}

.product .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 100% !important;
    height: auto;
    min-height: auto;
}

.product .swiper-slide a {
    width: 100%;
    height: 100%;
}

.product .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: static;
    top: 0;
    left: 0;
    transform: none;
    transition: all 0.3s;
}

.product .swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mySwiper2 {
    height: 350px;
    width: 100%;
    margin-bottom: 25px;
}

.mySwiper {
    height: 120px;
    box-sizing: border-box;
    padding: 10px 0;
    position: relative;
}

.mySwiper .swiper-slide {
    width: 17.5% !important;
    margin-right: 2.9%;
    cursor: pointer;
    border: 2px solid #ddd;
    padding: 5px;
    transition: all 0.3s !important;
}

.mySwiper .swiper-slide:hover:not(.swiper-slide-thumb-active) {
    border: 2px solid var(--gray);
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border-color: var(--green);
}

.swiper-button-prev.thumbs,
.swiper-button-next.thumbs {
    background-color: white;
    border-radius: 99px;
    padding: 7px;
    border: 2px solid #ddd;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 440px;
    z-index: 1;
}

.swiper-button-prev.thumbs {
    left: -18px;
}

.swiper-button-next.thumbs {
    right: -18px;
}

.product .left .pagination-background {
    position: absolute;
    top: 0;
    right: 0;
    width: 88px;
    height: 70px;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
    border-bottom-left-radius: 15px;
}

.mySwiper2 .swiper-button-prev,
.mySwiper2 .swiper-button-next {
    position: absolute;
    top: 50px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 99;
}

.swiper-button-prev.thumbs:after,
.swiper-button-next.thumbs:after {
    font-size: 16px;
    color: #2F2F2F;
    font-weight: 700;
}

.mySwiper2 .swiper-button-prev:after,
.mySwiper2 .swiper-button-next:after {
    font-size: 13px;
    font-weight: 1000;
    padding: 5px;
}

.mySwiper2 .swiper-button-next {
    right: 0;
}

.mySwiper2 .swiper-button-prev {
    right: 55px;
    left: auto;
}

.mySwiper2 .swiper-pagination {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    font-size: 16px;
    font-weight: 700;
    color: #bbb;
    width: fit-content;
    height: fit-content;
}

.mySwiper2 .swiper-pagination span:first-of-type {
    font-size: 26px;
    font-weight: 600;
}

.mySwiper2 .swiper-pagination span:last-of-type {
    font-size: 20px;
    margin-right: 20px;
    color: #bbb;
    font-weight: 600;
}

.product .right {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product .right h1 {
    font-size: 31px;
    margin: 0;
}

.product .right span {
    display: block;
    margin: 8px 0;
    font-size: 14px;
}

.product .right p {
    font-size: 18px;
    margin: 0;
}

.product .right .first-text {
    margin-bottom: 20px;
}

.product .right .colors {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 10px 0;
}

.product .right .colors .color {
    width: 36px;
    height: 36px;
    border-radius: 99px;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #bbb;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.product .right .colors .color.active {
    border: 1px solid #000;
}

.product .right .colors .color:hover {
    transform: scale(1.07);
}

.product .price {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    color: var(--green);
}

.product .inputs {
    display: flex;
    align-items: center;
    gap: 20px;
}

.product .input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    border: 1px solid #aaa;
    border-radius: 99px;
    height: 48px;
    width: 164px;
}

.product .input img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.product .input input {
    width: 60px;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 5px;
}

.product .inputs .basket {
    font-family: 'Quicksand', sans-serif;
    border-radius: 99px;
    height: 48px;
    width: 164px;
    background-color: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: white;
    border: 2px solid var(--green);
}

.product .inputs .basket:hover {
    background-color: white;
    color: var(--green);
}

#product-2 {
    padding: 60px 30px;
}

#product-2 .container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

#product-2 .left-side {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
}

#product-2 .left-side a {
    font-family: 'Quicksand', sans-serif;
    border-radius: 99px;
    padding: 16px 32px;
    width: fit-content;
    background-color: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    border: 2px solid var(--green);
}

#product-2 .left-side a svg {
    width: 20px;
    height: 20px;
}

#product-2 .left-side a svg path:first-of-type,
#product-2 .left-side a svg path:last-of-type {
    stroke: white;
    transition: all 0.3s;
}

#product-2 .left-side a svg path:nth-of-type(2) {
    fill: white;
    transition: all 0.3s;
}

#product-2 .left-side a:hover {
    background-color: white;
    color: var(--green);
}

#product-2 .left-side a:hover svg path:first-of-type,
#product-2 .left-side a:hover svg path:last-of-type {
    stroke: var(--green);
}

#product-2 .left-side a:hover svg path:nth-of-type(2) {
    fill: var(--green);
}

#product-2 .right-side {
    flex-basis: 50%;
}

#product-2 .right-side img {
    width: 100%;
    height: 700px;
    object-fit: contain;
    margin-bottom: 20px;
}

#product-3 {
    padding: 60px 30px;
}

#product-3 .container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

#product-3 .left-side {
    flex-basis: 50%;
}

#product-3 .left-side img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    border-radius: 15px;
    margin-bottom: 20px;
}

#product-3 .right-side {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
}

#family-products .nav-container {
    margin: 0 auto;
    max-width: 1400px;
}

#family-products .container {
    padding-top: 50px;
}

#contact-1,
#contact-3 {
    padding: 80px 30px;
}

#contact-1 .container,
#contact-3 .container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1400px;
}

.card {
    flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.card:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.card h3 {
    color: var(--yellow);
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
    font-weight: 600;
    max-width: 70%;
    text-transform: none;
}

.card p {
    color: #2F2F2F;
    text-align: center;
    margin: 0;
    margin-bottom: 5px;
}

.card .contact {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    margin-top: 30px;
}

.card .contact .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card .contact .item h5 {
    margin: 0;
    font-size: 14px;
}

#contact-2 .container {
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 15px;
    transition: all 0.3s;
    display: flex;
    gap: 20px;
}

#contact-2 .container:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

#contact-2 .container .left-side {
    flex-basis: 40%;
}

#contact-2 .container .left-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

#contact-2 .container .right-side {
    flex-basis: 60%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

#contact-2 h2 {
    color: var(--green);
    margin: 0;
    font-weight: 600;
    text-align: left;
}

#contact-2 form {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#contact-2 form .items {
    display: flex;
    gap: 20px;
    width: 100%;
}

#contact-2 form .item {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
}

#contact-2 form label {
    font-size: 16px;
    margin-bottom: 5px;
    color: #8D8D8D;
    transition: all 0.3s;
}

#contact-2 form label.has-value {
    color: var(--green);
}

#contact-2 form input,
#contact-2 form textarea {
    border: none;
    border-bottom: 1px solid #8D8D8D;
    padding: 10px 0px;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    color: var(--gray);
    transition: all 0.3s;
    font-family: 'Quicksand', sans-serif;
    resize: none;
}

#contact-2 form input:focus,
#contact-2 form textarea:focus {
    border-bottom: 1px solid var(--green);
    box-shadow: none;
}

#contact-2 .form-check-input+label::before {
    border-color: var(--green);
}

#contact-2 .form-check-input:checked+label::before {
    background-color: var(--green);
}

#contact-2 .checks {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#contact-2 .button {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

#contact-2 button {
    font-family: 'Quicksand', sans-serif;
    border-radius: 99px;
    padding: 16px 32px;
    width: fit-content;
    background-color: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    border: 2px solid var(--green);
    transition: all 0.3s;
}

#contact-2 button:hover {
    background-color: white;
    color: var(--green);
}

#contact-2 .send {
    position: absolute;
    bottom: -60px;
    left: 150px;
    width: 300px;
}

#article .container {
    max-width: 1200px;
    width: 100%;
    padding: 40px 25px;
    margin: 0 auto;
}

#article .container .date {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
    color: var(--green);
    letter-spacing: 1px;
    display: block;
}

#article .container h1 {
    text-transform: uppercase;
    margin: 20px 0;
    color: #2F2F2F;
}

#article .container img {
    width: 100%;
    margin: 40px 0;
    display: block;
}

#article .container .content p {
    margin: 20px 0;
    font-size: 18px;
}

#signup {
    padding: 80px 30px;
}

#signup .container {
    margin: 0 auto;
    max-width: 800px;
}

#signup h1 {
    text-align: center;
    color: var(--yellow);
    margin-bottom: 40px;
}

#signup button,
#signup .reg {
    width: 200px;
    margin: 20px auto 0;
    font-size: 20px;
    padding: 15px 30px;
    border-radius: 99px;
}

#signup input {
    font-size: 18px;
    padding: 15px 25px;
}

#signup .lostpassword {
    font-size: 16px;
    margin-top: 30px;
}

#signup .reg {
    margin-top: 20px;
}

#signup .bgshape {
    position: absolute;
    bottom: 50px;
    right: 100px;
    opacity: 0.1;
    width: 30vw;
}

#signup .caption {
    text-align: center;
    margin-bottom: 10px;
}

#profile {
    padding: 80px 30px;
}

#profile .container {
    margin: 0 auto;
}

#profile h2 {
    color: var(--green);
}

#profile form,
#profile-modal form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#profile .profile-infos,
#profile .company-infos,
#profile .addresses {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#profile form .items,
#profile-modal form .items {
    display: flex;
    gap: 40px;
    width: 100%;
}

#profile form .item,
#profile-modal form .item {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
}

#profile form label,
#profile-modal form label {
    font-size: 16px;
    margin-bottom: 5px;
    color: #8D8D8D;
    transition: all 0.3s;
}

#profile form label.has-value,
#profile-modal form label.has-value {
    color: var(--green);
}

#profile form input,
#profile form textarea,
#profile-modal form input,
#profile-modal form textarea {
    border: none;
    border-bottom: 1px solid #8D8D8D;
    padding: 10px 0px;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    color: var(--gray);
    transition: all 0.3s;
    font-family: 'Quicksand', sans-serif;
    resize: none;
}

#profile form input:focus,
#profile form textarea:focus,
#profile-modal form input:focus,
#profile-modal form textarea:focus {
    border-bottom: 1px solid var(--green);
    box-shadow: none;
}

#profile .form-check {
    margin-top: 40px;
    margin-bottom: 20px;
}

#profile .form-check-input+label::before {
    border-color: var(--green);
}

#profile .form-check-input:checked+label::before {
    background-color: var(--green);
}

#profile .addresses {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

#profile .addresses .header {
    display: flex;
    justify-content: space-between;
}

#profile .addresses .header .add {
    font-size: 18px;
    cursor: pointer;
    font-family: 'Quicksand', sans-serif;
    color: var(--green);
    font-weight: 600;
    height: fit-content;
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
}

#profile .addresses .shipping-infos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-bottom: 20px;
}

#profile .addresses .shipping-infos hr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
}

#profile .addresses .left-side {
    display: flex;
    gap: 50px;
}

#profile .addresses .left-side .infos {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#profile .addresses .left-side .info {
    display: flex;
    align-items: center;
    gap: 10px;
}

#profile .addresses .left-side .info .caption {
    font-size: 18px;
    font-weight: 500;
    color: #2F2F2F;
}

#profile .addresses .left-side .info .value {
    font-size: 18px;
}

#profile .right-side {
    display: flex;
    gap: 20px;
}

#profile .edit,
#profile .delete {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid var(--gray);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#profile .edit:hover,
#profile .delete:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

#profile .edit img,
#profile .delete img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

#profile .primary-link,
#profile-modal .primary-link {
    width: 200px;
    margin: 20px auto 0;
    font-size: 20px;
    padding: 15px 30px;
    border-radius: 99px;
    font-family: 'Quicksand', sans-serif;
}

#profile-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(2px);
    display: none;
    opacity: 0;
    transition: all 0.3s;
}

#profile-modal.active {
    opacity: 1;
}

#profile-modal .modal {
    max-width: 700px;
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    margin-top: -30px;
    height: fit-content;
}

#profile-modal .modal .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#profile-modal .modal .close img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

#profile-modal .modal h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #2F2F2F;
    max-width: 90%;
}

#profile-modal form {
    gap: 20px;
}

#profile-modal form label {
    margin-bottom: 0;
}

#profile-modal .primary-link {
    margin-top: 0;
    font-size: 18px;
    padding: 10px 30px;
    width: fit-content;
}

.isloading-wrapper {
    width: 120px;
    height: 120px;
    border-radius: 25% !important;
    box-shadow: 0 0 20px #00000050;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.loading-gif {
    display: block;
    width: 90px;
    height: 90px;
    background-image: url('../images/loader.gif');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -10px;
}

@media (max-width: 1079px) {

    .primary-link {
        padding: 11px 24px;
        font-size: 14px;
    }

    p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 10px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    #hero {
        margin-top: 80px;
        height: auto;
    }

    #hero .container {
        padding: 0;
        flex-direction: column-reverse;
        gap: 0;
        height: auto;
    }

    #hero .content {
        margin-top: 30px;
        padding: 0 25px;
    }

    #hero .content h2 {
        margin-top: 0;
        font-size: 30px;
    }

    #hero h2,
    #hero h1,
    #hero strong {
        font-size: 30px;
    }

    #hero .content .links {
        justify-content: center;
        gap: 20px;
    }

    #hero .links .primary-link,
    #hero .links .secondary-link {
        width: 180px;
        text-align: center;
    }

    #hero .image {
        margin-top: -10px;
        flex-basis: 100%;
        height: auto;
        max-height: 400px;
    }

    #hero img {
        max-height: 400px;
    }

    #about {
        padding: 40px 0;
    }

    #about .bgshape {
        display: none;
    }

    #about .container {
        flex-direction: column;
        gap: 50px;
        padding: 0 25px;
    }

    #about .images,
    #about-3 .images {
        width: 100%;
        max-width: 650px;
        margin: 0 auto;
    }

    #about-3 .images {
        margin-bottom: 30px;
    }

    #about .images .image,
    #about-3 .images .image {
        width: 50%;
        height: 300px;
    }

    #about .images .right-side .image:first-of-type,
    #about-3 .images .right-side .image:first-of-type {
        width: 100%;
        height: 100px;
    }

    #about .images .right-side .image:last-of-type,
    #about-3 .images .right-side .image:last-of-type {
        width: 100%;
        height: 190px;
    }

    #about .primary-link {
        margin-top: 20px;
    }

    #products,
    #types {
        padding: 40px 25px;
    }

    #products h2,
    #types h2 {
        font-size: 32px;
    }

    #products .products,
    #types .products {
        gap: 10px;
    }

    .swiper-slide {
        width: 100% !important;
        min-height: auto;
    }

    .swiper-prev,
    .swiper-next,
    .swiper-slide .more {
        opacity: 1;
        padding: 20px;
    }

    .swiper-button-prev.thumbs,
    .swiper-button-next.thumbs {
        top: 380px;
    }

    .swiper-prev img,
    .swiper-next img {
        width: 20px;
        height: 20px;
    }

    #family-swiper {
        display: none;
    }

    #types .categories {
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 30px;
        justify-content: center;
    }

    #types .categories .button {
        width: 30%;
        font-size: 14px;
    }

    #types .progressbar {
        display: none;
    }

    #big-images {
        margin: 40px 25px;
    }

    #big-images .images {
        flex-direction: column;
    }

    #big-images .images .image {
        flex-basis: 100%;
        height: 300px;
    }

    #big-images .images .image .label {
        font-size: 16px !important;
        padding: 8px 16px !important;
    }

    #icons {
        padding: 40px 25px;
    }

    #icons .container {
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 40px;
    }

    #icons .item {
        flex-basis: 40%;
        width: auto;
        height: auto;
    }

    #icons .item svg {
        width: 70px;
        height: 70px;
        object-fit: contain;
    }

    #icons h4 {
        font-size: 16px;
    }

    #reviews {
        padding: 60px 10px 20px;
    }

    #reviews .swiper-slide .item {
        padding: 0 5px;
    }

    #reviews .swiper-slide .item * {
        font-size: 14px;
    }

    #reviews .swiper-slide .item .text {
        margin-bottom: 10px;
    }

    #reviews .swiper-slide .item .name {
        font-size: 16px;
    }

    #reviews .swiper-slide .item .title {
        font-size: 13px;
    }

    #reviews .review-swiper-prev,
    #reviews .review-swiper-next {
        padding: 10px;
    }

    #reviews .review-swiper-prev img,
    #reviews .review-swiper-next img {
        width: 20px;
        height: 20px;
    }

    #reviews .swiper-pagination {
        display: none;
    }

    #blog {
        padding: 40px 25px;
    }

    #blog .header {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
    }

    #blog .header h2 {
        font-size: 26px;
    }

    #blog .header .all {
        display: none;
    }

    #blog .mobile-all {
        display: block;
        margin-top: 30px;
        text-align: center;
        width: 100%;
    }

    #blog .items {
        flex-direction: column;
        gap: 30px;
    }

    #blog .item {
        width: 100%;
    }

    #blog .item .image {
        height: 200px;
    }

    #blog .item h4 {
        font-size: 18px;
    }

    #blog .item .date {
        font-size: 14px;
    }

    #blog .item .more {
        font-size: 14px;
    }

    #newsletter {
        padding: 40px 25px;
    }

    #newsletter .container {
        flex-direction: column;
        gap: 20px;
    }

    #newsletter .left-side .caption img {
        width: 40px;
        height: 40px;
    }

    #newsletter .left-side .caption h3 {
        font-size: 17px;
        max-width: 100%;
    }

    #newsletter .inputs {
        flex-direction: column;
        gap: 10px;
    }

    #newsletter .inputs input {
        padding: 10px 15px;
        font-size: 14px;
    }

    #newsletter .inputs button {
        padding: 8px 10px;
    }

    #newsletter .right-side img {
        width: 100%;
        height: 300px;
    }

    .form-check-input+label {
        font-size: 14px;
        line-height: 1.7;
    }

    footer {
        padding: 40px 25px;
    }

    footer p {
        font-size: 13px;
    }

    footer .container {
        flex-direction: column;
        gap: 30px;
    }

    footer .item,
    footer .item:first-of-type {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    footer .item img {
        width: 70%;
        max-width: 350px;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }

    footer .socials {
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    footer .socials a {
        width: 50px;
        height: 50px;
    }

    footer .socials a img {
        width: 100%;
        height: 100%;
    }

    footer hr {
        margin: 10px 0 30px;
    }

    footer .left-side {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    footer .right-side {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    footer .right-side * {
        font-size: 13px;
    }

    #header {
        padding: 60px 25px;
        margin-top: 80px;
    }

    #header h1 {
        font-size: 28px;
        letter-spacing: 1px;
    }

    #header .bgshape {
        width: auto;
        height: 80%;
        right: 50%;
        transform: translate(50%, -50%);
    }

    #about-1 {
        padding: 40px 25px;
    }

    #about-1 .container {
        flex-direction: column-reverse;
        gap: 40px;
    }

    #about-1 .right-side img {
        width: 100%;
        height: 300px;
    }

    #about-1 h2 {
        text-align: center;
    }

    #about-1 h3 {
        font-size: 14px;
        line-height: 1.7;
    }

    #about-2 {
        padding: 40px 25px;
    }

    #about-2 .bgshape {
        top: 60px;
        right: 50%;
        transform: translateX(50%);
        width: 90%;
        height: auto;
    }

    #about-3 {
        padding: 40px 25px;
    }

    #about-3 .container {
        flex-direction: column;
        gap: 0;
    }

    #about-3 .right-side img {
        width: 100%;
        height: 300px;
    }

    #about-3 h2 {
        text-align: center;
    }

    #about-3 h3 {
        font-size: 14px;
        line-height: 1.7;
    }

    #big-images .last {
        padding: 60px 25px;
    }

    #big-images .last h3 {
        width: auto;
        font-size: 20px;
    }

    #family-header {
        margin-top: 40px;
    }

    #family-header img {
        max-width: 100%;
        height: 350px;
        object-fit: cover;
    }

    #family-header .left,
    #family-header .right {
        padding: 18px;
        top: 170px;
    }

    #family-header .left {
        left: 20px;
    }

    #family-header .right {
        right: 20px;
    }

    #family-header .left img,
    #family-header .right img {
        width: 18px;
        height: 18px;
    }

    #family-header .title {
        margin: -50px auto 0;
        padding: 25px 20px;
        border-radius: 20px;
    }

    #family-header .title h1 {
        font-size: 28px;
    }

    #family-header .title p {
        font-size: 14px;
        line-height: 1.5;
    }

    #family-products {
        margin: 40px 25px;
    }

    #family-products .container {
        gap: 20px;
    }

    #family-products .swiper-slide {
        width: calc(50% - 10px) !important;
    }

    #header.product-header {
        padding: 40px 25px;
    }

    #header.product-header .bgshape {
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        height: 75%;
    }

    #product-1 {
        padding: 25px 25px;
    }

    .nav {
        font-size: 12px;
        flex-wrap: wrap;
    }

    .nav img {
        width: 20px;
        height: 20px;
    }

    #product-1 .product {
        flex-direction: column;
        gap: 30px;
        margin-top: 20px;
    }

    .mySwiper {
        height: 100px;
    }

    .mySwiper2 {
        height: 300px;
    }

    .mySwiper .swiper-slide {
        width: 29.6% !important;
        margin-right: 4%;
    }

    .product .right {
        flex-basis: 100%;
    }

    .product .right h1 {
        font-size: 24px;
        margin-top: 20px;
    }

    .product .right span {
        font-size: 13px;
    }

    .product .right p {
        font-size: 15px;
    }

    .product .inputs,
    .product .colors,
    .product .price {
        justify-content: center;
        text-align: center;
        margin: 10px 0;
    }

    #product-2 {
        padding: 30px 25px;
    }

    #product-2 .container {
        flex-direction: column-reverse;
        gap: 40px;
    }

    #product-2 .left-side {
        flex-basis: 100%;
    }

    #product-2 .right-side {
        flex-basis: 100%;
    }

    #product-2 .right-side img {
        height: 250px;
    }

    #product-2 h2 {
        font-size: 26px;
    }

    #product-2 p {
        font-size: 13px;
    }

    #product-2 button {
        margin-top: 20px;
    }

    #product-3 {
        padding: 40px 25px;
    }

    #product-3 .container {
        flex-direction: column;
        gap: 40px;
    }

    #product-3 .left-side {
        flex-basis: 100%;
    }

    #product-3 .right-side {
        flex-basis: 100%;
    }

    #contact-1,
    #contact-3 {
        padding: 40px 25px;
    }

    #contact-1 .container,
    #contact-3 .container {
        flex-direction: column;
        gap: 40px;
    }

    .card {
        padding: 20px;
    }

    .card h3 {
        font-size: 18px;
    }

    .card p {
        font-size: 13px;
    }

    .card .contact {
        flex-direction: column;
        gap: 10px;
    }

    #contact-2 {
        padding: 10px 25px;
    }

    #contact-2 .container {
        flex-direction: column-reverse;
    }

    #contact-2 .left-side {
        flex-basis: 100%;
    }

    #contact-2 .container .right-side {
        flex-basis: 100%;
        padding: 10px;
    }

    #contact-2 .right-side img {
        height: 250px;
    }

    #contact-2 h2 {
        font-size: 26px;
    }

    #contact-2 form {
        gap: 20px;
    }

    #contact-2 form .items {
        flex-direction: column;
        gap: 20px;
    }

    #contact-2 form .item {
        flex-basis: 100%;
    }

    #contact-2 form label {
        font-size: 13px;
    }

    #contact-2 form input,
    #contact-2 form textarea {
        font-size: 13px;
    }

    #contact-2 .checks {
        margin-top: 20px;
    }

    #contact-2 .form-check-input+label {
        font-size: 13px;
        line-height: 2;
    }

    #contact-2 .button {
        justify-content: center;
    }

    #contact-2 button {
        font-size: 16px;
        margin: 20px 0;
    }

    #contact-2 .send {
        display: none;
    }

    .loader .bgball {
        width: 26px;
        height: 26px;
        transform: translate(calc(-50% - 113px), calc(-50% - 18px));
    }

    .loader #logo {
        width: 250px;
    }

    #article .container .content p {
        font-size: 16px;
    }

    #signup .bgshape {
        display: none;
    }

    #signup input {
        font-size: 14px;
        padding: 15px 20px;
    }

    #signup button,
    #signup .reg {
        font-size: 16px;
        padding: 15px 20px;
    }

    #selector {
        padding: 40px 0;
        display: none;
    }

    #selector .layer .label {
        font-size: 14px;
        padding: 8px 16px;
        top: 20px;
    }

    #selector .layer button.primary-link,
    #selector .layer .primary-link {
        font-size: 10px;
        padding: 5px 10px;
        bottom: 10px;
    }

    #selector .layer .primary-link {
        right: 10px;
    }

    #selector .layer button.primary-link {
        right: auto;
        left: 10px;
    }

    #selector .furniture .dot {
        width: 15px;
        height: 15px;
    }

    #selector .furniture .circle {
        width: 15px;
        height: 15px;
    }

    #selector .furniture .content {
        width: 180px;
        padding: 15px 15px 25px;
    }

    #selector .content .name {
        font-size: 14px;
        line-height: 1.5;
    }

    #selector .content .color {
        font-size: 12px;
        margin-bottom: 8px;
    }

    #selector .content .price {
        font-size: 19px;
        margin-bottom: 8px;
    }

    #selector .content .secondary-link {
        font-size: 12px;
        padding: 5px 10px;
    }

    #basket {
        padding: 40px 25px;
    }

    #basket .main {
        flex-direction: column;
        gap: 20px;
    }

    #basket .left-side {
        gap: 20px;
        align-items: center;
    }

    #basket .items .item .main .image {
        width: 110px;
        height: 110px;
    }

    #basket .left-side .name {
        font-size: 16px;
    }

    #basket .right-side {
        width: 100%;
        justify-content: space-between;
    }

    #basket .right-side .input {
        width: 120px;
        height: 40px;
    }

    #basket .price {
        font-size: 16px;
    }

    #basket .items .item .main .quantity {
        font-size: 16px;
    }

    #basket .input button img {
        width: 18px;
        height: 18px;
    }

    #basket .sum {
        margin: 0;
    }

    #basket .sum p {
        font-size: 18px;
    }

    #basket .sum span {
        font-size: 18px;
    }

    #basket .buttons {
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
    }

    #basket .buttons .primary-link {
        width: 250px;
        font-size: 16px;
        margin: 0 auto;
        text-align: center;
    }

    #basket .buttons .secondary-link {
        width: 250px;
        font-size: 16px;
        margin: 0 auto;
        text-align: center;
    }

    #profile {
        padding: 40px 25px;
    }

    #profile h2 {
        font-size: 26px;
        text-align: center;
    }

    #profile .container {
        flex-direction: column;
        gap: 40px;
    }

    #profile .profile-infos,
    #profile .company-infos,
    #profile .addresses {
        gap: 20px;
    }

    #profile .profile-infos .items,
    #profile .company-infos .items,
    #profile .addresses .items {
        flex-direction: column;
        gap: 20px;
    }

    #profile .profile-infos .item .info,
    #profile .company-infos .item .info,
    #profile .addresses .item .info {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    #profile .addresses .header {
        flex-direction: column;
        align-items: center;
    }

    #profile .addresses .header .add {
        margin-top: 0;
        margin-bottom: 30px;
    }

    #profile .addresses .shipping-infos {
        flex-direction: column;
        gap: 20px;
    }

    #profile .addresses .left-side {
        flex-direction: column;
        gap: 20px;
    }

    #profile .addresses .left-side .info {
        align-items: flex-start;
    }

    #profile .addresses .left-side .info .caption {
        font-size: 16px;
    }

    #profile .addresses .left-side .info .value {
        font-size: 16px;
    }

    #profile-modal .modal {
        max-width: 90vw;
    }

    #profile .primary-link,
    #profile-modal .primary-link {
        font-size: 18px;
        padding: 16px 32px;
        width: fit-content;
    }

}

@media (max-width: 1441px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 36px;
    }

    p {
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1079px) {
    #about .images .image,
    #about-3 .images .image {
        width: 50%;
        height: 550px;
    }

    #about .images .right-side .image:first-of-type,
    #about-3 .images .right-side .image:first-of-type {
        width: 100%;
        height: 200px;
    }

    #about .images .right-side .image:last-of-type,
    #about-3 .images .right-side .image:last-of-type {
        width: 100%;
        height: 340px;
    }

    .swiper-slide {
        width: 50% !important;
    }

    .container {
        padding: 0 100px !important;
    }

    #hero .image {
        width: 100vw;
    }

    #newsletter .right-side img {
        display: none;
    }

    #blog .items {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    #big-images .images {
        flex-direction: row;
    }

    #big-images .images .image {
        flex-basis: calc(50% - 10px);
    }

    #types .products .loader {
        width: 140px;
        height: 140px;
    }
}