:root {

    /* Macbook Neo Colors */
    --color-1: #ddc6c6;
    /* Blush / pink */
    --color-2: #5e6a82;
    /* Indigo */
    --color-3: #c9cacc;
    /* Silver */
    --color-4: #d5d288;
    /* Citrus */

    /* Macbook Air Colors */
    --color-5: #d5d6d8;
    /* Silver */
    --color-6: #c8d6de;
    /* Sky Blue */
    --color-7: #535c69;
    /* Midnight */
    --color-8: #e0dad1;
    /* Starlight */

    /* Macbook Pro Colors */
    --color-9: #555356;
    /* Space Black */
    --color-10: #c2c3c5;
    /* Starlight */

    /* iPhone 17 Pro Colors */
    --color-11: #fb8d4a;
    /* Orange */
    --color-13: #d9d9d9;
    /* Natural Titanium */
    --color-12: #353946;
    /* Graphite */

    /* iPad 11 Colors */
    --color-14: #f9e471;
    /* Yellow */
    --color-15: #ec6b7f;
    /* Pink */

    /* AirPods Max Colors */
    --color-16: #494649;
    /* Space Gray */
    --color-17: #ece3d7;
    /* Silver */
    --color-18: #cec8e1;
    /* Purple */
    --color-19: #ffbb9a;
    /* Cream */
    --color-20: #6b7a84;
    /* Green */

}

*,
*::before,
*::after {
    padding: 0px;
    margin: 0px;
    outline: 0;
}

body {
    font-family: sans-serif;
    overflow-x: visible;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
    margin: 0;
    cursor: default;
}

.cl {
    font-size: 0;
    line-height: 0;
    clear: both;
    display: block;
    height: 0;
}

#helpnav,
#helpnav a {
    background: none !important;
    color: #000;
    z-index: 10 !important;
    position: relative;
}

/* ___ Apple ___ */

/* .bnp-terms {
    display: none;
}

.prod-bx-price {
    p {
        display: none !important;
    }
} */

/* .prod-bx h6 {
    display: none;
}
#studio-display .prod-bx h6 {
    display: block !important;
} */

/* ___ Apple ___ */

#apple {
    margin-top: -52px;
}

@media (max-width: 478px) {
    #apple {
        margin-top: 0;
    }
}


/* ___ Header ___ */
.promo_header {
    background: #f8f8f8;
    color: #000;
    font-family: "Gilroy", sans-serif;
    overflow: hidden;
    height: 663px;
}

.promo_header {
    position: relative;
}

.header_info {
    /* padding: 100px 0 0 30px; */
}

.header_info h1 {
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    line-height: normal;
    padding: 30px 0;
    /* margin-top: 70px; */
}

.promo_header p {
    font-size: 23px;
    text-align: center;
    color: #3d3d3d;
    padding: 30px 0 0 0;

    span {
        background: #fff;
        border-radius: 50px;
        padding: 15px;
    }


    @media (min-width: 992px) {
        /* position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px; */
    }
}


.header_img {
    padding: 20px 0;
    margin: auto;
}

@media (min-width: 992px) {
    .header_img {
        padding: 0;
        display: flex;
        /* margin-top: 60px; */
    }
}



/* ___ Products ___ */


.descr-more li:nth-child(n+5) {
    display: none;
}

.out-cont3 .cont {
    /* display: block !important; */
}

.cont .row-product-3 {
    /* margin: auto 55px !important; */
}

.cont .row-product-2,
.cont .row-product-3 {
    max-width: 362px;
    width: 100%;
    margin: auto;
    height: 573px;
    background: #f7f7f7;
    border-radius: 30px;
    position: relative;
    transition: all .3s ease-in-out;
}

.cont .row-product-2 {
    margin: auto 60px;
}


/* BGN TO EUR */
.cont .bgn-price .old-price:after,
.cont .bgn-price .price:after {
    right: -15px
}

.product-cont .row-product-2:hover,
.product-cont .row-product-3:hover {
    -webkit-box-shadow: 0px 10px 15px 4px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 10px 15px 4px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 10px 15px 4px rgba(0, 0, 0, 0.55);
}

/* product-cont row-product-2 */

.row-product-2 .display-specs,
.row-product-3 .display-specs {
    margin-top: -150px;
    display: flex;
    font-size: 13px;
}

