/* ==== Arama katmanı ==== */
wi-search{width: 100%;height: auto;position:fixed;left: 0;z-index:100000000;display: none;top: 0;padding-bottom: 20px;transition: 0.3s ease-out;}
.wi-search_active{}
wi-search ul{margin: 0;list-style: none;}
wi-search ul li{list-style:none !important;}
.WI_searchIn{width: 100%;height: auto;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;opacity: 0;transition: 0.3s ease-out;top: -100%;background-color: #fff;padding: 20px 0;box-shadow: 0px 5px 10px rgba(0,0,0,0.1);}
.WI_searchCon{width: 80vw;height: auto;display: flex;align-self: center;margin: 0 auto;}
.WI_searchCon_svg{width:40px;height: 40px;display: flex;justify-content: flex-start;align-items: center;}
.WI_searchCon_close{width: 40px;height: 40px;display: flex;justify-content: flex-end;align-items: center;}
.WI_searchCon_close button{width: 100%;height: 100%;display: flex;justify-content: flex-end;align-items: center;border: none;background-color: transparent;cursor: pointer;padding: 0;}
.WI_searchCon_close button svg{width: 24px;height: 24px;}
.WI_searchCon_form{width:100%;height: 40px;display: flex;justify-content: center;align-items: center;} 
.WI_searchCon_form form{width:100%;height:100%;display: flex;justify-content: center;align-items: center;}
.WI_searchCon_form form input{width:100%; height: 100%;border: none;background-color: transparent;box-shadow: none !important;}
.WI_searchCon_form form input:focus{outline: none;box-shadow: none !important;}
.WI_searchCon_result{width: 100%;height:0;background-color: #fff;display: none;justify-content: center;position: absolute;top: calc(100% - 20px);padding: 0;opacity: 0;transition: 0.3s ease-out;}
.WI_searchCon_resultActive{height: calc(100vh - 80px);}
.WI_searchCon_resultIn{width: 80vw;height:100%;overflow-y: auto;opacity: 0;transition: 0.3s;}
.WI_searchCon_form form input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.WI_predictive_earch_results_sugButtonMobile{width: 100%;height: 60px;display:none;position: absolute;bottom: 0;left: 0;padding: 10px 20px;}
.WI_predictive_earch_results_sugButtonMobile button{width: 100%;height:40px;background-color: transparent;display: flex;justify-content: center;align-items:center;font-size: 14px;color: #000;border: 1px solid black;box-shadow: none;}
.WI_searchCon_input{position: relative;width: calc(100% - 80px);display:flex;align-items: center;}
.WI_searchCon_input span{font-size: 8px;color: #000;font-weight: 400;line-height: 18px;position: absolute;right: 0;cursor: pointer;visibility: hidden;}
.WI_searchIn{z-index: 1;}

.WI_predictive_earch_results_productP {padding: 10px 0;}
.WI_predictive_search_results_separator{height: 1px;width: 100%;background-color: #e5e5e5;margin: 10px 0;}

/* Keywords positioned below input */
.WI_searchCon_input .WI_search_keywords{width: 100%;margin-top: 5px;}
.WI_search_keywords{width: 100%;display: flex;flex-wrap: wrap;gap: 10px;padding: 10px 0;}
.WI_search_keywords .WI_keyword{padding: 4px 8px;border: 1px solid #e5e5e5;border-radius: 20px;font-size: 14px;text-decoration: none;color: #333;transition: all 0.2s;}
.WI_search_keywords .WI_keyword:hover{border-color: #000;}

/* Default products grid */
.WI_default_products{width: 100%;height: auto;display: flex;flex-wrap: wrap;gap: 20px;padding: 0;padding-bottom: 32px;list-style: none;margin: 0;}
.WI_default_products li{width: calc(25% - 15px);}
.WI_default_products .WI_searchproductCard_main{margin-bottom: 0;}

/* Section labels */
#predictive-search > div > div > p{width: 100%;margin: 0;font-size:14px;color: #000;font-weight: 600;}

#predictive-search .WI_predictive_earch_results_sug > span{display: block;padding-top: 10px;}
@media screen and (max-width: 1040px) {
    .WI_searchCon{width: 100%;padding: 0 20px;}
    .WI_searchCon_resultIn{width: 100%;padding: 0 20px;padding-top: 20px;}
    .WI_searchCon_resultActive{height: 90svh;}
    .WI_predictive_earch_results_sugButtonMobile{display: block;} 
    .WI_searchCon_resultIn{height:calc(100% - 60px);}
    .WI_searchIn{padding: 10px 0;position: relative;background-color: #fff;}
    .wi-search_active{padding: 0;height: 100%;background-color: rgba(0,0,0,0.4);}
    .WI_searchCon_result{top: 100%;}
    .WI_default_products li{width: calc(50% - 10px);}
    
    .WI_predictive_earch_results_product{width: 100%;}
    .WI_predictive_earch_results_in{flex-wrap: wrap;}
}

/* ==== Favori bildirimi ==== */
.WI_wiahNoti_main{width: 100%;height: auto;position: fixed;top: 0;left: 0;z-index: 100000;display: flex;justify-content: right;padding: 20px;overflow: hidden;display: none;} 
    .WI_wiahNoti_in{width: 350px;height: 100px;background-color: #fff;box-shadow: 0px 5px 10px rgba(0,0,0,0.1);display: flex;justify-content: flex-start;padding: 10px;opacity: 0;transform: translateX(100%);transition: 0.2s ease-out;}
    .WI_wiahNoti_img{width: 70px;height: 80px;} 
    .WI_wiahNoti_img img{width: 100%;height: 100%;object-fit: cover;}
    .WI_wiahNoti_text{width: calc(100% - 70px);padding-left: 10px;}
    .WI_wiahNoti_text p{width: 100%;font-size:13px !important;font-weight: 400 !important; line-height: 18px;} 
    @media screen and (max-width: 800px) {
        .WI_wiahNoti_main{padding:0;}
        .WI_wiahNoti_in{width: 100%;} 
    }

/* ==== Mobil hızlı ekle ==== */
.WI_mobileQuickAdd_main{width: 100%;height: 100%;position: fixed;top: 0;left: 0;background-color: rgba(0,0,0,0);z-index: 100000001;align-items: end;display:none;overflow: hidden;}
 .WI_mobileQuickAdd_in{width: 100%;height: auto;background-color: #fff;position: relative;transform: translateY(0%);opacity: 1;transition: 0.3s ease-out;}
.WI_mobileQiuckAddRender_main{width: 100%;height:auto;position: relative;display: flex;}
.WI_mobileQiuckAddRender_in{width: 100%;height: 100%;}
.WI_mobileQiuckAddRender_atc{padding: 10px;width: 100%;height: 60px;background-color: #fff;position: absolute;bottom: 0;left: 0;}
.WI_mobileQiuckAddRender_atc button{width: 100%;height: 100%;background-color: #000;color: #fff;border: none;font-size: 14px;font-weight: 600;padding: 0;display: flex;justify-content: center;align-items: center;gap: 10px;}
.WI_mobileQiuckAddRender_atc button:disabled{opacity: 0.4;pointer-events: none;}
.WI_mobileQiuckAddRender_body{width: 100%;height: calc(100% - 60px);overflow-y: auto;}
.WI_mobileQiuckAddRender_body::-webkit-scrollbar{width: 0;}
.WI_mobileQiuckAddRenderSplide .splide__arrow{z-index: 10;height: 2.5em;background-color: #fff;border-radius: 0 !important;opacity: 1;width: 2.5em;}
.WI_mobileQiuckAddRenderSplide .splide__arrow svg path{fill: #000;}
.WI_mobileQiuckAddRenderSplide_imageHolder{width: 100%;height: auto;position: relative;padding-bottom: 130%;background-color: #f4f4f4;}
.WI_mobileQiuckAddRenderSplide_imageHolder img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;display: flex;}
.WI_mobileQiuckAddRender_info{width: 100%;padding: 10px;padding-bottom: 70px;}
.WI_mobileQiuckAddRender_info h2{width: 100%;margin: 0;font-family: 20px;color: #000;font-weight: 500;margin-bottom: 5px;}
.WI_mobileQiuckAddRender_price{width: 100%;height: auto;}
.WI_mobileQiuckAddRender_variant{width: 100%;height: auto;margin-top: 15px;display: flex;gap: 8px;flex-wrap:wrap;} 
.WI_mobileQiuckAddRender_variant p{width: 100%;margin: 0;font-size: 14px;color: #000;}
.WI_mobileQiuckAddRender_variant label{padding: 0;border: 1px solid rgb(217, 217, 218);font-size: 14px;background-color: transparent;cursor: pointer;transition: 0.2s ease-out;display: flex;justify-content: center;align-items: center;padding: 5px 10px;min-width: 50px;border-radius: 3px;}
.WI_mobileQiuckAddRender_variant input:checked + label{border: 1px rgb(103,104,105) solid;text-decoration: none !important;}
.WI_mobileQiuckAddRender_variant input:disabled + label{opacity: 0.4;pointer-events: none;}
.WI_mobileQiuckAddRender_color{width: 100%;height: auto;margin-top: 15px;display: flex;gap: 8px;flex-wrap:wrap;}
.WI_mobileQiuckAddRender_color p{width: 100%;margin: 0;font-size: 14px;color: #000;}
.WI_mobileQiuckAddRender_color label{width: 50px;height: 50px;padding: 0;background-color: transparent;cursor: pointer;display: flex;justify-content: center;align-items: center;border-radius: 50px;overflow: hidden;}
.WI_mobileQiuckAddRender_color label img{width: 100%;height: 100%;object-fit: cover;display: flex;border-radius: 100%;}
.WI_mobileQuickAdd_cls{width: 100%;height:auto;display: flex;justify-content: flex-end;align-items: center;padding:10px;position: absolute;top: 0;left: 0;z-index: 1;}
.WI_mobileQuickAdd_cls button{width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;background-color: transparent;border: none;background-color:#fff;opacity: 1;padding: 0;border-radius: 0;}
.WI_mobileQuickAdd_cls button svg{width: 18px;height: 18px;} 
.WI_mobileQuickAdd_cls button svg path{stroke-width: 1.8px;}
@media screen and (max-width: 769px) {
    .WI_mobileQuickAdd_main{display: none;}
    
}

/* ==== Ürün kartı ==== */
.WI_productCard_main{width: 100%;height: auto;position: relative;}
.WI_productCardElement_main{width: 100%;height: auto;}
  .WI_productCardElement_in{width: 100%;height: auto;}
  .WI_productCardElement_imgAndBadge{width: 100%;height: auto;position: relative;overflow: hidden;}
  .WI_productCardElement_info{width: 100%;height: auto;padding: 8px;}
  .WI_productCardElement_image{width: 100%;height: auto;position: relative;padding-bottom: 140%;background-color: #f4f4f4;overflow: hidden;}
  .WI_productCardSplide{width: 100%;height:100%;position: absolute;top: 0;left: 0;}
  .WI_productCardSplide ul li img{width: 100%;height: 100%;object-fit: cover;display: flex;opacity: 0; transition: 0.3s ease-out;}
  .WI_productCardSplide .splide__track{height: 100% !important;}
  .WI_productCardElement_info h3{font-size:14px;font-weight: 400;margin: 0;width: 100%;text-align:left;color: #676869;}
  .WI_productCardElement_price{width: 100%;height: auto;}
  .WI_productCardElement_color{width: 100%;height: 45px;display: flex;justify-content: left;gap: 8px;overflow-x: auto;margin-top: 10px;overflow-y: hidden;opacity: 1;}
  .WI_productCardElement_color::-webkit-scrollbar{display: none;height: 1px;margin-top: 5px;}
  .WI_productCardElement_color::-webkit-scrollbar-thumb{background-color: #000;}
  .WI_productCardElement_color::-webkit-scrollbar-track{background-color: #f1f1f1;}
  .WI_productCardElement_color_con{width: 35px;height: 35px;border-radius:40px;overflow: hidden;flex-shrink: 0;z-index: 10;cursor: pointer;margin-bottom: 10px;}
  .WI_color_active{padding: 1px !important;border: 1px solid black;}
  .WI_productCardElement_color_con{opacity: 0;}
  .WI_productCardElement_main:hover .WI_productCardElement_color::-webkit-scrollbar{display: block;}
  .WI_productCardElement_main:hover .WI_productCardElement_color_con{opacity: 1;}
  .WI_productCardElement_main:hover .WI_productCardElement_color_number{opacity: 0;}
  .WI_productCardElement_color_con img{width: 100%;height: 100%;object-fit: cover;display: flex;border-radius: 100%;}
  .WI_productCardElement_badge{width: 100%;height: 44px;padding: 10px;position: absolute;top: 0;left: 0;display: flex;flex-wrap: nowrap;z-index: 10;align-items: center;grid-row-gap: 6px;}
  .WI_productCardElement_badge_con{width: fit-content;height: auto;display: flex;gap: 5px;justify-content: left;align-items: center;}
  .WI_productCardElement_badge_indicator{width: 5px;min-width: 5px;height: 5px;border-radius: 10px;opacity: 1;animation: blink 0.5s linear 0s infinite alternate-reverse;}
  .WI_productCardElement_badge_con span{font-size: 14px;font-weight: 600;line-height: 10px;display: flex;justify-content: center;align-items: center;color: #fff}
  .WI_productCardElement_variant{width: 100%;height: auto;position: absolute;bottom: -50%;left: 0;padding: 8px;background-color: #fff;z-index: 10;opacity: 0; }
  .WI_productCardElement_main:hover .WI_productCardElement_variant{bottom: 0;opacity: 1;}
  .WI_productCardElement_variant_con{width: 100%;height:100%;display: flex;}
  .WI_productCardElement_variant_options{width: calc(100% - 160px);height: auto;display: flex;gap: 15px;overflow-x: auto;}
  .WI_productCardElement_variant_atc{width: 160px;height:auto;display: flex;align-items: flex-end;}
  .WI_productCardElement_variant_atc button{width: 100%;height:30px;border: 1px solid #000;background-color: transparent;font-size: 11px;cursor: pointer;transition: 0.2s ease-out;padding: 0;color: #000;}
  .WI_productCardElement_variant_atc a{width: 100%;height:30px;border: 1px solid #000;background-color: transparent;font-size: 11px;cursor: pointer;transition: 0.2s ease-out;padding: 0;color: #000;display: flex;justify-content: center; align-items: center;font-family: Montserrat, sans-serif;font-weight: 400;text-transform: uppercase;letter-spacing: .08em;border-radius: 4px;}
  .WI_productCardElement_variant_atc a:hover{background-color: #000;color: #fff;}
  .WI_productCardElement_variant_atc button:hover{background-color: #000;color: #fff;}
  .WI_productCardElement_variant_atc button:disabled{opacity: 0.5;pointer-events: none;}
  .WI_productCardElement_variant_atc a:disabled{opacity: 0.5;pointer-events: none;}
  .WI_productCardElement_variant_mobileBtn{width: 30px;height: 30px;overflow: hidden;background-color: #fff;display: none;}
  .WI_productCardElement_title a{text-decoration:none;}
  .WI_productCardElement_title a::after{bottom: 0;content: "";left: 0;position: absolute;right: 0;top: 0;z-index: 1;}
  @keyframes blink {
      0%{opacity: 1;}
      100%{opacity: 0;}
  }
  .WI_productCardSplide_progress {
      background: rgb(204, 204, 204, 0.5);
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      display: none;
      /* display: flex;justify-self:flex-start;align-items: center; */
  }

  .WI_productCardSplide_progress_bar {
   background: #555;
   height: 2px;
   transition: width 400ms ease;
   width: 0;
   display: block !important;
  }
  .WI_productCardElement_variant_mobileBtnBtn{width:100%;height:100%; background-color: transparent;border:none; display: flex;justify-content: center;align-items: center;}
  .WI_productCardSplide .splide__arrow--next{right: 5px;}
  .WI_productCardSplide .splide__arrow--prev{left: 5px;}
  .WI_productCardSplide .splide__arrow{z-index: 10;height: 2.5em;background-color:transparent !important;border-radius: 0 !important;opacity: 1;width: 2.5em;visibility: hidden; transition: 0.2s ease-out;}
  .WI_productCardSplide .splide__arrow:disabled{opacity: 0.5 !important;}
  wi-productcard .satcb_quick_buy{display: none;}
  .WI_productCardElement_main:hover .WI_productCardSplide .splide__arrow{visibility: visible;}
  .WI_productCardSplide .splide__arrow svg path{fill: #fff;}
  .WI_productCardElement_image_image{display: none;width: 100%;height: auto;}
  .WI_productCardElement_image_image_in{width: 100%;height: auto;padding-bottom: 140%;background-color: #f4f4f4;position: relative;}
  .WI_productCardElement_image_image_in img{width: 100%;height:100%;object-fit: cover;display: flex;position: absolute;top: 0;left: 0;opacity: 0;transition: 1s ease-out;}
  .WI_productCardImage_load{opacity: 1 !important;}
  
  .alt_featureCollection_main .stock__badge .stock__badge--label {
      color: #fff;
      font-size: 12px;
      border-radius: 3px;
      line-height: 14px;
  }
  .WI_productCardElement_main-coming-soon .WI_productCardElement_in {
      opacity: 0.8;
  }
  @media screen and (max-width: 769px) {
      .WI_productCardElement_color{display: none;}
      .WI_productCardElement_variant{opacity: 1;bottom: 0px;background-color: transparent;padding: 5px;}
      .WI_productCardElement_variant_con{display: none;}
      .WI_productCardSplide_progress{display: block;}
      .WI_productCardElement_variant_mobileBtn{display: flex;}
      .WI_productCardElement_variant_mobileBtnBtn svg {width:20px !important;height:20px !important;}
      .WI_productCardElement_badge{padding: 5px;height: 34px;}
      .WI_productCardSplide .splide__track{z-index: 10 !important;}
  }
  @media (min-width: 768px) {
    .WI_productCardElement_info{padding: 8px 12px !important;}
  }
.WI_quickAddVariants_main{width: 100%;height: auto;display:flex;justify-content:left;flex-wrap:wrap;padding-right: 10px;}
.WI_quickAddVariants_option{width: 100%;height: auto;display: flex;justify-content: left;flex-wrap: wrap;position: relative;gap: 10px;padding: 5px;}
.WI_quickAddVariants_option:nth-child(even){border-top:1px solid #ddd;}
.WI_quickAddVariants_option input{width: 0;height: 0;position: absolute;top: 0;left: 0;}
.WI_quickAddVariants_option input:disabled + label{opacity: 0.5;pointer-events: none;text-decoration: line-through;}
.WI_quickAddVariants_option input:checked + label{text-decoration: underline;}
.WI_productCardElement_main-coming-soon .WI_quickAddVariants_option label {text-decoration: line-through !important;}
.WI_quickAddVariants_option label{color:#000;}
.WI_quickAddVariants_option label:hover{cursor: pointer;text-decoration:underline;opacity: 0.5;}
.WI_productCardPrice_main{width: 100%;height: auto;display: flex;justify-content:left;gap:8px;align-items: center;margin-top: 2px;}
    .WI_productCardPrice_main p{margin:0;font-size:14px;font-weight: 400;width: fit-content;}

/* ==== Sepet çekmecesi ==== */
.free-shipping {
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 32px;
  }
  .free-shipping.layout-swapped { flex-direction: column-reverse; }
  .free-shipping.layout-swapped .free-shipping--text { margin-bottom: 0; margin-top: 20px; }
  .free-shipping.layout-swapped .free-shipping--bar { margin-top: 0; }
  .free-shipping--text { margin-bottom: 0px; text-align: left; transition: all 0.25s ease; }
  
  .free-shipping--bar {
    background: #cfcfcf;
    height: 6px;
    width: 100%;
    position: relative;
    margin-top: 8px;
  }
  .free-shipping--percentage {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    transform: scale(var(--percentage, 0), 1);
    transform-origin: center left;
    background: #60a57e;
    border-radius: 50px;
    transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
  }
  .truck-icon {
    transform-origin: center left;
    position: absolute;
    top: 50%;
    left: calc(var(--percentage, 0) * 100%);
    transform: translate(-100%, -50%);
    width: 32px; height: 32px; z-index: 2;
    pointer-events: none;
    background: #fff; border-radius: 22px;
    display: flex; flex-direction: column; align-items: center;
  }
  .truck-icon span { font-size: 10px; font-weight: 500; white-space: nowrap; margin-top: 5px; }
  .truck-icon img, .truck-icon svg { height: 34px; width: 34px; min-height: 34px; object-fit:contain; }
  .fs-hidden { display: none !important; }

/* ==== Duyuru şeridi ==== */
#section-id-announcement-bar {
        --announcement-background: #e6e3d9;
        --announcement-text: #000000;
        --link-underline: rgba(0, 0, 0, 0.6);
        --announcement-font-size: 12px;
      }
#shopify-section-announcement-bar p {color: black;}

/* ==== Üst bilgi ==== */
.logo img { width: 180px; }
.logo-area__middle--logo-image { max-width: 180px; }
@media (max-width: 767.98px) { .logo img { width: 130px; } }
.section-header { position: -webkit-sticky; position: sticky; }
/* Şeffaf üst bilgi (yalnızca ana sayfa) */
body.template-index .section-header { margin-bottom: calc(var(--theme-header-height) * -1); --transparent-header-text-color: #ffffff; }
body.template-index .section-store-messages { display: none; }
body.template-index #content .shopify-section:first-child .overlay-text { top: var(--theme-header-height); }

/* ==== Hızlı ekle içerik ==== */
.WI_productCardPrice_main{width: 100%;height: auto;display: flex;justify-content:left;gap:8px;align-items: center;margin-top: 2px;}
    .WI_productCardPrice_main p{margin:0;font-size:14px;font-weight: 400;width: fit-content;}
.WI_mobileQuickAddVariants_main{width: 100%;height: auto;display:flex;justify-content:left;flex-wrap:wrap;padding-right: 10px;}
 .WI_mobileQuickAddVariants_option{width: 100%;height: auto;display: flex;justify-content: left;flex-wrap: wrap;position: relative;gap: 10px;}
.WI_mobileQuickAddVariants_optionName{margin-bottom: 5px;font-size: 14px;color: #000;}
.WI_mobileQuickAddVariants_option{margin-bottom: 10px;width: 100%;}
.WI_mobileQuickAddVariants_option input{width: 0;height: 0;position: absolute;top: 0;left: 0;}
.WI_mobileQuickAddVariants_option input:disabled + label{opacity: 0.5;pointer-events: none;text-decoration: line-through;}
.WI_mobileQuickAddVariants_option input:checked + label{text-decoration: underline;}
.WI_mobileQuickAddVariants_option label{color:#676869;}
.WI_mobileQuickAddVariants_option label:hover{cursor: pointer;text-decoration:underline;}

/* ==== Önerilen ürünler ==== */
@media (max-width: 767px) {
    .product-recommendations .product-list {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      gap: 12px;
      padding-bottom: 4px;
    }
    .product-recommendations .product-list::-webkit-scrollbar {
      display: none;
    }
    .product-recommendations .product-list .WI_collectionProductCon {
      flex: 0 0 75%;
      scroll-snap-align: start;
      min-width: 0;
    }
    .product-recommendations .product-list .product-block {
      width: 100% !important;
    }
  }
/* ==== Sepet sayacı / favoriler ==== */
.cart-link__count--empty{display:none}
.swym-wishlist-header-counter{position:absolute;top:-6px;right:-8px;min-width:15px;padding:3px;font-size:9px;line-height:1em;font-weight:500;text-align:center;background:#171717;color:#fff;border-radius:12px;opacity:0;transition:opacity .2s}

.wish-toggle.wish-active svg path, .swym-button_product.wish-active svg path{fill:currentColor}
.WI_productCardElement_badge .wish-toggle.wish-active svg path{fill:#fff}
.WI_wiahNoti_main{display:none}

/* --- Logo (görsel logo, dikeye yakın oran) --- */
.logo img { width: 150px; height: auto; }
.logo-area__middle--logo-image { max-width: 175px; }
@media (max-width: 767.98px) { .logo img { width: 115px; } }

/* --- Footer alt şerit yasal bağlantıları --- */
.section-footer .footer-legal-links,
ul.footer-legal-links {
  list-style: none !important; margin: 0 0 6px; padding: 0;
  display: flex; flex-wrap: wrap; gap: 4px 18px;
}
.section-footer .footer-legal-links li,
ul.footer-legal-links li { list-style: none !important; margin: 0; padding: 0; }
.section-footer .footer-legal-links li::marker,
ul.footer-legal-links li::marker { content: none; }
ul.footer-legal-links a { font-size: 12px; opacity: .75; }
ul.footer-legal-links a:hover { opacity: 1; }

/* ============================ İletişim sayfası ============================ */
.contact-page { --ca-line: #e4e1dc; --ca-soft: #faf9f7; --ca-muted: #71727a; }

.contact-hero { max-width: 660px; margin: 0 auto; padding: 64px 0 8px; text-align: center; }
.contact-hero__eyebrow {
  margin: 0 0 14px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--ca-muted);
}
.contact-hero__title { margin: 0; }
.contact-hero__lede { margin: 18px 0 0; color: #5a5b5c; line-height: 1.7; font-size: 15.5px; }

/* --- hızlı erişim kartları --- */
.contact-cards {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  margin: 52px 0 72px; border: 1px solid var(--ca-line);
}
.contact-card {
  display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
  padding: 30px 26px; text-decoration: none; color: inherit; background: #fff;
  border-right: 1px solid var(--ca-line); transition: background .22s ease;
}
.contact-card:last-child { border-right: 0; }
.contact-card:hover { background: var(--ca-soft); }
.contact-card__icon {
  width: 38px; height: 38px; margin-bottom: 14px; display: inline-flex;
  align-items: center; justify-content: center; border-radius: 50%;
  background: #f2efea; color: #1a1a1a; transition: background .22s ease, color .22s ease;
}
.contact-card:hover .contact-card__icon { background: #1a1a1a; color: #fff; }
.contact-card__icon svg { width: 19px; height: 19px; display: block; }
.contact-card__label { font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--ca-muted); }
.contact-card__value { font-size: 15.5px; line-height: 1.35; }
.contact-card__note { font-size: 13px; color: var(--ca-muted); }

/* --- form + kenar sütunu --- */
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 32px; align-items: start; }

.contact-panel { border: 1px solid var(--ca-line); background: #fff; padding: 38px 36px; }
.contact-panel + .contact-panel { margin-top: 24px; }
.contact-panel--store, .contact-panel--links { background: var(--ca-soft); }
.contact-panel__title { margin: 0; font-size: 19px; font-weight: 600; letter-spacing: .01em; }
.contact-panel__sub { margin: 8px 0 28px; font-size: 14px; color: var(--ca-muted); }

.contact-form-main__row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; }
.contact-field { display: block; margin-bottom: 22px; }
.contact-field__label { display: block; margin-bottom: 8px; font-size: 12.5px; letter-spacing: .03em; color: #3d3e40; }
.contact-field__label i { font-style: normal; color: #b0442f; }
.contact-field__label i.contact-field__opt { color: var(--ca-muted); }
.contact-field input,
.contact-field textarea,
.contact-field select {
  width: 100%; padding: 13px 15px; border: 1px solid #d8d4ce; background: #fff;
  font: inherit; font-size: 15px; color: #1a1a1a; border-radius: 0; -webkit-appearance: none; appearance: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.contact-field input::placeholder, .contact-field textarea::placeholder { color: #b3b1ad; }
.contact-field input:focus, .contact-field textarea:focus, .contact-field select:focus {
  outline: none; border-color: #1a1a1a; box-shadow: 0 0 0 3px rgba(26, 26, 26, .07);
}
.contact-field textarea { resize: vertical; min-height: 150px; line-height: 1.6; }
.contact-select { position: relative; display: block; }
.contact-select::after {
  content: ''; position: absolute; right: 16px; top: 50%; width: 7px; height: 7px;
  border-right: 1.5px solid #6f7072; border-bottom: 1.5px solid #6f7072;
  transform: translateY(-70%) rotate(45deg); pointer-events: none;
}
.contact-select select { padding-right: 38px; }

.contact-form-main__foot { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.contact-submit { min-width: 190px; }
.contact-consent { flex: 1 1 260px; margin: 0; font-size: 12.5px; color: var(--ca-muted); line-height: 1.6; }
.contact-consent a { text-decoration: underline; }
.contact-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.contact-alert { padding: 18px 20px; margin-bottom: 26px; font-size: 14.5px; line-height: 1.6; }
.contact-alert strong { display: block; margin-bottom: 4px; }
.contact-alert--ok { background: #f2f7f2; border: 1px solid #c3dcc4; }
.contact-alert--error { background: #fdf3f2; border: 1px solid #e8c6c2; }
.contact-alert ul { margin: 6px 0 0; padding-left: 18px; }

.contact-aside__address { margin: 20px 0 22px; line-height: 1.7; }
.contact-hours { margin: 0 0 26px; font-size: 14px; }
.contact-hours > div { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--ca-line); }
.contact-hours > div:first-child { border-top: 1px solid var(--ca-line); }
.contact-hours dt { margin: 0; color: #5a5b5c; }
.contact-hours dd { margin: 0; }
.contact-maps-btn { width: 100%; }

.contact-links { list-style: none !important; margin: 20px 0 0; padding: 0; }
.contact-links li { list-style: none !important; margin: 0; padding: 0; }
.contact-links li::marker { content: none; }
.contact-links a {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 13px 0; border-bottom: 1px solid var(--ca-line); text-decoration: none; font-size: 14.5px;
}
.contact-links li:first-child a { border-top: 1px solid var(--ca-line); }
.contact-links a i { font-style: normal; color: var(--ca-muted); transition: transform .18s ease; }
.contact-links a:hover i { transform: translateX(3px); color: #1a1a1a; }

.contact-map { margin-top: 80px; }
.contact-map iframe { display: block; width: 100%; height: 440px; border: 0; filter: grayscale(1); transition: filter .3s ease; }
.contact-map iframe:hover { filter: none; }

@media (max-width: 1099.98px) {
  .contact-cards { grid-template-columns: repeat(2, 1fr); }
  .contact-card:nth-child(2) { border-right: 0; }
  .contact-card:nth-child(-n+2) { border-bottom: 1px solid var(--ca-line); }
  .contact-grid { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 767.98px) {
  .contact-hero { padding: 40px 0 0; }
  .contact-cards { grid-template-columns: 1fr; margin: 34px 0 44px; }
  .contact-card { border-right: 0; border-bottom: 1px solid var(--ca-line); padding: 22px 20px; }
  .contact-card:last-child { border-bottom: 0; }
  .contact-card__icon { margin-bottom: 10px; }
  .contact-panel { padding: 26px 20px; }
  .contact-form-main__row { grid-template-columns: 1fr; gap: 0; }
  .contact-submit { width: 100%; }
  .contact-map { margin-top: 52px; }
  .contact-map iframe { height: 320px; }
}

}

/* --- Footer: sadeleştirilmiş üç sütun --- */
.section-footer__row--slim .section-footer__text-block p { line-height: 1.7; }
.footer-social {
  list-style: none !important; margin: 0; padding: 0;
  display: flex; gap: 14px; align-items: center;
}
.footer-social li { list-style: none !important; margin: 0; padding: 0; width: auto !important; }
.footer-social li::marker { content: none; }
.footer-social a { display: inline-flex; align-items: center; justify-content: center; }
.footer-social svg { width: 26px; height: 26px; display: block; }
.section-footer__row--slim .section-footer__text-block .section-footer__text { max-width: 340px; }
.section-footer__row--slim .section-footer__row__col { max-width: 320px; }
.section-footer__row--slim .section-footer__text-block .section-footer__text { max-width: none; }

/* Footer içeriği sayfa kenarlarına yapışmasın, dar bir kapsayıcıda dursun */
.section-footer .section-footer__row-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .section-footer .section-footer__row-container { padding-left: 40px; padding-right: 40px; }
}

/* ============ Çerez onay bandı ============ */
.cookie-consent {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 9000;
  background: #fff; border-top: 1px solid #e4e1dc;
  box-shadow: 0 -6px 24px rgba(0, 0, 0, .07);
  transform: translateY(100%); transition: transform .32s ease;
}
.cookie-consent.is-visible { transform: translateY(0); }
.cookie-consent__inner {
  max-width: 1200px; margin: 0 auto; padding: 18px 40px;
  display: flex; align-items: center; gap: 28px; flex-wrap: wrap;
}
.cookie-consent__text {
  flex: 1 1 380px; margin: 0; font-size: 13.5px; line-height: 1.6; color: #4a4b4c;
}
.cookie-consent__text a { text-decoration: underline; white-space: nowrap; }
.cookie-consent__actions { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-consent__actions .btn { white-space: nowrap; }
@media (max-width: 767.98px) {
  .cookie-consent__inner { padding: 16px 20px; gap: 14px; }
  .cookie-consent__actions { width: 100%; }
  .cookie-consent__actions .btn { flex: 1; }
}
/* Bant açıkken mobil sabit "sepete ekle" çubuğu bandın üstüne çıksın */
.has-cookie-consent .WI_floatingProductAtc_main { padding-bottom: calc(40px + var(--ea-cookie-h, 0px)); }
