/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.9
	Stable tag: 3.4.9
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/


/*
 * DEDEDEN REDESIGN
 * VE INTERAKTIF MEDYA & Muzaffer Bayraktar
 * */
.dededen_nav {
	z-index:5;
}

body:not(.page-id-44) .dededen_nav {
	background:#fff !important;
	position:relative;
}

@media only screen and (max-width:1023px) {
	body .dededen_nav {
		background:#fff !important;
		position:relative !important;
	}
	body .dededen_nav .dededen_nav_logo img {
    	filter: none !important;
	}
}


body:not(.page-id-44) .dededen_nav .menu-item.menu-item-type-post_type:not(.current-menu) a {
	color:#000;
}


body:is(.page-id-44) .dededen_nav.scrolled {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter:none;
}

body:is(.page-id-44) .dededen_nav .dededen_nav_logo img {
    filter: grayscale(1) brightness(10);
}
body:is(.page-id-44) .dededen_nav.scrolled .dededen_nav_logo img {
    filter: none !important;
}

body:is(.page-id-44) .dededen_nav.scrolled .menu-item.menu-item-type-post_type:not(.current-menu) a,
body:is(.page-id-44) .dededen_nav.scrolled .elementor-item:not(.elementor-item-active) {
	color:#684B39 !important;
}

body:not(.page-id-44) .dededen_nav:not(.scrolled) .elementor-item {
	color:#684B39 !important;
}



/*
 * SLIDER SETTINGS
 * */

.dede__slider_subtitle div {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;

    margin-bottom: 22px !important;

    font-size: clamp(14px, 1.1vw, 16px) !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
    color: #fff !important;
}

.dede__slider_subtitle div::before {
    content: "" !important;
    width: 50px !important;
    height: 2px !important;
    flex: 0 0 50px !important;

    background: #fff !important;
    border-radius: 999px !important;
}


.dede__slider_title h2 {
    margin: 0 0 24px !important;

    font-size: clamp(48px, 5vw, 72px) !important;
    line-height: 0.98 !important;
    font-weight: 400 !important;
    letter-spacing: -0.045em !important;
    color: #fff !important;
}

.dede__slider_title h2 span {
    font-weight: 700 !important;
}


.dede__slider_content p {
    max-width: 650px !important;

    margin: 0 !important;

    font-size: clamp(16px, 1.25vw, 18px) !important;
    line-height: 1.55 !important;
    font-weight: 500 !important;
    letter-spacing: -0.015em !important;
    color: #fff !important;
}


/* TABLET */
@media (max-width: 991px) {

    .dede__slider_subtitle div {
        gap: 12px !important;
        margin-bottom: 18px !important;
    }

    .dede__slider_subtitle div::before {
        width: 40px !important;
        flex-basis: 40px !important;
    }

    .dede__slider_title h2 {
        margin-bottom: 20px !important;
        line-height: 1 !important;
    }

    .dede__slider_content p {
        max-width: 560px !important;
        line-height: 1.5 !important;
    }
}


/* MOBILE */
@media (max-width: 575px) {

    .dede__slider_subtitle div {
        gap: 10px !important;
        margin-bottom: 16px !important;
        font-size: 13px !important;
    }

    .dede__slider_subtitle div::before {
        width: 30px !important;
        height: 2px !important;
        flex-basis: 30px !important;
    }

    .dede__slider_title h2 {
        margin-bottom: 18px !important;

        font-size: clamp(40px, 12vw, 52px) !important;
        line-height: 0.98 !important;
        letter-spacing: -0.04em !important;
    }

    .dede__slider_content p {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }
}


/*
 * #######################################
 * PRODUCT CARD
 * #######################################
 * */
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after { content: none !important; } /* temanın clearfix'ini iptal et */

.woocommerce ul.products li.product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  padding: 22px 20px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
  transition: box-shadow .25s ease, transform .25s ease;
  text-align: left;
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}