.cont .colors {
    top: 0;
    z-index: 2;
    /* position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: auto; */
    max-width: 80%;
    width: 100%;
}

.cont .colors a {
    width: 25px;
    height: 25px;
    border: 2px solid #231f20;
    margin: 5px auto;
}

.cont .colors a.selected {
    border: 1px solid #fff;
}

div#promo-content {
    background-color: #fff;
}

.cont .title a,
.cont .title {
    line-height: normal;
    color: #231f20;
}

.cont .row-product-2 .title,
.cont .row-product-3 .title {
    font-weight: bold;
    font-size: 30px;
    line-height: normal !important;
    padding: 10px 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--font);
    top: 165px;
    width: 95%;
}

.out-cont2 .row-product-2 .title,
.out-cont2 .row-product-3 .title {
    top: 150px;
}

.out-cont2 .cont .descr-more {
    display: block;
    padding: 0 10px !important;
    /* top: 40px; */
    li {
        padding: 0 10px;
    }
}

.cont ul li::before {
    display: none;
}

.cont .descr-more {
    display: block;
    padding: 0;
    top: 50px;
}

.cont .img-cont .colors {
    right: -25%;
}

.cont ul li:before {
    top: 0;
}

.cont ul {
    font-size: 14px;
}

.cont .row-product-2 .btn_box,
.cont .row-product-3 .btn_box {
    margin-left: 20px;
    margin-right: 20px;
    position: absolute;
    max-width: 90%;
    width: 100%;
    bottom: 30px;
}

.cont .row-product-3 span.old-price,
.cont .row-product-2 span.old-price {
    font-size: 20px;
    color: #231f20;
    font-family: SF Pro Text, sans-serif;
    text-align: center;
}

.cont .row-product-2 span.price,
.cont .row-product-3 span.price {
    font-size: 30px;
    color: #000;
    font-family: SF Pro Text, sans-serif;
    text-align: center;
}

.cont a.here {
    background: transparent;
    color: #000;
    border: 2px solid #000;
    border-radius: 40px;
    text-transform: lowercase;
    font-size: 18px;
    padding: 5px 20px;
    font-family: var(--font);
    transition: all .3s ease-in-out;
    font-weight: bold;
    max-width: 171px;
    width: 100%;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.cont a.here:hover {
    letter-spacing: 2px;
    background: transparent;
}

@media (min-width: 992px) {
    .cont {
        display: flex;
        align-items: center;
        margin: auto;
        position: relative;
        justify-content: center;
    }
}

.out-cont {
    /* padding: 20px 0; */
    background: #fff;
}

.cont a.img img {
    height: 132px;
    max-width: 310px;
    width: 100%;
    /* height: 110px; */
    position: relative;
    object-fit: contain;
}

.cont ul li {
    font-family: "Gotham-Medium", sans-serif;
    line-height: normal;
    font-size: 19px;
    text-align: center;
    top: 10px;
}

.cont ul li::before {
    width: 5px;
    height: 5px;
    background-color: #000;
    margin: 5px 0;
    /* border-radius: 50px; */
}

.cont span.old-price {
    font-family: "Gotham-Medium", sans-serif;
    color: #b7b7b7;
}

.cont .old-price::before {
    color: #000;
}

.cont span.price {
    font-family: "Gotham-Medium", sans-serif;
    color: #000;
}

.cont span.currency {
    font-size: 18px;
}

.cont .title a,
.cont .title {
    line-height: 18px;
}


a.specs {
    color: #000;
    font-size: 13px;
}

@media (min-width: 992px) {

    #product-355613 .descr-more,
    #product-435084 .descr-more {
        top: 50px;
    }

    .out-cont1 .cont .descr-more,
    .out-cont4 .cont .descr-more {
        top: 50px;
    }
}

/* ___ Reviews ___ */
.promo_reviews {
    background: #fff;
    color: #000;
    font-family: "Gilroy", sans-serif;
    overflow: hidden;

    & img {
        max-width: fit-content;
        margin: auto;
    }

    & h4 {
        font-size: 30px;
        font-weight: bold;
        padding: 0 0 20px 0;
        line-height: normal;
    }

    & p {
        font-size: 22px;
        line-height: normal;
    }

}

