#shopify-section-template--25910980444507__main .product-form--atc-button {background-color: #1268f1; color: #fff;}
#shopify-section-template--25910980444507__main .product-form--atc-button.disabled {background-color: #828282;}
#shopify-section-template--25910980444507__main .grid .grid-item h3, #shopify-section-template--25910980444507__main h2 {margin-top: 0; margin-bottom: 0; font-weight: bold; text-transform: uppercase; font-size: 1.2em;}
#shopify-section-template--25910980444507__main .grid .grid-item h2 {font-size: 1.3em;}
#shopify-section-template--25910980444507__main .quantity-selector {max-width: 180px;}
#shopify-section-template--25910980444507__main .quantity-selector__input {padding: 0;}
#shopify-section-template--25910980444507__main .product-form--atc-button {margin-top: 1rem;}
.cart-side-panel {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  width: 400px;
  max-width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  box-shadow: -2px 0 24px rgba(0,0,0,0.18);
  font-family: 'Inter', Arial, sans-serif;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(.4,0,.2,1);
  display: flex;
  flex-direction: column;
  overflow-x: hidden !important;
  box-sizing: border-box;
}
.cart-side-panel.open {
  display: block !important;
  transform: translateX(0);
}
.cart-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1.5rem 1rem 1.5rem;
  border-bottom: 1px solid #eee;
}
.cart-panel-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  letter-spacing: 1px;
}
.cart-panel-close {
  background: #f5f5f5;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 1.5rem;
  color: #888;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.cart-panel-close:hover {
  background: #e0e0e0;
}
.cart-panel-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.2rem 1.5rem;
  border-bottom: 1px solid #f0f0f0;
}
.cart-panel-item-img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 8px;
  background: #fafafa;
  border: 1px solid #eee;
}
.cart-panel-item-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.cart-panel-item-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
}
.cart-panel-item-variant {
  font-size: 0.95rem;
  color: #888;
}
.cart-panel-item-qty-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.3rem;
}
.cart-panel-qty-btn {
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  background: #fafafa;
  border-radius: 6px;
  font-size: 1.2rem;
  color: #444;
  cursor: pointer;
  transition: background 0.2s;
}
.cart-panel-qty-btn:hover {
  background: #f0f0f0;
}
.cart-panel-item-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  min-width: 70px;
  height: 100%;
  margin-left: 0.5rem;
}
.cart-panel-item-price {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 0.5rem;
}
.cart-panel-item-remove {
  background: none;
  border: none;
  color: #e74c3c;
  font-size: 1.3rem;
  cursor: pointer;
  margin-left: 0;
  margin-top: 0.5rem;
}
.cart-panel-content {
  flex: 1 1 0;
  overflow-y: auto;
  min-height: 0;
}
.cart-panel-footer {
  flex-shrink: 0;
  border-top: 1px solid #eee;
  padding: 1rem 1.5rem;
  background: #fafbfc;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cart-panel-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.cart-panel-checkout-btn {
  display: block;
  width: 100%;
  background: #000000;
  color: #FFFFFF !important;
  font-size: 15px!important;
  font-weight: 600;
  padding: 1rem 0;
  text-align: center;
  text-decoration: none;
  margin-bottom: 0.7rem;
  transition: background 0.2s;
  
}
.cart-panel-checkout-btn:hover {
  background: #313031;
}
.cart-panel-viewcart-btn {
  display: block;
  width: 100%;
  background: none;
  color: #888!important;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 0.5rem;
}
.cart-panel-empty {
  text-align: center;
  color: #888;
  font-size: 1.1rem;
  padding: 2rem 0;
}
@media (max-width: 600px) {
  .cart-side-panel { width: 100vw; border-radius: 0; }
  .cart-panel-header, .cart-panel-footer { padding: 1rem; }
  .cart-panel-item { padding: 1rem; }
}
.cart-panel-accessories {
  border-left: 2px solid #f0f0f0;
}
.cart-panel-accessory-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.cart-panel-accessory-img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 6px;
  background: #fafafa;
  border: 1px solid #eee;
}
.cart-panel-accessory-title {
  font-size: 0.98rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-panel-accessory-price {
  font-size: 0.98rem;
  color: #1268f1;
  font-weight: 600;
}
.cart-side-panel {
  overflow-x: hidden !important;
  box-sizing: border-box;
}
.cart-panel-item,
.cart-panel-item-main,
.cart-panel-item-side,
.cart-panel-accessories {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
}
.cart-panel-item {
  flex-wrap: nowrap;
}
.cart-panel-item-main {
  min-width: 0;
  max-width: 100%;
  flex: 1 1 0;
}
.cart-panel-accessories {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}
.cart-panel-accessory-item {
  width: 90%;
  max-width: 400px;
} 

/* Sticky footer kesin çözüm override */
.cart-side-panel {
  display: flex !important;
  flex-direction: column !important;
  height: 100vh !important;
  min-height: 0 !important;
}
.cart-panel-content {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  padding-bottom: 0 !important;
}
.cart-panel-footer {
  flex-shrink: 0 !important;
  margin-top: 0 !important;
}
html, body {
  height: 100%;
  min-height: 100%;
} 