@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//prinwork.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.4.2") format("woff2");
}

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(255,179,71);
	--wd-alternative-color: rgb(255,255,255);
	--wd-link-color: rgb(255,148,0);
	--wd-link-color-hover: rgb(255,106,0);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(172,199,191);
	--btn-accented-bgcolor-hover: rgb(158,191,181);
	--wd-form-brd-width: 0px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.header-banner {
	background-color: rgb(221,153,51);
	background-image: none;
}
.page-title-default {
	background-color: rgba(255,255,255,0.72);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(255,244,239);
	background-image: none;
}
.product-labels .product-label.onsale {
	background-color: rgb(247,126,56);
}
.product-labels .product-label.new {
	background-color: rgb(85,155,48);
}
.product-labels .product-label.featured {
	background-color: rgb(221,51,51);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(0,0,0);
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
	background-color: rgb(247,126,56);
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 50px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


@font-face {
	font-family: "Glaciall";
	src: url("//prinwork.com/wp-content/uploads/2021/10/GlacialIndifference-Regular.woff2") format("woff2"), 
url("//prinwork.com/wp-content/uploads/2021/10/GlacialIndifference-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Glaciall";
	src: url("//prinwork.com/wp-content/uploads/2021/10/GlacialIndifference-Bold.woff2") format("woff2"), 
url("//prinwork.com/wp-content/uploads/2021/10/GlacialIndifference-Bold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    width: 100%;
    overflow-x: hidden;
}

.logo-container {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

.logo-slider {
    display: flex;
    animation: slide 18s linear infinite; 
 
}

@keyframes slide {
    0% { transform: translateX(0); }
    100% { transform: translateX(-228%); }
}

.logo-slider img {
    height: 25px;
    margin-right: 40px;
}
//
.custom-button {
    background-color: #ff9f47;
    color: white;
    border-radius: 8px;
    border: none;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.custom-button:hover {
    background-color: #ff9f47;
    color: white;
    text-decoration: none;
}
}
@media (max-width: 768px) {
    .whb-main-header {
        width: 100%;
        max-width: 100%;
        /* Gerekirse diğer stil ayarları */
    }
}

//


.shop-loop-head {
	display: none !important;
}

.woocommerce-ordering-wd-style-underline-wd-ordering-mb-icon {
    display: none !important;
}

.wd-breadcrumbs {
	display: none !important;
}

//

.rank-math-breadcrumb {
    display: flex;
    justify-content: center;
    text-align: center;
}

//

.post-date {
    display: none !important;
}

.wd-post-date {
    display: none !important;
}

.wd-style-with-bg {
    display: none !important;
}

.read-more-section {
	display: none !important;
}
//
.entry-description {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

//
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

body {
    font-family: 'Inter', sans-serif;
}

.faq-section {
    margin-top: 30px;
}

.faq-item {
    margin-bottom: 10px;
    background-color: #ffffff; /* Arka plan rengini beyaz yap */
    border: 1px solid rgba(247, 151, 22, 0.3);
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Hafif gölge ekle */
}

.faq-item h3 {
    margin: 0;
    font-size: 18px;
    cursor: pointer;
    padding: 10px;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(247, 151, 22, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px 5px 0 0;
}

.faq-item h3::after {
    content: '\25BC'; /* Aşağı ok işareti */
    font-size: 12px;
    transition: transform 0.3s;
}

.faq-item.active h3::after {
    transform: rotate(180deg); /* Yukarı ok işareti */
}

.faq-item p {
    margin: 0;
    padding: 10px;
    display: none; /* Başlangıçta gizli */
    border-radius: 0 0 5px 5px;
}

.faq-item.active p {
    display: block; /* Aktif olduğunda görünür */
}

.products {
    margin-bottom: 30px; /* Ürün listesi ile FAQ bölümü arasında boşluk */
}

body.single-product .entry-description {
    display: none;
}

//

.price {
    display: none !important;
}

//

.product-wrapper {
    width: 200px; /* Genişliği küçülttük */
    height: 380px; /* Yüksekliği küçülttük */
    overflow: hidden; /* İçerik taşması durumunda gizle */
}

.product-element-top {
    height: 260px; /* Üst bölümün yüksekliğini küçülttük */
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-element-top img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover; /* Resmin taşmasını önler ve düzgün ölçeklendirir */
}

.product-wrapper .wd-entities-title, 
.product-wrapper .wd-product-cats {
    text-align: center; /* Metinlerin ortalanması */
    width: 100%; /* Genişlik sabitlemesi */
    white-space: nowrap; /* Tek satırda tutar */
    overflow: hidden; /* Taşan metni gizler */
    text-overflow: ellipsis; /* Taşan metin yerine "..." ekler */
}

.product-wrapper .wd-entities-title {
    height: 35px; /* Başlık yüksekliğini küçülttük */
}

.product-wrapper .wd-product-cats {
    height: 18px; /* Kategori yüksekliğini küçülttük */
}


//


.single-post .comments-area {
    display: none;
}