/* Product Container */
.prod-bx {
    max-width: 1180px;
    width: 100%;
    min-height: 417px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
    margin: 30px auto 0 auto;
    border-radius: 15px;
    z-index: 2;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 0 0 20px 0;


    /* Cols */
    & .col-lg-6 {
        position: relative;
    }

    /* Product Image */
    & .col-lg-6 img {
        padding-top: 20px;
    }

    /* Title */
    & h2 {
        font-size: 45px;
        padding: 45px 0 0 0;
        font-weight: 600;
        line-height: normal;
    }

    /* Double Price Title */
    &#iphone-air h2 img {
        padding: 80px 0 0 0;
    }

    /* Description */
    & h6 {
        font-size: 18px;
        color: #3d3d3d;
        /* padding: 30px 0 0px 0; */
    }

    /* Price Box */
    & .prod-bx-price {
        padding-top: 50px;
    }

    /* Old Price */
    & .old-price {
        font-size: 22px;
        color: #3d3d3d;
    }

    /* Price */
    & .price {
        font-size: 40px;
        /* font-weight: bold; */
        line-height: normal;
        padding: 15px 0 5px 0;
    }

    /* Price Sup */
    & .price sup {
        font-size: 28px;
    }

    /* BNP Terms */
    & .bnp-terms {
        font-size: 22px;
        line-height: normal;
        padding: 30px 0 15px 0;
        border-radius: 20px;
        background: #fff;
        max-width: 321px;
        width: 100%;
        min-height: 114px;
        margin: 20px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 5px;

        .bnp-price {
            font-size: 32px;
            font-weight: bold;
            line-height: normal;
        }
    }

    /* See More button */
    & .see-more {
        font-size: 22px;
        border: 2px solid #000;
        border-radius: 20px;
        color: #000;
        text-decoration: none;

        max-width: 190px;
        width: 100%;
        height: 43px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px auto 0 auto;
        transition: all .3s ease-in-out;

        &:hover {
            transform: translateY(-2px);
            background-color: #000;
            color: #fff;
        }
    }

    /* Double Price See More button */
    &#iphone-air .see-more {
        margin: 0px auto 10px auto;
    }

    /* Energy */
    & .icon-energy {
        padding: 0 0 10px 0;
        position: absolute;
        right: 45px;
        bottom: 30px;
    }
}


#ipad-air {
    @media (min-width: 992px) {
        & .col-md-12 {
            text-align: left;
            left: 40px;
        }

        &.prod-bx {

            & h2:nth-of-type(2) {
                padding-top: 116px;
            }

            & h6 {
                padding: 0;
            }
        }

        & .prod-bx-price {
            padding-top: 0;
        }

        & .justify-content-center {
            justify-content: flex-start !important;
        }
    }
}

#iphone-16e {

    @media (min-width: 992px) {
        & h2 {
            padding: 60px 0 0 0;

            @media (min-width: 992px) {
                & img {
                    width: 70%;
                    max-width: 20%;
                }
            }
        }

        & a img {
            padding: 60px 0;
        }

        & .prod-bx-price {
            padding-top: 0;
        }

        & .col-1 a img {
            padding: 0;
        }
    }

    @media (max-width: 991px) {

        & h2 {
            & img {
                max-width: fit-content;
                width: 50%;
            }
        }
    }

}


#apple-watch-ultra-3.prod-bx {
    padding: 0;
}

#apple-watch-ultra-3 .prod-bx-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    white-space: nowrap;

    & .see-more {
        margin-left: 0;
        margin-right: 0;
    }
}

div#studio-display\ studio-display-1,
div#studio-display\ studio-display-2 {
    max-width: 578px;
    margin: 50px 0 40px 0;
}

@media (min-width: 992px) {
    div#studio-display\ studio-display-1 {
        float: right;
    }
}






/* Product Disclamer Container */
.prod-disc {
    max-width: 1180px;
    width: 100%;
    margin: auto;
    background-color: #231f20;
    color: #fff;
    font-family: Gilroy, sans-serif;
    line-height: normal;
    padding: 35px 0 20px 0;
    border-radius: 0 0 15px 15px;
    z-index: 1;
    margin-top: -15px;
    margin-bottom: 20px;
    justify-content: center;

    & p {
        font-size: 24px;

        span {
            font-size: 17px;
            line-height: normal;
        }
    }

}


