@media(min-width: 1400px) {
.footer-widgets .widget + .widget {
	padding-left: var(--wp--preset--spacing--30) !important;
}
}

.single-product-details .wp-block-details[open] > summary::after,
.single-product-details .wp-block-details summary::after{
	font-size: 8px;
}

.single-product-details summary {
	display: flex;
	align-items: center;
}
body:not(.scrolling-active) header.wp-block-template-part.transparent>.header-transparent:not(.semi).header-v1 .desktop-header>.wp-block-group:last-child {
	border-bottom-color: #ffffff4d !important;
}

.wc-block-product-categories-list-item__image img {
    border-radius: 1000px!important;
}

.wc-block-components-product-rating {
	display: none!important
}

/* İndirim rozetini köşeli yap */
.wc-block-components-product-sale-badge,
.onsale,
.product-badge--sale,
.badge--sale {
    border-radius: 0 !important;
}
/* Sosyal kanıt ikonlarını siyah yap */
.es-sp-icon {
  color: #000 !important;  /* siyah */
  font-size: 18px;
}
.es-sp-icon {
  color: #000 !important;  /* siyah */
  font-size: 22px;
  line-height: 1;
}

.mobile-sticky-add-to-cart-form: {
	bottom: 63px!important
}

@media (min-width: 1200px) {
    .glowess-cat .wc-block-product-categories-list--depth-0 
    .wc-block-product-categories-list-item a 
    .wc-block-product-categories-list-item__image img {
        min-height: 50px !important;
        object-fit: cover;
    }
}



.html {
  scroll-behavior: smooth;
}


@media (max-width: 480px) {
  .cookie-notice-container {
    margin-bottom: 60px;
  }
}

#ship-to-different-address {
    display: none !important;
}
.wc_payment_method .payment_method_cod {
	display: none !important
}

@media (min-width: 1024px) {
    .wc-block-components-sidebar-layout.wc-block-checkout,
    form.checkout {
        display: block !important; /* Grid yerine block */
        grid-template-columns: unset !important; /* Grid kolonlarını kaldır */
        gap: 0 !important; /* Grid gap’i iptal et */
    }

    .wc-block-components-main,
    #customer_details,
    .wc-block-components-sidebar,
    #order_review {
        grid-column: unset !important; /* Grid kolon ayarını iptal et */
         /* Gereksiz padding varsa kaldır */
        width: 100% !important; /* Tam genişlik */
    }
}

.payment_method_cod {
	display: none !important
}

.woocommerce-terms-and-conditions-wrapper {
	padding: 15px;
}

.woocommerce-checkout-review-order {
	padding: 15px !important;
}


.single_add_to_cart_button {
	background-color: black;
		border: none;
}

.wc-block-components-button {
	background-color : black !important;
	color: white !important;
	border: none !important;
}

.wp-element-button {
	background-color: black !important;
	border: none !important ;
	color: white !important;
}

.woocommerce-product-gallery__trigger {
    left: 10px !important;
    right: auto !important;
    top: 10px !important;
}


.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 0 0 40px !important;
}
.glowess-product-rating {
	display: none !important;
}


.single-product.woocommerce 
.wp-block-woocommerce-product-image-gallery span.onsale {
    background-color: red !important; 
}


.woocommerce #reviews #comments ol.commentlist li {
    border: 1px solid #d7d7d7 !important ; 
	border-radius: 10px;
padding: 5px	
}


.woocommerce #reviews #comments ol.commentlist li img.avatar {
    top: 5px !important;
    left: 5px !important;
 
}

.woocommerce-review__author::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    vertical-align: middle;
    background: url('https://upload.wikimedia.org/wikipedia/commons/e/e4/Twitter_Verified_Badge.svg') no-repeat center center;
    background-size: contain;
}

/* WooCommerce ürün gridini mobilde tek sütun yap */
@media (max-width: 768px) {
  .wc-block-product-template,
  .products-block-post-template {
    grid-template-columns: 1fr !important; /* grid yapısını tek sütun yap */
    display: grid !important; /* flex yerine grid kullandır */
  }

  .wc-block-product {
    width: 100% !important;
  }
}

.qlwapp__container.qlwapp__container--bottom-left,
.qlwapp__container.qlwapp__container--bottom-right {
    top: auto !important;
    bottom: 50px !important;
}

