@charset "UTF-8";

/*
  Theme Name:  Pars
  Theme URI:   https://pars.softinays.com/
  Author:      SoftiNays
  Author URI:  https://softinays.com
*/

@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap);
html,body,div,span,h5,h6,p,a,img,b,i,ul,li,fieldset,form,header,nav,section { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font: inherit; vertical-align: baseline; font-family: inherit; font-style: inherit; font-weight: inherit; }
header,nav,section { display: block; }
footer { margin-top: 20px; }
html { margin-right: 0 !important; scroll-behavior: smooth; }
* { margin: 0; padding: 0; box-sizing: border-box; }
img { vertical-align: middle; -ms-interpolation-mode: bicubic; }
.sidebar-banner-ad img { max-width: 100%; height: auto; }
.home-banner-ad { text-align: center; margin: 20px 0; }
.home-banner-ad img { max-width: 100%; height: auto; }
.reklam-sag,.reklam-sol { position: fixed; top: 100px; width: 160px; height: 600px; z-index: 999; display: none; }
.reklam-sag { right: 50px; }
.reklam-sol { left: 50px; }
.js-popup-uyari { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.85); color: white; display: flex; align-items: center; justify-content: center; z-index: 999999; }
.js-popup-uyari .icerik { text-align: center; background: #222; padding: 40px; border-radius: 5px; box-shadow: 0 0 20px rgba(0,0,0,0.6); }
.js-popup-uyari strong { font-size: 22px; margin-bottom: 20px; }
.js-popup-uyari p { margin-top: 20px; font-size: 15px; }
.row { margin-right: -12px; margin-left: -12px; }
.row > * { padding-left: 12px; padding-right: 12px; }
main { margin: 20px 0; }
ul,li { list-style-type: none; margin-bottom: 0; padding-left: 0; list-style: none; }
.container { max-width: 1320px; width: 100%; margin: auto; padding-left: 15px; padding-right: 15px; }
svg path { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
input[type=text],input[type=password],input[type=email] { border: 1px solid var(--bg-dark); outline: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; font-size: 14px; line-height: 20px; border-radius: var(--border-radius); padding: 14px 20px; width: 100%; color: var(--dark); height: 50px; font-weight: 400; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
input[type=text]:hover,input[type=text]:focus,input[type=password]:hover,input[type=password]:focus,input[type=email]:hover,input[type=email]:focus { border-color: var(--primary); }
select { outline: 0; }
::-webkit-input-placeholder { color: var(--dark); }
:-moz-placeholder { color: var(--dark); }
::-moz-placeholder { color: var(--dark); opacity: 1; }
button { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; background-color: var(--primary); border: 1px solid var(--dark); color: var(--white); padding: 13px 32px; display: inline-flex; justify-content: center; align-items: center; gap: 8px; font-size: 16px; line-height: 24px; font-weight: 500; }
button .icon { font-size: 22px; }
button:focus-within,button:focus-visible,button:focus { outline: none; }
:-ms-input-placeholder { color: var(--primary); }
.text-md { font-size: 16px; line-height: 24px; }
.text-sm { font-size: 14px; line-height: 20px; }
.fs-12 { font-size: 12px !important; }
b { font-weight: 500; }
.text-main-2 { color: var(--dark) !important; }
.bg-dark { background-color: var(--dark) !important; }
.bg-dark-2 { background-color: var(--dark) !important; }
.bg-pink { background-color: #ffb8b8 !important; }
.bg-light-green { background-color: #7c8c47 !important; }
.bg-light-orange-2 { background-color: #f59c11 !important; }
a { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; text-decoration: none; cursor: pointer; display: inline-block; color: var(--dark); }
a:focus,a:hover { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; text-decoration: none; outline: 0; }
.link { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.link:hover { color: var(--primary) !important; }
.mb_8 { margin-bottom: 8px; }
.text-line-clamp-2 { -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box; overflow: hidden; }
.line-bottom-container { position: relative; }
.line-bottom-container::after { position: absolute; content: ""; bottom: 0; left: 50%; background-color: var(--bg-light); height: 1px; width: 100%; max-width: 1440px; transform: translateX(-50%); }
#goTop { position: fixed; padding: 0; bottom: 90px; right: 40px; width: 38px; height: 38px; background: var(--white); color: var(--dark); font-size: 20px; text-align: center; line-height: 50px; cursor: pointer; border: none; border-radius: var(--border-radius); opacity: 0; visibility: hidden; transition: opacity 0.3s ease; box-shadow: var(--box-shadow); z-index: 1000; }
#goTop .border-progress { position: absolute; top: -1px; left: -1px; width: calc(100% + 2px); height: calc(100% + 2px); border-radius: var(--border-radius); border: 1px solid #000000; mask-image: conic-gradient(#000000 var(--progress-angle, 0deg), transparent 0); -webkit-mask-image: conic-gradient(#000000 var(--progress-angle, 0deg), transparent 0); content: ""; z-index: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
#goTop.show { opacity: 1; visibility: visible; }
#goTop .icon { font-size: 10px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
#goTop .icon-arrow-right { transform: rotate(-90deg); }
.tf-btn { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; background-color: var(--dark); border: 1px solid var(--primary-2); color: var(--white); padding: 13px 32px; border-radius: var(--border-radius); display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 14px; line-height: 24px; font-weight: 500; }
.tf-btn.btn-primary { background-color: var(--primary); color: var(--white); border-color: var(--primary); }
.tf-btn.btn-out-line-dark { background-color: transparent; border-color: var(--dark); color: var(--dark); }
.tf-btn.btn-out-line-dark:hover { background-color: var(--dark); color: var(--white); border-color: var(--dark); }
.tf-btn.hover-primary:hover { background-color: var(--primary); color: var(--white); border-color: var(--primary); }
.animate-btn { position: relative; overflow: hidden; }
.animate-btn:hover::after { animation: shine-reverse 1s forwards; }
.animate-btn:after { content: ""; position: absolute; width: 100%; height: 100%; background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%); top: 0; left: -100%; opacity: 0.6; }
button.animate-btn::after,.animate-btn.tf-btn::after { background-image: linear-gradient(120deg, rgba(0, 0, 0, 0) 20%, rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0) 70%); }
@keyframes shine-reverse { 0% { left: 100%; } 100% { left: -100%; } }
.hover-tooltip { position: relative; }
.hover-tooltip .tooltip { position: absolute; white-space: nowrap; padding: 0px 10px; height: 23px; border-radius: var(--border-radius); bottom: calc(100% + 8px); transform: translateY(8px); opacity: 0; visibility: hidden; color: var(--white); width: max-content; background-color: var(--dark); transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); z-index: 100; font-size: 10px; line-height: 23px; font-weight: 500; text-align: center; }
.hover-tooltip .tooltip::before { content: ""; left: 50%; transform: translateX(-50%) rotate(45deg); top: 18px; position: absolute; background: var(--dark); width: 8px; height: 8px; z-index: -1; }
.hover-tooltip:hover .tooltip { opacity: 1; visibility: visible; transform: none; transition-delay: 0.1s; }
.form-search { position: relative; }
.form-search input { border-color: rgba(0, 0, 0, 0.2); }
.form-search button { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); padding: 0; background-color: transparent; border: 0; color: var(--dark); }
.form-search button .icon { font-size: 24px; }
.swiper { --swiper-theme-color: var(--primary); --swiper-pagination-progressbar-bg-color: #d9d9d9; }
.nav-swiper { background-color: var(--white); border-radius: 999px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--bg-light); color: var(--dark); cursor: pointer; }
.nav-swiper::after { font-size: 12px; color: var(--dark); font-weight: 600; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.nav-swiper:hover { background-color: var(--bg-siyah); border-color: var(--bg-siyah); }
.nav-swiper:hover::after { color: var(--white); }
.nav-swiper.arrow-1.swiper-button-prev { transform: rotate(180deg); }
.nav-swiper.arrow-1.swiper-button-prev::after { font-family: "icomoon"; content: "\e904"; font-weight: 400; }
.nav-swiper.arrow-1.swiper-button-next::after { font-family: "icomoon"; content: "\e904"; font-weight: 400; }
.offcanvas { border: none !important; color: var(--dark); z-index: 1600; }
.offcanvas .icon-close-popup { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; cursor: pointer; background: transparent; font-size: 16px; padding: 10px; border: none; color: var(--dark); z-index: 10; }
.offcanvas .icon-close-popup:hover { color: var(--primary); }
.modal-dialog-centered { min-height: calc(100% - 60px); }
.modal { cursor: url(../img/cursor-close.svg), auto; }
.modal .icon-close,.modal .icon-close-popup { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; cursor: pointer; background: transparent; font-size: 16px; padding: 10px; border: none; z-index: 10; color: var(--dark); }
.modal .icon-close:hover,.modal .icon-close-popup:hover { color: var(--primary); }
.modal.fade:not(.show) { opacity: 0; }
.modal .modal-content { cursor: default; border: 0; overflow: hidden; border-radius: var(--border-radius); }
.modalCentered .modal-dialog { margin: 30px auto; padding-left: 15px; padding-right: 15px; }
.canvas-wrapper { padding: 0; isolation: isolate; height: 100%; width: 100%; max-height: none; display: grid; grid-auto-rows: auto minmax(0, 1fr) auto; align-content: start; background: var(--white); }
.canvas-body { background-color: var(--white); padding: 15px 20px; overscroll-behavior-y: contain; overflow-y: auto; }
.canvas-body::-webkit-scrollbar { width: 5px; }
.canvas-body::-webkit-scrollbar-track { background-color: var(--bg-scrollbar-track); }
.canvas-body::-webkit-scrollbar-thumb { background: var(--bg-scrollbar-thumb); border-radius: var(--border-radius); }
.modal-quick-view .modal-dialog { max-width: 1130px; }
.modal-quick-view .modal-content { border-radius: var(--border-radius); }
.modal-quick-view .tf-product-media-wrap { padding: 0; }
.modal-quick-view .tf-product-media-wrap .item { width: 100%; height: 100%; }
.modal-quick-view .tf-product-media-wrap .item img { width: 100%; height: 100%; object-fit: cover; }
.modal-quick-view .tf-product-info-wrap { flex: 0 0 auto; max-width: 100%; flex-grow: 1; position: relative; margin: 0; }
.modal-quick-view .tf-product-info-wrap .tf-product-info-inner { padding: 15px; }
.modal-quick-view .tf-product-info-wrap .tf-product-info-inner::-webkit-scrollbar { width: 6px; }
.modal-quick-view .tf-product-info-wrap .tf-product-info-inner::-webkit-scrollbar-thumb { background: var(--primary); }
.modal-quick-view .tf-product-info-wrap .tf-product-info-inner::-webkit-scrollbar-track { background: var(--bg-light); }
.modal-quick-view .tf-product-info-wrap .tf-product-heading { padding-bottom: 0; border: 0; margin-bottom: 20px; }
.modal-quick-view .tf-product-info-wrap .tf-product-heading .product-name { line-height: 29px; margin-bottom: 14px; }
.modal-quick-view .tf-product-info-wrap .tf-product-heading .product-price { margin-bottom: 14px; gap: 6px; }
.modal-quick-view .tf-product-info-wrap .tf-product-heading .product-price .price-old,.modal-quick-view .tf-product-info-wrap .tf-product-heading .product-price .price-new { line-height: 29px; }
.modal-quick-view .tf-product-info-wrap .tf-product-heading .text { font-size: 14px; line-height: 22.4px; }
.modal-quick-view .tf-product-info-wrap .tf-product-variant { gap: 20px; margin-bottom: 30px; }
.modal-quick-view .tf-product-info-wrap .tf-product-variant .variant-picker-label { font-size: 16px; font-weight: 600; line-height: 19.2px; letter-spacing: -0.03em; margin-bottom: 12px; }
.modal-quick-view .tf-product-info-wrap .tf-product-variant .variant-picker-label-value { font-weight: 600; }
.modal-quick-view .tf-product-info-wrap .tf-product-variant .color-btn { width: 34px !important; height: 34px !important; }
.modal-quick-view .tf-product-info-wrap .tf-product-variant .color-btn .check-color { width: 28px !important; height: 28px !important; }
.modal-quick-view .tf-product-info-wrap .tf-btn { font-size: 16px; font-weight: 600; line-height: 24px; letter-spacing: -0.03em; }
.modal-quick-view .tf-product-info-wrap .tf-product-total-quantity { margin-bottom: 30px; }
.modal-quick-view .tf-product-info-wrap .tf-product-total-quantity .group-btn { margin-bottom: 17px; }
.modal-quick-view .tf-product-info-wrap .tf-product-total-quantity .more-choose-payment { margin-top: 7px; }
.modal-quick-view .tf-product-info-wrap .view-details { display: inline-flex; gap: 4px; align-items: center; font-size: 14px; font-weight: 500; line-height: 16.8px; }
.modal-quick-view .tf-product-info-wrap .view-details .icon { font-size: 12px; }
.popup-style-1 { width: 100% !important; max-width: 340px; }
.popup-style-1 .popup-header { display: flex; align-items: center; justify-content: space-between; padding: 32px; padding-bottom: 10px; position: relative; text-transform: capitalize; font-size: 16px; line-height: 30px; font-weight: 500; color: var(--dark); border-bottom: 0; border-radius: 0; }
.popup-style-1 .popup-header::after { position: absolute; content: ""; bottom: 0; height: 1px; background-color: var(--bg-dark); left: 32px; right: 32px; }
.popup-style-1 .popup-inner { display: flex; flex-direction: column; gap: 32px; padding: 32px; overflow-y: auto; }
.modal-dialog-centered .icon-close { position: absolute; top: 0px; right: 0px; font-size: 14px; padding: 15px; z-index: 123; }
.popup-search .header { position: fixed; padding: 8px 15px; display: flex; justify-content: flex-end; z-index: 50; top: 0; left: 0; right: 0; background-color: var(--white); }
.popup-search .modal-content { overflow-y: auto; padding: 68px 0; height: 100%; border-radius: 0; }
.popup-search .looking-for-wrap { text-align: center; margin-bottom: 50px; }
.popup-search .heading { font-size: 24px; font-weight: 500; margin-bottom: 30px; color: var(--dark); }
.popup-search .form-search { margin-bottom: 32px; }
.popup-search .form-search input { border-radius: 5px; font-size: 14px; line-height: 120%; background: transparent; border: 1px solid var(--bg-dark); color: var(--dark); }
.popup-search .form-search button { right: 20px; }
.popup-search .popular-searches { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; font-size: 14px; line-height: 120%; color: var(--dark); }
.popup-search .popular-searches ul { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.popup-search .popular-searches ul a { padding: 9px 19px; border-radius: var(--border-radius); background-color: var(--bg-light); border: 1px solid var(--bg-dark); color: var(--dark); }
.modal-compare .modal-dialog { max-width: 1194px; }
.modal-compare .modal-content { border-radius: var(--border-radius); padding: 48px 30px 29px 30px; }
.modal-compare .title { line-height: 29px; margin-bottom: 45px; }
.modal-compare .tf-compare-inner { overflow-x: auto; margin-bottom: 22px; padding-bottom: 20px; }
.modal-compare .tf-compare-inner::-webkit-scrollbar { height: 8px; }
.modal-compare .tf-compare-inner::-webkit-scrollbar-thumb { background: var(--primary); }
.modal-compare .tf-compare-inner::-webkit-scrollbar-track { background: var(--bg-light); }
.modal-compare .tf-compare-list { display: flex; gap: 24px; width: max-content; margin-left: auto; margin-right: auto; }
.modal-compare .tf-compare-item { width: 232px; min-width: 232px; position: relative; display: flex; flex-direction: column; gap: 10px; padding: 0; }
.modal-compare .tf-compare-item .icon-close { position: absolute; z-index: 5; top: 12px; right: 12px; width: 48px; height: 48px; border: 1px solid var(--bg-light); background-color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.modal-compare .tf-compare-item .image { border-radius: 16px; max-height: 328px; overflow: hidden; }
.modal-compare .tf-compare-item .content { display: flex; flex-direction: column; gap: 10px; }
.modal-compare .tf-compare-item .content .text-title { font-size: 16px; font-weight: 500; line-height: 26px; }
.modal-compare .tf-compare-item .content .price-wrap { font-weight: 500; font-size: 16px; }
.modal-compare .tf-compare-buttons { display: flex; gap: 20px; }
.modal-compare .tf-compare-buttons .tf-btn { max-width: 190px; width: 100%; font-weight: 600; }
.tf-toolbar-bottom { display: none; padding: 17px 0; position: fixed; z-index: 200; bottom: 0; right: 0; left: 0; border-top: 1px solid var(--bg-dark); background-color: var(--white); box-shadow: 0px 4px 20px 0px rgba(163, 163, 163, 0.2784313725); }
.tf-toolbar-bottom .toolbar-item { flex: 1 0 20%; position: relative; }
.tf-toolbar-bottom .toolbar-item a { width: 100%; padding-right: 10px; padding-left: 10px; gap: 5px; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.tf-toolbar-bottom .toolbar-item a .toolbar-icon { position: relative; text-align: center; font-size: 20px; }
.tf-toolbar-bottom .toolbar-item a .toolbar-count { position: absolute; top: -6px; right: -6px; width: 16px; height: 16px; display: flex; align-items: center; justify-content: center; background-color: var(--bildirim); border-radius: 50%; font-size: 10px; font-weight: 500; line-height: 15px; color: var(--white); }
.header-default .wrapper-header { min-height: 64px; }
.header-default .box-nav-menu { gap: 32px; display: flex; align-items: center; justify-content: center; }
.header-default .box-nav-menu .item-link { font-size: 14px; line-height: 21px; font-weight: 500; display: flex; align-items: center; gap: 4px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; position: relative; color: var(--dark); }
.header-default .box-nav-menu .item-link i { font-size: 13px; }
.header-default .box-nav-menu .item-link .icon { font-size: 10px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.header-default .box-nav-menu .item-link::after { position: absolute; content: ""; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: calc(100% + 40px); height: 86px; display: none; background: transparent; }
.header-default .box-nav-menu .menu-item { padding: 33px 0px; }
.header-default .box-nav-menu .menu-item:hover .item-link { color: var(--primary); }
.header-default .box-nav-menu .menu-item:hover .item-link .icon { transform: rotate(180deg); color: var(--primary); }
.header-default .box-nav-menu .menu-item:hover .item-link::after { display: block; }
.header-default .nav-icon { gap: 16px; }
.header-default .nav-icon .nav-icon-item { font-size: 20px; position: relative; display: inline-flex; align-items: center; }
.header-default .nav-icon .nav-icon-item:hover { color: var(--primary); }
.header-default .nav-icon .nav-icon-item .count-box { position: absolute; height: 16px; width: 16px; padding: 0 5px; font-size: 10px; font-weight: 500; border-radius: 50%; line-height: 16px; z-index: 2; top: 0; right: 0; transform: translate(50%, -50%); color: var(--white); background-color: var(--primary); text-align: center; white-space: nowrap; margin-top: 3px; margin-right: 3px; display: block; }
.header-default .nav-icon .nav-wishlist .count-box { padding-left: 4px; }
.header-default .mobile-menu { display: inline-flex; }
.header-default .mobile-menu i { font-size: 20px; }
.box-nav-menu .sub-menu { pointer-events: none; position: absolute; background-color: var(--white); min-width: max-content; z-index: 999; visibility: hidden; text-align: left; padding: 20px 30px 20px 20px; top: 100%; left: 0; opacity: 0; border-radius: 0 0 var(--border-radius) var(--border-radius); transform: translateX(0px) translateY(10px); box-shadow: var(--shadow1); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843); }
.box-nav-menu .menu-item:hover > .sub-menu { pointer-events: all; opacity: 1; visibility: visible; transform: translateX(0px) translateY(0px); }
.box-nav-menu .menu-list li:not(:last-child) { margin-bottom: 17px; }
.box-nav-menu .menu-list .menu-link-text { font-size: 14px; line-height: 25px; color: var(--dark); display: flex; align-items: center; font-weight: 500; text-align: start; }
.box-nav-menu .sub-menu-style-3 { display: flex; gap: 20px; min-width: 552px; padding: 20px 25px 20px 25px; left: -50px; }
.box-nav-menu .sub-menu-style-3 .menu-list { margin-top: 16px; width: 45%; }
header { position: sticky; position: -webkit-sticky; left: 0; right: 0; -webkit-transition: 0.2s ease-out; -o-transition: 0.2s ease-out; transition: 0.2s ease-out; z-index: 888; background-color: var(--white); }
header.header-bg { background-color: var(--white); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
.canvas-mb { width: 100% !important; max-width: min(90%, 320px); border-right: 0 !important; }
.canvas-mb .mb-canvas-content { padding-top: 60px; min-width: 100%; max-width: min(90%, 320px); grid-auto-rows: minmax(0, 1fr) auto; isolation: isolate; height: 100%; width: 100%; display: grid; align-content: start; }
.canvas-mb .mb-body { padding-right: 20px; padding-left: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--bg-light); overscroll-behavior-y: contain; overflow-y: auto; display: flex; flex-direction: column; justify-content: space-between; }
.canvas-mb .icon-close-popup { position: absolute; font-size: 16px; z-index: 3; top: 15px; left: 15px; background-color: transparent; border: none; height: 30px; width: 30px; padding: 7px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; color: var(--dark); }
.canvas-mb .site-nav-icon { padding: 0 10px; line-height: 40px; border: solid 1px var(--bg-light); gap: 6px; background-color: var(--bg-light); color: var(--dark); border-radius: var(--border-radius); display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 500; }
.canvas-mb .site-nav-icon .icon { font-size: 18px; }
.canvas-mb .site-nav-icon:hover { color: var(--white); background-color: var(--dark); border-color: var(--dark); }
.canvas-mb .mb-other-content .group-icon { margin-top: 10px; display: grid; flex-wrap: wrap; gap: 10px; }
.canvas-mb .mb-other-content .text-need { font-weight: 500; margin-bottom: 12px; font-size: 14px; line-height: 22px; }
.canvas-mb .mb-other-content .mb-info li { font-size: 14px; line-height: 22px; display: flex; align-items: center; color: var(--dark); gap: 4px; }
.canvas-mb .mb-other-content .mb-info li:not(:last-child) { margin-bottom: 8px; }
.canvas-mb .mb-other-content .mb-contact { display: grid; gap: 8px; margin-bottom: 12px; }
.canvas-mb .mb-other-content .mb-contact p { font-size: 14px; line-height: 22px; color: var(--dark); }
.nav-ul-mb .nav-mb-item .mb-menu-link:not(.collapsed) .btn-open-sub::before { transform: rotate(90deg); }
.nav-ul-mb .nav-mb-item { padding: 2px 0px; }
.nav-ul-mb .nav-mb-item:not(:last-child) { border-bottom: 1px solid var(--bg-light); }
.nav-ul-mb .nav-mb-item .mb-menu-link { min-height: 40px; font-weight: 500; font-size: 14px; line-height: 40px; color: var(--dark); display: flex; align-items: center; justify-content: space-between; }
.nav-ul-mb .btn-open-sub { position: relative; width: 20px; height: 30px; display: inline-flex; align-items: center; justify-content: center; }
.nav-ul-mb .btn-open-sub:after, .nav-ul-mb .btn-open-sub::before { content: ""; position: absolute; z-index: 1; top: 0; bottom: 0; left: 0; right: 0; background-color: var(--dark); transition: 0.4s ease 0.1s; margin: auto; }
.nav-ul-mb .btn-open-sub::before { width: 2px; height: 12px; }
.nav-ul-mb .btn-open-sub::after { width: 12px; height: 2px; }
.nav-ul-mb .sub-nav-menu { padding-left: 10px; margin-bottom: 15px; }
.nav-ul-mb .sub-menu-level-2 { margin-bottom: 5px; }
.nav-ul-mb .sub-menu-level-2 .sub-nav-link { position: relative; max-width: max-content; }
.nav-ul-mb .sub-nav-link { display: flex; align-items: center; justify-content: space-between; min-height: 32px; line-height: 22px; font-size: 14px; color: var(--dark); text-transform: capitalize; margin-bottom: 8px; }
.nav-ul-mb .sub-nav-link .btn-open-sub::after, .nav-ul-mb .sub-nav-link .btn-open-sub::before { background-color: var(--dark); }
.footer-bg .tf-social-icon .social-item:not(:hover) { border-color: #989898; color: var(--white); }
.s-blog-single { padding-top: 100px; padding-bottom: 60px; }
.tf-product-info-wrap { display: grid; gap: 32px; }
.tf-product-info-wrap .tf-product-heading { border-bottom: 1px solid var(--bg-light); padding-bottom: 24px; display: grid; gap: 12px; }
.tf-product-info-wrap .product-price { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; font-weight: 500; }
.tf-product-info-wrap .product-price .price-new { color: var(--primary); }
.tf-product-info-wrap .product-price .price-old { color: var(--bg-siyah); text-decoration: line-through; }
.tf-product-info-wrap .badge-sale { font-size: 14px; line-height: 20px; font-weight: 400; background-color: var(--primary); border-radius: var(--border-radius); padding: 5px 10px; color: var(--white); }
.tf-product-info-wrap .tf-product-variant { display: grid; gap: 24px; }
.tf-product-info-wrap .tf-product-variant .variant-picker-label { margin-bottom: 8px; font-size: 16px; line-height: 24px; color: var(--dark); }
.tf-product-info-wrap .tf-product-variant .variant-picker-label-value { text-transform: capitalize; margin-left: 4px; font-weight: 500; }
.tf-product-info-wrap .variant-color .variant-picker-values { display: flex; gap: 12px; }
.tf-product-info-wrap .variant-color .color-btn:not(.select-item) { position: relative; width: 38px; height: 38px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; text-align: center; border: 1px solid transparent; cursor: pointer; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; border-radius: 50%; }
.tf-product-info-wrap .variant-color .color-btn:not(.select-item) .check-color { width: 32px; height: 32px; display: flex; flex-shrink: 0; border-radius: 50%; border: 1px solid #dcdcdc; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.tf-product-info-wrap .variant-color .color-btn:not(.select-item).active { border-color: var(--dark-2); }
.tf-product-info-wrap .variant-size .variant-picker-label { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.tf-product-info-wrap .variant-size .variant-picker-values { display: flex; gap: 16px; flex-wrap: wrap; }
.tf-product-info-wrap .variant-size .size-btn:not(.select-item) { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--bg-light); font-size: 20px; line-height: 30px; color: var(--dark); font-weight: 500; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.tf-product-info-wrap .variant-size .size-btn:not(.select-item).active { border-color: var(--dark); }
.tf-product-info-wrap .tf-product-total-quantity .group-btn { margin-bottom: 12px; display: flex; align-items: center; gap: 12px; }
.tf-product-info-wrap .tf-product-total-quantity .group-btn .tf-btn { flex-grow: 1; }
.tf-product-info-wrap .tf-product-total-quantity .tf-btn { text-transform: none; }
.tf-product-info-wrap .tf-product-total-quantity .more-choose-payment { margin-top: 12px; display: block; text-align: center; text-decoration: underline; }
.list-rating-check:not(:checked) > input { position: absolute; opacity: 0; }
.list-rating-check:not(:checked) > label { font-size: 15px; cursor: pointer; white-space: nowrap; width: 15px; color: #d2d2d2; transition: all 0.2s ease-in-out; }
.list-rating-check:not(:checked) > label:before { font-family: "icomoon"; content: "\e95b"; }
.list-rating-check:not(:checked) > label:hover, .list-rating-check:not(:checked) > label:hover ~ label { color: var(--dark); }
.popup-shopping-cart .wrap { display: flex; flex-direction: column; flex-grow: 1; }
.popup-shopping-cart .tf-mini-cart-wrap { display: flex; flex-direction: column; flex-grow: 1; position: relative; }
.popup-shopping-cart .tf-mini-cart-bottom { box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843); flex-shrink: 0; }
.popup-shopping-cart .tf-mini-cart-bottom-wrap { padding: 24px 32px 34px; }
.popup-shopping-cart .tf-mini-cart-bottom-wrap .tf-cart-tax { opacity: 0.8; padding-bottom: 14px; border-bottom: 1px solid var(--bg-dark); margin-bottom: 15px; }
.popup-shopping-cart .tf-mini-cart-bottom-wrap .tf-mini-cart-view-checkout { display: flex; gap: 10px; }
.popup-shopping-cart .tf-mini-cart-bottom-wrap .tf-mini-cart-view-checkout .tf-btn { text-transform: none; }
.popup-shopping-cart .popup-header .icon-close-popup { padding-right: 0; }
.tf-mini-cart-main { flex: 1 1 auto; position: relative; }
.tf-mini-cart-sroll { position: absolute; top: 0; left: 0; bottom: 0; right: 0; overflow: auto; }
.tf-mini-cart-sroll::-webkit-scrollbar { width: 4px; }
.tf-mini-cart-sroll::-webkit-scrollbar-thumb { background: var(--primary); }
.tf-mini-cart-sroll::-webkit-scrollbar-track { background: var(--bg-light); }
.tf-mini-cart-items { display: flex; gap: 12px; margin-top: 15px; flex-direction: column; }
.tf-mini-cart-item { padding: 0 32px; display: flex; gap: 10px; padding-bottom: 15px; border-bottom: 1px solid var(--bg-dark); }
.tf-mini-cart-item .tf-mini-cart-image { display: block; width: 50px; height: 50px; flex-shrink: 0; border-radius: 50%; overflow: hidden; border: 2px solid var(--primary); padding: 4px; }
.tf-mini-cart-item .tf-mini-cart-image a { width: 100%; height: 100%; display: block; }
.tf-mini-cart-item .tf-mini-cart-image img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.tf-mini-cart-item .tf-mini-cart-info { flex-grow: 1; display: flex; justify-content: center; flex-direction: column; gap: 8px; font-size: 13px; }
.tf-mini-cart-item .remove { padding: 0; cursor: pointer; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.tf-mini-cart-item .remove:hover { color: var(--primary); }
.tf-page-cart-sidebar .feedback-box .check-exp:has(.tf-check-rounded:checked) .text-exp { color: var(--dark); }
.tf-checkout-cart-main .check-ship:has(.tf-check-rounded:checked) { border-color: var(--primary); }
.tf-checkout-cart-main .check-ship:has(.tf-check-rounded:checked) .text { color: var(--bg-siyah); }
.s-blog-single .content { margin-bottom: 80px; }
.s-blog-single .content .text { font-size: 16px; line-height: 24px; color: var(--dark); max-width: 1008px; width: 100%; margin: 0px auto; margin-bottom: 42px; text-align: center; }
.s-contact.style-2 .content-left .tf-social-icon .social-item:not(:hover) { background-color: transparent; border-color: var(--white); }
.tf-compare-item { display: grid; gap: 15px; padding: 20px 15px; }
.tf-compare-item .icon-close { font-size: 8px; }
.tf-compare-item .content { display: grid; gap: 10px; }
.arse_slider-item { position: relative; overflow: hidden; cursor: pointer; width: 100%; float: left; border-radius: var(--border-radius); background: center/cover no-repeat scroll; }
.arse_slider-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: #fff; }
.arse_slider-overlay .title a { color: #fff; font-size: 16px; line-height: 26px; font-weight: 500; margin-bottom: 10px; }
.arse-slider-content { position: absolute; bottom: 0; left: 0; z-index: 2; width: 100%; padding: 30px; }
.arse_slider-overlay::after { content: ""; position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)); transition: opacity 0.2s; backface-visibility: hidden; }
.arse_slider-item:hover .arse_slider-overlay::after { opacity: 0.8; }
.arse_content-cover { height: 480px; }
.arse_content-cover .arse_slider-overlay { display: flex; align-items: flex-end; padding: 30px; background-position: center; }
.arse_content-cover .arse-slider-content { position: relative; padding: 1em 0; }
.arse_entry-header { padding: 2.5em; }
.arse_content-cover .arse_entry-header { padding: 0; }
.arse_entry-header .title { font-size: 18px; margin-bottom: 10px; color: #171717; font-weight: 500; line-height: 30px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.arse_entry-meta { display: inline-block; width: 100%; }
.arse_entry-meta .arse_entry-meta-left { width: 100%; }
.arse_entry-meta span { position: relative; margin-right: 15px; font-size: 14px; color: #888; }
.arse_slider-overlay .arse_entry-meta span { color: #ddd; }
.arse_entry-meta-left a { color: #fff; font-weight: 600; }
.arse_content-cover .arse_entry-meta-left a { color: #fff; }
.arse_entry-meta-left img { border-radius: 100%; margin-right: 5px; vertical-align: -5px; }
.arse_entry-meta i { font-size: 12px; margin-right: 5px; vertical-align: -1px; }
.arse_content-cover .arse_entry-meta i { color: #fff; }
.arse_content-cover .arse_entry-header p { color: rgba(255, 255, 255, 0.8); }
.arse_breadcrumb li > a:not(:hover) { color: rgba(0, 0, 0, 0.6); }
.arse-slider-content .arse_breadcrumb li > a:not(:hover) { color: rgba(255, 255, 255, 0.7); }
.arse_block > :not(.arse_block-title..arse_head_style-3) .owl-dots { top: -25px; }
#arse_shortcode_gallery .owl-nav [class*=owl-]:not(:hover) { background: #f8f8f8; }
.nays-manset { background-color: var(--white); padding: 20px; border-radius: var(--border-radius); box-shadow: 0 4px 12px rgba(0,0,0,0.06); }
.nays-manset .nays-card { border: none; margin-bottom: 10px; background-color: transparent; }
.nays-manset .nays-card:last-child { margin-bottom: 0px; }
.nays-manset .nays-card img { object-fit: cover; width: 80px; height: 80px; border-radius: 100% !important; border: 7px solid var(--primary-4); }
.nays-manset .blog-widget-text { font-size: 14px; font-weight: 500; line-height: 24px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: var(--dark); transition: all linear .3s; }
.nays-manset .blog-widget-text a { color: var(--dark); text-decoration: none; transition: color 0.2s ease-in-out; background: linear-gradient(to right,rgba(100,200,200,0),rgba(100,200,200,0)),linear-gradient(to right,var(--primary),var(--primary),var(--primary-4)); background-size: 100% 2px, 0 2px; background-position: 100% 100%, 0 100%; background-repeat: no-repeat; transition: background-size 400ms; display: inline; }
.nays-manset .blog-widget-text a:hover { color: var(--primary); background-size: 0 2px, 100% 2px; }
.arse-manset-widget-2-container { position: relative; overflow: hidden; border-radius: 0 0 var(--border-radius) var(--border-radius); }
.arse-manset-widget-2-wrapper { display: flex; transition: transform 0.5s ease-in-out; }
.arse-manset-widget-2-slide { min-width: 100%; position: relative; }
.arse-manset-widget-2-slide img { width: 100%; height: 430px; object-fit: cover; border-radius: 5px 5px 0 0; filter: blur(0px) brightness(0.4); }
.arse-manset-widget-2-container:hover .arse-manset-widget-2-slide img { filter: blur(0px) brightness(0.6); transition: var(--arse-transition); }
.arse-manset-widget-2-content { position: absolute; bottom: 0; left: 0; width: 100%; padding: 55px; border-radius: var(--border-radius) var(--border-radius) 0 0; background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0)); }
.arse-manset-widget-2-category a { display: inline-block; background: var(--primary); color: #fff; font-size: 13px; font-weight: 500; padding: 6px 15px; border-radius: var(--border-radius); margin-bottom: 10px; text-decoration: none; }
.arse-manset-widget-2-title a { font-size: 22px; font-weight: 600; margin-bottom: 10px; color: #fff; text-decoration: none; display: inline-block; background: linear-gradient(to right,rgba(100,200,200,0),rgba(100,200,200,0)),linear-gradient(to right,#fff,#fff,#fff); background-size: 100% 2px, 0 2px; background-position: 100% 100%, 0 100%; background-repeat: no-repeat; transition: background-size 400ms; display: inline; }
.arse-manset-widget-2-title a:hover { background-size: 0 2px, 100% 2px; }
.arse-manset-widget-2-date { font-size: 14px; color: #dbdbdb; }
.arse-manset-widget-2-meta { display: flex; align-items: center; gap: 15px; flex-wrap: wrap; margin-top: 10px; }
.arse-manset-widget-2-author { display: flex; align-items: center; }
.arse-manset-widget-2-author img { width: 32px; height: 32px; border-radius: 50%; margin-right: 10px; object-fit: cover; border: 2px solid #fff; }
.arse-manset-widget-2-author span a { font-size: 14px; color: #dbdbdb; text-decoration: none; font-weight: 500; }
.arse-manset-widget-2-author span a:hover { color: var(--primary); transition: var(--arse-transition); }
.arse-manset-widget-2-nav-button { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 60px; background: rgba(0,0,0,0.5); color: #fff; border-radius: var(--border-radius); display: flex; align-items: center; justify-content: center; cursor: pointer; user-select: none; opacity: 0; transition: opacity 0.3s ease; }
.arse-manset-widget-2-container:hover .arse-manset-widget-2-nav-button { opacity: 1; }
.arse-manset-widget-2-prev { left: 5px; }
.arse-manset-widget-2-next { right: 5px; }
.arse-manset-widget-2-pagination { display: flex; justify-content: center; background-color: #111; }
.arse-manset-widget-2-pagination div { width: 100%; height: 50px; line-height: 50px; background: #222; color: #fff; text-align: center; font-weight: bold; cursor: pointer; }
.arse-manset-widget-2-pagination div:hover { background: #1a1a1a; }
.arse-manset-widget-2-pagination .active { background: var(--primary); }
.arse-blog-post { width: 100%; border-radius: var(--border-radius); overflow: hidden; position: relative; margin-bottom: 20px; padding: 20px; background: var(--white); box-shadow: var(--box-shadow); display: flex; align-items: center; justify-content: flex-start; }
.arse-blog-post:hover { box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1); }
.arse-blog-post .image img { position: relative; width: 300px; height: 165px; object-fit: cover; border-radius: var(--border-radius-img); }
.arse-blog-post .content { width: 100%; margin-right: 30px; padding-right: 30px; border-right: 1px solid var(--bg-dark); }
.arse-blog-post .content h2 { margin-bottom: 10px; text-transform: capitalize; font-size: 16px; line-height: 24px; font-weight: 500; }
.arse-blog-post .content h2 a { letter-spacing: -.3px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; color: var(--dark); transition: all linear .3s; }
.arse-blog-post .content h2 a:hover { color: var(--arse-renk-bir); }
.arse-blog-post .content p { color: var(--dark); font-size: 14px; line-height: 25px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.arse-blog-post .meta { padding: 0; margin: 0 0 10px 0; font-size: 14px; display: flex; list-style: none; }
.arse-blog-post .meta i { font-size: 12px; margin-right: 3px; }
.arse-blog-post .meta li { margin: 0 10px 0 0; }
.arse-sidebar-widgets-title { color: var(--dark); padding-bottom: 16px; margin-bottom: 20px; font-weight: 500; position: relative; text-transform: uppercase; border-bottom: 1px solid var(--bg-dark); font-size: 15px; }
.arse-sidebar-widgets-title::before { position: absolute; content: ""; bottom: -2px; left: 0px; width: 100px; height: 2px; background: var(--primary); }
.arse-sidebar-widgets { margin-bottom: 20px; padding: 20px; background: var(--white); box-shadow: 0 4px 12px rgba(0,0,0,0.06); border-radius: var(--border-radius); }
.arse-sidebar-widgets:last-child { position: sticky; top: 100px; margin-bottom: 0; }
.arse-sidebar-widgets-3-container { counter-reset: postNumber; }
.arse-sidebar-widgets-3-post { position: relative; display: flex; align-items: center; padding: 15px 20px; border-bottom: 1px solid var(--bg-dark); transition: background 0.3s ease; color: var(--dark); min-height: 111px; }
.arse-sidebar-widgets-3-post:last-child { border: none; }
.arse-sidebar-widgets-3-post::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); z-index: 1; opacity: 0; transition: opacity 0.5s ease; border-radius: var(--border-radius-img); }
.arse-sidebar-widgets-3-post.first::after { opacity: 1; }
.arse-sidebar-widgets-3-post:hover::after { opacity: 1; }
.arse-sidebar-widgets-3-container:hover .arse-sidebar-widgets-3-post.first::after { opacity: 0; }
.arse-sidebar-widgets-3-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.4s ease; z-index: 1; border-radius: var(--border-radius-img); }
.arse-sidebar-widgets-3-post.first .arse-sidebar-widgets-3-img { opacity: 1; }
.arse-sidebar-widgets-3-container:hover .arse-sidebar-widgets-3-post.first .arse-sidebar-widgets-3-img { opacity: 0; }
.arse-sidebar-widgets-3-post:hover .arse-sidebar-widgets-3-img { opacity: 1 !important; }
.arse-sidebar-widgets-3-post::before { counter-increment: postNumber; content: counter(postNumber); display: flex; align-items: center; justify-content: center; font-weight: bold; width: 40px; height: 40px; background: var(--bg-light); border-radius: var(--border-radius); margin-right: 15px; flex-shrink: 0; z-index: 2; position: relative; }
.arse-sidebar-widgets-3-content { display: flex; flex-direction: column; justify-content: center; z-index: 2; flex: 1; }
.arse-sidebar-widgets-3-title { font-size: 14px; font-weight: 500; margin-bottom: 10px; }
.arse-sidebar-widgets-3-title a { color: inherit; text-decoration: none; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.arse-sidebar-widgets-3-meta { font-size: 13px; color: var(--dark); display: flex; gap: 12px; align-items: center; }
.arse-sidebar-widgets-3-meta i { margin-right: 4px; }
.arse-sidebar-widgets-3-post.first .arse-sidebar-widgets-3-title, .arse-sidebar-widgets-3-post.first .arse-sidebar-widgets-3-meta { color: #fff; }
.arse-sidebar-widgets-3-container:hover .arse-sidebar-widgets-3-post.first:not(:hover) .arse-sidebar-widgets-3-title, .arse-sidebar-widgets-3-container:hover .arse-sidebar-widgets-3-post.first:not(:hover) .arse-sidebar-widgets-3-meta { color: var(--dark); }
.arse-sidebar-widgets-3-post:hover .arse-sidebar-widgets-3-title, .arse-sidebar-widgets-3-post:hover .arse-sidebar-widgets-3-meta { color: #fff; }
.arse-3lu-bg { background: var(--primary-4); padding: 30px 0 0 0; }
.arse-3lu-widgets { margin-bottom: 30px; padding: 20px; background: var(--white); box-shadow: var(--box-shadow); border-radius: var(--border-radius); }
.arse-3lu-widgets-title { color: var(--dark); padding-bottom: 16px; margin-bottom: 20px; font-weight: 500; position: relative; text-transform: uppercase; border-bottom: 1px solid var(--bg-dark); }
.arse-3lu-widgets-title::before { position: absolute; content: ""; bottom: -2px; left: 0px; width: 100px; height: 2px; background: var(--primary); }
.arse-3lu-featured-list { position: relative; counter-reset: number-count; }
.arse-3lu-featured-list-item { position: relative; }
.arse-3lu-featured-list-item-box { width: 100%; }
.arse-3lu-featured-image-wrap { display: none; }
.arse-3lu-featured-img { height: 200px; width: 100%; object-fit: cover; }
.arse-3lu-featured-list-content { position: relative; padding: 10px 20px; display: flex; align-items: center; }
.arse-3lu-featured-list-counter { counter-increment: number-count; height: 45px; min-width: 45px; width: 45px; background: var(--bg-dark); text-align: center; border-radius: 80px; position: relative; display: inline-table; margin-right: 15px; }
.arse-3lu-featured-list-counter:before { content: counter(number-count); color: var(--dark); font-weight: 600; font-size: 18px; line-height: 1; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.arse-3lu-featured-list-title { margin: 0; font-size: 14px; font-weight: 500; line-height: 24px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.arse-3lu-featured-list-title a { background: linear-gradient(to right,rgba(100,200,200,0),rgba(100,200,200,0)),linear-gradient(to right,var(--primary),var(--primary),var(--primary)); background-size: 100% 2px, 0 2px; background-position: 100% 100%, 0 100%; background-repeat: no-repeat; transition: background-size 400ms; display: inline; }
.arse-3lu-featured-list-title a:hover { color: var(--primary); background-size: 0 2px, 100% 2px; }
.arse-3lu-featured-meta { display: flex; align-items: center; position: relative; font-size: 11px; line-height: 1; padding-top: 10px; font-weight: 500; text-transform: uppercase; }
.arse-3lu-featured-list-item:nth-child(1) .arse-3lu-featured-image-wrap { display: flex; position: relative; overflow: hidden; border-radius: var(--border-radius-img); }
.arse-3lu-featured-list-item:nth-child(1) .arse-3lu-featured-image-wrap::before { content: ""; position: absolute; width: 100%; height: 100%; background: linear-gradient(0deg, #2B2D42 0, rgba(141, 153, 174, 0.1) 100%); transition: background 0.3s ease; }
.arse-3lu-featured-list-item:nth-child(1) .arse-3lu-featured-list-content { position: absolute; bottom: 0; padding-bottom: 30px; }
.arse-3lu-featured-list-item:nth-child(1) .arse-3lu-featured-list-title a { color: #fff; }
.arse-3lu-featured-list-item:nth-child(2) .arse-3lu-featured-list-content { padding-top: 20px; }
.arse-3lu-featured-list-item:nth-last-child(1) .arse-3lu-featured-list-content { padding-bottom: 20px; }
.arse-3lu-featured-list-item:nth-child(1) .arse-3lu-featured-meta { color: #EDF2F4; }
.tab-container { border-radius: var(--border-radius); box-shadow: var(--box-shadow); overflow: hidden; background-color: var(--white); max-width: 100%; margin-bottom: 20px; }
.custom-tabs { display: flex; flex-wrap: wrap; background: var(--white); border-radius: var(--border-radius) var(--border-radius) 0px 0px; }
.custom-tabs button { flex: 1; padding: 16px; font-size: 14px; font-weight: 500; letter-spacing: 0.3px; text-transform: uppercase; text-align: center; box-shadow: 0 2px 0 transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; transition: 0.3s; border: none; border-radius: var(--border-radius) var(--border-radius) 0px 0px; background-color: var(--white); color: var(--dark); }
.custom-tabs .active-tab { background-color: var(--primary); color: #fff; }
.tab-content { padding: 20px; }
.sidebar-item { display: flex; align-items: center; gap: 15px; margin-bottom: 7px; text-decoration: none; color: inherit; border-bottom: 1px solid var(--bg-dark); padding-bottom: 7px; }
.sidebar-item:last-child { margin-bottom: 0px; padding-bottom: 0; border: none; }
.sidebar-item img { object-fit: cover; width: 80px; height: 80px; border-radius: 100%; border: 7px solid var(--primary-4); }
.sidebar-title h3 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.sidebar-title h3 a { font-size: 14px; line-height: 24px; font-weight: 500; background: linear-gradient(to right,rgba(100,200,200,0),rgba(100,200,200,0)),linear-gradient(to right,var(--primary),var(--primary),var(--primary)); background-size: 100% 2px, 0 2px; background-position: 100% 100%, 0 100%; background-repeat: no-repeat; transition: background-size 400ms; display: inline; }
.sidebar-title h3 a:hover { color: var(--primary); background-size: 0 2px, 100% 2px; }
.arse-kategori ul { margin: 0 !important; padding: 0 !important; }
.arse-kategori li { margin: 0 0 10px 0; width: 100%; display: flex; justify-content: space-between; background: var(--bg-light); border-radius: var(--border-radius); padding: 10px; line-height: 30px; font-weight: 500; font-size: 14px; color: var(--dark); text-transform: capitalize; }
.arse-kategori li:last-child { margin: 0px; }
.arse-kategori li:hover { background: var(--bg-dark); color: var(--primary); transition: all linear 0.3s; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -ms-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.arse-kategori li a { font-size: 14px; text-transform: capitalize; transition: all linear 0.3s; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -ms-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.arse-kategori li span { padding: 0 10px; }
.arse-kategori li a i { font-size: 13px; margin-right: 3px; }
.arse-kategori li a:hover { color: var(--primary); }
.post-pagination { width: 100%; font-size: 14px; font-weight: 500; }
.post-pagination nav.pagination { display: block; }
.post-pagination nav.pagination ul { position: relative; display: flex; list-style: none; flex-wrap: wrap; align-items: center; margin: -3px; padding: 0; }
.post-pagination nav.pagination ul li { margin: 3px; }
.post-pagination nav.pagination ul li span { line-height: 42px; min-width: 42px; text-align: center; color: var(--dark); transition: all .5s; display: block; padding: 0 15px; border: 1px solid var(--bg-dark); border-radius: var(--border-radius); }
.post-pagination nav.pagination ul li span.current { background: var(--primary); color: #fff; border-color: var(--primary); }
.post-pagination nav.pagination ul li a { line-height: 42px; min-width: 42px; text-align: center; color: var(--dark); display: block; padding: 0 15px; transition: all .5s; border: 1px solid var(--bg-dark); border-radius: var(--border-radius); background: var(--white); }
.post-pagination nav.pagination ul li a i { display: flex; align-items: center; height: 42px; }
.post-pagination nav.pagination ul li a:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
.arse-blog-post-3-card { background-color: var(--white); border-radius: var(--border-radius); overflow: hidden; display: flex; flex-direction: row; align-items: center; margin-bottom: 30px; gap: 20px; padding: 20px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06); position: relative; }
.arse-blog-post-3-card:hover .arse-blog-post-3-overlay { opacity: 1; visibility: visible; }
.arse-blog-post-3-card:hover .arse-blog-post-3-title a { color: var(--primary); transition: 0.3s ease-in-out; background-size: 0 2px, 100% 2px; }
.arse-blog-post-3-card-image-wrapper { position: relative; }
.arse-blog-post-3-card-image { width: 300px; height: 165px; border-radius: var(--border-radius-img); object-fit: cover; display: block; }
.arse-blog-post-3-overlay { position: absolute; top: 0; left: 0; width: 300px; height: 165px; background-color: rgba(0, 0, 0, 0.5); color: white; border-radius: var(--border-radius-img); display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 8px; opacity: 0; visibility: hidden; transition: 0.3s ease-in-out; font-size: 14px; }
.arse-blog-post-3-card-content { flex: 1; }
.arse-blog-post-3-title a, .arse-blog-post-3-author a { text-decoration: none; color: inherit; }
.arse-blog-post-3-title a { background: linear-gradient(to right,rgba(100,200,200,0),rgba(100,200,200,0)),linear-gradient(to right,var(--primary),var(--primary),var(--primary)); background-size: 100% 2px, 0 2px; background-position: 100% 100%, 0 100%; background-repeat: no-repeat; transition: background-size 400ms; display: inline; }
.arse-blog-post-3-title { font-size: 15px; font-weight: 500; color: var(--dark); margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; transition: color 0.2s ease-in-out; }
.arse-blog-post-3-desc p { margin-top: 10px; font-size: 14px; color: var(--dark); margin-bottom: 16px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.arse-blog-post-3-author { display: flex; align-items: center; font-size: 14px; color: var(--dark); }
.arse-blog-post-3-author img { width: 28px; height: 28px; border-radius: 50%; margin-right: 8px; }
.arse-blog-post-3-author span { margin-right: 5px; }
.arse-blog-post .content { width: 100%; margin-right: 30px; padding-right: 30px; border-right: 1px solid var(--bg-dark); }
.arse-blog-post .content h2:last-child { margin-bottom: 0px; }
.arse-blog-post .meta { padding: 0; margin: 0 0 10px 0; font-size: 14px; display: flex; list-style: none; }
.arse-blog-post .meta i { font-size: 12px; margin-right: 3px; }
.arse-blog-post .meta li { margin: 0 10px 0 0; }
.arse-blog-post .content-2 h2 { margin-bottom: 10px; text-transform: capitalize; font-size: 16px; line-height: 24px; font-weight: 500; }
.arse-blog-post .content-2 h2 a { letter-spacing: -.3px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; color: var(--dark); transition: all linear .3s; }
.arse-blog-post .content-2 h2 a:hover { color: var(--primary); }
.arse-blog-post .content-2 p { color: var(--dark); font-size: 14px; line-height: 25px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.arse-blog-post-sira { border-radius: 50%; width: 60px; height: 60px; text-align: center; line-height: 60px; color: var(--dark); background: var(--bg-light); font-weight: 600; }
.blog-grid-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
.blog-post-grid { background: var(--white); border-radius: var(--border-radius); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06); overflow: hidden; }
.blog-post-grid:hover { box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
.blog-post-grid img { width: 100%; height: 210px; object-fit: cover; }
.grid-post-content { padding: 20px; }
.blog-post-grid h2 { font-size: 16px; }
.blog-post-grid h2 a { font-size: 16px; color: var(--dark); line-height: 25px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.blog-post-grid h2 a:hover { color: var(--primary); transition: all linear .3s; }
.blog-post-grid p { font-size: 14px; color: var(--dark); line-height: 26px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.grid-meta { list-style: none; padding: 0; margin: 0; font-size: 13px; display: flex; flex-wrap: wrap; margin-top: 10px; }
.grid-meta li { margin-right: 10px; }
.grid-meta li i { font-size: 12px; margin-right: 3px; }
.arse-header-news { background: var(--bg-gecis); }
.arse-news-container { overflow: hidden; height: 50px; }
.arse-news-title { height: 100%; width: 50px; float: left; background: var(--primary-2); color: #fff; display: flex; justify-content: center; align-items: center; margin-right: 10px; }
.arse-news { overflow: hidden; vertical-align: middle; margin: 0; padding: 0; list-style: none; }
.arse-news li { line-height: 50px; }
.arse-news li a { font-size: 14px; font-weight: 500; overflow: hidden; color: #fff; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; text-decoration: none; }
.arse-news li a:hover { color: #fff; }
.burclar-bolumu { padding: 20px; background: var(--white); border-radius: var(--border-radius); box-shadow: var(--box-shadow); overflow-x: auto; }
.burclar-container { display: grid; grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); gap: 13px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.burclar-sidebar-container { display: grid; grid-template-columns: repeat(auto-fill, minmax(88px, 1fr)); gap: 5px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.burc-kart { text-align: center; transition: transform 0.2s ease, color 0.2s ease; box-sizing: border-box; }
.burc-kart img { width: 100%; height: 100%; padding: 10px; object-fit: cover; border-radius: var(--border-radius-img); border: 2px solid var(--primary-4); transition: border-color 0.2s; max-width: 64px; max-height: 64px; }
.burc-kart span { display: block; margin-top: 8px; font-size: 14px; font-weight: 500; }
.burc-kart:hover img { border-color: var(--primary); }
.burc-kart:hover span { color: var(--primary); }
.pars-mt:first-child, .pars-mt:last-child { margin: 0; }
.pars-mt { margin-top: 20px; }
.pars-burc-1-wrap3 { padding: 18px 12px; background: #212121; }
.pars-burc-1-container3 { display: flex; gap: 15px; overflow-x: auto; flex-wrap: nowrap; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.pars-burc-1-container3::-webkit-scrollbar { display: none; }
.pars-burc-1-card3 { background: #2b2b2b; border-radius: var(--border-radius); box-shadow: var(--box-shadow); min-width: 92px; flex: 0 0 92px; text-align: center; padding: 13px 7px 7px 7px; transition: background 0.2s, box-shadow 0.18s; text-decoration: none; scroll-snap-align: start; }
.pars-burc-1-card3 img { width: 44px; height: 44px; object-fit: cover; border-radius: var(--border-radius-img); margin-bottom: 6px; border: 2px solid #1e1e1e; padding: 10px; transition: border-color .15s; }
.pars-burc-1-card3 span { display: block; font-size: 13px; color: #adadad; font-weight: 500; letter-spacing: .02em; }
.pars-burc-1-card3:hover, .pars-burc-1-card3:focus { background: #fff; }
.pars-burc-1-card3:hover img, .pars-burc-1-card3:focus img { border-color: #000000; }
.pars-burc-1-card3:hover span, .pars-burc-1-card3:focus span { color: #000000; }
.pars-burc-1-container1 { display: flex; gap: 15px; overflow-x: auto; flex-wrap: nowrap; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.pars-burc-1-container1::-webkit-scrollbar { display: none; }
.pars-burc-1-card1 { background: var(--white); border-radius: var(--border-radius); box-shadow: var(--box-shadow); padding: 13px 8px 7px 8px; min-width: 92px; flex: 0 0 92px; text-align: center; transition: box-shadow 0.2s; text-decoration: none; scroll-snap-align: start; }
.pars-burc-1-card1 img { width: 50px; height: 50px; object-fit: cover; padding: 10px; border-radius: var(--border-radius-img); margin-bottom: 7px; border: 2px solid var(--primary-4); transition: border-color 0.18s; }
.pars-burc-1-card1:hover { box-shadow: var(--box-shadow); border-color: var(--primary-4); }
.pars-burc-1-card1:hover img { border-color: var(--primary); }
.pars-burc-1-card1 span { display: block; font-size: 14px; font-weight: 500; color: var(--dark); }
.pars-modul-blog-area { background: var(--white, #fff); border-radius: var(--border-radius, 5px); box-shadow: var(--box-shadow, 0 2px 16px 0 rgba(0,0,0,.07)); padding: 20px; margin: 20px 0 0 0; }
.pars-modul-main-title { font-size: 15px; font-weight: 500; margin-bottom: 20px; position: relative; padding-bottom: 15px; display: inline-block; color: var(--dark); text-transform: uppercase; }
.pars-modul-main-title::before { content: ''; display: block; width: 70px; height: 3px; background: var(--primary); border-radius: 2px; position: absolute; left: 0; bottom: 0; }
.pars-modul-articles { display: flex; flex-wrap: wrap; gap: 30px; }
.pars-modul-main-column, .pars-modul-side-column { flex: 1 1 385px; min-width: 320px; max-width: 600px; display: flex; flex-direction: column; gap: 15px; }
.pars-modul-main-card-figure { margin: 0; }
.pars-modul-main-card-figure a { width: 100%; }
.pars-modul-main-card-image { display: block; width: 100%; height: 180px; object-fit: cover; border-radius: var(--border-radius-img); transition: transform 0.18s; }
.pars-modul-main-card-caption { padding: 10px 0 0 0; }
.pars-modul-meta { margin-top: 10px; }
.pars-modul-meta span { color: var(--dark); font-size: 13px; margin-right: 5px; }
.pars-modul-main-card-title { color: var(--dark); font-size: 16px; font-weight: 500; margin: 0; background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, var(--primary), var(--primary), var(--primary)); background-size: 100% 2px, 0 2px; background-position: 100% 100%, 0 100%; background-repeat: no-repeat; transition: background-size 400ms; display: inline; }
.pars-modul-main-card-figure:hover .pars-modul-main-card-title { color: var(--primary); background-size: 0 2px, 100% 2px; }
.pars-modul-list-card { display: flex; align-items: center; gap: 15px; }
.pars-modul-list-card-figure { flex-shrink: 0; margin: 0; position: relative; }
.pars-modul-list-card-image { width: 100px; height: 60px; object-fit: cover; border-radius: var(--border-radius-img); }
.pars-modul-list-card-title { color: #232323; font-size: 14px; font-weight: 500; margin: 0; transition: color 0.13s; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.pars-modul-list-card-title-link { background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, var(--primary), var(--primary), var(--primary)); background-size: 100% 2px, 0 2px; background-position: 100% 100%, 0 100%; background-repeat: no-repeat; transition: background-size 400ms; display: inline; }
.pars-modul-list-card-title-link:hover { color: var(--primary); background-size: 0 2px, 100% 2px; }
.arse-sidebar-widgets-1-slider-wrapper { width: 100%; overflow: hidden; position: relative; }
.arse-sidebar-widgets-1-slider-track { display: flex; transition: transform 0.5s ease-in-out; }
.arse-sidebar-widgets-1-card { min-width: 100%; overflow: hidden; font-size: 14px; position: relative; }
.arse-sidebar-widgets-1-image-link img { width: 100%; height: 200px; display: block; border-radius: var(--border-radius-img); }
.arse-sidebar-widgets-1-badge { position: absolute; background-color: var(--primary); color: var(--white); padding: 4px 10px; border-radius: var(--border-radius); font-size: 12px; top: 20px; left: 20px; text-decoration: none; }
.arse-sidebar-widgets-1-content { padding: 20px 0 0 0; }
.arse-sidebar-widgets-1-title { font-size: 16px; font-weight: 500; margin-bottom: 8px; color: var(--dark); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.arse-sidebar-widgets-1-title:hover { color: var(--primary); }
.arse-sidebar-widgets-1-description { margin-top: 10px; font-size: 14px; color: var(--dark); line-height: 1.5; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.arse-sidebar-widgets-1-description p { margin: 0; }
.arse-sidebar-widgets-1-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; font-size: 14px; padding-top: 10px; border-top: 1px solid var(--bg-dark); }
.arse-sidebar-widgets-1-icon-group { display: flex; gap: 16px; align-items: center; }
.arse-sidebar-widgets-1-icon-group span { display: flex; align-items: center; gap: 4px; }
.arse-sidebar-widgets-1-nav { width: 30px; height: 45px; padding: 0; position: absolute; top: 33%; transform: translateY(-50%); background-color: rgba(0, 0, 0, 0.5); border: none; color: white; font-size: 24px; cursor: pointer; z-index: 1; border-radius: var(--border-radius); opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.arse-sidebar-widgets-1-prev { left: 10px; }
.arse-sidebar-widgets-1-next { right: 10px; }
.arse-sidebar-widgets-1-slider-wrapper:hover .arse-sidebar-widgets-1-nav { opacity: 1; pointer-events: auto; }
.pars-cookie-popup { position: fixed; left: 50%; bottom: 20px; transform: translateX(-50%); width: 95%; max-width: 850px; z-index: 9999; background: var(--white); box-shadow: var(--box-shadow); border-radius: var(--border-radius); padding: 0; font-family: inherit; display: none; }
.pars-cookie-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 30px; width: 100%; box-sizing: border-box; }
.pars-cookie-left { display: flex; align-items: center; gap: 8px; min-width: 120px; }
.pars-cookie-icon { font-size: 25px; }
.pars-cookie-title { font-weight: 500; font-size: 15px; color: var(--primary); }
.pars-cookie-center { flex: 1; font-size: 14px; color: var(--dark); }
.pars-cookie-text a { color: var(--primary); text-decoration: underline; font-weight: 500; }
.pars-cookie-right { display: flex; gap: 10px; min-width: 160px; justify-content: flex-end; }
.pars-cookie-btn { border: none; border-radius: var(--border-radius); padding: 9px 20px; font-size: 13px; cursor: pointer; font-weight: 500; transition: background 0.18s; outline: none; }
.pars-cookie-btn-accept { background: var(--primary); color: #fff; }
.pars-cookie-btn-accept:hover { background: var(--primary-2); }
.pars-cookie-btn-reject { background: var(--bg-light); color: var(--dark); border: 1px solid #e; }
.pars-cookie-btn-reject:hover { background: #dedede; }
.pars-sekmeli-blog-tabs { max-width: 100%; margin: 20px 0 0 0; background: var(--white); border-radius: var(--border-radius); box-shadow: var(--box-shadow); }
.pars-sekmeli-tabs { display: flex; border-bottom: 1px solid var(--bg-dark); }
.pars-sekmeli-tab { background: none; text-transform: uppercase; width: 100%; border-radius: 0; border: none; font-size: 15px; font-weight: 500; padding: 1rem 2rem; color: var(--dark); border-bottom: 3px solid transparent; cursor: pointer; transition: border 0.2s, color 0.2s; outline: none; }
.pars-sekmeli-tab.active { color: var(--primary); border-bottom: 2px solid var(--primary); }
.pars-sekmeli-tab-content { display: none; padding: 20px; }
.pars-sekmeli-tab-content.active { display: block; }
.pars-sekmeli-blog-grid { display: flex; gap: 30px; }
.pars-sekmeli-blog-card.pars-sekmeli-big { flex: 1; display: flex; flex-direction: column; }
.pars-sekmeli-blog-card.pars-sekmeli-big figure { margin: 0; border-radius: var(--border-radius-img); overflow: hidden; }
.pars-sekmeli-blog-card.pars-sekmeli-big img { width: 100%; height: 210px; aspect-ratio: 16/9; object-fit: cover; display: block; }
.pars-sekmeli-blog-card.pars-sekmeli-big h2 { font-size: 16px; margin: 10px 0 5px 0; color: var(--dark); font-weight: 500; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.pars-sekmeli-blog-card.pars-sekmeli-big .pars-sekmeli-meta { font-size: 13px; color: var(--dark); margin: 0 0 10px 0; display: flex; gap: 10px; align-items: center; }
.pars-sekmeli-blog-card.pars-sekmeli-big p { color: var(--dark); font-size: 14px; line-height: 24px; margin: 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.pars-sekmeli-side-cards { flex: 1; display: flex; flex-direction: column; gap: 13px; border-right: 1px solid var(--bg-dark); padding: 0 20px 0 0; }
.pars-sekmeli-blog-card.pars-sekmeli-small { display: flex; align-items: center; gap: 15px; }
.pars-sekmeli-blog-card.pars-sekmeli-small img { width: 100px; height: 60px; border-radius: var(--border-radius-img); object-fit: cover; display: block; }
.pars-sekmeli-blog-card.pars-sekmeli-small h3 { margin: 0 0 0.25rem 0; color: var(--dark); font-size: 14px; font-weight: 500; margin: 0; transition: color 0.13s; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.pars-sekmeli-baslik a { background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, var(--primary), var(--primary), var(--primary)); background-size: 100% 2px, 0 2px; background-position: 100% 100%, 0 100%; background-repeat: no-repeat; transition: background-size 400ms; display: inline; }
.pars-sekmeli-baslik a:hover { color: var(--primary); background-size: 0 2px, 100% 2px; }
.pars-sekmeli-blog-card.pars-sekmeli-small .pars-sekmeli-meta { font-size: 13px; color: #888; display: flex; gap: 10px; align-items: center; margin-top: 5px; }
.pars-sekmeli-img-link { display: block; }
.pars-footer-1-footer { background-color: #151515; position: relative; z-index: 2; }
.pars-footer-1-footer-box-info { background: #1a1a1a; padding: 40px; height: 100%; }
.pars-footer-1-footer-box-info a { font-size: 18px; font-weight: 500; color: #b9b9b9; }
.pars-footer-1-footer-social-link h3 { color: #b9b9b9; font-size: 16px; margin-bottom: 20px; }
.pars-footer-1-footer-social-link ul { list-style-type: none; padding: 0; margin: 0; }
.pars-footer-1-footer-social-link li { display: inline-block; }
.pars-footer-1-footer-social-link ul li a { color: #b9b9b9; background: #2b2b2b; border-radius: 100%; width: 45px; height: 45px; display: flex; justify-content: center; align-items: center; font-size: 14px; transition: all 0.8s; }
.pars-footer-1-footer-social-link ul li a:hover { color: #fff; background: #000; }
.pars-footer-1-footer-info-text { margin: 30px 0; font-size: 14px; line-height: 28px; color: #b9b9b9; }
.pars-footer-1-footer-widget-padding { padding: 10px; }
.pars-footer-1-footer-widget .pars-footer-1-section-heading, .pars-footer-1-footer-widget-menu .pars-footer-1-section-heading { margin-bottom: 35px; }
.pars-footer-1-footer-widget h3, .pars-footer-1-footer-widget-menu h3 { font-size: 15px; font-weight: 500; color: #b9b9b9; margin-bottom: 15px; max-width: fit-content; }
.pars-footer-1-footer-widget a, .pars-footer-1-footer-widget-menu li a { color: #b9b9b9; font-size: 14px; font-weight: 500; background: linear-gradient(to right, rgba(100,200,200,0), rgba(100,200,200,0)), linear-gradient(to right, var(--primary), var(--primary), var(--primary)); background-size: 100% 2px,0 2px; background-position: 100% 100%,0 100%; background-repeat: no-repeat; transition: background-size 400ms, color 0.3s; display: inline; }
.pars-footer-1-footer-widget-menu ul { width: 50%; float: left; list-style: none; margin: 0; padding: 0; }
.pars-footer-1-footer-widget-menu li { margin-bottom: 18px; }
.pars-footer-1-footer-widget-menu li::before { content: "\f105"; font-family: "Font Awesome 6 Pro"; font-weight: 600; color: #b9b9b9; font-size: 13px; margin-right: 3px; }
.pars-footer-1-footer-widget a:hover, .pars-footer-1-footer-widget-menu a:hover { color: #fff; background-size: 0 2px,100% 2px; }
.pars-footer-1-footer-widget:after { content: ""; display: block; clear: both; }
.pars-footer-1-copyright { padding: 28px 0; background-color: #1a1a1a; }
.pars-footer-1-copyright span, .pars-footer-1-copyright a { color: #b9b9b9; font-size: 14px; font-weight: 500; transition: color 0.3s linear; }
.pars-footer-1-copyright a:hover { color: var(--primary); }
.pars-footer-1-copyright-menu ul { text-align: right; margin: 0; }
.pars-footer-1-copyright-menu li { display: inline-block; padding-left: 20px; }
.pars-footer-1-copyright-menu li:first-child { padding: 0; }
.pars-footer-1-animate-border { position: relative; display: block; width: 170px; height: 3px; background: #b9b9b9; }
.arse-sidebar-widgets-7-wrapper { position: relative; width: 100%; min-height: auto; overflow: hidden; border-radius: var(--border-radius); }
.arse-sidebar-widgets-7-bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: blur(0px) brightness(0.5); }
.arse-sidebar-widgets-7-content { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: stretch; color: #fff; flex-wrap: wrap; padding: 0; }
.arse-sidebar-widgets-7-left { flex: 2; display: flex; align-items: flex-end; padding: 50px; }
.arse-sidebar-widgets-7-left-inner { max-width: 90%; }
.arse-sidebar-widgets-7-category { background: var(--primary); padding: 5px 10px; border-radius: var(--border-radius); font-size: 13px; font-weight: 500; text-decoration: none; color: white; display: inline-block; }
.arse-sidebar-widgets-7-left h2 { font-size: 24px; margin: 10px 0; font-weight: 600; }
.arse-sidebar-widgets-7-left h2 a { color: white; text-decoration: none; }
.arse-sidebar-widgets-7-date { margin-top: 7px; font-size: 13px; color: #e3e3e3; }
.arse-sidebar-widgets-7-date i { font-size: 12px; }
.arse-sidebar-widgets-7-date span { margin-right: 5px; }
.arse-sidebar-widgets-7-right { flex: 1; backdrop-filter: blur(15px); background: rgba(0, 0, 0, 0.35); border-radius: 10px 0 0 10px; display: flex; flex-direction: column; gap: 30px; padding: 30px 30px; justify-content: center; }
.arse-sidebar-widgets-7-item { display: flex; gap: 20px; align-items: center; }
.arse-sidebar-widgets-7-item img { width: 110px; height: 65px; object-fit: cover; border-radius: var(--border-radius-img); }
.arse-sidebar-widgets-7-item a { color: #fff; font-size: 14px; font-weight: 500; text-decoration: none; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.pars-menu-left { justify-content: left !important; }
.spinner { border: 4px solid var(--bg-dark); border-top: 4px solid var(--primary); border-radius: 50%; width: 30px; height: 30px; animation: spin 0.8s linear infinite; margin: 1rem auto; display: none; }
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.arse-profil-card { display: grid; justify-content: center; align-items: center; width: 100%; height: auto; }
.arse-profil-card:hover .arse-profil-card-arkaplan { background: var(--bg-dark); transition: all 0.3s ease; }
.arse-profil-card-arkaplan { background: var(--bg-light); height: 200px; width: 100%; border-radius: var(--border-radius); }
.arse-profil-card img { margin: -120px auto; width: 200px; height: 200px; border-radius: 35%; border: 10px solid var(--white); object-fit: cover; }
.arse-profil-card span { font-weight: 500; font-size: 16px; float: left; text-align: center; margin-top: 115px; }
.arse-profil-card p { line-height: 26px; font-size: 14px; margin-top: 15px; text-align: center; }
.arse-profil-medya { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 5px; margin-top: 15px; }
.arse-profil-medya a { -ms-flex-preferred-size: calc(20% - 10px); flex-basis: calc(20% - 10px); -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; border-radius: var(--border-radius); transition: all 0.3s ease; text-align: center; padding: 10px; background: var(--bg-light); }
.arse-profil-medya a:hover { background: var(--primary); color: var(--white); }
.arse-blog-post .image img, .arse-sidebar-widgets-3-img, .nays-card img, .arse-3lu-featured-img, .arse-manset-widget-2-slide img, .tf-mini-cart-image img, .arse-profil-card img, .pars-sekmeli-blog-card.pars-sekmeli-big img, .pars-modul-main-card-image, .pars-sekmeli-blog-card.pars-sekmeli-small img, .pars-modul-list-card-image, .sidebar-item img, .arse-sidebar-widgets-1-image-link img { background-color: var(--bg-dark); background-image: linear-gradient(90deg, var(--bg-dark), var(--bg-light), var(--bg-dark)); background-size: 200% 100%; background-position: 100% 0; animation: loadingSkeleton 1s infinite; display: block; }
@keyframes loadingSkeleton{0%{background-position:100% 0;}100%{background-position:-100% 0;}}
.arse-koin-wrapper.arse-css-only{background:#111;overflow:hidden;padding:10px 0;}
.arse-koin-wrapper.arse-css-only:hover .arse-koinler{animation-play-state:paused;}
.arse-koinler{display:inline-block;white-space:nowrap;animation:slideLeft 50s linear infinite;animation-delay:1s;}
@keyframes slideLeft{0%{transform:translateX(0);}100%{transform:translateX(-100%);}}
.arse-koin{display:inline-flex;align-items:center;background:#222;color:#fff;padding:5px 10px;margin-right:5px;border-radius:var(--border-radius);font-size:13px;gap:8px;}
.arse-coins-1-wrapper{width:100%;background-color:var(--white);padding:10px 20px;box-shadow:0 2px 6px rgba(0,0,0,0.05);overflow-x:auto;overflow-y:hidden;cursor:grab;-ms-overflow-style:none;scrollbar-width:none;}
.arse-coins-1-wrapper:active{cursor:grabbing;}
.arse-coins-1-wrapper::-webkit-scrollbar{display:none;}
.arse-coins-1-container{display:flex;gap:15px;min-width:max-content;align-items:center;white-space:nowrap;}
.arse-coins-1-item{display:flex;align-items:center;gap:10px;background:var(--bg-dark);padding:6px 12px;border-radius:var(--border-radius);}
.arse-coins-1-name{font-size:14px;font-weight:500;color:var(--dark);}
.arse-coins-1-price{font-size:14px;font-weight:600;color:#22a06b;}
.arse-coins-1-change{font-size:13px;font-weight:600;display:flex;align-items:center;}
.arse-coins-1-change.up{color:#22a06b;}
.arse-coins-1-change.down{color:#d93025;}
.arse-coins-2-wrapper{width:100%;background-color:#111827;padding:10px 20px;overflow-x:auto;overflow-y:hidden;cursor:grab;-ms-overflow-style:none;scrollbar-width:none;}
.arse-coins-2-wrapper::-webkit-scrollbar{display:none;}
.arse-coins-2-container{display:flex;gap:20px;min-width:max-content;align-items:center;white-space:nowrap;}
.arse-coins-2-item{background:#1f2937;color:#f9fafb;padding:8px 14px;border-radius:var(--border-radius);display:flex;align-items:center;gap:10px;}
.arse-coins-2-name{font-weight:500;font-size:14px;}
.arse-coins-2-price{font-weight:600;font-size:14px;color:#10b981;}
.arse-coins-2-change{font-size:13px;font-weight:600;}
.arse-coins-2-change.up{color:#10b981;}
.arse-coins-2-change.down{color:#ef4444;}
.arse-coins-3-wrapper{width:100%;padding:15px 20px;background:var(--bg-dark);overflow-x:auto;overflow-y:hidden;cursor:grab;-ms-overflow-style:none;scrollbar-width:none;}
.arse-coins-3-wrapper::-webkit-scrollbar{display:none;}
.arse-coins-3-container{display:flex;gap:16px;min-width:max-content;}
.arse-coins-3-card{backdrop-filter:blur(8px);background:#212121;padding:12px 18px;border-radius:var(--border-radius);color:#fff;min-width:140px;display:flex;flex-direction:column;justify-content:center;box-shadow:var(--box-shadow);}
.arse-coins-3-name{font-size:14px;font-weight:500;}
.arse-coins-3-price{font-size:15px;margin:5px 0;font-weight:600;}
.arse-coins-3-change{font-size:13px;font-weight:600;}
.arse-coins-3-change.up{color:#00ff8c;}
.arse-coins-3-change.down{color:#ff6464;}
.arse-coins-4-wrapper{width:100%;padding:20px;overflow-x:auto;overflow-y:hidden;cursor:grab;-ms-overflow-style:none;scrollbar-width:none;}
.arse-coins-4-wrapper::-webkit-scrollbar{display:none;}
.arse-coins-4-container{display:flex;gap:18px;min-width:max-content;}
.arse-coins-4-card{background:var(--bg-gecis);color:#fff;border-radius:var(--border-radius);padding:10px 20px;min-width:160px;box-shadow:var(--box-shadow);display:flex;flex-direction:column;gap:1px;}
.arse-coins-4-name{font-size:16px;font-weight:600;}
.arse-coins-4-price{font-size:15px;font-weight:500;}
.arse-coins-4-change{font-size:13px;}
.arse-coins-4-change.up{color:#bbf7d0;}
.arse-coins-4-change.down{color:#fecaca;}
.arse-coins-5-wrapper{width:100%;padding:15px;overflow-x:auto;overflow-y:hidden;cursor:grab;-ms-overflow-style:none;scrollbar-width:none;}
.arse-coins-5-wrapper::-webkit-scrollbar{display:none;}
.arse-coins-5-container{display:flex;gap:14px;min-width:max-content;}
.arse-coins-5-card{border:1px solid var(--bg-dark);border-radius:var(--border-radius);padding:12px 16px;background:var(--white);transition:all 0.2s ease;min-width:140px;box-shadow:0 0 0 rgba(0,0,0,0);}
.arse-coins-5-card:hover{box-shadow:0 4px 12px rgba(0,0,0,0.1);}
.arse-coins-5-name{font-size:14px;font-weight:500;color:var(--dark);}
.arse-coins-5-price{font-size:15px;font-weight:600;color:#16a34a;}
.arse-coins-5-change{font-size:13px;}
.arse-coins-5-change.up{color:#16a34a;}
.arse-coins-5-change.down{color:#dc2626;}
.pars-manset-slider-1-container{position:relative;width:100%;height:480px;overflow:hidden;}
.pars-manset-slider-1-slider{display:flex;transition:transform 0.5s ease-in-out;height:100%;}
.pars-manset-slider-1-slide{min-width:100%;height:100%;position:relative;}
.pars-manset-slider-1-slide img{width:100%;height:100%;object-fit:cover;filter:brightness(50%);border-radius:var(--border-radius);transition:filter 0.5s ease;}
.pars-manset-slider-1-slide:hover img{filter:brightness(100%);}
.pars-manset-slider-1-overlay{position:absolute;bottom:0;left:0;padding:60px;border-radius:var(--border-radius);color:#fff;width:100%;background:linear-gradient(to top,rgba(0,0,0,0.6),transparent);}
.pars-manset-slider-1-kategori a{color:#fff;padding:7px 14px;font-size:14px;background:var(--primary);border-radius:var(--border-radius);margin-bottom:10px;}
.pars-manset-slider-1-kategori a:hover{background:var(--dark);}
.pars-manset-slider-1-overlay h2 a{color:#fff;font-size:20px;font-weight:600;}
.pars-manset-slider-1-meta{margin-top:20px;font-size:14px;}
.pars-manset-slider-1-meta i{font-size:13px;}
.pars-manset-slider-1-meta a{color:#fff;}
.pars-manset-slider-1-nav{position:absolute;top:50%;transform:translateY(-50%);font-size:15px;border-radius:var(--border-radius);color:#fff;background:rgba(0,0,0,0.3);padding:10px;cursor:pointer;z-index:2;user-select:none;}
.pars-manset-slider-1-nav.left{left:10px;}
.pars-manset-slider-1-nav.right{right:10px;}
.pars-404{background:var(--white);box-shadow:var(--box-shadow);border-radius:var(--border-radius);padding:30px;justify-items:center;}
.pars-404 img{width:auto;height:auto;display:flex;justify-content:center;margin-bottom:20px;max-width:-webkit-fill-available;}
.pars-404 h1{text-align:center;font-size:28px;font-weight:600;margin-bottom:20px;}
.pars-404 p{text-align:center;font-size:15px;}
.pars-404 a{display:flex;text-align:center;background:var(--primary);padding:10px 20px;font-size:14px;font-weight:500;margin-top:20px;border-radius:var(--border-radius);color:#fff;}
.pars-404 a:hover{background:var(--dark);}
.badge-bronz{background-color:#cd7f32;color:white;}
.badge-gumus{background-color:#c0c0c0;color:black;}
.badge-altin{background-color:#ffd700;color:black;}
.badge-platin{background-color:#e5e4e2;color:black;}
.badge-elmas{background-color:#b9f2ff;color:#00334e;}
.pars-profilim-card{background-color:var(--white);border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--box-shadow);margin:auto;}
.pars-profilim-banner-container{position:relative;width:100%;height:180px;}
.pars-profilim-banner-container img{width:100%;height:100%;object-fit:cover;display:block;}
.pars-profilim-avatar{position:absolute;bottom:-55px;left:85px;transform:translateX(-50%);width:120px;height:120px;background-color:var(--white);border-radius:10px;padding:4px;box-shadow:0 0 0 3px var(--white);}
.pars-profilim-avatar img{width:100%;height:100%;border-radius:10px;object-fit:cover;}
.pars-profilim-body{padding:70px 30px 30px 30px;}
.pars-profilim-name{font-size:15px;font-weight:600;color:var(--dark);}
.pars-profilim-sehir{font-size:14px;color:var(--dark);margin:10px 0;}
.pars-profilim-role{display:inline-block;background:var(--primary);color:#fff;font-weight:500;font-size:12px;padding:4px 8px;border-radius:3px;}
.pars-profilim-badge{font-weight:500;font-size:12px;padding:4px 8px;border-radius:3px;display:inline-block;}
.pars-profilim-web{background-color:var(--bg-dark);color:#111;font-weight:500;font-size:12px;padding:4px 8px;border-radius:3px;display:inline-block;}
.pars-profilim-desc{font-size:14px;line-height:25px;color:var(--dark);margin:10px 0;}
.pars-profilim-socials{display:flex;justify-content:start;gap:10px;margin:16px 0;}
.pars-profilim-socials a{font-size:15px;line-height:35px;width:35px;height:35px;text-align:center;color:#fff;transition:0.3s;background:var(--primary);border-radius:var(--border-radius);}
.pars-profilim-socials a:hover{background:var(--dark);}
.pars-profilim-following,.pars-profilim-followers{font-size:14px;margin:4px 0;color:var(---dark);}
.pars-profilim-followers img{width:45px;height:45px;border-radius:50%;margin:10px -4px;object-fit:cover;border:4px solid var(--white);}
.pars-profilim-button{font-size:15px;display:block;width:100%;padding:12px;border:none;box-shadow:var(--box-shadow);background-color:#333;color:#fff;font-weight:500;border-radius:var(--border-radius);margin-top:10px;cursor:pointer;transition:background 0.3s;}
.pars-profilim-button:hover{background-color:#000;}
.pars-profilim-butonlar a{width:100%;height:50px;background:var(--white);border-radius:var(--border-radius);box-shadow:var(--box-shadow);text-align:left;padding:0 10px;margin-top:10px;line-height:50px;font-size:14px;font-weight:500;}
.pars-profilim-buton-cikis a{width:100%;height:50px;background:#D72638;border-radius:var(--border-radius);box-shadow:var(--box-shadow);text-align:left;padding:0 10px;margin-top:10px;margin-bottom:20px;line-height:50px;font-size:14px;font-weight:500;color:#fff;}
.pars-profilim-card:last-child{position:sticky;top:100px;margin-bottom:0;}
.pars-profilim-duzenle-dropzone input[type="file"]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:10;appearance:none;}
.pars-profilim-duzenle-container{padding:30px;width:100%;background:var(--white);box-shadow:var(--box-shadow);border-radius:var(--border-radius);}
.pars-profilim-duzenle-form{display:flex;flex-direction:column;gap:32px;}
.pars-profilim-duzenle-section{display:flex;flex-direction:column;gap:16px;}
.pars-profilim-duzenle-title{font-size:16px;font-weight:500;color:var(--dark);border-bottom:1px solid var(--bg-dark);padding-bottom:10px;}
.pars-profilim-duzenle-field{display:flex;flex-direction:column;gap:6px;}
.pars-profilim-duzenle-field label{font-weight:500;font-size:14px;}
.pars-profilim-duzenle-field i{margin-right:6px;color:var(--dark);}
.pars-profilim-duzenle-field input{padding:10px 14px;border:1px solid var(--bg-dark);border-radius:var(--border-radius);background:var(--bg-light);font-size:14px;height:45px;color:var(--dark);}
.pars-profilim-duzenle-field textarea{padding:10px 14px;border:1px solid var(--bg-dark);border-radius:var(--border-radius);background:var(--bg-light);font-size:14px;color:var(--dark);}
.pars-profilim-duzenle-row{display:flex;gap:16px;flex-wrap:wrap;}
.pars-profilim-duzenle-row>.pars-profilim-duzenle-field{flex:1;}
.pars-profilim-duzenle-upload-wrap{display:flex;gap:20px;flex-wrap:wrap;align-items:flex-start;}
.pars-profilim-duzenle-preview-wrap{display:flex;flex-direction:column;align-items:center;gap:8px;}
.pars-profilim-duzenle-preview{width:100px;height:100px;object-fit:cover;border-radius:var(--border-radius-img);border:1px solid var(--border-dark);}
.pars-profilim-duzenle-remove-btn{background:#d72638;width:100%;color:#fff;padding:6px 12px;border:none;border-radius:var(--border-radius);font-size:13px;cursor:pointer;}
.pars-profilim-duzenle-dropzone{flex:1;font-size:14px;border:2px dashed var(--bg-dark);border-radius:var(--border-radius);padding:20px;text-align:center;height:144px;position:relative;align-content:center;background:var(--bg-light);}
.pars-profilim-duzenle-dropzone-inner{pointer-events:none;}
.pars-profilim-duzenle-spinner{width:24px;height:24px;border:3px solid #ccc;border-top:3px solid #3b82f6;border-radius:50%;animation:pars-spin 1s linear infinite;margin:0 auto 10px;display:none;}
@keyframes pars-spin{to{transform:rotate(360deg);}}
.pars-profilim-duzenle-browse-btn{color:var(--primary);font-weight:500;text-decoration:underline;}
.pars-profilim-duzenle-submit{text-align:right;}
.pars-profilim-duzenle-submit a{background:var(--primary);color:#fff;padding:10px 25px;border:none;border-radius:var(--border-radius);font-weight:500;font-size:14px;cursor:pointer;}
.pars-profilim-duzenle-submit button{background:#4fb845;color:#fff;padding:10px 25px;border:none;border-radius:var(--border-radius);font-weight:500;font-size:14px;cursor:pointer;}
.pars-modul-7-wrapper{display:flex;flex-wrap:wrap;gap:1rem;align-items:stretch;}
.pars-modul-7-side{width:300px;display:flex;flex-direction:column;gap:1rem;flex-shrink:0;}
.pars-modul-7-center{flex:1;display:flex;}
.pars-modul-7-card{background:var(--white);border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--box-shadow);display:flex;flex-direction:column;position:relative;height:100%;}
.pars-modul-7-img{width:100%;object-fit:cover;display:block;}
.pars-modul-7-small-img{height:165px;}
.pars-modul-7-content{padding:15px;}
.pars-modul-7-content h2{color:#fff;}
.pars-modul-7-title{font-weight:600;font-size:14px;line-height:27px;margin-top:10px;color:var(--dark);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.pars-modul-7-title a{background:linear-gradient(to right,rgba(100,200,200,0),rgba(100,200,200,0)),linear-gradient(to right,var(--primary),var(--primary),var(--primary));background-size:100% 2px,0 2px;background-position:100% 100%,0 100%;background-repeat:no-repeat;transition:background-size 400ms;display:inline;}
.pars-modul-7-title a:hover{color:var(--primary);background-size:0 2px,100% 2px;}
.pars-modul-7-date{font-size:0.85rem;margin-bottom:5px;}
.pars-modul-7-date span{margin-right:10px;}
.pars-modul-7-badge{position:absolute;top:25px;left:25px;background:var(--primary);color:white;font-size:0.75rem;font-weight:600;padding:10px 20px;border-radius:var(--border-radius);z-index:2;}
.pars-modul-7-badge a{color:#fff;}
.pars-modul-7-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:1;}
.pars-modul-7-center .pars-modul-7-content{position:absolute;bottom:15px;left:20px;z-index:2;color:white;}
.pars-modul-7-center .pars-modul-7-title{font-size:20px;color:#fff;margin-bottom:20px;line-height:35px;font-weight:600;}
.pars-modul-7-center .pars-modul-7-img{height:100%;}
.pars-modul-8-slider-wrapper{position:relative;}
.pars-modul-8-slider{display:flex;gap:2px;transition:transform 0.5s ease;overflow:hidden;}
.pars-modul-8-slide{width:calc((100% - 6px)/4);height:480px;position:relative;border-radius:var(--border-radius);overflow:hidden;flex-shrink:0;}
.pars-modul-8-slide a{display:block;width:100%;height:100%;color:#fff;text-decoration:none;}
.pars-modul-8-slide img{width:100%;height:100%;object-fit:cover;filter:brightness(65%);transition:0.3s ease;}
.pars-modul-8-slide:hover img{filter:brightness(100%);}
.pars-modul-8-category{position:absolute;top:20px;left:20px;background:var(--primary);color:#fff;font-size:13px;font-weight:500;padding:7px 14px;border-radius:var(--border-radius);z-index:2;}
.pars-modul-8-content{position:absolute;bottom:0;left:0;width:100%;padding:35px;background:linear-gradient(to top,rgba(0,0,0,0.7),transparent);z-index:1;}
.pars-modul-8-date{font-size:13px;margin-bottom:5px;}
.pars-modul-8-title{font-weight:600;font-size:16px;line-height:26px;margin-top:10px;}
.pars-modul-8-arrow{position:absolute;top:50%;transform:translateY(-50%);background:var(--white);color:var(--dark);border:none;padding:20px 10px;cursor:pointer;border-radius:0;z-index:3;}
.pars-modul-8-arrow.left{left:0;border-radius:0 var(--border-radius) var(--border-radius) 0;}
.pars-modul-8-arrow.right{right:0;border-radius:var(--border-radius) 0 0 var(--border-radius);}
.pars-home-h1-alani-1{display:flex;align-items:center;background-color:var(--white);border-radius:var(--border-radius);overflow:hidden;height:50px;box-shadow:var(--box-shadow);margin:20px 0;}
.pars-home-h1-icon-1{background-color:var(--primary);width:50px;height:50px;display:flex;align-items:center;justify-content:center;}
.pars-home-h1-icon-1 i{color:white;font-size:15px;}
.pars-home-h1-metin-1{padding:16px;font-size:14px;font-weight:500;color:var(--dark);flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.pars-home-h1-alani-2{display:flex;align-items:center;background-color:var(--white);border-bottom:2px solid var(--primary);border-radius:var(--border-radius);height:50px;box-shadow:var(--box-shadow);margin:20px 0;}
.pars-home-h1-metin-2{padding:16px;font-size:14px;font-weight:600;color:var(--dark);flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;}
.pars-home-h1-alani-3{display:flex;align-items:center;background:var(--white);border-left:3px solid var(--primary);border-radius:var(--border-radius);box-shadow:var(--box-shadow);height:50px;margin:20px 0;}
.pars-home-h1-icon-3{padding:0 16px;display:flex;align-items:center;justify-content:center;}
.pars-home-h1-icon-3 i{color:var(--primary);font-size:16px;}
.pars-home-h1-metin-3{font-size:14px;font-weight:500;color:var(--dark);flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.pars-home-h1-alani-4{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--white);border-radius:var(--border-radius);padding:12px 16px;box-shadow:var(--box-shadow);text-align:center;height:auto;margin:20px 0;min-height:80px;}
.pars-home-h1-icon-4{background-color:var(--primary);color:var(--white);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:10px;font-size:14px;}
.pars-home-h1-metin-4{font-size:14px;font-weight:600;color:var(--dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;}
.pars-kategori-baslik{border-radius:var(--border-radius);box-shadow:var(--box-shadow);background:var(--white);margin-bottom:20px;padding:20px;}
.pars-kategori-baslik h1{font-size:16px;font-weight:500;}
.pars-kategori-baslik p{margin:10px 0 0 0;line-height:28px;font-size:14px;}
.pars-sidebar-icerik-gonder-card{padding:40px 0;text-align:center;}
.pars-sidebar-icerik-gonder-title{font-size:22px;font-weight:500;margin-bottom:10px;color:var(--dark);}
.pars-sidebar-icerik-gonder-desc{font-size:14px;color:var(--dark);margin-bottom:20px;}
.pars-sidebar-icerik-gonder-button{background-color:var(--primary);color:white;border:none;border-radius:var(--border-radius);padding:12px 25px;font-size:14px;cursor:pointer;transition:background-color 0.3s ease;}
.pars-sidebar-icerik-gonder-button:hover{background-color:var(--primary-2);}
.pars-sidebar-sosyal-medya-title{font-size:14px;font-weight:500;margin-bottom:15px;border-left:3px solid #dc3545;padding-left:10px;}
.pars-sidebar-sosyal-medya-buttons{display:flex;flex-wrap:wrap;gap:5px;}
.pars-sidebar-sosyal-medya-btn{display:flex;align-items:center;justify-content:flex-start;color:#fff;text-decoration:none;font-weight:500;font-size:13px;border-radius:var(--border-radius);padding:10px 15px;flex:1 0 calc(50% - 5px);position:relative;gap:10px;}
.pars-sidebar-sosyal-medya-btn i{background:rgba(255,255,255,0.2);width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:14px;flex-shrink:0;}
.pars-sidebar-sosyal-medya-btn span{display:flex;align-items:center;height:100%;position:relative;padding-left:12px;margin-left:6px;}
.pars-sidebar-sosyal-medya-btn span::before{content:"";position:absolute;left:0;top:5px;bottom:5px;width:1px;background:rgba(255,255,255,0.5);}
.pars-sidebar-sosyal-medya-btn:hover{opacity:0.85;}
.facebook{background:#1877f2;}
.twitter{background:#000000;}
.linkedin{background:#0077b5;}
.pinterest{background:#bd081c;}
.youtube{background:#ff0000;}
.instagram{background:#e1306c;}
.whatsapp{background:#25d366;}
.telegram{background:#0088cc;}
.tiktok{background:#010101;}
.threads{background:#333;}
.pars-home-makale-gonder-outline-box{border-left:5px solid var(--primary);padding:25px;background:var(--white);box-shadow:var(--box-shadow);border-radius:var(--border-radius);margin-top:20px;}
.pars-home-makale-gonder-outline-box h2{font-size:22px;margin-bottom:10px;font-weight:600;color:var(--dark);}
.pars-home-makale-gonder-outline-box p{color:var(--dark);font-size:14px;margin-bottom:15px;}
.pars-home-makale-gonder-outline-box a{background-color:var(--primary);color:#fff;padding:8px 20px;font-size:14px;border-radius:var(--border-radius);text-decoration:none;font-weight:500;}
.pars-single-yorum-form-control{background:var(--primary)!important;color:#fff!important;font-weight:500;}
.pars-single-yorum-form-control:hover{background:#212121!important;color:#fff!important;font-weight:500;border:none!important;}
.nova-card-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-column-gap:2px;width:100%;}
.nova-card{margin-bottom:5px!important;list-style:none;position:relative;}
.nova-card:before{content:'';display:block;height:480px;width:100%;}
.nova-card-arkaplan{background-size:cover;background-position:center;border-radius:var(--border-radius-img);bottom:0;filter:brightness(0.75) saturate(1.2) contrast(0.85);left:0;position:absolute;right:0;top:0;transform-origin:center;trsnsform:scale(1) translateZ(0);transition:filter 200ms linear,transform 200ms linear;}
.nova-card-grid:hover>.nova-card:not(:hover) .nova-card-arkaplan{filter:brightness(0.8) saturate(0) contrast(1) blur(3px);}
.nova-card-icerik{left:0;padding:20px;position:absolute;bottom:0;}
.nova-renkli-kategori-1,.nova-renkli-kategori-2,.nova-renkli-kategori-3,.nova-renkli-kategori-4{padding:7px 15px;font-size:14px;font-weight:500;color:#fff;width:max-content;margin-bottom:15px;border-radius:var(--border-radius);}
.nova-renkli-kategori-1{background:#6c5ce7;}
.nova-renkli-kategori-2{background:#d63031;}
.nova-renkli-kategori-3{background:#00b894;}
.nova-renkli-kategori-4{background:#0984e3;}
.nova-card-baslik{color:#fff;font-weight:500;font-size:16px;text-shadow:2px 2px 20px rgb(14 8 8);line-height:30px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.pars-mobil-menu-footer{color:var(--dark);font-size:13px;line-height:24px;text-align:center;margin-top:10px;border-top:1px solid var(--bg-dark);padding-top:15px;font-weight:500;}
.pars-header-menu-kategori-header{width:100%;background:var(--white);border-top:1px solid var(--bg-dark);border-bottom:1px solid var(--bg-dark);box-shadow:0 2px 8px rgba(0,0,0,0.05);}
.pars-header-menu-kategori-nav{margin:0 auto;display:flex;align-items:center;}
.pars-menu-align-left{justify-content:flex-start;}
.pars-menu-align-center{justify-content:center;}
.pars-menu-align-right{justify-content:flex-end;}
.pars-header-menu-kategori-list{display:flex;gap:36px;list-style:none;margin:0;}
.pars-header-menu-kategori-link{text-decoration:none;color:var(--dark);font-size:14px;font-weight:500;padding:18px 0;transition:color 0.18s;position:relative;}
.pars-header-menu-kategori-item:not(:last-child){position:relative;}
.pars-header-menu-kategori-item:not(:last-child)::after{content:"";display:inline-block;width:1px;height:18px;background:var(--bg-dark);opacity:0.70;margin-left:18px;position:absolute;top:50%;right:-18px;transform:translateY(-50%);}
.pars-header-menu-kategori-link::after{content:"";display:block;position:absolute;left:50%;bottom:0;width:0;height:2px;background:var(--primary);transition:width 0.25s cubic-bezier(.4,0,.2,1),left 0.25s cubic-bezier(.4,0,.2,1);transform:translateX(-50%);}
.pars-header-menu-kategori-link:hover::after,.pars-header-menu-kategori-link:focus::after{width:100%;left:50%;}
.pars-header-menu-kategori-link:hover,.pars-header-menu-kategori-link:focus{color:var(--primary);}
.pars-widgets-story-1-container{width:100%;overflow-x:auto;margin-top:20px;display:flex;justify-content:center;align-items:center;}
.pars-widgets-story-1-stories{display:flex;gap:13.9px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;}
.pars-widgets-story-1-stories::-webkit-scrollbar{display:none;}
.pars-widgets-story-1-item{text-align:center;flex-shrink:0;width:78px;cursor:pointer;}
.pars-widgets-story-1-item img{width:78px;height:78px;object-fit:cover;border-radius:50%;border:3px solid var(--primary);padding:3px;transition:border 0.3s;}
.pars-widgets-story-1-item.viewed img{border-color:gray;}
.pars-widgets-story-1-item span{display:block;font-size:13px;font-weight:500;margin-top:5px;color:var(--dark);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.pars-widgets-story-1-modal{display:none;position:fixed;z-index:9999;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.9);}
.pars-widgets-story-1-modal-content{position:relative;max-width:90%;max-height:90%;margin:auto;top:50%;transform:translateY(-50%);text-align:center;}
.pars-widgets-story-1-modal-content img{width:100%;height:70vh;object-fit:cover;border-radius:var(--border-radius-img);}
.pars-widgets-story-1-close{position:absolute;top:20px;right:20px;font-size:20px;color:#fff;cursor:pointer;}
.pars-widgets-story-1-progress-container{width:100%;height:5px;background:rgba(255,255,255,0.3);margin-bottom:10px;border-radius:5px;overflow:hidden;}
.pars-widgets-story-1-progress-bar{height:100%;width:0%;background:#fff;transition:width 0.1s linear;}
.pars-widgets-story-1-nav{position:absolute;top:50%;transform:translateY(-50%);font-size:16px;height:60px;width:35px;background:rgba(255,255,255,0.2);color:white;border:none;cursor:pointer;padding:10px;border-radius:var(--border-radius);}
.pars-widgets-story-1-nav.left{left:10px;}
.pars-widgets-story-1-nav.right{right:10px;}
.pars-widgets-story-1-date,.pars-widgets-story-1-caption{color:white;margin-top:10px;font-size:14px;}
.pars-widgets-story-1-date i{vertical-align:middle;margin-right:5px;}
.pars-widgets-story-1-caption a{color:#fff;font-weight:600;text-decoration:none;}
.pars-widgets-story-1-caption a:hover{color:var(--primary);}