@media (min-width: 992px) {
    .prod-img {
        padding-bottom: 20px;
    }
}

.cont .row-product-3 span.old-price,
.cont .row-product-2 span.old-price {
    top: 0 !important;
    font-size: 20px !important;
}


/* BNP */
.bnp {
    background: #fff;
    background-size: cover;

    & img {
        display: block;
        margin: auto;
        max-width: fit-content;
        width: 100%;
        height: auto;
    }
}


/* ___  Seperator & Footer ___ */
p.promo_footer,
a.promo_seperator {
    padding: 20px 0;
    text-align: center;
    font-family: "Gilroy", sans-serif;
    font-size: 35px;
    line-height: normal;
}

/* ___  Footer ___ */
p.promo_footer {
    background-color: transparent;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

/* Seperator */
a.promo_seperator {
    display: block;
    margin: auto;
    background-color: #231f20;
    text-decoration: none;
    color: #fff;
    font-weight: 600;

    max-width: 1180px;
    width: 100%;

    @media (min-width: 992px) {
        border-radius: 50px;
    }

    & span {
        color: #fff;
        text-decoration: underline;
    }
}

/* ___ Screen Size ___ */
@media (min-width: 1201px) and (max-width: 1400px) {

    /* .promo_header img, */
    .promo_reviews img {
        max-width: fit-content;
        height: auto;
        object-fit: contain;
    }

    .prod-bx .price {
        font-size: 36px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .prod-bx {
        & .see-more {
            font-size: 18px;
        }

        & h2 {
            font-size: 36px;
        }
    }

    .promo_header img,
    .promo_reviews img {
        max-width: fit-content;
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

@media(max-width:991px) {
    .color img {
        padding: 0 !important;
    }


    .out-cont1 .cont .row-product-2 .title,
    .out-cont1 .cont .row-product-3 .title {
        top: 120px !important;
    }

    .out-cont1 .cont .colors {
        top: 0 !important;
    }

    .cont .row-product-3 span.old-price,
    .cont .row-product-2 span.old-price {
        top: 0 !important;
        font-size: 20px !important;
    }

    .cont .row-product-3 {
        margin: auto !important;
    }

    .cont .row-product-2 {
        margin: auto !important;
    }

    .cont .row-product-2 .title,
    .cont .row-product-3 .title {
        max-width: 100%;
        width: 100%;
        top: 100px;
    }

    .out-cont2 .cont .row-product-2 .title {
        max-width: 100%;
        width: 40%;
        top: 100px;
    }

    .landing .cont h3 img {
        width: 100%;
    }

    .prod-bx {
        & h6 {
            padding: 10px 0 0px 0;
        }

        & .prod-bx-price {
            padding-top: 20px;
        }

        & .icon-energy {
            max-width: fit-content;
            width: 100%;
            position: relative;
            bottom: 0;
            left: 0;
        }

        &#iphone-air h2 img {
            max-width: fit-content;
            width: 50%;
        }
    }

    #apple-watch-ultra-3 .prod-bx-price {
        flex-direction: column;
    }

    .landing .cont .btn_box {
        height: auto;
    }

    .landing .cont .price {
        font-size: 30px;
    }

    .landing .cont .old-price {
        top: 20px;
    }

    .col-1,
    .col-2,
    .col-4,
    .col-5 {
        width: 100% !important;
    }

    .promo_header img,
    .promo_reviews img {
        max-width: fit-content;
        width: 100%;
        height: auto;
        object-fit: contain;
        padding: 10px 0;
    }

    .promo_header img {
        padding-bottom: 30px !important;
    }

    #studio-display .col-lg-6 {
        display: flex;
        justify-content: center;
    }

    .promo_header {
        height: auto;
        text-align: center;
    }

    .header_info {
        padding: 70px 0 0 0;
    }

    .cont .colors {
        top: -15px;
    }

    .header_info h1 {
        font-size: 28px;
        padding: 10px;
        margin: 0;
    }

    .header_info p {
        font-size: 18px;
        padding: 10px 0 20px 0;
    }

    .promo_reviews {
        text-align: center;
    }

    .promo_reviews h4 {
        font-size: 28px;
    }

    .promo_reviews p {
        font-size: 16px;

        span {
            font-size: 14px;
        }
    }

    a.promo_seperator,
    p.promo_footer {
        font-size: 25px;
        padding: 10px 5px;
    }
}

@media (max-width: 767px) {

    .cont a.img {
        padding: 20px 0 0 0;
    }

    .promo_header p {
        font-size: 13px;
        padding: 0 5px;
        line-height: normal;
    }


    #product-443737 {
        & a.img {
            padding: 20px 0 0 0;
        }

        & .title {
            top: 130px !important;
        }
    }

    .prod-bx {
        & h2 {
            font-size: 27px;
            line-height: normal;
            font-weight: bold;
        }

        & .price {
            font-size: 24px;
            font-weight: 600;

            & sup {
                font-size: 17px;
            }
        }

    }

    .header_info {
        padding: 70px 0 0 0;
    }

    p.promo_footer,
    a.promo_seperator {
        font-size: 26px;
    }

    .cont .img-cont .colors {
        right: 0;
        top: -15px;
        position: relative;
        display: flex;
        margin: auto;
    }

    .cont .row-product-2 .title,
    .cont .row-product-3 .title {
        top: 130px;
    }
}

