.headerbanner .text .btn-secondary {
    color: #fff;
    border-color: #fff;
    width: fit-content;
}

.headerbannerholder:after {
    background-size: cover;
    z-index: 9;
    background-position: center center;
    width: 100%;
    height: 70px;
    content: "";
    position: absolute;
    top: calc(100% - 69px);
}

.headerbannerholder {
    max-height: none;
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
    height: 1080px;
}

.videohold {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 450px;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(201, 155, 255, 0.32) 0%, rgba(201, 155, 255, 0.32) 100%);
}

.headerbanner .text p {
    font-weight: 400;
    color: #fff;
    font-size: 15px
}

.headerbanner .text .opsomming ul {
    padding: 0;
    margin: 0
}

.headerbanner .text .opsomming ul li {
    background: #009dda;
    line-height: 50px;
    border-bottom: 1px solid #3d83b1;
    font-weight: 600;
    font-size: 15px
}

.headerbanner .btn-text {
    color: #fff;
    border: none;
    align-items: center;
    display: flex;
    gap: 8px;
}

.headerbanner .btn-text:hover {
    color: var(--text-white);
}

.headerbanner .productsingle>.images {
    margin: 0px 0 65px;
    width: 100%;
    transform: translate3d(0%,0,0);
}

.headerbanner .productsingle>.images img {
    width: 120%;
    max-width: none;
}

.headerbanner .btn-text svg {
    width: 8px;
    fill: var(--text-white);
}

.navig {
    display: flex;
    gap: 8px;
    justify-content: end;
    margin-top: auto;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    z-index: 9999999;
}

.navig>div {
    display: flex;
    padding: 4px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    cursor: pointer;
    opacity: 0.4;
    font-size: 20px;
}

.balloons {
    width: 290px;
    position: relative;
    left: 0;
    justify-content: space-between;
    left: 46%;
    align-items: center;
    transform: rotate(-26deg);
    height: 40px;
}

