@import url('https://www.ithakiyayingrubu.com/wwwithakiyayingrubucom-files/themes/custom-ithaki-yayin-grubu-20260429075007/fonts/font.css');

:root{
    --main-color: #CD7F32;
    
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1300px;
}
.account-wrapper .block .container{
    max-width: 1300px !important;
}
/************************************************* begin: HEADER ************************************************/

.menu-links__list h6, .nav__subbox--list.nav-sub-1>.nav__subbox--li>.nav__subbox--link {
    font-size: 14px;
}
.header__content{
    padding: 0;
    background-color: #fff;
}
.header__culture{
    display: flex !important;
    background-color: #fff;
    border: 0;
}
.header-wrapper-left {
    display: flex;
    align-items: center;
}
.header-topbar{
    margin: 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #00000040;
    padding: 10px 0;
    justify-content: center;
    background: #D62631;
    color: #fff;
}
.header-topbar__text p {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}
.header-topbar__link {
    display: flex;
    align-items: center;
    position: absolute;
    right: 40px;
}
.header-topbar__link>a:not(:last-child), .header-topbar__dropdown>a {
    border-right: 1px solid #FFFFFF40;
}
.header-topbar__link a {
    padding: 0 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.header-topbar__link a:last-child{
    padding-right: 0;
}
.header-topbar__dropdown {
    position: relative;
}

.header-topbar__dropdown-trigger {
    background: none;
    border: none;
    cursor: pointer;
}

.header-topbar__dropdown a{
    border: 0;
}

.header-topbar__dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: max-content;
    padding: 10px 10px;
    background: var(--bg-surface);
    display: none;
    flex-direction: column;
    z-index: 100;
    border-radius: 6px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    animation-duration: .5s;
}

.header-topbar__dropdown-menu a {
    padding: 8px 12px;
    text-decoration: none;
    color: var(--text-primary);
}

.header-topbar__dropdown-menu a:hover {
    opacity: .8;
}

/* hover ile aç */
.header-topbar__dropdown:hover .header-topbar__dropdown-menu {
    display: flex;
}
.site{
    position: relative;
}
.header__menu{
    position: unset;
}
.header__menu > .container{
    padding: 0;
}
.megamenu .nav-li__home, .megamenu .nav-li__home.nav-li__home--submenu{
    width: max-content;
}
.megamenu .nav-li__home--arrow .desktop-menu-arrow{
    opacity: 1;
    font-size: 9px;
}
.megamenu .nav-li__home--arrow .desktop-menu-arrow::before,
.megamenu .nav-li__home--arrow .desktop-menu-arrow::after{
    opacity: 1;
}
.megamenu .nav-li__home--arrow{
    display: block;
    padding-left: 5px;
    padding-bottom: 4px;
}
.megamenu > li{
    padding: 0 10px;
}
.megamenu > li:first-child{
    padding-left: 0;
}
.megamenu > li:last-child{
    padding-right: 0;
}

.logo a img{
    max-width: 100px;
}
.header__menu{
    border: 0;
}

.search-icon-box{
    border-radius: 12px;
    border: 0;
}
.icon_title{
    display: block;
    padding-top: 5px;
    margin-left: 0;
}
[dir="ltr"] .topbar-dropdown__btn{
    display: flex !important;
}
[dir=ltr] .indicator__value{
    margin-left: unset;
    margin-right: unset;
}
.cart-qty, .wishlist-qty{
    left: unset;
    font-size: 11px;
    top: -6px;
}
.cart-qty{
    right: 0px;
}
.wishlist-qty{
    right: 30px;
}


.search-sidebar__list--popular li{
    border-color: #CFCFCF;
}
.search-sidebar__list li::before{
    width: 100%;
    background-color: #E7E7E7;
    opacity: 0;
}
.search-sidebar__list li:hover::before{
    opacity: 1;
}

.search__bar{
    background: #F9F9F9;
}
.search__bar .search__input::placeholder{
    font-style: italic;
}
.search__logo .search__close{
    background-color: #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search__logo .search__close i{
    font-size: 9px;
}
.search__results__recently-viewed-list .products-list__item, .search__results__recently-viewed-list #product__alternative--img li{
    border: 1px solid var(--border-default);
}
.product-card__lowstockactivity-message{
    padding: 2px 10px 10px;
}
#MobileNav .nav-sub-1 .nav__subbox--li > a{
    padding-left: 25px;
}
    .megamenu .nav-li__home>a.nav-li__home--link {
        color: #000;
    }
