/*
 * Webasyst Default 5.0 theme family
 *
 * Shop-Script app CSS
 * (requires linking base default.css file from the Site app)
 *
 * @link http://www.webasyst.com/
 * @author Webasyst LLC
 * @copyright 2015 Webasyst LLC
 * @package Webasyst
 *
 * ... extends base Site app's default.css
 */

@import "./css/additional.default.shop.css";

/* CSS variables with light-dark support */
:root {
    --product-topbar-selected-bg: light-dark(var(--gray6), var(--white_tr_10));
    --compare-diff-selected-bg: light-dark(var(--gray6), var(--white_tr_10));
    --filters-bg: light-dark(var(--white), var(--white_tr_8));
    --dialog-background-bg: light-dark(var(--white), var(--black));
    --product-slider-indicator-active-bg: light-dark(var(--gray-main), var(--white));
}

@supports not (color: light-dark(white, black)) {
    :root {
        --product-topbar-selected-bg: var(--gray6);
        --compare-diff-selected-bg: var(--gray6);
        --filters-bg: var(--white);
        --dialog-background-bg: var(--white);
        --product-slider-indicator-active-bg: var(--gray-main);
    }
}


/* UI */
html {
    --green2: #dfffc4;
}
/*a.bg-gray.button:not(:hover),
a.gray.button:not(:hover),
button.bg-gray:not([type=submit]):not(:hover),
button.gray:not([type=submit]):not(:hover),
input.bg-gray[type=button],
input.gray[type=button] {
    color: var(--link-color);
}*/
.wa-flex-none { flex: none; }

.icon32.loading, .icon24.loading, .icon16.loading { background: url('img/svg/spinner-solid.svg?v2') no-repeat 100% 100%; background-size: contain;width: 24px;height: 24px; -webkit-animation: rotating 1s linear infinite; animation: rotating 1s linear infinite; }
.s-loading-content .icon16.loading, .icon32.loading { width: 48px; height: 48px; }
/* spinner */

.currency-toggle select {
    padding:   0.459rem 1.6rem 0.459rem 0.459rem;
    font-size: 0.875rem;
    color:     var(--gray1);
}
.bonus { background: #ceb; padding: 2px 4px 1px; }
.plugin { margin-bottom: 20px; }
/* shipping and payment plugins ouput */

span.loading { position: relative; top: 4px; left: 10px; }
.checkout span.loading { position: relative; top: 4px; left: 10px; }

.auth li .userpic20 { margin: 0; width: 20px; height: 20px; }

#compare-leash { position: fixed; bottom: 0; font-size: 1em; left: 0; z-index: 9999; width: 100%; }
#compare-leash .container { padding-bottom: 0; text-align: right; }
#compare-leash a { font-weight: 400; color: var(--gray6); background: var(--gray1); display: inline-block; padding: 12px 16px;
    transition:                 background-color 0.5s ease-in-out;
    box-shadow:                 var(--shadow1);
    border-radius:              clamp(0px, var(--element-border-radius), 1rem) clamp(0px, var(--element-border-radius), 1rem) 0 0;
}
#compare-leash a:hover { background: var(--red); color: var(--white) !important; }
#compare-leash a.just-added { background: var(--red); }

.blog-posts li {
    transform:  translateY(0);
    transition: transform 200ms linear;
}

.blog-posts li:hover {
    transform: translateY(-5px);
}

.blog-posts li img {
    max-width:     100%;
    height:        auto;
    border-radius: var(--element-border-radius);
}

.welcome-note {
    line-height: 150%;
    margin:      3rem 0 2rem;
    padding:     0 5rem;
}

@media (max-width: 768px) {

    .welcome-note {
        margin:  1.5rem 0;
        padding: 0 1.25rem
    }
}

/* Product list
--------------- */


ul.related-bxslider { padding: 0; overflow: hidden; position: relative; }
ul.related-bxslider li { list-style: none; }
.related .bx-wrapper {
    margin: 0;
}
.related .bx-wrapper .bx-viewport {
    box-shadow: none;
    left:       0;
    border:     none;
}
.related .bx-wrapper .bx-prev {
    left: 12px;
}
.related .bx-wrapper .bx-next {
    right:     12px;
    transform: rotate(180deg);
}
.related .bx-wrapper .bx-controls-direction a {
    margin:        0;
    transition:    all 222ms linear;
    z-index:       auto;
    overflow:      hidden;
    width:         40px;
    height:        40px;
    background:    var(--white) url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7416 19.4918C10.286 19.9474 9.54733 19.9474 9.09172 19.4918L0.34172 10.7418C-0.113893 10.2862 -0.113893 9.54748 0.34172 9.09187L9.09172 0.341871C9.54733 -0.113741 10.286 -0.113741 10.7416 0.341871C11.1972 0.797483 11.1972 1.53618 10.7416 1.99179L2.81659 9.91683L10.7416 17.8419C11.1972 18.2975 11.1972 19.0362 10.7416 19.4918Z' fill='currentColor'/%3E%3C/svg%3E%0A") center no-repeat;
    box-shadow:    var(--shadow);
    border-radius: var(--element-border-radius);
    top:           3.875rem;
}
.related .bx-wrapper .bx-controls-direction a:hover {
    background-position: .6875rem;
}
.related h3 input.gray[type="button"] {
    font-size: 0.65em;
    position:  relative;
    top:       -2px;
    left:      5px;
}

.compare-from-list { position: relative; top: 2px; left: 6px; }
.compare-from-list:hover { }
.compare-from-list.active { color: var(--gray1) }
a.compare { color: var(--gray4) !important; }

/* Homepage
----------- */

.bullets { margin: 0; background: var(--bg-gray-color); border-radius: 15px; padding: 20px; }
.bullet { }
.bullet h4 { margin-bottom: 10px; font-size: 1.25rem; }
.bullet p { margin-bottom: 0; color: var(--gray3); font-size: 14px; }
.bullet svg { color: var(--gray1); margin-bottom: 16px; }

.bestsellers .product-list { margin-top: 1.375rem; }
.bestsellers .bestsellers-header { color: var(--text-color); font-weight: normal; font-size: 2rem; margin: 1.5rem 0 0; line-height: normal; }

.section-header { font-weight: 400; font-size: 32px; line-height: 38px; color: var(--text-color); margin-top: 3rem; }

.onsale.related { border-top: none; margin-top: 0; margin-bottom: 30px; padding-top: 0; }