.balloons>div {
    border-radius: 64px;
    background: #FFF;
    width: fit-content;
    display: flex;
    transform: rotate(-2deg);
    padding: 0px 16px;
    align-items: center;
    gap: 10px;
    font-family: "Brother 1816";
    font-size: 24px;
    font-style: normal;
    line-height: 1.3;
    font-weight: 900;
    color: var(--main-brand-blue-2);
    transform: scale(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.balloons>div svg {
    position: absolute;
    top: 70%;
    left: 0;
}

.balloons>div.visible {
    animation: popIn1 1s ease forwards;
}

.balloons>div:nth-child(2).visible {
    transform: rotate(335deg) translate3d(0,40px,0);
    align-self: start;
    animation: popIn2 2s ease forwards;
    left: 40%;
    position: relative;
    bottom: 11px;
}

.balloons>div:nth-child(2) svg {
    left: 0%;
    ;}

.navig>div.active {
    opacity: 1;
}

.videohold>video,.videohold>div {
    order: 1;
    position: relative;
    width: 100%
}

.videohold img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.videohold video {
    height: 100%;
    object-fit: cover;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.headerbanner .productholder .productsingle:after {
    height: 1000px;
}

.headerbanner .productsview, .headerbanner .productsview>div, .headerbanner .productsview>div>div {
    order: 3;
    height: 100%;
}

.headerbanner .productsview .checkall {
    display: none;
}

.headerbanner .productholder {
    position: relative;
    z-index: 999;
    opacity: 1;
    transition: opacity 1s ease;
    height: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: start;
    padding: 0px 30px 30px;
}

.headerbanner .text .logcont .content {
    max-width: 250px;
    margin: 0 auto
}

.headerbanner .text h1 {
    margin: 20px 0;
    text-align: center;
    font-size: 36px;
    /* font-weight: 900; */
    letter-spacing: 0px;
    color: var(--text-white);
    line-height: 1.25;
}

.headerbanner {
    display: flex;
    flex-direction: column;
    z-index: 99;
    overflow: visible;
    height: 1080px;
    position: relative;
    overflow: hidden;
}

.headerbanner .btnbar {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
}

.headerbanner .text.withtag .btnbar {
}

.headerbanner .text {
    order: 2;
    margin: 0px 0 30px;
    z-index: 20;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 9999;
    padding: 20px;
    min-height: 470px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.headerbanner .text h1 span {
    color: var(--main-brand-blue-1);
    opacity: 1;
    display: block;
    font-size: 122%;
}

.headerbanner .text>div>.logo {
    display: none
}

.headerbanner .text .logcont {
    position: relative;
    width: 100%;
    z-index: 99999999;
    padding: 0 10%
}

.headerbanner .btn {
    width: fit-content;
    flex: 0;
    font-size: 14px;
    position: relative;
    z-index: 9999999;
}

.headerbanner .text .logcont .logo {
    max-width: 80%;
    opacity: 1;
    margin: 0 auto;
    animation: fadeout 2s ease;
    animation-fill-mode: forwards;
    animation-delay: 2s
}

.front .headerbanner .text .btn-secondary {
    display: none;
}

.headerbanner .productholder .productsingle:after {
    top: -8%;
    width: 120%;
    height: 103%;
    transform: rotate(356deg) translate3d(-50%, 0, 0px);
    background: inherit;
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
}

.headerbanner .productholder {
    padding-top: 20px;
    padding-bottom: 60px;
}

.headerbanner .productholder .productsingle {
    transition: background-color 0.4s ease, opacity 0.4s ease;
    display: none;
    background: var(--color2);
    width: 75%;
}

.headerbanner .productholder .productsingle.active {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
}

.headerbannerholder.cl2 {
    background: var(--main-brand-orange);
    z-index: 9;
}

.headerbanner .btn-text {
    padding-right: 0;
    padding-left: 0;
}

.headerbannerholder.cl2 h1 {
    font-size: 53px;
}

.headerbannerholder.cl2 .headerbanner {
    height: auto;
}

.headerbannerholder.cl2 .videohold {
    width: 100%;
    right: 0;
    height: 100%;
}

.headerbannerholder.cl2 .text {
    margin: 0;
    width: 100%;
    padding: 50px 50px 50px 50px;
}

.headerbannerholder .absasset {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 99999;
    height: auto !important;
    !i;!;!important;}

.headerbannerholder .absasset .headerbannerholder.cl2 .text h1 {
    font-size: 32px;
    text-align: left;
}

.headerbannerholder.cl2 #discount_code {
    margin: auto;
    min-width: 100%;
}

.headerbannerholder.cl2 #discount_code h3 {
    background: #fff;
    margin: 0;
    padding: 14px 52px;
    margin-top: 1rem;
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    border-radius: 1rem;
    width: 100%;
    color: var(--main-brand-blue-1);
    line-height: 1;
}

.headerbannerholder.cl2 .text:after {
    background: var(--main-brand-orange);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
}

.headerbanner .productholder .productsingle .images>div {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.headerbanner .productholder .productsingle .images>div.active {
    position: initial;
    opacity: 1;
    visibility: visible;
}

.headerbanner .productholder .productsingle .images .imghold {
    height: 100vw;
    max-height: 400px;
    width: 100%;
    transition: opacity 0.4s ease;
}

.headerbanner .productholder .productsingle .images .imghold a {
    display: block;
    width: 100%;
    height: 100%;
}

.headerbanner .productholder .productsingle .images .imghold picture {
    position: absolute;
    z-index: 9999;
}

.headerbanner .productholder .productsingle .images .imghold picture:nth-child(1) {
    transform: translate3d(-35%,0%,0) rotate(-4deg);
    width: 90%;
}

.headerbanner .productholder .productsingle .images .imghold picture:nth-child(2) {
    transform: translate3d(60%,60%,0) rotate(7deg);
    z-index: -1;
    width: 70%;
}

.headerbanner .productholder .productsingle>div>div {
    position: relative;
    z-index: 10
}

.headerbanner .productholder .productsingle h2 {
    color: #fff;
    font-weight: 300;
    font-size: 56px;
    margin: 0;
    z-index: 2;
    text-align: left;
    max-width: 300px;
    line-height: 1;
}

.tagline {
    border-radius: 3rem;
    font-weight: 900;
    font-size: 22px;
    transform: rotate(-8deg);
    margin-top: 0rem;
    margin-left: auto;
    width: 90px;
    position: absolute;
    right: 40%;
    top: 0px;
    z-index: 2;
}

.headerbannerholder.vidon .videohold {
    height: 100%;
}

.headerbanner .text.left, .headerbanner .text.left * {
    margin: 0;
    text-align: left;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0,0,0);
    max-height: 369px;
}

#closeOverlay {
    position: absolute;
    top: 12px;
    right: 13px;
    background: #71D3F9;
    border: none;
    color: #fff;
    fill: #000;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-content .hl {
    text-align: center;
}

#closeOverlay svg {
    width: 50%;
}

.overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100000;
    padding: 2rem;
    margin: 2rem;
    -moz-box-shadow: 0px 0px 0px 10px #71D3F9, 0px 0px 32px 1px #009DDA, inset 0px 0px 32px 1px #009DDA;
    box-shadow: 0px 0px 0px 10px #71D3F9, 0px 0px 32px 1px #009DDA, inset 0px 0px 32px 1px #009DDA;
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-content p, .overlay-content .kortingscode {
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600;
    color: var(--main-brand-blue-2) !important;
}

.overlay-content .kortingscode {
    margin-top: 0rem;
}

.overlay-content p:first-child {
    font-size: 56px;
    margin-bottom: 1rem;
    text-shadow: 0px 0px 10px var(--main-brand-blue-2);
}

.overlay-content p:nth-child(2), .overlay-content .kortingscode>span:nth-child(1) {
    text-shadow: 0px 0px 10px var(--main-brand-blue-2);
}

.overlay-content p span, .overlay-content .kortingscode span:nth-child(2) {
    color: #fff;
    text-shadow: 0px 0px 10px var(--text-white)
}

.overlay-content p span {
    display: block;
    margin-bottom: 1rem;
}

#code_value {
    cursor: pointer;
}

#overlay-video {
    width: 100%;
    height: 100%;
    position: absolute;
}

#overlay-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tgis {
    position: absolute;
    right: -40px;
    bottom: -10px;
    width: 130px;
    text-align: center;
    height: auto;
    z-index: 99999;
}

.tgis>div {
    font-size: 19px;
    font-weight: 600;
    line-height: 1;
    z-index: 2;
}

.tgis>div:nth-child(1) svg {
    width: 90%;
}

.tgis>div:nth-child(n + 2) {
    z-index: -1;
    position: relative;
}

.tgis svg {
    width: 110px;
    margin-top: -10px;
    z-index: -1;
}

@media(max-width: 991px) {
    .headerbannerholder.vidon {
        height:500px;
        margin-bottom: 2rem;
    }
}

@media(min-width: 400px) {
    .tgis {
        right:0px;
        bottom: -20px;
    }
}

@media(min-width: 576px) {
    .headerbannerholder.cl2 .text {
        width: 55%;
        padding-right: 50px;
        padding-left: 70px;
    }

    .tgis {
        right: 20px;
        bottom: -20px;
        width: 150px;
    }

    .tgis svg {
        width: 150px;
    }

    .tgis>div {
        font-size: 26px;
    }

    .headerbannerholder.cl2 .videohold {
        width: 45%;
    }

    .headerbannerholder.cl2 .text:after {
        left: 18%;
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    }
}

@media(min-width: 768px) {
    .headerbanner .text {
        max-width: 70%;
        margin: 2rem auto;
    }

    .videohold {
        height: 50%;
    }

    .banner .text h1 {
        font-size: 52px;
    }

    .headerbanner .text h1 span {
        display: block;
    }

    .front .headerbanner .text .btn-secondary {
        display: inline-block;
        margin: 1rem;
    }

    .tagline {
    }

    .overlay-content p, .overlay-content .kortingscode {
        font-size: 36px;
    }

    .headerbannerholder.cl2 #discount_code h3 {
        font-size: 32px;
    }

    .headerbannerholder.cl2 #discount_code h3:before {
        content: "Code: ";
        text-transform: uppercase;
    }

    .headerbannerholder.cl2 .text h1 {
        font-size: 42px;
    }
}

