/*===============================================================================
	MAIN
===============================================================================*/

body {
    line-height: 30px;
    font-family: 'Avenir', sans-serif !important;
    font-size: 16px !important;
    font-weight: normal;
    color: var(--global-text-color);
    background: #fff;
    overflow-X: hidden;
}
body.homepage .d_name1 {
    font-family: 'Playfair Display', serif !important;
    font-size: 36px;
    color: #000;
}
body.homepage .d_name2 {
    font-family: 'Playfair Display', serif !important;
    font-size: 36px;
    color: #000;
}
.btn_see .btn-content::before {
    border-color: var(--global-color);
}
#heroSlider {
    display: flex;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 78px;
}
.heroSlider .swiper-slide img {
    display: block;
    object-fit: cover;
    height: auto;
    width: 100%;
    object-position: center;
}
.slide-content {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(0%, -50%);
    color: #fff;
    text-align: left;
    max-width: 540px;
}
.slide-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 80px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
}
.slide-description {
    font-family: 'Avenir', sans-serif !important;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.slide-button a {
    margin-top: 30px;
    display: inline-block;
    padding: 22px 48px;
    font-family: 'Avenir', sans-serif !important;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    text-transform: uppercase;
    text-decoration: none;
}
.hero-pagi {
    position: relative;
    text-align: right;
    display: flex;
    justify-content: end;
    gap: 10px;
}
.hero-pagi .swiper-pagination-bullet {
    position: relative;
    background: #6C7275;
    opacity: 1;
    border: 1px solid #6C7275;
}
.hero-pagi .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid transparent;
    width: 16px;
    height: 16px;
    display: block;
}
.hero-pagi .swiper-pagination-bullet-active {
    background: #141718;
}
.hero-pagi .swiper-pagination-bullet-active::after {
    border-color: #141718;
}
body section {overflow-x: clip;}
section#collection {
    padding: 100px 0;
}
.double-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.double-left {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
}
.collection_block_text {
    font-size: 14px;
    line-height: 24px;
    max-width: 700px;
    margin-top: 50px;
}
.btn_shop_now {
    position: absolute;
    right: -45%;
}
.btn_shop_now a {
    font-family: 'Avenir', sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: var(--global-color);
    border-radius: 50px;
    height: 100px;
    display: flex;
    align-items: center;
    padding-left: 60px;
    text-transform: uppercase;
    text-decoration: none;
    width: 700px;
}
.cta_wrapper {
    display: flex;
    background-color: rgb(97,154,189,50%);
}
.cta_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    margin-left: 72px;
}
.text_promo {
    color: #3B7DFB;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
.cta_title {
    font-family: 'Playfair Display', serif !important;
    font-size: 40px;
    line-height: 120%;
    font-weight: 500;
    color: #000;
}
.cta_subtitle {
    font-family: 'Avenir', sans-serif !important;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
}
.cta_button a {
    display: inline-block;
    padding: 15px 40px;
    font-family: 'Avenir', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: var(--global-color);
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
}
.top-trending {
    padding: 50px 0 100px;
}
.top-trending .text-start {
    margin-bottom: 60px;
}
.top-trending .product_item:hover .elem1, 
.top-trending .product_item:hover .elem2 {
    transform: none;
}
.top-trending .prod_buttons {
    left: auto;
    right: -45px;
    top: 20px;
}
.top-trending .product_item:hover .prod_buttons {
    top: 20px;
}
.top-trending .home_product_wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    flex-wrap: wrap;
    gap: 24px;
}
.top-trending .product_image {
    position: relative;
    overflow: hidden;
    outline: none;
}
.top-trending .product_image > a {
    display: block;
    outline: none;
}
.top-trending .product_image > img {
    width: 100%;
    outline: none;
}
.top-trending .home_product_wrapper .product_item .product_image img {
    transition: transform .4s ease;
    outline: none;
}
.top-trending .home_product_wrapper .product_item:hover .product_image img {
    transform: scale(1.1);
}
.top-trending .elements {
    margin-top: 20px;
    height: auto;
    overflow: visible;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.top-trending .addcart_btn {
    display: flex;
    width: 100%;
}
.top-trending .btn-card {
    display: inline-flex;
    flex: 1;
    justify-content: center;
    padding: 10px 20px;
    font-family: 'Avenir', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: var(--global-color);
    border-radius: 50px;
    text-decoration: none;
}
.top-trending .elem2 {
    align-items: baseline;
}
section.colors {
    padding: 0 0 40px;
}
.colors_container {
    display: flex;
    align-items: center;
}
.colors_left {
    margin: 0 60px 0 auto;
    padding: 0 20px 0 20px;
}
.colors_right img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.lense_colors_wrapper {
    margin-top: 32px;
}
.lense_color_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(116px, 1fr));
    max-width: 580px;
}
.lense_color_container .lense_colors {
    padding: 16px 24px;
    border: 1px solid #D9D9D9;
    border-collapse: collapse;
    margin: 0 0 -1px -1px;
    justify-content: center;
    transition: all 0.4s ease;
}
.lense_color_container .lense_colors:nth-child(1),
.lense_color_container .lense_colors:nth-child(6) {
    border-left: 1px solid transparent;
}
.lense_color_container .lense_colors:nth-child(5),
.lense_color_container .lense_colors:nth-child(10) {
    border-right: 1px solid  transparent;
}
.lense_color_container .lense_colors:nth-child(1),
.lense_color_container .lense_colors:nth-child(2),
.lense_color_container .lense_colors:nth-child(3),
.lense_color_container .lense_colors:nth-child(4),
.lense_color_container .lense_colors:nth-child(5) {
    border-top: 1px solid  transparent;
}
.lense_color_container .lense_colors:nth-child(6),
.lense_color_container .lense_colors:nth-child(7),
.lense_color_container .lense_colors:nth-child(8),
.lense_color_container .lense_colors:nth-child(9),
.lense_color_container .lense_colors:nth-child(10) {
    border-bottom: 1px solid  transparent;
}
.lense_color_container .lense_colors:hover:nth-child(1),
.lense_color_container .lense_colors:hover:nth-child(6) {
    border-left: 1px solid  #95C7E0;
}
.lense_color_container .lense_colors:hover:nth-child(5),
.lense_color_container .lense_colors:hover:nth-child(10) {
    border-right: 1px solid  #95C7E0;
}
.lense_color_container .lense_colors:hover:nth-child(1),
.lense_color_container .lense_colors:hover:nth-child(2),
.lense_color_container .lense_colors:hover:nth-child(3),
.lense_color_container .lense_colors:hover:nth-child(4),
.lense_color_container .lense_colors:hover:nth-child(5) {
    border-top: 1px solid  #95C7E0;
}
.lense_color_container .lense_colors:hover:nth-child(6),
.lense_color_container .lense_colors:hover:nth-child(7),
.lense_color_container .lense_colors:hover:nth-child(8),
.lense_color_container .lense_colors:hover:nth-child(9),
.lense_color_container .lense_colors:hover:nth-child(10) {
    border-bottom: 1px solid  #95C7E0;
}
.lense_color_container .lense_colors:hover {
    border-color: #95C7E0;
    background-color: rgb(149,199,224,10%);
    position: relative;
}
.lense_color_container .lense_colors a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}
.lense_color_container .lense_colors img {
    width: 68px;
    height: 68px;
}
.color_subtitle {
    font-family: 'Avenir', sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #000;
    transition: all 0.4s ease;
}
.lense_color_container .lense_colors:hover .color_subtitle {
    color: #5E99B6;
}
.colors_btn.cta_button {
    display: flex;
    margin-top: 32px;
}
section.videos {
    padding: 40px 0 80px;
}
.videos .page_btn {
    margin-top: 0;
}
.video_block_image,
.swiper_video .swiper-slide .video_block_image>img {
    width: 100%;
    border-radius: 0;
    outline: none;
}
.swiper_video .swiper-slide .video_block a {
    outline: none;
}
.swiper_video .swiper-slide:first-child .video_block_image>img {
    border-top-left-radius: 7.8125vw;
}
.swiper_video .swiper-slide:nth-child(5) .video_block_image>img {
    border-bottom-right-radius: 7.8125vw;
}
.video_block .video_text {
    max-width: 416px;
}

