:root {
    --header-height: 67px;
    --footer-bar-height: 60px;
    --plyr-color-main: var(--bs-primary);
}
.offcanvas {
    --bs-offcanvas-transition: transform 0.2s ease-in-out;
}
}
.modal {
    --bs-modal-header-border-width: 0;
}

@media (max-width: 375px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    :root {
        --header-height: 170px;
    }
}
.article-description ol, 
.article-description ul {
    margin: 1rem 0;
}
.form-control {
    box-shadow: none !important;
}

.container-fluid {
    max-width: calc(1678px + var(--bs-gutter-x));
}

img {
    max-width: 100%;
}
a.agree {
    font-weight: bold;
}
p:last-child{
    margin-bottom: 0;
}
.offcanvas-wrap {
    position: fixed;
    z-index: 1100;
}
a, button{
    outline: none !important;
}
header {
    overflow-x: clip;
    position: sticky;
    z-index: 1030;
    background-color: white;
    top: calc(var(--header-height) * -1);
    transition-duration: 0.2s;
    height: var(--header-height);
}

.offcanvas-wrap {
    position: fixed;
    z-index: 1100;
}

/* main>* {
    overflow: hidden;
} */

.footer-bar {
    z-index: 10;
    transition-duration: 0.2s;
    height: var(--footer-bar-height);
    bottom: calc(var(--footer-bar-height) * -1);
}

.scroll-up header,
body:not(.scroll-up):not(.scroll-down) header {
    top: 0px;
}

.scroll-up .footer-bar,
body:not(.scroll-up):not(.scroll-down) .footer-bar {
    bottom: 0;
}

@media (max-width: 768px) {}