@media(min-width: 992px) {
    .tagline {
    }

    #overlay {
        max-height: none;
    }

    .tgis {
        width: 200px;
        right: 0px;
    }

    .tgis>div:nth-child(1) svg {
        width: 190px;
    }

    .headerbanner .text p {
        text-align: left;
    }

    .overlay-content p:first-child {
        font-size: 5rem;
    }

    .overlay-content {
        align-items: center;
        justify-content: start;
    }

    .overlay-content .hl {
        text-align: left;
    }

    .overlay-content p span {
        display: initial;
    }

    .headerbannerholder.vidon .text {
        transform: none;
        padding-left: 32px;
    }

    .headerbannerholder.vidon .videohold, .headerbannerholder.vidon .text {
        width: 100%;
    }

    .headerbannerholder.cl2 .text h1 {
        font-size: 52px;
    }

    .headerbannerholder.cl2 #discount_code {
        margin: auto;
        min-width: 50%;
    }

    .headerbannerholder.cl2 h1 {
        font-size: 53px;
    }

    .headerbannerholder.cl2 .text {
        margin: 0;
        width: 55%;
        padding: 50px 0px 50px 100px;
    }

    .headerbanner .productholder .productsingle {
        padding: 50px 0
    }

    .headerbanner .productholder .productsingle.active {
        flex-direction: column;
        align-items: end;
    }

    .headerbanner .productholder .productsingle .images .imghold {
        height: 350px;
    }

    .module.onsassortiment .productholder .productsingle:nth-child(4) {
        border-radius: 0 0rem 2rem 0;
    }

    .headerbanner .productholder .productsingle h2 {
        text-align: right;
        font-size: 42px;
    }

    .comm {
        margin: 4rem auto 8rem
    }

    .headerbanner .productholder.slick-initialized:after {
        width: 75%;
    }

    .headerbanner .productholder .productsingle:after {
        width: 200%;
        height: 1000px;
        transform: rotate(13deg);
        background: inherit;
        content: "";
        position: absolute;
        z-index: -1;
        left: -100px;
    }

    .headerbanner .productholder .productsingle .images .imghold picture:nth-child(1) {
        transform: translate3d(-50%,-10%,0) rotate(-4deg);
        width: 90%;
    }

    .headerbanner .productholder .productsingle .images .imghold picture:nth-child(2) {
        transform: translate3d(40%,50%,0) rotate(7deg);
        z-index: -1;
        width: 70%;
    }
}