.nav-li__home--link::before{
    display: none;
}
.megamenu__category-image{
    display: flex;
    gap: 10px;
}
.block-sidebar__body {
        background: #dddddd2e;
    padding: 0 10px;
}
.megamenu .nav__subbox--list.nav-sub-1{
    column-count: 4;
}
.header.active {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    left: 0;
    border-bottom: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    animation-duration: .5s;
}
.megamenu .nav-li__home .nav-li__home--subbox{
    background-color: transparent;
}
.megamenu .nav-li__home .nav-li__home--subbox .nav-li__home--content{
    background-color: var(--bg-surface);
    padding: 30px 0;
}
.megamenu .nav-li__home .nav-li__home--subbox{
	padding-bottom: 0;
}
.search__action-button{
    width: 425px;
    max-width: unset;
    margin-right: 40px;
    border: 1px solid #8F8F8F29;
        border-radius: 12px;
    
}
.search-icon-box input {
    padding-left: 0;
    font-style: italic;
}
.search__action-button i, .search-icon-box input::placeholder {
    color: #8F8F8F;
}
.iconset__btn i, .icon_title, .topbar-dropdown__mobil i {
    color: #2E7078;
}

.megamenu li:first-child .nav__subbox--list.nav-sub-1 {
column-count: 1;
}

/************************************************* end: HEADER ************************************************/

/************************************************* begin: FOOTER ************************************************/

