﻿#Page > header {
    line-height: 150%
}

    #Page > header > h1 {
        padding: .5em 0;
        font-size: 150%;
        color:#e60;
    }

#Product {
    margin-bottom: 2em
}

    #Product > h1 {
        padding-bottom: 1em;
        font-size: 150%;
        color: #f60
    }

    #Product > div {
        display: inline-block;
        width: 18.8%;
        padding: .5%;
        margin: .1%;
        background-color: inherit;
        position: relative;
        overflow: hidden;
        transition: .4s;
        border-bottom: 3px solid #fff
    }

        #Product > div:hover {
            border-bottom: 3px solid #ff6a00;
            background-color: #ffe6d6
        }

            #Product > div:hover > div div {
                color: #00d8ff
            }

            #Product > div:hover > a img {
                transform: scale(1.1,1.1)
            }

        #Product > div a {
            color: #f00
        }

            #Product > div a:hover {
                color: #c06
            }

        #Product > div > h2 {
            font-size: 90%;
            padding: 0 .5em;
            overflow: hidden;
            margin: .3em 0;
            text-align: right
        }

        #Product > div > a {
            width: 100%;
            display: block;
            margin: auto;
            overflow: hidden;
            margin: auto
        }

            #Product > div > a img {
                width: 100%;
                display: block;
                transition: .4s;
                height:auto;
            }

        #Product > div > div {
            height: 5em
        }

            #Product > div > div > span {
                display: block;
                color: green
            }

            #Product > div > div > b {
                color: #f00;
                text-decoration: line-through
            }

            #Product > div > div > div {
                transition: .4s;
                position: absolute;
                bottom: 0;
                left: 0;
                color: #50b075;
                font-size: 300%;
                font-weight: 900;
                padding: .2em;
                text-align: center;
                cursor: pointer
            }

            #Product > div > div > i {
                position: absolute;
                top: 0;
                left: 0;
                padding: .1em .2em;
                background-color: #f00;
                color: #fff;
                font-style: normal;
                font-weight: 900;
                font-size: 80%
            }

#Intro > h2 {
    padding: .5em;
    font-size: 120%;
    background-color: #ffe6d6;
    color: #333
}

#Left {
    float: left;
    width: 30%;
    text-align: center;
    background-color: #ffe6d6;
    padding: 1%;
    margin-bottom: 2em
}

#IntroMenu {
    padding: 0;
    margin: 0
}

    #IntroMenu li {
        display: inline-block;
        width: 33.33%;
        text-align: center;
        list-style: none;
        transition: .4s;
        background-color: #ffe6d6
    }

        #IntroMenu li a {
            display: block;
            color: #333;
            padding: .2em 0;
            font-size: 90%
        }

#Grid {
    padding: 1em;
    margin-bottom: 4em
}

    #Grid > div > h3 {
        color: #5f9f5f;
        padding: .5em 0
    }

    #Grid ul, #Grid ol {
        list-style: inside
    }

#IntroMenu li a.active {
    background-color: #fff;
    color: #f60;
    font-weight: 700
}

@media only screen and (min-width:1px) and (max-width:1023px) {
    #Product {
        margin-bottom: 4em
    }

        #Product > h1 {
            text-align: center;
            font-size: 130%
        }

        #Product > div {
            float: none;
            width: 100%;
            padding: 2em 0;
            margin: 0;
            border: 0
        }

            #Product > div:hover {
                border: 0
            }

            #Product > div:nth-child(even) {
                background-color: #eee
            }

            #Product > div > a {
                float: right;
                width: 30%;
                margin-left: 2%
            }

            #Product > div > h2 {
                float: left;
                width: 68%;
                height: unset;
                margin: 0;
                padding: 0;
                font-size: 90%
            }

                #Product > div > h2 a {
                    color: #333
                }

            #Product > div > div {
                float: left;
                width: 68%;
                height: unset;
                margin: 0;
                padding: 0
            }

                #Product > div > div > i {
                    padding-left: 1em;
                    background-color: inherit;
                    color: #f00;
                    font-style: normal;
                    font-weight: 900;
                    font-size: 80%
                }

    #IntroMenu li {
        font-size: 70%;
        font-weight: 700
    }

    #Grid {
        font-size: 90%
    }
}

