<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wrapper {
    /* padding-top: 109px; */
    width: 100%;
    max-width: 1265px;
    margin: auto;
    padding-top: 0;
    background: none;
}

#product #content {
    position: unset;
    max-width: none;
    margin: 0;
}

#product .btn-primary {
    padding: 12px 20px;
    background: #1E3246;
    color: white;
    font-weight: 700;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    -webkit-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
    text-transform: none;
    opacity: 1;
}

#product .btn-secondary {
    padding: 12px 20px;
    font-weight: 700;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
    text-transform: none;
    opacity: 1;
}

#wrapper .product-container {
    display: flex;
    display: -ms-flexbox;
    /* display: -webkit-flex; */
    /* -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; */
    /* gap: 115px; */
    gap: 10%;
    margin: 0 24px;
    /* flex-wrap: wrap; */
}

@media (max-width: 1024px) {
    #wrapper .product-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
}

#wrapper .product-container::after {
    display: none;
}

/* #wrapper .product-container section:not(.bestseller):not(.bestseller__products) {
    width: 100%;
} */

@media (min-width: 1024px) {
    #wrapper .product-container section:not(.bestseller):not(.bestseller__products) {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        /* width: auto; */
    }
}
#wrapper .product-container section {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    padding: 0;
}

#wrapper .product-container section.product-accessories{
    flex-basis: 100%;
}

#wrapper .product-container .page-content .mobile {
    text-align: center;
}

#wrapper .product-container .page-content .mobile .current-price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#wrapper .product-container .page-content .product-cover {
    text-align: center;
}

#wrapper .product-container .page-content .product-cover img{
    width: auto;
    height: 100%;
    /* max-height: 270px; */
    object-fit: cover;
}

@media screen and (min-width: 1024px){
    #wrapper .product-container .page-content .product-cover img{
        max-height: 500px;
    }
}

#wrapper .product-container .page-content .product-cover .product-cover-features {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#wrapper .product-container .page-content .product-cover .product-cover-features img {
    height: 32px;
    object-fit: contain;
    background: transparent;
}

#wrapper .product-container .page-content .material-icons {
    font-family: "Material Icons", sans-serif;
    border-radius: 50%;
    border: 1px solid black;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#wrapper .product-container .page-content .product-images {
    height: 100%;
    z-index: 10;
    position: relative;
}

#wrapper .product-container .page-content .scroll-box-arrows.scroll {
    transform: translateY(-55px);
    z-index: 10;
    display: flex;
    justify-content: space-between;
}

.product-images img{
    width: 9.25rem;
    cursor: pointer;
    background: #fff
}

.product-images &gt; li.thumb-container {
    display: inline
}

.product-images &gt; li.thumb-container &gt; .thumb {
    margin-bottom: .625rem;
    cursor: pointer
}

.images-container .product-images &gt; li.thumb-container &gt; .thumb {
    margin-right: 16px;
}

.product-images &gt; li.thumb-container &gt; .thumb {
    width: 100%;
    max-width: 60px;
    height: 53px;
    margin-bottom: 0.8125rem;
    background: #fff;
    object-fit: cover;
}

@media screen and (min-width: 1024px){
    .product-images &gt; li.thumb-container &gt; .thumb {
        max-width: 114px;
        height: 100px;
        margin-bottom: 0.8125rem;
    }
}

.js-qv-mask {
    overflow: hidden;
    white-space: nowrap
}

.images-container .js-qv-mask.scroll {
    width: 220px;
    margin:0 auto;
}

@media screen and (min-width: 1024px){
    .images-container .js-qv-mask.scroll {
        width: 385px;
    }
}

#wrapper .product-container .page-content .product-images .thumb-container img.selected {
    border: 2px solid #00BCBB;
    position: relative;
    border-radius: 12px;
    opacity: 1;
}

#wrapper .product-container .page-content .product-images .selected::before {
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 188, 187, 0.16)), to(rgba(0, 188, 187, 0.16)));
    background: linear-gradient(0deg, rgba(0, 188, 187, 0.16), rgba(0, 188, 187, 0.16));
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    border-radius: 12px;
}

#wrapper .product-container .page-content .tabs {
    margin-top: 80px;
    padding: 0;
}

@media (max-width: 1024px) {
    #wrapper .product-container .page-content .tabs {
        display: none;
    }
}

#wrapper .product-container .page-content .tabs .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #D7E3EE;
    padding-bottom: 11px;
}

#wrapper .product-container .page-content .tabs .nav-tabs::after {
    content: unset;
}

#wrapper .product-container .page-content .tabs .nav-tabs .nav-item {
    position: relative;
    margin: 0;
    float: unset;
}