.woocommerce ul.products li.product:hover {
  box-shadow: 0 10px 26px rgba(0, 0, 0, .08);
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: contents;
}

.woocommerce ul.products li.product img {
  order: 1;
  flex: 0 0 100%;
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 0 0 18px;
  cursor: pointer;
}


.woocommerce ul.products li.product .woocommerce-loop-product__title {
  order: 2;
  flex: 0 0 100%;
  margin: 0 0 6px;
  padding: 0;
  font-size: 15px;
  line-height: 1.45;
  color: #684b39 !important;
  font-weight:500 !important;
  cursor: pointer;
  transition: color .2s ease;
}


.woocommerce ul.products li.product .product-subtitle {
  order: 3;
  flex: 0 0 100%;
  margin: 0 0 16px;
  font-size: 13px;
  color: #a9b0b8;
  font-weight: 400;
}

.woocommerce ul.products li.product::after {
  content: "";
  order: 4;
  flex: 0 0 100%;
  height: 1px;
  background: #eeeeee;
  margin: 10px 0 16px;
}

.woocommerce ul.products li.product .price {
  order: 5;
  flex: 1 1 auto;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #3f4a56;
  line-height: 1.2;
}

.woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol {
  font-size: .9em;
  font-weight: 600;
}

.woocommerce ul.products li.product .price del {
  font-size: 14px;
  font-weight: 400;
  color: #b0b6bd;
  margin-right: 6px;
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.add_to_cart_button {
  order: 6;
  margin: 0 0 0 auto;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f3ecdd;
  color: #5a5346;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease;
}

.woocommerce ul.products li.product .button::after {
  content: "+";
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}

.woocommerce ul.products li.product .button:hover {
  background: #e8dcc2;
  color: #4a443a;
}

.woocommerce ul.products li.product .button.loading::after,
.woocommerce ul.products li.product .button.added::after {
  content: "";
}

.woocommerce ul.products li.product .added_to_cart {
  order: 7;
  flex: 0 0 100%;
  margin-top: 12px;
  font-size: 13px;
  color: #8a8578;
  text-decoration: underline;
}

.woocommerce ul.products li.product .screen-reader-text {
  display: none;
}

@media (max-width: 480px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 14px;
  }
  .woocommerce ul.products li.product { padding: 14px 12px 14px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 14px; }
  .woocommerce ul.products li.product .price { font-size: 17px; }
  .woocommerce ul.products li.product .button { padding: 10px 14px; font-size: 13px; }
}


.added_to_cart.wc-forward {
	display:none !important;
}



/*
 * PRODUCT DETAIL VARIATIONS
 * */


table.variations {
    width: 100% !important;
    border-collapse: collapse !important;
    border: none !important;
    background: transparent !important;
}

table.variations td, 
table.variations th {
    border: none !important;
    background: transparent !important;
    padding: 8px 0 !important;
    vertical-align: middle !important;
	line-height:0 !important;
}

table.variations label {
    font-weight: 600;
    color: #333333 !important;
    margin-bottom: 0;
}
table.variations td.value select {
    width: 100% !important;
    max-width: 250px;
    height: 42px !important;
    padding: 0 15px !important;
    border: 1px solid #e2e2e2 !important;
    border-radius: 8px !important;
    background-color: #ffffff !important;
    color: #333333 !important;
    font-size: 14px;
    outline: none;
}
table.variations td.value {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: wrap;
}

a.reset_variations {
    display: inline-block !important;
    color: #888888 !important;
    font-size: 13px !important;
    text-decoration: underline !important;
    transition: color 0.2s ease;
}

a.reset_variations:hover {
    color: #d9534f !important;
}


/*
 * PRODUCT DETAIL PRICE
 * */

.single_variation_wrap .woocommerce-variation-price {
	margin-bottom:15px !important;
}
.single_variation_wrap .woocommerce-variation-price .price bdi {
	font-size: 24px !important;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}