footer.site-footer {
  background: #AD1228;
  padding: 36px 20px 30px;
}
footer.site-footer::after {
  display: none;
}

footer.site-footer .footer_inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 240px 190px 260px 260px;
  gap: 36px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}

footer.site-footer .footer_logo .custom-logo-link {
  display: block;
  width: 100px;
  margin: 0;
}
footer.site-footer .footer_logo .custom-logo {
  display: block;
  width: 100%;
  height: auto;
}

footer.site-footer .foot_menu_nadpis {
  display: block;
  margin: 0 0 8px;
  padding: 0;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
footer.site-footer .foot_menu_nadpis::after {
  display: none;
}

footer.site-footer .foot-menu-container ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
footer.site-footer .foot-menu-container ul li {
  margin: 0 0 8px;
  line-height: 1.25;
}
footer.site-footer .foot-menu-container ul a {
  color: #FFFFFF !important;
  font-size: 14px;
  line-height: 1.25;
}

footer.site-footer a:hover,
footer.site-footer a:focus,
footer.site-footer .foot-menu-container ul a:hover,
footer.site-footer .foot-menu-container ul a:focus {
  color: #FF9700 !important;
}

footer.site-footer .footer_contact {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.25;
}
footer.site-footer .footer_contact .kontakt_a {
  color: #FFFFFF;
  font-size: 14px;
}
footer.site-footer .footer_contact p {
  margin: 8px 0 0;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.25;
}

footer.site-footer .footer_legal {
  color: #FFFFFF;
  font-size: 14px;
}

footer.site-footer #foot-copyright {
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 14px;
}

footer.site-footer #yashica_logo {
  width: 110px;
  margin-top: 14px;
}

footer.site-footer #logo-eighteen {
  margin-top: 14px;
}

#ws-scroll-to-top {
  border-radius: 0;
}

@media only screen and (max-width: 900px) {
  footer.site-footer .footer_inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
  }
}
@media only screen and (max-width: 600px) {
  footer.site-footer {
    padding: 28px 20px;
  }
  footer.site-footer .footer_inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
}

.homepage_layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 32px;
  width: 100%;
  max-width: 1620px;
  margin: 24px auto 0;
  padding: 0 16px;
  align-items: start;
}

.home #masthead-lvl2 {
  display: none;
}

.home #masthead.home-sticky #masthead-lvl1 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 101;
  width: 100%;
}

.admin-bar.home #masthead.home-sticky #masthead-lvl1 {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  .admin-bar.home #masthead.home-sticky #masthead-lvl1 {
    top: 46px;
  }
}

.homepage_layout_sidebar {
  min-height: 1px;
  padding-top: 24px;
}

.homepage_sidebar_navigation {
  margin-bottom: 24px;
}

.homepage_sidebar_navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.homepage_sidebar_navigation li {
  margin: 0;
}

.homepage_sidebar_navigation a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 7px 10px;
  color: #181818;
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 2px;
}

.homepage_sidebar_navigation a:hover,
.homepage_sidebar_navigation a:focus {
  color: #AD1228;
  background-color: #f7f7f7;
}

.homepage_sidebar_navigation li.active a {
  color: #fff;
  background-color: #AD1228;
}

.homepage_sidebar_navigation_icon {
  display: flex;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
  color: #FF9700;
}

.homepage_sidebar_navigation_icon svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.homepage_sidebar_navigation_icon img {
  display: block;
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.homepage_sidebar_navigation li.active .homepage_sidebar_navigation_icon {
  color: #fff;
}
.homepage_sidebar_navigation li.active .homepage_sidebar_navigation_icon img {
  filter: brightness(0) invert(1);
}

.homepage_layout_content {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.home #min-cart-popup-static {
  display: none;
}

.homepage_banner_boxes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  max-width: 1422px;
  margin: 24px auto 0;
}

.homepage_banner_box {
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.homepage_banner_box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.homepage_feature_boxes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 1422px;
  margin: 36px auto 0;
}

