
:root{
    --clr01: #666;
    --clr02: #cf9f5d;
    --clr03: #000;
    --clr04: #000; 

    --hclr: var(--clr01, inherit);

    --rgb01: 0, 41, 107;
    --rgb02: 0, 101, 145;
    
    
    --lblfont: var(--ft-t2, inherit);
    --selectionbg: var(--clr02);
    --btnft: var(--ft-t2);
    --btntxttrans: inherit;
    --body-lineheight: 1.5;
    --subttlsize: 110%; 
    --subttlfamily: var(--ft-t2);
    --subttl: 0;

    --secttlmarg: 0 0 45px;

    --swiper-scrollbar-drag-bg-color: #aaa;
}
a.btn,
button.btn{ 
    
    --btnbgclr: var(--clr01, #000);
    --btnbgclrhov: var(--clr02);
    --btnborderclr: var(--btnbgclr);
    --btnborderclrhov: var(--btnbgclrhov);
    --btnclr: var(--clr01x, #fff);
    --btnclrhov: var(--clr02x, #fff);
    --btnpad: 15px 15px;
    --btn-minwidth: 150px;
    --btnborderrad: 3px;
    --btnfontsize: 100%;
    --btnfont: var(--ft-t1);
}
body.dark-theme {
    --body-bgclr: var(--clr02); 
}
body.dark-theme a[theme].active .bg-mask {
    -webkit-mask-image: url(../../management.file/img/theme-dark.png) !important;
    mask-image: url(../../management.file/img/theme-dark.png) !important;
}

body.dark-theme .tab:after {
    background-color: #ccc;
}
body.dark-theme [mn="300"] .infobx .ttl, 
body.dark-theme [mn="300"] .infobx .price {
    color: var(--clr02)
} 
body.dark-theme [mn="101"] .title {
    color: #ccc
}
body.dark-theme [mn="101"] .subttl {
    color: var(--clr01)
}
body.dark-theme [mn="103"] .title {
    color: #ccc
}
body.dark-theme [mn="103"] .subttl {
    color: var(--clr01)
}

body.dark-theme [mn="footer"] .taste a.btn {
    background-color: transparent;
    border: 2px solid var(--clr01x, #ccc); 
}
body.dark-theme [mn="footer"] .taste a.btn:hover {
    background-color: var(--clr01x, #ccc);
    color: var(--clr02)
}
._btmsubttl {
    color: var(--clr03);
    font-weight: bold;
}
._topsubttl {
    margin: 0;
    color: var(--secttlclr); 
    font-weight: bold;
}
@media (max-width: 767px) {
    /* .container:not(.natur) {
        max-width: calc(100% - 30px);
    } */
} 

@media (min-width: 767px) {
    /* :root {
        --h4: calc(48 / 16 * 100%)
    } */
}
section {
    --secttlclr: var(--clr01);
}
.btn.f i { 
    margin: 0 6px 0 0;
}
.btn.f > * {
    display: inline-flex;
    vertical-align: middle;
} 

/* ============== */

.licht h4 {
    font-size: calc(36 / 16 * 100%)
} 
/* .ttldecor-btm:after {
    position: relative;
    display: inline-block;
    content: '';
    width: 1px;
    height: 35px;
    background-color: var(--clr01x, #999);
    margin: -3px auto 0px;
    rotate: -45deg;
} */
:is(._ittl, ._secttlbx) .ttldecor-btm ~ * {
    margin-top: 0!important;
}



li::marker {
    color: var(--clr01)
  }

.med {
    text-align: center;
    gap: 12px;
}

.med .scon {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff; 
    background-color: transparent;
    transition: .4s all ease;
    line-height: 0;
}

.med .scon:nth-child(1) {
    margin: 0 0 0 0;
}

.med .scon:hover {
    background-color: #fff;
}

.med .bimgw {
    padding: 6px;
}

.med .bimg {
    background-color: #fff;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    width: 100%;
    height: 100%;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    background-position: 0;
    --mkclr: #fff;
}

.med .scon:hover .bimg {
    background-color: var(--clr01);
    --mkclr: #fff;
}

.med .scon {
    max-width: 35px;
    width: 35px;
    display: inline-table;
}

.lichtVideo.licht .contm{
    width: 900px;
    background-color: transparent;
}
.lichtVideo.licht .contbx > .contbx-w{
    padding: 0px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-weight: unset !important;
}

._ittl :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
    margin: 0 0 9px; 
} 

.lichtVideo {
    line-height: 0;
}

b, strong {
    font-family: var(--ft-t2);
    font-weight: initial;
}
a:not(:hover){
    text-decoration: none;
}

.chkbx{

    --div-l: 21px;
    line-height: 1.1;

    input{
        padding: 0 !important;
        background-color: transparent !important;
        cursor: pointer;
    }

    .chk-l{
        flex: 0 0 var(--div-l);
        max-width: var(--div-l);
        padding: 2px 0 0;
    }

    .chk-r{
        flex: 0 0 calc(100% - var(--div-l));
        max-width: calc(100% - var(--div-l)); 
        padding-left: 6px;
    }

    label{
        font-family: inherit;
        margin: 0;
        cursor: pointer;
    }
}

.btn.btn_different_billing{
    --btnbgclr: var(--clr01x, transparent);
    --btnbgclrhov: var(--clr02);
    --btnborderclr: var(--btnbgclrx, #000);
    --btnborderclrhov: var(--btnbgclrhov);
    --btnclr: var(--clr01x, #000);
    --btnclrhov: var(--clr02x, #fff);
    justify-content: flex-start;
    gap: 12px;

    padding: 9px;
    width: 100%;

    & > *:nth-child(1){
        aspect-ratio: 1;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #000;
        transition: .4s border-color ease;

        i {
            margin: 0;
        }
    }
    & > *:nth-child(2){

    }

    &:hover{
        & > *:nth-child(1){
        border: 2px solid #fff;
        }
    }
}

.showcasebx{
    flex-direction: column;
    text-align: center;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    line-height: 1.1;


    .top{
        padding: 0 0 30px;

        & > * ~ * {
            margin-top: 6px;
        }

        .infobx{
            & > * ~ * {
                margin-top: 6px;
            }
        }

        .viewbx{
            text-align: left;
            color: #999;
            font-size: 80%;
        }

        .volume{
            font-size: 90%;
            color: #999;
        }
        .bimgbx{
            line-height: 0;
            padding: 15px;
        }
    }
    .btm{
        margin-top: auto;

        & > * ~ * {
            margin-top: 6px;
        }

        .price{
            font-size: 120%;
        }
    }
}

.paginationbx{ 
    line-height: 1;

    a{
        padding: 6px;
        text-decoration: none;
        border-radius: 3px;

        &.active{
            background-color: #000;
            color: #fff;
        }
        &:not(.active):hover{
            background-color: #ddd;
            color: #000;
        }
    }

    .paginationw{
        gap: 3px
    }

    .pagelist{
        .page-{
            display: inline-flex;
        }
    }

}

.sectiontitle {
    font-size: 120%;
    text-decoration: underline;
    text-underline-offset: 9px;
    margin: 0 0 30px;
}

.btn_close_filterbx{
    position: absolute;
    top: 15px;
    right: 15px;
    aspect-ratio: 1;
    width: 30px;
    border: 0;
    background-color: rgb(164, 0, 0);
    color: #fff;
    border-radius: 3px;
    padding: 0;
    font-size: 120%;

    &:hover{
        background-color: red;
        color: #fff;
    }
}
 

.filterbx{
    position: fixed;
    z-index: 100;
    width: 1200px !important;
    max-width: calc(100% - 30px); 
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 15px;

    &:not(.active){
        display: none;
    }

    .filterw-{
        overflow: clip;
        overflow-y: auto;
        max-height: calc(100svh - 60px); 

        .filterw{
            padding: 21px;

            & > * ~ * {
                margin-top: 15px;
                padding-top: 15px;
                border-top: 1px solid #ccc;
            }
        }
    }

    .categorylistbx{
        --listset-count: 4;

        @media(width<=767px){
            --listset-count: 2;
        }

        .title{
            font-size: 120%;
            margin: 0 0 15px;
            line-height: 1;
        }

        .count{
            font-size: 80%;
            color: #999;
        }
    }

    .categorylistbx:has(.taste){

        

        &.active{
            .btn_more{
                display: none;
            }
        }
        &:not(.active){
            .btn_less{
                display: none;
            }

            .categorybx:nth-child(8) ~ *{
                display: none;
            }
        }
    }

    .taste{
        margin-top: 15px;

        .btn_more,
        .btn_less{
            cursor: pointer;
        }
    }
    

    input, textarea {
        margin: 0;
    }  
}