@media(min-width: 1200px) {
    .headerbanner .productholder.slick-initialized>div {
        width: auto;
        max-width: 100%;
    }

    .overlay-content {
        padding: 5rem;
    }

    .overlay-content p:first-child {
        font-size: 6rem;
    }

    .overlay-content p:nth-child(2) {
        font-size: 2.5rem;
    }

    .overlay-content .kortingscode, .overlay-content .kortingscode>span {
        font-size: 5rem;
        margin-top: 20px;
    }

    .headerbanner .productholder .productsingle:after {
        left: 0;
    }

    .tagline {
    }

    .headerbanner .productholder .productsingle .images .imghold {
        height: 420px;
        max-height: none;
    }

    .headerbanner .slick-dots li button:before {
        border-color: #fff;
        background: #fff;
    }

    .headerbanner .productholder .productsingle .images .imghold picture:nth-child(2) {
        width: 80%;
        transform: translate3d(40%,40%,0);
    }

    .headerbanner .slick-dots li.slick-active button:before {
        background: #FFFFFF00 0% 0% no-repeat padding-box;
    }

    .headerbanner .slick-next, .headerbanner .slick-prev {
        left: 19%;
        background: none;
        border: 2px solid #FFFFFF;
    }

    .headerbanner .slick-next:before, .headerbanner .slick-prev:before {
        content: "\f054";
        font-size: 20px;
        color: #fff;
        opacity: 1;
        transform: translate3d(2px,1px,0);
        display: block;
    }

    .headerbanner .slick-prev:before {
        content: "\f053";
        transform: translate3d(-2px,1px,0);
    }

    .headerbanner .slick-prev {
        left: 10%;
    }

    .headerbanner .productholder .productsingle {
        padding: 0;
        border: none;
        box-shadow: none;
        justify-content: center;
        flex-direction: column;
        align-items: end;
        width: 75%;
    }

    .headerbanner .productholder .slick-slide {
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .headerbanner .productholder .slick-active {
        opacity: 1;
    }

    .headerbanner .productholder .productsingle .buttons a {
        color: #fff;
        padding: 0 30px;
    }

    .headerbanner .productholder .slick-slide>div {
        margin: 0;
    }

    .headerbanner .productholder {
        margin: 0;
        padding-bottom: 10px;
    }

    .headerbanner .productholder.slick-initialized:after {
        content: "";
        height: 1px;
        width: 52%;
        position: absolute;
        bottom: -7px;
        background: #fff;
        opacity: 0.1;
        left: 28%;
    }

    .headerbanner .productholder.slick-initialized>div {
        width: auto;
        max-width: 100%;
    }

    .headerbanner .productholder .productsingle:after {
        left: 0;
    }

    .headerbanner .slick-dots li button:before {
        border-color: #fff;
        background: #fff;
    }

    .headerbanner .slick-dots li.slick-active button:before {
        background: #FFFFFF00 0% 0% no-repeat padding-box;
    }

    .headerbanner .slick-next, .headerbanner .slick-prev {
        left: 19%;
        background: none;
        border: 2px solid #FFFFFF;
    }

    .headerbanner .slick-next:before, .headerbanner .slick-prev:before {
        content: "\f054";
        font-size: 20px;
        color: #fff;
        opacity: 1;
        transform: translate3d(2px,1px,0);
        display: block;
    }

    .headerbanner .slick-prev:before {
        content: "\f053";
        transform: translate3d(-2px,1px,0);
    }

    .headerbanner .slick-prev {
        left: 10%;
    }
}

@media(min-width: 992px) {
    .headerbannerholder {
        max-height:818px;
        height: 550px;
    }

    .headerbannerholder:after {
        height: 90px;
        top: calc(100% - 90px);
    }

    .balloons {
        position: absolute;
        left: 40%;
        top: 4%;
        height: auto;
        transform: rotate(-25deg);
    }

    .videohold {
        height: 100%;
        width: 70%;
    }

    .balloons>div {
        font-size: 32px;
    }

    .headerbanner .btnbar {
        flex-direction: row;
        justify-content: start;
    }

    .headerbanner {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        transform: none;
        align-items: stretch;
        padding-top: 0px;
        height: 100%;
    }

    .headerbanner .productsview {
        width: 40%;
    }

    .headerbanner .text h1 {
        font-size: 56px;
        line-height: 1.25;
    }

    .headerbanner .productholder {
        position: relative;
        z-index: 999;
        opacity: 1;
        transition: opacity 1s ease;
        height: 100%;
        display: flex;
        align-items: end;
        flex-direction: column;
        justify-content: center;
        padding: 30px;
    }

    .headerbanner .text {
        order: 1;
        width: 50%;
        margin-top: 0;
        align-items: start;
        transform: translate3d(-5%,0,0);
    }

    .headerbanner .text h1 {
        text-align: left;
    }

    .headerbanner .text h1 span {
        font-size: 110%;
    }

    .headerbanner .productsingle>.images {
        margin-top: -100px;
        width: 100%;
        height: auto;
        margin-bottom: revert-layer;
        transform: translate3d(-20%,0,0);
    }

    .headerbannerholder {
        max-height: 810px;
    }
}

@media(min-width: 1600px) {
    .headerbanner .productsview {
        max-width: 700px;
        right: unset;
        left: 0;
        position: relative;
    }

    .headerbanner .productsview .productsingle .img img, body.front .headerbanner .slidersprodfotos .slide:nth-child(1) .productfoto {
        width: 150%;
    }

    .tagline {
        font-size: 37px;
        margin-left: auto;
        transform: rotate(-5deg);
    }

    .headerbanner .productholder .productsingle .images .imghold picture:nth-child(2) {
        transform: translate3d(50%,30%,0) rotate(7deg);
        width: 70%;
    }

    .headerbanner .productsview .productsingle .buttons {
        margin: 10px 0
    }
}

#bannerOne {
    width: 100%;
    z-index: 9;
    position: relative;
    margin-top: 0;
    overflow: visible;
}

.headerbannerholder.vidon {
    height: auto;
    display: flex;
    flex-direction: column;
    overflow: visible;
}

.headerbanner {
    overflow: hidden;
    border-radius: 0 0 2rem 2rem;
    background: var(--color5);
    height: auto;
}

.headerbannerholder:after {
    display: none;
}

.headerbannerholder.vidon.st .videohold {
    border-radius: revert-layer;
    width: 100%;
    position: relative;
    height: 250px;
    border-radius: 2rem 2rem 0 0;
}

