/** Shopify CDN: Minification failed

Line 106:0 Unexpected "<"
Line 139:0 Unexpected "<"

**/
#shopify-block-AMEQrUHNEUnAwSVRZS__quick_quote_quote_button_WLYn33 {
    display: flex !important;
    justify-content: flex-end; 
}

#shopify-block-AMEQrUHNEUnAwSVRZS__quick_quote_quote_button_WLYn33 > a {
    padding: 15px 70px;
    border-radius: 8px;
    background-color: #12284c !important;
    text-decoration: none !important;
    font-weight: bold;
}

#shopify-block-AMEQrUHNEUnAwSVRZS__quick_quote_quote_button_WLYn33 > a:hover {
    background-color:rgb(28, 15, 150) !important;
}

.quote-required-message {
    margin-bottom: 15px !important;
}
.quote-input-label {
    display: flex;
    align-items: center;
    font-weight: bold;
    min-width: 100px !important;
    width: 100px !important;
}

.quote-input {
  display: block;
  width: 100%;
  padding: 14px 12px; 
  font-size: 16px; 
  line-height: 1.4;
  background-color: white; 
  color: rgb(var(--color-foreground)); 
  border: 1px solid #d9d9d9; 
  border-radius: 8px; 
  box-sizing: border-box; 
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}


.quote-input:focus {
  outline: none; 
  border-color: #3e4a9b; 
  box-shadow: 0 0 0 1px #3e4a9b;
}

.quote-input::placeholder {
  color: #777;
  opacity: 0.8;
}

#submit-quote {
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 100px;
}

@media (max-width: 600px) {
#submit-quote {
    margin-left: 25px;
}
}

.cart-item__kutu-icerigi {
    font-size: 14px;
    letter-spacing: 0.6px;
    line-height: 21px;
    font-family: 'Roboto Condensed';
    color: #11274bbf;
}

cart-notification [name='checkout']{
    display: none !important;
}

.header__icon--search {
    display: none;
}

#cart-notification-button {
    background-color: #11274B !important;
    border-color:  #11274B !important;
    box-shadow: none;
    --shadow-opacity: 0;
}
#cart-notification > div.cart-notification__links > button {
    color: #11274B !important;
    
}

/*

KUTUO LOGIN GİZLEME

*/

<style>
  /* Kilit aktifken bütün içerik blur olsun */
  .catalog-locked main,
  .catalog-locked .shopify-section {
    filter: blur(6px);
    pointer-events: none;
    user-select: none;
  }

  /* Modal arka plan */
  .catalog-gate-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(3px);
    z-index: 9998;
  }

  /* Modal kutusu */
  .catalog-gate-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    padding: 28px;
    border-radius: 14px;
    width: 90%;
    max-width: 420px;
    box-shadow: 0 10px 40px rgba(0,0,0,.25);
    z-index: 9999;
    text-align: center;
  }
</style>

/*

KUTUO LOGIN GİZLEME

*/

._formCloseButton_1684x_4  {
  display: none !important;
}

#app-embed > div > button > span {
  display: none !important;
}

