<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home-level-title {
    text-align: center;
    text-transform: uppercase;
}

.brand-info {
    display: flex;
}

.brand-info--description {
    width: 50%;
    flex-grow: 1;
}

.brand-info--cover {
    width: 50%;
    flex-grow: 1;
}

.brand-description img {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
}

.prev-product-neighbour, .next-product-neighbour {
    position: absolute;
    top: 330px;
    z-index: 99999999;
    background: #ffffff80;
    height: 100px;
    width: 40px;
    line-height: 100px;
    text-align: center;
    border: 1px solid #bdbdbd;
}

.prev-product-neighbour:hover, .next-product-neighbour:hover {
    background: #ffffff95;
}

.prev-product-neighbour {
    left: 5px;
}

.next-product-neighbour {
    right: 22px;
}

.product-thumb .image .price-sale-rti {
    background: blue;
    left: auto;
    right: 10px;
}

.cart-btn-disabled {
    background: #e5e5e5 !important;
    color: black !important;
}

.cart-disabled-message-block {
    display: none;
    position: fixed;
    top: 75px;
    right: 150px;
    background: #f7f7f7;
    padding: 10px;
    padding-right: 25px;
    z-index: 999;
    border: 1px solid #000;
    max-width: 400px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.cart-disabled-message-btn {
    display: none;
    position: relative;
    background: #f7f7f7;
    padding: 10px;
    padding-right: 25px;
    border: 1px solid #000;
    margin-top: 20px;
}

.cart-disabled-message-block .close, .cart-disabled-message-btn .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/*
.menu-categories &gt; li:hover .submenu-blocks .submenu-block li a {
    font-weight: 500;
    font-size: 13px;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    line-height: 22px;
    padding: 8px 0;
    display: block;
}

.menu-categories &gt; li:hover .submenu-blocks .submenu-block li a:hover {
    text-decoration: underline;
}*/

.number-value, .number-value input {
    font-family: Helvetica, sans-serif;
}

.back-to-top {
    position: sticky;
    bottom: 50px;
    width: 50px;
    height: 50px;
    background: #000000a1;
    z-index: 99999;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    border: 1px solid #000;
    cursor: pointer;
    margin-left: 90%;
    opacity: 0;
}

.back-to-top.visible {
    opacity: 1;
}

.back-to-top:hover {
    background: #000000c7;
}

.page-title-btn-wrapper {
    display: flex;
}

@media (max-width: 1199px) {
    .brand-info {
        display: none;
    }

    .back-to-top {
        margin-left: 80%;
    }

    .cart-disabled-message-block {
        right: auto;
        left: 50%;
        transform: translateX(-50%);

    }
}

.product-thumb--meta {
    font-family: Helvetica, sans-serif;
}

.product-thumb--title a {
    color: black;
}

.default-nav-links li.active button {
    font-weight: bold;
    text-decoration: underline;
}

.filter_labels {
    flex: 1;
    display: flex;
    margin-left: 4px;
    flex-wrap: wrap;
}

.filter_labels a {
    color: #4F4F4F;
    background: white;
    border: 1px solid #4F4F4F;
    text-decoration: none;
    padding: 3px 10px;
    border-radius: 0px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    display: inline-block;
}

.filter_labels i {
    margin-left: 5px;
}

.product-thumb--wishlist path, .btn-wishlist path {
    fill: white;
    stroke: #646464;
}

.product-thumb--wishlist.active path, .btn-wishlist.active path {
    fill: #d30000;
    stroke: #d30000;
}

.product-thumb--wishlist {
    background: none;
}

.single-product-carousel .item {
    position: relative;
}

.single-product-carousel .item.video {
    max-height: 801px;
    padding: 8px 30px;
}

.single-product-carousel .item.video video {
    width: 100%;
}

.single-product-carousel .item .product-thumb--wishlist {
    right: 44px;
}

.radio.disabled .product-attr-checkbox {
    color: #d1d1d1;
    cursor: auto;
}

.radio.disabled .product-attr-checkbox:hover {
    color: #d1d1d1;
    border-color: #E9E9E9;
}

@media (max-width: 991px) {
    .home-banner {
        margin-bottom: 0;
    }

    .home-banner--title-wrap {
        min-height: auto;
    }

    .home-banner--title {
        margin-bottom: 0;
    }

    .product-thumb--wishlist {
        right: 10px;
        top: 10px;
    }

    .single-product-carousel .item .product-thumb--wishlist {
        right: 24px;
    }
}

.has-reservations-label {
    color: #e56868;
    font-weight: bold;
    margin-top: 5px;
    position: relative;
    z-index: 1;
}

.has-reservations-label span {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    line-height: 15px;
}

.product-thumb--h-list.size li {
    display: inline-block;
    padding: 4px 5px;
    margin-right: 5px;
    border: 1px solid #E9E9E9;
    min-width: 32px;
    text-align: center;
    font-size: 14px;
}

.product-thumb--h-list.size li.found-filter {
    border-color: #696969;
    color: #000000;
}

.product-thumb--h-list.size li.reserved {
    color: #e56868;
    border-color: #e56868;
    border-width: 2px;
}

.product-thumb .left-side-labels {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 20;
}

.product-thumb .right-side-labels {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 20;
    display: flex;
    align-items: end;
    gap: 12px;
}
.product-thumb .right-side-labels .promo-icons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-thumb .right-side-labels .promo-icons .promo-icon {
    width: 45px;
    position: relative;
}

.product-thumb .right-side-labels .promo-icons .promo-icon img {
    width: 100%;
}

.product-thumb .right-side-labels .promo-icons .promo-icon.applying {
    opacity: 0.3;
}

.product-thumb .right-side-labels .promo-icons .promo-icon.excluding:after {
    content: "";
    width: 139%;
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    right: -133%;
    background: red;
    transform-origin: 1px 1px;
    transform: rotate(135deg);
}

.product-thumb .image .is-new {
    color: #fff;
    background-color: #04a9ea;
    display: inline-block;
    padding: 0 5px;
}

.product-thumb .image .price-sale, .product-thumb .image .is-new {
    position: relative;
    bottom: initial;
    left: initial;
    margin-right: 10px;
}

.product-thumb .image .price-sale-rti {
    right: initial;
    left: initial;
    margin-right: 0;
}

.hide-next-link li:has(.next-link) {
    display: none;
}</pre></body></html>