

/* Start:/local/templates/jackarno/css/main.css?177273896254385*/
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

body, h1 {
  /*font-family: "Jost", sans-serif;*/
  font-family: "Inter", sans-serif;
}

a,
  .button,
  input {
    transition: all .2s;
  }

:root {
    --w-xl: 1280px;
    --product-card-sm: 160px;
    --product-card-md: 294px;
    --product-card-xl: 217px;
  }
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.container p > a {
  text-decoration: underline;
}

@media (min-width: 640px){

  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){

  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){

  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){

  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1538px){

  .container{
    max-width: 1538px;
  }
}
.fixed{
  position: fixed;
}
.sticky{
  position: sticky;
}
.top-0{
  top: 0px;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-\[85px\]{
  margin-top: 16px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-full{
  height: 100%;
}
.w-8{
  width: 2rem;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.p-8{
  padding: 2rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.text-center{
  text-align: center;
}
.font-semibold{
  font-weight: 600;
}
.opacity-40{
  opacity: 0.4;
}
.transition{
  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(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

svg {
  width: 32px;
  height: 32px;
}

html {
  overflow: initial;
}

img:not([src]) {
  visibility: hidden;
}

.swiper-slide {
  width: var(--product-card-sm);
}

@media (min-width: 768px) {

.swiper-slide {
    width: var(--product-card-md)
}
  }

@keyframes customFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes customFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.custom-fadeIn {
  animation: customFadeIn .05s linear;
}

.custom-fadeOut {
  animation: customFadeOut .05s ease;
}


.fancybox__button--close {
  position: absolute;
  top: 10px; /* Отступ от верхнего края внутри окна */
  right: 10px; /* Отступ от правого края внутри окна */
  z-index: 1001; /* Поверх содержимого окна */
}




header {
  z-index: 999;
  position: relative;
  box-shadow: 0px 6px 16px #0000000f;
}


header nav {
    height: 68px;
    display: flex;
  }




header .logo {
    font-family: "Fahkwang", serif;
    font-size: 24px;
    text-align: center;
  }

@media (min-width: 768px) {
  header .header-left {
    margin-left: -3px;
  }
}
@media (max-width: 767px) {
  header .logo {
    margin: 0 .75rem;
  }
  header .logo img {
    width: 150px;
  }
}
.favorites-top,
.cart-top {
  position: relative;
  span:empty {
    display: none;
  }
}

.favorites-top,
.cart-top {
  span {
    position: absolute;
    top: -7px;
    right: -8px;
    background-color: #D30B3B;
    color: #fff;
    font-weight: 500;
    padding: 1px 6px;
    border-radius: 50%;
    width: 20px;
    font-size: 11px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.cart-top span.animated {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(211 11 59 / 75%);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.page-container {

}
.bg-cover{
  background-size: cover;
}
@media screen and (max-width: 515px) {

header .logo {
      font-size: 20px
  }
}

.bg-cover {
  background-position: top center;
  background-image: url(/local/templates/jackarno/css/../img/banner_mobile.jpg);
  min-height: calc(100vh - 68px);
  max-height: calc(100vh - 68px);
  background-size: cover;
}

@media (min-width: 768px) {

.bg-cover {
    background-image: url(/local/templates/jackarno/css/../img/banner.jpg);
    min-height: 600px
}
  }

@media (min-width: 1300px) {
  .bg-cover {
    min-height: calc( 100vh - 124px );
  }
}

.button {
  display: inline-block;
  border-radius: 5px;
  padding: 8px 32px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.button--outline {
    color: rgb(0 0 0 / 50%);
    border: 1px solid rgb(0 0 0 / 50%);
  }

.button--outline.active,
    .button--outline:hover {
      color: rgb(0 0 0);
      border: 1px solid rgb(0 0 0);
    }

.button--black {
    font-size: 13px;
    color: #ffffff;
    background-color: #111111;
  }

.button--black:hover:not(:disabled) {
      background-color: #363331;
    }

.button--white {
    background-color: #ffffff;
  }

.button--disabled {
  font-size: 13px;
  color: #111111;
  cursor: default;
  background-color: #ededed;
}

input {
  border-radius: 5px;
  font-size: 14px;
  color: #222222;
}

input:focus {
    outline: none;
  }
.input--outlined {
    border: 1px solid #D1D1D1;
    padding: 1rem;
  }
.input--outlined:focus {
      border-color: #6e6e6e;
    }
.top-catalog-menu {
  margin-top: 68px;
  border-bottom: 1px solid #F2F2F2;
}
.top-catalog-menu a {
    font-weight: 300;
    font-size: 14px;
  }
.top-catalog-menu a:hover,
.top-catalog-menu a.selected{
      /* color: red; */
      text-shadow: 0px 0px 1px #00000052;
    }

.fw-right {
  padding-left: 1rem;
}

@media (min-width: 640px) {

.fw-right {padding-left: calc( (100%  - 640px) / 2 + 1rem)
}}

@media (min-width: 768px) {

.fw-right {padding-left: calc( (100%  - 768px) / 2 + 1rem)
}}

@media (min-width: 1024px) {

.fw-right {padding-left: calc( (100%  - 1024px) / 2 + 1rem)
}}

@media (min-width: 1280px) {

.fw-right {padding-left: calc( (100%  - 1280px) / 2 + 1rem)
}}

@media (min-width: 1538px) {

.fw-right{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

@media (min-width: 640px){

    .fw-right{
      max-width: 640px;
    }
  }

@media (min-width: 768px){

    .fw-right{
      max-width: 768px;
    }
  }

@media (min-width: 1024px){

    .fw-right{
      max-width: 1024px;
    }
  }

@media (min-width: 1280px){

    .fw-right{
      max-width: 1280px;
    }
  }

@media (min-width: 1538px){

    .fw-right{
      max-width: 1538px;
    }
  }}


.banner-home {
  margin: 2rem auto;
}

@media (max-width: 768px) {
  .banner-home {
    margin: 0;
    padding: 0;
  }
}

.banner-home__img img {
  border-radius: 5px;
}

.menu-home {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 1rem 1rem 0;
}
.menu-home img {
  border-radius: 5px 5px 0 0;
}
.menu-home-item {
  margin-bottom: 1rem;
}
.menu-home-item picture {
  margin-bottom: .75rem;
  display: block;
}
.menu-home-item__txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
}
.menu-home-item__txt > svg{
  transform: rotate(270deg);
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  .menu-home {
    grid-template-columns: repeat(4, 1fr);
  }
}

/** Carousel products ***/

.carousel-products__title {
  font-size: 20px;
  font-weight: 500;
}

.carousel-products__headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2rem auto 0;
}

.carousel-products__tabs {
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  background: #F0F0F0;
  padding: 4px;
  border-radius: 5px;
  gap: 0;
}

.carousel-products__tabs input {
  display: none;
}

.carousel-products__tabs label {
  text-align: center;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 2;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1rem;
}

.carousel-products__tabs .slider {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: calc(50% - 4px);
  background: white;
  border-radius: 5px;
  z-index: 1;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.carousel-products__tabs #tab2:checked ~ .slider {
  transform: translateX(100%);
}


.carousel-products__menu {
    overflow: scroll;
  }


.carousel-products__menu::-webkit-scrollbar {
      display: none;
    }

.carousel-products__row {
  position: relative;
}
.carousel-products__row .swiper-button {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 16px #00000033;
  width: 36px;
  height: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: .15s;
  position: absolute;
  top: 122px;
  z-index: 9;
}
.carousel-products__row:hover .swiper-button {
  opacity: .8;
}

.carousel-products__row .swiper-button-prev {
  left: .75rem;
}
.carousel-products__row .swiper-button-next {
  right: .75rem;
}

.carousel-products__row .swiper-button:hover {
  opacity: .9;
}

.carousel-products__row .swiper-button.swiper-button-disabled {
  opacity: 0;
}

.carousel-products__row .swiper-button svg {
  width: 20px;
  height: 20px;
  fill: #878787;
}
.carousel-products-home {
  margin-top: 1.25rem;
}
.carousel-products-home {
  .carousel-products__row {
    display: none;
  }
}

@media (max-width: 399px) {
  .carousel-products__title {
    margin-right: 1rem;
    font-size: 14px;
  }
}

.product-card {
  max-width: var(--product-card-sm);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px) {

.product-card {
    max-width: var(--product-card-md)
}
  }

.product-card__top {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
  }

.product-card__img img {
      border-radius: 5px;
      width: 100%;
    }

.product-card__labels .label-hit {
      position: absolute;
      top: 10px;
      left: 10px;
      background-color: #D30B3B;
      color: #fff;
      font-size: 7px;
      font-weight: bold;
      padding: 6px 14px;
      text-transform: uppercase;
      line-height: 7px;
      border-radius: 5px;
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none;
    }

.product-card__labels .label-favorite {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: white;
  border-radius: 3px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .product-card__labels .label-favorite {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
  }
  .product-card:hover .label-favorite,
  .label-favorite.is-favorite {
    opacity: 1;
    visibility: visible;
  }
}

.product-card__labels .label-favorite svg {
  height: 21px;
  width: 21px;
}
.label-favorite:hover svg{
  transition: .15s;
  fill: #D30B3B;
}

.product-card__labels .label-favorite.is-favorite {

}

.label-discount {
  font-weight: 500;
  font-size: 8px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  background: #d30b3b;
  border-radius: 3px;
  padding: 4px 10px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.product-card__middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: .75rem;
  margin-bottom: .75rem;
  position: relative;
}

.product-card__add2cart {
  width: 30px;
  height: 30px;
  background: black;
  border-radius: 50%;
  transition: .15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.product-card__add2cart {
    min-width: 30px;
    max-width:30px;
    min-height: 30px;
    max-height: 30px;
}
.product-card__add2cart:hover:not(:disabled) {
  background-color: #363331;
}
.product-card__add2cart svg {
  width: 17px;
  height: 17px;
}
.product-card__add2cart.quantity-wrapper {
  color: #fff;
}
.product-card__title {
  height: 2.4rem;
  overflow: hidden;
  margin-right: .75rem;
}
@media screen and (max-width: 767px) {
  .product-card__title {
    height: 3.1rem;
    max-width: 125px;
  }
}
.product-card__title a {
      line-height: 18px;
      display: inline-block;
      font-size: 14px;
    }


.product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-card__price {
  display: flex;
  align-items: flex-end;
  }

.product-card__price .price-red {
      color: #D30B3B;
      font-weight: 800;
      font-size: 16px;
      line-height: 20px;
    }

.product-card__price .price-old {
      font-size: 12px;
      text-decoration: line-through;
      color: #777;
    }

.product-card__price .price-percent {
      font-size: 14px;
      color: #D30B3B;
    }

@media screen and (max-width: 767px) {
      .product-card__price .price-red {
        font-size: 14px;
      }
      .product-card__price .price-old {
        font-size: 12px;
      }
      .product-card__price .price-percent {
        font-size: 12px;
      }
    }

.product-card__rating {

  }

.product-card__rating .stars {
      display: flex;
      flex-wrap: wrap;
      align-content: center;
    }

.product-card__rating .stars .icon-star {
        width:12px;
        height:12px;
      }

.product-card__rating .reviews-count {
      font-size: 12px;
    }

.rating-mobile {
  display: none;
}

.product-card__add2cart:not(.quantity-wrapper) {
  display: flex!important;
}
.quantity-wrapper.product-card__add2cart {
  position: absolute;
  top: -2px;
  right: -2px;
  background-color: #D30B3B;
  color: #fff;
  font-weight: 500;
  border-radius: 50%;
  width: 12px;
  font-size: 9px;
  height: 12px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .rating-desktop {
    display: none;
  }
  .rating-mobile {
    display: flex;
    font-weight: 300;
    font-size: 10px;
  }
  .rating-mobile svg {
    width: 16px;
    height: 16px;
  }
  .rating-mobile .count {
    color: #777;
    margin-left: 4px;
  }
  .product-card__middle {
    margin-bottom: .5rem;
  }
  .product-card__footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-card__title a {
    line-height: 16px;
  }
  .product-card .cart-controls {
    position: absolute;
    bottom: 5px;
    right: 0;
  }
  .product-card__price {
    margin-top: 5px;
  }
}

.cart-controls {
  position: relative;
}

.cart-controls .loader-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  border-radius: 4px;
}

.cart-controls-spinner {
  width: 25px;
  height: 25px;
  border: 2px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin .75s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.button-quantity {
  font-size: 16px;
  border: 1px solid #111111;
  max-height: 35px;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  padding: 0;
}

.button-disabled {
  pointer-events: none;
  opacity: .6;
}

.quantity-wrapper button {
  min-height: 35px;
  padding: 0 1.5rem;
}
.catalog-container {
  margin-top: 1.25rem;
}
.catalog-container__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filters-topline {
  flex: 1;
}
@media (max-width: 767px) {
  .filters-topline {
    display: none;
  }
}
.catalog-filter-dropdown-sort .catalog-filter-dropdown__menu{
  min-width: auto;
}
.catalog-container__all-filters {
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
  margin-right: 2rem;
}
.catalog-container .catalog-filters-wrap {
  width: 275px;
  min-width: 275px;
  padding-right: 4rem;
}
/* margin-left: 2rem; */
.catalog-container .catalog-filters-wrap .catalog-filters__category {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .catalog-container .catalog-filters-wrap {
    height: 0px;
    overflow: hidden;
  }
}
.filters-sidebar {
  width: 0;
}
.catalog-container .catalog {
  grid-template-columns: repeat(auto-fit, minmax(calc(var(--product-card-sm) + 3px), 1fr));
  row-gap: 2rem;
  justify-items: center;
  grid-auto-rows: max-content;
}
@media (min-width: 768px) {
  .catalog-container .catalog {
    justify-items: start;
    row-gap: 3rem;
    grid-template-columns: repeat(auto-fill, minmax(var(--product-card-md), calc(var(--product-card-sm) + 3px)))
  }
}
.catalog-container .catalog {
  justify-content: space-between;
}
.catalog-container .pagination {
  grid-column: 1 / -1;
  justify-self: stretch;
  align-self: end;
}
.catalog-container__load-more {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.catalog-container__load-more button {
  font-weight: 400;
  font-size: 14px;
  padding: 15px 120px;
  border: 1px solid #000;
  border-radius: 3px;
  transition: .3s ease;
}
.catalog-container__load-more button:hover {
  background-color: rgba(244, 244, 244, 0.57);
}
.catalog-container .bx-breadcrumb {

}
.bx-pagination ul li span {
  border: none !important;
}
.bx-pagination .bx-pagination-container ul li.bx-active span {
  background: #eff0f1;
  color: #111111;
  border-radius: 5px;
}
.bx-pagination .bx-pagination-container ul li a:hover span {
  background: #eff0f1;
}
.bx-pagination .bx-pagination-container ul li span {
  background: none;
  padding: 0 7px;
  display: block;
  height: 28px;
  min-width: 26px;
  line-height: 28px;
  border-radius: 5px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
  color: #fff;
}
/* grid-template-columns: repeat(auto-fit, 217px); */
@media screen and (max-width: 767px) {
  .catalog-container .catalog .product-card {
    max-width: calc(33.3% - 10px);
    min-width: calc(33.3% - 10px)
  }
}
@media screen and (max-width: 639px) {
  .catalog-container .catalog .product-card {
    max-width: calc(50% - 10px);
    min-width: calc(50% - 10px)
  }
}
@media screen and (max-width: 450px) {
  .catalog-container .catalog .product-card {
    max-width: calc(50% - 6px);
    min-width: calc(50% - 6px)
  }
}
@media screen and (max-width: 767px) {
  .ht-modal-filters {
    position: absolute;
    background-color: #ffffff;
    z-index: 999;
    box-shadow: 0px 0px 42px -5px rgb(34 60 80 / 22%);
    transform: translateX(-200%);
    transition: opacity .3s;
    opacity: 0
  }
  .ht-modal-filters.ht-opened {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
  }
  .ht-modal-filters .catalog-filter__actions {
    position: sticky;
    bottom: 0;
  }
  .ht-modal-filters .catalog-filters__mob-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5rem;
  }
}




.about-home picture {
  flex: 0 0 50%;
}

.about-home__content {
  padding: 0 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.about-home__content .title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 1.25rem;
}

.about-home .button {
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  .about-home {
    flex-direction: column;
  }
  .about-home picture img {
    min-width: 100vw;
    margin-left: -1rem;
  }
  .about-home__content {
    padding: 2rem 1rem 1rem;
  }
}

.advantages {
  display: flex;
  gap: .75rem
}
.advantages_item {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  flex: 1;
  padding: 1.25rem;
  align-items: center;
}
.advantages_item img {
  width: 20px;
  margin-right: 1.25rem;
}
.advantages_item .content {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 10px;
}
.advantages_item .content .title {
  font-weight: 500;
  font-size: 14px;
}
.advantages_item .content a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .advantages
    {
      flex-direction: column;
    }
}

.reviews-home {
  margin-top: 2rem;
  font-weight: 500;
}

.reviews-home__title {
  margin-bottom: 1rem;
  font-size: 20px;
}
.reviews-home__photo {
  display: flex;
  gap: .75rem;
  margin-bottom: 30px;
}
.reviews-home__photo > .image {
  flex: 1;
  min-height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}

.reviews-home__items {
  display: flex;
  gap: .75rem;
}

.reviews-home__item {
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  flex: 1;
  padding: 1.25rem;
  align-items: center;
}

.reviews-home__item .stars {
  margin-bottom: .75rem;
}

.reviews-home__item .stars svg {
  width: 20px;
  height: 20px;
}
.reviews-home__item .title {
  font-size: 14px;
  margin-bottom: 5px;
}
.reviews-home__item .text {
  font-size: 12px;
  margin-bottom: 24px;
  color: #777777;
}
.reviews-home__item .info {
  font-size: 12px;
  margin-bottom: 5px;
  color: #777777;
  font-weight: 300;
}

@media (max-width: 767px) {
  .reviews-home__photo > .image {
    min-height: 150px;
  }
  .reviews-home__items {
    flex-direction: column;
  }
}


.subscribe-home {
  margin: 60px auto;
}
.subscribe-home__wrap {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  padding: 50px;
  gap: 50px;
}
.subscribe-home__content {
  width: 100%;
}
.subscribe-home__image {
  max-width: 365px;
}
.subscribe-home__content .title {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: .5rem;
}
.subscribe-home__content .desc {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 30px;
}
.subscribe-home__content form{
  display: flex;
  margin-bottom: 10px;
}
.subscribe-home__content form input{
  border: 1px solid #ddd;
  border-radius: 5px;
  flex: 1;
  margin-right: 5px;
  padding: 0 1rem;
  min-height: 36px;
}
.subscribe-home__content .agreement {
  font-weight: 400;
  font-size: 12px;
  color: #777;
}
.subscribe-home__content .agreement a{
  text-decoration: underline;
}
@media (max-width: 767px) {
  .subscribe-home__wrap {
    padding: 30px;
    flex-direction: column;
  }
  .subscribe-home__content .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 108%;
  }
  .subscribe-home__content form {
    flex-direction: column;
  }
  .subscribe-home__content form input {
    margin: 0 0 10px;
  }
}

@keyframes scroll-left {
  0% {transform: translateX(0%)}
  100% {transform: translateX(-100%)}
}

footer {
  background-color: #fff;
  color: #000;
}
.footer.container {
  border-top: 1px solid #000;
}
.footer__topline {
  margin-top: 1.5rem;
}

footer .footer__cname {
      font-family: "Fahkwang", serif;
      font-size: 1.5rem;
    }
footer .footer__cname img {
  max-width: 250px;
  min-width: 200px;
}

footer .footer__social {
  display: flex;
  gap: 1rem;
}

.footer__menu {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {

footer .footer__menu-col:not(:first-child) {
          margin-left: 3rem
      }
        }

footer .footer__menu .collapse-container.expanded {
          padding-top: 1rem;
        }

@media (min-width: 768px) {

footer .footer__menu .collapse-container {
          max-height: -moz-fit-content;
          max-height: fit-content
      }
        }

footer .footer__menu a {
        font-size: 14px;
        margin-bottom: 0.5rem;
      }

@media (min-width: 768px) {

footer .footer__menu a {
          margin-bottom: 1rem
      }
        }

footer .footer__menu .collapse-toggler svg {
        margin-left: .5rem;
      }

footer .footer__info {
      display: flex;
      align-content: flex-end;
      align-items: flex-end;
      flex-direction: column;
      font-size: 14px;
    }

.footer__info .mail {
  margin-top: 1.25rem;
}
.footer__info .requisites {
  margin-top: .75rem;
  text-align: end;
  font-size: 12px;
}
footer .p-logo-line {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.footer__middle {
  padding: 1.5rem 0;
}
footer .footer__bottomline {
      border-top: 1px solid #000000;
      font-size: 13px;
      padding-top: 1.75rem;
    }

footer a:hover {
    color: #cfcfcf;
  }

@media (max-width: 767px) {
  .footer__topline {
    margin-top: 2rem;
  }
  .footer__social_heading {
    font-size: 13px;
    margin-top: .75rem;
    margin-bottom: .75rem;
  }
  .footer__menu {
    margin-top: .5rem;
  }
  .footer__menu-col .collapse-container {
    padding-left: 1rem;
  }
  footer .footer__info {
    align-items: flex-start;
    margin-top: 2rem;
  }
  .footer__info .requisites {
    text-align: left;
  }
}

.m-bg {
  background: #111111;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: .3s;
  visibility: hidden;
  width: 100%;
  z-index: 99;
  position: fixed;
}
header.opened-dialog {
    transform: translateY(0%);
  }

.ht-modal-opened.nav-menu {
    transform: translateX(0%);
    opacity: 1;
  }

.ht-modal.ht-opened {
    transform: translate(0%);
    opacity: 1;
  }

body.no-scroll {
  overflow-y: hidden;
}

body.no-scroll .m-bg {
    visibility: visible;
    opacity: 0.5;
  }

@media screen and (max-width: 767px) {
      body.no-scroll header.opened-menu .m-bg {
        visibility: hidden;
        opacity: 0;
      }
  }



@supports (scrollbar-gutter: stable) {
  html {
    scrollbar-gutter: stable;
  }
}

.nav-menu {
  padding: 20px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #ffffff;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  transform: translateX(-100%);
  /* transform: translateX(0%); */
  will-change: transform;
  contain: paint;
  z-index: 999;
  transition: transform .3s;
  min-height: 100vh;
  overflow: auto;
}

@media (min-width: 768px) {
    .nav-menu {
        max-width: 375px
    }
  }


.nav-menu::-webkit-scrollbar {
    background-color: transparent;
    width: 8px;
    height: 8px;
  }

.nav-menu::-webkit-scrollbar-button {
    display: none;
  }

.nav-menu::-webkit-scrollbar-thumb {
    background-color: rgba(7, 20, 38, 0.2);
    width: 8px;
    height: 8px;
    border-radius: 4px;
    border: 5px solid rgba(79, 86, 97, 0.2);
  }

@media screen and (max-width: 768px) {

    .nav-menu {
        transition: opacity .3s;
        opacity: 0;
        padding-bottom: 100px;
    }
  }

.nav-menu__top {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    align-items: center;
  margin-bottom: 2rem;
  }

.nav-menu__all {

}
.nav-menu__all a {
  background: #f6f2ef;
  border-radius: 5px;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
}
.nav-menu__all svg {
  transform: rotate(270deg);
  width: 16px;
  height: 16px;
}
.nav-menu__search {
  display: none;
  margin-bottom: 30px;
}
.nav-menu__search form {
  position: relative;
}
.nav-menu__search form input {
  background: #ddd;
  border-radius: 5px;
  width: 100%;
  min-height: 43px;
  font-size: 16px;
  padding: 0 1rem;
}
.nav-menu__search form button {
  position: absolute;
  right: 8px;
  top: 6px;
}
.nav-menu__search form button svg {
  opacity: 0.4;
}
@media (max-width: 767px) {
  .nav-menu__search {
    display: block;
  }
}

.nav-menu__items li {
      height: 130px;
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column;
      margin-bottom: 0.5rem;
      position: relative;
    }

.nav-menu__items li a {

      }

.nav-menu__second {
  margin-top: 1rem;
}
.nav-menu__second li {
  margin-bottom: 1rem;
  max-width: 75%;
  line-height: 1rem;
}

.nav-menu__second li a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(34, 34, 34, 1);
}

.nav-menu__items-pic {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.auth-mobile {
  margin-top: 1.5rem;
  padding-top: 1rem;
  display: flex;
  justify-content: center;
}

.auth-mobile a {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 12px;
  min-width: calc(100% - 4rem);
  text-align: center;
}


.nav-menu__button {
    background-clip: padding-box;
    background-color: #fbfbfb;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: 0 5px 7px -5px rgba(0, 0, 0, .26);
    box-sizing: border-box;
    color: #111111;
    margin-top: 35px;
    position: relative;
    height: 100%;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
    transition: all .3s;
  }

.nav-menu__button:hover {
      box-shadow: 0 5px 7px -5px rgba(0, 0, 0, .1);
    }

.nav-menu__button:before {
      background: linear-gradient(90deg, #0000000d, #bbbbbb);
      border-radius: inherit;
      bottom: 0;
      content: "";
      left: 0;
      margin: -1px;
      position: absolute;
      right: 0;
      top: 0;
      z-index: -1;
    }

.nav-menu__img {
    position: absolute;
    bottom: 0;
    right: 0.5rem;
  }

.nav-menu .menu-home {
  grid-template-columns: repeat(2, 1fr);
}

.nav-menu .gift-cert-link {
  color: #7D1929;
  display: flex;
  justify-content: space-between;
  border: 1px solid #7D1929;
  border-radius: 5px;
  margin-bottom: 1rem;
  font-size: 14px;
  align-items: center;
  padding: 5px 1rem;
}

.nav-menu .gift-cert-arrow {
  transform: rotate(-90deg);
  width: 16px;
}

.nav-menu .gift-cert-icon {
  width: 22px;
}

.nav-menu .gift-cert-link > div {
  flex: 1;
  margin-left: 1rem;
}

@media (min-width: 768px) {
  .nav-menu .gift-cert-link {
    display: none
  }
}


/** Nav hides **/

header[class*="opened-"] + #nav-mobile svg{
  fill: #000;
  color: #000;
}
header[class*="opened-"] + #nav-mobile{
  background-color: #fff!important;
}

#nav-mobile {
  position: fixed;
  width: 100%;
  background: white;
  transition: all 0.1s;
  bottom: -1px;
  display :none;
  z-index: 1000;
}
#nav-mobile.main-page {
  background: transparent;
}
#nav-mobile.main-page svg {
  fill: var(--icon-color, #fff);
  color: var(--icon-color, #fff);
}
#nav-mobile.transparent {
  background: transparent;
}

#nav-mobile svg {
  fill: #000;
  color: #000;
}
#nav-mobile.transparent svg {
  fill: var(--icon-color, #000);
  color: var(--icon-color, #000);
}
.nav-mobile__row {
  justify-content: space-around;
  padding: .75rem 1rem .5rem;
  gap: 1rem;
}

@media (max-width: 767px) {
  #nav-mobile {
    display: block;
  }
  header>nav,
  .top-catalog-menu {
    display: none;
  }
  .logo-nav-mobile {
    flex: 1;
    display: flex;
    justify-content: center;
  }
  .logo-nav-mobile svg{
    width: 100%;
    max-width: 160px;
  }
}

.ht-modal-dialog__wrap {
  position: absolute;
  height: 100vh;
  width: 100vw;
}
.ht-modal-dialog {
  position: absolute;
  background-color: #ffffff;
  z-index: 999;
  box-shadow: 0px 0px 42px -5px rgb(34 60 80 / 22%);
  padding: 2rem;
  transform: translateX(-100%);
  transition: opacity .3s;
  opacity: 0;
}
.ht-modal-dialog.ht-opened {
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

@media (max-width: 767px) {
    .ht-modal-dialog.ht-opened {
      width: 100%;
      height: 100%;
    }
}

.modal-login__header {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }

.modal-login__header a.ht-modal-close {
      position: absolute;
      top: 0;
      right: 0;
    }
.auth-form {
  width: 356px;
  font-size: 14px;
}

.auth-form input {
    font-size: 15px;
    padding: .625rem 1rem;
  }
.auth-form button {
    padding: 0.75rem 1rem;
    font-size: 14px;
  }

.auth-form input {}
.auth-form .input-text__error {
  color:red;
}
#auth_info_text {
  margin-top: 0.75rem;
  color: rgb(136, 134, 134);
}
@media (max-width: 767px) {
  .auth-form {
    width: auto;
  }
}
.button:disabled {
  opacity: 0.5;
}
#ja_ya_auth {
  margin-bottom: 1rem;
}
#ja_vk_auth {

}
#ja_vk_auth a {
  background-color: rgb(0, 119, 255);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
  height: 43px;
  border-radius: 5px;
}

#ja_vk_auth a svg {
  width: 24px;
  margin-right: 0.5rem;
}

.nav-search {
  position: absolute;
  z-index: 999;
  padding: 3rem 2rem;
  top: 0;
  width: 100%;
  transform: translateX(-200%);
  min-height: 100vh;
  background: #fff;
}

@media (min-width: 768px) {

.nav-search {
    width: 50vw;
    margin-left: calc((100vw - 50vw) / 2);
    border-radius: 5px;
    top: 69px;
    padding: 0;
    background-color: transparent;
    height: auto
}
    .nav-search form {
      box-shadow: 0px 0px 42px -5px rgb(34 60 80 / 22%);
    }
  }

.nav-search form {
    position: relative;
  }

.nav-search form input {
      background-color: #fbfbfb;
      border: 1px solid #2c2c2c;
      border-radius: 5px;
      font-size: 20px;
      width: 100%;
      padding: .5rem 1rem;
    }

.nav-search form button {
      position: absolute;
      right: 16px;
      top: 10px;
    }

.title-search-result.has-results {
  z-index:999;
  background-color: #fff;
}
.title-search-result {
  border-radius: 5px;
  padding: 2rem;
  display: none;
}
.search-title-result-item {
  border-bottom: 1px solid #efefef;
}
.search-title-result-item-image-container {
  padding-right: 2rem !important;
}
.search-title-result-item-link {
  font-size: 18px;
  transition: 170ms linear all;
}
.collapse-toggler {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.collapse-toggler svg {
    height: 16px;
    width: 16px;
    transition-delay: .15s;
  }

.collapse-toggler.active + .collapse-container {
      max-height: none;
    }

.collapse-toggler.active svg {
      animation: svgTop .3s linear;
      transform: rotate(180deg);
    }

.collapse-toggler:not(.active) svg {
      animation: svgBottom .3s linear;
    }
@keyframes svgTop{
  50% { opacity: 0.5; }
}

@keyframes svgBottom{
  50% { opacity: 0.5; }
}


.collapse-container {
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease;
}


.collapse-container > *:first-child {
    margin-top: 1rem;
  }


.collapse-container.expanded {
    transition: all .3s ease;
  }


.toggle-checkbox {
  display: none;
}

.toggle-text {
  cursor: pointer;
  transition: all 0.05s ease;
}

.toggle-checkbox:checked + .toggle-text {
  color: #222222;
}

.bx-breadcrumb {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 0.5rem;
  font-weight: 300;
  font-size: 12px;
  color: #777;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .container-404 {
      height: calc(100vh - 124px)
  }
}

.container-404{
  background: linear-gradient(135deg, #ffffff 0%,#bfbfbf 100%);
}

.container-404 .techpage__wrap {
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      display: flex;
    }

.container-404 .techpage__content {
      text-align: center;
    }

@media (min-width: 768px) {

.container-404 .techpage__content {
        justify-content: center;
        padding-left: 3rem;
        text-align: start;
        padding-bottom: 0;
        height: 100%;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        max-width: 50%;
        min-width: 50%
    }
      }

.container-404 .techpage__content h1 {
        font-size: 128px;
        font-weight: 600;
      }

.container-404 .techpage__content .ln1 {
        font-size: 24px;
      }

.container-404 .techpage__content .ln2 {
        font-size: 16px;
        font-weight: 300;
      }

.container-404 .techpage__content a {
        font-weight: 300;
        margin-top: 2rem;
        display: inline-block;
      }

.container-404 .techpage__img {
      content: "";
      background-image: url(/local/templates/jackarno/css/../img/bags.png);
      width: 100%;
      height: 100%;
      display: block;
      background-repeat: no-repeat;
      background-position: right bottom;
      background-size: 100% auto;
      min-height: calc(100vw* 1);
    }

@media (min-width: 768px) {

.container-404 .techpage__img {
        min-height: auto;
        max-width: 50%;
        min-width: 50%
    }
      }

.price-red {
  font-weight: 600;
  color: #D30B3B;
}
.price-old {
  font-weight: 300;
  color: rgba(0 0 0 / 30%);
  text-decoration: line-through;
}
.price-percent {
  font-weight: 300;
  color: #D30B3B;
}

.page-container {
  margin-top: 68px;
  padding: 100px 0;
}
.page-container h1 {
  font-size: 20px;
  font-weight: 200;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
.about-container {
  font-weight: 300;
  font-size: 24px;
}
.about-container div {
  background-repeat: no-repeat;
  background-size: contain;
  font-family: "Jost", sans-serif;
  position: relative;
}
.about-container p {
  padding-bottom: 3rem;
  padding-right: 3rem;
}
.about-container h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 2.5rem;
  line-height: 1;
}
.about-container ul {
  margin-left: 2rem;
  list-style: none;
  padding-left: 20px;
}
.about-container ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 5px;
}
.about-container ul li::before {
  content: "•";
  font-size: 60px;
  color: #555;
  position: absolute;
  left: 0;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  line-height: 42px;
}
.about-container > div {
  padding-top: 3rem;
}
.about-container .left .image {
  margin-bottom: 3rem;
}
.about-container .right {
  min-width: 42%;
  background-position: center;
}
.about-main {
  height: calc( 100vh - (56px + 68px));
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  padding: 0;
  align-items: center;
  padding-top: 0 !important;
}
.about-first .left {
  margin-right: 3rem;
}
.about-second .left{
  min-width: 42%;
}
.about-second .right {
  margin-left: 3rem;
}
.about-first {
  margin-bottom: 2rem;
}
.about-second {
  margin-bottom: 3rem;
}
.about-container .arrow {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%, -50%) scaleY(0.75);
}
.about-container .arrow span {
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 2px solid #757575;
  border-right: 2px solid #757575;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate-arrow 2s infinite;
}
.about-container .arrow span:nth-child(2) {
  animation-delay: -0.2s;
}

.about-container .arrow span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate-arrow {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}

@media (max-width: 767px){
  .about-main {
    height: calc(100vh - 68px);
  }
  .about-container {
    overflow: hidden;
  }
  .about-container .right {
    min-width: 100%;
    min-height: 50vh;
    margin-bottom: 3rem;
  }
  .about-container > div img {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    max-width: none;
  }
  .about-first .left .image {
    margin-bottom: 0;
  }
  .about-second .left {
    margin-bottom: 3rem;
  }
  .about-container p {
    padding-right: 0;
  }
  .about-first {
    flex-direction: column-reverse;
  }
  .about-second {
    flex-direction: column;
  }
  .about-second .right {
    margin-left: 0;
  }
}

.page-section {
  margin-top: 3rem;
  margin-bottom: 7rem;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
.page-section p {
  margin-bottom: 2rem;
}
.page-section h2 {
  font-size: 32px;
  margin-bottom: 2rem;
}
.page-section h3 {
  font-size: 20px;
  margin-bottom: 2rem;
}
.page-section h3.bordered {
  border: 1px solid black;
  border-radius: 10px;
  padding: .5rem;
}
.page-section ul{
  list-style-type: disc;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.page-section ul li::marker {
  font-size: 8px;
}
.page-section ul.with-images {
  list-style: none;
}
.page-section ul.with-images li {
  display: flex;
  margin-bottom: 1.25rem;
}
.page-section ul.with-images li img {
    width: 45px;
    margin-right: 1.5rem;
    /*max-height: 25px;*/
}
.page-section ul.with-images li span {

}
@media (min-width: 640px){

  .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px){

  .md\:relative{
    position: relative;
  }

  .md\:order-last{
    order: 9999;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mb-10{
    margin-bottom: 2.5rem;
  }

  .md\:mb-12{
    margin-bottom: 3rem;
  }

  .md\:mb-14{
    margin-bottom: 3.5rem;
  }

  .md\:ml-\[20px\]{
    margin-left: 20px;
  }

  .md\:mt-12{
    margin-top: 3rem;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:max-w-\[609px\]{
    max-width: 609px;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:gap-3{
    gap: 0.75rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-7{
    gap: 1.75rem;
  }

  .md\:p-0{
    padding: 0px;
  }
  .catalog-container {
    margin-bottom: 100px
  }
  .md\:mb-100 {
    margin-bottom: 100px;
  }
}
@media (min-width: 1024px){

  .lg\:ml-\[100px\]{
    margin-left: 100px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[114px_minmax\(0px\2c _1fr\)\]{
    grid-template-columns: 114px minmax(0px, 1fr);
  }
}
@media (min-width: 1280px){

  .xl\:ml-\[100px\]{
    margin-left: 100px;
  }

  .xl\:ml-\[200px\]{
    margin-left: 200px;
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* End */


/* Start:/local/templates/jackarno/css/vendor.css?17628000667930*/
/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #111111;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* End */
/* /local/templates/jackarno/css/main.css?177273896254385 */
/* /local/templates/jackarno/css/vendor.css?17628000667930 */