@media (max-width: 992px) {
    header {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .footer-bar {
        border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    header .header-logo {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }

    .header-middle-row {
        height: var(--header-height);
    }
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: var(--bs-danger);
    cursor: pointer;
}

.btn-close {
    box-shadow: none !important;
}

.header-icon {
    position: relative;

    line-height: 1;
}

.header-icon:hover {
    color: var(--bs-danger);
    cursor: pointer;
}

.header-icon .counter {
    position: absolute;
    right: -10px;
    bottom: -8px;
    background-color: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: white;
    line-height: 1;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.header-icon.cart .counter:not(.d-none) + i::before{
    content: "\f49c";
}
.footer-bar .header-icon .counter {
    bottom: auto;
    top: 0;
}

.header-logo .logo {
    max-height: 44px;
}

.header-top ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-top .level-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-top .level-1>li {
    padding: 0 10px;
}

.header-top .level-2 {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s;
    background-color: var(--bs-light);
    padding: 1.5rem;
    margin-left: -1.5rem;
    top: 100%;
}

.header-top .level-2>li {
    margin-bottom: 7px;
    white-space: nowrap;
}

.header-top .level-2>li:last-child {
    margin-bottom: 0;
}

.header-top .level-1>li:hover .level-2 {
    opacity: 1;
    visibility: visible;
}

.top-brands img {
    width: 40px;
    height: 40px;
}

.header-middle .main-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.header-middle .main-menu.main-menu-right {
    justify-content: end;
}

.header-middle .main-menu>li {}

.level-1-icon {
    height: 16px;
    margin-right: 4px;
}

.header-middle .level-1-link {
    display: flex;
    align-items: center;
    padding: 28px 10px;
}

.header-middle .level-1-link {
    position: relative;
}

.header-middle .level-1-link.active {
    font-weight: bold;
}

.header-middle .level-1-link.active::before {
    content: '';
    position: absolute;
    height: 1px;
    border-bottom: 1px solid currentColor;
    display: block;
    width: 100%;
    margin-bottom: -30px;
    left: 0;
}

.header-bottom .main-menu-level-2 {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
}

.header-middle .main-menu.main-menu-left>li:first-child .level-1-link {
    padding-left: 0px;
}

.header-middle .main-menu.main-menu-right>li:last-child .level-1-link {
    padding-right: 0px;
}

.header-bottom .container-fluid {
    position: relative;

}

.header-bottom .main-menu-level-2 {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: calc(var(--bs-gutter-x)*.5);
    background-color: var(--bs-light);
}

.header-bottom .main-menu-level-2 .level-2-link {
    padding: 15px 10px;
}

.header-bottom .main-menu-level-2.main-menu-level-2-right>li:last-child .level-2-link {
    padding-right: 0;
}

.header-bottom .main-menu-level-2.main-menu-level-2-left>li:first-child .level-2-link {
    padding-left: 0;
}

.header-bottom .main-menu-level-2.main-menu-level-2-right {
    right: calc(var(--bs-gutter-x)*.5);
    left: auto;
}

.header-bottom .menu-level-3-wrapper {
    background-color: var(--bs-light);
    box-shadow: var(--bs-box-shadow);
    opacity: 1;
    visibility: visible;
    position: absolute;
    padding: 10px 10px;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
}

.header-bottom .menu-level-3-wrapper.active {
    opacity: 1;
    visibility: visible;
}

.header-bottom .main-menu-level-3 {
    overflow-x: clip;
    list-style: none;
    margin: 0;
    padding: 0;

    transition-duration: 0.2s;
}


.header-bottom .main-menu-level-3 .level-3-link {
    display: block;
    padding: 10px 20px;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .header-bottom {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
        background: none !important;
    }
}

@media (max-width: 991px) {
    .mobile-menu-handle {
        margin-right: 10px !important;
    }

    .header-logo .logo {
        max-width: 110px;
    }
}


/* MOBILE MENU */

.mobile-menu {}

.mobile-menu ul ul {
    display: none;
    width: 100%;
}

.mobile-menu ul ul.show {
    display: block;

}

.mobile-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mobile-menu a {
    font-size: 18px;
    display: flex;
    padding: 5px 0;
    align-items: center;
    width: calc(100% - 14px);
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu hr {
    height: 1px;
    width: 100%;
}

.mobile-menu .secondary-menu a {
    font-size: 15px;
}

.mobile-menu li.back {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
    justify-content: start;
}

.mobile-menu .secondary-menu li.back {
    font-size: 14px;
}

.mobile-menu li.hide>a,
.mobile-menu li.hide>.open-submenu,
.mobile-menu li.back.hide {
    display: none;
}

.product-card {
    
    transition-duration: 0.2s;
    position: relative;
}


.product-card .offers {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.5rem;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.2s;
    background-color: white;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card .info-content {
    position: relative;
}
.product-card .info-content a{
    text-decoration: none;
}
.product-card:hover .info-content {}

.product-card:hover .offers {
    opacity: 1;
    visibility: visible;
}
.product-card .product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
    max-height: calc(2 * 1.0em);
}
#wishlistpage .product-card .product-title {
    max-height: inherit !important;
}
hr {
    width: 100%;
}

.ocf-content {
    margin-bottom: 0 !important;
}

@media (max-width: 992px) {
    .ocf-header {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .ocf-body {
        padding: 1rem;
    }

    .ocf-filter {
        margin: 0 !important;
    }

    .ocf-theme-light .ocf-filter+.ocf-filter {
        border: none !important;
    }

    .ocf-filter-header {
        padding: 5px 0 !important;
        font-size: 18px !important;
    }

    .ocf-filter-name {
        color: var(--bs-body-color) !important;

    }

    .ocf-theme-light .ocf-dropdown.ocf-open .ocf-filter-header,
    .ocf-theme-light .ocf-open .ocf-filter-header {
        padding: 1rem !important;
    }

}


.footer-bar-icon {
    margin: 0 !important;
    text-align: center;
    padding: 8px;
}

.footer-bar-icon i {
    font-size: 2em;
}

.footer-bar-text {
    width: 100%;
    display: block;
    font-size: 10px;
}

.nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border: none;
}

.nav-tabs::-webkit-scrollbar {
    display: none;
}

.nav-tabs .btn {
    outline: none !important;
    border: none;
    border-radius: 0;
    white-space: nowrap;
    padding: 7px 25px;
    border-bottom: 2px solid var(--bs-light);
}

.nav-tabs .btn.active {
    font-weight: bold;
    border-bottom: 2px solid var(--bs-dark);

}

.hide-scroll,
.hide-mobile-scroll {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.hide-scroll::-webkit-scrollbar,
.hide-mobile-scroll::-webkit-scrollbar {
    display: none;
}

@media (max-width: 575px) {
    .hide-mobile-scroll {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .hide-mobile-scroll>.row {
        flex-wrap: nowrap;
    }
}


.description a {
    color: var(--bs-danger);
}

.img-country {
    height: 24px;
}

.btn.dropdown-toggle,
.btn.dropdown-toggle:active,
.btn.dropdown-toggle:focus {
    border: none !important;
    outline: none !important;
}


.text-balance {
    text-wrap: balance;
}

@media (max-width: 575px) {
    .footer-bar {
        transition-duration: 0.2s;
    }

}


@media (min-width: 1200px) {
    .col-xl-2\.4 {
        width: calc(100% / 5);
    }
}

.product-grid {
    margin: 0 -5px;
}

.product-card-wrap {
    width: calc(100% / 2);
    padding: 5px;
}
.product-card .price-normal {
    color: rgba(var(--bs-black-rgb), 0.5);
    white-space: nowrap;
}
.product-card .price-old{
    color: rgba(var(--bs-black-rgb), 0.5);
    white-space: nowrap;
}

.product-card .price-normal span.price {
    line-height: 100%;
    font-size: 18px;
    font-weight: bold;
    color: var(--bs-black);
}
@media (min-width: 575px) {
    .product-card-wrap {
        width: calc(100% / 3);
    }
}

@media (min-width: 768px) {
    .product-card-wrap {
        width: calc(100% / 4);
    }
}

@media (min-width: 1200px) {
    .product-card-wrap {
        width: calc(100% / 5);
    }
}
@media (min-width: 1500px) {
    .product-card-wrap {
        width: calc(100% / 6);
    }
}

.breadcrumb-wrapper {}

.breadcrumb {
    flex-wrap: nowrap;
    margin: 10px 0 4px 0;
    overflow-y: auto;
    line-height: 1;
}

.breadcrumb>li {
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.breadcrumb-item{
    text-transform: uppercase;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: none;
    content: '\f054';
    font-size: 50%;
    font-family: "Font Awesome 5 Pro";
    line-height: 0.9;
}
@media (max-width: 768px){
    .breadcrumb>li{
        font-size: 10px;
    }
}
@media (min-width: 992px) {
    .breadcrumb {
        margin: 1rem 0;
    }
}

.copy {
    cursor: pointer;
}

.copy::after {
    content: '\f0c5';
    font-family: "Font Awesome 5 Pro";
    color: var(--bs-primary);
    margin-left: 5px;
}

@media (max-width: 450px) {
    .toast {
        --bs-toast-max-width: 430px;
    }
}

.custom-products .product-thumb-image {
    aspect-ratio: 1 / 1 !important;
    object-fit: contain;
    background-color: white;
}
.square{
    aspect-ratio: 1 / 1
}
.pagination li {
    margin: 0 2px;

}

.pagination {
    margin-bottom: 0;
}

/* 

.pagination li.active{
	
}
.pagination li a{
	display: block;
} */

@media (max-width: 767px) {
    .pagination {
        justify-content: center;
    }
}


.sticky-start {
    position: sticky;
    left: 0;
}

.first-td {
    position: sticky;
    left: 0;
}

.plyr__poster {
    background-size: cover !important;
}

video.player {
    max-width: 100%;
}

.toast-container {
    z-index: 1999;
}

.rating-star {
    position: relative;
}

.rating-star .r-rating-star {
    opacity: 0.1;
}

.rating-star .ps-rating-star {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% / 100 * var(--rating) * 2);
    white-space: nowrap;
    overflow: hidden;
    color: #ffca00;
}

.rating-star .ps-rating-star i {
    font-weight: 500;
}

.rating-input {
    position: relative;
    display: inline-block;
}

.rating-input label {
    cursor: pointer;
}

.rating-input input {
    position: absolute;
    opacity: 0;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}

.rating-input label.checked i {
    font-weight: bold;
    color: #ffca00;
}



.autoheight textarea {
    width: 100%;
    overflow: auto;
    resize: none;
    max-height: 50vh;
}
.view-rating i {
    opacity: 0.2
}

.view-rating i.checked {
    font-weight: 700;
    color: #ffca00;
    opacity: 1;
}
/* MEDIA UPLOAD AREA  */
.media-upload-button {
    order: 99;
}
.media-upload-img-placeholder {
    background-image: url('/catalog/view/theme/sneakers/image/i-drop-photo-gray.png');
    width: 100px;
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.media-upload-area {
    border: 1px dashed var(--bs-border-color);
    border-radius: var(--bs-border-radius-lg);
    padding: 1rem;
}

.media-upload-area.dragover {
    background-color: rgba(var(--bs-success-rgb), 0.1);
    border-color: var(--bs-success);
    border-style: solid;
}

.media-upload-placeholder {
    text-align: center;
    margin: 10px 0;
    font-size: 1rem;
    font-weight: 500;
}

.media-upload-placeholder span {
    font-weight: bold;
    color: var(--bs-primary);
    cursor: pointer;
}

.media-upload-placeholder span:hover {
    text-decoration: underline;
}

.media-upload-help,
.media-upload-accept {
    text-align: center;
    margin: 10px 0;
    opacity: 0.8;
}

.media-upload-files {
    padding: 0 0rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.media-upload-files>div {
    border: 1px solid var(--bs-border-color);
    width: 60px;
    height: 60px;
    margin: 3px;
    
}
.media-upload-files>div.sortable-chosen{
   
}
.media-upload-accept {}

.media-upload-file {
    position: relative;
}

.media-upload-delete {
    background-color: var(--bs-danger);
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
    right: 0;
    cursor: pointer;
    color: white;
    text-align: center;
}

.media-upload-delete::before {
    content: '\f00d';
    font-family: "Font Awesome 5 Pro";
}

.media-upload-short .media-upload-area {
    padding: 0;
    border: 0;
    padding: 0;
    background-color: transparent !important;
}

.media-upload-short .media-upload-img-placeholder{
    display: none;
}
.media-upload-short .media-upload-files{
    justify-content: start;
}
.media-upload-short .media-upload-files:not(.media-upload-files-empty){
   margin-bottom: 1rem;
}
/* MEDIA UPLOAD AREA */

.swiper {
    --swiper-theme-color: rgba(255, 255, 255);
    --swiper-navigation-sides-offset: 24px;
    --swiper-navigation-size: 17.5px;
    --swiper-navigation-top-offset: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: "Font Awesome 5 Pro" !important;
    background-color: rgba(255, 255, 255, 0.05);
    color: var(--bs-primary);
    box-shadow: var(--bs-box-shadow);
    border-radius: var(--bs-border-radius);
    aspect-ratio: 1/1;
    width: calc(var(--swiper-navigation-size) * 2);
    height: calc(var(--swiper-navigation-size) * 2);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
    transition-duration: 0.2s;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
    opacity: 1;
    background-color: rgba(255, 255, 255, 1);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '\f054' !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '\f053' !important;
}

.banner img {
    width: 100%;
}
/* 
.banner-control {
    background-color: rgba(var(--bs-dark-rgb), 0.3);
    padding: 22px !important;
    margin: 0 !important;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.2s;
}

.auto-swiper:hover .banner-control {
    opacity: 1;
    visibility: visible;
}
 */
hr.fullwidth {
    margin: 0 calc(var(--bs-gutter-x) * -1 * 2) !important;
    width: 100%;
}

.dropdown-toggle.show::after {
    transform: rotate(180deg);
}

.bg-product-tabs {
    aspect-ratio: 1/1;
}

.text-shadow {
    text-shadow: 0 0 15px var(--bs-dark);
}

.ratio1x1 {
    aspect-ratio: 1 / 1;
}

@media (max-width: 575px) {

    .products-tab-banner .banner-control {
        display: none;
    }

    
}

.animated {
    transition-duration: 0.2s;
}

.noarrow {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.noarrow::-webkit-inner-spin-button,
.noarrow::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.abs-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--bs-light-rgb), 0.7);
    z-index: 1200;
}

.block-disabled {}

.block-disabled::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--bs-light-rgb), 0.8);
    top: 0;
    left: 0;
}

.custom-checkbox {
    position: relative;
}

.custom-checkbox input {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
}

.custom-checkbox label {

    border-radius: var(--bs-border-radius);
    padding: 0.3rem;
    cursor: pointer;
    padding-left: 1.5rem;
}

.custom-checkbox input:checked+label {
    background-color: var(--bs-warning);
    border-color: var(--bs-warning);
}

.pointer {
    cursor: pointer;
}

.account-menu {}

.account-menu>div {
    padding: 0.5rem 0;

}

.account-menu>div:not(:last-child) {
    border-bottom: 1px solid var(--bs-border-color);
}

.offcanvas-body .account-menu>div {
    border: none;
}

.offcanvas.offcanvas-bottom {
    border-radius: var(--bs-border-radius-xl) var(--bs-border-radius-xl) 0rem 0rem;
    border: none;
}

.product-card .product-card-icon {
    transition-duration: 0.2s;
}

.product-card:hover .product-card-icon {
    font-size: 130%;
}

.product-card .product-card-icon:hover {
    cursor: pointer;
}

.product-card-icon.product-card-icon-wishlist.in-wishlist i,
.button-add-wishlist.in-wishlist i {
    font-weight: bold;
    color: var(--bs-primary);
}
.button-add-wishlist .text-in-wishlist{
    display: none;
}
.button-add-wishlist:not(.in-wishlist) .text-in-wishlist{
    display: none;
}
.button-add-wishlist.in-wishlist .text-in-wishlist{
    display: inline;
}
.button-add-wishlist.in-wishlist .text-out-wishlist{
    display: none;
}


input.search,
.search input {
    padding-left: 2.4rem;
    background-image: url("data:image/svg+xml,%3Csvg fill='currentColor' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M508.5 481.6l-129-129c-2.3-2.3-5.3-3.5-8.5-3.5h-10.3C395 312 416 262.5 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c54.5 0 104-21 141.1-55.2V371c0 3.2 1.3 6.2 3.5 8.5l129 129c4.7 4.7 12.3 4.7 17 0l9.9-9.9c4.7-4.7 4.7-12.3 0-17zM208 384c-97.3 0-176-78.7-176-176S110.7 32 208 32s176 78.7 176 176-78.7 176-176 176z'/%3E%3C/svg%3E");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: auto 45%;
}

[onclick] {
    cursor: pointer;
}

.preloading-block {
    background-color: rgba(var(--bs-light-rgb), 1);
    animation: fadeBgColor 3s infinite;
    border-radius: var(--bs-border-radius);
}

@keyframes fadeBgColor {
    from {
        background-color: rgba(var(--bs-light-rgb), 1);
    }

    50% {
        background-color: rgba(var(--bs-light-rgb), 0.5);
    }

    to {
        background-color: rgba(var(--bs-light-rgb), 1);
    }
}

#offcanvas-search .btn-close {
    order: -1;
    margin-right: 6px;
    /*  --bs-btn-close-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M231.536 475.535l7.071-7.07c4.686-4.686 4.686-12.284 0-16.971L60.113 273H436c6.627 0 12-5.373 12-12v-10c0-6.627-5.373-12-12-12H60.113L238.607 60.506c4.686-4.686 4.686-12.284 0-16.971l-7.071-7.07c-4.686-4.686-12.284-4.686-16.97 0L3.515 247.515c-4.686 4.686-4.686 12.284 0 16.971l211.051 211.05c4.686 4.686 12.284 4.686 16.97-.001z'/%3E%3C/svg%3E");
    --bs-btn-close-opacity: 1 */
}

.product-in-html-content:not(.init) {

    background-color: var(--bs-light);
    padding: 1rem;
}

.product-in-html-content {
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 1rem 0;
    width: 100%;
    text-align: center;
}



.minicard .product-card {
    height: 100%;
}

.minicard .product-card img {
    aspect-ratio: 1/1;
    object-fit: contain;
    margin: auto;
    width: 100%;
}
.price-block,
.price-block-base{
    white-space: nowrap;
}
.price-block .currency,
.price-block-base .currency {
    font-size: 80% !important;
    line-height: 1;
}

.price-block-base{
    position: relative;
}
.price-block-base::after {
    content: '';
    width: 100%;
    position: absolute;
    height: 2px;
    background-color: var(--bs-dark);
    left: 0;
    transform: rotate(-8deg);
    bottom: 36%;
}
.image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.zoom-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zoom-lens {
    position: absolute;
    width: 220px;
    height: 220px;
    border: 3px solid #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: opacity 0.2s;
}

/* Image ZOOM end */


.product-card-wrap .plyr {
    z-index: -1 !important;
}

.hidden-last:not(:first-child) {
    display: none !important;
}

span.swiper-pagination-current {
    font-size: 140%;
    font-weight: 500;
}



.zoomable-image {
    transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: transform; /* Оптимизация для браузера */
}

@media (min-width: 1200px) and (max-width: 1500px){
    .col-notebook-5{
        width: 20%;
    }
}


.text-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Ограничиваем количество строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line; /* Сохраняем переносы строк */
    max-height: calc(2 * 1.2em); /* Примерная высота для 2 строк (зависит от line-height) */
}

