/****** STORE SKRÆME ******/

@media only screen and (min-width: 1920px) {}

@media only screen and (max-width: 1775px) { 
    .stom-billede-sektion.picture-right .stom-cols-6 {
        padding-left: var(--gap-s);
    }

    .stom-billede-sektion.picture-left .stom-cols-6 {
        padding-right: var(--gap-s);
    }
    
    .section-wrap.clear.usp-section .section .grid-elements {
        column-gap: 40px;
    }

    .section-wrap.clear.usp-section .section .grid-elements .grid-element .overlay .content > h3 {
        font-size: 24px;
    }

    .section-wrap.clear.usp-section .section .grid-elements .grid-element .overlay .content > .heading {
        font-size: 24px;
    }

    .section-wrap.clear.usp-section .section .grid-elements .grid-element .overlay .content > p {
        font-size: 16px;
    }

    .section-wrap.clear.product-split-section .section .products-split .product-container ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 20px;
    }

    .woocommerce ul.products li.product .custom-product-label, 
    .woocommerce-page ul.products li.product .custom-product-label {
        font-size: 12px;
    }

    .woocommerce ul.products li.product .button,
    .section-wrap.clear.product-split-section .section .products-split .product-container ul.products li.product a.button {
        font-size: 14px;
    }

    .section-wrap.clear.review-section .section .stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-heading {
        font-size: 20px;
    }

    .section-wrap.clear.review-section .section .stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-tekst .stom-anmeldelse-tekst-content > p {
        font-size: 16px;
    }

    .section-wrap.clear.review-section .section .stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-author {
        font-size: 16px;
    }

    .footer-setting-02 .footer-widget-area .section .footer-wrapper .preview-container .content > h3 {
        font-size: var(--h3);
    }

    #colophon.footer-setting-02 {
        font-size: 16px;
    }

    .footer-setting-02 .footer-widget-area .section .footer-wrapper .container {
        padding-right: calc(var(--gap-l) * 1);
    }

    .footer-setting-02 .footer-widget-area .section .footer-wrapper .preview-container {
        width: 400px;
    }

    body.woocommerce-shop #main-content #content {
        padding-inline: var(--gap-m);
    }
}


@media only screen and (max-width: 1440px) {
    :root body {
        /* Font sizes */
        --h1: 50px;
        --h2: 40px;
        --h3: 24px;
        --p: 16px;
    }

    .section-wrap.clear.usp-section .section .grid-elements .grid-element .overlay .content > h3 {
        font-size: var(--h3);
    }

    .section-wrap.clear.usp-section .section .grid-elements .grid-element .overlay .content > .heading {
        font-size: var(--h3);
    }

    .section-wrap.clear.usp-section .section .grid-elements .grid-element .overlay .content > p {
        font-size: var(--p);
    }

    div.quality > p:first-of-type {
        min-width: 75px;
        max-width: 75px;
    }

    .stom-slick-arrows .slick-arrow {
        width: 50px;
        height: 50px;
    }

    .stom-slick-arrows .slick-arrow .stom-custom-svg {
        font-size: 14px;
    }

    .section-wrap.clear.review-section .section .stom-anmeldelse-wrapper .stom-anmeldelse .rating .stom-custom-svg {
        font-size: 20px;
    }

    .footer-setting-02 .footer-widget-area .section .footer-wrapper .preview-container {
        width: 350px;
    }

    #colophon .copyright {
        font-size: 14px;
    }
}

/*
@media only screen and (max-width: 1400px) { 
    .woocommerce-page ul.products li.product {
        width: calc((100% - (60px * 1)) / 2) !important;
    }
}
    */


/****** BÆRBAR / MINDRE SKÆRME ******/