#wrapper .product-container .page-content .tabs .nav-tabs .nav-item a {
    font-family: 'Prompt';
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    opacity: 0.7;
    color: #1E3246;
    height: 100%;
    padding: 0;
    border-bottom: 0;
}

#wrapper .product-container .page-content .tabs .nav-tabs .nav-item .active {
    font-weight: 500;
    opacity: 1;
    position: relative;
}

#wrapper .product-container .page-content .tabs .nav-tabs .nav-item .active::after {
    content: '';
    position: absolute;
    background: #1E9F9F;
    width: 100%;
    height: 6px;
    border-radius: 16px;
    bottom: -14px;
    left: 0;
}

#wrapper .product-container .page-content .tabs .tab-pane {
    scroll-margin-top: 200px;
}

@media (max-width: 1024px) {
    #wrapper .product-container .page-content .tab-content {
        display: none;
    }
}

#wrapper .product-container .page-content .tab-content p,
#wrapper .product-container .page-content .tab-content .single .singleContent li,
.single .singleContent #wrapper .product-container .page-content .tab-content li{
    margin-top: 35px;
}

#wrapper .tabs #product-details{
    padding-top: 35px;
}

#wrapper .product-container p, #wrapper .product-container .single .singleContent li, .single .singleContent #wrapper .product-container li {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 16px;
}

#wrapper .product-container a {
    font-family: 'Prompt';
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #1E9F9F;
    -webkit-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}

#wrapper .product-container a:hover {
    color: #00BCBB;
}

#wrapper .product-container .product-prices {
    margin-bottom: 32px;
}

#wrapper .product-container .product-prices h1, #wrapper .product-container .product-prices .accountPage .heroAccount .-large h2, .accountPage .heroAccount .-large #wrapper .product-container .product-prices h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.02em;
}

#wrapper .product-container .product-prices .ref {
    font-family: 'Prompt';
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin: 8px 0 32px 0;
}

#wrapper .product-container .product-prices .current-price {
    font-family: 'Prompt';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    color: #00BCBB;
}

#wrapper .product-container .product-prices .current-price span {
    font-weight: 600;
    font-size: 30px;
    line-height: 24px;
    color: #00BCBB;
}

#wrapper .product-container #tab-content &gt; div:not(:first-child) {
    display: none;
}

#wrapper .product-container .product-description {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px dashed #D7E3EE;
}

#wrapper .product-container .product-description .overflow-ellipsis p, #wrapper .product-container .product-description .overflow-ellipsis .single .singleContent li, .single .singleContent #wrapper .product-container .product-description .overflow-ellipsis li {
    margin: 0;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 16px;
}

@media (max-width: 1024px) {
    #wrapper .product-container .product-description .overflow-ellipsis p, #wrapper .product-container .product-description .overflow-ellipsis .single .singleContent li, .single .singleContent #wrapper .product-container .product-description .overflow-ellipsis li {
        height: inherit;
    }
}

#wrapper .product-container .product-description a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

@media (max-width: 1024px) {
    #wrapper .product-container .product-description a {
        display: none;
    }
}

#wrapper .product-container .product-description a::after {
    content: url("../images/blue-arrow.svg");
    height: 17px;
}

#wrapper .product-container .product-variants {
    display: block;
}

@media screen and (min-width: 1024px){
    #wrapper .product-container .product-variants {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 24px;
    }
}

#wrapper .product-container .product-variants &gt; p{
    grid-column: 1 / 3;
}

#wrapper .product-container .product-variants p, #wrapper .product-container .product-variants .single .singleContent li, .single .singleContent #wrapper .product-container .product-variants li {
    font-family: 'Prompt';
    font-weight: 500;
    font-size: 20px;
    line-height: 38px;
    margin: 0;
}

#wrapper .product-container .product-variants .product-variants-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    max-width: 350px;
}

@media (max-width: 767px) {
    #wrapper .product-container .product-variants .product-variants-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#wrapper .product-container .product-variants .product-variants-item::after {
    content: url("../images/blue-arrow.svg");
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 20px;
    bottom: 12px;
    pointer-events: none;
}

#wrapper .product-container .product-variants .product-variants-item select {
    border: 1px solid #D7E3EE;
    border-radius: 50px;
    padding: 12px 16px;
    text-align: left;
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    opacity: 1;
    -webkit-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
    width: 100%;
    height: auto;
    background: #FFFFFF;
}

#wrapper .product-container .product-variants .product-variants-item select:focus {
    outline: none;
}

/* #wrapper .product-container .product-variants .product-variants-item select option {
    color: white;
} */

#wrapper .product-container .product-variants .product-variants-item .control-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin: 24px 0 10px 0;
}

