/* 404 */

.module-404-v2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #777;
    border: .1rem solid #ededed;
    padding:1rem 0;
}
.module-404-v2 .module-404-item {
    -ms-flex: 1 1 34rem;
    flex: 1 1 34rem;
    padding: 2rem 4rem;
}
.module-404-v2 .module-404-item:first-child {
    border-right: .2rem solid #a30062;
    text-align:center;
}
.module-404-v2 .module-404-item:first-child.noborder {
    border-right: 0;
}
.module-404-v2 .module-404-title {
    color: #a30062;
    font-size:3em;
    font-weight: 700;
    margin-bottom: 0rem;
}
.module-404-v2 .module-404-cpt {
    font-size: 1.2em;
    margin:0rem 0;
}
.module-404-v2 .module-404-head {
    font-weight: 700;
    font-size: 2em;
    margin:0;
}
.module-404-v2 .module-404-search {
    width: 100%;
    margin: 2rem auto;
    background: #f4f4f4;
    border: .1rem solid #ededed;
    padding:2rem;
}
.module-404-v2 .module-404-cap {
    padding-bottom: 2rem;
    display: inline-block;
    font-size:1.4em;
}
.module-404-v2 .module-404-input {
    padding: 1rem;
    min-height: 3.5rem;
    width: 100%;
    border: .1rem solid #ededed;
    background-color: #fff;
    vertical-align: middle;
    line-height: 2rem;
    transition:box-shadow .2s, border .2s;
}
.module-404-v2 .module-404-input:focus {
    outline: none;
    border: .1rem solid #a30062;
    box-shadow:0 0 .5rem #a30062;
}
.module-404-v2 .module-404-btn {
    padding: .5rem 1.5rem;
    min-height: 4rem;
    color: #fff;
    border: .1rem solid rgb(163 0 98/var(--tw-text-opacity));
    background: rgb(163 0 98/var(--tw-text-opacity));
    vertical-align: middle;
    line-height: 2rem;
    transition: box-shadow .2s, border .2s;
    box-shadow:inset 0 .1rem 0 hsla(0, 33%, 99%, .4);
}
.module-404-v2 .module-404-btn:hover {
    background: #a30062;
    border:.1rem solid #a30062;
}
.module-404-v2 .module-404-contact {
    text-align:left;
}
.module-404-v2 .module-404-cont {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:0 -.5rem;
}
.module-404-v2 .module-404-cont > * {
    padding:.5rem;
}
.module-404-v2 a {
    color: #a30062;
}
.module-404-v2 a:hover {
    text-decoration:none;
}
.module-404-v2 ul {
    padding:0;
}
.module-404-v2 ul li {
    list-style-type:none;
    margin:0;
}
.module-404-v2 .module-404-anchor li {
    background: transparent;
    padding-left:0;
}

.button--bordered.active {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    background-color: rgb(246 229 239/var(--tw-bg-opacity));
    border-color: rgb(209 127 176/var(--tw-border-opacity));
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    color:rgb(163 0 98/var(--tw-text-opacity))
}
.cart-steps ul.user-profile {
    grid-template-columns: repeat(6,minmax(0,1fr));
    width: 100%;
}
.side-menu .side-menu__tree a.active {
    color: #a30062;
}

.check-button__label.param-circle {
    border: 0px;
    background-color: none;
    padding: 0px;
}
.param-circle span:nth-child(2), .chip__label, .check-button__content {
    text-transform: capitalize;
}

.description a, .description-more a {
    text-decoration: underline;
}
.description a:hover, .description-more a:hover {
    color: #a30062;
}
.description-more ul {
    list-style: circle;
    margin-left: 30px;
}
.article-head {
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding: 10px;
}
.article-head ol {
    padding: 10px 0px;
    margin-left: 23px;
}
.box-tip {
    background: #E8BFD7;
    color: #000;
    padding: 25px 15px;
    border: 1px solid #A30162;
}
.box-tip a {
    text-decoration: underline;
}

/* Košík 2 krok */
.modal-box-image {
    max-width: 160px;
}
.cart-button-place {
    padding: 5px;
    max-width: 150px;
    min-height: auto;
    font-weight: 400;
    font-size: 0.85rem;
}
.radio-select__title {
    line-height: 1.4;
}

/* Alerty */
.alert {
    width: 100%;
    align-items: center;
    justify-content: center;
}
.alert:before {
    display: none;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

/* Články */
.article ol {
    list-style: decimal;
}
.article ol a, .article ul a {
    text-decoration: underline;
}

/* Image preview */
#editorProductPreviewImage {
    max-width: 200px;
}