/*===============================================================================
	Main Footer
===============================================================================*/

.footer_home {
    height: auto;
    padding: 80px 0 32px;
    background-color: #141718;
}
.f-menu ul li + li {
    margin-top: 22px;
}
.f-menu ul li a,
.menu_small ul li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
.menu_small ul li p,
.menu_small ul li a {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #7E7E7E;
}
.menu_small ul li {
    display: flex;
    align-items: center;
    min-height: 30px;
}
.menu_small .menu_head {
    margin-bottom: 14px;
    font-size: 18px;
    color: #fff;
}
.footer_logo svg {
    max-width: 150px;
}
.f_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    color: #fff;
    margin-top: 50px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #6c7275;
}
.f_bottom .copyright_menu ul {
    display: flex;
    align-items: center;
    gap: 28px;
}
.f_bottom .copyright_menu ul li p {
    font-size: 16px;
    margin-bottom: 0;
    color: #e8ecef;
}
.f_bottom .copyright_menu ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}
.f-menu ul li a:hover,
.menu_small ul li a:hover,
.f_bottom .copyright_menu ul li a:hover {
    color: var(--global-color);
    transition: all 0.4s ease;
}
.f_bottom .social ul {
    display: flex;
    align-items: center;
    gap: 24px;
}
.auth-content.form-container {
    margin-bottom: 50px;
}
@media (min-width: 1200px) {
    .footer_home {
        height: auto;
    }
}