.homepage_feature_box {
  --homepage-feature-color: #FF9700;
  --homepage-feature-background: #FFFBF4;
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: var(--homepage-feature-background);
  color: var(--homepage-feature-color);
  aspect-ratio: 1.12/1;
  transition: transform 0.2s ease;
}
.homepage_feature_box:hover {
  color: var(--homepage-feature-color);
  transform: translateY(-2px);
}

.homepage_feature_box_color_red {
  --homepage-feature-color: #C10F2E;
  --homepage-feature-background: #FFF8F9;
}

.homepage_feature_box_color_green {
  --homepage-feature-color: #00743B;
  --homepage-feature-background: #F6FBF8;
}

.homepage_feature_box_color_blue {
  --homepage-feature-color: #003F78;
  --homepage-feature-background: #F5F8FB;
}

.homepage_feature_box_content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  max-width: 62%;
  padding: 22px 18px;
}

.homepage_feature_box_title {
  color: var(--homepage-feature-color);
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 700;
  line-height: 1.15;
}

.homepage_feature_box_badge {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 8px;
  border: 1px solid var(--homepage-feature-color);
  border-radius: 999px;
  color: var(--homepage-feature-color);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}

.homepage_feature_box_image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 64%;
  height: 88%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
}

.homepage_feature_box_arrow {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  background-color: var(--homepage-feature-color);
}
.homepage_feature_box_arrow img {
  display: block;
  width: 18px;
  height: 18px;
}

@media only screen and (max-width: 1100px) {
  .homepage_feature_boxes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.homepage_sidebar_brands .nase_znacky_wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 0;
  row-gap: 0 !important;
  width: 100%;
  margin: 0 !important;
  padding: 0;
}

.homepage_sidebar_brands .nase_znacky_container {
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 44px !important;
  height: 44px !important;
  max-height: 44px;
  margin: 0 !important;
  padding: 6px 8px;
  border-bottom: 1px solid #EEEEEE;
  border-radius: 0;
  background-color: #FFFFFF;
  aspect-ratio: auto !important;
  flex: 0 0 44px;
  overflow: hidden;
}
.homepage_sidebar_brands .nase_znacky_container::after {
  display: none;
}
.homepage_sidebar_brands .nase_znacky_container:hover, .homepage_sidebar_brands .nase_znacky_container.active {
  background-color: #F5F5F5;
}
.homepage_sidebar_brands .nase_znacky_container img,
.homepage_sidebar_brands .nase_znacky_container img.custom_icon {
  flex: 0 0 92px;
  width: 92px !important;
  height: 36px !important;
  max-width: 92px;
  max-height: 36px;
  opacity: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage_sidebar_brands .nase_znacky_container .main_znacky_popis {
  display: none;
}

.homepage_sidebar_brand_name {
  color: #333333;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  text-align: right;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .home #masthead .menu-toggle {
    display: none !important;
  }
  .homepage_layout {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 16px;
    padding: 0;
  }
  .homepage_layout_sidebar {
    padding-top: 0;
  }
  .homepage_sidebar_brands .nase_znacky_wrap {
    flex-direction: row;
    overflow-x: auto;
    gap: 8px;
    padding: 0 16px 12px;
  }
  .homepage_sidebar_brands .nase_znacky_container {
    flex: 0 0 120px;
    flex-direction: column !important;
    justify-content: center;
    min-height: 80px !important;
    height: 80px !important;
    max-height: 80px;
    border: 0;
    border-radius: 10px;
  }
  .homepage_sidebar_brand_name {
    text-align: center;
  }
  .homepage_banner_boxes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    width: auto;
    margin: 16px 16px 0;
  }
  .homepage_feature_boxes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: auto;
    margin: 24px 16px 0;
  }
}
@media only screen and (max-width: 620px) {
  .homepage_feature_boxes {
    grid-template-columns: minmax(0, 1fr);
  }
}

.home section#znacky,
#nase_znacky_floating_wrap {
  display: none;
}

.nase-znacky,
.yellow_bannery_wrap {
  width: 100%;
}