#wrapper .product-container .product-variants .product-variants-item .control-label::after {
    /*content: url(../images/icon-info.svg);*/
    content: '';
    height: 20px;
}

#wrapper .product-container .product-actions {
    margin: 32px 0;
    padding: 32px;
    background: #F2F8FF;
    border-radius: 24px;
}

#wrapper .product-container .product-add-to-cart p, #wrapper .product-container .product-add-to-cart .single .singleContent li, .single .singleContent #wrapper .product-container .product-add-to-cart li {
    font-family: 'Prompt';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

#wrapper .product-container .product-add-to-cart .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

#wrapper .product-container .product-add-to-cart .title &gt; * {
    flex-basis: 100%;
}

@media screen and (min-width: 1024px){
    #wrapper .product-container .product-add-to-cart .title {
        gap: normal;
    }

    #wrapper .product-container .product-add-to-cart .title &gt; * {
        flex-basis: auto;
    }
}

#wrapper .product-container .product-add-to-cart .title .control-label {
    width: fit-content;
    font-family: 'Nunito';
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

#wrapper .product-container .product-add-to-cart .input-group {
    display: flex;
    float: unset;
    margin-top: 16px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

#wrapper .product-container .product-add-to-cart .input-group::after,
#wrapper .product-container .product-add-to-cart .input-group::before,
#wrapper .product-container .product-add-to-cart .btn-touchspin {
    background: url(../images/white-arrow.svg) no-repeat 50%;
    background-color: #00BCBB;
    border-radius: 150px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#wrapper .product-container .product-add-to-cart .input-group-btn {
    z-index: 1000;
}

#wrapper .product-container .product-add-to-cart .input-group-btn .btn-touchspin {
    position: absolute;
    left: 6px;
    top: 5px;
    z-index: 3;
    transition: background 0.5s ease-out;
}

#wrapper .product-container .product-add-to-cart .input-group-btn .bootstrap-touchspin-up {
    left: auto;
    right: 6px;
    transform: rotate(-90deg);
}

#wrapper .product-container .product-add-to-cart .btn-touchspin:hover {
    background-color: #1E9F9F;
}

#wrapper .product-container .product-add-to-cart .input-group::before,
#wrapper .product-container .product-add-to-cart .bootstrap-touchspin-down {
    left: 6px;
    top: 5px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#wrapper .product-container .product-add-to-cart .input-group input[type="number"] {
    opacity: 1;
    background: white;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    margin: 0;
    font-family: 'Prompt';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    max-width: 160px;
}

#wrapper .product-container .product-add-to-cart .input-group input[type="number"]:hover {
    z-index: unset;
}

#wrapper .product-container .product-add-to-cart .product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px 0 0;
    row-gap: 15px;
}

@media (max-width: 1280px) {
    #wrapper .product-container .product-add-to-cart .product-quantity {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
    }
}

#wrapper .product-container .product-add-to-cart .product-quantity .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 16px;
    column-gap: 16px;
}

#wrapper .product-container .product-add-to-cart .product-quantity .total .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}

#wrapper .product-container .product-add-to-cart .product-quantity .total .price p, #wrapper .product-container .product-add-to-cart .product-quantity .total .price .single .singleContent li, .single .singleContent #wrapper .product-container .product-add-to-cart .product-quantity .total .price li {
    margin: 0;
}

#wrapper .product-container .product-add-to-cart .product-quantity .total .price .current-price {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #00BCBB;
}

#wrapper .product-container .product-add-to-cart .product-quantity .total .price .current-price span {
    font-size: 30px;
    line-height: 24px;
}

/* #wrapper .product-container .product-add-to-cart .product-quantity button.btn-primary.add-to-cart,
#wrapper .product-container .product-add-to-cart .product-customization button {
    padding: 12px 20px;
    background: #1E3246;
    color: white;
    font-weight: 700;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    -webkit-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
    text-transform: none;
    opacity: 1;
} */

#wrapper .product-container .product-add-to-cart .product-quantity button.btn-primary.add-to-cart.disabled,
#wrapper .product-container .product-add-to-cart .product-quantity button.btn-primary.add-to-cart:disabled {
    cursor: not-allowed;
    opacity: .65;
}

#wrapper .product-container .product-customization button {
    width: 100%;
    justify-content: center;
}

@media (max-width: 1280px) {
    #wrapper .product-container .product-add-to-cart .product-quantity button {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

#wrapper .product-container .product-add-to-cart .product-quantity button.btn-primary.add-to-cart::before {
    content: url(../images/icon-shopping-cart2.svg);
}