.headerbannerholder.vidon.st .headerbanner .text {
    overflow: visible;
    min-height: unset;
    justify-content: start;
    align-items: start;
    margin-bottom: 0;
    border-radius: 2rem 2rem 0 0;
}

.headerbanner .text {
}

.headerbanner .text h1 {
    color: var(--color2);
    text-align: left;
    line-height: 1.25;
    font-size: 24px;
    /* font-weight: 600; */
    margin: 1rem 0 0;
    max-width: 270px;
}

.headerbanner .text p {
    color: var(--color2);
    text-align: left;
    font-size: 18px;
    max-width: 190px;
}

.watches .fader__slide.keen-slider__slide {
    overflow: visible;
}

.watchh {
    position: relative;
}

.headerbannerholder .watches {
    height: 100%;
}

.headerbannerholder .watchh {
    position: absolute;
    right: -80px;
    width: 200px;
    height: 200px;
    z-index: 999;
    overflow: visible;
    transform: translate3d(0,-50%,0) rotate(15deg);
    transform-origin: 50% 50%;
    top: 91%;
}

.headerbannerholder .headerbanner .text .bg {
    width: 500px;
    height: 500px;
    display: block;
    position: absolute;
    right: -250px;
    pointer-events: none;
}

.headerbannerholder .headerbanner .text .bg:after, .headerbannerholder .headerbanner .text .bg:before {
    content: "";
    width: 100%;
    border: 50px solid var(--color14);
    height: 100%;
    display: block;
    background: var(--color5);
    position: absolute;
    border-radius: 100%;
    top: -10px;
    left: 0;
    z-index: -3;
}

.headerbannerholder .headerbanner .text .bg:before {
    background: var(--color5);
    z-index: -2;
}

.headerbannerholder .headerbanner .text .bg:after {
    background: var(--color5);
    z-index: -2;
    top: 80px;
    left: 90px;
    width: 75%;
    height: 75%;
}

@media(min-width: 375px) {
    .headerbannerholder .watchh {
        right: -80px;
        width: 235px;
    }
}

@media(min-width: 450px) {
    .headerbannerholder .watchh {
        right: -90px;
    }

    .tagline {
        right: 60%;
        width: 110px;
    }
}

@media(min-width: 576px) {
    .headerbannerholder .watchh {
        right: -110px;
        top: 90%;
    }
}

@media(min-width: 768px) {
    .headerbannerholder.vidon.st .headerbanner .text {
        max-width:unset;
        margin: 0;
    }

    .headerbanner .text h1 {
        max-width: 44%;
    }

    .headerbanner .text p {
        max-width: 260px;
    }

    .headerbannerholder .headerbanner .text .bg:after, .headerbannerholder .headerbanner .text .bg:before {
        border: 70px solid var(--color14);
    }

    .headerbannerholder .watchh {
        width: 250px;
        right: -70px;
        height: 250px;
    }

    .headerbannerholder .watches.keen-slider img {
        width: 100%;
    }

    .headerbannerholder .headerbanner .text .bg {
        right: -350px;
        top: -30px;
        width: 700px;
        height: 700px;
    }

    .headerbannerholder .headerbanner .text .bg:after {
        top: 120px;
        left: 110px;
    }
}