.dalsi_znacky_wrap {
  width: 100%;
  padding: 48px 0 24px;
}
.dalsi_znacky_wrap > .ws-container {
  width: 100%;
  max-width: 1422px;
  padding-left: 0;
  padding-right: 0;
}
.dalsi_znacky_wrap h3 {
  font-size: 2.5rem;
  text-align: center;
  margin: 0 0 32px;
}
.dalsi_znacky_wrap .nase_znacky_wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 12px;
  margin: 0;
}
.dalsi_znacky_wrap .nase_znacky_wrap .dalsi_znacky {
  --dalsi-znacky-color: #FF9700;
  --dalsi-znacky-filter: brightness(0) saturate(100%) invert(61%) sepia(97%) saturate(2369%) hue-rotate(359deg) brightness(100%) contrast(107%);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  gap: 24px;
  width: 100% !important;
  min-height: 92px;
  height: 92px !important;
  margin: 0 !important;
  padding: 16px 24px;
  border-radius: 0;
  background-color: #FFFCF7;
  color: #111111;
  aspect-ratio: auto !important;
  transition: background-color 0.2s ease !important;
}
.dalsi_znacky_wrap .nase_znacky_wrap .dalsi_znacky::after {
  display: none;
}
.dalsi_znacky_wrap .nase_znacky_wrap .dalsi_znacky:hover, .dalsi_znacky_wrap .nase_znacky_wrap .dalsi_znacky.active {
  border-radius: 0;
  background-color: #FFF7EA;
  filter: none;
}
.dalsi_znacky_wrap .nase_znacky_wrap .dalsi_znacky img {
  flex: 0 0 60px;
  width: 60px !important;
  height: 60px !important;
  max-width: 60px !important;
  max-height: 60px;
  opacity: 1;
  filter: var(--dalsi-znacky-filter);
  -o-object-fit: contain;
     object-fit: contain;
}
.dalsi_znacky_wrap .nase_znacky_wrap .dalsi_znacky_color_orange {
  --dalsi-znacky-color: #FF9700;
  --dalsi-znacky-filter: brightness(0) saturate(100%) invert(61%) sepia(97%) saturate(2369%) hue-rotate(359deg) brightness(100%) contrast(107%);
}
.dalsi_znacky_wrap .nase_znacky_wrap .dalsi_znacky_color_red {
  --dalsi-znacky-color: #C10F2E;
  --dalsi-znacky-filter: brightness(0) saturate(100%) invert(17%) sepia(87%) saturate(4258%) hue-rotate(342deg) brightness(81%) contrast(98%);
}
.dalsi_znacky_wrap .nase_znacky_wrap .dalsi_znacky_color_green {
  --dalsi-znacky-color: #00743B;
  --dalsi-znacky-filter: brightness(0) saturate(100%) invert(28%) sepia(75%) saturate(1409%) hue-rotate(120deg) brightness(91%) contrast(102%);
}
.dalsi_znacky_wrap .nase_znacky_wrap .dalsi_znacky_color_blue {
  --dalsi-znacky-color: #003F78;
  --dalsi-znacky-filter: brightness(0) saturate(100%) invert(19%) sepia(95%) saturate(1616%) hue-rotate(185deg) brightness(80%) contrast(104%);
}
.dalsi_znacky_wrap .dalsi_znacky_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  min-width: 0;
}
.dalsi_znacky_wrap .dalsi_znacky_title {
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.dalsi_znacky_wrap .dalsi_znacky_badge {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 8px;
  border: 1px solid var(--dalsi-znacky-color);
  border-radius: 999px;
  color: var(--dalsi-znacky-color);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}

@media only screen and (max-width: 1100px) {
  .dalsi_znacky_wrap .nase_znacky_wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 620px) {
  .dalsi_znacky_wrap {
    padding-top: 32px;
  }
  .dalsi_znacky_wrap .nase_znacky_wrap {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
}

.nase_znacky_container {
  background-color: #F5F5F5;
  height: 120px;
  padding: 10px 15px;
  width: calc(14% - 20px);
  border-radius: 10px;
  transition: all 0.4s ease !important;
}
.nase_znacky_container:hover {
  background-color: #FDB84C;
  transition: all 0.4s ease;
}
.nase_znacky_container:hover::after {
  height: 20px;
}
.nase_znacky_container:hover img {
  opacity: 1;
}
.nase_znacky_container img {
  opacity: 0.5;
  max-width: 10rem;
}

.nase_znacky_container.active {
  background-color: #FDB84C;
}
.nase_znacky_container.active::after {
  height: 20px;
}

.dalsi_znacky_wrap .nase_znacky_container img {
  max-width: 7rem;
}

.nase_znacky_container.dalsi-nabidka {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #BEBEBE;
  gap: 15px;
  font-size: 18px;
  font-weight: 600;
  padding: 30px 15px;
}
@media only screen and (max-width: 1440px) {
  .nase_znacky_container.dalsi-nabidka {
    height: auto;
  }
}
.nase_znacky_container.dalsi-nabidka img {
  max-width: 7rem;
}

.nase_znacky_container.dalsi-nabidka:hover > *,
.nase_znacky_container.dalsi-nabidka.active > * {
  filter: brightness(0%);
  transition: all 0.4s ease !important;
  z-index: 20;
}

.bannery_wrap {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 0;
}
.bannery_wrap .swiper-wrapper {
  align-items: center;
  position: relative;
}
.bannery_wrap .swiper-slide {
  display: flex;
  justify-content: center;
}
.bannery_wrap .swiper-slide a {
  max-width: 1422px;
  width: 100%;
}
.bannery_wrap .swiper_button.next {
  right: calc((100% - 1422px) / 2 - 100px);
}
.bannery_wrap .swiper_button.prev {
  left: calc((100% - 1422px) / 2 - 100px);
}
.bannery_wrap img {
  width: 100%;
  max-height: 270px;
}
.bannery_wrap .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;
  pointer-events: none;
}
.bannery_wrap .swiper-button-disabled {
  display: flex;
  opacity: 0.4;
}

.yellow-banners {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}
.yellow-banners img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.yellow-banners .yellow-banner {
  transition: all 0.3s ease;
}
.yellow-banners .yellow-banner:hover {
  transform: scale(0.9);
}

.products {
  grid-template-columns: repeat(var(--products-column, 6), 1fr);
}

.breadcrumb-trail {
  display: none;
}

.bannery-bottom {
  margin: 5rem 0;
  width: 100%;
}

.single_product_title {
  font-size: 3.5rem;
  text-align: left;
}

.products {
  align-items: end;
}

li.product:hover .price {
  transform: translateY(-10px);
}

.product_swiper_wrap .swiper-wrapper {
  align-items: flex-end;
}

.product__content .woocommerce-loop-product__link {
  gap: 2rem;
}

.product__content .price {
  justify-content: center;
}

.product__content .woocommerce-Price-amount {
  font-size: 2rem;
  font-weight: 700;
}

.product__content span:has(.woocommerce-Price-amount) {
  padding-bottom: 1rem;
}

.woocommerce-cart .coupon {
  justify-content: flex-start;
}
.woocommerce-cart .coupon .button {
  transform: translateX(-15%);
}

.custom_shipping_notice {
  background-color: #2B2B2B !important;
  color: #FC9B00 !important;
  font-weight: 600;
  font-size: 18px;
  border-radius: 1rem;
  text-align: left;
}

.shipping_method_0_local_pickup4 {
  display: none;
}

.cart-collaterals .shop_table {
  font-size: 2.1rem;
}

.cart-collaterals .shop_table tbody .fee:first-child {
  padding-top: 1.25em;
}

.cart-collaterals .shop_table tbody .fee:last-child,
.custom-shipping-row .custom-shipping-row td {
  padding-bottom: 1.25em;
}

.wc-proceed-to-checkout {
  justify-content: space-between;
}

.shop_table_responsive .PlanetWe-Box,
.shop_table_responsive .btn-packs {
  width: 45%;
  justify-content: space-between;
  max-width: 40rem;
  text-align: left;
}

.shop_table_responsive .btn-packs img {
  width: 100%;
  max-width: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 768px) {
  .shop_table_responsive .PlanetWe-Box,
  .shop_table_responsive .btn-packs {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .woocommerce-cart-form__cart-item .product-thumbnail {
    text-align: right;
    width: 100%;
  }
  .woocommerce-cart-form__cart-item .product-thumbnail img {
    width: 100px;
  }
  .woocommerce-cart-form__cart-item .qib-button-wrapper {
    justify-content: flex-end;
  }
  .woocommerce-cart-form__cart-item .product-quantity {
    display: flex;
    align-items: center;
  }
  .cart-collaterals table.shop_table_responsive tr td:before {
    display: none;
  }
  .cart-collaterals .shop_table_responsive tbody th {
    display: table-cell;
  }
  .cart-collaterals .shop_table_responsive tbody td {
    width: 100%;
  }
  .cart-collaterals .shop_table_responsive tbody tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cart-collaterals .shop_table_responsive tbody .woocommerce-shipping-totals {
    flex-wrap: wrap;
  }
  .cart-collaterals .shop_table_responsive tbody th {
    padding-right: 0;
  }
  table.cart .product-quantity .plus, table.cart .product-quantity .minus {
    display: none;
  }
  .cart-collaterals .shop_table_responsive tbody .custom-shipping-row td {
    padding-left: 0;
    padding-right: 0;
  }
  .bannery-bottom:not(.widget) {
    margin: 2rem 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .wc-proceed-to-checkout {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
#info-link-black:hover {
  color: #FC9B00;
  border-color: #FC9B00;
}

#shipping_method li,
#shipping_method li label {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cart-collaterals th,
.woocommerce-cart-form th {
  text-transform: none;
  font-size: 2.1rem;
}

.woocommerce-shipping-totals td[data-title=doprava] {
  padding-left: 0;
}

li:has(#shipping_method_0_local_pickup4) {
  flex-wrap: wrap;
}

.woocommerce-shipping-methods input[type=radio] {
  width: 1px !important;
  position: relative;
  padding: 0 !important;
  margin-right: 3rem;
  display: none;
}

.woocommerce-shipping-methods input[type=radio] + *::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  background: white;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 50%;
}

.woocommerce-shipping-methods input[type=radio]:checked + *::before {
  content: "";
  border: 2px solid white;
  outline: 1px solid #707070;
  background: black;
}

.woocommerce-cart .product-remove {
  padding: 0;
}

.woocommerce-cart td {
  padding: 0.75em;
}

a.remove svg {
  fill: white !important;
  background: #FC9B00;
  border-radius: 50%;
}

.woocommerce-cart-form .woocommerce-cart-form__cart-item {
  font-size: 2.1rem;
}

.woocommerce-shipping-totals.shipping th {
  vertical-align: top;
}

.qib-button-wrapper .qib-button {
  background: none !important;
}

.qib-button-wrapper .qib-button:hover {
  color: black !important;
}

.woocommerce-cart-form__contents .qib-button-wrapper .wqpmb_quantity,
.qib-button-wrapper .quantity input.input-text.qty.text {
  border: none;
}

.qib-button-wrapper {
  width: 100%;
}

.woocommerce-shipping-totals.shipping {
  border-top: 1px solid var(--color_3);
}

.btn-packs {
  border: 2px solid black;
  display: flex;
  gap: 2rem;
  color: black;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  transition: all 0.3s ease;
}
.btn-packs span {
  font-size: 2.1rem;
}
.btn-packs p {
  font-size: 1.6rem;
  transition: all 0.3s ease;
}
.btn-packs:hover img {
  animation: scaleUpDown 0.6s;
  transition: all 0.3s ease;
}
.btn-packs:hover p {
  color: #FC9B00;
}

@keyframes scaleUpDown {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@media only screen and (max-width: 1600px) {
  .bannery_wrap {
    padding: 0 70px;
  }
  .bannery_wrap .swiper_button.prev {
    left: 20px;
  }
  .bannery_wrap .swiper_button.next {
    right: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .nase_znacky_container {
    width: calc(20% - 20px);
  }
  .products {
    grid-template-columns: repeat(var(--products-column, 5), 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .nase_znacky_wrap .dalsi_znacky {
    width: calc(33% - 20px);
  }
  .cart-collaterals .cart_totals {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .nase_znacky_container {
    width: calc(33% - 20px);
  }
  .yellow-banner {
    width: calc(50% - 20px);
  }
  .products {
    grid-template-columns: repeat(var(--products-column, 3), 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .nase_znacky_wrap .dalsi_znacky {
    width: calc(50% - 20px);
  }
  .nase_znacky_container {
    width: calc(50% - 20px);
  }
  .yellow-banner {
    width: -moz-fit-content;
    width: fit-content;
  }
  .products {
    grid-template-columns: repeat(var(--products-column, 2), 1fr);
  }
  .bannery_wrap {
    padding: 0;
  }
  .bannery_wrap .swiper_button.prev,
  .bannery_wrap .swiper_button.next {
    display: none;
  }
}
/*menu*/
#site-branding {
  transition: all 0.4s ease !important;
}

.search-icon {
  display: none;
}

.ws-header-search .search-field {
  text-align: left;
}

#masthead.sticky .ws-account-link p {
  margin-bottom: 0;
}
#masthead.sticky .ws-container {
  padding-top: 0;
  padding-bottom: 0;
}
#masthead.sticky #custom_menu_wrap {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}
#masthead.sticky #custom_menu_search_wrap {
  width: -moz-fit-content;
  width: fit-content;
  gap: 1rem;
  align-items: center;
}
#masthead.sticky #custom_menu_search_wrap #mapka {
  margin-left: 0;
  max-width: 3rem;
}
#masthead.sticky #custom_menu_search_wrap .ws-header-search {
  display: none;
}
#masthead.sticky #custom_menu_search_wrap .ws-header-search .search-field {
  text-align: left;
}
#masthead.sticky .wc-loupe.show_mobile {
  display: block;
  cursor: pointer;
}
#masthead.sticky #custom_menu_search_wrap .ws-header-search.show {
  display: block;
  position: absolute;
  bottom: -7rem;
  padding: 5px;
  background-color: var(--color_3);
  border-radius: 50px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1568627451);
}
#masthead.sticky #site-branding {
  transform: scale(0.5);
}
#masthead.sticky #masthead-lvl2 {
  max-height: -moz-fit-content;
  max-height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 1;
}
#masthead.sticky #sticky-button {
  display: block;
}
#masthead.sticky .search-form {
  display: none;
}
#masthead.sticky .ws-header-actions {
  margin-left: 1rem;
  height: 100%;
}
#masthead.sticky .ws-header-actions .menu-toggle {
  display: none;
}

