:root {
    --isa-red:    #c0392b;
    --isa-green:  #27ae60;
    --isa-dark:   #1a1a1a;
    --isa-border: #e5e2dd;
    --isa-muted:  #666;
    --isa-bg:     #f9f8f6;
    --isa-radius: 4px;
}

.isa-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.isa-desc__badges {
	display: none; 
}

.isa-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: var(--isa-radius);
    white-space: nowrap;
    line-height: 1;
}

.isa-badge--red   { background: var(--isa-red);   color: #fff; }
.isa-badge--dark  { background: var(--isa-dark);  color: #fff; }
.isa-badge--green { background: var(--isa-green); color: #fff; }

.single-product div.product .summary .product_title {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}

.single-product div.product .summary .price {
    font-size: 24px;
    font-weight: 500;
    color: var(--isa-dark);
    margin: 0;
}

.single-product div.product .summary .price del {
    font-size: 16px;
    color: var(--isa-muted);
    margin-right: 8px;
}

.single-product .woocommerce-product-details__short-description p {
    font-size: 14px;
    line-height: 1.75;
    color: var(--isa-muted);
    margin: 0;
}

.single-product div.product .summary .cart { margin: 0; }

.isa-trust-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    padding-top: 14px;
    border-top: 1px solid var(--isa-border);
}

.isa-trust-bar__item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--isa-muted);
    white-space: nowrap;
}

.isa-trust-bar__item svg {
    width: 14px;
    height: 14px;
    color: var(--isa-red);
    flex-shrink: 0;
}

.isa-desc {
    border-top: 1px solid var(--isa-border);
    padding-top: 36px;
    margin-top: 24px;
    clear: both;
}

.isa-desc__body { max-width: 860px; }

.isa-desc__body > p {
    font-size: 14px;
    line-height: 1.75;
    color: var(--isa-muted);
    margin: 0 0 20px;
}

.isa-desc__body h2,
.isa-desc__body h3 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: var(--isa-red);
    margin: 28px 0 12px;
}

.isa-desc__body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.isa-desc__body ul li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid var(--isa-border);
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.isa-desc__body ul li::before {
    content: '\2713';
    color: var(--isa-red);
    font-weight: 700;
    font-size: 12px;
    flex-shrink: 0;
}

.isa-desc__body table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin: 0 0 24px;
}

.isa-desc__body table th,
.isa-desc__body table td {
    padding: 10px 14px;
    border: 1px solid var(--isa-border);
    text-align: left;
}

.isa-desc__body table th {
    background: var(--isa-bg);
    font-weight: 600;
    color: #333;
    width: 38%;
}

.isa-desc__body table td { color: var(--isa-muted); }

.isa-desc__body table tr:nth-child(even) td { background: var(--isa-bg); }

.isa-desc__body img {
    max-width: 420px;
    height: auto;
    border: 1px solid var(--isa-border);
    border-radius: var(--isa-radius);
    display: block;
    margin: 12px 0 20px;
}

.isa-desc__body a[href$=".pdf"],
.isa-desc__body .isa-download {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--isa-red);
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    padding: 11px 20px;
    border-radius: var(--isa-radius);
    text-decoration: none !important;
}

@media (max-width: 768px) {
    .isa-desc__body img { max-width: 100%; }
}

.woocommerce-product-gallery ol.flex-control-thumbs {
    padding-left: 0;
}

.isa-product-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 32px 24px;
    align-items: start;
}

.isa-gallery {
    width: 100%;
	position: relative;
}

.isa-gallery img {
    width: 100%;
    height: auto;
    display: block;
}

.isa-summary {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.isa-desc {
    max-width: 1240px;
    margin: 0 auto;
    padding: 36px 24px;
    border-top: 1px solid var(--isa-border);
}

.isa-product-wrap .isa-gallery div.images,
.isa-product-wrap .isa-gallery .woocommerce-product-gallery  {
    width: 100% !important;
    float: none !important;
    margin-bottom: 0 !important;
}

.ast-on-card-button.ast-onsale-card,
.isa-product-wrap .isa-gallery .ast-on-card-button {
    background: var(--isa-red) !important;
    color: #fff !important;
    top: 12px !important;
    left: 12px !important;
}

.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
	background: var(--isa-red) !important;
    color: #fff !important;
}