@media only screen and (max-width: 1240px) {
    :root body {
        /* Font sizes */
        --h1: 40px;
        --h2: 32px;
        --h3: 20px;
        --h4: 19px;
        --h5: 15px;
        --h6: 13px;
        --p: 15px;
        /* Gaps */
        --gap-l: 60px;
        --gap-m: 25px;
        --gap-s: 20px;
        /* Sidebar */
        --sidebar-width: 280px;
    }

    .section-wrap.clear.usp-section .section .grid-elements {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 50px;
    }

    .section-wrap.clear.review-section .section .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-wrap.clear.review-section .section .container .read-more {
        margin-top: var(--gap-m);
    }

    #colophon.footer-setting-02 {
        font-size: 14px;
    }

    #colophon .copyright ul {
        flex-direction: column;
        gap: 10px;
    }

    #colophon .copyright ul li a {
        text-decoration: none;
    }

    .section-wrap.clear.top-bar ul li {
        font-size: 14px;
    }

    body.woocommerce-shop #main-content #content {
        padding-inline: 0;
    }
}


@media only screen and (max-width: 1000px) {
    .stom-products-section .section .header {
        max-width: 100%;
        margin-bottom: var(--gap-m);
    }
}


/****** IPADS - VERTIKALT ******/

@media only screen and (max-width: 959px) {
     :root body {
        /* Grid columns */
        --grid-2-cols: 1;
        --grid-3-cols: 2;
        --grid-4-cols: 2;
        --grid-5-cols: 3;
        --grid-6-cols: 3;
        --grid-7-cols: 4;
        --grid-8-cols: 4;
        --grid-9-cols: 5;
        --grid-10-cols: 5;
        --grid-11-cols: 6;
        --grid-12-cols: 6;
    }
    /* Move this rule if you change the the grid columns */
    .last-on-mobile {
        order: 66;
    }

    .section-wrap.clear.review-section .section .stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-heading {
        font-size: var(--h3);
    }

    .section-wrap.clear.review-section .section .stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-tekst .stom-anmeldelse-tekst-content > p {
        font-size: var(--p);
    }

    .section-wrap.clear.review-section .section .stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-author {
        font-size: var(--p);
    }

    .footer-setting-02 .footer-widget-area .section .footer-wrapper {
        grid-template-columns: 1fr;
    }

    .footer-setting-02 .footer-widget-area .section .footer-wrapper .container {
        padding-right: 0;
    }

    .footer-setting-02 .footer-widget-area .section .footer-wrapper .preview-container {
        margin-top: var(--gap-l);
        margin-inline: auto;
    }

    .section-wrap.clear.product-split-section .section .products-split .product-container .product-split-link {
        display: block;
        float: none;
    }

    .section-wrap.clear.product-split-section .section .products-split .product-container.products-split__left .product-split-link,
    .section-wrap.clear.product-split-section .section .products-split .product-container.products-split__right .product-split-link {
        float: none;
        width: fit-content;
        margin-bottom: var(--gap-m);
    }

    .section-wrap.clear.product-split-section .section .products-split .product-container.product-container.products-split__left .stom-slick-arrows {
        float: left;
    }

    .section-wrap.clear.product-split-section .section .products-split .product-container {
        padding-inline: var(--gap-s);
    }

    #secondary .close-button {
        font-size: 1.25em;
    }
}

@media only screen and (max-width: 810px) {}


/****** MINDRE END IPADS VERTIKALT ******/

@media only screen and (max-width: 768px) {
    /*
    
    .woocommerce-page ul.products {
        margin: 0;
        justify-content: space-between;
    }

    
    .woocommerce-page ul.products li.product {
        margin: 0 !important;
        width: calc((100% - (20px * 1)) / 2) !important;
    }
        */
}

@media only screen and (max-width: 767px) {
     :root body {
        /* Font sizes */
        --h1: 24px;
        --h2: 24px;
        --h3: 20px;
        --h4: 18px;
        --h5: 14px;
        --h6: 12px;
        --p: 14px;
        /* Gaps */
        --gap-l: 50px;
        --gap-m: 20px;
        --gap-s: 15px;
        /* Outer margin */
        --content-margin: 0;
    }

    .site-branding #logo, 
    .style-header-02 .site-branding #logo {
        padding: 20px 0;
    }

    .stom-billede-sektion:not(.not-fullwidth) .stom-cols-6, 
    .stom-billede-sektion:not(.not-fullwidth) .stom-picture {
        width: 100%;
    }

    .stom-billede-sektion .stom-picture {
        padding-inline: var(--gap-s);
        margin-top: var(--gap-m);
    }

    .mere-tekst-wrapper > .mere-tekst p {
        font-size: var(--p);
    }

    .section-wrap.clear.product-split-section .section .products-split {
        grid-template-columns: 1fr;
    }

    .section-wrap.clear.product-split-section .section .products-split .product-container {
        padding: 40px var(--gap-s);
    }

    .section-wrap.clear.review-section {
        overflow: hidden;
    }

    .section-wrap.clear.review-section .section .stom-anmeldelse-wrapper .stom-anmeldelse.expanded {
        margin-bottom: var(--gap-l);
    }

    .section-wrap.clear.review-section .section .stom-anmeldelse-wrapper .slick-list {
        overflow: visible;
    }

    .single-product-fullwidth #primary .product_title {
        font-size: var(--h2);
    }
}