.site__footer{
    position: relative;
    margin-top: 100px;
}
.site__footer::before {
    content: "";
    position: absolute;
    top: -27px;
    left: 0;
    width: 100%;
    height:32px;
     background-image: url("https://www.ithakiyayingrubu.com/wwwithakiyayingrubucom-files/themes/custom-ithaki-yayin-grubu-20260429075007/footer-line.png");  
      /* background-image: url("https://www.ithakiyayingrubu.com/wwwithakiyayingrubucom-files/themes/custom-ithaki-yayin-grubu-20260429075007/FooterBg.png");  */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

 /* .site__footer::after {
    content: "";
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 100px;
    background-image: url("https://www.ithakiyayingrubu.com/wwwithakiyayingrubucom-files/themes/custom-ithaki-yayin-grubu-20260429075007/footer-icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
     animation: ship-rock 3s ease-in-out infinite;
}  */

/* deneme  */



@keyframes ship-rock {
    0% {
        transform: rotate(0deg) translateY(0);
    }
    25% {
        transform: rotate(2deg) translateY(3px);
    }
    50% {
        transform: rotate(0deg) translateY(0);
    }
    75% {
        transform: rotate(-2deg) translateY(3px);
    }
    100% {
        transform: rotate(0deg) translateY(0);
    }
}

.site__footer::after {
    content: "";
    position: absolute;
    top: -90px;
    left: var(--ship-left, 0px);
    transform-origin: center bottom;
    width: 140px;
    height: 100px;
      background-image: url("https://www.ithakiyayingrubu.com/wwwithakiyayingrubucom-files/themes/custom-ithaki-yayin-grubu-20260429075007/footer-icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
    animation: ship-rock 3s ease-in-out infinite;
}

/* deneme  */

.footer{
    border: 0;
    padding: 60px 0 0;
}
.footer__box__title, .footer__box h4, .logo__footer h4{
    font-weight: 600;
}
.contact-box{
    flex: unset;
    width: 100%;
}
.footer__newsletter--title{
    font-weight: 600;
}
.footer__form--button{
    background: #000;
    color: #fff;
    font-size: 13px;
}
#footer-newsletter-address,
.footer__form--button{
    height: 35px;
}
.footer__bottom{
    background-color: var(--footer-bg);
}
.footer-newsletter__form{
    height: unset;
}
.footer .social-links__item{
    border: 0;
}

/************************************************* end: FOOTER ************************************************/

/************************************************* begin: OTHER ************************************************/
.flyout-cart{
    z-index: 1002;
}
.custom-sale > span{
    display: none;
}
.custom-sale > div > span{
    display: block;
    line-height: 16px;
}
.custom-sale .custom-sale_price{
    margin-top: 0;
    color: var(--text-primary);
}
.product-card__badge--sale{
    background-color: var(--main-color);
}
.product-card__old-price{
    color: var(--text-secondary) !important;
}
.product-card__name a{
      -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    width: 80%;
}
.shopping-cart-items .cart-buttons button{
    color: var(--text-primary);
}
.wishlist-wrapper .wishlist-page .default__btn--line {
    min-width: auto;
}
.product__features li span:first-child {
    margin-right: 10px;
}
.product-card__badge--sale {
    background-color: #D62631;
}
/************************************************* end: OTHER ************************************************/

/* ************************************************ begin: RESPONSIVE *********************************************** */

#scanBtn {
   margin-left: 8px;
   display: none;
}
@media screen and (max-width:992px) {
    .header {
        margin-bottom: 55px;
    }

    .header.active {
    height: 120px;
    background: #ffffff;
}

    
#scanBtn {
   padding: 0 8px 0 0px;
    background-color: white;
    margin: 0;
}

    .header__culture .container{
        padding: 0 !important;
    }
    .header-topbar__text p{
        font-weight: 600;
    }
    .header-topbar__link{
        display: none;
    }
    .header-topbar{
        justify-content: center;
    }
    
    #account__dropdown{
        left: unset;
    }
    [dir="ltr"] .topbar-dropdown__btn{
        padding-right: 0 !important;
    }
    .logo a img{
        max-width: 55px;
    }
    .icon_title{
        display: none;
    }
    .cart-qty{
        right: -6px;
    }
    .wishlist-qty{
        right: 0;
    }
    .mobile-nav-wrapper .logo img{
        height: 60px;
    }
    .mobile-nav-wrapper .logo a img{
        max-width: 60px;
    }
    .mobile-nav-wrapper .closemobileMenu{
        background-color: transparent;
    }
    .mobile-nav-wrapper .closemobileMenu .logo{
        height: max-content;
    }
    
    .megamenu > li{
        padding: 0;
    }
    #MobileNav .nav-sub-1 li, #MobileNav .nav-sub-1 .megamenu__section-submenu li.links__item{
        border-bottom: 1px solid var(--border-default) !important;
    }
    #MobileNav .nav-sub-1 li:first-child, #MobileNav .nav-sub-1 .megamenu__section-submenu li.links__item:first-child{
        border-top: 1px solid var(--border-default) !important;
    }
    #MobileNav li a{
        text-transform: capitalize;
    }
    .nav__subbox--submenu .nav__subbox--link{
        padding-left: 25px;
    }
    .mobile-nav-wrapper .closemobileMenu > span i{
        font-size: 18px;
        font-weight: 600;
    }
    .logo__footer h4{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 20px;
        margin-bottom: 0;
    }
    .logo__footer h4::after{
        content: "\f078";
        font-family: "Font Awesome 7 Pro";
        font-weight: 900; /* solid için */
    }
    .logo__footer h4::after,
    .footer__box__title i {
        transition: transform 0.5s ease-in-out;
    }
    .logo__footer h4.active::after,
    .footer__box__title.active i{
        transform: rotate(180deg);
    }
    .contact-boxes.active, .footer-newsletter.active {
        display: block;
        animation: slideIn 0.3s ease-out;
    }
    .contact-boxes, .footer-newsletter {
        display: none;
    }
    .logo__footer h4,
    .footer__box__title{
        border-bottom: 1px solid #1B1B1B57;
    }
    
    .search__logo{
        padding: 0;
    }
    .footer .social-links{
        justify-content: flex-end;
    }

    .site__footer::before{
        height: 17px;
        top: -17px;
    }
    .site__footer::after{
        top: -77px;
        width: 100px;
    }
    
    .megamenu__category-image{
        display: none;
    }
    .product-gallery__featured .product-image__body .image-zoom{
        background-image: none !important
    }
    
}