@media only screen and (min-width: 1024px) {
  #masthead:not(.sticky) .ws-header-search {
    display: block !important;
  }
}
@media only screen and (max-width: 1600px) {
  #masthead.sticky #site-branding {
    min-width: 90px;
    transform: scale(0.7);
    width: 5%;
    align-items: center;
  }
  #masthead.sticky #custom_menu_wrap {
    margin-left: 0;
  }
  #masthead.sticky .main-navigation ul li {
    margin-right: 1.5em;
  }
  #masthead.sticky .main-navigation ul li a {
    font-size: 1.6rem;
  }
  #masthead.sticky #menu_psc_form_wrap {
    display: none;
  }
  #masthead.sticky .ws-header-actions {
    width: 25%;
    gap: 1rem;
  }
  #masthead.sticky .ws-header-actions .wc-account p {
    display: none;
  }
  #masthead.sticky .ws-header-actions .show_mobile {
    display: flex;
    cursor: pointer;
  }
  #masthead.sticky .ws-header-actions .show_mobile img {
    min-width: 1.5rem;
  }
  #masthead.sticky #custom_menu_search_wrap #mapka {
    display: none;
  }
  #masthead.sticky #custom_menu_search_wrap #menu_pivobod_form {
    width: 100%;
    background-color: var(--color_3);
    border-radius: 50px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1568627451);
    padding: 5px;
  }
  #masthead.sticky #custom_menu_search_wrap #menu_psc_form_wrap.show {
    display: flex;
    position: absolute;
    bottom: -7rem;
    height: auto;
  }
  #masthead.sticky #mapka-phone img {
    min-width: 3rem;
  }
}
@media only screen and (max-width: 1024px) {
  #masthead.sticky .ws-header-actions {
    width: 70%;
    margin-left: 2rem;
  }
  #masthead.sticky .ws-header-actions .menu-toggle {
    display: flex;
  }
  .ws-header-actions {
    align-self: center;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    margin-left: 2rem;
    flex-wrap: nowrap;
  }
  .ws-header-actions .menu-toggle {
    display: flex;
  }
  .ws-header-actions #site-header-cart .amount {
    display: none;
  }
  .ws-header-actions .wc-account p {
    display: none;
  }
  #masthead-lvl2 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .ws-header-actions {
    gap: 1rem;
    margin-left: 0;
  }
  .ws-header-actions .ws-header-action {
    margin: 0;
  }
}
.nase_znacky_wrap {
  row-gap: 20px !important;
}

