/*
Přepsání výchozích proměnných Bootstrap
--------------------------------------------
$font-family-base: 'Work Sans', sans-serif;
$headings-font-family: 'Barlow', sans-serif;
$headings-font-weight: 700;
$body-color: #000000;
$blue: #23498a;
$red: #ac2744;
$yellow: #e6b224;
$pink: #b02458;
$light: #f0f0f0;
$black: #000000;
$link-color: $red;
$input-btn-font-family: 'Barlow', sans-serif;
$btn-font-weight: 500;
$input-border-color: var(--bs-gray-500);
$input-placeholder-color: var(--bs-gray-500);
$enable-negative-margins: true;
$enable-dark-mode: false;
$component-active-bg: $red;
$dropdown-link-hover-bg: rgba($yellow, .5);
*/

/* VARIABLES
-------------------------------------------------- */
:root {
    --swiper-theme-color: var(--bs-danger);
    --bs-secondary-font: 'Barlow', sans-serif;
    --bs-lh-sm: 1.25;
    --bs-l-spacing-none: 0;
    --bs-l-spacing-sm: .05rem;
    --bs-l-spacing-lg: .1rem;
    --bs-warning-100: #f0e9d8;
    --bs-warning-100-rgb: 240, 233, 216;
    --bs-warning-400: #f6ca59;
    --bs-warning-400-rgb: 246, 202, 89;
    --bs-gradient-dark: linear-gradient(to bottom,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.1));
    --design-line-height: 6px;
}


