/* Fonts */
@import url("../css/fonts.css");

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

a {
    text-decoration: none !important;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.active {
    color: #9EB87D !important;
}

.caf-orange {
    background: #ED8B5F;
}

.caf-green {
    background: #9EB87D;
}

.text-dark-custom {
    color: #727272;
}

.view-all-btn {
    background-color: transparent;
    border: 1px solid #9EB87D;
    color: #9EB87D;
    height: 45px;
    width: 210px;
    transition: color .2s ease, background-color .2s ease;
    font-size: 13px;
}

.view-all-btn:hover {
    background: #9EB87D;
    color: #fff;
}

.col-md-2-4 {
    flex: 0 0 19%;
    max-width: 20%;
    overflow: hidden;
    opacity: 0;
}

.op-0 {
    opacity: 0;
}

/* Navbar */
.whatsapp-container {
    position: fixed;
    bottom: 35px;
    right: 35px;
    z-index: 999;
    height: 70px;
    width: 70px;
    animation: slideInFromRight 0.5s ease-out;
    transition: .2s ease scale;
}

.whatsapp-container:hover {
    scale: 1.1;
}

.user_menu {
    display: flex;
}

.search_container {
    height: 45px;
    width: 400px;
    border-radius: 50px;
    background: #F5F5F5;
    border: none;
    padding-left: 15px;
}

.main_navbar_container {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.main_navbar_link_container {
    padding-bottom: 10px;
    border-bottom: 1px solid #F5F5F5;
}

.main_navbar_link_container a {
    font-family: "MachaBold";
    color: #797979;
}

.main_navbar_link_container a:hover {
    color: #ED8B5F;
}

.main_navbar_link_left_container a {
    padding: 0 15px;
}

.main_navbar_link_right_container a {
    font-family: "MachaThin";
    padding-left: 25px;
    font-size: 12px;
    letter-spacing: 1px;
}

.navbar_campaign_banner span {
    font-size: 13px;
}

.search-container {
    padding: 20px 0;
}

.search-container .search-box {
    border: none;
    border-radius: 20px;
    padding: 5px 15px 5px 50px;
    height: 43px;
    width: 420px;
    background: url("../imgs/icons/search.svg") no-repeat 15px center, #F5F5F5;
    background-size: 30px 30px;
}

.icon-btn {
    color: #d57b5b;
    margin-left: 10px;
}

/* index - campaign */

.campaign_category a {
    margin: 0 15px;
    color: #505050;
}

.campaign-main-container {
    width: unset !important;
}

.campaign-header {
    padding-left: 50px !important;
    line-height: 0;
    padding: 15px 0;
}

.campaign-header h1 {
    font-family: 'DidotLHRoman';
    font-size: 3.8rem;
    font-weight: lighter;
    margin: 0;
}

.campaign-header span {
    font-size: 12px;
    font-weight: lighter !important;
}

/* index - new product */

.new_product_image {
    width: max-content;
}

.new_product_btn {
    font-family: "DidotLHRoman";
    font-size: 20px;
    height: 45px;
    width: 250px;
    border: none;
    background-color: #fff;
    transition: color .3s ease, background-color .3s ease;
}

.new_product_btn:hover {
    background-color: #ED8B5F;
    color: #fff;
}

.new_product_container {
    position: relative;
    background: #E7F0F4;
    margin-top: 40px;
    width: 100%;
    height: 750px;
}

.new_product_text {
    position: absolute;
    font-family: "DidotLHRoman";
    padding: 50px;
    text-align: left;
}

.new_product_text p,
.new_product_text span {
    font-family: "FusePrintedDisplayLightFont";
}

.new_product_text span,
.new_product_text h2,
.new_product_text p {
    color: #5F5F5F !important;
}

/* index - main-swiper */

.MainSwiper .swiper {
    width: 100%;
    height: 100%;
}

.MainSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.MainSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* index - swiper */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper_product_container {
    position: relative;
    padding: 0 80px;
    margin: 50px 100px;
}

.swiper_product {
    width: auto;
}

.swiper_product_image {
    height: 270px;
    padding: 20px;
}

.swiper_product_image:hover img {
    scale: 0.8;
}

.swiper_product_image img {
    transition: scale .4s ease;
    object-fit: contain !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #505050 !important;
}

.swiper_product_text {
    font-family: "MachaBold";
    color: #505050;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 30px !important;
}

/* index - trend */
.highlight-icon {
    width: 40px;
    height: 40px;
    background: #9EB87D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
    z-index: 5;
}

.tooltip-effect {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    animation: wave 1.5s infinite;
}

.sale-badge,
.preorder-badge {
    padding: 0 7px;
    color: #fff;
    font-size: 0.8rem;
    position: absolute;
    z-index: 99;
}

.sale-badge {
    background: #ED8B5F;
}

.preorder-badge {
    background: #8fbc8f;
}

.countdown-container {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
}

.countdown-child {
    font-family: "MachaThin";
    letter-spacing: 1px;
    background: #ED8B5F;
    padding: 2px 0;
    width: 50px;
    height: max-content;
    color: #fff;
    text-align: center;
}

.countdown-child p {
    font-size: 11px;
    margin-bottom: 0;
}

.countdown div span {
    font-size: 20px;
}

.countdown .day,
.countdown .hour,
.countdown .min {
    display: inline-block;
}

.product-name {
    margin-bottom: 0;
    font-size: 13px;
}

.product-header h5 {
    font-family: "MachaThin";
    font-size: 12px;
    letter-spacing: 4px;
    margin-bottom: 0;
}

.product-header h2 {
    font-family: "DidotLHRoman";
    font-weight: lighter;
    color: #585858;
    margin-bottom: 7rem;
}

.product-image {
    position: relative;
    display: inline-block;
}

.product-image img:first-child,
.product-image:hover img:nth-child(2) {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
}

.product-image img {
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.product-hover-box {
    border-radius: 5px;
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    text-align: center;
    color: #000;
    transition: .2s ease background-color, .2s ease color;
}

.product-hover-box:hover {
    background-color: #ED8B5F;
}

.product-hover-box:hover i {
    color: #fff;
}

.product-hover {
    position: absolute;
    top: 15px;
    right: -100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: right 0.3s ease;
}

.product-hover-box {
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* index campaign products */
.campaign_product_header {
    margin-top: 150px;
    margin-bottom: 35px;
    border-bottom: 1px solid #D7DCDD;
}

.campaign_product_header h4 {
    color: #505050;
    font-family: "DidotLHRoman";
    font-size: 35px;
}

.product-container {
    font-family: "MuliRegular" !important;
}

.product-container a {
    color: #000 !important;
}

.product-container s {
    color: #B2B2B2;
    font-size: 14px;
}

/* index - blog */

.main-blog-image {
    position: relative;
}

.main-blog img {
    width: 100%;
}

.blog-text span {
    font-family: "MachaThin";
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: bolder;
}

.blog-date {
    font-weight: 100;
    background: #fff;
    padding: 4px 8px;
    font-size: 0.8rem;
}

.blog-title {
    font-weight: bold;
    font-size: .9rem;
    letter-spacing: 2px;
    margin: 15px 0;
    line-height: 1.5rem;
}

.blog-desc {
    font-family: "FusePrintedDisplayLightFont";
    font-weight: lighter;
    letter-spacing: .5px;
}

.blog-read-more {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    font-family: "FusePrintedDisplayLightFont";
}

.blog-category {
    letter-spacing: 3px;
    font-size: 12px;
    font-family: "MachaThin";
    font-weight: bolder;
}

.blog-container .d-flex.align-items-center img {
    width: 100%;
    max-width: 300px;
    height: 200px;
    object-fit: cover;
    flex-shrink: 0;
}

.blog-container .d-flex.align-items-center>div {
    width: 100%;
    max-width: 300px;
}

/* index - social */

.social-images {
    overflow: hidden;
}

.social-img {
    overflow: hidden;
}

.social-img img {
    scale: 1;
    transition: scale .4s ease;
}

.social-img img:hover {
    scale: 1.1;
    z-index: 1 !important;
}

.social-container {
    width: unset !important;
}

.social-container-text-child {
    padding-bottom: 150px;
}

.social-container-text {
    font-family: "MachaThin";
    padding: 0 11% !important;
}

.social-container-text button {
    font-family: "DidotLHRoman";
    font-weight: lighter;
    color: #5A5B59;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    width: 400px;
    height: 50px;
    font-size: 19px;
}

.social-container-text button:hover {
    background: #fff;
}

.social-container-text p {
    font-size: 20px;
    line-height: 2;
    letter-spacing: .5px;
    font-weight: lighter;
}

.social-container-text p strong {
    font-weight: bold;
}

.social-container-text h6 {
    color: #5A5B59 !important;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
}

.social-images-container {
    padding: 0 !important;
}

.social-section {
    background-color: #A4B97F;
    overflow: hidden;
}

.social-images div {
    position: relative;
}

.social-images img {
    width: 100%;
    height: auto;
    display: block;
    scale: 1.35;
}

.instagram-logo {
    position: absolute;
    height: 25px !important;
    width: 30px !important;
    z-index: 30;
}

/* Footer */

.footer-list {
    line-height: 2;
}

.highlight-tooltip {
    display: none;
    position: absolute;
    bottom: 50px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: fadeIn 0.2s ease-out;
    z-index: 5;
}

.highlight-tooltip p {
    font-size: 14px;
}

.highlight-tooltip .product-hover-box {
    font-size: 17px;
}

.product-hover i {
    color: #ED8B5F;
}

.highlight-tooltip .product-image {
    height: 300px;
    width: 240px;
}

.highlight-tooltip.show {
    display: block;
    z-index: 999;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-5px);
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes wave {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

@keyframes countdownAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.dropdown-toggle {
    cursor: pointer;
}

.dropdown-toggle::after {
    content: unset !important;
}

img.rotate {
    transform: rotate(180deg);
}

.dropdown-toggle h6 {
    margin-bottom: 0;
}

.dropdown-content {
    margin: 1.4rem 0;
}

.color-box {
    width: 30px;
    height: 30px;
}

.form-check-input {
    width: 2.5rem;
    height: 1.25rem;
}

.color-box-container {
    font-size: 13px;
    font-weight: lighter;
}

.custom-card {
    width: 33% !important;
    padding: 0 5px !important;
}

.input-container input {
    width: 45%;
    border-radius: 0;
    border: 1px solid #D2CECA;
    padding: 5px;
}

.MainHoverBlogImage {
    overflow: hidden;
}

.MainHoverBlogImage img {
    transition: scale .4s ease;
}

.MainHoverBlog:hover .MainHoverBlogImage img {
    scale: 1.05;
}

.btn-custom {
    border-radius: 0 !important;
}

.col-md-1-5 {
    width: 10%;
}

/* Genel Footer Stili */
footer {
    background-color: #fff;
    /* Beyaz arka plan */
    color: #000;
    /* Siyah yazı rengi */
    padding: 50px 0;
    font-size: 14px;
}

/* Başlıklar */
footer h5,
footer h6 {
    font-weight: bold;
}

/* Email Input */
.email-input {
    border-radius: 30px;
    border: 1px solid #ccc;
    padding: 10px 15px;
    width: 100%;
    outline: none;
}

/* Email Butonu */
.email-btn {
    border: none;
    background: none;
    font-size: 18px;
    cursor: pointer;
    margin-left: -40px;
}

/* Footer Linkleri */
.footer_main_container a {
    color: #000;
}

.footer_main_container a:hover {
    color: #ED8B5F;
}

.footer_main_container {
    padding: 0 12rem !important;
}

footer a {
    text-decoration: none;
    color: #000;
}

footer a:hover {
    text-decoration: underline;
}

/* Ödeme ve Sosyal Medya İkonları */
.payment-icons img {
    width: 35px;
    margin-left: 5px;
}

.social-icons img {
    width: 20px;
    margin-right: 10px;
}

.social-icons i {
    font-size: 19px;
}

.border_bottom_a {
    border-bottom: 1px solid #000;
}

.border_bottom_a:hover {
    border-bottom: 1px solid #ED8B5F;
}