@media screen and (max-width: 991px){
    [dir="ltr"] .topbar-dropdown__btn{
        display: none !important;
    }
    
    .block-products-carousel__slider .product-image__body{
        min-height: 300px;
    }
    .widget-filters--offcanvas--mobile .filter-list__list label{
        margin-bottom: 0;
        padding: 10px 30px;
    }
    .search__action-button{
      
        left: 0;
        background: #fff;
        width: 100%;
        margin: 0;
        padding: 10px 10px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    .search-icon-box input{
        display: block;
    }
    .search-icon-box input::placeholder{
        font-style: italic;
    }
    .search__action-button i{
        color: #8F8F8F;
    }
    .search-icon-box{
        width: 100%;
    }
    .iconset.topbar{
        position: unset;
    }
    .megamenu .nav-li__home, .megamenu .nav-li__home.nav-li__home--submenu{
        width: 100%;
    }
    .megamenu .nav__subbox--list.nav-sub-1{
        column-count: unset;
    }
    .nav-sub-1{
        background-color: transparent;
    }
    .megamenu .nav-li__home .nav-li__home--subbox .nav-li__home--content{
        padding: 0;
    }
    .mobile-topic-menu{
        display: block;
        width: 100%;
    }
    .mobile-topic-menu .menu-links__link img{
        display: none;
    }
    .mobile-topic-menu .menu-links__link{
        text-align: left;
    }
    .megamenu__section-submenu li.links__item{
        border-top: 0 !important;
    }
    #MobileNav > li:last-child{
        border-bottom: 1px solid var(--border-default);
    }
    .mobile-topic-menu ul li{
        padding: 12px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px){
    .mobile-nav-wrapper .logo img,
    .mobile-nav-wrapper .closemobileMenu .logo{
        height: 50px;
    }
    .contact-box{
        flex: 1;
        width: unset;
    }
}
@media screen and (min-width: 1440px){
    .search__action-button{
        width: 425px;
        max-width: unset;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1366px){
    .header-wrapper{
        flex-wrap: wrap;
    }
    .header__menu{
        width: 100%;
        order: 3;
    }
}
@media screen and (min-width: 991px) {
        .megamenu .nav-li__home a {
        font-size: 14px;
    }
    .header__menu {
    margin-left: 20px;
}
    .megamenu__category-title .megamenu__category-link{
        color: var(--text-inverse);
    }
    .megamenu__category-preview{
        max-height: 200px;
    }
    .block-products-carousel__slider .product-image__body{
        min-height: 325px;
    }
}
@media (min-width: 992px) and (max-width: 1830px) {
    .megamenu>li {
    padding: 0 5px;
}
.logo a img {
    max-width: 80px;
}
    .search__action-button {
        width: 390px;
        margin-right: 20px;
    }
    .iconset__btn i {
    font-size: 20px;
}
.icon_title {
    font-size: 11px;
}
    .megamenu .nav-li__home a {
        font-size: 13px;
    }
}
@media (min-width: 992px) and (max-width: 1605px) {
        .logo a img {
        max-width: 55px;
    }
        .megamenu .nav-li__home a {
        font-size: 11px;
    }
        .search__action-button {
        width: 350px;
        margin-right: 15px;
    }
    .search-icon-box {
    height: 30px;
}
.wislist__icon {
    padding: 0 8px 0 8px;
}
.header__content {
    height: 65px;
}
}
@media (min-width: 992px) and (max-width: 1415px) {
        .megamenu .nav-li__home a {
        font-size: 9px;
    }
    .logo a img {
        max-width: 42px;
    }
        .search__action-button {
        width: 250px;
        margin-right: 10px;
    }
    .search-icon-box input {
    font-size: 10px;
}
.iconset__btn i {
        font-size: 16px;
    }
        .icon_title {
        font-size: 9px;
    }
    .search__action-button i {
    font-size: 10px;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
    .header__content .d-container {
        padding: 0 !important;
    }
        .megamenu>li {
        padding: 0 1px;
    }
    .megamenu .nav-li__home--arrow .desktop-menu-arrow {
    font-size: 5px;
    top: -2px;
}
    .search__action-button {
        width: 225px;
    }
        .search__action-button {
        padding-right: 0;
    }
}

/************************************************* end: RESPONSIVE ************************************************/


/** MAİN SLİDER BEGIN **/
.ith-main-wrap {
    margin-top: 40px;
}
.ith-main-swiper {
  width: 100%;
}
 
.ith-main-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
 
.ith-main-mobile-swiper {
  width: 100%;
}
 
.ith-main-mobile-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}
 
.ith-small-swiper {
  width: 100%;
}
 
.ith-small-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}
 
.ith-main-desktop { display: block; }
.ith-main-mobile  { display: none; }
 
.main-slider .swiper-button-prev,
.main-slider .swiper-button-next{
  color: #000;
    --swiper-navigation-size: 24px;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.5));
    border-radius: 6px;
    width: 60px !important;
    height: 66px !important;
    box-shadow: 0px 14.74px 31.58px 0px #0000000F;
    overflow: clip;
    background-color: rgb(255 255 255 / 8%) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
 