/* GLOBAL STYLES
-------------------------------------------------- */
html, body { height: auto; word-break: initial; overflow-x: initial; }
embed, iframe, object { max-width: 100%; border: none; }
img, video { height: auto; max-width: 100%; }
.bg-gradient-dark { background-image: var(--bs-gradient-dark)!important; }
.bg-warning-100 { background-color: var(--bs-warning-100)!important; }
.ff-secondary { font-family: var(--bs-secondary-font)!important; }
.fw-300 { font-weight: 300!important; }
.fw-500 { font-weight: 500!important; }
.fw-600 { font-weight: 600!important; }
.fw-800 { font-weight: 800!important; }
.fw-900 { font-weight: 900!important; }
.fs-xsmall { font-size: .6875rem!important; }
.fs-small { font-size: .875rem!important; }
.fs-larger { font-size: 1.0625rem!important; }
.l-spacing-none { letter-spacing: var(--bs-l-spacing-none)!important; }
.l-spacing-sm { letter-spacing: var(--bs-l-spacing-sm)!important; }
.l-spacing-lg { letter-spacing: var(--bs-l-spacing-lg)!important; }
svg.svg-icon-xs { width: .5rem; height: .5rem; flex: 0 0 .5rem; }
svg.svg-icon-sm { width: .875rem; height: .875rem; flex: 0 0 .875rem; }
svg.svg-icon-base { width: 1rem; height: 1rem; flex: 0 0 1rem; }
svg.svg-icon-md { width: 1.25rem; height: 1.25rem; flex: 0 0 1.25rem; }
svg.svg-icon-lg { width: 1.5rem; height: 1.5rem; flex: 0 0 1.5rem; }
svg.svg-icon-xl { width: 1.75rem; height: 1.75rem; flex: 0 0 1.75rem; }
svg.svg-icon-xxl { width: 2rem; height: 2rem; flex: 0 0 2rem; }
svg.svg-icon-3xl { width: 3rem; height: 3rem; flex: 0 0 3rem; }
svg.svg-icon-4xl { width: 4rem; height: 4rem; flex: 0 0 4rem; }
.fill-white { fill: #fff!important; }
.fill-primary { fill: var(--bs-primary)!important; }
.fill-dark { fill: var(--bs-dark)!important; }
.fill-danger { fill: var(--bs-danger)!important; }
.fill-secondary { fill: var(--bs-secondary)!important; }
.fill-warning { fill: var(--bs-warning)!important; }
.fill-success { fill: var(--bs-success)!important; }
.fill-light { fill: var(--bs-light)!important; }
.fill-info { fill: var(--bs-info)!important; }
.fill-current { fill: currentColor!important; }
.btn svg { fill: currentColor; }
.ratio > img { object-fit: cover; }
.f-grayscale { filter: grayscale(1); }
.btn { letter-spacing: var(--bs-l-spacing-sm); }
.form-label { font-weight: 500; }
.form-control:focus, .form-switch .form-check-input:focus, .form-check-input:focus { box-shadow: 0 0 0 0.25rem rgba(var(--bs-pink-rgb), .15); }
.btn-rounded-shape { position: relative; }
.btn-rounded-shape:before, .btn-rounded-shape:after { content: ''; position: absolute; top: -1px; width: 12px; height: calc(100% + 2px); background-color: inherit; clip-path: ellipse(50% 50% at 50% 50%); }
.btn-rounded-shape:before { left: -6px; }
.btn-rounded-shape:after { right: -6px; }
.col-15 { flex: 0 0 auto; width: 20%; }
.offcanvas-start, .offcanvas-end { max-width: calc(100% - 1.5rem); }
.swiper-button-prev, .swiper-button-next { width: auto; height: auto; top: 50%; transform: translateY(-50%); margin: 0; padding-top: 1.25rem; padding-bottom: 1.25rem; color: #fff; background-color: var(--bs-dark); box-shadow: var(--bs-box-shadow-sm); opacity: .6; transition: 0.15s opacity ease-in-out; }
.swiper-button-prev { left: 0; border-radius: 0 50rem 50rem 0; padding-left: .375rem; padding-right: .875rem; }
.swiper-button-next { right: 0; border-radius: 50rem 0 0 50rem; padding-left: .875rem; padding-right: .375rem; }
.swiper-button-prev:not(.swiper-button-disabled):hover, .swiper-button-next:not(.swiper-button-disabled):hover { opacity: 1; }
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { pointer-events: auto; }
.swiper-button-prev:after, .swiper-button-next:after { font-size: 1.15rem; }
.swiper-pagination-fraction { bottom: 0; top: auto; left: 50%; transform: translateX(-50%); width: auto; padding: .25rem 1rem; border-radius: .5rem .5rem 0 0; background-color: rgba(255,255,255,.75); }
.glightbox-clean .gslide-description { color: #fff; background: none; }
.alignright { float: right; }
.caret-circle { position: relative; display: inline-block; width: 2.25rem; height: 2.25rem; flex: 0 0 2.25rem; padding: .5rem; border-radius: 50rem; text-align: center; background-color: rgba(0,0,0,.5); opacity: .5 }
.caret-circle:before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-style: solid; border-width: 6px 0px 6px 12px; border-color: transparent transparent transparent #fff; }
.caret-circle.caret-left:before { margin-left: -2px; border-width: 6px 12px 6px 0px; border-color: transparent #fff transparent transparent; }
.top-header-height { position: sticky; top: 1rem; transition: top 1s ease; }

/* HEADER
-------------------------------------------------- */
#header { background-color: #fff; }
#header.sticky-header { position: sticky; top: 0; z-index: 1010; }
#header .navbar { flex-wrap: nowrap; }
#header .cart-content-count { position: absolute; right: -10px; border-radius: var(--bs-border-radius-pill); font-weight: 400; background-color: var(--bs-danger); }
#header .cart-content-list { right: -2rem; width: 20rem; padding: 1rem; }
#navbar_search_form { opacity: 0; transition: none; }
#navbar_search_form.show { opacity: 1; }
#navbar_search_form .form-control:focus { box-shadow: 0 0 0 0.25rem rgba(var(--bs-secondary-rgb), .15); }

/* MAIN
-------------------------------------------------- */
.page-header h1 { margin: 0; letter-spacing: var(--bs-l-spacing-sm); font-weight: 900; color: var(--bs-danger); }
.page-header h1:first-letter { text-transform: uppercase; }
h1.main { font-weight: 800; color: var(--bs-danger); font-size: 2rem; }
.breadcrumb { color: var(--bs-secondary); }
.breadcrumb a:not(:hover) { color: inherit; }
.breadcrumb-item::first-letter, .breadcrumb-label::first-letter { text-transform: uppercase; }


.intro-slider .swiper-slide { max-height: 70vh; }
.intro-slider .swiper-slide:before { content: ''; display: block; padding-top: 60%; }
.intro-slider .swiper-slide:after { content: ''; position: absolute; top: 0; left: 0; width: 55%; height: 100%; backdrop-filter: blur(3px); -webkit-mask: linear-gradient(90deg, black 60%, transparent); }
.intro-slider_img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.intro-slider .container { position: absolute; z-index: 1; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column; justify-content: center; }
.intro-slider_body { position: relative; z-index: 1; border-left: 7px solid #9c9c9c; border-radius: var(--bs-border-radius-lg); color: #fff; background: rgba(0,0,0,.5); background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.50) 30%); }
.intro-slider_title { text-transform: uppercase; letter-spacing: var(--bs-l-spacing-sm); font-weight: 700; color: var(--bs-warning-bg-subtle); }


.quantity { width: 150px; }
.quantity input { padding-left: .5rem; padding-right: .5rem; }
.quantity .qty::-webkit-outer-spin-button, .quantity .qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; -moz-appearance: textfield; }
.product-price { white-space: nowrap; letter-spacing: var(--bs-l-spacing-sm); font-family: var(--bs-secondary-font); }


.category-nav { position: relative; padding-top: var(--design-line-height); border-radius: var(--bs-border-radius-lg); overflow: hidden; background-image: var(--bs-gradient-dark); }
.category-nav-active .category-nav { margin-top: calc(0% - var(--design-line-height)); }
.category-nav:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; border-top: var(--design-line-height) solid var(--bs-warning-400); }
.category-nav .btn { position: relative; display: flex; align-items: center; height: 100%; border: none; border-right: 2px solid rgba(0,0,0,.25); border-radius: 0; text-transform: uppercase; text-align: left; letter-spacing: var(--bs-l-spacing-sm); font-family: var(--bs-secondary-font); background-image: var(--bs-gradient-dark); }
.category-nav .btn:before { content: ''; position: absolute; top: 0; right: 0; width: 1px; height: 100%; background-color: rgba(255,255,255,.25); }

.category-nav-content1 .category-nav_icon { flex: 0 0 76px; height: 80px!important; }
.category-nav-content1 .category-nav_name, .category-nav-content2 .category-nav_name { flex-grow: 1; }
.category-nav-content1 .category-nav_name { line-height: 1.2; }
.category-nav-content1 .category-nav_name small { line-height: normal; }
.category-nav-content2 .category-nav_icon { flex: 0 0 76px; height: 56px!important; opacity: .65; }

.btn-category-scroller[aria-expanded="false"] svg:last-child { transform: rotate(90deg); }
.btn-category-scroller[aria-expanded="true"] svg:last-child  { transform: rotate(270deg); }
.category-nav-content3 .category-nav_icon { flex: 0 0 42px; height: 35px!important; }
.category-nav-content3 a { line-height: 1.2; }
.category-nav-content3 .category-item_thumb img { padding: .25rem; border: 1px solid rgba(var(--bs-secondary-rgb), .5); }
.category-nav-content3 a:hover .category-item_thumb img { background-color: rgba(var(--bs-secondary-rgb), .1); }

.category-nav-large .category-nav_col:nth-child(3) .btn, .category-nav-large .category-nav_col:nth-child(6) .btn { border-right: none; }
.category-nav-large .category-nav_col:nth-child(3) .btn:before, .category-nav-large .category-nav_col:nth-child(6) .btn:before { display: none; }
.category-nav-large .category-nav_name small { display: flex; align-items: center; font-size: .8125rem; opacity: .65; }
.category-nav-large .category-nav-content1 .category-nav_name small { padding-bottom: .35rem; }
.category-nav-large .category-nav_name small:after { content: ''; display: inline-block; width: 0; height: 0; margin-left: .375rem; border-style: solid; border-width: 4px 0px 4px 8px; border-color: transparent transparent transparent #fff; }


.category-item { --category-thumb-dimension: 80px; }
.category-item a { position: relative; display: block; border-radius: 50rem; line-height: var(--bs-lh-sm); overflow: hidden; text-decoration: none; font-family: var(--bs-secondary-font); font-weight: 600; background-color: var(--bs-warning-bg-subtle); transition: 0.15s background-color ease; }
.category-item a:hover { background-color: rgba(var(--bs-warning-rgb), .4); }
.category-item_thumb { position: relative; display: block; width: var(--category-thumb-dimension); height: var(--category-thumb-dimension); margin: 0; }
.category-item_thumb:before { content: ''; display: block; padding-top: 100%; }
.category-item_thumb img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; border: 1px solid var(--bs-warning-400); border-radius: 50rem; }
.category-item_name { position: absolute; top: 50%; transform: translateY(-50%); right: 0; width: calc(100% - var(--category-thumb-dimension)); max-height: var(--category-thumb-dimension); padding: 0 1rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.category-item_name:first-letter { text-transform: uppercase; }


ul.category-list { padding: 0; list-style: none; }
ul.category-list a { display: block; line-height: var(--bs-lh-sm); align-content: center; }
ul.category-list a:not(:hover) { text-decoration: none; }
ul.category-list a { display: flex; align-items: center; font-family: var(--bs-secondary-font); font-weight: 600; }


.category-dropdown .dropdown-menu { overflow: hidden; }
.category-dropdown .dropdown-menu > li:not(:last-child) .dropdown-item { border-bottom: 1px solid rgba(0,0,0,.25); }
.category-dropdown .dropdown-item { display: flex; align-items: center; padding: .75rem 1.25rem; text-transform: uppercase; color: #fff; background-image: var(--bs-gradient-dark) }


.category-offcanvas ul.category-list li a:not(:hover) { color: var(--bs-body); }
.category-offcanvas ul.category-list li.active a { color: var(--bs-pink); }
.category-offcanvas ul.category-list a figure { position: relative; margin: 0 .625rem 0 0; flex: 0 0 56px; width: 56px; height: 56px; }
.category-offcanvas ul.category-list a figure img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: .25rem; object-fit: cover; object-position: 50% 50%; border-radius: 50rem; border: 1px solid var(--bs-warning-400); transition: 0.15s background-color ease; }
.category-offcanvas ul.category-list a:hover figure img, ul.category-list li.active figure img { border-color: var(--bs-warning); background-color: rgba(var(--bs-warning-rgb),.5); }


.category-scroller { /*height: 366px;*/ padding: 1.5rem 1rem .5rem 2rem; /*overflow-y: auto;*/ }
.category-scroller li { margin-bottom: 1rem; }
.category-scroller li a:hover { background-color: rgba(0,0,0,.05); }
.category-scroller .category-item a { color: var(--bs-body); background-color: inherit; }
.category-scroller .category-item_name { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; white-space: normal; text-transform: uppercase; font-size: 1.125rem; font-weight: 400; }
.category-scroller::-webkit-scrollbar { height: 10px; width: 5px; mix-blend-mode: multiply; }
.category-scroller::-webkit-scrollbar-track { border-radius: 5px; background-color: rgba(0,0,0,.05); }
.category-scroller::-webkit-scrollbar-thumb { border-radius: 5px; background-color: rgba(0,0,0,.2); }


.subcategory-list .category-item { --category-thumb-dimension: 62px; }


.products-grid .product { position: relative; display: flex; flex-direction: column; justify-content: space-between; height: 100%; overflow: hidden; border: 1px solid rgba(var(--bs-secondary-rgb), 0.2); border-radius: var(--bs-border-radius); text-align: center; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075); transition: 0.15s box-shadow ease, 0.15s border-color ease; }
.products-grid .product:hover { border-color: rgba(var(--bs-secondary-rgb), 0.35); box-shadow: 0 .125rem .75rem rgba(0, 0, 0, .225); }
.products-grid .product-title { margin: 0; padding: .5rem; font-size: 1rem; }
.products-grid .product-title a:not(:hover) { text-decoration: none; }
.products-grid .product-bottom { padding: 0 .5rem .5rem .5rem; }
.products-grid .product-price { display: block; }
.products-grid span.product-price { font-weight: 600; }
.products-grid small.product-price { color: var(--bs-secondary); }
.products-grid .product .product-top img { box-shadow: 0 0.125rem 2rem rgba(0, 0, 0, .1); }

.product-gallery_images .swiper-slide { position: relative; width: 100%; padding-top: 100%; overflow: hidden; }
.product-gallery_images .swiper-slide img { position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; object-fit: cover; transform: translate(-50%, -50%); }
.product-gallery_images, .product-gallery_thumbs .swiper-slide { border: 1px solid var(--bs-gray-500); border-radius: var(--bs-border-radius); overflow: hidden; }
.product-gallery_thumbs { display: none; }
.product-gallery_thumbs.swiper-initialized { display: block; }
.product-gallery_thumbs .swiper-slide { opacity: .65;transition: 0.15s all ease; cursor: pointer; }
.product-gallery_thumbs .swiper-slide-thumb-active, .product-gallery_thumbs .swiper-slide:hover { border-color: rgba(var(--bs-danger-rgb), .5); opacity: 1; }

.gallery-grid { padding-left: 0; list-style: none; }
.gallery-grid .gallery-thumb { display: block; }
.gallery-grid .gallery-thumb img { border-radius: var(--bs-border-radius); box-shadow: var(--bs-box-shadow-sm); transition: 0.15s opacity ease; border: 1px solid #eeeeee; }
.gallery-grid .gallery-thumb:hover img { opacity: .9; }
.gallery-grid .gallery-desc { margin: .5rem .25rem 0 .25rem; line-height: var(--bs-lh-sm); text-align: center; font-size: .875rem; color: var(--bs-secondary); }
.gallery-grid .gallery-desc strong { font-weight: 600; }

.block-article ul { margin-bottom: 1.5rem; }
.block-article li::marker { color: var(--bs-danger); font-size: 1.5rem; line-height: 2rem; }

.block-download ul { list-style-type: none; padding-left: 0; }
.block-download li { display: flex; align-items: flex-start; margin-bottom: 10px; }
.block-download li img { margin-right: 10px; margin-left: 6px; margin-top: 3px; }
.block-download li a { display: inline-block; text-indent: 0px; }
.block-download h2, .block-article h2 { margin: 2rem 0 1rem 0; }
.block-download h3, .block-article h3 { margin: 1.5rem 0 .75rem 0; font-size: 1.75rem; }
.block-download h4, .block-article h4 { margin: 1rem 0 .75rem 0; font-size: 1.5rem; color: var(--bs-gray-700); }

.block-reference h2 { margin: 2rem 0 1.5rem 0 }
.block-reference h3 { margin: .25rem 0 .75rem 0; font-size: 1.5rem; }
.block-reference h4 { margin: 1rem 0 .75rem 0; font-size: 1.5rem; color: var(--bs-gray-700); }
.block-reference .alert ul { list-style-type: none; padding-left: 20px; }
.block-reference .alert ul li { margin-bottom: .75rem; line-height: 1.25rem; }
.block-reference .alert ul li::before { content: "▸"; color: var(--bs-pink); display: inline-block; width: 20px; margin-left: -20px; font-size: 1.25rem; line-height: 1rem; }

.product-description li::marker { color: var(--bs-danger); font-size: 1.5rem; line-height: 2rem; }

.link-quality { color: var(--bs-body-color); text-decoration: none; }
.link-quality:hover { color: var(--bs-link-hover-color); }

.block-reference .alert { transition: height 1s ease; }

/* FOOTER
-------------------------------------------------- */
#footer { background-image: linear-gradient(to bottom,transparent 150px,var(--bs-light) 300px); }
.footer a:not(:hover) { text-decoration: none; color: inherit; }

.map-container { position: relative; display: block; height: 100%; min-height: 60vh; overflow: hidden; }
.map-container img.map { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: none; opacity: .85; transition: all .5s; filter: grayscale(1); }
.map-container:hover img.map { opacity: 1; filter: grayscale(0); }
.map-container img.map-marker { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: none; margin-top: -18px; }

.top-button { z-index: 99; right: 1rem; bottom: 1rem; opacity: 0; transition: opacity 1s; }
.top-button.visible { opacity: 1; }

.benefits-font { font-size: clamp(1.15rem, 2vw, 1.5rem); }

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 575.98px) {    
    .category-nav-large .btn { justify-content: start; height: 94px; line-height: 1.3; }
    .category-nav-large .category-nav-content1 .btn { height: 90px; }
    .category-nav-large .category-nav-content2 .btn { height: 76px; }
    .category-nav .chevron { display: none; }
    .products-grid .product .btn-add-cart { margin-top: .5rem; line-height: var(--bs-lh-sm); }
    .product-footer { position: fixed; z-index: 100; bottom: 0; left: 0; width: 100%; padding: .5rem .75rem; background-color: #fff; box-shadow: 0 -2px 7px 0 rgb(0 0 0 / 15%); }
    .intro-slider_title { font-size: calc(1.125rem + 2.1vw); line-height: 1.1; }
    .intro-slider_body .btn { font-size: .9rem; }
}

@media (min-width: 576px) {
    .col-sm-15 { flex: 0 0 auto; width: 20%; }
    .products-grid .product-title, .products-grid span.product-price { font-size: 1.1875rem; }
    .products-grid .product-title { padding: 1rem; }
    .products-grid .product-bottom { padding: 0 1rem 1rem 1rem; }
}

@media (max-width: 767.98px) {    
    .category-scroller { padding: 1rem 0 0 0; }
    .category-scroller li { margin-bottom: .75rem; }
}

@media (min-width: 768px) {
    .col-md-15 { flex: 0 0 auto; width: 20%; }
    .border-md-end { border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color); }
    .text-md-nowrap { white-space: nowrap; }
    .intro-slider .swiper-slide:before { padding-top: 42.8571428571%; }
    .subcategory-list .category-item_name { display: block; -webkit-line-clamp: 3; -webkit-box-orient: vertical; white-space: normal; }
	.subcategory-list .category-item_name:first-letter { text-transform: uppercase; }
}

@media (max-width: 991.98px) {
    #header .btn-sm-slim { padding-left: .5rem; padding-right: .5rem; }
    #header .btn-sm-slim.dropdown-toggle:after { display: none; }
    .subcategory-list .category-item { --category-thumb-dimension: 50px; }
    .breadcrumb-item:not(.breadcrumb-item_last-link) { display: none; }
    .breadcrumb .breadcrumb-item_last-link { padding: 0; white-space: normal; }
    .breadcrumb .breadcrumb-item_last-link a { display: flex; align-items: center; padding: .1875rem .5rem; border: 1px solid; border-radius: var(--bs-border-radius-lg); line-height: var(--bs-lh-sm); text-decoration: none; }
    .breadcrumb .breadcrumb-item_last-link:before { display: none; }
    .breadcrumb .breadcrumb-item_last-link a:before { content: ''; display: block; width: 0; height: 0; margin: 0 .5rem 0 0; padding: 0; border-width: 6px 12px 6px 0px; border-style: solid; border-color: transparent var(--bs-secondary) transparent transparent; }
    .cart-table.d-lg-table tbody { display: block; }
    .cart-table.d-lg-table tbody tr { margin-bottom: 1rem; padding: .5rem 0 .5rem .5rem; border: 1px solid var(--bs-secondary); border-radius: var(--bs-border-radius); overflow: hidden; }
    .cart-table.d-lg-table tbody th, .cart-table.d-lg-table tbody td { border: none; }
    .cart-table.d-lg-table tbody td:before { content: attr(data-title); display: block; line-height: var(--bs-lh-sm); font-size: .875rem; font-weight: 600; }
    .cart-table .quantity { width: 110px; margin-top: .25rem; }
    .category-nav-large .category-nav_col svg.category-nav_icon  { min-width: 83px; height: auto; max-height: 50px; }
    .category-nav-content1 .category-nav_col svg.category-nav_icon { min-width: auto !important; max-height: 68px !important; }
    .category-nav-content2 .category-nav_col svg.category-nav_icon { min-width: auto !important; max-height: 50px !important; }
}

@media (min-width: 992px) {
    .col-lg-15 { flex: 0 0 auto; width: 20%; }
    .ps-lg-55 { padding-left: 4rem !important; }
    #header .cart-content:hover .cart-content-list { display: block; }
    #navbar_search_form { position: absolute; z-index: 99; top: 100%; right: 0; width: 100%; max-width: 480px; padding: .25rem .75rem .75rem .75rem; border-bottom-right-radius: var(--bs-border-radius-lg); border-bottom-left-radius: var(--bs-border-radius-lg); background-color: #fff; box-shadow: var(--bs-box-shadow); }
    #navbar_search_form:before, #navbar_search_form:after { content: ''; position: absolute; top: 0; width: var(--bs-border-radius-lg); height: var(--bs-border-radius-lg); }
    #navbar_search_form:before { left: calc(var(--bs-border-radius-lg) * -1); background: radial-gradient(circle var(--bs-border-radius-lg) at bottom left ,#0000 98%, #fff); }
    #navbar_search_form:after { right: calc(var(--bs-border-radius-lg) * -1); background: radial-gradient(circle var(--bs-border-radius-lg) at bottom right ,#0000 98%, #fff); }
    #navbar_search_form .search-form-wrap { display: flex; justify-content: center; align-items: center; width: 100%; }
    #navbar_search_form .search-form-wrap form { width: 100%; }
    .intro-slider_body { max-width: 50%; }
    .category-nav { border-radius: var(--bs-border-radius-pill); }
    .category-offcanvas.offcanvas { position: absolute; top: auto; bottom: auto; left: 0; width: 100%; max-width: none; height: auto; max-height: none; transform: none; transition: none; border-radius: var(--bs-border-radius-sm); }
    .category-offcanvas.offcanvas .offcanvas-body { max-height: 70vh; }
    ul.category-list .category-list_wrap { font-size: .875rem; }
    .block-reference .alert { height: calc(100vh - 2rem); overflow-y: auto; }
    .block-reference .alert::-webkit-scrollbar { height: 10px; width: 5px; mix-blend-mode: multiply; }
    .block-reference .alert::-webkit-scrollbar-track { border-radius: 5px; background-color: rgba(0,0,0,.05); }
    .block-reference .alert::-webkit-scrollbar-thumb { border-radius: 5px; background-color: rgba(0,0,0,.2); }
    .block-reference.top-header-height_active .alert { height: calc(100vh - 180px); }
}
@media (max-width: 1199.98px) {
}

@media (min-width: 1200px) {
    .col-xl-15 { flex: 0 0 auto; width: 20%; }
}

@media (min-width: 1400px) {
    .col-xxl-15 { flex: 0 0 auto; width: 20%; }
}