/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 23 2026 | 14:44:28 */
.product-attributes-after-short-description {
  margin-top: -20px;
}

.product-attributes-after-short-description table.shop_attributes {
  width: auto;
  border-collapse: collapse;
}

.product-attributes-after-short-description table.shop_attributes th,
.product-attributes-after-short-description table.shop_attributes td {
  padding: 0 10px 0 0;
  white-space: nowrap;
	min-width: auto;
}

.product-description-accordion {
  margin-top: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  color: #484f56;
}

.accordion-toggle {
  background: none;
  border: none;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 8px;
}

.accordion-label {
  flex-grow: 1;
  text-align: left;
}

.accordion-icon {
  font-size: 22px;
  transition: transform 0.3s ease;
}

.accordion-toggle[aria-expanded="true"] .accordion-icon {
  transform: rotate(45deg); /* + becomes × */
}

.accordion-content {
  margin-top: 8px;
}

div.product div.summary {
	background: initial;
}

@media (min-width: 1025px) {
    .pdp--fullscreen.--fullscreen-stretch-gallery .woocommerce-product-gallery {
		margin-top: 60px;
	}
}