.sidebar.left-sidebar { float: left; }
.content.with-sidebar.left-sidebar { margin-right: 0; margin-left: 290px; }

.sidebar ul.tree { padding: 10px 20px; }
.sidebar ul.tree li a { padding: 10px 0; font-size: var(--h5-size); line-height: normal; color: var(--text-color); transition: opacity 200ms linear; }
.sidebar ul.tree li a:hover { opacity: .6 }

/* Product page
--------------- */

.product-topbar { display: flex; flex-wrap: wrap; align-items: center; padding: 0; gap: 12px; margin: 0 0 34px 0; color: var(--gray4); font-size: 16px }
.product-topbar a, .product-topbar a:visited { color: var(--gray3); }
.product-topbar > li { display: inline-flex; align-items: center; }
.product-topbar > li:last-child { margin-left: 30px; }
.product-topbar > .selected { padding: 4px 6px; background-color: var(--product-topbar-selected-bg); border-radius: min(.3125rem, var(--element-border-radius));}
.product-topbar > .selected a { color: var(--header-menu-pages-link-color) }
.product-topbar .hint { color: var(--gray4); font-size: 1em; }
.product-topbar .compare-add { color: var(--gray4); }
.product-topbar .compare-add:hover { color: var(--gray1); }
.product-topbar .compare-remove { color: var(--gray1) !important; }
.product-topbar .compare-add span, .product-topbar .compare-remove span { vertical-align: text-top; margin-left: 6px; }

.product-media-purchase { display: flex; flex-wrap: wrap; background: var(--bg-color-accent); box-shadow: var(--shadow); border-radius: var(--element-border-radius); padding: 30px; margin-bottom: 32px; overflow: hidden; }

.product-media { display: flex; }
@media (max-width: 768px) {
    .product-media { flex-direction: column-reverse; }
}

.s-product-desc { color: var(--gray3); }

.product-sidebar { padding: 30px; margin-bottom: 40px; border-radius: var(--element-border-radius); }
.product-info--wrapper, .s-review-wrapper { margin-bottom: 32px; padding: 30px; background: var(--bg-color-accent); box-shadow: var(--shadow); border-radius: var(--element-border-radius); color: var(--text-color); line-height: 21px; }
.product-info--wrapper img, .s-review-wrapper img { max-width: 100%; }
.product-gallery, .video-container { text-align: center; margin: 0; max-width: 420px; border-radius: var(--element-border-radius); overflow: hidden; }
.video-container iframe { max-width: 100%; }

.features { list-style: none; margin: 0; padding: 0; column-gap: 30px; row-gap: 24px;}
.feature-dot-divider {border-bottom: 1px dotted var(--gray5); height: 1em; margin: 0 5px;}
.features .name {color: var(--gray4);}
.features .value {color: var(--header-menu-pages-link-color);}

ul.product-nav { display: flex; flex-wrap: wrap; gap: 16px; list-style: none; margin: 0; padding: 0; }
ul.product-nav li { display: inline-flex; }
ul.product-nav li a { }
ul.product-nav li.selected a { background-color: var(--link-color) !important; color: var(--white) }

.product-sidebar .cart [type=submit] { width: 100%; }
.product-purchase { color: var(--text-color); }
.options { }
.options > * { margin-bottom: 35px; }
.options .inline-select a {
    border:          1px solid var(--gray5);
    border-radius:   min(.5em, var(--element-border-radius));
    display:         inline-flex;
    align-items:     center;
    justify-content: center;
    padding:         3px 7px;
    margin-right:    8px;
    text-decoration: none;
    position:        relative;
    min-width:       40px;
    height:          40px;
    text-align:      center;
    color:           var(--text-color);
}
.options .inline-select.color a { min-width: 32px; height: 32px; text-indent: -9999px;}
.options .inline-select a:hover { border-width: 2px }

/* Mobile product modal */
.product-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.product-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgb(61 61 61 / 38%);
}
.product-modal__sheet {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-bg-dark);
    color: var(--text-color, #fff);
    border-radius: 16px 16px 0 0;
    max-height: 85vh;
    overflow-y: auto;
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.product-modal__close {
    position: fixed;
    top: 8px;
    right: 12px;
    background-color: var(--color-contrast-lower);
    border: 0;
    color: currentColor;
    z-index: 1;
}
.product-modal__content {
    display: grid;
    gap: 12px;
}
.product-modal__image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 12px;
    background: var(--gray6);
}
.product-modal__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.product-modal__title {
    font-size: 18px;
    font-weight: 600;
}
.product-modal__price .price {
    font-size: 18px;
    font-weight: 700;
}
.product-modal__features {
    font-size: 12px;
    color: var(--gray3);
}
.product-modal__skeleton {
    display: grid;
    gap: 12px;
}
.product-modal__skeleton-image,
.product-modal__skeleton-line,
.product-modal__skeleton-block,
.product-modal__skeleton-button {
    background: var(--background-color-skeleton, #2b2b2b);
    border-radius: 12px;
    animation: product-modal-shimmer 1.2s linear infinite;
    background-image: linear-gradient(90deg, rgba(255,255,255,0.03), rgba(255,255,255,0.12), rgba(255,255,255,0.03));
    background-size: 200% 100%;
}
.product-modal__skeleton-image {
    aspect-ratio: 4 / 3;
}
.product-modal__skeleton-line {
    height: 12px;
}
.product-modal__skeleton-line.short {
    width: 60%;
}
.product-modal__skeleton-block {
    height: 48px;
}
.product-modal__skeleton-button {
    height: 44px;
    border-radius: 999px;
}
@keyframes product-modal-shimmer {
    0% { background-position: 0% 0; }
    100% { background-position: -200% 0; }
}
.product-modal-open {
    overflow: hidden;
}
.product-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}
.product-modal.is-open .product-modal__sheet {
    transform: translateY(0);
}
.product-modal.is-closing .product-modal__sheet {
    transform: translateY(100%);
}

/* Mobile cart progress */
.progress-bar {
    width: 100%;
    height: 4px;
    border-radius: 999px;
    overflow: hidden;
}
.progress-bar__fill {
    height: 100%;
    border-radius: 999px;
    transition: width 0.1s linear;
}
.options .inline-select a .color_name { display: none; position: absolute; bottom: -22px; left: 50%; font-size: 0.6em; color: rgba(0, 0, 0, 0.7); margin-left: -40px; width: 80px; }
.options .inline-select a .color_checkmark { display: none; position: absolute; top: 7px; left: 10px; }
.options .inline-select a.selected { border: 2px solid var(--link-color); }
.options .inline-select a.selected .color_name { display: block; }
.options .inline-select a.selected .color_checkmark { display: block; }
.services { margin-bottom: 20px; line-height: 1.4em; }
.services > *:not(:last-child) { margin-bottom: 12px; }
.aux { padding: 15px; font-size: 0.9em; }