.dropdown-toggle::after {
    transition-duration: 0.2s;
    content: '\f078';
    font-family: "Font Awesome 5 Pro";
    border: none;
}



@media (max-width: 575px){
    .fwmobile {
        margin: 0 calc((var(--bs-gutter-x)) * -1);
        padding: 0 calc((var(--bs-gutter-x)));
    }
}
.bg-dark-gradient {
    background: linear-gradient(0deg, rgba(0,0,0,0.75), transparent);
}

/* Создаем 9-колоночную сетку для xl */
@media (min-width: 1200px) {
  .col-xl-1-9 {
    flex: 0 0 auto;
    width: calc(100% / 9); /* 100% / 9 */
  }
}
.bg-image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.text-gray{
    color: var(--bs-gray-700);
}



.tooltip{
    min-width: 160px;
}

.popover{
    min-width: 160px;
    
}
.popover-body{
    
    padding: 5px;
}


.fr-box.fr-basic .fr-wrapper {
    border: 1px solid var(--bs-border-color)  !important;
    border-bottom-color: var(--bs-border-color);
    top: 0;
    left: 0;
    border-radius: 0px 0px var(--bs-border-radius-lg) var(--bs-border-radius-lg)  !important;
    box-shadow: none !important;
}
.fr-toolbar {
    border-radius: var(--bs-border-radius-lg) var(--bs-border-radius-lg) 0px 0px !important;
    border-color: var(--bs-border-color) !important;
    box-shadow: none !important;
    border: 1px solid var(--bs-border-color) !important;
    background-color: transparent !important;
}
.fr-element.fr-view {
    padding: .5rem 1rem !important;
}
.fr-box .fr-counter{
    display: none;
}

.opacity-hover-100:hover{
    opacity: 1 !important;

}


.modal.fade .modal-dialog {
    
    transform: scale(0.7);
}

.modal.show .modal-dialog{
    transform: none !important;
}
.fr-view a{
    font-weight: bold;
    
}

@media (max-width: 767px){
    .online-chat-root-Verbox #supportTrigger{
        --margin: 10px;
        --bottom: var(--margin);
        transition-duration: 0.2s !important;
        right: var(--margin) !important;
    }
    .route-2-article .online-chat-root-Verbox #supportTrigger{
        --bottom: calc(var(--margin) + 48px);
    }
    .route-2-product .online-chat-root-Verbox #supportTrigger{
        --bottom: calc(var(--margin) + 66px);
    }
    body.scroll-up .online-chat-root-Verbox #supportTrigger{
        
        bottom: calc(var(--footer-bar-height) + var(--bottom)) !important;
    }
    body.scroll-down .online-chat-root-Verbox #supportTrigger{
        bottom: var(--bottom) !important;
    }
   
    
}