/** Shopify CDN: Minification failed

Line 839:0 Expected "}" to go with "{"

**/
.thb-cart-form {
  gap: 30px;
  align-items: start;
}

@media only screen and (min-width: 768px) {
  .thb-cart-form {
    gap: clamp(30px, 4%, 50px);
    grid-template-columns: 1fr minmax(25%, 400px);
  }
}

.thb-cart-form h4 {
  margin-bottom: 30px;
}

.thb-cart-form.cart-disabled {
  pointer-events: none;
}

.thb-cart-form--empty {
  grid-template-columns: 1fr;
}

.thb-cart-form--container {
  display: block;
  padding: 0 11px;
}

@media only screen and (min-width: 768px) {
  .thb-cart-form--container {
    padding: 0 25px;
  }
}

.thb-cart-form--container h2 {
  font-size: 2rem;
  font-weight: 300;
  color: #333;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}

.thb-cart-form--container h2 span {
  margin-left: 15px;
  font-size: 0.875rem;
  opacity: 0.6;
  font-weight: 400;
}

.thb-cart-form--form {
  margin-bottom: 20px;
  background: #fff;
}

@media only screen and (min-width: 768px) {

  .thb-cart-form--items {
    margin: 0;
    border: 0;
  }

  .thb-cart-form--items th,
  .thb-cart-form--items td {
    padding: 10px 15px;
    border: 0;
    background-color: transparent;
  }

  @media only screen and (min-width: 768px) {

    .thb-cart-form--items th,
    .thb-cart-form--items td {
      padding: 15px 25px;
    }
  }

  .thb-cart-form--items tbody tr th,
  .thb-cart-form--items tbody tr td {
    padding: 20px 15px 20px 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .thb-cart-form--items tbody tr th:last-child,
  .thb-cart-form--items tbody tr td:last-child {
    text-align: right;
    padding-right: 0;
  }

  @media only screen and (min-width: 768px) {

    .thb-cart-form--items tbody tr th,
    .thb-cart-form--items tbody tr td {
      padding: 20px 30px 20px 0;
    }
  }

  .thb-cart-form--items tbody tr:nth-child(odd) td,
  .thb-cart-form--items tbody tr:nth-child(odd) th {
    background-color: transparent;
  }

  .thb-cart-form--items tbody tr:last-child td {
    border-bottom: 0;
  }

  .thb-cart-form--items .product-cart-item {
    margin-bottom: 0;
  }

  .thb-cart-form--items tbody tr:first-child td {
    padding-top: 0;
  }

  .thb-cart-form--items tbody tr:last-child td {
    padding-bottom: 0;
  }

  .thb-cart-form--items tbody tr td.product-quantity {
    display: none;
    width: 120px;
    padding-right: 10px;
  }

  @media only screen and (min-width: 1068px) {
    .thb-cart-form--items tbody tr td.product-quantity {
      display: table-cell;
    }
  }

  .thb-cart-form--items tbody tr td.product-subtotal {
    position: relative;
    width: 120px;
    padding-left: 10px;
  }

  .thb-cart-form--items tbody tr td.product-subtotal .loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    transform: none;
    align-items: center;
    justify-content: flex-end;
  }

  .thb-cart-form--items tbody tr td.product-subtotal .loading-overlay svg {
    width: 24px;
  }

  .thb-cart-form--items tbody tr td.product-subtotal .unit-price {
    display: block;
  }

  .thb-cart-form--items tbody tr.loading .product-subtotal .price {
    opacity: 0;
  }

  .thb-cart-form--items tbody tr.loading .product-subtotal .loading-overlay {
    display: flex;
  }

  .thb-cart-form--collaterals {
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }

  @media only screen and (min-width: 768px) {
    .thb-cart-form--collaterals-inner {
      padding: 30px;
    }
  }

  .thb-cart-form--collaterals-table {
    border: 0;
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .thb-cart-form--collaterals-table tr td,
  .thb-cart-form--collaterals-table tr th {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 400;
  }

  .thb-cart-form--collaterals-table tr td:last-child,
  .thb-cart-form--collaterals-table tr th:last-child {
    text-align: right;
  }

  .thb-cart-form--collaterals-table tr:first-child td,
  .thb-cart-form--collaterals-table tr:first-child th {
    padding-top: 0;
  }

  .thb-cart-form--collaterals-table tr:last-child td,
  .thb-cart-form--collaterals-table tr:last-child th {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .thb-cart-form--collaterals-table tr:nth-child(odd) td,
  .thb-cart-form--collaterals-table tr:nth-child(odd) th {
    background-color: transparent;
  }

  .thb-cart-form--collaterals-table tr.cart-subtotal .price {
    font-family: Nunito Sans, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: rgb(45, 45, 45);
    font-size: 12px;
    line-height: 16px;
  }

  .thb-cart-form--collaterals-table tr.cart-subtotal {
    font-family: Nunito Sans, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: rgb(45, 45, 45);
    font-size: 12px;
    line-height: 24px;
  }

  .thb-cart-form--collaterals .additional-checkout-buttons {
    margin-top: 10px;
  }

  .thb-cart-form--collaterals .accordion {
    margin-bottom: 0 !important;
    padding: 0 20px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 0;
  }

  @media only screen and (min-width: 768px) {
    .thb-cart-form--collaterals .accordion {
      padding: 0 30px;
    }
  }

  .thb-cart-form--collaterals .accordion+.accordion {
    margin: 0;
    border-top: 1px solid #f0f0f0;
  }

  .thb-cart-form--collaterals .accordion__content {
    font-size: 0.875rem;
  }

  .thb-cart-form--notes {
    width: 100%;
    font-family: Nunito Sans, sans-serif;
    font-size: 0.875rem;
    margin-bottom: 20px;
  }

  .thb-cart-form--notes-title {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 12px;
    color: #333;
  }

  .thb-cart-form--notes textarea {
    min-height: 100px;
    margin-bottom: 0;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 12px;
    font-family: inherit;
    resize: vertical;
  }

  .thb-cart-form--notes textarea:focus {
    outline: none;
    border-color: #d4a574;
    box-shadow: 0 0 0 2px rgba(212, 165, 116, 0.1);
  }

  .thb-cart-form .cart-drawer--terms {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin-bottom: 15px;
  padding: 12px 0;
  text-align: left;
}

.thb-cart-form .cart-drawer--terms input[type="checkbox"] {
  flex-shrink: 0 !important;
  width: 16px !important;
  height: 16px !important;
  margin: 3px 0 0 0 !important;
  cursor: pointer !important;
  accent-color: rgb(45, 45, 45) !important;
}

.thb-cart-form .cart-drawer--terms label {
  flex: 1 !important;
  font-family: Nunito Sans, sans-serif !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: rgb(45, 45, 45) !important;
  cursor: pointer !important;
  margin: 0 !important;
}

.thb-cart-form .cart-drawer--terms a {
  color: rgb(45, 45, 45) !important;
  text-decoration: underline !important;
}
  .thb-cart-form .cart-drawer--terms a {
    color: var(--color-accent);
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .thb-cart-form--policy-text {
    display: block;
    font-family: Nunito Sans, sans-serif;
    font-size: 0.75rem;
    line-height: 1.1;
    margin: 0px 0 0 0;
    text-align: center;
    opacity: 0.6;
  }

  .thb-cart-form--policy-text a {
    text-decoration: underline;
    text-underline-offset: 1px;
  }

  .thb-cart-form--count {
    font-family: Nunito Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: rgb(45, 45, 45);
    margin-left: 4px;
  }

  .cart-empty {
    margin: 0 auto;
    max-width: var(--max-width);
    padding: 15vh 0;
    text-align: center;
  }

  .cart-empty svg {
    margin-bottom: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .quantity.cart-update-mobile {
    margin-top: 5px;
  }

  .quantity.cart-update-mobile,
  .cart-remove-mobile {
    display: inline-flex;
  }

  @media only screen and (min-width: 1068px) {

    .quantity.cart-update-mobile,
    .cart-remove-mobile {
      display: none;
    }
  }

  /* Product cart item styling */
  .product-cart-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
  }

  .product-cart-item-image {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
  }

  .product-cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product-cart-item-image .thb-placeholder {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
  }

  .cart-product-link {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 5px;
    display: block;
  }

  .cart-product-link:hover {
    color: #d4a574;
  }

  .product-cart-item-options {
    font-size: 0.875rem;
    color: #666;
    margin-top: 5px;
    line-height: 1.4;
  }

  /* Quantity and Remove Button Container */
  .quantity-remove-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 10px;
  }

  .quantity-remove-container .quantity {
    flex-shrink: 0;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .quantity-remove-container .quantity button {
    background: #f8f8f8;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
  }

  .quantity-remove-container .quantity button:hover {
    background: #e8e8e8;
  }

  .quantity-remove-container .quantity button svg {
    width: 12px;
    height: 12px;
    fill: #333;
    stroke: #333;
    color: #333;
  }

  .quantity-remove-container .quantity input {
    border: none;
    text-align: center;
    width: 50px;
    padding: 8px 4px;
    font-size: 0.875rem;
    background: #fff;
    font-weight: 500;
  }

  .quantity-remove-container .remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
    flex-shrink: 0;
    background: #fff;
  }

  .quantity-remove-container .remove:hover {
    background-color: #f8f8f8;
    color: #d4a574;
    border-color: #d4a574;
  }

  .quantity-remove-container .remove svg {
    width: 16px;
    height: 16px;
  }

  /* Mobile adjustments */
  @media only screen and (max-width: 1067px) {
    .quantity-remove-container {
      gap: 6px;
    }

    .quantity-remove-container .remove {
      width: 28px;
      height: 28px;
    }

    .quantity-remove-container .remove svg {
      width: 14px;
      height: 14px;
    }
  }

  /* Mobile cart specific styles */
  .quantity-remove-container .cart-remove-mobile {
    display: flex !important;
  }

  .quantity-remove-container .cart-remove-desktop {
    display: none;
  }

  /* Desktop: Hide mobile counter, show desktop counter */
  @media only screen and (min-width: 1068px) {
    .product-name .quantity-remove-container {
      display: none !important;
    }

    .product-quantity .quantity-remove-container {
      display: flex !important;
    }

    .quantity-remove-container .cart-remove-mobile {
      display: none !important;
    }

    .quantity-remove-container .cart-remove-desktop {
      display: flex;
    }
  }

  /* Mobile: Show mobile counter, hide desktop counter */
  @media only screen and (max-width: 1067px) {
    .product-name .quantity-remove-container {
      display: flex !important;
    }

    .product-quantity .quantity-remove-container {
      display: none !important;
    }
  }

  /* Checkout button styling */
  .checkout-button {
    background: #2d2d2d;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
  }

  .checkout-button:hover {
    background:rgb(80, 80, 80);
    box-shadow: 0 4px 12px rgba(184, 114, 83, 0.3);
  }

  /* Accordion styling */
  .accordion {
    display: block;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 25px;
    color: #333;
    background: #fff;
  }

  .accordion+.accordion:not(.accordion--has-border) {
    border-top: 0;
    margin-top: -25px;
  }

  .accordion-container .accordion {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
  }

  .accordion-container .accordion:last-child {
    margin-bottom: 0;
  }

  .accordion details[open] summary span {
    transform: rotateX(180deg);
  }

  .accordion summary {
    width: 100%;
    list-style: none;
    position: relative;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    padding: 20px 40px 20px 0;
    cursor: pointer;
    color: #333;
    transition: color 0.2s ease;
    margin: 0;
  }

  [dir="rtl"] .accordion summary {
    padding: 20px 0 20px 40px;
  }

  @media only screen and (min-width: 768px) {
    .accordion summary {
      font-size: 1.125rem;
    }
  }

  .accordion summary:hover {
    color: #d4a574;
  }

  .accordion summary span {
    position: absolute;
    top: calc(50% - 4px);
    right: 0;
    width: 16px;
    height: 8px;
    display: flex;
    transition: transform 0.2s ease;
  }

  [dir="rtl"] .accordion summary span {
    right: auto;
    left: 0;
  }

  .accordion summary::-webkit-details-marker {
    display: none;
  }

  .accordion .accordion__content {
    padding: 0 0 20px 0;
  }

  .accordion .accordion__content>*:last-child {
    margin-bottom: 0;
  }

  .accordion--small summary {
    font-family: Nunito Sans, sans-serif;
    font-size: 1rem;
  }

  .accordion--small summary span {
    width: 12px;
    height: 7px;
  }

  .accordion--has-border {
    border: 1px solid #f0f0f0;
    border-radius: 6px;
  }

  .accordion--has-border summary {
    padding-left: 15px;
  }

  @media only screen and (min-width: 768px) {
    .accordion--has-border summary {
      padding-left: 30px;
    }
  }

  .accordion--has-border summary span {
    right: 15px;
  }

  @media only screen and (min-width: 768px) {
    .accordion--has-border summary span {
      right: 30px;
    }
  }

  .accordion--has-border+.accordion {
    margin-top: 0;
  }

  .accordion--has-border .accordion__content {
    padding: 0 15px 15px 15px;
  }

  @media only screen and (min-width: 768px) {
    .accordion--has-border .accordion__content {
      padding: 0 30px 30px 30px;
    }
  }

  /* Cart collaterals accordion specific styling */
  .thb-cart-form--collaterals .accordion {
    margin-bottom: 0 !important;
    padding: 0 20px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 0;
    background: transparent;
  }

  @media only screen and (min-width: 768px) {
    .thb-cart-form--collaterals .accordion {
      padding: 0 30px;
    }
  }

  .thb-cart-form--collaterals .accordion+.accordion {
    margin: 0;
    border-top: 1px solid #f0f0f0;
  }

  .thb-cart-form--collaterals .accordion__content {
    font-size: 0.875rem;
  }

  .thb-cart-form--collaterals .accordion summary {
    padding: 15px 40px 15px 0;
  }

  @media only screen and (min-width: 768px) {
    .thb-cart-form--collaterals .accordion summary {
      padding: 20px 40px 20px 0;
    }
  }

  .thb-cart-form--collaterals .accordion .accordion__content {
    padding: 0 0 15px 0;
  }

  @media only screen and (min-width: 768px) {
    .thb-cart-form--collaterals .accordion .accordion__content {
      padding: 0 0 20px 0;
    }
  }

  /* Cart discount styling */
  .cart-discount .price {
    display: inline-block;
    color: #d4a574;
    padding: 7px 10px;
    background-color: rgba(212, 165, 116, 0.1);
    font-size: 0.875rem;
    border-radius: 6px;
    line-height: 1.1;
  }

  /* Cart recommendations */
  .cart-recommendations {
    display: none;
    gap: 10px;
  }

  .cart-recommendations.product-recommendations--loaded {
    display: grid;
  }

  .cart-recommendations .product-cart-item {
    margin: 0;
  }

  @media only screen and (min-width: 768px) {
    .cart-recommendations {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  /* Cart Terms Düzeltmesi */
.cart-drawer--terms,
.thb-cart-form .cart-drawer--terms {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
  padding: 16px 0;
  border-top: 1px solid #f0f0f0;
  font-family: Nunito Sans, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: rgb(45, 45, 45);
}

.cart-drawer--terms input[type="checkbox"] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 2px 0 0 0;
  cursor: pointer;
  accent-color: rgb(45, 45, 45);
}

.cart-drawer--terms label {
  flex: 1;
  font-family: Nunito Sans, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: rgb(45, 45, 45);
  cursor: pointer;
}

.cart-drawer--terms a {
  color: rgb(45, 45, 45);
  text-decoration: underline;
  text-underline-offset: 2px;
}
