/* poppins-300 - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/poppins-v22-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v22-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-italic - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/poppins-v22-latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/poppins-v22-latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins-v22-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-v22-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
    --hsh-body-font-size: 1.125rem;
    --hsh-body-font-weight: 300;

    --hsh-link-color: var(--hsh-body-color);
    --hsh-link-color-rgb: var(--hsh-body-color-rgb);

    /*--hsh-border-radius: 100vw;*/
    --hsh-border-color: var(--hsh-secondary);

    --swiper-navigation-size: auto;
    --swiper-pagination-bullet-size: 12px;
    --swiper-pagination-bullet-inactive-color: var(--hsh-base-gray);
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 0;
    --swiper-pagination-color: var(--hsh-secondary);

    --header-height: 101px;
}

body { font-family: 'Poppins', sans-serif; }

svg { display: block; width: 18px; }

a {  }

.btn { display: inline-flex; justify-content: center; align-items: center; text-align: center; gap: .75rem; --hsh-btn-border-width:1px; --hsh-btn-border-radius: 100vw; --hsh-btn-padding-x: 1.25rem; --hsh-btn-padding-y: .5rem; --hsh-btn-font-size: 1.125rem; }
.btn-lg { --hsh-btn-padding-x: 1.5rem; --hsh-btn-padding-y: .625rem; --hsh-btn-font-size: 1.25rem; }
.btn-sm { --hsh-btn-padding-x: 12px; --hsh-btn-padding-y: 6px; --hsh-btn-font-size: 14px; gap: .325rem; }
.btn-xs { --hsh-btn-padding-x: 6px; --hsh-btn-padding-y: 4px; --hsh-btn-font-size: 12px; gap: 4px; }


.btn-primary { --hsh-btn-color: var(--hsh-secondary); --hsh-btn-hover-color: var(--hsh-secondary); --hsh-btn-hover-bg: var(--hsh-yellow-slate); --hsh-btn-hover-border-color: var(--hsh-yellow-slate); --hsh-btn-active-bg: var(--hsh-yellow-slate); --hsh-btn-active-border-color: var(--hsh-yellow-slate); }
.btn-secondary { --hsh-btn-color: var(--hsh-primary);
    --hsh-btn-hover-color: var(--hsh-primary); --hsh-btn-hover-bg: var(--hsh-blue-slate); --hsh-btn-hover-border-color: var(--hsh-blue-slate);
    --hsh-btn-active-color: var(--hsh-primary); --hsh-btn-active-bg: var(--hsh-blue-slate); --hsh-btn-active-border-color: var(--hsh-blue-slate);
}
.btn-primary-action { --hsh-btn-bg: var(--hsh-primary); --hsh-btn-color: var(--hsh-secondary); --hsh-btn-border-color: var(--hsh-primary);
    --hsh-btn-hover-color: var(--hsh-primary); --hsh-btn-hover-bg: var(--hsh-secondary); --hsh-btn-hover-border-color: var(--hsh-secondary);
    --hsh-btn-active-color: var(--hsh-primary); --hsh-btn-active-bg: var(--hsh-secondary); --hsh-btn-active-border-color: var(--hsh-secondary);
}
.btn-outline-primary {  }
.btn-outline-secondary { --hsh-btn-active-color: var(--hsh-primary); }
.btn-outline-link { --hsh-btn-color: var(--hsh-secondary); --hsh-btn-bg: transparent; --hsh-btn-border-color: transparent;
    --hsh-btn-hover-color: var(--hsh-secondary); --hsh-btn-hover-bg: transparent; --hsh-btn-hover-border-color: var(--hsh-secondary);
    --hsh-btn-active-color: var(--hsh-secondary); --hsh-btn-active-bg: transparent; --hsh-btn-active-border-color: var(--hsh-secondary);
}
.btn-outline-link-primary { --hsh-btn-color: var(--hsh-primary); --hsh-btn-bg: transparent; --hsh-btn-border-color: transparent;
    --hsh-btn-hover-color: var(--hsh-primary); --hsh-btn-hover-bg: transparent; --hsh-btn-hover-border-color: var(--hsh-primary);
    --hsh-btn-active-color: var(--hsh-primary); --hsh-btn-active-bg: transparent; --hsh-btn-active-border-color: var(--hsh-primary);
}
.btn-gray { --hsh-btn-color: #fff; --hsh-btn-bg: var(--hsh-base-gray);  --hsh-btn-border-color: transparent;
    --hsh-btn-hover-color: var(--hsh-secondary); --hsh-btn-hover-bg: var(--hsh-primary);
    --hsh-btn-active-color: var(--hsh-secondary); --hsh-btn-active-bg: var(--hsh-primary);
}

.btn-rounded { --hsh-btn-padding-x: 5px; --hsh-btn-padding-y: 5px; }
.btn-qty svg { width: 12px; }

