.filter-disabled * {
    color:#c1c1c1 !important;
    cursor:not-allowed !important;
}

img.ctlg_center {
    display: block;
    margin: 0 auto;
}
img.ctlg_center {
    height: auto !important;
    object-fit:contain;
}

.accessory-tile__title a {
    color:black;
    font-weight:400;
    cursor:pointer;
}

.accessory-tile__title a:hover {
    color:black;
    font-weight:400;
    cursor:pointer;
}

.btn--disabled {
    color:lightgrey !important;
    background-color:white !important;
    border-color:lightgrey !important;
    pointer-events: none;
    cursor:not-allowed;
    opacity: 0.8 !important;
}

.product-tile__img-link, .relative {
    overflow:hidden !important;
}
@media (min-width:776px) {
    .popup-gallery__popup {
        width: 60% !important;
        max-height: 90% !important;
        overflow: hidden !important;
    }
}

#smapcontainer .cluster img {
    display: none;
}
#smapcontainer .cluster div {
    background-color: var(--color-branding-orange) !important;
    border:none !important;
    color:white !important;
}

.goWhite * {
   color:white !important;
    cursor:context-menu !important;
    pointer-events: none !important;
}
.goWhiteIcon {
    display:none !important;
}

.photo-gallery__wrapper {
    cursor:pointer !important;
}

#popis iframe {
    width: 100%;
    height: 600px !important;
    display: block !important;
    margin: 0 auto !important;
}

#popis img[style*="float"],
#popis img[style*="float: left"],
#popis img[style*="float: right"] {
    width: inherit;
    display: inline !important;
}

#popis img#fix {
    all: unset;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    max-height: 450px;
}

#popis img:not(#fix):not([style*="float"], .productMatch__img) {
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 767px) {
    #popis img:not(#fix, .productMatch__img),
    #popis iframe {
        width: 100% !important;
        max-height: 365px;
        height: auto !important;
    }
}

@media (max-width: 767px) {
    #popis img#fix {
        max-width: 100%;
        height: auto;
    }
}

.is-disabled {
    background-color:lightgrey !important;
    cursor: not-allowed !important;
}

.newsletter-button {
    transition: background-color 0.3s !important;
}


#popis img.ctlg_center {
    object-fit: contain !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    width: 100%;
}
.category-top-content__banner picture, .category-top-content__banner img {
    display: block;
    width: 100%;
    height: auto;
}
svg.btn__ico {
    pointer-events:none !important;
}

.js-toogle-password {
    cursor:pointer;
}

.header__middle h1 {
    all: unset!important;
}

.comparator-table__remove-item {
    top:5px !important;
    right:5px !important;
}
.newsletter-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #191919;
    color: white;
    max-width: 100%;
    gap: 30px;
    border-bottom: 1px solid var(--color-gray-scale-gray–800);
}

.newsletter-text {
    text-align: right;
    flex-shrink: 0;
}

.newsletter-text p {
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
}

.newsletter-form {
    display: flex;
    width: 100%;
    max-width: 530px;
    border-radius: 50px;
    overflow: hidden;
}

.newsletter-input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 50px 0 0 50px;
    border-right: none;
    outline: none;
    color: #333;
    background-color: white;
}

.newsletter-input::placeholder {
    color: #999;
    opacity: 1;
}

.newsletter-button {
    background-color: #f5a742;
    color: white;
    border: none;
    padding: 15px 25px;
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 0 50px 50px 0;
    transition: background-color 0.3s;
}

.newsletter-button:hover {
    background-color: #e09735;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* Responsive styles */
@media (max-width: 776px) {
    .newsletter-container {
        flex-direction: column;
        padding: 15px;
        gap: 15px;

    }

    .newsletter-text {
        text-align: center;
    }

    .newsletter-form {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        overflow: visible;
    }

    .newsletter-input {
        border-radius: 50px;
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }

    .newsletter-button {
        border-radius: 50px;
        width: 100%;
    }
}

.newsletter-confirmation {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 20px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.newsletter-confirmation h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: bold;
}

.confirmation-message {
    margin-bottom: 25px;
    color: #666;
    line-height: 1.5;
}

.benefits {
    text-align: left;
    max-width: 400px;
    margin: 0 auto 25px;
}

.benefits p {
    margin-bottom: 10px;
    color: #666;
    line-height: 1.5;
}

.check-icon {
    color: #4CAF50;
    margin-right: 10px;
    font-weight: bold;
}

.signature {
    margin-bottom: 15px;
    font-weight: 500;
}

.small-note {
    font-size: 14px;
    color: #888;
    margin-bottom: 25px;
}

.confirmation-button {
    background-color: #F9A03F;
    color: white;
    border: none;
    padding: 12px 40px;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.confirmation-button:hover {
    background-color: #E8912F;
}
/* Center all text in the popup */
#popup-emailSubConfirm .popup__content-text {
    text-align: center;
    width: 100%;
    padding: 20px;
    padding-top:0 !important;
}

/* Style for the heading */
#popup-emailSubConfirm h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

/* Style for the main confirmation message */
#popup-emailSubConfirm .popup__content-text p {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* Style for the checkmark items */
#popup-emailSubConfirm .check-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
}