@media (max-width: 478px) {
    .header_info {
        padding: 30px 5px 0 5px;
    }
}

/* Color Toggle */
.mac-active {
    display: block !important;
    animation: colorFadeIn 0.4s cubic-bezier(.25, .15, .83, .67) forwards;
}

@keyframes colorFadeIn {
    0% {
        opacity: 0;
        transform: scale(0.97);
        filter: blur(2px);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        filter: blur(0);
    }
}

.mac-inactive {
    display: none !important;
}

.color {
    border: 5px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s ease;
    margin: auto;
    width: 100%;
    max-width: 59px;
    aspect-ratio: 1/1;
    background-clip: padding-box;
}

.color.color-active {
    border-color: #fff;
}

.color-neo-blush {
    background-color: var(--color-1);
}

.color-neo-indigo {
    background-color: var(--color-2);
}

.color-neo-silver {
    background-color: var(--color-3);
}

.color-neo-citrus {
    background-color: var(--color-4);
}

.color-air-silver {
    background-color: var(--color-5);
}

.color-air-sky-blue {
    background-color: var(--color-6);
}

.color-air-midnight {
    background-color: var(--color-7);
}

.color-air-starlight {
    background-color: var(--color-8);
}

.color-pro-black {
    background-color: var(--color-9);
}

.color-pro-silver {
    background-color: var(--color-10);
}   

.color-iphone-orange {
    background-color: var(--color-11);
}

.color-iphone-natural {
    background-color: var(--color-12);
}

.color-iphone-graphite {
    background-color: var(--color-13);
}

.color-ipad-yellow {
    background-color: var(--color-14);
}

.color-ipad-pink {
    background-color: var(--color-15);
}

.color-airpods-black {
    background-color: var(--color-16);
}

.color-airpods-cream {
    background-color: var(--color-17);
}

.color-airpods-purple {
    background-color: var(--color-18);
}

.color-airpods-orange {
    background-color: var(--color-19);
}

.color-airpods-blue {
    background-color: var(--color-20);
}

/* Option Pills Layout */
.options-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    font-size: 16px;
    font-weight: 500;
}

.options-label {
    margin-right: 12px;
    color: #333;
}

.option-pill {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    padding: 6px 18px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 6px;
    transition: all 0.2s ease;
}

.option-pill:hover {
    border-color: #000;
}

.option-pill.active {
    background-color: #fff;
    border-color: #000;
    border-width: 2px;
    color: #000;
    box-shadow: 0 0 0 1px #000;
}

/* MacBook Pro Cards Equal Sizing */
#macbook-pro .prod-bx,
#iphone-17-pro .prod-bx {
    max-width: 578px;
    width: 100%;
    min-height: 839px;
    margin-top: 0;
    margin: 50px 0;
}

#macbook-pro .prod-img-box img,
#macbook-pro .prod-img {
    max-width: 430px;
    max-height: 263px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

#iphone-17-pro img {
    max-height: 399px;
    height: auto;
    max-width: fit-content;
    width: 100%;
}