@media only screen and (max-width: 639px) {
     :root body {
        /* Grid columns */
        --grid-2-cols: 1;
        --grid-3-cols: 1;
        --grid-4-cols: 1;
        --grid-5-cols: 1;
        --grid-6-cols: 1;
        --grid-7-cols: 1;
        --grid-8-cols: 1;
        --grid-9-cols: 1;
        --grid-10-cols: 1;
        --grid-11-cols: 1;
        --grid-12-cols: 1;
    }

    .section-wrap.clear.usp-section .section .grid-elements {
        grid-template-columns: repeat(1, 1fr);
    }

    .section-wrap.clear.usp-section .section .grid-elements .grid-element .overlay > p:first-of-type img {
        max-width: 30px;
    }

    .section-wrap.clear.usp-section .section .grid-elements .grid-element .overlay .content {
        margin-top: 20px;
    }

    .footer-setting-02 .footer-widget-area .section .footer-wrapper .preview-container {
        width: 100%;
    }

    .footer-setting-02 .footer-widget-area .section {
        padding: 40px 0 20px;
    }

    .footer-setting-02 .footer-widget-area .section .footer-top-content .logo {
        margin-bottom: 30px;
    }

    .footer-setting-02 .footer-widget-area .section .footer-wrapper {
        margin-top: 30px;
    }

    /*
    .woocommerce-page ul.products li.product {
        width: 100% !important;
        margin: 0 15px 30px 0 !important;
    }
        */
}

@media only screen and (max-width: 479px) { 
    body.post-type-archive-product #main-content #content ul.products {
        display: block;
        margin-right: 0;
    }
    
    body.post-type-archive-product #main-content #content ul.products li.product {
        width: 100%;
    }
}


/****** MOBILER ******/

@media only screen and (max-width: 479px) {
      :root body {
        /* Font sizes */
        --h1: 24px;
    }

    div.quality > p:first-of-type {
        min-width: 45px;
        max-width: 45px;
    }

    .footer-setting-02 .footer-widget-area .section .footer-top-content p {
        font-size: 20px;
    }

    .site-branding #logo img {
        max-height: 40px;
    }

    .header-sticky-active.scrolled header .site-branding #logo img.logo-landscape,
    body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header .site-branding #logo img {
        max-height: 40px;
    }  

    #woo-icons {
        gap: 10px;
    }

    #secondary:not(.sidebar-setup-after-content) .custom-overflow-wrapper {
        width: 100%;
    }

    .stom-product-count-sorting-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media only screen and (max-width: 410px) {
    #colophon .copyright {
        font-size: 12px;
    }
    
    .footer-setting-02 .footer-widget-area .section .footer-wrapper .preview-container {
        padding: 30px 20px 35px;
    }

    .footer-setting-02 .footer-widget-area .section .footer-top-content p {
        font-size: 18px;
    }

    .footer-setting-02 .footer-widget-area .section .footer-wrapper .preview-container .content > h3 {
        font-size: 16px;
    }

    .woocommerce div.product form.cart .button.single_add_to_cart_button:not(.disabled) {
        min-width: auto;
    }

    .woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
        min-width: 70px;
    }
}

@media only screen and (max-width: 400px) { 
    .single-product-fullwidth #primary > .product section.related ul.products .slick-list {
        margin-left: 0;
        margin-right: 0;
    }
}