.img-thumbs { margin-right: 20px; max-height: 420px; overflow: hidden; }
@media (max-width: 768px) {
    .img-thumbs { margin-right: 0; max-height: 100%; overflow: hidden; }
}
.img-thumbs .bx-wrapper {
    margin-bottom: 30px;
    max-height: 340px;
}
.img-thumbs .bx-wrapper .bx-viewport {
    max-height: 340px;
}
.img-thumbs .bx-wrapper .bx-controls-direction a {
    position:         absolute;
    outline:          0;
    width:            64px;
    height:           24px;
    margin-top:       0;
    background-color: var(--white);
    border-radius:    var(--element-border-radius);
    text-indent:      -9999px;
    z-index:          1;
}
.img-thumbs .bx-wrapper .bx-next {
    left:       0;
    top:        calc(100% + 16px);
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18%209L12%2015L6%209%22%20stroke%3D%22%23333333%22%20stroke-width%3D%221.875%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center;
}
.img-thumbs .bx-wrapper .bx-next::after {
    content:          '';
    width:            64px;
    height:           40px;
    background-color: #fafafa;
}
.img-thumbs .bx-wrapper .bx-prev {
    left:       0;
    top:        -40px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18%2015L12%209L6%2015%22%20stroke%3D%22%23333333%22%20stroke-width%3D%221.875%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center;
}
.img-thumbs .bx-wrapper .bx-prev:hover,
.img-thumbs .bx-wrapper .bx-prev:focus,
.img-thumbs .bx-wrapper .bx-next:hover,
.img-thumbs .bx-wrapper .bx-next:focus {
    background-position: center;
}
.image { position: relative; display: inline-block; max-width: 100%; }
.image#product-core-image { }
.image img { max-width: 100%; height: auto; }
.image img[src*="dummy"] {
    background-color: var(--gray5);
}