.main-slider .swiper-button-prev:after,
.main-slider .swiper-button-next:after {
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
 
.ith-main-swiper .swiper-button-next:after,
.ith-main-mobile-swiper .swiper-button-next:after,
.ith-small-swiper .swiper-button-next:after { content: 'next'; }
 
.ith-main-swiper .swiper-button-prev:after,
.ith-main-mobile-swiper .swiper-button-prev:after,
.ith-small-swiper .swiper-button-prev:after { content: 'prev'; }
 
@media (max-width: 768px) {
    
  .ith-main-desktop { display: none; }
  .ith-main-mobile  { display: block; }
  .ith-main-wrap .swiper-button-prev, .ith-main-wrap .swiper-button-next{
        display: none; 
  }
  .ith-small-swiper {
    margin-top: 20px;
}
.ith-main-wrap .col-12,
.ith-main-wrap {
    padding: 0 !important;
}
 .ith-main-wrap {
    margin-top: 0;
}


.mobile-search {
     border: 1px solid #8f8f8f29;
    position: absolute;
    bottom: -48px;
    width: 100%;
    height: 50px;
    background: white;
    display: flex;
}
}


/** MAİN SLİDER END **/

/** KATEGORİ SLİDER BEGIN **/
.ith-seri-section {
    padding: 40px 0;
}

.ith-seri-section {
    background-color: #000;
}

.ith-seri-title {
    margin-bottom: 30px;
    border-bottom: 1px solid #d4d4d4;
    color: #fff;
    text-align: center;
    font-size: 28px;
    padding-bottom: 10px;
}

.ith-seri-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ith-seri-swiper {
    flex: 1;
    overflow: hidden;
}

.ith-seri-link {
    display: block;
    text-decoration: none;
    text-align: center;
}
.ith-seri-img-wrap img {
    width: 100%;
}

.ith-seri-label {
    margin: 8px 0 0;
    font-size: 20px;
    color: #ffffff;
    text-align: left;
}

.ith-seri-prev, .ith-seri-next {
    position: static !important;
    flex-shrink: 0;
    color: #000;
    --swiper-navigation-size: 24px;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .5));
    border-radius: 6px;
    width: 30px !important;
    height: 52px !important;
    overflow: clip;
    background-color: #fff;
    backdrop-filter: blur(10px);
    margin-top: 0;
    transform: none;
}

.ith-seri-prev:after {
    content: 'prev';
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.ith-seri-next:after {
    content: 'next';
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

@media (max-width: 767px) {
    .ith-seri-prev,
    .ith-seri-next {
        display: none;
    }
    .ith-seri-label {
    font-size: 14px;
}
.ith-seri-wrapper {
    padding-bottom: 35px;
}
.ith-seri-pagination {
    bottom: 0;
}
}
/* Pagination sadece mobilde görünsün */
.ith-seri-pagination {
  display: block;
}

@media (min-width: 768px) {
  .ith-seri-pagination {
    display: none;
  }
}

.ith-seri-pagination .swiper-pagination-bullet {
  background: #383739;
  opacity: 1;
}

.ith-seri-pagination .swiper-pagination-bullet-active {
  background: #D9D9D9;
}
/** KATEGORİ SLİDER BEGIN **/

/** KATEGORİ SLİDER BEGIN **/
.ith-cat-section{
    background-image: url('https://www.ithakiyayingrubu.com/wwwithakiyayingrubucom-files/ktg-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4rem 0; margin: 0;
}

  .ith-cat-title, .ith-pub-title {
    display: flex;
    justify-content: center;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 1.5rem;
  }
  .ith-cat-title h2, .ith-pub-title h2 {
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
  }

  .ith-cat-link {
    text-decoration: none;
    display: block;
    text-align: center;
  }

  .ith-cat-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
  }

  .ith-cat-link:hover .ith-cat-img-wrap img {
    transform: scale(1.04);
  }

  .ith-cat-label {
    margin-top: 10px;
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-bottom: 0;
}
  .ith-cat-swiper {
    width: 100%;
    padding-bottom: 1rem;
  }

  .ith-cat-swiper .swiper-slide {
    height: auto;
  }
  @media (min-width: 1600px) {
    .ith-cat-section .container {
        position: relative;
        transform: translateX(9%);
    }
}
  @media (min-width: 998px) {
    .ith-cat-section {
        background-position: right center;
    }
}
  @media (max-width: 998px) {
   .ith-cat-swiper {
    padding-bottom: 2rem;
}
.ith-cat-swiper .swiper-pagination-bullet {
    background-color: #383739;
    opacity: 1;
}

.ith-cat-swiper .swiper-pagination-bullet-active {
    background-color: #D9D9D9;
}
}

/** KATEGORİ SLİDER END **/

/** BLOG SLİDER BEGIN **/
.ktg-blog-section {
    margin: 50px 0 !important;
    background: #F5F5F5;
    padding: 50px 0;
}
.ktg-blog-title {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
    padding-bottom: 16px;
    border-bottom: 1px solid #000;
    color: #000;
}

.ktg-blog-slider-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.ktg-blog-swiper {
    flex: 1;
    overflow: hidden;
}

.ktg-blog-slide {
    display: flex;
    align-items: stretch;
    min-height: 280px;
}
.ktg-blog-img-col .img-left {
    content: "";
    width: 16px !important;
    height: 358px !important;
    background-color: #c9c5be;
    left: 0;
    position: absolute;
    bottom: 0;
}
.ktg-blog-img-col {
    position: relative;
    width: 238px;
    flex-shrink: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-left: 25px;
}

.ktg-blog-img-bg {
    position: absolute;
    inset: 0;
    background-color: var(--slide-color, #ddd);
}

.ktg-blog-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 4px 4px 16px rgba(0,0,0,0.18);
}

.ktg-blog-content {
    flex: 1;
    padding: 30px 30px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    margin-bottom: 50px;
}

.ktg-blog-book-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .04em;
    margin: 0;
    color: #000;
}

.ktg-blog-author {
    font-size: 15px;
    color: #A2A2A2;
    margin: 0;
    letter-spacing: .06em;
    text-decoration: underline;
}

.ktg-blog-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #000;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ktg-blog-btn {
    align-self: flex-end;
    margin-top: 0px;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border: 2px solid #ae0f17;
    border-radius: 20px;
    color: #ae0f17;
    font-size: 13px;
    text-decoration: none;
    transition: background .2s, color .2s;
    width: 111px !important;
    height: 40px !important;
    position: absolute !important;
    right: 0;
    bottom: 0px;
}

