/* ORIENTATION SPECIFIC */

#container  {

    &.landscape {
        width: 1920px;
        height: 1080px;

        /* HEADLINES */

        & .headline {
            z-index: 100;
            position: absolute;
            text-transform: uppercase;
            font-size: 100px;
            font-weight: 700;
            line-height: 65px;

        }
    
        & .sub-headline {
            z-index: 100;
            position: absolute;
            font-family: var(--variable-font-extraLight);
            font-size: 22px;
            line-height: 24px;
            font-weight: 300;
            letter-spacing: -0.22px;

            &.narrow {
                width: 180px;
            }

            &.wide {
                width: 260px;
            }
        }
        
        /* TEXT */
        
        & .text {
            z-index: 200;
            position: absolute;
            text-transform: uppercase;

            &.name {
                font-size: 32px;
                font-style: normal;
                font-weight: 800;
                line-height: 28px;
                font-family: var(--variable-font-condensed-extraBold);
                letter-spacing: 0.6px; 
            }

            &.size {
                font-size: 20px;
                font-style: normal;
                font-weight: 800;
                line-height: 28px;
                letter-spacing: 0.4px;
                font-family: var(--variable-font-condensed-extraBold);
            }
         
            &.price {
                font-size: 39px;
                font-style: normal;
                font-weight: 700;
                line-height: 32px;
            }
    
            &.energy {
                font-family: var(--variable-font-condensed-extraLight);
                font-size: 39px;
                font-style: normal;
                font-weight: 300;
                line-height: 32px;
    
                & .energy-unit {
                    font-size: 0.6em;
                    margin-left: 1px;
                    text-transform: initial;
                }
            }     
        }

        /* COMBO PRODUCT */

        & .combo-product {

            z-index: 200;
            position: absolute;
            text-transform: uppercase;

            &.narrow {
                width: 280px;
            }

            &.ultra-narrow {
                width: 150px;
            }
        
            & .combo-name {
                font-size: 32px;
                font-style: normal;
                font-weight: 800;
                line-height: 28px;
                font-family: var(--variable-font-condensed-extraBold);
                letter-spacing: 0.6px;

                &.large {
                    font-size: 36px;
                    line-height: 32px;
                    letter-spacing: 0.72px;
                    margin-bottom: 9px;

                    &.condensed {
                        margin-bottom: 6px;
                    }
                }
            }
        
            & .pricing {
                display: flex;
                align-items: baseline;
                margin-top: 10px;

                &.condensed {
                    margin-top: 6px; 
                }
                
                & .price {
                    font-size: 39px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 32px;

                    & .small-text {
                        font-size: 0.7em;
                        text-transform: initial;
                    }
                }

                &.energy-large-gap {
                    & .energy {
                        margin-left: 17px;
                    }
                }
        
                & .energy {
                    font-family: var(--variable-font-condensed-extraLight);
                    font-size: 39px;
                    font-style: normal;
                    font-weight: 300;
                    line-height: 32px;
                    margin-left: 7px;
        
                    & .energy-unit {
                        font-size: 0.6em;
                        margin-left: 1px;
                        text-transform: initial;
                    }
                }
        
                &.energy-under {
                    flex-direction: column;
        
                    & .energy {
                        margin-left: 0px;
                        margin-top: 2px;
                    }
                }
            }
        
            & .combo-size {
                font-size: 22px;
                font-style: normal;
                font-weight: 700;
                line-height: 18px;
            }
        
            & .option {
        
                display: flex;
                margin-top: 2px;

                &.condensed {
                    margin-top: 0;

                    & .option-energy {
                        margin-left: 6px;
                    }
                }

                &.narrow {
                    width: 120px;
                }
        
                &.energy-under {
                    align-items: start;
                    flex-direction: column;

                    & .option-name {
                        line-height: 19px;
                    }

                    & .option-energy {
                        margin-left: 0;
                    }
                }
        
                & .option-name {
                    font-size: 22px;
                    font-style: normal;
                    font-weight: 800;
                    line-height: 22px;
                    letter-spacing: 0.88px;
                }
        
                & .option-energy {
                    font-size: 22px;
                    font-style: normal;
                    font-weight: 300;
                    line-height: 22px;
                    font-family: var(--variable-font-condensed-extraLight);
                    margin-left: 3px;
                    
        
                    & .energy-unit {
                        font-size: 0.7em;
                        margin-left: 2px;
                        text-transform: initial;
                    }
                }
            }
        }

        /* COMBO PRODUCT LIST */

        & .combo-product-list {
            z-index: 200;
            position: absolute;
            text-transform: uppercase;
        
            & .combo-name {
                font-size: 32px;
                font-style: normal;
                font-weight: 800;
                line-height: 28px;
                letter-spacing: 0.64px;
                font-family: var(--variable-font-condensed-extraBold);

                &.large {
                    font-size: 36px;
                    line-height: 32px;
                    letter-spacing: 0.72px;
                    margin-bottom: 9px;
                }

                &.ultra-condensed {
                    margin-bottom: 0px;
                }

                &.narrow {
                    width: 250px;
                }

                &.ultra-narrow {
                    width: 200px;
                }
            }
        
            & .pricing {
                display: flex;
                align-items: baseline;
                margin-top: 8px;

                &.condensed {
                    margin-top: 0;
                    margin-bottom: 5px;
                }

                &.ultra-condensed {
                    margin-top: 0;
                    margin-bottom: 0;
                }

                &.stacked {
                    flex-direction: column;
                    height: 100%;

                    & .combo-size {
                        height: 15px;
                    }
        
                    & .price, .energy {
                        text-align: left;
                        height: 35px;
                    }
                }

                &.half-stacked {
                    flex-direction: row;
                    height: 100%;
                    margin-top: 8px;
                    flex-wrap: wrap;
        
                    & .combo-size {
                        height: 21px;
                        flex: 1 0 100%;
                    }
        
                    & .price, .energy {
                        text-align: left;
                        height: 35px;
                    }
                }

                &.grid-1 {
                    display: grid;
                    grid-template-columns: min-content;

                    & .price {
                        text-align: left;
                        margin-right: 0;
                    }

                    &.gap-2 {
                        gap: 2px;
                    }

                    &.gap-5 {
                        gap: 5px;
                    }

                    &.gap-10 {
                        gap: 10px;
                    }
                }
        
                &.grid-2 {
                    display: grid;
                    grid-template-columns: min-content min-content;
                    gap: 0 10px;

                    & .price {
                        text-align: left;
                        margin-right: 0;
                    }

                    & .span-2 {
                        grid-column: 1 / span 2;
                    }

                    &.gap-5-5 {
                        gap: 5px;
                    }

                    &.gap-0-5 {
                        gap: 0 5px;
                    }

                    &.gap-10-10 {
                        gap: 10px;
                    }
                }

                &.grid-3 {
                    display: grid;
                    grid-template-columns: min-content min-content min-content;
                    gap: 0 10px;

                    & .combo-size {
                        min-width: 0;
                        white-space: nowrap;
                    }

                    & .price {
                        margin-right: 0;
                    }

                    &.gap-5-5 {
                        gap: 5px;
                    }

                    &.gap-0-5 {
                        gap: 0 5px;
                    }

                    &.gap-10-10 {
                        gap: 10px;
                    }
                }

                & .combo-size {
                    font-size: 22px;
                    font-style: normal;
                    font-weight: 800;
                    line-height: 19px;
                    letter-spacing: 0.88px;
                    min-width: 63px;

                    &.wider {
                        min-width: 70px;
                    }

                    &.short {
                        min-width: 49px; 
                    }
                }
                
                & .price {
                    font-size: 39px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 32px;
                    min-width: 63px;
                    text-align: right;
                    margin-right: 10px;

                    &.less-gap {
                        margin-right: 4px;
                    }
        
                    &.left {
                        text-align: left;
                        margin-right: 0;
                    }

                    &.wider {
                        min-width: 78px;
                    }
                }
        
                & .energy {
                    font-family: var(--variable-font-condensed-extraLight);
                    font-size: 39px;
                    font-style: normal;
                    font-weight: 300;
                    line-height: 32px;
                    min-width: 85px;
                    text-align: left;
        
                    &.right {
                        text-align: right;
                    }
        
                    & .energy-unit {
                        font-size: 0.6em;
                        text-transform: initial;
                    }
                }
            }
        }

        /* BOX */

        & .box-product {
            z-index: 200;
            position: absolute;
            text-transform: uppercase;

            &.narrow {
                width: 250px;
            }
        
            & .box-name {
                font-family: var(--variable-font-condensed-extraBold);
                font-size: 36px;
                line-height: 32px;
                letter-spacing: 0.36px;
                margin-bottom: 9px;
                font-weight: 800;
            }
        
            & .pricing {
                display: flex;
                align-items: baseline;
                position: relative;
                z-index: 100;
        
                & .price {
                    font-size: 39px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 32px;
                    min-width: 63px;
                    text-align: right;
                    margin-right: 10px;
                }

                &.price-left {
                    & .price {
                        text-align: left;
                        margin-right: 0;
                    }
                }

                &.price-wider {
                    & .price {
                        min-width: 78px;
                    }
                }

                &.energy-under {
                    flex-direction: column;
                    padding: 3px 0;
                }
        
                & .energy {
                    font-family: var(--variable-font-condensed-extraLight);
                    font-size: 39px;
                    font-style: normal;
                    font-weight: 300;
                    line-height: 32px;
                    min-width: 85px;
                    text-align: left;
        
                    & .energy-unit {
                        font-size: 0.6em;
                        text-transform: initial;
                    }
                }

                &.energy-right {
                    & .energy {
                        text-align: right;
                    }
                }
            }
        
            & .product-name {
                font-size: 22px;
                font-style: normal;
                font-weight: 700;
                line-height: 18px;
                letter-spacing: 0.66px;
                margin-bottom: 10px;
            }
        
            & .side-name {
                font-family: var(--variable-font-condensed-regular);
                font-size: 22px;
                font-style: normal;
                font-weight: 400;
                line-height: 18px;
                letter-spacing: 0.66px;
                margin-bottom: 9px;
                text-transform: initial;
            }
        }

        /* FEAST */

        & .feast-product {
            z-index: 200;
            position: absolute;
            text-transform: uppercase;

            &.narrow {
                width: 250px;
            }
        
            &.overlap {
                z-index: 250; 
            }

            &.more-overlap {
                z-index: 300; 
            }

            & .feast-name {
                font-family: var(--variable-font-condensed-extraBold);
                font-size: 36px;
                line-height: 32px;
                letter-spacing: 0.72px;
                margin-bottom: 9px;
                font-weight: 800;
            }
        
            & .pricing {
                display: flex;
                align-items: baseline;
        
                & .price {
                    font-size: 39px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 32px;
                    min-width: 63px;
                    text-align: right;
                    margin-right: 10px;
                }

                &.price-left {
                    & .price {
                        text-align: left;
                        margin-right: 0;
                    }
                }

                &.price-wider {
                    & .price {
                        min-width: 78px;
                    }
                }
        
                & .energy {
                    font-family: var(--variable-font-condensed-extraLight);
                    font-size: 39px;
                    font-style: normal;
                    font-weight: 300;
                    line-height: 32px;
                    min-width: 85px;
                    text-align: left;
        
                    & .energy-unit {
                        font-size: 0.6em;
                        text-transform: initial;
                    }
                }

                &.energy-right {
                    & .energy {
                        text-align: right;
                    }
                }
            }
        
            & .product-name {
                font-size: 22px;
                font-style: normal;
                font-weight: 700;
                line-height: 18px;
                letter-spacing: 0.66px;
                margin-bottom: 10px;
            }
        
            & .side-name {
                font-family: var(--variable-font-condensed-regular);
                font-size: 22px;
                font-style: normal;
                font-weight: 400;
                line-height: 18px;
                letter-spacing: 0.66px;
                margin-bottom: 9px;
                text-transform: initial;
            }
        }

        /* ADD ON SECTION */

        &  .add-on-section {
            position: absolute;
            z-index: 10;
            width: 100%;
                     
            & .add-on-list {
                position: absolute;
                z-index: 101;
                
                & .add-on-image {
        
                    position: absolute;
                    
                    & img {
                        width: 100%;
                   }
                }
        
                & .add-on-product {
        
                    position: absolute;
                    width: 100px;

                    &.wider {
                        width: 150px;
                    }

                    &.narrow {
                        width: 90px;
                    }
        
                    & .add-on-name {
                        font-size: 26px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 22px;
                        text-transform: uppercase;

                        &.small {
                            font-size: 22px;
                            line-height: 20px;
                            letter-spacing: 0.22px;
                        }

                        &.large {
                            font-size: 28px;
                            line-height: 25px;
                        }
                    }
        
                    & .add-on-price {
                        font-size: 27px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 26px;
                        display: flex;
                        align-items: baseline;
                        
                        & .plus-sign {
                            width: 18px;
                            display: inline-block;
                            height: 18px;
                            background-color: var(--variable-collection-KFC-red);
                            border-radius: 50%;
                            display: flex;
                            justify-content: center;
                            margin-right: 5px;
                            & img {
                                width: 12px;
                            }
                        }

                        & .small-text {
                            font-size: 20px;
                            font-style: normal;
                            font-weight: 700;
                            line-height: 27px;
                            margin-left: 4px;
                        }

                        &.large {
                            font-size: 39px;
                            line-height: 39.951px;

                            & .plus-sign {
                                & img {
                                    width: 12px;
                                }
                            }
                        }
                    }
        
                    & .add-on-energy {
                        font-family: var(--variable-font-condensed-extraLight);
                        font-size: 27px;
                        font-style: normal;
                        font-weight: 300;
                        line-height: 21.854px;
        
                        & .energy-unit {
                            font-size: 0.7em;
                        }

                        &.large {
                            font-size: 39px;
                            line-height: 26.634px;  
                        }
                    }
                }
            }
        }

        /* LEGAL LINES */
        
        & .legal-line {
            position: absolute;
            z-index: 150;
            font-family: var(--variable-font-condensed-light);
            width: 100%;


            &.one-third {
                width: 720px;
            }

            &.large {
                position: absolute;
                font-size: 33px;
                font-style: normal;
                font-weight: 300;
                line-height: 35px;
                letter-spacing: -1.65px;

                & .energy-unit{
                    font-size: 21px;
                    font-style: normal;
                    font-weight: 300;
                    line-height: 35px;
                    letter-spacing: 0.21px;
                }

            }

            &.small {
                font-size: 17px;
                font-style: normal;
                font-weight: 350;
                line-height: 18px;
                letter-spacing: 0.51px;
            }
    
            &.very-small {
                position: absolute;
                font-size: 12.5px;
                font-style: normal;
                font-weight: 350;
                line-height: 13px;
                letter-spacing: 0.087px;
            }
        }

        /* OTHERS */

        & .divider {

            position: absolute;

            &.dotted {
                height: 256px;
                border-width: 1px;
                border-left-style:dashed;
                border-color: #9A9A9A;
                z-index: 300;
            }
        }
    }
}