/* Template CSS - Base styles for the theme */

/* Product components "Vaata rohkem" toggle */
.product-components .components-hidden,
.product-component .components-hidden {
    display: none;
}

.components-toggle-button {
    margin-top: 12px;
    background-color: transparent;
    color: #000000;
    border: none;
    padding: 4px 0 6px;
    font-family: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    text-align: left;
    width: auto;
}

.components-toggle-button:hover {
    background-color: transparent;
}