#wrapper .product-container .product-add-to-cart .product-quantity button.btn-primary.add-to-cart:hover {
    background: #334C65;
}

#wrapper .product-container .product-add-to-cart .delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

#wrapper .product-container .product-add-to-cart .delivery::before {
    content: url(../images/delivery.svg);
    height: 24px;
    margin-right: 10px;
}

#wrapper .product-container .product-customization{
    margin: 0;
}

/* #wrapper .product-container .product-customization .card small,
#wrapper .product-container .product-customization .card &gt; *:not(.clearfix) {
    display: none;
} */

#wrapper .product-container .product-customization .card small,
#wrapper .product-container .product-customization .card .card-title {
    display: none;
    display: none;
}

#wrapper .product-container .product-customization .card label{
    font-family: "Prompt", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    padding-left: 48px;
}

#wrapper .product-container .product-customization .card label::before{
    content: '';
    background: url("../images/icon-message.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 5px;
}

#wrapper .product-container .product-customization .card textarea {
    background: #FFFFFF;
    border: none;
    border-radius: 8px;
    font-family: "Nunito", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
}

#wrapper .product-container .product-customization .card textarea:focus {
    outline: 0.1rem solid #1E3246;
}

#wrapper .product-container .product-additional-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 60px;
}

@media (max-width: 1280px) {
    #wrapper .product-container .product-additional-info {
        gap: 16px;
    }
}

#wrapper .product-container .product-additional-info p, #wrapper .product-container .product-additional-info .single .singleContent li, .single .singleContent #wrapper .product-container .product-additional-info li {
    font-family: 'Prompt';
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #1E9F9F;
}

#wrapper .product-container .product-additional-info .fav, #wrapper .product-container .product-additional-info .download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

#wrapper .product-container .product-additional-info .fav::before, #wrapper .product-container .product-additional-info .download::before {
    content: '';
    background: url("../images/icon-heart.svg");
    background-size: contain;
    width: 16px;
    height: 16px;
}

#wrapper .product-container .product-additional-info .download::before {
    background: url("../images/icon-download2.svg");
}

#wrapper .bestseller{
    width: 100%;
}

@media screen and (min-width: 1024px) {
    #wrapper .bestseller{
        width: auto;
        margin-top: 0;
    }
}

#wrapper .bestseller .arrow-products {
    margin-top: 0;
}

@media screen and (min-width: 1024px) {
    #wrapper .bestseller .arrow-products {
        margin-top: 40px;
    }
}

@media screen and (min-width: 1024px) {
    #wrapper .bestseller .arrow-products .owl-prev{
        left: -8%;
    }

    #wrapper .bestseller .arrow-products .owl-next{
        right: -8%;
    }
}

.bestseller{
    text-align: center;
    margin: 64px auto !important;
    padding: 0;
    position: relative;
}

@media (max-width: 767px) {
    .bestseller {
        padding: 0 24px;
    }
}

.bestseller__title {
    margin-bottom: 40px;
}

.bestseller__title h3 {
    margin: 16px auto;
    font-weight: 400;
}

@media (max-width: 767px) {
    .bestseller__title h3 {
        max-width: 250px;
    }
}

.bestseller__title h3 span {
    font-weight: 600;
}

.bestseller__products img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 224px !important;
    height: 249px;
    margin: auto;
}

.bestseller__products .uptitle {
    margin: 10px 0;
    font-weight: 300;
}

.bestseller__products p, .bestseller__products .single .singleContent li, .single .singleContent .bestseller__products li {
    font-family: 'Prompt';
    margin-bottom: 24px;
}

.bestseller__products p span, .bestseller__products .single .singleContent li span, .single .singleContent .bestseller__products li span {
    font-family: 'Prompt';
    font-weight: 600;
    font-size: 26px;
    line-height: 24px;
    color: #1E9F9F;
    margin-left: 12px;
}

.bestseller__products .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bestseller .arrow-products{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    top: 50%;
}

@media (max-width: 1280px) {
    .bestseller .arrow-products {
        position: relative;
        gap: 16px;
        margin-top: 40px;
    }
}

@media (min-width: 1281px) {
    .bestseller .arrow-products .owl-prev, .bestseller .arrow-products .owl-next {
        position: absolute !important;
        left: 2%;
    }
    .bestseller .arrow-products .owl-prev::after, .bestseller .arrow-products .owl-next::after {
        width: 56px !important;
        height: 56px !important;
    }
}

@media (min-width: 1281px) {
    .bestseller .arrow-products .owl-next{
        right: 2%;
        left: initial;
    }
}

.bestseller .arrow-products .owl-next::after {
    -webkit-transform: initial !important;
    transform: initial !important;
}
</pre></body></html>