/*
Theme Name: CozyCorner Child
Theme URI: https://demo.theme-sky.com/cozycorner/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: cozycorner
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: cozycorner-child
*/

.ts-summary-custom-content {
    border:unset !important;
}

.ts-summary-custom-content {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 1.3rem !important;
}
.ts-summary-custom-content .small-head {
    margin: 0 0 30px 0;
    font-weight: bold;
    font-size: 1.7rem;
}


/* Genel: varsayılan <li> boşluklarını sıfırla */
.single-product .ts-summary-custom-content ul.list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Satırları sıkılaştır */
.single-product .ts-summary-custom-content ul.list li {
  display: grid;
  grid-template-columns: 50% 50%;
  column-gap: 1rem;     /* sütun arası */
  row-gap: 2px;         /* satırlar arası: çok küçük */
  padding: 2px 0;       /* üst-alt padding az */
  margin: 0;            /* dış boşluk yok */
  align-items: start;
  line-height: 1.25;    /* daha sıkı satır yüksekliği */
}

/* Sağ sütun: tek satır, sağa hizalı */
.single-product .ts-summary-custom-content ul.list li strong {
  justify-self: end;
  text-align: right;
  white-space: normal;  /* \n ve çoklu boşlukları tek boşluğa indirir */
  display: inline-block;
  line-height: 1.25;
  margin: 0;
}

/* İç elemanların olası ekstra margin'lerini temizle (gerekirse aç) */
.single-product .ts-summary-custom-content ul.list li > * {
  margin: 0;
}


/* Ana ürün görseli: max 650px, taşmadan sığsın */
.single-product .woocommerce-product-gallery,
.single-product .woocommerce-product-gallery .flex-viewport,
.single-product .woocommerce-product-gallery__wrapper {
  max-height: 650px;
}

.single-product .woocommerce-product-gallery__image img,
.single-product div.product div.images img {
  max-width: 650px;
  max-height: 650px;
  width: 100%;
  height: auto;
  object-fit: contain;   /* kırpmadan sığdır */
  display: block;
  margin: 0 auto;        /* ortala */
}

/* Küçük ekranlarda 650px yerine ekranı bazla */
@media (max-width: 640px) {
  .single-product .woocommerce-product-gallery__image img,
  .single-product div.product div.images img {
    max-width: 90vw;
    max-height: 90vw;
  }
}

.wp-singular .product-content {
    font-size: 1.47rem;
    line-height: 2rem;
}