.ktg-blog-btn span {
    text-decoration: underline;
    color: #D62631;
}

.ktg-blog-btn:hover {
    background: #AE0F17;
    color: #fff;
}
.ktg-blog-btn:hover span {
    color: #fff;
}

.ktg-blog-prev, .ktg-blog-next {
    position: absolute !important;
    flex-shrink: 0;
    color: #AE0F17;
    --swiper-navigation-size: 24px;
    border-radius: 100%;
    width: 52px !important;
    height: 52px !important;
    box-shadow: 0 14.74px 31.58px 0 #0000000f;
    overflow: clip;
    background-color: rgb(255 255 255 / 80%) !important;
    backdrop-filter: blur(10px);
    margin-top: 0;
    transform: none;
}
.ktg-blog-prev{ 
    left: -70px;
}
.ktg-blog-next { 
    right: -70px;
}
.ktg-blog-prev:after {
    content: 'prev';
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.ktg-blog-next:after {
    content: 'next';
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.ktg-blog-pagination {
    margin-top: 16px;
    text-align: center;
    position: static !important;
}

.ktg-blog-pagination .swiper-pagination-bullet {
    background-color: #CFCDCA;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.ktg-blog-pagination .swiper-pagination-bullet-active {
    background-color: #AE0F17;
}

@media (max-width: 767px) {
    .ktg-blog-prev,
    .ktg-blog-next {
        display: none;
    }

        .ktg-blog-img-col {
        width: 150px;
        height: 225px;
    }

        .ktg-blog-content {
        padding: 0 0 0 20px;
    }
    .ktg-blog-author, .ktg-blog-desc {
        font-size: 12px;
    }
    .ktg-blog-book-title {
        font-size: 14px;
    }
    .ktg-blog-btn {
        height: 27px !important;
        left: 50%;
        transform: translateX(-50%);
    }
    .ktg-blog-img-col .img-left {
        width: 12px !important;
        height: 97% !important;
    }
    .ktg-blog-img {
        width: 130px;
    }
    .ktg-blog-title {
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 5px;
    }
}
/** BLOG SLİDER END **/

/** PRODUCT SLİDER BEGIN **/
.swiper-wrapper .product-card__badge--sale {
    background-color: #D62631;
    width: 34px;
    height: 32px;
    font-size: 13px;
}
.block-products-carousel .container {
    max-width: 1300px !important;
    position: relative;
    padding: 0 15px;
}
.block-header-tab .block-header__title {
    display: none;
}
.block-header__group {
    text-align: left;
    padding: 0 0 0 14px;
    position: relative;
}
.block-header-tab .block-header__group::before {
    content: "";
    width: 6px;
    height: 29px;
    border-radius: 2px;
    background-color: #b3171f;
    display: flex;
    position: absolute;
    left: 0px;
    top: 3px;
}
.tab__section .slider-wrapper{
    position: relative;
}
.tab__carusel--all {
    position: absolute;
    top: 18px;
    margin: 0 auto;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
}
.tab__carusel--all a {
    color: #d62631;
    border: 2px solid #AE0F17;
    border-radius: 27px;
    padding: 9px 34px;
    font-size: 13px;
}
.tab__carusel--all a .fa-solid.fa-circle-arrow-right::before {
    content: "\f061";
}
.tab__carusel--all a .fa-solid.fa-circle-arrow-right {
    color: #AE0F17;
}
.tab__section {
    padding: 0;
    margin-bottom: 50px !important;
}
.block-products-carousel__cell .product-card__image {
    border-radius: 0;
}
.block-header-tab .block-header__groups-list {
    width: 100%;
    display: block;
}

.block-header-tab .block-header__groups-list li {
    width: 33%;
    display: inline-block;
}
.block-header__group, .block-header__group:focus, .block-header__group:hover {
    border: 0;
    border-radius: 0;
    width: 100%;
    font-size: 24px;
    color: #00000073;
}
.tab__carusel--all .justify-content-center {
    justify-content: end !important;
}
.block-header__group--active, .block-header__group--active:focus, .block-header__group--active:hover {
    border: none;
    border-radius: 0;
    color: #000;
}
.block-products-carousel {
    background: #F5F5F5;
    padding: 0 0 30px 0;
}
.block-header-tab .block-header__arrows-list{
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 100%;
}
.block-header-tab .block-header__arrow--left{
    left: 0;
    position: absolute;
}
.block-header-tab .block-header__arrow--right{
    right: 0;
    position: absolute;
}
.block-header__arrow {
    width: 28px;
    height: 30px;
    background-color: #130B04;
    border-radius: 4.49px;
}
.block-header__arrow:focus {
    background-color:#130B04;
}
.block-header__arrow:hover {
    background-color: var(--arrow-icon-hover-bg);
}
.block-header-tab .block-header__arrow {
    background-color: #130b04;
    width: 30px;
    height: 34px;
    border-radius: 8.38px;
}
.block-header__title, .c_title {
    font-size: 28px;
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
}
.block-header__arrow i, .block-header__arrow:hover i {
    color: #fff;
    font-size: 11px;
}

.block-header-tab .block-header__arrow i, .block-header-tab .block-header__arrow:hover i {
    font-size: 16px;
}
.slider-wrapper .block-header {
    margin-bottom: 8px;
}
.slider-wrapper .block-header {
    padding-top: 25px;
}
.block-header-tab {
    padding-top: 0 !important;
}
.block.block-products-carousel {
    margin-bottom: 30px;
    margin-top: 30px !important
}
.home-wrapper section {
    margin: 0;
}
@media (max-width: 992px) {
    .tab__carusel--all a {
        border: 0;
        padding-right: 4px;
    }
.tab__carusel--all {
    top: 3px;
}
.search__action-button {
    border-radius: 0px;
    border: none;
}
.main-slider .swiper-button-prev, .main-slider .swiper-button-next {
    display: none;
}
.header-wrapper {
    position: relative;
}
}
/** PRODUCT SLİDER END **/

/** YAYİNEVİ SLİDER BEGIN **/
#ithPubSwiper {
    max-width: 1300px;
}
.ith-pub-section {
  padding: 3rem 0;
}

.ith-pub-container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 24px;
}