/*products category tiles */
ul.products .product-category {
  height: 300px;
}

ul.products li.product-category > a:first-of-type {
  display: none !important;
}

.products .product-category.product img {
  max-height: 200px;
}

ul.products li.product_cat-darkove-poukazy {
  height: 450px;
}

ul.products li.product_cat-darkove-poukazy > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.products li.product_cat-darkove-poukazy a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  min-height: 150px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.products li.product_cat-darkove-poukazy img.attachment-woocommerce_thumbnail {
  height: 150px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.products li.product_cat-darkove-poukazy .product__content {
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  justify-content: space-between;
  align-self: self-start;
}

@media only screen and (min-width: 800px) {
  .products.columns-6:has(.product_cat-darkove-poukazy) {
    grid-template-columns: repeat(var(--products-column, 5), 1fr);
  }
}
#masthead:not(.sticky) #masthead-lvl1 .ws-container {
  width: 100%;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
}
#masthead:not(.sticky) #masthead-lvl1 .ws-row > div {
  display: grid !important;
  grid-template-columns: 220px minmax(0, 1fr) 220px;
  column-gap: 24px;
  align-items: flex-start;
}
#masthead:not(.sticky) #site-branding {
  flex: 0 0 130px;
  width: 130px;
  min-width: 130px;
  max-width: 130px;
  justify-self: center;
}
#masthead:not(.sticky) #site-branding .custom-logo-link,
#masthead:not(.sticky) #site-branding .custom-logo {
  width: 130px;
  max-width: 130px;
}
#masthead:not(.sticky) #custom_menu_wrap {
  width: 100%;
  min-width: 0;
  margin-left: 0;
}
#masthead:not(.sticky) #custom_menu_wrap #custom_menu_search_wrap {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#masthead:not(.sticky) #custom_menu_wrap .ws-header-search {
  min-width: 0;
  margin-left: 0;
}
#masthead:not(.sticky) #custom_menu_wrap .ws-header-search .search-form,
#masthead:not(.sticky) #custom_menu_wrap .ws-header-search .woocommerce-product-search {
  width: 100%;
}
#masthead:not(.sticky) #custom_menu_wrap #masthead-lvl2 {
  width: 100%;
}
#masthead:not(.sticky) #custom_menu_wrap #masthead-lvl2 .ws-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#masthead:not(.sticky) #custom_menu_wrap #masthead-lvl2 .ws-row,
#masthead:not(.sticky) #custom_menu_wrap #masthead-lvl2 .main-navigation ul {
  justify-content: center;
}
#masthead:not(.sticky) #custom_menu_wrap #masthead-lvl2 .main-navigation {
  flex-grow: 0;
  flex-basis: auto;
}
#masthead:not(.sticky) .ws-header-actions {
  height: 48px;
  align-self: flex-start;
  justify-self: end;
  margin-top: 0;
  margin-left: 0;
}
#masthead .menu_pivobod_form_tooltip,
#masthead #mapka,
#masthead #mapka-phone {
  display: none !important;
}
#masthead #custom_menu_search_wrap .ws-header-search .search-form,
#masthead #custom_menu_search_wrap .ws-header-search .woocommerce-product-search,
#masthead #custom_menu_search_wrap .ws-header-search .search-field,
#masthead #custom_menu_search_wrap .ws-header-search .search-submit,
#masthead #custom_menu_search_wrap #menu_pivobod_form,
#masthead #custom_menu_search_wrap #menu_psc_form_wrap input,
#masthead #custom_menu_search_wrap #menu_psc_form_wrap .button {
  border-radius: 2px !important;
}
#masthead #site-header-cart {
  height: 48px;
  align-self: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}