/*===============================================================================
	Media Queries
===============================================================================*/

@media (min-width: 1200px) {
    .navbar {
        height: 80px;
    }
    .top-trending .prod_buttons {
        top: -3.6458vw;
        height: 48px;
    }
    .top-trending .product_item:hover .prod_buttons {
        top: 20px;
    }
    .top-trending .product_item:hover .elem1, .top-trending  .product_item:hover .elem2 {
        transform: none;
    }
    .top-trending .elem1, .top-trending .elem2 {
        height: auto;
    }
    .swiper_featured {
        max-width: 100%;
    }
    .home_product_wrapper .product_image > a img {
        width: 100%;
    }
    .colors_container.container {
        max-width: 100%;
        padding: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .top-trending .home_product_wrapper .product_item:first-child .product_image, 
    .top-trending .home_product_wrapper .product_item:nth-child(4n+1) .product_image {
        border-top-left-radius: 7.8125vw;
    }
    .top-trending .home_product_wrapper .product_item:nth-child(4n) .product_image {
        border-bottom-right-radius: 7.8125vw;
    }
    .top-trending .prod_buttons {
        right: -25px;
    }
}
@media (min-width: 1400px) {
    .top-trending .home_product_wrapper .product_item:first-child .product_image, 
    .top-trending .home_product_wrapper .product_item:nth-child(5n+1) .product_image {
        border-top-left-radius: 7.8125vw;
    }
    .top-trending .home_product_wrapper .product_item:nth-child(5n) .product_image {
        border-bottom-right-radius: 7.8125vw;
    }
}
@media (min-width: 1921px) {
    .navbar {
        height: 8.2559vh;
    }
}
@media (max-width: 1199.98px) {
    #collection .scroll_container {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        box-sizing: border-box;
    }
    #collection .content_block {
        display: flex;
        overflow-x: auto;
    }
    #collection .content_block .item_card:first-child {
        padding-left: 30px;
    }
    #collection .content_block .item_card:last-child {
        margin-right: 30px;
    }
    .top-trending .prod_buttons {
        height: 48px;
        opacity: 1;
    }
    .home_product_wrapper .product_image > a img {
        width: 100%;
    }
    .colors_container {
        flex-direction: column;
        align-items: baseline;
        gap: 50px;
    }
    .colors_left {
        margin: 0;
        padding: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1319.98px) {
    .slide-title {
        font-size: 60px;
        margin-bottom: 20px;
        color: #fff;
    }
    .slide-button a {
        margin-top: 22px;
        padding: 22px 48px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .top-trending .home_product_wrapper .product_item:first-child .product_image, 
    .top-trending .home_product_wrapper .product_item:nth-child(3n+1) .product_image {
        border-top-left-radius: 7.8125vw;
    }
    .top-trending .home_product_wrapper .product_item:nth-child(3n) .product_image {
        border-bottom-right-radius: 7.8125vw;
    }
    .navbar>.container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .top-trending .home_product_wrapper .product_item:first-child .product_image, 
    .top-trending .home_product_wrapper .product_item:nth-child(2n+1) .product_image {
        border-top-left-radius: 7.8125vw;
    }
    .top-trending .home_product_wrapper .product_item:nth-child(2n) .product_image {
        border-bottom-right-radius: 7.8125vw;
    }
    .top-trending .product_image > a img {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .slide-title {
        font-size: 40px;
        margin-bottom: 16px;
        color: #fff;
    }
    .slide-button a {
        margin-top: 16px;
        padding: 16px 32px;
    }
}
@media (max-width: 1199.98px) {
    .collection_block_text {
        font-size: 16px;
    }
    .f_bottom .copyright_menu ul li p {
        font-size: 14px;
    }
    .cta_image img {
        width: 500px;
    }
}
@media (max-width: 991.98px) {
    .footer_logo {
        flex: auto;
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
    }
    .f_bottom {
        align-items: baseline;
    }
    .f_bottom .copyright_menu ul {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
    .cta_image img {
        width: 400px;
    }
    .cta_title {
        font-size: 28px;
    }
    .videos .video_block .video_text {
        margin-top: 15px;
    }
}
@media (max-width: 767.98px) {
    section#collection {
        padding: 60px 0 40px;
    }
    .footer_home {
        padding: 24px 5px;
    }
    .footer_logo {
        position: relative;
        margin: 0;
        padding-bottom: 32px;
    }
    .footer_logo::after {
        content: '';
        position: absolute;
        bottom: 0;
        display: block;
        height: 1px;
        width: 30px;
        background-color: #6c7275;
    }
    .footer_home .f-menu,
    .footer_home .menu_small {
        flex: auto;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .footer_home .menu_small {
        flex-direction: column;
    }
    .footer_home .menu_small ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer_home .col + .col {
        margin-top: 48px;
    }
    .footer_home .col:nth-child(2) {
        margin-top: 32px;
    }
    .f_bottom {
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
    }
    .f_bottom .copyright_menu ul {
        flex-direction: column-reverse;
        align-items: center;
    }
    .f_bottom .copyright_menu ul li:nth-child(2) a,
    .f_bottom .copyright_menu ul li:nth-child(3) a {
        font-size: 16px;
        font-weight: bold;
    }
    .f_bottom .copyright_menu ul li p {
        text-align: center;
    }
    #heroSlider {
        margin-top: 60px;
    }
    .slide-content {
        top: auto;
        bottom: 40px;
        left: 0;
        transform: none;
        padding: 20px;
    }
    .slide-title {
        font-size: 40px;
        margin-bottom: 16px;
        color: #fff;
    }
    .slide-button a {
        margin-top: 16px;
        width: 100%;
        text-align: center;
    }
    .double-between {
        flex-direction: column-reverse;
        align-items: center;
        gap: 30px;
    }
    .top-trending .double-between {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .hero-pagi {
        justify-content: center;
    }
    .collection_block_text {
        text-align: center;
        margin-top: 30px;
    }
    .btn_shop_now {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #collection .scroll_container {
        width: 100%;
        position: relative;
        left: 0;
        right: 0;
        margin-left: 0;
    }
    #collection .content_block {
        overflow-x: visible;
        flex-direction: column;
        align-items: center;
    }
    #collection .content_block .item_card:first-child {
        padding-left: 0;
    }
    #collection .content_block .item_card:last-child {
        margin-right: 0;
    }
    .content_block .item_card:not(:first-child) {
        margin-left: 0;
        margin-top: -85px;
    }
    .cta_image img {
        width: 100%;
    }
    .cta_wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .cta_content {
        margin: 30px 20px;
    }
    .top-trending {
        padding: 50px 0;
    }
    .top-trending .home_product_wrapper {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 15px;
    }
    .top-trending .home_product_wrapper .product_item:first-child .product_image, 
    .top-trending .home_product_wrapper .product_item:nth-child(2n+1) .product_image {
        border-top-left-radius: 7.8125vw;
    }
    .top-trending .home_product_wrapper .product_item:nth-child(2n) .product_image {
        border-bottom-right-radius: 7.8125vw;
    }
    .top-trending .text-start {
        margin-bottom: 60px;
    }
    .top-trending .prod_buttons {
        left: 60%;
        top: 15px;
    }
    .top-trending .elements {
        margin-top: 10px;
        gap: 0;
    }
    .videos .double-between {
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }
    .lense_color_container {
        grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
        max-width: 350px;
    }
    .lense_color_container .lense_colors img {
        width: 50px;
        height: 50px;
    }
    .colors_container {
        gap: 30px;
    }
}
@media (orientation: landscape) and (max-width: 1199.98px) {
    .top-trending .home_product_wrapper {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
    .top-trending .home_product_wrapper .product_item:first-child .product_image, 
    .top-trending .home_product_wrapper .product_item:nth-child(3n+1) .product_image {
        border-top-left-radius: 7.8125vw;
    }
    .top-trending .home_product_wrapper .product_item:nth-child(3n) .product_image {
        border-bottom-right-radius: 7.8125vw;
    }
}
@media (orientation: landscape) and (max-width: 991.98px) {
    .top-trending .home_product_wrapper {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
    .top-trending .home_product_wrapper .product_item:first-child .product_image, 
    .top-trending .home_product_wrapper .product_item:nth-child(2n+1) .product_image {
        border-top-left-radius: 0;
    }
    .top-trending .home_product_wrapper .product_item:nth-child(2n) .product_image {
        border-bottom-right-radius: 0;
    }
    .top-trending .home_product_wrapper .product_item:first-child .product_image, 
    .top-trending .home_product_wrapper .product_item:nth-child(3n+1) .product_image {
        border-top-left-radius: 7.8125vw;
    }
    .top-trending .home_product_wrapper .product_item:nth-child(3n) .product_image {
        border-bottom-right-radius: 7.8125vw;
    }
}