/*
Theme Name: Digitaali
Author: Digitaali Oy
*/

:root {
    --primary-color: #C81F71;
}

html { scroll-behavior: smooth; }



:where(.wp-block-columns) {
    margin-bottom: 0;
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 20px;
}

@media (min-width: 500px) {
    :where(.wp-block-columns.has-background) {
        padding: 1.5em 2.5em;
    }
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 0;
}

@media (max-width: 767px) {
    .dg-hide-on-mobile {
        display: none !important;
    }    
}

@media (min-width: 992px) {
    .dg-hide-on-desktop {
        display: none !important;
    }
}

/* WooCommerce Cart Icon Styles */
.cart-icon-link {
    color: #fff !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cart-icon-link:hover {
    color: #ddd !important;
}

.cart-icon-link i {
    font-size: 1.2rem;
    margin-right: 0.5rem;
}

.cart-count {
    position: absolute;
    top: -2.5px;
    right: -10px;
    font-size: 0.75rem;
    min-width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007bff;
    color: white;
}

.cart-count:empty {
    display: none;
}

@media (max-width: 991.98px) {
    .cart-icon-link {
        justify-content: center;
        padding: 0.5rem 0;
    }
}

/* Kiitos -sivulla, noutopisteen tietoihin säätöö */
.woocommerce-column--shipping-address h3 {
margin-bottom: 0.5rem;
margin-top: 2rem; 
}

/* pikku justeeraus yläkuvan kokoon ettei oo turhaan alkutaittoa isompi. */
@media (min-width: 992px) {
    .top-hero {
        margin-top: 0;
        min-height: calc(100vh - 58px - 88px);
    }
    body.admin-bar .top-hero {
        margin-top: 0;
        min-height: calc(100vh - 58px - 88px - 32px);
    }
}