@media(min-width: 992px) {
    .headerbannerholder.vidon.st .headerbanner .text {
        width: 66%;
        padding: 160px 60px 70px 170px;
        overflow: hidden;
        border-radius: 0 2rem 2rem 0;
    }

    .headerbanner {
        overflow: visible;
        border-radius: 2rem;
        justify-content: end;
        background: none;
        height: 100%;
    }

    .category-view .moduletable > .container {
        padding: 0;
    }

    .headerbannerholder.vidon.st .videohold {
        border-radius: 2rem;
        height: 450px;
        position: absolute;
        width: 70%;
    }

    .headerbannerholder {
        overflow: visible;
    }

    .watches .fader__slide.keen-slider__slide {
        overflow: visible;
    }

    .headerbannerholder.vidon {
        height: 450px;
    }

    .headerbanner,.headerbannerholder {
    }

    .headerbannerholder .headerbanner .text {
        width: 45%;
        margin-right: 0;
        margin: 0 0 0 auto;
        padding-left: 130px;
    }

    .headerbannerholder .headerbanner .text .bg {
        width: 750px;
        height: 750px;
        display: block;
        position: absolute;
        right: -90px;
        top: 0;
        transform: rotate(-15deg);
        z-index: -1;
    }

    .headerbannerholder .headerbanner .text .bg:after, .headerbannerholder .headerbanner .text .bg:before {
        content: "";
        width: 1400px;
        border: 150px solid var(--color14);
        height: 1700px;
        display: block;
        background: var(--color5);
        position: absolute;
        border-radius: 100%;
        top: -70px;
        right: -680px;
        z-index: -3;
    }

    .headerbannerholder .watchh {
        position: absolute;
        right: -60px;
        bottom: -70px;
        rotate: 12deg;
        transform-origin: center;
        transform: none;
        top: unset;
    }

    .headerbannerholder .headerbanner .text .bg:before {
        background: var(--color5);
        z-index: -2;
        left: 0px;
    }

    .headerbannerholder .headerbanner .text .bg:after {
        background: var(--color5);
        z-index: -2;
        top: 230px;
        left: 370px;
        width: 85%;
        height: 85%;
    }

    .headerbannerholder .watches img {
        position: absolute;
        width: 150%;
        height: auto;
        object-fit: cover;
        max-width: none;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%,-50%,0);
    }

    .headerbannerholder .headerbanner .text h1 {
        color: var(--color2);
        font-size: 40px;
        margin-top: 0;
        max-width: none;
        line-height: 1.15;
    }

    .headerbannerholder .headerbanner .text p {
        color: var(--color2);
        font-size: 22px;
        text-align: left;
        max-width: 250px;
    }
}

@media(min-width: 1200px) {
    .headerbannerholder.vidon.st .headerbanner .text {
        width: 660px;
        padding: 160px 65px 70px 190px;
        justify-content: start;
    }

    .tagline {
        top: 20px;
        right: 70%;
        width: 130px;
    }

    .headerbannerholder.vidon.st .videohold {
        width: 80%;
    }

    .headerbannerholder .headerbanner .text .bg {
        right: -60px;
    }
}

@media(min-width: 1400px) {
    .headerbanner {
        overflow: hidden;
        border-radius: 2rem;
        justify-content: end;
        background: none;
    }

    .headerbannerholder.vidon.st .videohold {
        height: 500px;
    }

    .headerbannerholder {
        overflow: visible;
    }

    .watches .fader__slide.keen-slider__slide {
        overflow: visible;
    }

    .headerbannerholder.vidon {
        height: 500px;
    }

    .headerbanner,.headerbannerholder {
    }

    .headerbannerholder .headerbanner .text {
        width: 45%;
        margin-right: 0;
        margin: 0 0 0 auto;
        padding-left: 130px;
    }

    .headerbannerholder .headerbanner .text .bg {
    }

    .headerbannerholder .headerbanner .text .bg:after, .headerbannerholder .headerbanner .text .bg:before {
        content: "";
        width: 1400px;
        border: 150px solid var(--color14);
        height: 1700px;
        display: block;
        background: var(--color5);
        position: absolute;
        border-radius: 100%;
        top: -70px;
        right: -680px;
        z-index: -3;
    }

    .headerbannerholder .watchh {
        position: absolute;
        right: -90px;
        bottom: -60px;
        width: 300px;
        height: 300px;
        z-index: 999;
        rotate: 9deg;
        overflow: visible;
        transform-origin: center;
    }

    .tagline {
        right: 60%;
    }

    .headerbannerholder .headerbanner .text .bg:before {
        background: var(--color5);
        z-index: -2;
    }

    .headerbannerholder .headerbanner .text .bg:after {
        background: var(--color5);
        z-index: -2;
        top: 230px;
        right: -400px;
        width: 790px;
        height: 900px;
    }

    .headerbannerholder .watches img {
        position: absolute;
        width: 150%;
        height: auto;
        object-fit: cover;
        max-width: none;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%,-50%,0);
    }

    .headerbannerholder .headerbanner .text h1 {
        color: var(--color2);
        font-size: 40px;
        margin-top: 0;
        margin-bottom: 8px;
    }

    .headerbannerholder .headerbanner .text p {
        color: var(--color2);
        font-size: 22px;
        text-align: left;
        max-width: 250px;
    }
}