/* Search tiles */
.category-tile-search {
    --tw-border-opacity: 1;
    /*aspect-ratio: 200/220;*/
    border-color: rgb(241 240 238/var(--tw-border-opacity));
    border-radius: .5rem;
    border-width: 0;
    display: flex;
    flex-basis: 200px;
    flex-direction: column;
    overflow: hidden;
    padding: 8px 16px 6px;
    position: relative;
    transition-duration: .15s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    width:100%
}

/* select - pager */
select.pagerdrop {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    background-image: none;
    border-color: rgb(192 192 192/var(--tw-border-opacity));
    border-radius: .375rem;
    border-width: 1px;
    color: rgb(48 48 48/var(--tw-text-opacity));
    cursor: pointer;
    font-size: 16px;
    line-height: 1.4;
    padding: 6px 9px;
    transition-duration: .2s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition:.2s ease
}

.megamenu__dropdown {
    max-height: 54px;
    max-width: 18ch;
}


@media (max-width: 1619px) {
    .category-tile-search {
        flex-basis:194px
    }
}

.category-tile-search__image {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: .75rem;
    padding-left: 14px;
    padding-right:14px
}

.category-tile-search__image img {
    aspect-ratio: 1/1;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width:100%
}

.category-tile-search__title {
    --tw-text-opacity: 1;
    /*-webkit-line-clamp: 2;
    line-clamp: 2;*/
    -webkit-box-orient: vertical;
    color: rgb(17 17 17/var(--tw-text-opacity));
    display: -webkit-box;
    font-weight: 700;
    line-height: 1.2;
    /*min-height: 40px;*/
    overflow: hidden;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    transition-duration: .15s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    z-index:10
}

.category-tile-search:after {
    background: rgba(76, 61, 34, .08);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition-duration: .15s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    width:100%
}

.category-tile-search:hover {
    --tw-border-opacity: 1;
    border-color: rgb(163 0 98/var(--tw-border-opacity));
    box-shadow:inset 0 0 0 2px var(--color-primary), 0 2px 4px var(--color-primary-10)
}

.category-tile-search:hover .category-tile__title {
    --tw-text-opacity: 1;
    color:rgb(163 0 98/var(--tw-text-opacity))
}

.category-tile-search:hover:after {
    background-color:transparent
}

.price {
    display: block;
}


.mobile-collapse__button {
    font-size: 1.3rem;
}

.compare-price {
    display: inline-block;
    position: relative;
    font-size: 16px;
}
.compare-price:after {
    border-bottom: 1px solid ;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    width: 100%;
}
.product-tile__price {
    display: inline-grid;
    line-height: 1.4rem;
}
.gift-box {
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    padding: 1rem;
}
button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.mt-0 {
    margin-top:0rem;
}

.promo h1 span:nth-child(2), .promo h2 span:nth-child(2), .promo h3 span:nth-child(2), .promo h4 span:nth-child(2) {
    color: #fff;
    font-size: clamp(1.75rem,.58rem + 5.86vw,6rem);
}

/* Úprava skrývání kategorií */
.mobile-collapse__button {
    display: none;
}
.category-tile__image img {
    opacity: 100!important;
}
@media (max-width: 639px) {
    .mobile-collapse {
        height:100%!important;
    }
}

.cart-info {
    padding:7px;
}


@media (max-width: 412px){
    .sm\:\!grid-cols-2.category-view {
        grid-template-columns: repeat(2,minmax(0,1fr))!important;
        display: grid!important;
    }
    .product-tile__image {
        min-height: auto;
    }
    .product-tile__image img {
        height: auto;
    }
}

@media (max-width: 412px){
    .sm\:\!grid-cols-2.category-view .product-tile__stock {
        display: none;
    }
	.lg-max\:grid-cols-\[1fr_133px_1fr\] {
    grid-template-columns: 0.35fr 133px 1fr!important;
	}
}
@media (max-width: 1023px) {
.lg-max\:grid-cols-\[1fr_133px_1fr\] {
    grid-template-columns: 0.5fr 133px 1fr;
	}
}
@media (min-width: 1023px) {
    .lg\:grid-cols-4 {
        grid-template-columns:repeat(4, minmax(0, 1fr))
    }
}

.language .language-drodpown {
    min-width: 187px;
}