.image #switching-image { background: rgba(255, 255, 255, .5); padding: 10px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.image .switching-image-loading {position: absolute;left: 50%;top: 50%; transform: translate(-50%, -50%);}
.more-images { }
.more-images .image img { border-radius: var(--element-border-radius); max-width: 64px; padding: 1px; opacity: .6; }
.more-images .image.selected img { background: #fafafa; opacity: 1 }

ul.skus { list-style: none; padding-left: 2px; }
ul.skus li { padding-bottom: 3px; }

.stocks { margin-top: 10px; margin-bottom: 15px; }
.stocks strong { white-space: nowrap; }
.stocks .stock-critical { color: var(--red); }
.stocks .stock-low { color: var(--orange); }
.stocks .stock-high { color: var(--green); }
.stocks .stock-none { color: #aaa; white-space: normal; }
.stocks .icon16 { margin-top: 0.1em; }

ul.sorting { margin-left: 0; margin-bottom: 32px; margin-top: 32px; padding-left: 0; }
ul.sorting li { padding-right: 10px; list-style: none; display: inline-block; }
ul.sorting li:first-child { color: var(--gray4); }
ul.sorting li a { padding: 2px 3px; text-decoration: underline; color: var(--header-menu-pages-link-color); }
ul.sorting li.selected a { color: var(--link-color);}

i.sort-desc { display: inline-block; height: 8px; width: 8px; border: 1px solid var(--link-color); border-width: 1px 1px 0 0; transform: rotate(-45deg); margin: 0 0 -1px 3px; }
i.sort-asc {display: inline-block; height: 8px; width: 8px; border: 1px solid var(--link-color); border-width: 1px 1px 0 0; transform: rotate(135deg); margin: 0 0 3px 3px;}

.qty input { width: 67px; text-align: center; }
.compare-at-price { text-decoration: line-through; color: var(--gray4); margin: 0 3px; font-size: .875em; font-weight: 400; }
.compare-at-price .price-wrapper .price { font-size: 100%; font-weight: normal; color: var(--gray4); }
.out-of-stock strong { color: #aaa; font-size: 0.9em; }
.disabled { color: #777; }
.description { }
.description p:last-child { margin-bottom: 0 }
.error { color: var(--red); }
.rating i.icon16 { margin-right: 0.13em; margin-top: -1px; }
span.rating { white-space: nowrap; }
h1 .rating i.icon16 { margin-top: 0.42em; }

.add2cart { margin-bottom: 16px; display: flex; align-items:flex-end;gap: .5rem;flex-wrap: wrap; }
.add2cart .badge:not(:last-child) { margin-right: 4px; }
.add2cart .price { font-size: 1.5em; font-weight: 600; }
.add2cart .pickup-btn { white-space: nowrap; background-color: var(--gray6); color: var(--gray1); font-weight: 600; padding: 0.938em; }
.add2cart .gotocart-btn { background-color: var(--gray6); color: var(--gray1); padding: .5em 2em; vertical-align: middle; }
.add2cart .pickup-btn:hover,
.add2cart .gotocart-btn:hover {
    background-color: var(--button-hover-bg-color);
    color:            var(--button-text-color);
}
.add2cart .pickup-btn:active,
.add2cart .gotocart-btn:active {
    background-color: var(--button-active-bg-color);
    color:            var(--button-active-text-color);
}



ul.compare-diff-all { list-style: none; margin: 0; padding: 0; font-size: var(--h5-size); }
ul.compare-diff-all li { display: inline-block; margin-right: 14px; }
ul.compare-diff-all li a { color: var(--header-menu-pages-link-color); padding: 4px 6px; }
ul.compare-diff-all li.selected a { color: var(--gray3); background: var(--compare-diff-selected-bg); border-radius: min(.3125rem, var(--element-border-radius)); }

#compare-clear { font-size: var(--h5-size); color: var(--header-menu-pages-link-color); margin-left: 14px; }
#compare-clear span { width: 18px; height: 18px; border-radius: 50%; border: 1px solid var(--gray1); color: var(--header-menu-pages-link-color); display: inline-grid; place-content: center; font-size: 1rem; }

.compare-wrapper { overflow: auto; scrollbar-width: none; position: relative; background-color: var(--bg-color-accent); border-radius: var(--element-border-radius); }
.compare-wrapper::-webkit-scrollbar { display: none; }


table.compare { width: 100%; --item-width: 230px; }
table.compare caption { text-align: left; height: 0; }
table.compare caption .compare-navs { margin: 0; padding: 0; position: sticky; left: var(--item-width); width: 930px; height: 0; list-style: none; z-index: 3; }
table.compare caption .compare-navs li { position: absolute; top: 85px; width: 48px; height: 48px; background: var(--white-auto); border-radius: var(--element-border-radius); box-shadow: var(--shadow); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; color: var(--gray1); }
table.compare caption .compare-navs .prev { left: -30px; }
table.compare caption .compare-navs .next { right: 3px; }
table.compare thead th { background-color: var(--bg-color-accent); text-align: left; position: sticky; z-index: 1; top: 0; vertical-align: top; }
table.compare thead th:first-child { background-color: var(--bg-color-accent); z-index: 2;}
table.compare thead .s-compare-item { position: relative; border-radius: var(--element-border-radius); padding: 16px; margin-top: 15px; width: var(--item-width); }

table.compare thead .name-link { color: var(--text-color); font-weight: 400; line-height: 150%; }
table.compare thead .compare-remove { position: absolute; top: -8px; right: -8px; left: auto; width: 24px; height: 24px; }
table.compare thead .compare-remove span { width: 24px; height: 24px; border-radius: 50%; color: var(--white-auto); display: inline-grid; place-content: center; font-size: 18px; font-weight: 400; }
table.compare th, table.compare td { padding: 10px; min-width: var(--item-width); text-align: center; }
table.compare th:first-child, table.compare td:first-child { position: sticky; top: 0; left: 0; }
table.compare tr.divider > td { color: var(--gray3); }
table.compare tr:not(.divider):hover > td { }
table.compare td { text-align: left; border: 0; border-bottom: 1px solid var(--gray5); padding: 10px; font-size: 14px; line-height: 150%; color: var(--header-menu-pages-link-color); }
table.compare td:first-child { background-color: var(--bg-color-accent); color: var(--gray4); min-width: var(--item-width); width: var(--item-width); }
table.compare td .price { font-size: 1em; }
table.compare td a { text-decoration: none; }
table.compare td a.compare-remove { position: relative; top: -0.2em; left: 0.2em; }

table.compare th img { display: block; margin: 0 0 7px; width: 96px; height: 96px; border-radius: var(--element-border-radius); }

@media all and (max-width: 760px) {
    table.compare td:first-child, table.compare th:first-child { display: none; }

    table.compare .feature-data::before { content: attr(data-feature-name); color: var(--gray4); display: block; }

    table.compare tr.divider { display: none; }
}


table.features { border-spacing: 0; border-collapse: collapse; }
table.features td { padding: 5px 0 2px; border: none; }
table.features td.name { min-width: 145px; color: #777; vertical-align: top; }
table.features tr.divider td { border-bottom: 1px solid var(--gray20); padding-left: 0; padding-top: 15px; padding-bottom: 0; font-weight: bold; text-transform: uppercase; color: #aaa; }

.related { border-top: 1px solid var(--divider-color); padding-top: 30px; margin-top: 50px; }

/* Product reviews
------------------ */

table.rating-distribution td { padding: 2px 15px 2px 0; border: none; }
table.rating-distribution td .bar { background: var(--gray5); width: 160px; height: 8px; border-radius: min(.4375rem, var(--element-border-radius)); }
table.rating-distribution td .bar .filling { background: var(--orange); height: 8px; border-top-left-radius: min(.4375rem, var(--element-border-radius)); border-bottom-left-radius: min(.4375rem, var(--element-border-radius)); }

.write-review { margin: 30px 0 40px; }
.write-review a, .write-review a:hover, .write-review a:visited { font-size: 16px; color: var(--white)}

.review { margin-bottom: 0; }
.review .summary { color: var(--gray); }
.review .summary h6 { color: var(--text-color); }
.review .summary .username { color: var(--text-color); font-size: 16px }
.review .summary a.username:hover { color: var(--red); }
.review .summary a { display: inline; padding: 0; }
.review .summary .image { width: 24px; height: 24px; border-radius: 50%; }
.review .summary .date { color: var(--gray20); line-height: normal; }
.review .actions a { padding: 0 !important; }
.review .s-images-list .s-image { max-width: 100%; }

.write-review-closed .col.w4 { padding-top: 119px; }
@media screen and (max-width: 1024px) {
    .write-review-closed .col.w4 { padding-top: 0; }
}
.reviews { margin-bottom: 20px; }
.reviews ul { margin-left: 0; padding: 0; list-style: none; }
.reviews ul:empty { display: none; }
.reviews > ul > li { margin-bottom: 40px; }
.reviews ul li ul {padding-left: 26px; margin-top: 30px; }

.reviews ul li ul .s-review-wrapper { box-shadow: none;}
.reviews ul li ul li .review h6 { color: #555; }
.reviews ul li .review-form { padding: 20px 0 0; }
.reviews ul li .review-form textarea { min-height: 100px; }
.reviews ul .in-reply-to { background: var(--bg-color); border-radius: var(--element-border-radius); box-shadow: none; padding: 15px; }
.reviews ul .in-reply-to .actions { display: none; }
.reviews ul li ul li.in-reply-to { box-shadow: none; padding: 0; }
.reviews ul .new { background: #fffbe8; padding: 15px; border: 30px solid var(--white); box-shadow: var(--shadow); border-radius: var(--element-border-radius); }
.reviews textarea { height: 100px; min-height: 100px; margin-top: 0; }

.review-form { padding: 0; margin-bottom: 30px; }
.review-form h4 { margin: 0 0 20px; font-weight: normal; }
.review-form-fields p { margin: 0 0 24px; min-height: 40px; display: flex; align-items: center; gap: 0.35rem; }
.review-form-fields .review-text label { align-self: flex-start; }
.review-form-fields p.review-field a { display: inline; padding: 0; text-decoration: none; }
.review-form-fields label { width: 160px; display: block; float: left; margin: 0 10px 0 0; color: #aaa;}
.review-form-fields input[type="text"] { width: 20em;}
.review-form-fields #review-title { min-width: 70%; }
.review-form textarea { min-width: 70%; min-height: 160px; box-sizing: border-box; }
.review-form .review-submit { padding: 0 0 20px 170px;}
.review-form .userpic { width: 20px; height: 20px; float: left; margin-right: 5px; border-radius: 50%; }
.review-form ul.menu-h.auth-type { padding-bottom: 1.25rem; align-items: center; gap: 1rem; }
.review-form ul.menu-h.auth-type li { line-height: 1; }
.review-form ul.menu-h.auth-type li a { padding: 0; }
.review-form label { width: 160px; display: block; float: left; margin: 0 10px 0 0; color: #aaa; }
.review-form .review-submit { margin-top: 20px; }
.reviews span.rate { line-height: 1.3em; display: block; margin: 0.5em 0; }
.reviews span.rate a { text-decoration: none !important; }
.reviews span.rate .icon10 { background-repeat: no-repeat; background-image: url(../../../../wa-content/img/icon10.png); height: 10px; width: 10px; display: inline-block; text-indent: -9999px; }
.reviews span.rate .icon10.star { background-position: -60px -40px; }
.reviews span.rate .icon10.star-empty { background-position: -80px -40px; }

input.error, textarea.error { border: 2px solid var(--red); }
.errormsg { color: var(--red); margin-left: 170px; display: block; }

.review-form .service-agreement-wrapper { width: 100%; margin-bottom: 14px; }
.review-form .service-agreement-wrapper .errormsg { margin-left: 0px; }

/* Product badges
----------------- */

.badge { display: inline-block; padding: .125rem .5rem; font-size: .875rem; line-height: 150%; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: var(--element-border-radius); color: var(--white); font-weight: 400; border: .0625rem solid var(--white) }

.badge.new { background: var(--yellow); }
.badge.low-price { background: var(--red); }
.badge.bestseller { background: var(--blue); }


.product-gallery .badge { }
.product-gallery .badge span { }

.slider .badge { }
.slider .badge span { }

/* Category
----------- */

.category-description { margin: 24px 0 32px; color: var(--gray3); }

.filters { padding: 16px; margin-bottom: 32px; box-shadow: 0px 5px 30px 0px #0000001A; border-radius: var(--element-border-radius); background: var(--filters-bg); }
.filters .filters-toggle-wrapper { display: none }
.filters input[type="text"] { font-size: 0.9em; width: 100%; text-align: right; padding: 0.625em 1em; color: var(--text-color); }
.filters input[type="submit"], .filters input[type="reset"] { font-size: 0.95em; padding: .678em .857em; font-weight: 400; width: 100%; margin-top: 50px; color: var(--link-color); position: sticky; bottom: 1em; z-index: 1; }
.filters .filters-form-wrapper {gap: 16px; }
.filters .filter-param .s-label { color: var(--text-color-additional); }
.filters .filter-param:not(:first-child) { margin-top: 34px;}
.filters .filter-param input { font-size: .875em;  }
.filters .filter-param input[name^="color"] { margin-top: 1px !important; }
.filters .filter-param input[name^="color"] ~ span { display: inline-flex; align-items: center; gap: 4px; white-space: nowrap; }
.filters .filter-param input[name^="color"] ~ span > .icon16 { margin: 1px 0 0 0; }
.filters h5 { margin-bottom: 16px; font-weight: normal; word-break: break-word; font-size: 1em; }
.filters label { display: flex; color: var(--text-color-secondary); font-size: .875em; gap: 0.5rem; align-items: center; }
.filters label:not(:last-child) { margin-bottom: 8px;}

.filters .slider { background: transparent; }
.filters .ui-slider { margin: 24px 18px 10px 8px; display: block; border-radius: 20px;}
.filters .ui-slider-horizontal { height: 8px; border: none; background: var(--gray6); }
.filters .ui-slider-horizontal .ui-slider-handle,
.filters .ui-slider-horizontal .ui-slider-handle.ui-state-focus { top: -0.5rem; margin-left: -0.4rem; height: 1.5rem; width: 1.5rem; border-radius: 50%; z-index: 0; }
.filters .ui-slider-horizontal .ui-slider-handle.ui-state-hover { }
.filters .ui-slider-horizontal.ui-widget-content { background: var(--gray6); }
.filters .ui-slider-horizontal .ui-widget-header { background: var(--link-color); height: 8px; position: relative; z-index: 0; }
.filters .ui-widget-content .ui-state-default { border: .25rem solid var(--link-color); background: var(--white); }
.filters .s-range-date-item { display: flex; }
.filters .s-range-date-item .s-datepicker-wrapper:first-of-type { margin-right: 0.25rem; }

@media (max-width: 760px) {
    .filters .filter-slider { display: none; }
}

/* Checkout
----------- */

.checkout { margin: 20px 0 0; }
.checkout select { max-width: 264px; }
.checkout-header { margin: 0; color: #999; background: var(--white); padding: 20px; }
.checkout-header h3 { margin-bottom: 0; }
.checkout-header h3 a { text-decoration: none; color: #777; font-weight: normal; }
.checkout-header h3 a:hover { color: var(--red) !important; }
.checkout-header strong { color: #666; }
.checkout ul.checkout-options { padding-left: 25px; }
.checkout ul.checkout-options li { list-style: none; position: relative; margin-bottom: 50px; clear: both; }
.checkout ul.checkout-options li h3 { font-weight: bold; margin-bottom: 10px; }
.checkout ul.checkout-options li h3 label { margin-right: 10px; }
.checkout ul.checkout-options li .rate { float: right; text-align: center; width: 250px; }
.checkout ul.checkout-options li p { width: 70%; font-size: 0.85em; }
.checkout ul.checkout-options li input[type="radio"] { position: absolute; top: 4px; left: -25px; }
.checkout ul.checkout-options li label input[type="radio"] { top: 7px; }
.checkout ul.checkout-options li img.method-logo { position: relative; float: left; margin-right: 10px; top: -6px; left: 0px; /* adjusted for default 60x32-px logos */ }
.checkout ul.checkout-options li .wa-form { margin-top: 0px; margin-bottom: 30px; }
.checkout ul.checkout-options li .wa-form label input[type="radio"] { position: static; }

.checkout .checkout-result { padding: 60px 0 20px; text-align: center; }
.checkout .checkout-result h1 { font-size: 4em; margin-bottom: 50px; font-weight: bold; }
.checkout .checkout-result .welcome { margin-top: -80px; padding-top: 280px; }
.checkout .checkout-result.error h1 { color: var(--red); }
.checkout .checkout-result .wa-form { margin: 10px auto 20px; width: 400px; float: none; text-align: left; }
.checkout .checkout-result .back { margin-top: 50px; }
.checkout { padding: 0; }
.checkout h2 { padding: 15px 20px 18px; font-weight: normal; margin: 0; background: #f3f3f3; margin-top: 10px; }
.checkout h2 a { text-decoration: none; color: var(--text-color); }
.checkout h2 a:hover { color: var(--red) !important; }
.checkout h2.upcoming a:hover { color: var(--text-color) !important; cursor: default; }
.checkout h2 a.hint { font-size: 0.6em; color: #aaa; text-decoration: none; margin-top: 2px; }
.checkout h2 a.hint strong { text-decoration: underline; }

.checkout .checkout-step.is-done .step-header { position: relative; }
.checkout .checkout-step.is-done .step-header:after { content: ""; position: absolute; top: 0; right: 0; width: 60px; height: 100%; background: transparent url("img/checkout-done.png") 50% no-repeat; background-size: 30px; }

.checkout .checkout-step-content { padding: 20px; background: var(--white); }
.checkout ul { list-style: none; padding-left: 0; margin-top: 0; }
.checkout ul li { font-size: 1.1em; margin-bottom: 5px; }
.checkout ul li input[type="radio"] { margin-right: 3px; }
.checkout #login-form h1 { display: none; }
.checkout input.large { font-size: 1.4em; }
.checkout .comment { width: 100%; height: 100px; margin-bottom: 20px; }
.checkout blockquote img { margin-right: 20px; float: left; border-radius: 50%; }
.checkout blockquote p { margin-bottom: 10px; margin-left: 70px; }
.checkout blockquote p span { color: var(--text-color); }
.checkout-step { box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1); }

.checkout .errormsg.inline { display: inline; margin-left: 10px; }

.checkout table.table { width: 100%; }
.checkout table.table td { border: none; }

.checkout .last span.loading {left: -10px}

.checkout .wa-form .wa-field input,
.checkout .wa-form .wa-field select { font-size: 1.2em; }
.checkout .wa-form .wa-field .wa-name { padding-top: 0.3em; }
.checkout .wa-form .wa-field.wa-field-email .wa-value input { min-width: 300px; }
.checkout .wa-form .wa-field.wa-field-birthday .wa-value select { margin-right: 5px; }
.checkout .wa-form .wa-field.wa-field-address p { margin: 0; }
.checkout .wa-form .wa-field.wa-field-address .wa-field-address-zip input { min-width: 100px; width: 20%; }

#checkout-contact-form input[type="checkbox"] { margin: 0; transform: translate(0, 5px); }

.wa-order-form-wrapper .wa-login-link { color: var(--link-color); }

.wa-signup-form-wrapper .wa-field .wa-value p input[type="radio"], .wa-signup-form-wrapper .wa-field .wa-value p input[type="checkbox"] { display: inline-block !important; }
.wa-signup-form-wrapper .wa-field .wa-value label:not(:first-child) { margin-top: 4px; }

.wa-forgotpassword-form-wrapper .wa-forgotpassword-form-fields .wa-field .wa-forgotpassword-button { vertical-align: baseline; }
.wa-forgotpassword-form-wrapper .wa-forgotpassword-form-fields .wa-field .wa-forgotpassword-button input[type="submit"] { background: var(--link-color); }
.wa-forgotpassword-form-wrapper .wa-forgotpassword-form-fields .wa-field .wa-forgotpassword-button input[type="submit"]:hover { opacity: 0.75; }

/* Dialogs
---------- */

.dialog { display: none; }
.dialog-background { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--dialog-background-bg); opacity: 0.8; filter: alpha(opacity=80); z-index: 99; }
.dialog-window .cart { position: fixed; top: 5%; left: 0; right: 0; opacity: 1; z-index: 100; overflow-x: hidden; margin: 0 auto; text-align: left; width: 600px; background: var(--bg-color-accent); padding: 20px 30px 30px; max-height: calc(100vh - 10%); box-shadow: var(--shadow1); border-radius: var(--element-border-radius); }
.dialog-window .cart img { border-radius: var(--element-border-radius); }
.dialog-window .cart .purchase { display: block; }
.dialog-window .dialog-close { float: right; color: var(--gray4); text-decoration: none; font-size: 200%; margin-top: 9px; }

/* Customer account
------------------- */

.order-status { padding: 2px 5px; color: var(--white); border-radius: var(--element-border-radius); }
h1 .order-status { font-size: 0.75em; margin-left: 10px; }

/* Swipebox
----------- */

#swipebox-caption { display: none; }
#swipebox-overlay { background: var(--bg-color) !important; }
#swipebox-action { background: rgba(255, 255, 255, 0.42) !important; opacity: 0.8 !important; border-top: none !important; bottom: 0 !important; }
#swipebox-action.visible-bars { transform: none !important; -webkit-transform: none !important; -o-transform: none !important; }
#swipebox-close,
#swipebox-prev,
#swipebox-next { background-size: 120px 24px; }


.wa-quantity-cart-section .wa-button-wrapper .wa-button:hover::after {
    display: none;
}

/* Skeleton UI */
.skeleton { --background-color-skeleton: rgba(0, 20, 80, 0.05); color: #777; animation: animation-skeleton-flickering 1.5s ease-in-out .5s infinite; }
.skeleton .skeleton-line { background: var(--background-color-skeleton); height: 1.25rem; display: block; border-radius: 0.5rem; margin-bottom: 0.75rem; }

/* Datepicker UI */
.s-ui-datepicker.ui-datepicker table {
    font-size:   0.9em;
    line-height: 1.2em;
    margin:      0
}
.s-ui-datepicker.ui-datepicker th {
    font-weight: 500;
}

.s-ui-datepicker .ui-datepicker-prev span {
    background:              transparent url("../../img/frontend/order/svg/sprite.background.svg#arrow-left") 50% no-repeat;
    -webkit-background-size: 6.34px 11px;
    -moz-background-size:    6.34px 11px;
    background-size:         6.34px 11px
}
.s-ui-datepicker .ui-datepicker-next span {
    background:              transparent url("../../img/frontend/order/svg/sprite.background.svg#arrow-right") 50% no-repeat;
    -webkit-background-size: 6.34px 11px;
    -moz-background-size:    6.34px 11px;
    background-size:         6.34px 11px
}

.s-ui-datepicker .ui-widget-header {
    border:        solid #efefef;
    border-width:  0 0 1px;
    border-radius: 0;
    background:    transparent;
}

.s-ui-datepicker .ui-state-default,
.s-ui-datepicker.ui-widget-content .ui-state-default,
.s-ui-datepicker .ui-widget-header .ui-state-default,
.s-ui-datepicker .ui-button,
.s-ui-datepicker .ui-button.ui-state-disabled:hover,
.s-ui-datepicker .ui-button.ui-state-disabled:active {
    border:      1px solid transparent;
    background:  transparent;
    font-weight: normal;
    color:       #333;
    text-align:  center
}
.s-ui-datepicker .ui-state-active,
.s-ui-datepicker.ui-widget-content .ui-state-active,
.s-ui-datepicker .ui-widget-header .ui-state-active,
.s-ui-datepicker a.ui-button:active,
.s-ui-datepicker .ui-button:active,
.s-ui-datepicker .ui-button.ui-state-active:hover {
    border:      1px solid transparent;
    background:  transparent;
    font-weight: bold;
    color:       #000
}

.s-ui-datepicker select { padding: 0.275em 1.5em 0.275em 0.5em; }
.s-ui-datepicker .ui-datepicker-title { display: flex; gap: 0.25rem; }

/* LAPTOP only */
@media screen and (min-width: 1025px) and (max-width: 1299px) {
    .container { min-width: 998px; max-width: 1024px; margin-left: auto; margin-right: auto; padding: 0; }
    .filters .filter-param .slider input { font-size: 90%; padding: 0.5rem; width: 72px; }
}

/* TABLET only
============== */

@media screen and (min-width: 760px) and (max-width: 1024px) {

    .nav-sidebar { width: 180px; }

    .page-content.with-sidebar { margin-left: 180px; }



    header ul.flyout-nav li .flyout { padding: 15px 0; }

    .product-sidebar .cart { padding: 20px; }

    .welcome { margin-left: 20px; margin-right: 20px; }

    .slider a h3 { font-size: 2.4em; }

    .bestsellers .bestsellers-header { font-weight: 400; font-size: 32px; line-height: 38px; color: var(--text-color); }


}

/* MOBILE only
============== */

@media screen and (max-width: 768px) {
    .content.with-sidebar { }

    header ul.flyout-nav li .flyout ul.menu-v { display: flex; flex-wrap: wrap; --gap: 10px; gap: var(--gap); }

    header ul.flyout-nav li .flyout ul.menu-v ul.menu-v { display: block; }

    header ul.flyout-nav li .flyout ul.menu-v li a { padding-inline: 0; }

    header ul.flyout-nav li .flyout { padding: 15px; }

    header ul.flyout-nav li .flyout .departments ul.menu-v li { width: 100%; margin: 0; }

    .bestsellers .bestsellers-header { font-size: 1.4em; line-height: 1.4em; }

    .product-sidebar { width: 100%; }

    .product-sidebar .cart { padding: 20px; }

    .product-info { margin-right: 0; }

    .product-info--wrapper iframe { max-width: 100%; max-height: 200px; }

    .img-thumbs .bx-wrapper .bx-prev { left: -48px; top: 20px; transform: rotate(270deg); }

    .img-thumbs .bx-wrapper .bx-next { left: auto; right: -48px; top: 20px; transform: rotate(270deg); }

    .bullets { padding: 0; margin-left: 0; margin-right: 0; }

    .add2cart { margin-bottom: 24px; }

    .add2cart .price,
    .add2cart input[type="submit"] { font-size: 1.2em; }

    .add2cart button[type="submit"] { margin-top: 0.5rem; }

    #compare-leash,
    .compare-add { display: none; }

    .filters { float: none; width: auto; margin: 0 0 40px; }

    .filters .filters-toggle-wrapper { display: block; text-align: center; }

    .filters .filters-toggle-wrapper .filters-toggle-link { display: block; color: #995; }

    .filters .filters-form-wrapper { display: none; }

    .filters.is-shown .filters-toggle-wrapper .filters-toggle-link { display: block; padding: 0 0 15px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); color: #995; }

    .filters.is-shown .filters-form-wrapper { display: block; margin: 15px 0 0; }

    table.features td.name { min-width: 105px; }

    .image img { height: auto !important; border-radius: var(--element-border-radius); }

    .product-gallery { margin-right: 0; }

    .badge { font-size: 0.9em; }

    .review-form-fields label { width: 100px; }

    .review-form-fields input { width: 80%; }

    .review-form textarea { width: 100%; }

    .review-form .review-field .rate { -webkit-tap-highlight-color: transparent; }

    .review-form .review-field .rate .icon16 { transform: scale(1.5); margin-right: 1.125rem; }

    .review-form .review-field .s-review-images-section { margin-top: 0.5rem; }

    .review-form .review-submit { padding-left: 0.5rem; }

    .review-form .review-submit .hint { display: none; }

    .review-form .review-submit .wa-captcha-refresh { font-size: 1rem; }

    .review-form .review-submit input[type="submit"] { margin-top: 1rem; width: 100%; }

    .review-form .review-submit .wa-captcha-input { width: 13em; }

    .review-form .wa-captcha img { }

    .bullet { }


    .badge span { }

    .badge.bestseller:after { }

    .dropdown ul.menu-h.aux { display: none; float: none; }

    .related .bx-wrapper { overflow-x: hidden; }

    .slider a { }

    .slider a h3 { }

    .slider p { }

    .slider .bx-wrapper .bx-prev,
    .slider .bx-wrapper .bx-next { display: none; }

    .slider.fill-entire-area { box-shadow: none; margin-bottom: 0; }

    .checkout { }

    .checkout ul.checkout-options li { }

    .checkout ul.checkout-options li img { display: none; }

    .checkout ul.checkout-options li .rate { min-width: 0; width: auto; max-width: 150px; }

    .checkout ul.checkout-options li .rate.error { padding-top: 5px; }

    .checkout ul.checkout-options li .rate .hint { display: none; }

    .checkout ul.checkout-options li .wa-form.wa-address p { font-size: 1em; }

    .checkout h2 { font-size: 1.2em; padding: 10px 10px 10px; }

    .checkout h2 a.hint { display: none !important; }

    .checkout input.large { margin: 0 auto; display: inline-block; }

    .checkout .checkout-step-content { padding: 10px 10px 30px; }

    .checkout .checkout-step-content.auth ul.menu-v li { padding: 5px 0; }

    .checkout .checkout-result h1 { font-size: 2.5em; }

    .checkout-header { margin: 0px; font-size: 0.8em; text-align: center; }

    .checkout-header .float-right { display: none; }

    .checkout li .wa-form { margin-left: -25px; }

    .checkout .wa-form .wa-field.wa-field-email .wa-value input { min-width: 230px; }

    table.table th,
    table.table td { font-size: 0.75em; }

    table.table td .gray { display: none; }

    table.table td.nowrap { white-space: normal; }

    table.table td.nowrap.bold { white-space: nowrap; }

    .description { overflow-x: hidden; }

    table.rating-distribution td .bar { width: 100px; }

    .dialog-window .cart { top: 52px; left: 0; right: 0; bottom: 0; width: 100%; padding: 0; z-index: 1005020; }

    .dialog-window #cart-form-dialog { padding: 20px 15px; }

    .dialog-window .cart h4 { font-size: 1.5em; }

    .dialog-window .dialog-close { margin-right: 15px; font-size: 2.8em; margin-top: 15px; }

    .compare-wrapper { padding-top: 3rem; }

    table.compare caption .compare-navs { width: calc(100vw - 2rem); left: 0; }

    table.compare caption .compare-navs .prev { top: -33px; left: 10px; }

    table.compare caption .compare-navs .next { top: -33px; right: 10px; }

    #wa-order-cart-wrapper.wa-order-cart-wrapper.with-adaptive .wa-products .wa-product .wa-product-body > *.wa-column-details { flex-basis: calc(100% - 80px); }

    .wa-forgotpassword-form-wrapper .wa-forgotpassword-form-fields .wa-field .wa-forgotpassword-button { margin-top: 10px; }

    .s-subscribe-section [type="submit"] { margin-top: 1rem !important; }

    .options .inline-select a { margin-bottom: 0.5rem; }
}

/* WIDE
======= */

/* Fix plugins */
#swipebox-slider .slide-loading {
    background:        url(img/svg/spinner-solid.svg?v2) no-repeat center center !important;
    background-size:   48px 48px !important;
    -webkit-animation: rotating 1s linear infinite;
    animation:         rotating 1s linear infinite;
}


@media screen and (min-width: 1300px) {

    ul.homepage-bxslider,
    ul.homepage-bxslider li { max-height: 460px; }

    .slider a { height: 460px; }

    .slider a h3 { font-size: 2.8em; }


}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform:         rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform:         rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform:         rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform:         rotate(360deg);
    }
}

@keyframes animation-skeleton-flickering {
    0% { opacity: 1;}
    50% { opacity: 0.4; }
    100% { opacity: 1; }
}

/* override styles for default.css */

@media screen and (max-width: 760px) {
    header .pages.flyout-nav:last-child {
        flex:       0 1 auto;
        min-width:  0;
        flex-wrap:  nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    header ul.flyout-nav li .flyout .tags { padding: 0; font-size: 1.5rem; }
}

/* product_image_slider */
.product-list .product_image_slider {
    position:     relative;
    width:        100%;
    min-height:   170px;
    aspect-ratio: 1 / 1;
    overflow:     hidden;
}

.product-list .product_image_slider .image-item {
    display:         flex;
    align-items:     flex-start;
    justify-content: center;
    position:        absolute;
    inset:           0;
    pointer-events:  none;
}

.product-list .product_image_slider .image-frame {
    opacity:        0;
    pointer-events: none;
    width:          100%;
    height:         auto;
    max-height:     100%;
    object-fit:     contain;
    display:        block;
}

.product-list .product_image_slider .image-item:first-child .image-frame {
    opacity: 1;
}

.product-list .product_image_slider:hover .image-frame {
    opacity: 0;
}

.product-list .product_image_slider .image-zone {
    position:       absolute;
    top:            0;
    bottom:         0;
    cursor:         ew-resize;
    pointer-events: auto;
    z-index:        5;
}

.product-list .product_image_slider:has(.image-zone:hover) .image-frame {
    opacity: 0;
}

.product-list .product_image_slider .image-zone:hover + .image-frame {
    opacity: 1;
}

.product-list .product_image_slider .slider-indicators {
    position:   absolute;
    bottom:     0;
    text-align: center;
    opacity:    0;
    border-radius: .4375rem;
    padding: .1875rem .25rem;
    display: flex;
    gap: .1875rem;
}

.product-list .product_image_slider .slider-indicators .slider-indicator {
    display:       inline-block;
    width:         .375rem;
    height:        .375rem;
    border-radius: 50%;
    cursor:        pointer;
}

.product-list .product_image_slider .slider-indicators .slider-indicator.inactive {
    background-color: var(--gray-subtle);
}

.product-list .product_image_slider .slider-indicators .slider-indicator.active {
    width:         .9375rem;
    border-radius: .4375rem;
    background-color: var(--product-slider-indicator-active-bg);
}

.product-list .product_image_slider .image-item:first-child .slider-indicators {
    opacity: 1;
}
.product-list .product_image_slider:has(.image-zone:hover) .slider-indicators {
    opacity: 0;
}
.product-list .product_image_slider .image-item:has(.image-zone:hover) .slider-indicators {
    opacity: 1;
}

@media (max-width: 768px) {
    .product-list .product_image_slider {
        display:                    flex;
        overflow-x:                 auto;
        scroll-snap-type:           x mandatory;
        container-type:             inline-size;

        scrollbar-width:            none;
        -ms-overflow-style:         none;

        -webkit-overflow-scrolling: touch;
    }

    .product-list .product_image_slider::-webkit-scrollbar {
        display: none;
    }

    .product-list .product_image_slider .image-item {
        position:          relative;
        min-width:         100%;
        flex-shrink:       0;
        inset:             auto;
        pointer-events:    auto;

        scroll-snap-align: center;
    }

    .product-list .product_image_slider .image-frame {
        opacity:   1 !important;
        max-width: 100cqw !important;
        position:  relative;
        height:    auto;
    }

    .product-list .product_image_slider .image-zone {
        display: none;
    }

    .product-list .product_image_slider .slider-indicators {
        display: none;
    }
}


.wa-hide {
    display: none !important;
}

#map,
#map_kontakty {
    height: 320px;
}

@media (min-width: 64rem) {
    #map {
        height: 480px;
    }
    #map_kontakty {
        height: 410px;
    }
}

