/* Uppdaterat för produkt 136352 - komponentbaserad prissättning */
.klbyp-egetmotiv-page .klbyp-egetmotiv-usps {
    background-color: #f5f5f5;
    padding: 14px 0;
    margin: 0px;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    list-style: none;
}

@media (max-width:992px) {
.klbyp-egetmotiv-page .klbyp-egetmotiv-usps {
    font-size: 12px;
    }
}

.klbyp-egetmotiv-page .klbyp-egetmotiv-usps li {
    flex: 1;
    text-align: center;
}

.klbyp-egetmotiv-page .klbyp-egetmotiv-grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    align-items: start;
    margin-bottom: 0px;
}

@media (max-width:992px){
.klbyp-egetmotiv-page .klbyp-egetmotiv-grid-wrapper {
    grid-template-columns: 1fr;
}
}

.klbyp-egetmotiv-page .klbyp-egetmotiv-gallery img {
    width:100%;
}

.klbyp-egetmotiv-page .klbyp-egetmotiv-uploader {
    background: #f9f9f975;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    height: 100%;
}

.klbyp-egetmotiv-page .klbyp-egetmotiv-uploader button {
    padding: 12px 20px;
    background: black;
    color: white;
    border: none;
    margin-top: 12px;
}

/* Component option groups */
.klbyp-egetmotiv-page .klbyp-component-group {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #eee;
}

.klbyp-egetmotiv-page .klbyp-egetmotiv-options {
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.klbyp-egetmotiv-page .klbyp-egetmotiv-options label {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90px;
    padding: 2px;
    border-radius: 2px;
    background: #ffffff;
    border: 2px solid transparent;
    transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    margin: 4px;
}

.klbyp-egetmotiv-page .klbyp-egetmotiv-options label:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-color: rgba(0,0,0,0.1);
}

.klbyp-egetmotiv-page .klbyp-egetmotiv-options input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    left: -9999px;
}

.klbyp-egetmotiv-page .klbyp-egetmotiv-options img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
}

.klbyp-egetmotiv-page .klbyp-egetmotiv-options label:has(input[type="radio"]:checked) {
    border-color: black;
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 10px;
}

/* Pris och add-to-cart */
.klbyp-egetmotiv-page .klbyp-egetmotiv-price {
    font-weight: 700;
    margin-bottom: 18px;
    color: #111;
    text-align: center;
    width: 100%;
    font-size: 28px;
    /* background: #f5f5f5; */
    border-radius: 6px;
    padding: 12px 0;
    display: block !important;

}


/* Pris och add-to-cart - träffar även om priset ligger utanför produkt-diven */

.klbyp-egetmotiv-price .woocommerce-Price-amount,
.klbyp-egetmotiv-price .amount {
    display: inline !important;
    font-size: 28px !important;
    font-weight: 700;
    color: #222;
}

.klbyp-egetmotiv-page .single_add_to_cart_button {
    width: 100%;
    display: block;
    font-size: 22px;
    background: #222;
    color: #fff;
    border: none;
    padding: 16px 0;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: background 0.2s, opacity 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.klbyp-egetmotiv-page .single_add_to_cart_button:hover:not(:disabled) {
    background: #27d564;
    color: #fff;
}

.klbyp-egetmotiv-page .single_add_to_cart_button.disabled,
.klbyp-egetmotiv-page .single_add_to_cart_button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background: #888;
    color: #fff;
}

/* Responsive */
@media (max-width: 767px) {
    .klbyp-egetmotiv-page .single_add_to_cart_button {
        font-size: 18px;
        padding: 12px 0;
    }
    .klbyp-egetmotiv-page .klbyp-egetmotiv-price {
        font-size: 20px;
        padding: 8px 0;
    }
}

/* Övriga element */
.klbyp-egetmotiv-page .klbyp-egetmotiv-short-description {
    margin-top: 14px;
    color: #333;
    line-height: 1.5;
    text-align:center;
    font-size:16px !important;
}

.klbyp-egetmotiv-page .klbyp-egetmotiv-gallery-image1 img {
    width:100%;
}

.klbyp-egetmotiv-page .klbyp-egetmotiv-description, .klbyp-egetmotiv-page .summary {
    padding:8px;
    font-size:18px !important;
}

body.postid-136352 {
    background-color:#FAF9F7;
}

#primary #product-136352 {
    background-color:white !important;
}

/* Dölj WooCommerce standardelement */
.klbyp-egetmotiv-page .woocommerce-tabs,
.klbyp-egetmotiv-page .woocommerce-tabs .panel,
.klbyp-egetmotiv-page .wc-tabs-wrapper {
    display: none !important;
}

.klbyp-egetmotiv-page .variations_form,
.klbyp-egetmotiv-page .variations {
    display: none !important;
}

/* Säkerställ att vårt formulär visas */
.klbyp-egetmotiv-page form.cart {
    display: block !important;
}

.klbyp-egetmotiv-page p.price {
    display: none !important;
}

.klbyp-egetmotiv-page .klbyp-egetmotiv-price .price {
    display: inline !important;
}

.klbyp-egetmotiv-page .stock.in-stock {
    display:none;
}

.klbyp-egetmotiv-page.single-product div.product form.cart .quantity {
    display:none !important;
}
.klbyp-egetmotiv-page .klbyp-egetmotiv-price .woocommerce-Price-amount,
.klbyp-egetmotiv-page .klbyp-egetmotiv-price .amount {
    display: inline !important;
}

.klbyp-egetmotiv-page .stock.in-stock {
    display:none;
}

.klbyp-egetmotiv-page.single-product div.product form.cart .quantity {
    display:none !important;
}

@media (min-width: 768px) {
    .storefront-full-width-content.single-product div.product .summary {
        width: 100% !important;
        float: right;
        margin-right: 0;
        margin-bottom: 3.706325903em;
    }
}

.single-product div.product p.price {
    font-size: 1.41575em;
    margin: 1.41575em 0;
    display: none;
}

.klbyp-egetmotiv-page .product_title.entry-title {
    display: none;
}