#masthead #site-header-cart > li:first-child {
  height: 48px;
  display: flex;
  align-items: center;
}
#masthead #site-header-cart > li:first-child > .cart-contents {
  height: 48px;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background-color: #FF9700;
  color: #fff;
  border-radius: 2px;
}
#masthead #site-header-cart > li:first-child > .cart-contents:hover,
#masthead #site-header-cart > li:first-child > .cart-contents:focus {
  background-color: #e78900;
  color: #fff;
}
#masthead #site-header-cart .cart-icon-holder .ws-icon,
#masthead #site-header-cart .cart-icon-holder .ws-icon * {
  fill: #fff !important;
}
#masthead #site-header-cart .count {
  display: none !important;
}
#masthead #site-header-cart .cart-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
#masthead .wc-account {
  height: 48px;
  align-self: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}
#masthead .wc-account .ws-account-link {
  height: 48px;
  align-items: center;
  gap: 8px;
}
#masthead .wc-account .ws-account-link p {
  margin: 0;
  line-height: 1;
}
#masthead #site-header-cart > li:first-child > .cart-contents {
  min-height: 48px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .homepage_layout {
    gap: 16px;
  }
  .homepage_sidebar_navigation {
    margin: 0 16px 16px;
  }
  .homepage_sidebar_navigation a {
    min-height: 40px;
    padding: 8px 10px;
    font-size: 14px;
  }
  .homepage_layout_content > .bannery_wrap {
    width: calc(100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
  #masthead:not(.sticky) #masthead-lvl1 .ws-row > div {
    display: flex !important;
    align-items: center;
    justify-content: space-between !important;
    column-gap: 0;
  }
  #masthead:not(.sticky) #site-branding {
    flex: 0 1 110px;
    width: 110px;
    min-width: 0;
    max-width: 110px;
    justify-self: auto;
  }
  #masthead:not(.sticky) #site-branding .custom-logo-link,
  #masthead:not(.sticky) #site-branding .custom-logo {
    width: 110px;
    max-width: 110px;
  }
  #masthead:not(.sticky) .ws-header-actions {
    width: auto;
    max-width: none;
    height: 40px;
    margin: 0 0 0 auto;
    gap: 6px;
    align-self: center;
    justify-self: auto;
  }
  #masthead .wc-account,
  #masthead .wc-loupe {
    display: none !important;
  }
  #masthead #site-header-cart {
    height: 40px;
  }
  #masthead #site-header-cart > li:first-child,
  #masthead #site-header-cart > li:first-child > .cart-contents {
    height: 40px;
    min-height: 40px;
  }
  #masthead #site-header-cart > li:first-child > .cart-contents {
    gap: 6px;
    padding: 8px 10px;
  }
  #masthead #site-header-cart .cart-label {
    font-size: 13px;
  }
}/*# sourceMappingURL=new.css.map */