/* Style for the checkmark icon */
#popup-emailSubConfirm .check-icon {
    color: #4CAF50;
    margin-right: 10px;
}

/* Style for the signature line */
#popup-emailSubConfirm .signature {
    margin: 20px 0;
    text-align: center;
    font-weight: 500;
}

/* Style for the small note */
#popup-emailSubConfirm .small-note {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    text-align: center;
}

/* Style for the button */
#popup-emailSubConfirm .btn {
    background-color: #F9A03F;
    color: white;
    border: none;
    padding: 12px 40px;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s;
    display: block;
    margin: 0 auto;
    text-align: center;
}

#popup-emailSubConfirm .btn:hover {
    background-color: #E8912F;
}

.action-button.is-active svg  {
    color: #fff;
}

h2.category-products__count {
    text-align: right !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight:400;
}

dialog,
dialog * {
    /* Firefox */
    scrollbar-width: none;

    /* IE/Edge (legacy) */
    -ms-overflow-style: none;
}

/* Chrome, Safari, new Edge */
dialog::-webkit-scrollbar,
dialog *::-webkit-scrollbar {
    display: none;
}

#navigation-client-section, .dropdown-menu {
    z-index:5000000 !important;
}

h2.modal-product-reservation__selected-store-title {
    margin-bottom: 0 !important;
}

.header-cart-menu__actions {
    display: flex;
    margin-top: 15px;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.header-cart-menu__actions .share-cart-btn {
    flex: none;
    padding-left: 20px !important;
    padding-right: 10px !important;
    white-space: nowrap;
    background-color: #fff !important;
    border: 2px solid var(--color-branding-orange) !important;
    color: var(--color-branding-orange) !important;
    transition: none !important;
}

.header-cart-menu__actions .share-cart-btn:hover,
.header-cart-menu__actions .share-cart-btn:focus,
.header-cart-menu__actions .share-cart-btn:active {
    background-color: #fff !important;
    color: var(--color-branding-orange) !important;
    border-color: var(--color-branding-orange) !important;
    box-shadow: none !important;
}


.header-cart-menu__show-cart.btn.btn--large {
    max-width: 115px !important;
    padding: 3px 10px !important;
}

.header-cart-menu__actions .share-cart-btn{
    max-width: 120px !important;
}

.header-cart-menu__actions .share-cart-btn .btn__ico {
    color: var(--color-branding-orange) !important;
}

.header-cart-menu__actions .header-cart-menu__show-cart {
    flex: none;
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.share-cart-btn {
    background-color: white !important;
    color: var(--color-branding-orange) !important;
}

#share-cart-link:disabled {
    background-color: var(--color-gray-scale-gray-100, #f2f2f2);
    cursor: default;
    padding-right: 40px;
}

.form-input--fade {
    max-width: 450px;
}

@media (max-width: 600px) {
    .form-input--fade {
        max-width: 100%;
    }
}

.form-input--fade::after {
    content: '';
    position: absolute;
    top: 1px;
    right: 36px;
    bottom: 1px;
    width: 40px;
    background: linear-gradient(to right, transparent, var(--color-gray-scale-gray-100, #f2f2f2));
    pointer-events: none;
    border-radius: 0 6px 6px 0;
}

.form-input .form-input__right-ico {
    pointer-events: auto;
    z-index: 2;
}

@keyframes loading {
    0% {
        filter:opacity(1);
    }

    50% {
        filter:opacity(0.2);
    }

    100% {
        filter:opacity(1);
    }
}
.animated:before {
    content:"";
    background-image: url("/shop/img/loader.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20%;
    -moz-background-size: contain;
    width: 100%;
    display: block;
    position: absolute;
    height: 100%;
    z-index:9999;
}
@media(max-width:886px) {
    .animated:before{
        max-height:50%;
        max-width:50%;
        background-size: 10%;
        -moz-background-size: contain;
        z-index:999999;
    }
}

.animated {

    animation-name: loading;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#animated.off {
    animation-name: none;
}

#share-cart-link {
    border: none !important;
}

@media (min-width: 1024px) {
    .modal-select-store .store-tile {
        width: 420px !important;
    }
}