:root {
  --background: #FAF9F7;
  --background-subnav: #f3ca7f;
  --tekst-ciemny: #4B4B4B;
  --tekst-mocno-ciemny: #252525;
  --tekst-blady-jasne-tlo: #4B4B4B80;
  --tekst-blady-ciemne-tlo: #FBF9F699;
  --separator-1: #4B4B4BB3;
  --separator-2: #4B4B4B33;
  --ramka-foto: #0000000D;
  --akcent: #E73137;
  --czarny-zalobny: #313131;
  --weekend: #F7DAA2;
  --menu-background: #EFECE7;
  --niebieski: #2BAFE8;
  --czerwony: #E73137;
  --czerwony-hover: #cc0a11;
  --zloty: #F1A208;
  --border-light: #7a7878;
  --border-lighter: #bbbbbb;
  --border-initial: #d7cfbf;
  --color-inpost: #F6CD00;
  --sans-fonts: "Helvetica Neue", Helvetica, 'BentonSans', Arial, sans-serif;
  --serif-fonts: abril-titling, Georgia, serif;
}
.top_menu {
  color: var(--tekst-ciemny);
  font-family: var(--sans-fonts);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.top_menu:hover {
  color: var(--tekst-mocno-ciemny);
}
.filter_menu {
  color: var(--tekst-ciemny);
  font-family: var(--sans-fonts);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.55px;
}
.filter_menu:hover {
  color: var(--tekst-mocno-ciemny);
}
.spacing_filter_menu {
  padding: 13px 30px;
}
@media (min-width: 0) and (max-width: 989px) {
  .spacing_filter_menu {
    padding: 13px 7px;
  }
}
.btn_primary {
  font-size: 11px;
  font-family: var(--sans-fonts);
  text-transform: uppercase;
  color: var(--tekst-ciemny);
  padding: 6px 12px;
  border: 1px solid var(--tekst-ciemny);
  border-radius: 3px;
  transition: all .3s ease;
}
.btn_primary:hover {
  background: var(--tekst-ciemny);
  color: white;
}
.btn_primary_product {
  font-size: 11px;
  font-family: var(--sans-fonts);
  color: var(--tekst-ciemny);
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  transition: all .3s ease;
  background: var(--menu-background);
}
.btn_primary_product:hover {
  background: var(--tekst-ciemny);
  color: white;
}
.btn_tocart_white {
  white-space: nowrap;
}
.btn_tocart_white:before {
  display: inline-block;
  content: '';
  width: 18px;
  height: 16px;
  background: no-repeat url('data:image/svg+xml; utf8, <svg width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.71841 6.60628C1.64391 6.00948 2.10928 5.48242 2.71071 5.48242H15.7484C16.3499 5.48242 16.8152 6.00949 16.7407 6.60628L15.8333 13.876C15.7708 14.3765 15.3454 14.7522 14.841 14.7522H3.61813C3.11374 14.7522 2.6883 14.3765 2.62583 13.876L1.71841 6.60628Z" stroke="%23FFFFFF" stroke-width="1.5"/><path d="M5.51953 5.51367V14.749" stroke="%23FFFFFF" stroke-width="1.5"/><path d="M9.23047 5.51367V14.749" stroke="%23FFFFFF" stroke-width="1.5"/><path d="M12.9414 5.51367V14.749" stroke="%23FFFFFF" stroke-width="1.5"/><path d="M5.51953 3.88899V3.73437C5.51953 2.62981 6.41496 1.73438 7.51953 1.73438H10.9419C12.0465 1.73438 12.9419 2.62981 12.9419 3.73437V3.88899" stroke="%23FFFFFF" stroke-width="1.5"/></svg>');
  position: relative;
  top: 2px;
  margin-top: -2px;
  margin-right: 4px;
}
.btn_tocart_gray {
  white-space: nowrap;
}
.btn_tocart_gray:before {
  display: inline-block;
  content: '';
  width: 18px;
  height: 16px;
  background: no-repeat url('data:image/svg+xml; utf8, <svg width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.71841 6.60628C1.64391 6.00948 2.10928 5.48242 2.71071 5.48242H15.7484C16.3499 5.48242 16.8152 6.00949 16.7407 6.60628L15.8333 13.876C15.7708 14.3765 15.3454 14.7522 14.841 14.7522H3.61813C3.11374 14.7522 2.6883 14.3765 2.62583 13.876L1.71841 6.60628Z" stroke="%234B4B4B" stroke-width="1.5"/><path d="M5.51953 5.51367V14.749" stroke="%234B4B4B" stroke-width="1.5"/><path d="M9.23047 5.51367V14.749" stroke="%234B4B4B" stroke-width="1.5"/><path d="M12.9414 5.51367V14.749" stroke="%234B4B4B" stroke-width="1.5"/><path d="M5.51953 3.88899V3.73437C5.51953 2.62981 6.41496 1.73438 7.51953 1.73438H10.9419C12.0465 1.73438 12.9419 2.62981 12.9419 3.73437V3.88899" stroke="%234B4B4B" stroke-width="1.5"/></svg>');
  position: relative;
  top: 2px;
  margin-top: -2px;
  margin-right: 4px;
}
.input_primary {
  border-radius: 4px;
  border: 1px solid var(--tekst-ciemny);
  background: none;
}
.top_menu_mobile {
  color: var(--tekst-ciemny);
  font-family: var(--serif-fonts);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.55px;
  text-transform: initial;
}
.top_menu_mobile:hover {
  color: var(--tekst-mocno-ciemny);
}
.top_menu_mobile span {
  font-weight: 400;
}
.sekcja {
  font-family: bebas-neue-pro, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 32.5px */
  letter-spacing: 3px;
  text-transform: uppercase;
}
.sekcja_produkt {
  max-width: 767px;
  margin: 0 auto;
  font-family: var(--sans-fonts);
}
.produkt_font {
  color: var(--tekst-ciemny);
  font-family: var(--sans-fonts);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
}
.produkt_font:hover {
  color: var(--tekst-mocno-ciemny);
}
.h2 {
  font-family: abril-titling, Georgia, serif;
  font-size: 24px;
  line-height: 115%;
  font-weight: normal;
}
h2,
h3,
p {
  font-family: var(--serif-fonts);
}
h1 {
  font-family: bebas-neue-pro, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 32.5px */
  letter-spacing: 3px;
  text-transform: uppercase;
}
h4 {
  color: var(--tekst-ciemny);
  font-family: var(--sans-fonts);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  margin-bottom: 23px;
}
h4:hover {
  color: var(--tekst-mocno-ciemny);
}
h4 span {
  font-weight: bold;
}
p,
span {
  font-weight: 400;
}
a {
  color: var(--tekst-ciemny);
}
a:hover {
  color: var(--tekst-mocno-ciemny);
}
a:visited {
  color: var(--tekst-ciemny);
}
a.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  background-color: var(--background);
  font-family: var(--sans-fonts);
  color: var(--tekst-ciemny);
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 3px;
  border: none;
}
a.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background-color: var(--menu-background);
  border: none;
  color: var(--tekst-ciemny);
}
a.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  background-color: var(--background);
  font-family: var(--sans-fonts);
  color: var(--tekst-ciemny);
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
a.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background-color: var(--menu-background);
  border: none;
  color: var(--tekst-ciemny);
}
a.pagebuilder-button-secondary span,
div.pagebuilder-button-secondary span {
  font-weight: bold;
}
.button_orange .pagebuilder-button-primary {
  background-color: var(--weekend);
}
.button_gray .pagebuilder-button-primary {
  background-color: var(--menu-background);
}
.white_block {
  background: #fff;
  padding: 23px;
}
.promo_red {
  color: var(--akcent);
}
.columns_prenumeruj .white_block {
  justify-content: space-between !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.category-description {
  margin-bottom: 12px;
}
.product_preview_big h2 {
  margin-bottom: 10px;
}
.product_preview_big h3 {
  margin: 7px 0 7px;
}
.footer {
  background-color: var(--menu-background);
}
.footer_upper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--tekst-blady-jasne-tlo);
}
.footer_upper .footer_share_icons {
  margin-left: 30px;
  white-space: nowrap;
}
.footer_middle h3 {
  color: var(--tekst-ciemny);
  font-family: var(--sans-fonts);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  margin-bottom: 23px;
  margin-top: 0;
}
.footer_middle h3:hover {
  color: var(--tekst-mocno-ciemny);
}
.footer_middle h4 {
  color: var(--tekst-ciemny);
  font-family: var(--sans-fonts);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  margin-bottom: 23px;
  margin-bottom: 5px;
}
.footer_middle h4:hover {
  color: var(--tekst-mocno-ciemny);
}
.footer_middle a,
.footer_middle p {
  color: var(--tekst-ciemny);
  font-family: var(--serif-fonts);
  font-size: 20px;
}
.footer_middle li {
  padding-bottom: 13px;
}
.footer_middle p.no-margin {
  margin: 0;
}
.footer_middle .days_work,
.footer_middle .hours_work {
  display: inline-block;
}
.footer_middle .hours_work {
  margin-right: 13px;
}
.footer_middle .days_work {
  font-size: 13px;
}
.footer_middle .footer_subsection {
  display: flex;
}
.footer_middle .footer_subsection p,
.footer_middle .footer_subsection p a {
  font-size: 17px;
}
.footer_middle .footer_subsection_item:first-child {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid var(--separator-2);
}
.footer_lower {
  text-align: center;
  color: var(--tekst-ciemny);
  font-family: var(--serif-fonts);
  font-size: 13px;
}
@media (min-width: 767px) and (max-width: 989px) {
  .footer_upper .footer_logo {
    width: 230px;
  }
  .footer_middle a,
  .footer_middle p {
    font-size: 16px;
  }
  .footer_middle li {
    padding-bottom: 10px;
  }
  .footer_middle .footer_section {
    margin-right: 13px;
    padding-right: 13px;
  }
}
.plr_cookie_warning {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  text-align: center;
  border-top: 1px solid var(--border-lighter);
  border-left: 1px solid var(--border-lighter);
  border-right: 1px solid var(--border-lighter);
  border-radius: 5px 5px 0 0;
  background: var(--menu-background);
}
.plr_cookie_warning-bar {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 12px 43px 12px 13px;
  position: relative;
}
.plr_cookie_warning-bar a {
  text-decoration: underline;
}
.plr_cookie_warning-close {
  height: 42px;
  cursor: pointer;
  width: 42px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 7px;
}
.banner_promo {
  background-color: var(--akcent);
  text-align: center;
  padding: 12px 0;
  margin-top: -46px;
  margin-left: -250px;
  margin-right: -250px;
  margin-bottom: 18px;
}
.banner_promo a {
  color: white;
}
.banner_promo h3 {
  margin: 0;
  font-size: 22px;
}
.banner_promo span {
  vertical-align: text-top;
}
.banner_inpost {
  background-color: var(--color-inpost);
  text-align: center;
  position: relative;
}
.banner_inpost a {
  color: #000000;
  display: block;
}
.banner_inpost a:hover {
  text-decoration: none;
  color: #1a1a1a;
}
.banner_inpost h3 {
  margin: 0;
}
.banner_inpost .inpost_logo {
  content: "";
  width: 150px;
  height: 79px;
  display: inline-block;
  vertical-align: middle;
  background: url('data:image/svg+xml; utf8, <svg id="Warstwa_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 443 266"><g id="InPost_RGB_Yellow_Black"><path fill="%231d1d1d" fill-rule="evenodd" stroke-width="0" d="M264.73,138.08c3.71-3.68,5.57-8.63,5.57-14.72,0-6.39-1.85-11.43-5.48-15.07-3.71-3.63-9.01-5.47-15.92-5.47h-21.35v59.7h9.96v-18.88h12.08c6.34,0,11.43-1.84,15.14-5.56ZM249.76,112.5c6.94,0,10.44,3.63,10.44,10.86,0,3.37-.95,6-2.8,7.88-1.85,1.89-4.49,2.8-7.81,2.8h-12.12v-21.55h12.3ZM170.17,102.95h-9.97v59.7h9.97v-59.7ZM377.75,163.62c1.72,0,3.41-.22,5-.61h.05v-8.24c-.83.12-1.67.18-2.5.18-2.5,0-4.14-.57-4.92-1.62-.65-.83-.99-2.54-.99-5.17v-24.18h8.58v-8.01h-8.58v-12.92h-9.67v45.72c0,5.48.69,9.15,2.11,11.13,1.77,2.5,5.39,3.73,10.91,3.73ZM208.01,162.74h9.79v-30.31c0-5.08-1.42-9.03-4.18-11.83-2.76-2.85-6.47-4.51-11.13-4.51-10.74,0-22.65,2.67-22.65,2.67v43.97h9.79v-36.92c3.41-.75,8.11-1.45,11.04-1.23,4.75.4,7.33,3.64,7.33,9.64v28.51ZM316.45,139c0,7.18-1.98,12.97-5.95,17.35-3.97,4.38-9.11,6.57-15.4,6.57s-11.48-2.19-15.4-6.57c-3.97-4.38-5.95-10.16-5.95-17.34s1.98-12.96,5.95-17.3c3.97-4.33,9.1-6.53,15.4-6.53s11.52,2.19,15.49,6.53c3.88,4.38,5.86,10.12,5.86,17.3ZM306.36,139.04c0-4.51-1.03-8.06-3.06-10.69-2.07-2.63-4.79-3.94-8.2-3.94s-6.13,1.32-8.19,3.98c-2.07,2.67-3.06,6.22-3.06,10.65s1.03,8.06,3.06,10.69c2.07,2.63,4.79,3.94,8.19,3.94s6.13-1.32,8.2-3.94c2.03-2.63,3.06-6.18,3.06-10.69ZM353.77,158.41c3.45-2.89,5.18-6.61,5.18-11.12,0-7.01-4.27-11.3-12.86-12.92-3.62-.66-7.29-1.32-11-1.89-2.63-.7-3.92-2.01-3.92-3.9,0-3.28,2.85-4.9,8.58-4.9,4.48,0,8.5,1.58,11.99,4.73l5.82-6.22c-4.83-4.56-10.65-6.83-17.51-6.83-5.65,0-10.18,1.36-13.59,4.12-3.41,2.75-5.09,6.22-5.09,10.29s1.38,7.05,4.18,9.07c2.42,1.66,6.38,2.89,12,3.72,4.66.74,7.51,1.31,8.58,1.71,1.85.7,2.76,2.01,2.76,3.9,0,1.62-.82,3.02-2.42,4.12-1.6,1.1-3.75,1.66-6.51,1.66-4.92,0-9.24-1.84-12.95-5.52l-7.42,6.31c4.83,5.35,11.65,8.01,20.49,8.01,5.65,0,10.22-1.44,13.67-4.33h0Z"/><path fill="%23ffffff" fill-rule="evenodd" stroke-width="0" d="M95.37,133.3s-7.82,3.03-17.47,3.03-17.47-3.03-17.47-3.03c0,0,7.82-3.03,17.47-3.03s17.47,3.03,17.47,3.03Z"/><path fill="%23ffffff" fill-rule="evenodd" stroke-width="0" d="M119.52,88.77s-6.93-4.68-12.33-12.53c-5.39-7.86-7.21-15.92-7.21-15.92,0,0,6.93,4.67,12.33,12.53,5.4,7.86,7.21,15.92,7.21,15.92Z"/><path fill="%23ffffff" fill-rule="evenodd" stroke-width="0" d="M101.83,107.98s-8.35-.93-16.87-5.38c-8.52-4.45-13.98-10.73-13.98-10.73,0,0,8.35.93,16.87,5.38,8.52,4.45,13.98,10.73,13.98,10.73Z"/><path fill="%23ffffff" fill-rule="evenodd" stroke-width="0" d="M119.52,177.67s-6.93,4.68-12.33,12.53c-5.39,7.85-7.21,15.92-7.21,15.92,0,0,6.93-4.67,12.33-12.53,5.4-7.85,7.21-15.92,7.21-15.92Z"/><path fill="%23ffffff" fill-rule="evenodd" stroke-width="0" d="M101.83,158.46s-8.35.93-16.87,5.38c-8.52,4.45-13.98,10.73-13.98,10.73,0,0,8.35-.93,16.87-5.38s13.98-10.73,13.98-10.73Z"/><path fill="%23ffffff" fill-rule="evenodd" stroke-width="0" d="M122.11,147.89h0c6.29,16.11,16.4,27.66,34.46,30.4-2.06.28-4.15.45-6.29.46-25.59.11-46.44-20.17-46.55-45.3s20.54-45.6,46.13-45.71c2.28-.01,4.52.15,6.72.45-20.69,2.58-34.49,18.64-37.22,39.08-.87,12.46,13.64,16.67,13.64,16.67,0,0-5.94,3.88-10.89,3.96t0,0h0Z"/><rect fill="none" stroke-width="0" width="443" height="266"/></g></svg>');
}
.banner_inpost .subclaim {
  font-size: 14px;
  font-family: var(--sans-fonts);
}
.banner_inpost a.banner_inpost_open,
.banner_inpost a.banner_inpost_close {
  position: absolute;
  right: 10px;
  bottom: 14px;
  padding: 0;
  cursor: pointer;
}
.banner_inpost a.banner_inpost_open {
  display: none;
}
.banner_inpost a.banner_inpost_close_mobile {
  position: absolute;
  right: 10px;
  top: 14px;
  padding: 10px;
  cursor: pointer;
  display: none;
}
.banner_inpost.compact a {
  padding: 3px 0 0;
}
.banner_inpost.compact h3 {
  font-size: 18px;
  font-weight: bold;
}
.banner_inpost.compact .inpost_logo {
  content: "";
  width: 92px;
  height: 48px;
}
.banner_inpost.compact a.banner_inpost_open {
  display: block;
}
.banner_inpost.compact a.banner_inpost_close {
  display: none;
}
.banner_inpost_2 {
  text-align: center;
}
.banner_inpost_2 a {
  color: #000000;
  display: block;
}
.banner_inpost_2 a:hover {
  text-decoration: none;
  color: #1a1a1a;
}
.banner_inpost_2 h3 {
  margin: 0;
}
.banner_inpost_2 .inpost_logo {
  content: "";
  width: 117px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  background: url('data:image/svg+xml; utf8, <svg id="Warstwa_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 443 266"><g id="InPost_RGB_Yellow_Black"><path fill="%231d1d1d" fill-rule="evenodd" stroke-width="0" d="M264.73,138.08c3.71-3.68,5.57-8.63,5.57-14.72,0-6.39-1.85-11.43-5.48-15.07-3.71-3.63-9.01-5.47-15.92-5.47h-21.35v59.7h9.96v-18.88h12.08c6.34,0,11.43-1.84,15.14-5.56ZM249.76,112.5c6.94,0,10.44,3.63,10.44,10.86,0,3.37-.95,6-2.8,7.88-1.85,1.89-4.49,2.8-7.81,2.8h-12.12v-21.55h12.3ZM170.17,102.95h-9.97v59.7h9.97v-59.7ZM377.75,163.62c1.72,0,3.41-.22,5-.61h.05v-8.24c-.83.12-1.67.18-2.5.18-2.5,0-4.14-.57-4.92-1.62-.65-.83-.99-2.54-.99-5.17v-24.18h8.58v-8.01h-8.58v-12.92h-9.67v45.72c0,5.48.69,9.15,2.11,11.13,1.77,2.5,5.39,3.73,10.91,3.73ZM208.01,162.74h9.79v-30.31c0-5.08-1.42-9.03-4.18-11.83-2.76-2.85-6.47-4.51-11.13-4.51-10.74,0-22.65,2.67-22.65,2.67v43.97h9.79v-36.92c3.41-.75,8.11-1.45,11.04-1.23,4.75.4,7.33,3.64,7.33,9.64v28.51ZM316.45,139c0,7.18-1.98,12.97-5.95,17.35-3.97,4.38-9.11,6.57-15.4,6.57s-11.48-2.19-15.4-6.57c-3.97-4.38-5.95-10.16-5.95-17.34s1.98-12.96,5.95-17.3c3.97-4.33,9.1-6.53,15.4-6.53s11.52,2.19,15.49,6.53c3.88,4.38,5.86,10.12,5.86,17.3ZM306.36,139.04c0-4.51-1.03-8.06-3.06-10.69-2.07-2.63-4.79-3.94-8.2-3.94s-6.13,1.32-8.19,3.98c-2.07,2.67-3.06,6.22-3.06,10.65s1.03,8.06,3.06,10.69c2.07,2.63,4.79,3.94,8.19,3.94s6.13-1.32,8.2-3.94c2.03-2.63,3.06-6.18,3.06-10.69ZM353.77,158.41c3.45-2.89,5.18-6.61,5.18-11.12,0-7.01-4.27-11.3-12.86-12.92-3.62-.66-7.29-1.32-11-1.89-2.63-.7-3.92-2.01-3.92-3.9,0-3.28,2.85-4.9,8.58-4.9,4.48,0,8.5,1.58,11.99,4.73l5.82-6.22c-4.83-4.56-10.65-6.83-17.51-6.83-5.65,0-10.18,1.36-13.59,4.12-3.41,2.75-5.09,6.22-5.09,10.29s1.38,7.05,4.18,9.07c2.42,1.66,6.38,2.89,12,3.72,4.66.74,7.51,1.31,8.58,1.71,1.85.7,2.76,2.01,2.76,3.9,0,1.62-.82,3.02-2.42,4.12-1.6,1.1-3.75,1.66-6.51,1.66-4.92,0-9.24-1.84-12.95-5.52l-7.42,6.31c4.83,5.35,11.65,8.01,20.49,8.01,5.65,0,10.22-1.44,13.67-4.33h0Z"/><path fill="%23ffffff" fill-rule="evenodd" stroke-width="0" d="M95.37,133.3s-7.82,3.03-17.47,3.03-17.47-3.03-17.47-3.03c0,0,7.82-3.03,17.47-3.03s17.47,3.03,17.47,3.03Z"/><path fill="%23ffffff" fill-rule="evenodd" stroke-width="0" d="M119.52,88.77s-6.93-4.68-12.33-12.53c-5.39-7.86-7.21-15.92-7.21-15.92,0,0,6.93,4.67,12.33,12.53,5.4,7.86,7.21,15.92,7.21,15.92Z"/><path fill="%23ffffff" fill-rule="evenodd" stroke-width="0" d="M101.83,107.98s-8.35-.93-16.87-5.38c-8.52-4.45-13.98-10.73-13.98-10.73,0,0,8.35.93,16.87,5.38,8.52,4.45,13.98,10.73,13.98,10.73Z"/><path fill="%23ffffff" fill-rule="evenodd" stroke-width="0" d="M119.52,177.67s-6.93,4.68-12.33,12.53c-5.39,7.85-7.21,15.92-7.21,15.92,0,0,6.93-4.67,12.33-12.53,5.4-7.85,7.21-15.92,7.21-15.92Z"/><path fill="%23ffffff" fill-rule="evenodd" stroke-width="0" d="M101.83,158.46s-8.35.93-16.87,5.38c-8.52,4.45-13.98,10.73-13.98,10.73,0,0,8.35-.93,16.87-5.38s13.98-10.73,13.98-10.73Z"/><path fill="%23ffffff" fill-rule="evenodd" stroke-width="0" d="M122.11,147.89h0c6.29,16.11,16.4,27.66,34.46,30.4-2.06.28-4.15.45-6.29.46-25.59.11-46.44-20.17-46.55-45.3s20.54-45.6,46.13-45.71c2.28-.01,4.52.15,6.72.45-20.69,2.58-34.49,18.64-37.22,39.08-.87,12.46,13.64,16.67,13.64,16.67,0,0-5.94,3.88-10.89,3.96t0,0h0Z"/><rect fill="none" stroke-width="0" width="443" height="266"/></g></svg>');
  background-color: var(--color-inpost);
  background-repeat: no-repeat;
  background-position: center;
  margin: 10px;
}
.banner_inpost_2 .inpost_box {
  content: "";
  width: 121px;
  height: 57px;
  vertical-align: middle;
  background: url('data:image/svg+xml; utf8, <svg width="122" height="57" viewBox="0 0 122 57" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="37.3438" y="32.0399" width="19.0775" height="24.9601" fill="%234B4B4B"/><rect x="59.1484" y="15.6414" width="19.0775" height="12.4275" fill="%234B4B4B"/><rect x="37.3438" width="19.0775" height="12.4275" fill="%234B4B4B"/><rect y="26.3862" width="19.0775" height="1.08522" fill="%234B4B4B" fill-opacity="0.7"/><rect x="4" y="20.9601" width="16.3521" height="1.08522" fill="%234B4B4B" fill-opacity="0.7"/><rect x="7.44922" y="16.4487" width="13.6268" height="1.08522" fill="%234B4B4B" fill-opacity="0.7"/><rect x="80.9492" y="32.0399" width="19.0775" height="24.9601" fill="%234B4B4B"/><rect x="80.9492" y="15.6414" width="19.0775" height="12.4275" fill="%234B4B4B"/><path d="M24.7539 15.4487H43.8314L41.8314 28.4714H22.7539L24.7539 15.4487Z" fill="%237F7F7F"/><rect x="80.9492" width="19.0775" height="12.4275" fill="%234B4B4B"/><rect x="59.1484" y="32.0399" width="19.0775" height="24.9601" fill="%234B4B4B"/><rect x="59.1484" width="19.0775" height="12.4275" fill="%234B4B4B"/><rect x="102.75" y="32.0399" width="19.0775" height="24.9601" fill="%234B4B4B"/><rect x="102.75" y="15.6414" width="19.0775" height="12.4275" fill="%234B4B4B"/><rect x="102.75" width="19.0775" height="12.4275" fill="%234B4B4B"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 10px;
  display: none;
}
.banner_inpost_2 .subclaim {
  font-size: 14px;
  font-family: var(--sans-fonts);
  display: none;
}
.banner_inpost_2 .calltoaction {
  font-size: 18px;
  font-family: var(--sans-fonts);
  float: right;
  line-height: 62px;
}
.freeshipping_bar {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #7F7F7E;
  margin-bottom: 35px;
}
.freeshipping_bar h1 {
  color: #ffffff;
  background-color: var(--akcent);
  display: inline-block;
  padding: 0 5px;
  margin: 0;
}
.freeshipping_bar p {
  display: inline-block;
  line-height: 130%;
  font-size: 25px;
  margin: 0 25px;
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
  min-height: 30px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
._block-content-loading .fotorama-item {
  position: absolute !important;
  z-index: -1;
  top: 0;
  width: 100%;
}
.gallery-placeholder:not(._block-content-loading) .gallery-placeholder__image {
  display: none;
}
