body {
    background-color: #F7F9FB;
    color: #374151;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.custom-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.custom-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1E3A8A;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5;
    top: 0;
}

.image-gallery-thumb.active {
    border-color: #1E3A8A;
    opacity: 1;
}

.custom-product-bottom-section .bottom-description h3 {
    --tw-text-opacity: 1;
    color: rgb(30 58 138 / var(--tw-text-opacity, 1));
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.custom-product-bottom-section .bottom-description ul {
    padding-left: 0.5rem !important;
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-product-bottom-section .bottom-description ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.custom-product-bottom-section .bottom-description ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1E3A8A;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5;
    top: 0;
}

.product_meta {
    display: none;
}

a.added_to_cart.wc-forward{
    display: none !important;
}

.custom-product-bottom-section .bottom-description ol {
    padding-left: 1.5rem !important;
    list-style: number;
}

.custom-product-bottom-section .bottom-description ol li {
    position: relative;
    margin-bottom: 0.75rem;
}

.custom-product-bottom-section .bottom-description ol li::marker,
.custom-product-bottom-section .bottom-description ol li strong
{
    color: #1E3A8A;
    font-weight: bold;
}

details summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
}
details summary::before {
  content: "+";
  position: absolute;
  left: 0;
  font-weight: bold;
}
details[open] summary::before {
  content: "−";
}