.ith-pub-swiper-wrap {
  position: relative;
}

.ith-pub-swiper {
  width: 100%;
}

.ith-pub-slide {
  text-align: center;
}

.ith-pub-link {
  text-decoration: none;
  display: inline-block;
}

.ith-pub-circle-wrap {
  padding: 3px;
      border-radius: 70px;
  background: transparent;
  display: inline-block;
  transition: background 0.3s ease;
}

.ith-cocuk .ith-pub-circle-wrap {
  background: linear-gradient(90deg, #F9467C 0%, #36B8D9 20.19%, #FB5626 48.56%, #FCD83D 70.19%, #56CA5A 100%);
}
.ith-cocuk .ith-pub-circle {
  border: none;
}
.ith-pub-circle {
    width: 100%;
    height: 100%;
        border-radius: 65px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
    transition: border-color .3s ease;
    border: 0.75px solid #000000;
    padding: 20px;
}

.ith-pub-circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.ith-pub-name {
  margin-top: 10px;
  font-size: 13px;
  color: #555;
  margin-bottom: 0;
}

  .ith-pub-circle {
    width: 136px;
    height: 136px;
}


/** YAYİNEVİ SLİDER END **/

/** 12Lİ KATEGORİ SLİDER BEGIN **/

.ith-exp-section {
  width: 100%;
}

.ith-exp-top {
  background: #fff;
  text-align: center;
  padding: 3rem 1.5rem 2.5rem;
}

.ith-exp-title {
    font-size: 28px;
    color: #1a1a1a;
    margin-bottom: 1rem;
    font-weight: 600;
}

.ith-exp-desc {
    font-size: 20px;
    color: #333;
    max-width: 940px;
    margin: 0 auto;
    letter-spacing: 0;
}

.ith-exp-bottom {
  background: #f5f5f5;
  padding: 3rem 1.5rem;
}

.ith-exp-container {
  max-width: 875px;
  margin: 0 auto;
}

.ith-exp-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin-bottom: 2rem;
}

