.footer-global {
    margin-top: 0 !important;
}

.content-wrapper>.container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}

.static-page-main {
    display: block;
    width: 100%;
    margin-top: 0;
    margin: 0;
    padding: 0;
    background: #fff;
}

.no-scroll {
    overflow-y: hidden !important;
}

.static-page-main *,
.static-page-main *:before,
.static-page-main *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.static-page-main * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
}

.static-page-main {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #000;
    background-color: #fff;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.static-page-main h1,
.static-page-main h2 {
    margin: 0;
}

.static-page-main h1 {

    font-size: 48px !important;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: 0.3px;
    text-align: left;
    color: #484848;
    padding-top: 56px;
}

.static-page-main a {
    text-decoration: none;
}

.static-page-main button {
    outline: none;
    border: 0;
}

.static-page-main ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.static-page-main .nav {
    display: flex;
    position: relative;
    padding: 32px 16px;
    margin: -8px -16px 0;
}

.static-page-main .nav:after {
    content: "";
    padding-right: 16px;
}

.static-page-main .nav a {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.28px;
    text-align: center;
    color: #484848;
    border-radius: 8px;
    box-shadow: 0 8px 32px 0 #eee;
    background-color: #fff;
    flex: 0 0 157px;
    height: 126px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 32px;
    -webkit-transition: transform 250ms ease;
    transition: transform 250ms ease;
}

.static-page-main .nav a:not(.active):hover {
    box-shadow: 0 4px 16px 0 #eee;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.static-page-main .nav a+a {
    margin-left: 16px;
}

.static-page-main .nav a svg {
    margin-top: 8px;
}

.static-page-main .nav a svg path {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

/*.static-page-main .nav a.active {
    color: #fff;
    background-color: #484848;
    cursor: default;
    pointer-events: none;
    position: relative;
    z-index: 1;
}

.static-page-main .nav a.active svg path {
    fill: #fff;
}*/

.static-page-main .header.sticky {
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    position: fixed;
    top: -52px;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
}

.static-page-main .header.sticky a {


    font-size: 16px;
    font-weight: normal;
    line-height: 52px;
    letter-spacing: -0.32px;
    color: #525252;
    -webkit-transition: color 250ms ease;
    transition: color 250ms ease;
}


/*.static-page-main .header.sticky a.active {
    font-weight: 600;
    color: #ff6000;
    cursor: default;
    pointer-events: none;
    position: relative;
    height: 100%;
}

.static-page-main .header.sticky a.active:after {
    content: "";
    display: block;
    background-color: #ff6000;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}*/

.static-page-main .hero {
    text-align: center;
    border-top: solid 1px #e5e5e5;
    background-color: #f5f5f5;
    padding: 24px 0 16px;
}

.static-page-main .logo img {
    max-width: 37px;
    width: 100%;
    margin: 0 auto;
}

.static-page-main img[src*="1072x325"] {
    display: block !important;
}

.static-page-main img[src*="341x278"] {
    display: none !important;
}

.static-page-main .owl-carousel {
    border-radius: 8px;
    box-shadow: 0 6px 26px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    max-width: 1088px;
    width: 100%;
    max-height: 341px;
    padding: 8px;
    margin: 24px auto 0;
}

.static-page-main .owl-carousel .owl-stage-outer {
    background-color: transparent;
}

.static-page-main .owl-carousel img {
    height: 325px;
    border-radius: 8px;
}

.static-page-main .owl-carousel:hover .owl-nav {
    opacity: 1;
}

.static-page-main .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 8px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.static-page-main .owl-carousel .owl-nav button[class*=owl-] {
    width: 64px;
    height: 64px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    pointer-events: all;
}

.static-page-main .owl-carousel .owl-nav button.owl-next {
    background-image: url(https://images.hepsiburada.net/assets/gif/hepsiburada/apple_store/assets/img/home/right@2x.png) !important;
}

.static-page-main .owl-carousel .owl-nav button.owl-prev {
    background-image: url(https://images.hepsiburada.net/assets/gif/hepsiburada/apple_store/assets/img/home/left@2x.png) !important;
}

.static-page-main .owl-carousel+.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}

.static-page-main .owl-carousel+.owl-dots .owl-dot+.owl-dot {
    margin-left: 4px;
}

.static-page-main .owl-carousel+.owl-dots .owl-dot {
    border: solid 2px #f5f5f5;
    border-radius: 10px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    width: 56px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.static-page-main .owl-carousel+.owl-dots .owl-dot.active {
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    border-color: #fff;
    background-color: #fff;
}

.static-page-main .owl-carousel+.owl-dots .owl-dot img {
    width: 56px;
    height: 40px;
    border-radius: 8px;
    background-color: #484848;
    display: block;
}

.static-page-main .container {
    max-width: calc(1200px + 32px);
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}

.static-page-main .btn-group {
    display: flex;
    margin-top: 8px;
}

.static-page-main .btn {

    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -0.28px;
    text-align: center;
    color: #484848;
    border-radius: 8px;
    border: solid 2px #ccc;
    background-color: #fff;
    display: inline-block;
    padding: 8px 16px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.static-page-main .btn.small {
    font-size: 12px;
    line-height: 30px;
    letter-spacing: -0.24px;
    padding: 0 8px;
    height: 32px;
}

.static-page-main .btn+.btn {
    margin-left: 4px;
}

.static-page-main .btn:hover {
    color: #ff6000;
}

.static-page-main .product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-top: 30px;
    padding-bottom: 118px;
}

.static-page-main .product {
    border-radius: 8px;
    border: solid 1px #e5e5e5;
    background-color: #fff;
    width: calc(50% - 20px);
    min-height: 290px;
    display: flex;
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.static-page-main .product.large {
    min-height: 468px;
    cursor: pointer;
}

.static-page-main .product-info {
    max-width: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 32px 24px 32px 32px;
}

.static-page-main .product.large .product-info {
    justify-content: flex-start;
    padding: 48px;
    position: relative;
    z-index: 1;
}

.static-page-main .product.new .product-info:before {
    content: "Yeni";
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.06px;
    color: #fff;
    border-radius: 12px;
    background-image: linear-gradient(to right, #ff6000, #f28b00);
    display: inline-block;
    padding: 4px 8px;
    position: absolute;
    top: 32px;
}

.static-page-main .product-title {

    font-size: 38px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.41px;
    color: #484848;
    display: flex;
    align-items: center;
}

.static-page-main .product:not(.large) .product-title {
    min-height: 114px;
}

.static-page-main .product-title+.btn {
    margin-top: 16px;
}

.static-page-main .product-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 290px;
    width: 100%;
    -webkit-transition: transform 500ms ease;
    transition: transform 500ms ease;
}

.static-page-main .product.large .product-image {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 100%;
}

.static-page-main .product:hover .product-image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.static-page-main .product-capacity p {

    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: -0.32px;
    color: #646464;
    margin: 0;
}

.static-page-main .product-capacity-mb {
    display: none;
}

.static-page-main .lightbox {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.static-page-main .lightbox .content {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    background-color: #fff;
    padding: 32px 24px 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.static-page-main .lightbox .content.slideUp {
    -webkit-animation: slideUp 500ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
    animation: slideUp 500ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

@-webkit-keyframes slideUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.static-page-main .lightbox .content.slideDown {
    -webkit-animation: slideDown 500ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
    animation: slideDown 500ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

@-webkit-keyframes slideDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes slideDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.static-page-main .lightbox .content:before {
    content: "";
    width: 64px;
    height: 6px;
    border-radius: 4px;
    background-color: #eeeeee;
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    margin: auto;
}

.static-page-main .lightbox p {

    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.33px;
    color: #484848;
    margin-top: 16px;
}

.static-page-main .lightbox ul {
    margin-top: 16px;
}

.static-page-main .lightbox ul li a {

    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.32px;
    color: #484848;
    display: block;
    padding: 12px 48px 12px 0;
}

@media(max-width: 1199.98px) {
    .static-page-main .nav {
        overflow-x: scroll;
    }
}

@media (max-width: 640px) {

    .static-page-main img[src*="1072x325"] {
        display: none !important;
    }

    .static-page-main img[src*="341x278"] {
        display: block !important;
    }

    .static-page-main .header.sticky.show {
        top: 0;
    }

    .static-page-main h1 {
        font-size: 28px !important;
        line-height: 42px;
        letter-spacing: 0.33px;
        padding-top: 24px;
    }

    /*.static-page-main .nav {
        margin: -16px -16px -8px;
    }

    .static-page-main .nav a {
        flex: 0 0 120px;
        height: 120px;
        padding: 20px;
    }*/

    .static-page-main #nav {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 99;
        width: calc(100% + 32px);
        margin: 0 -16px;
        padding: 0 16px;
        box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.08);
    }

    .static-page-main .nav {
        display: none !important;
    }

    .static-page-main .header.sticky {
        box-shadow: none;
        display: flex !important;
        padding: 0;
        margin: 16px 0;
        position: relative;
        top: 0;

    }

    .static-page-main .btn {
        font-size: 12px;
        line-height: 30px;
        letter-spacing: -0.24px;
        padding: 0 8px;
        height: 32px;
    }

    .static-page-main .product-list {
        margin: 0 -10px;
        padding-top: 0;
        padding-bottom: 54px;
    }

    .static-page-main .product {
        width: 100%;
        min-height: 170px !important;
    }

    .static-page-main .product-info {
        padding: 16px 8px 16px 24px !important;
    }

    .static-page-main .product.large .product-info {
        justify-content: center;
    }

    .static-page-main .product.new .product-info:before {
        top: 16px;
    }

    .static-page-main .product-title {
        font-size: 22px;
        line-height: 24px;
        letter-spacing: -0.17px;
    }

    .static-page-main .product-title img {
        max-width: 50%;
    }

    .static-page-main .product:not(.large) .product-title {
        min-height: inherit;
        margin-bottom: 10px;
    }

    .static-page-main .product-image {
        background-position: right center;
    }

    .static-page-main .product-capacity {
        display: none;
    }

    .static-page-main .product-capacity-mb {
        display: block;
    }
}

@media (max-width: 767.98px) {

    .static-page-main .hero .container {
        padding: 0;
    }

    .static-page-main .owl-carousel {
        box-shadow: none;
        background-color: transparent;
        padding: 0;
        border-radius: 0;
    }

    .static-page-main .owl-carousel+.owl-dots {
        display: none;
    }

    .static-page-main .owl-carousel .owl-item img {
        height: auto;
        border-radius: 8px;
        border: solid 1px #e5e5e5;
    }
}