#Size {
    font-size: 120%;
    font-weight: bold;
}

    #Size > span {
        display: inline-block;
        margin-left: 5%;
    }

#sizeDropdown {
    font-size: 90%;
    border: 3px solid #fff;
}

    #sizeDropdown * {
        font-size: 90%;
        border: 3px solid #fff;
        box-shadow: none;
    }

#colorContainer {
    margin: 1em 0;
    display: flex;
    gap: 10px;
}

#originalPrice {
    color: #f00;
    text-decoration: line-through;
}

#discountInfo {
    color: #50b075;
    font-weight: bold;
}

#finalPrice {
    margin: 1em 0;
    color: #c06;
    font-weight: bold;
    font-size: 120%;
}

select {
    padding: 5px 10px;
    font-size: 16px;
}

#Add {
    display: inline-block;
    background-color: #1ec2d9;
    color: #fff;
    width: 30%;
    margin: 1em auto;
    padding: .5em 0;
    font-size: 120%;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
    transition: .4s;
    cursor: pointer
}

    #Add:hover {
        background-color: #83e692;
        color: #333
    }

.AddAnim1 {
    animation: Add1 .5s
}

.AddAnim2 {
    animation: Add2 .5s
}

@keyframes Add1 {
    from {
        transform: scale(1.2,1.2)
    }

    to {
        transform: scale(1,1)
    }
}

@keyframes Add2 {
    from {
        transform: scale(1.2,1.2)
    }

    to {
        transform: scale(1,1)
    }
}

#PicMag {
    width: 100%;
    height: auto;
    display: block
}

#magnifier-container {
    position: relative;
    margin-bottom: 1em
}

    #magnifier-container:hover > div {
        visibility: visible
    }

#magnifier {
    position: absolute;
    border: 1px solid #aaa;
    border-radius: 50%;
    cursor: none;
    width: 100px;
    height: 100px;
    visibility: hidden
}

#Light {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    padding: .2% 0
}

    #Light a {
        width: 24%;
        margin: 0 .5%;
        display: inline-block
    }

        #Light a > img {
            display: block;
            width: 100%;
            height: auto
        }

#Intro {
    clear: both
}

@media only screen and (min-width:1px) and (max-width:1023px) {
    body {
        padding-bottom: 8vh
    }

    #Left {
        float: none;
        width: 98%;
        padding: 1%
    }

    #Right {
        float: none;
        width: 98%;
        padding: 1%;
        margin-bottom: 2em;
        position: relative
    }

        #Right > h1 {
            font-size: 140%;
            text-align: right;
            color:#e60;
        }
        #Right p{font-size:80%; line-height:125%;}
        #Add {
            position: fixed;
            width: 50%;
            bottom: 0;
            right: 0;
            height: 6vh;
            padding: .5em 0;
            border-radius: 0;
            border-top: 5px solid #333;
            margin: 0;
            font-size: 100%
        }
    #finalPrice {
        position: fixed;
        width: 50%;
        bottom: 0;
        left: 0;
        height: 6vh;
        padding: .5em 0;
        background-color: #fff;
        text-align: center;
        border-top: 5px solid #333;
        margin: 0;
        font-size: 100%;
    }
    #Cost {
        position: fixed;
        width: 50%;
        bottom: 0;
        left: 0;
        height: 6vh;
        padding: .5em 0;
        background-color: #fff;
        text-align: center;
        border-top: 5px solid #333;
        margin: 0
    }

    #Discount {
        font-size: 80%;
        padding: 0;
        height: 3vh;
        margin: 0
    }

    #Price {
        font-size: 90%;
        padding: 0;
        height: 3vh;
        margin: 0
    }

    #Off {
        color: #f00;
        background-color: #fff;
        padding: 1px;
        font-size: 60%
    }

    #Call, #Whatsapp {
        display: none
    }

    .AddAnim1, .AddAnim2 {
        animation: none
    }
}