.ith-exp-swiper-wrap {
  display: none;
}

.ith-exp-item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.ith-exp-item img {
  width: 100%;
}

.ith-exp-label {
    font-size: 14px;
    color: #000;
    text-align: center;
    margin: 0;
}

.ith-exp-btn-wrap {
  text-align: center;
  margin-top: 2rem;
}

.ith-exp-btn {
    display: inline-block;
    padding: 5px 75px;
    border: 1.5px solid #1a1a1a;
    border-radius: 4px;
    font-size: 16.41px;
    color: #2B2B2B;
    text-decoration: none;
    background: transparent;
    transition: background .2s ease, color .2s ease;
}

.ith-exp-btn:hover {
  background: #1a1a1a;
  color: #fff;
}
@media (min-width: 992px) {
    .slider-container {
        padding: 0 60px;
    }
}

@media (max-width: 768px) {
  .ith-exp-grid {
    display: none;
  }

  .ith-exp-swiper-wrap {
    display: block;
    margin-bottom: 1.5rem;
  }

  .ith-exp-swiper .swiper-slide {
    text-align: center;
  }

  .ith-exp-swiper .ith-exp-item img {
    max-width: 100%;
  }

  .ith-exp-swiper .swiper-pagination-bullet {
    background: #1a1a1a;
    opacity: 0.4;
  }

  .ith-exp-swiper .swiper-pagination-bullet-active {
    opacity: 1;
  }
}

/** 12Lİ KATEGORİ SLİDER END **/

@media (max-width: 768px) {
    .ith-cat-title, .ith-pub-title {
    font-size: 20px;
    margin-top: 20px;
}
.ith-cat-label {
    font-size: 14.2px;
    text-align: left;
}
.ith-exp-title {
    font-size: 18px;
}
.ith-exp-desc {
    font-size: 14px;
    color: #777;
}
.block-header__group, .block-header__group:focus, .block-header__group:hover {
    font-size: 18px;
}
.block-header-tab .block-header__groups-list {
    overflow: hidden;
    padding-bottom: 0;
}
    .slider-wrapper .block-header .block-header__arrows-list {
        display: flex;
    }
    .block-header-tab .block-header__arrow--right {
    right: 30px;
}
}
@media (min-width: 375px) and (hover: hover) {
    .block-products-carousel[data-layout=grid-4-sm][data-mobile-grid-columns="2"] .product-card--hidden-actions:hover, .block-products-carousel[data-layout=grid-5][data-mobile-grid-columns="2"] .product-card--hidden-actions:hover {
        margin-bottom: 0px;
    }
}

.product__meta-availability{
    display: none;
}

.search__action-button--inline {

  z-index: unset;

}
 

#inline-search-default .swiper-backface-hidden .swiper-slide {
    width: 125px !important;
}

.isd__aside .custom-sale>div {
    flex-direction: column;
        gap: 0;
}

.isd__aside .product-card__actions {
    align-items: flex-start;
}

.isd__aside .custom-sale {
    gap: 0;
    padding: 0;
    background-color: transparent;
}

.product-gallery-wrapper {
    display: flex;
    gap: 7px;
}

.image-zoom {
    border-top: none;
}
@media screen and (min-width: 1024px) {
    .product-gallery__featured .swiper {
        max-width: 383px;
    }
}

.product-gallery__featured {
   
    width: 100%;
}

.inline-search-overlay {
    display: none;
}