.form-control { --hsh-border-radius: clamp(20px, 100vw, 20px); --hsh-border-color: var(--hsh-secondary); --hsh-focus-border-color: var(--hsh-secondary); --hsh-focus-shadow-color: var(--hsh-primary);
    font-size: 1rem; padding: .5rem 1.25rem;
}
.form-control:focus { border-color: var(--hsh-focus-border-color); box-shadow: 0 0 4px 0 var(--hsh-focus-shadow-color);  }
.form-check-input {}
.form-check-input:focus { border-color: var(--hsh-secondary); }
.form-check-input:checked { background-color: var(--hsh-secondary); border-color: var(--hsh-secondary); }
.form-check-input:checked[type=checkbox] { --hsh-form-check-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffff' class='bi bi-check-lg' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z'/%3E%3C/svg%3E") }

.form-select { --hsh-border-radius: clamp(20px, 100vw, 20px);  --hsh-border-color: var(--hsh-secondary); --hsh-focus-border-color: var(--hsh-secondary); --hsh-focus-shadow-color: var(--hsh-primary);
    font-size: 1rem; padding: .5rem 2.25rem .5rem 1.25rem;
}
.form-select:focus {
    border-color: var(--hsh-focus-border-color);
    box-shadow: 0 0 4px 0 var(--hsh-focus-shadow-color);
}
.form-select-sm {
    --hsh-border-radius-sm: clamp(20px, 100vw, 20px);
    font-size: .875rem; padding: .25rem 2.25rem .25rem .875rem;
}

.form-control::-webkit-input-placeholder { color: var(--hsh-base-gray); }
.form-control::-moz-placeholder { color: var(--hsh-base-gray); }
.form-control:-ms-input-placeholder { color: var(--hsh-base-gray); }
.form-control:-moz-placeholder { color: var(--hsh-base-gray); }

textarea.form-control { height: 140px; }

.bg-secondary .form-control { --hsh-border-width: 1px; --hsh-border-color: #fff; --hsh-body-color: #fff; --hsh-focus-border-color: var(--hsh-primary); --hsh-body-bg: transparent; }

h1, .h1 { font-weight: 500; margin-bottom: 2rem; }
h2, .h2 { font-weight: 400; margin-bottom: 1rem; }
h3, .h3 { font-weight: 400; margin-bottom: .75rem; }
h4, .h4 { font-weight: 400; margin-bottom: .75rem; }
h5, .h5 { font-weight: 400; margin-bottom: .75rem; }
h6, .h6 { font-weight: 500; margin-bottom: .75rem; }

h2>span { display: block; font-size: 2rem; font-weight: 400; }

.text-helper { color: var(--hsh-light-500); font-size: 14px; }
a.text-helper:hover { color: #000; }

.sub-title { font-size: 1.25rem; font-weight: 400; margin-bottom: .5rem; }
.sub-title-uppercase { font-size: 1.125rem; text-transform: uppercase; font-weight: 400; margin-bottom: .5rem; }

.header-top-info { font-size: 14px; font-weight: 300; }
.header-top-info .nav-link { display: flex; gap: .75rem; }
.header-top-info .nav-link:hover { text-decoration: underline; }

.nav-link:focus-visible { box-shadow: none; }

.header-primary { background-color: var(--hsh-secondary); padding: 1.5rem 0; }
.header-primary .navbar { --hsh-navbar-padding-y: 0; --hsh-navbar-brand-padding-y: 0; --hsh-navbar-nav-link-padding-x: .75rem; --hsh-navbar-brand-margin-end: 0; }
.header-primary .navbar-nav { align-items: center; gap: 1.25rem; }
.header-primary .navbar-nav { --hsh-nav-link-padding-y: .75rem; --hsh-nav-link-color: #fff; --hsh-nav-link-hover-color: var(--hsh-primary); --hsh-navbar-active-color: var(--hsh-primary); --hsh-nav-link-border-color: var(--hsh-primary);}
/*.header-primary .nav-link { border-bottom: 3px solid transparent; }*/
.header-primary .nav-link { position: relative; }
.header-primary .nav-link:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background-color: transparent; transition: background-color .15s ease-in-out; }

/*.header-primary .nav-link:focus, .header-primary .nav-link:hover, .header-primary .show .nav-link { border-bottom-color: var(--hsh-nav-link-border-color); }*/
/*.header-primary .navbar-nav .nav-link.active, .header-primary .navbar-nav .nav-link.show { border-bottom-color: var(--hsh-nav-link-border-color); }*/
.header-primary .nav-link:focus:before, .header-primary .nav-link:hover:before, .header-primary .show .nav-link:before,
.header-primary .navbar-nav .nav-link.active:before, .header-primary .navbar-nav .nav-link.show:before { background-color: var(--hsh-nav-link-border-color); }
.header-primary .quick-links { --hsh-nav-link-padding-y: 1rem; margin-left: 1rem; gap: .5rem; }

.dropdown-menu { --hsh-dropdown-padding-x: .5rem; --hsh-dropdown-padding-y: .75rem; --hsh-dropdown-header-padding-x: 0; --hsh-dropdown-header-padding-y: .25rem;
    --hsh-dropdown-item-padding-x: .75rem; --hsh-dropdown-link-hover-bg: var(--hsh-primary); --hsh-dropdown-link-active-color: var(--hsh-secondary);
    flex-direction: column; gap: .325rem; min-width: 240px;
}
.dropdown-menu.show { display: flex; }
.dropdown-item { border-radius: 100vw; }
.dropdown-item:focus, .dropdown-item:hover { text-decoration: none; }
.dropdown-header { font-weight: 500; color: unset; }

.basket-link { }
.quick-links .badge { --hsh-badge-padding-x: 0; --hsh-badge-padding-y: 0; --hsh-badge-font-size: 10px; --hsh-badge-font-weight: 300; --hsh-badge-color: #000; --hsh-badge-border-radius: 100vw;
    display: flex; justify-content: center; align-items: center; aspect-ratio: 1/1; width: 16px; background-color: var(--hsh-primary);
}
.basket-link .nav-link { position: relative; }
.quick-links .nav-link .badge { position: absolute; bottom: 50%; left: 50%; z-index: 2; }

.quick-links .user-link .badge { width: 10px; }

.breadcrumb-wrapper { padding: 1.5rem 0; background: url(../images/bg-breadcrumb.png) 50% 0 repeat-x scroll transparent; }
.breadcrumb-title { margin-bottom: 0; padding: .5rem 0 .5rem .75rem; border-left: 2px solid #000; }
.breadcrumb { --hsh-breadcrumb-margin-bottom: 0; --hsh-breadcrumb-font-size: 14px;  font-weight: 300; flex: 0 0 auto;
    --hsh-breadcrumb-item-active-color: var(--hsh-secondary);
}
.breadcrumb-item a { color: var(--hsh-body-color); text-decoration: none;  }
.breadcrumb-item a:hover { text-decoration: underline;  }
.breadcrumb-item.active { text-decoration: underline; }

.product-slider .block-item, .product-slider .block-item *{
    -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; user-drag: none; -webkit-user-drag: none;
}
.product-slider { position: relative; padding: 0 3.5rem; }
.product-slider { padding-bottom: calc(1.5rem + var(--swiper-pagination-bullet-size)); }
.product-slider .swiper-wrapper { align-items: stretch; }
.product-slider .swiper-slide { height: unset; }

.swiper-button { color: var(--hsh-base-gray); }
.swiper-button:hover { color: var(--hsh-secondary); }
.swiper-button:after { content: inherit; }
.swiper-button svg { width: 38px; }
.swiper-button-next { right: 0; }
.swiper-button-prev { left: 0; }
.swiper-pagination-bullets.swiper-pagination-horizontal { bottom: 0; display: flex; justify-content: center; gap: .5rem; }
.swiper-pagination-bullet { border-radius: 100vw; transition: all .2s ease-in-out; }
.swiper-pagination-bullet-active { --swiper-pagination-bullet-width: 40px; width: var(--swiper-pagination-bullet-width); }

.promobox { position: relative; padding-bottom: calc(1.5rem + var(--swiper-pagination-bullet-size)) }
.promobox .swiper-slide { position: relative; isolation: isolate; }
.promobox .button-wrapper .btn { position: relative; z-index: 10; }
.link-overlay { position: absolute; z-index: 5; top: 0; left: 0; width: 100%; height: 100%; font-size: 0; line-height: 0; overflow: hidden; text-indent: -9999rem; background-color: transparent; }

.text-widget {}
.content-text {}
.content-text ul { list-style: none; padding-left: 0; }
.content-text ul li { position: relative; padding-left: 2rem; }
.content-text ul li + li { margin-top: .75rem; }
.content-text ul li:before { content: ''; position: absolute; top: 1px; left: 0; width: 1.5rem; height: 1.5rem;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23111B34' class='bi bi-check-lg' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z'/%3E%3C/svg%3E") 50% 50% no-repeat scroll transparent;
    background-size: 1.5rem 1.5rem;
}

.bg-secondary .content-text ul li:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23D2FC04' class='bi bi-check-lg' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z'/%3E%3C/svg%3E") 50% 50% no-repeat scroll transparent;
}

.newsletter-widget .form-control { --hsh-focus-shadow-color: var(--hsh-secondary); }

.grid-list {  }
.grid-list .row>.col-grid { --image-offset: 30%; }

.grid-item { position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; aspect-ratio: 2 / 1; transition: background-color .15s ease-in-out; background-color: var(--hsh-light-200); }
.grid-item:hover { background-color: var(--hsh-primary); }
.grid-item .gw { padding-right: var(--image-offset);  }
.grid-image { position: absolute; z-index: -1; top: 0; right: 0; bottom: 0; width: var(--image-offset); height: 100%; object-fit: cover; object-position: 0% 50%; }

.block-list { --labels-offset: 1.5rem; }
.block-item { position: relative; height: 100%; display: flex; flex-direction: column; gap: .75rem; }
.block-image { position: relative; overflow: hidden; isolation: isolate; flex: 0 0 auto; align-self: flex-start; background-color: #fff; }
.block-image:before { content: ''; position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; background-color: transparent; transition: background-color .15s ease-in-out; }
.block-image img { transition: all .15s ease-in-out;  }
.block-labels { --label-font-size: .875rem; --label-padding: 4px 8px; --label-border-radius: 0 5px 5px 0;
    position: absolute; bottom: var(--labels-offset); left: 0; z-index: 2; display: flex; flex-direction: column; gap: .5rem; align-items: flex-start;
    font-size: var(--label-font-size); font-weight: 300;
}
.block-labels .label { padding: var(--label-padding); border-radius: var(--label-border-radius); }
.block-sm-info { font-size: .875rem; font-weight: 300; }
.block-title { font-weight: 500; }
.block-price { font-size: 1.25rem; font-weight: 500;  margin-top: auto; }
.block-price .block-old-price { font-size: .875rem; font-weight: 400; font-style: italic; color: var(--hsh-base-gray); text-decoration: line-through; }
.block-text { }
.block-list:not(.product-list) .block-action-button { margin-top: auto; }

.block-item:hover .block-image img { transform: scale(1.1); }
.block-item:hover .block-image:before { background-color: rgba(var(--hsh-primary-rgb), .3) }
.block-item:hover .block-action-icon { background-color: var(--hsh-primary); color: var(--hsh-secondary); }


.video-list .block-action-icon { position: absolute; top: 50%; left: 50%; z-index: 5; transform: translate(-50%, -50%); display: flex; justify-content: center; align-items: center; width: 60px; aspect-ratio: 1 / 1; border-radius: 100vw;
    background-color: var(--hsh-secondary); color: #fff; transition: background-color .15s ease-in-out, color .15s ease-in-out;
}
.video-list .block-action-icon svg { width: 40px; }

.block-category {  }

.category-list {}
.category-list .nav-link { padding: 2px 0 2px 26px; --hsh-nav-link-hover-color: var(--hsh-body-color); --hsh-nav-link-font-size: 14px; --hsh-nav-link-font-weight: 400; }
.category-list .nav-link:hover { text-decoration: underline; }
.category-list .nav-link.active { --hsh-nav-link-color: var(--hsh-body-color); --hsh-nav-link-hover-color: var(--hsh-body-color); --hsh-nav-link-font-weight: 700; }
.category-list>ul>li>.nav-item>.nav-link { padding: .5rem 0 .5rem 26px; --hsh-nav-link-font-size: 14px; --hsh-nav-link-font-weight: 400; --hsh-nav-link-color: var(--hsh-body-color); }
.category-list>ul>li>.nav-item>.btn-toggle { top: 10px; left: 0; }
.category-list>ul>li:not(:last-child) { border-bottom: 1px solid var(--hsh-gray-300); }
.category-list ul { margin: 0; padding: 0; list-style: none; position: relative; }
.category-list ul li { position: relative; }
.category-list .nav-item { position: relative; }
.category-list .btn-toggle { position: absolute; top: 6px; left: -1px; z-index: 2; border: 0 none; color: var(--hsh-body-color); border-radius: 100%; box-shadow: none; outline: 0 none;
    background-color: var(--hsh-primary);
    padding: 0; display: flex; justify-content: center; align-items: center; width: 16px; height: 16px;
}
.category-list .btn-toggle:before { content: ""; position: absolute; top: -4px; right: -4px; bottom: -4px; left: -4px; display: block; background-color: transparent; }
.category-list .btn-toggle svg { width: 10px; transform: rotate(90deg); transition: all .15s ease-in-out; }
.category-list .btn-toggle.collapsed svg { transform: rotate(0deg); }
.category-list>ul ul { margin: 0 0 0 20px; padding-bottom: 0; }
.category-list>ul ul:before { content: ""; position: absolute; top: 0; bottom: 10px; left: 6px; display: block; width: 1px; background-color: var(--hsh-gray-300); }
.category-list>ul>li>.nav-item>.nav-link.active { --hsh-nav-link-color: var(--hsh-body-color); --hsh-nav-link-hover-color: var(--hsh-body-color); background-color: transparent; --hsh-nav-link-font-weight: 700; }

.product-list .block-labels { top: var(--labels-offset); bottom: auto; }
.product-list .block-title { font-weight: 300; }

.pagination, .pagination * { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; user-drag: none; -webkit-user-drag: none; }
.pagination { justify-content: center; gap: .5rem;
    --hsh-pagination-padding-x: 5px; --hsh-pagination-padding-y: 5px; --hsh-pagination-border-color: transparent; --hsh-pagination-border-radius: 100vw;
    --hsh-pagination-hover-bg: transparent; --hsh-pagination-hover-color: var(--hsh-secondary);
    --hsh-pagination-focus-color: var(--hsh-secondary); --hsh-pagination-focus-box-shadow: none;
    --hsh-pagination-active-color: var(--hsh-body-color);
    --hsh-link-color: var(--hsh-body-color);
}
.page-link { width: 40px; aspect-ratio: 1 / 1; display: flex; justify-content: center; align-items: center; font-size: 14px; font-weight: 400; }
.page-item:not(:first-child) .page-link { margin-left: 0; }
.page-link,
.page-item:first-child .page-link,
.page-item:last-child .page-link { border-radius: var(--hsh-pagination-border-radius); }

.product-mini-list {}
.product-mini-list .block-item-wrapper { display: flex; flex-direction: column; gap: .5rem; }
.product-mini-list .block-item { position: relative; flex-direction: row; padding: .75rem; border: 1px solid var(--hsh-base-gray); border-radius: var(--hsh-border-radius-xl); }
.product-mini-list .block-item:hover { background-color: var(--hsh-light-200); }
.product-mini-list .block-image { flex-basis: 80px; }
.product-mini-list .block-body { flex: 1; display: flex; flex-direction: column; gap: .5rem; }
.product-mini-list .block-title { font-size: 14px; }
.product-mini-list .block-labels { position: static; gap: 6px; flex-wrap: wrap; flex-direction: row; --label-font-size: 12px; --label-padding: 2px 4px; --label-border-radius: 5px; }
.product-mini-list .block-price { font-size: 1rem; }

.product-qty { display: flex; align-items: center; gap: 4px; }
.product-qty .form-control { width: 34px; padding: 0; --hsh-border-radius: 0; text-align: center; --hsh-border-width: 0; --hsh-focus-shadow-color: none; }
.product-qty .form-control::-webkit-outer-spin-button,
.product-qty .form-control::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.product-qty .form-control { -moz-appearance: textfield; }
.product-qty .form-control:focus {  }

.block-item-view { display: flex; flex-direction: column; gap: 1rem; }
.block-item-view .block-labels { position: static; flex-direction: row; }

.nav-tabs { --hsh-nav-link-color: var(--hsh-secondary); --hsh-nav-link-hover-color: var(--hsh-secondary); --hsh-nav-link-padding-x: .75rem;
    --hsh-nav-tabs-border-radius: 0; --hsh-nav-tabs-border-color: var(--hsh-base-gray); --hsh-nav-tabs-link-active-border-color: transparent transparent var(--hsh-secondary); }
.nav-tabs .nav-link { border: 0 none; border-bottom: 2px solid transparent; }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {  }

.product-view {}
.product-view .block-labels { --label-border-radius: 5px; }
.product-view .block-image:hover img { transform: scale(1.1); }
.product-view .block-image:hover:before { background-color: rgba(var(--hsh-primary-rgb), .3) }
.product-notification { }
.product-notification>div {}
.product-notification>div svg {}

.reviews {}
.review-header {}
.review-summary {  }
.review-stars { display: flex; gap: 4px; align-items: center; color: #F9BF3B }
.review-stars svg { width: 20px; }
.review-stars-action { gap: 0; }
.review-stars-action div { cursor: pointer; }
.review-stars-action svg { margin-right: 4px; }
.review-count {  }
.review-details { font-size: 1rem; }
.review-detail-row {}
.review-stars-name { min-width: 65px; }
.review-bar { position: relative; min-width: 170px; width: 100%; max-width: 240px; height: 5px; background-color: var(--hsh-base-gray); border-radius: 100vw; overflow: hidden; }
.review-bar-fill { position: absolute; top: 0; left: 0; width: var(--review-row-percentage); height: 100%; background-color: #F9BF3B; }
.review-summary .review-count {  }
.review-stars-summary { cursor: pointer; }
.review-stars-summary:hover .review-count { color: var(--hsh-secondary)!important; }
.review-stars-summary .review-count { font-size: 14px; }
.review-stars-summary .review-count > span { text-decoration: underline;  }
.review-list {}
.review-item {}
.review-avatar {}
.review-avatar, .review-avatar * { cursor: default;
    -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; user-drag: none; -webkit-user-drag: none;
}
.review-avatar > div { margin-bottom: 0; display: flex; justify-content: center; align-items: center; flex-wrap: nowrap; text-align: center; width: 54px; aspect-ratio: 1/1; border-radius: 100vw; background-color: #FF3838; color: #fff; }
.review-author {}
.review-date { font-size: 14px; }
.review-body {}
.review-title {}
.review-text { font-size: 1rem; }

.vertical-line-divider { width: 1px; background-color: var(--hsh-base-gray); }

.modal-review {}
.modal-review .modal-header { align-items: flex-start; }
.modal-review .modal-title { display: flex; align-items: center; gap: 1.5rem; font-size: 16px; font-weight: 300; }
.modal-review .block-image { width: 80px; }
.modal-review .review-stars-action { color: #D9D9D9; }
.modal-review .review-stars-action .active { color: #F9BF3B; }
/*.modal-review textarea { min-height: 140px; }*/

.card { --hsh-card-bg: #fff; --hsh-card-border-color: var(--hsh-base-gray); --hsh-card-border-radius: var(--hsh-border-radius-xl);  }
.card-title { font-weight: 700; }

.card-sm { font-size: 12px;
    --hsh-card-spacer-x: .5rem; --hsh-card-spacer-y: .5rem;
}

.card-user { height: 100%; font-size: .875rem;
    --hsh-card-cap-bg: transparent;
}
.card-user .card-title { font-size: 1rem; }
.card-user .card-footer {}

.line-divider { position: relative; display: flex; align-items: center; font-size: 16px; font-weight: 400; color: var(--hsh-light-500); text-align: center; margin: 1.5rem 0; }
.line-divider>span { flex: 0 0 auto; width: auto; padding: 0 1rem; }
.line-divider>span>span { display: block; }
.line-divider:before,
.line-divider:after { content: ""; height: 1px; width: 100%; flex: 1 0 0%; background-color: currentColor; }

.basket-view {}
.basket-view .accordion { --hsh-accordion-btn-padding-x: 0; --hsh-accordion-btn-padding-y: .325rem; --hsh-accordion-btn-bg: transparent; --hsh-accordion-btn-color: #fff;
    --hsh-accordion-active-color: #fff; --hsh-accordion-active-bg: transparent;
    --hsh-accordion-btn-focus-box-shadow: none;
    --hsh-accordion-bg: transparent; --hsh-border-width: 0;
    --hsh-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --hsh-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23D2FC04' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --hsh-accordion-body-padding-x: 0; --hsh-accordion-body-padding-y: .5rem 0; --hsh-accordion-color: #fff;
}
.basket-view .accordion-button { font-size: 14px; }

.table { --hsh-table-striped-bg: var(--hsh-light-200); }
.table tr { position: relative; }

.basket-table { font-size: 14px; }
.basket-table>*>*>* { padding: .5rem .25rem; }
.basket-table>thead>*>* { font-weight: 400; border-bottom-color: var(--hsh-base-gray); }
.basket-table>tbody { --hsh-border-width: 0; }
.basket-table .block-image img { width: 60px; }
.basket-table .td-name {}
.basket-table .td-qty { min-width: 105px; }
.basket-table .td-price { min-width: 95px; }
.basket-table .td-price-sum { min-width: 95px; }
.basket-table .td-action {}
.basket-table .td-del {}
.basket-table .nav-link { --hsh-nav-link-padding-x: 5px; --hsh-nav-link-padding-y: 5px; }
.basket-table .nav-link svg { width: 16px; }
.basket-table .nav-link-action { --hsh-nav-link-color: var(--hsh-light-500); }
.basket-table .nav-link-delete { --hsh-nav-link-hover-color: var(--hsh-danger); }

.cart-breadcrumb { position: relative; display: flex; list-style: none; margin: 0 0 2rem 0; padding: 0; font-size: .875rem; font-weight: 400; overflow: hidden; }
/*.cart-breadcrumb:before { content: ''; position: absolute; top: 9px; left: 0; width: 100%; height: 1px; background-color: red; }*/
.cart-breadcrumb>li { width: 100%; flex: 1 0 0%; max-width: 100%; position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 1rem; }
.cart-breadcrumb>li:after {  content: ''; position: absolute; z-index: 1; top: 9px; right: 50%; width: 100%; height: 1px; background-color: var(--hsh-base-gray); }
.cart-breadcrumb>li:first-child:after { content: unset; }
.cart-breadcrumb>li:before { content: ''; position: relative; z-index: 5; width: 18px; aspect-ratio: 1 / 1; background-color: var(--hsh-base-gray); border: 4px solid #fff; border-radius: 100vw; }
.cart-breadcrumb>li.active:before { border-color: var(--hsh-secondary); background-color: var(--hsh-primary) }
.cart-breadcrumb>li.active-prev:before { background-color: var(--hsh-secondary); }
.cart-breadcrumb>li.active:after,
.cart-breadcrumb>li.active-prev:after { background-color: var(--hsh-secondary); z-index: 3; }
/*.cart-breadcrumb>li:first-child { align-items: flex-start; }*/
/*.cart-breadcrumb>li:last-child { align-items: flex-end; }*/
/*.cart-breadcrumb>li:last-child:after { right: 0; }*/
.cart-breadcrumb>li>span {}
.cart-breadcrumb>li>span {}
.cart-breadcrumb>li>a {}
.cart-breadcrumb>li.active>span {}

.contact-info { display: flex; flex-direction: column; gap: 1rem; }
.info-item { display: flex; align-items: center; gap: .75rem; font-size: 1.25rem; }
.info-icon { flex: 0 0 auto; display: flex; justify-content: center; align-items: center; width: 3rem; aspect-ratio: 1 / 1; background-color: var(--hsh-primary); border-radius: 100vw; }
.info-icon svg { width: 1.25rem; }
.info-text {}
.info-text .nav-link:hover { text-decoration: underline; }

.footer-primary { font-size: 1rem; font-weight: 300; }
.footer-primary .nav-link { display: inline-block; --hsh-nav-link-font-weight: 300; --hsh-nav-link-padding-x: 0; --hsh-nav-link-padding-y: 0; --hsh-nav-link-color: #fff; --hsh-nav-link-hover-color: var(--hsh-primary); }
.footer-primary .nav-footer { gap: .75rem; }
.footer-primary .nav-footer .nav-link {}
.footer-primary .bottom { background-color: var(--hsh-blue-slate); font-size: 12px; }
.footer-primary .bottom a { color: var(--hsh-primary); }
.footer-primary .bottom a:hover { color: #fff; }

.modal { --hsh-modal-border-radius: var(--hsh-border-radius-xl); --hsh-modal-border-width: 0; --hsh-modal-header-border-width: 0; --hsh-modal-header-border-color: var(--hsh-base-gray); --hsh-modal-footer-border-color: transparent; }
.modal-backdrop { --hsh-backdrop-opacity: .7; }
.modal-search .modal-body { padding-top: 0; }
.modal-search .block-item-wrapper { max-height: 100%; padding-right: 5px; }
.modal-search .product-mini-list { display: flex; flex-direction: column; max-height: 100%; overflow: hidden; }
.modal-search .modal-body { overflow: hidden; display: flex; flex-direction: column; }

.scroll-wrapper { overflow-y: auto; }
.scroll-wrapper::-webkit-scrollbar { width: 7px; background-color:rgba(0,0,0,0.2); border-radius: 7px; }
.scroll-wrapper::-webkit-scrollbar-track { background-color: transparent; }
.scroll-wrapper::-webkit-scrollbar-thumb { border-radius: 7px; background-color:rgba(0,0,0,0.4); }
.scroll-wrapper::-webkit-scrollbar-thumb:hover { background-color:rgba(0,0,0,0.7); }


.social-box .nav-link { --hsh-nav-link-padding-x: .375rem; --hsh-nav-link-padding-y: .375rem; --hsh-nav-link-color: var(--hsh-primary); --hsh-nav-link-hover-color: #fff; }
.social-box .nav-link svg { width: 20px; }

.no-image {
   max-width: 100%;
}

@media (min-width: 576px) {
    html { font-size: 14px; }
}
@media (min-width: 768px) {
    html { font-size: 14px; }

}
@media (min-width: 992px) {
    html { font-size: 14px; }

    h1, .h1 { font-size: 3rem; }
    h2, .h2 { font-size: 2.625rem; }
    h3, .h3 { font-size: 2rem; }
    h4, .h4 { font-size: 1.5rem; }
    h5, .h5 { font-size: 1.25rem; }
    h6, .h6 { font-size: 1rem; }

    h2>span { display: block; font-size: 2rem; }

    .category-grid-list .row>.col-grid:nth-child(-n+2) { flex: 0 0 auto; width: 50%; --image-offset: 50%; }
    .category-grid-list .row>.col-grid:nth-child(n+3) { flex: 0 0 auto; width: 33.33333333%; --image-offset: 30%; }

    .basket-summary-widget { top: 1rem; }

}
@media (min-width: 1200px) {
    html { font-size: 16px; }
}

@media (min-width: 1400px) {
    html { font-size: 16px; }
    .py-xxl-6 { padding-top: 3.75rem !important; padding-bottom: 3.75rem !important; }
}

@media (min-width: 768px) and (max-width: 991.98px) {

}
@media (min-width: 390px) and (max-width: 575.98px) {

}
@media (min-width: 576px) and (max-width: 767.98px) {

}
@media (min-width: 768px) and (max-width: 991.98px) {

}
@media (min-width: 992px) and  (max-width: 1199.98px) {

}

@media (max-width: 389.98px) {

}
@media (max-width: 575.98px) {
    html { font-size: 13px; }

    .product-slider { padding-left: 0; padding-right: 0; }
    .product-slider .swiper-button { display: none; }

    .swiper-pagination-bullets.swiper-pagination-horizontal { gap: 5px; }

    .review-stars-name { width: 55px; }

    .cart-breadcrumb { font-size: 10px; }

    .footer-primary .nav-footer { gap: .5rem; }

}
@media (max-width: 629.98px) {
    .basket-table thead { display: none; }
    .basket-table>tbody { display: flex; flex-direction: column; gap: 1rem; }
    .basket-table>tbody>* { display: block; width: 100%; }
    .basket-table>tbody>*>* { padding: 4px; display: flex; justify-content: space-between; align-items: center; min-width: unset; }
    .basket-table>tbody>*>*:before { content: attr(data-title); font-weight: 300; }
    .basket-table>tbody>*>*.td-del:before { content: ''; width: 100%; height: 1px; background-color: var(--hsh-base-gray); }
    .basket-table>tbody>tr:nth-of-type(odd)>* {  }
}
@media (max-width: 767.98px) {
    .block-list:not(.prodct-list) .block-item { max-width: 350px; margin: 0 auto; }

    .grid-title { font-size: 1.25rem; }
    .category-grid-list .row>.col-grid:nth-child(-n+2) { --image-offset: 30%; }
    .category-grid-list .row>.col-grid:nth-child(n+3) { --image-offset: 30%; }

    .sub-title-uppercase { font-size: 1rem; }

    .breadcrumb-wrapper { padding: 1rem 0; }
    .breadcrumb { --hsh-breadcrumb-font-size: 13px;}

}
@media (max-width: 991.98px) {

    .btn { --hsh-btn-padding-x: 12px; --hsh-btn-padding-y: 6px; --hsh-btn-font-size: 14px; gap: .5rem; }
    .btn-lg { --hsh-btn-padding-x: 12px; --hsh-btn-padding-y: 6px; --hsh-btn-font-size: 14px; }
    .btn-sm { --hsh-btn-padding-x: 12px; --hsh-btn-padding-y: 6px; --hsh-btn-font-size: 14px; }
    .btn-xs { --hsh-btn-padding-x: 6px; --hsh-btn-padding-y: 4px; --hsh-btn-font-size: 12px; gap: 4px; }

    .btn-rounded { --hsh-btn-padding-x: 8px; --hsh-btn-padding-y: 8px; }

    .header-primary { position: sticky; top: 0; z-index: 1020; padding: .5rem 0; box-shadow: 0 0 10px 0 rgba(var(--hsh-secondary-rgb), .3); }
    .header-primary .navbar-nav { gap: .5rem; }
    .navbar-expand-lg .navbar-nav.quick-links { --hsh-nav-link-padding-x: .75rem; --hsh-nav-link-padding-y: .75rem; flex-direction: row; }
    .header-primary .menu-toggler { margin-left: .5rem; }
    .header-primary .menu-toggler .nav-link {
        --hsh-nav-link-padding-x: .5rem; --hsh-nav-link-padding-y: .5rem; --hsh-nav-link-color: var(--hsh-secondary);
        --hsh-nav-link-hover-color: var(--hsh-secondary);
        background-color: var(--hsh-primary); border-radius: 100vw;
    }
    .header-primary .menu-toggler .nav-link:before { content: unset; }
    .header-primary .menu-toggler .nav-link svg { width: 24px; }


    .header-primary .navbar-nav .dropdown-menu { position: absolute; }
    .header-primary .user-link { position: static; }
    .header-primary .user-link .dropdown-menu { left: 0; width: 100%; }

    .offcanvas { --hsh-offcanvas-width: 80%; max-width: 400px; }
    .offcanvas .btn-close { opacity: 1; }

    .offcanvas-navigation { background-color: var(--hsh-secondary); }
    .offcanvas-navigation .collapse:not(.show) { display: block; }
    .offcanvas-navigation .navbar-nav { display: flex; flex-direction: column; --hsh-nav-link-padding-x: 0; }
    .offcanvas-navigation .nav-link { --hsh-nav-link-font-size: 1.25rem; --hsh-nav-link-font-weight: 400; --hsh-nav-link-color: #fff; --hsh-nav-link-hover-color: var(--hsh-primary); --hsh-navbar-active-color: var(--hsh-primary) }
    .offcanvas-navigation .nav-link.active { background-color: var(--hsh-primary); color: var(--hsh-secondary); margin-right: calc(var(--hsh-offcanvas-padding-x) * -1); margin-left: calc(var(--hsh-offcanvas-padding-x) * -1); padding-right: var(--hsh-offcanvas-padding-x); padding-left: var(--hsh-offcanvas-padding-x); }
    .offcanvas-navigation .nav-link:focus-visible { outline: none!important; box-shadow: none!important; }

    .offcanvas-navigation .dropdown-menu { position: static; --hsh-dropdown-padding-y: 5px; --hsh-dropdown-bg: var(--hsh-blue-slate) }
    .offcanvas-navigation .dropdown-menu li + li { border-top: 1px solid var(--hsh-border-color-translucent); }
    .offcanvas-navigation .dropdown-item { font-size: 1rem; white-space: normal; --hsh-dropdown-link-color: #fff; }
    .offcanvas-navigation .dropdown-item.active,
    .offcanvas-navigation .dropdown-item:active,
    .offcanvas-navigation .dropdown-item:focus,
    .offcanvas-navigation .dropdown-item:hover {--hsh-dropdown-link-hover-color: var(--hsh-primary); --hsh-dropdown-link-active-color: var(--hsh-primary); background-color: transparent; }
    .offcanvas-navigation .dropdown-menu .dropdown-menu { margin: var(--hsh-offcanvas-padding-x); }

    .offcanvas-category {}
    .offcanvas-category .card { --hsh-card-border-width: 0; --hsh-card-spacer-x: 0; --hsh-card-spacer-y: 0; }
    .category-list .btn-toggle:before { top: -8px; right: -8px; bottom: -8px; left: -8px; }

}
@media (max-width: 1199.98px) {

}
@media (max-width: 1399.98px) {

}