:root {
  --border-color: #000000;
  --border-width: 5px;
  --border-width-half: calc(var(--border-width) / 2);
  --border-width-quarter: calc(var(--border-width) / 4);
  --height-listimage: 280px;
  --color-honikan: #ed9c2f;
  --color-honikan_light: #f1b32f;
  --color-honikan_dark: #f29106;
  --color-honikan-kaszel: #8c5fc4;
  --color-honikan-kaszel_light: #b381f1;
  --color-honikan-kaszel-junior: #8c5fc4;
  --color-honikan-kaszel-junior_light: #b381f1;
  --color-honikan-gardlo-i-kaszel: #1dc3cb;
  --color-honikan-gardlo-i-kaszel_light: #3fe8f0;
  --color-honikan-gardlo: #da068e;
  --color-honikan-gardlo_light: #ec2da6;
  --color-honikan-immuno: #f15832;
  --color-honikan-immuno_light: #ff8668;
  --color-red: #c00000;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-yellow: #F8D849;
}
ul li:has-child {
  list-style: none;
}
#product-intro ul {
  margin-bottom: 0;
  margin-left:0;
}
#product-intro ul ul {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  list-style-type: circle;
}
#product-intro .header-product{
  max-height:500px;
  object-fit:contain;
}
.bg-honikan {
  background-color: var(--color-honikan) !important;
}
.bg-honikan-kaszel {
  background-color: var(--color-honikan-kaszel) !important;
}
.bg-honikan-kaszel-junior {
  background-color: var(--color-honikan-kaszel-junior) !important;
}
.bg-honikan-gardlo-i-kaszel {
  background-color: var(--color-honikan-gardlo-i-kaszel) !important;
}
.bg-honikan-gardlo {
  background-color: var(--color-honikan-gardlo) !important;
}
.bg-honikan-immuno {
  background-color: var(--color-honikan-immuno) !important;
}
.bgg-honikan {
  background-image: linear-gradient(to bottom, var(--color-honikan_light) 0%, var(--color-honikan) 80%)!important;
}
.bgg-honikan-kaszel {
  background-image: linear-gradient(to bottom, var(--color-honikan-kaszel_light), var(--color-honikan-kaszel))!important;
}
#social-media{
  display:none;
}
#diet-supplement-footer {

  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: black;
  font-size: 16px;
  width: 147px;
  height: 5vh;
  position: sticky;
  bottom: 0;
  margin-top: -5vh;
  left: calc(100% - 147px);
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center
}
.bgg-honikan-kaszel-junior {
  background-image: linear-gradient(to bottom, var(--color-honikan-kaszel-junior_light), var(--color-honikan-kaszel-junior))!important;
}
.bgg-honikan-gardlo-i-kaszel {
  background-image: linear-gradient(to bottom, var(--color-honikan-gardlo-i-kaszel_light), var(--color-honikan-gardlo-i-kaszel))!important;
}
.bgg-honikan-gardlo {
  background-image: linear-gradient(to bottom, var(--color-honikan-gardlo_light), var(--color-honikan-gardlo))!important;
}
.bgg-honikan-immuno {
  background-image: linear-gradient(to bottom, var(--color-honikan-immuno_light), var(--color-honikan-immuno))!important;
}
.bg-honikan-honeycomb {
  background-image: url(/wp-content/themes/honikan/img/honeycomb.webp);
  background-size: contain;
}
.bg-honikan-honeycomb-2 {
  background-image: url(/wp-content/themes/honikan/img/details_bg.webp);
  background-size: contain;
}
.bg-honikan-honeycomb-header {
  background-image: url(/wp-content/themes/honikan/img/header-honeycomb-bg.webp);
  background-size: contain;
}
.purple-bg{
  background-color: #9063cd;
}
.orange-bg{
  background-color: #f15832;
}
.pink-bg{
background-color: #da068e;
}
.teal-bg{
  background-color: #1dc3cb;
}
.bg-honikan-honey {
  background-image: url(/wp-content/themes/honikan/img/bg-honey-bubbles.webp);
  background-size: cover;
  background-position: center center;
}
.bg-honikan-bubbles, .bg-honikan-bubbles-mobile {
  background-image: url('/wp-content/themes/honikan/img/bg-honikan-hex-vertical.webp') !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.container-fluid .container {
  padding-left: 0;
  padding-right: 0;
}
.product-honikan-gardlo-i-kaszel-zel .product-img img:nth-child(1){
/*  left:40%;*/
}
.product-honikan-gardlo-i-kaszel-zel .product-img img:nth-child(3){
/*  left:60%;*/
}
.product-honikan-gardlo-i-kaszel-pastylki .product-img img:nth-child(1){
/*  left:30%;*/
}
.product-honikan-gardlo-i-kaszel-pastylki .product-img img:nth-child(3){
/*  left:60%;*/
}
.custom-menu-item{
  color: #fff;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-shadow: 0 0 4px #00000042;
  text-decoration: none;
  letter-spacing: .5px;
  font-size:16px;
  transition: all .5s;
  padding: 8px 20px !important;
  text-align: center;
  margin:5px 0;
  
}
.custom-menu-item:hover{
  text-shadow: 0 0 4px #000000c2;
  transition: all .5s;
}
.custom-menu-item a{
  font-weight: bold;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .custom-menu-item:not(:last-child){
    border-right: 1px solid #000;
  }
  .by-md-honikan-half {
    border-top: var(--border-width) solid var(--border-color);
    border-bottom: var(--border-width) solid var(--border-color);
  }
  .by-md-honikan {
    border-top: var(--border-width) solid var(--border-color);
    border-bottom: var(--border-width) solid var(--border-color);
  }
  .by-md-honikan-none {
    border-top: 0!important;
    border-bottom: 0!important;
  }
  .bt-md-honikan-none{
    border-top: 0!important;
  }
  .bs-md-honikan {
    border-left: var(--border-width) solid var(--border-color);
  }
  .be-md-honikan {
    border-right: var(--border-width) solid var(--border-color);
  }
  .bs-md-honikan-half {
    border-left: var(--border-width-half) solid var(--border-color);
  }
  .be-md-honikan-half {
    border-right: var(--border-width-half) solid var(--border-color);
  }
}
@media screen and (max-width:536px) {
  .bs-only-sm-honikan {
    border-left: var(--border-width-half) solid var(--border-color);
  }
  .be-only-sm-honikan {
    border-right: var(--border-width-half) solid var(--border-color);
  }
  .bx-only-sm-honikan {
    border-right: var(--border-width-half) solid var(--border-color);
    border-left: var(--border-width-half) solid var(--border-color);
  }
}
@media screen and (max-width:991px) {
  .bs-down-md-honikan {
    border-left: var(--border-width) solid var(--border-color);
  }
  .be-down-md-honikan {
    border-right: var(--border-width) solid var(--border-color);
  }
  .bx-down-md-honikan {
    border-right: var(--border-width) solid var(--border-color);
    border-left: var(--border-width) solid var(--border-color);
  }
  .bt-down-md-honikan {
    border-top: var(--border-width) solid var(--border-color);
   
  }
  
}
.fs-0{
  font-size:calc(1.925rem + .9vw)!important
}

.bt-honikan {
  border-top: var(--border-width) solid var(--border-color);
}
.bt-honikan-half {
  border-top: var(--border-width-half) solid var(--border-color);
}
.bb-honikan {
  border-bottom: var(--border-width) solid var(--border-color);
}
.bb-honikan-half {
  border-bottom: var(--border-width-half) solid var(--border-color);
}
.bs-honikan {
  border-left: var(--border-width) solid var(--border-color);
}
.bs-honikan-half {
  border-left: var(--border-width-half) solid var(--border-color);
}
.be-honikan {
  border-right: var(--border-width) solid var(--border-color);
}
.be-honikan-half {
  border-right: var(--border-width-half) solid var(--border-color);
}
.bx-honikan {
  border-right: var(--border-width) solid var(--border-color);
  border-left: var(--border-width) solid var(--border-color);
}
.bx-honikan-half {
  border-right: var(--border-width-half) solid var(--border-color);
  border-left: var(--border-width-half) solid var(--border-color);
}
.by-honikan {
  border-top: var(--border-width) solid var(--border-color);
  border-bottom: var(--border-width) solid var(--border-color);
}
.by-honikan-half {
  border-top: var(--border-width-half) solid var(--border-color);
  border-bottom: var(--border-width-half) solid var(--border-color);
}
@media screen and (min-width: 526px) {
  
  .bt-sm-none {
    border-top: none;
  }
  .bt-sm-honikan {
    border-top: var(--border-width) solid var(--border-color);
  }
  .bt-sm-honikan-half {
    border-top: var(--border-width-half) solid var(--border-color);
  }
  .bb-sm-honikan {
    border-bottom: var(--border-width) solid var(--border-color);
  }
  .bb-sm-honikan-half {
    border-bottom: var(--border-width-half) solid var(--border-color);
  }
  .bx-sm-honikan {
    border-right: var(--border-width) solid var(--border-color);
    border-left: var(--border-width) solid var(--border-color);
  }
  .bx-sm-honikan-half {
    border-right: var(--border-width-half) solid var(--border-color);
    border-left: var(--border-width-half) solid var(--border-color);
  }
  .by-sm-honikan {
    border-top: var(--border-width) solid var(--border-color);
    border-bottom: var(--border-width) solid var(--border-color);
  }
  .by-sm-honikan-half {
    border-top: var(--border-width-half) solid var(--border-color);
    border-bottom: var(--border-width-half) solid var(--border-color);
  }
  .bs-sm-honikan {
    border-left: var(--border-width) solid var(--border-color);
  }
  .bs-sm-honikan-half {
    border-left: var(--border-width-half) solid var(--border-color);
  }
  .be-sm-honikan {
    border-right: var(--border-width) solid var(--border-color);
  }
  .be-sm-honikan-half {
    border-right: var(--border-width-half) solid var(--border-color);
  }
}

.mt-n {
  margin-top: calc(var(--border-width) * -1);
}
.mb-n {
  margin-bottom: calc(var(--border-width) * -1);
}
.ms-n {
  margin-left: calc(var(--border-width) * -1);
}
.me-n {
  margin-right: calc(var(--border-width) * -1);
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  padding-top: 64px;
  text-align: center;
  background-color: var(--color-honikan);
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  /* padding-top: env(safe-area-inset-top); */
  padding-bottom: env(safe-area-inset-bottom);
}

nav, h1, h2, h3, h4, h5 {
  font-family: 'Bebas Neue', cursive;
}

b, .b, strong, .strong, .bold {
  font-weight: 700;
}

nav, main, footer, #wherebuy-fab {
}

.navbar {
  background-color: #f6ae32;
  border-top: var(--border-width) solid var(--border-color);
  border-bottom: var(--border-width) solid var(--border-color);
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: calc(var(--bs-navbar-padding-y) * -2);
  height: calc(calc(var(--bs-navbar-padding-y) * 2) + 40px);
  position: relative;
}
.navbar-brand img {
  width: auto;
  height: 100%;
  transform: scale(1.15);
  transform-origin: 0 0;
}

@media screen and (max-width: 535px) {
  body.usp-center-newproduct main {
    position: relative;
  }
  body.usp-center-newproduct main::before {
    content: 'Nowość';
    position: absolute;
    width: 204px;
    height: 45px;
    left: 4px;
    top: 6px;
    font-size: 30px;
    padding-top: 3px;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 3px;
    background-color: var(--color-red);
    color: var(--color-white);
    justify-content: center;
    align-items: center;

    display: flex;
  } 
}

@media screen and (min-width: 536px) {
  body.usp-center-newproduct .navbar-brand::after {
    content: 'Nowość';
    position: absolute;
    width: 204px;
    height: 45px;
    left: 4px;
    bottom: -71px;
    font-size: 30px;
    padding-top: 3px;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 3px;
    background-color: var(--color-red);
    color: var(--color-white);
    justify-content: center;
    align-items: center;

    display: flex;
  }
  body.usp-center-newproduct .main::after {
    display: none;
  }
}

.navbar-toggler {
  border-color: transparent;
}

.nav-link {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.5rem;
  color: black;
}
.nav-item:has(.sub-menu){
  position: relative;
}
.sub-menu{
  display:none;
  position: absolute;
  width: 250px;
  list-style: none;
  text-align: left;
  background: #e29217;
  border: 1px solid black;
  padding:0;
}
.sub-menu li{
  padding:15px 0;
  display:flex;
  align-items: center;
}
.sub-menu li a{
  text-decoration: none;
  padding:3px 10px;
  color: black;
}
.sub-menu li:hover{
  background: hsl(36, 70%, 54%);
}
.sub-menu li:hover a{
  color:white;
}
.sub-menu li .custom-badge{
  color:black;
  font-size:10px;
  display:inline-flex;
  padding:5px 10px;
  border:1px solid;
}
.nav-item:hover .sub-menu{
  display:block;
}
.nav-link:hover {
  
  color: white;
}
.nav-link.active {
  
  color: white!important;
}
.page-products .product-wrapper .shadow-sm:hover{
  border:1px solid lightgrey;
  transition:1s;
}
.page-products .product-wrapper .shadow-sm{
  border:1px solid transparent;
  transition:1s;
}
@media screen and (min-width: 769px){
  .nav-link {
    padding-top: var(--bs-nav-link-padding-y);
    padding-right:1rem;
    padding-left:1rem;
    padding-bottom: var(--bs-nav-link-padding-y);
  }
}

#top-header header {
  
}

#top-header header .row, #top-header header .row .col {
  /* height: calc(75vh / 2); */
  position: relative;
}
#top-header header .row .col.col-12.col-lg-6>* {
  scale: .75;
}

@media screen and (min-width: 536px) {
  #top-header header .row, #top-header header .row .col {
    height: 100%;
  }
  #top-header header .row .col.col-12.col-lg-6>* {
    scale: 1;
  }
}

#top-header .header-new-flag {
  position: absolute;
  top: 3%;
  left: 0;
  background-color: #c00000;
  color: white;
  font-weight: 700;
  padding: .5rem 2rem;
  z-index: 1020;
}

#top-header img.header-sign {
  width: 100%;
  z-index: 1000;
}

#top-header .header-bee-prod {
  position: absolute;
  left: 43%;
  transform: translate(-50%);
  bottom: 0;
  height: 50vh;
  width: 46vh;
  z-index: 1000;
}

#top-header img.header-bee {
  position: absolute;
  bottom: 0;
  left: 60%;
  transform: translate(-50%);
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: auto;
  z-index: 1000;
}

#top-header .header-prods {
  position: absolute;
  bottom: 0;
  left: 10%;
  transform: translate(-41%) rotate(-14deg);
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  z-index: 1010;
}
#top-header .header-prods .header-product {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

@media screen and (min-width: 536px) {
  #top-header .header-prods .header-product {
    width: 80%;
  }
}

#top-header .header-prods img.header-product:nth-child(2) {
  animation: header-prod-rotate 6s linear 0s infinite;
  opacity: 1;
}

@keyframes header-prod-rotate {
  0% {
    opacity: 0;
  }
  48% {
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  98% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

body.page-product #top-header img.header-product {
  animation: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#top-header .cta {
  position: absolute;
  bottom: 5%;
  z-index: 1020;
  left: 50%;
  transform: translate(-50%, 0);
}
#top-header .cta::after {
  rotate: 90deg;
  animation: top-header-cta-chevron 2s ease-in-out 0s infinite;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0;
}

@keyframes top-header-cta-chevron {
  0% {
    opacity: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
  25% {
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  75% {
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  100% {
    opacity: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 536px) {
  #top-header img.header-sign {
    width: 80%;
  }
  #top-header .header-bee-prod {
    display: block;
    position: relative;
    left: initial;
    transform: none;
    bottom: initial;
    height: 100%;
    width: 100%;
  }
  #top-header .cta {
    width: 250px;
  }
}

.h1, h1 {
  font-size: calc(1.5rem + 1.75vw);
}

#product-type-banner {
  position: sticky;
  right: 0;
  bottom: env(safe-area-inset-bottom);
  padding: 0 1rem;
  margin-top: 1rem;
  margin-right: -12px;
  margin-bottom: 0;
  margin-left: auto;
  height: 5vh;
  float: right;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, .75);
  backdrop-filter: blur(5px);
  border: solid var(--border-width-half) black;
  z-index: 5000;
  display: none;
}

body.page-product #product-type-banner {
  display: flex;
}
body.product-type-supplement #product-type-banner::after {
  content: 'Suplement diety';
}
body.product-type-medical #product-type-banner::after {
  content: 'Wyrób medyczny';
}

.btn-primary {
  --bs-btn-color: black;
  --bs-btn-bg: var(--color-honikan);
  --bs-btn-border-color: black;
  --bs-btn-hover-color: black;
  --bs-btn-hover-bg: var(--color-honikan);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: var(--color-honikan);
  --bs-btn-active-bg: var(--color-honikan);
  --bs-btn-active-border-color: var(--color-honikan);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgba(106, 82, 48, 0.366);
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;

  border-radius: 0;
  border-width: var(--border-width-half);

  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  
  font-family: 'Bebas Neue', cursive;
  font-weight: 400;
  font-size: 1.1rem;
}

.inline-download {
  position: relative;
}

.btn-primary::after, .usp-pdslist-checkstring::after {
  content: '';
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  right: 0.25rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='m18.75 36-2.15-2.15 9.9-9.9-9.9-9.9 2.15-2.15L30.8 23.95Z'/%3E%3C/svg%3E");
  background-size: cover;
}

.btn-download::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M11 40q-1.2 0-2.1-.9Q8 38.2 8 37v-7.15h3V37h26v-7.15h3V37q0 1.2-.9 2.1-.9.9-2.1.9Zm13-7.65-9.65-9.65 2.15-2.15 6 6V8h3v18.55l6-6 2.15 2.15Z'/%3E%3C/svg%3E");
  margin-right: 5px;
}

.inline-download::after {
  content: '';
  background-image: url('/wp-content/themes/honikan/img/icon-download.svg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 23px;
  width: 23px;
  margin-bottom: -5px;
  display: inline-block;
}
.inline-download:hover::after {
  background-image: url('/wp-content/themes/honikan/img/icon-download-honikan.svg');
}

.btn-instagram::after {
  background-image: url('/wp-content/themes/honikan/img/icon-instagram.svg');
}
.btn-instagram{
  min-width:220px;
}
.btn-primary:hover {
  color: black;
  background: #f29106;
  border-color: var(--border-color);
  font-weight: 700;
}

.btn-primary .material-icons {
  margin-left: .5rem;
}
main {
  min-height: 85vh;
  background-color: white;
}

.sticky-top {
  top: 61px;
  background-color: #f6ae32;
  border-top: var(--border-width) solid var(--border-color);
  border-bottom: var(--border-width) solid var(--border-color);
  padding-left: 15px;
  padding-right: 15px;
  margin-top: calc(var(--border-width)*-1);
}

@media screen and (min-width: 536px) {
  .sticky-top {
    top: 67px;
  }
}

@media screen and (min-width: 992px) {
  .sticky-top {
    position:relative;
    top:0;
  }
}
header, .carousel-item .img {
  min-height: 250px;
}

header.h-half {
  min-height: 125px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

header.h-half p, header.h-half h2 {
  margin-bottom: 0;
}

header.h-quarter {
  min-height: 62.5px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

header.h-quarter p, header.h-quarter h2 {
  margin-bottom: 0;
}

header.fullscreen {
  height: 85vh;
}
.page-product #top-header header {
  height: calc(80vh - 66px);
  background-color: transparent;
  background-image: none;
  border-bottom: none;
}
.page-product .top-header-wrapper {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
  position: sticky;
  top: 64px;
}

@media screen and (min-width: 536px){
  .page-product #top-header header {
    height: calc(75vh - 66px);
  }
  .page-product .top-header-wrapper {
    height: calc(100vh - 64px);

  }
  header.fullscreen {
    height: 55vh;
  }
}

.section-header {
  flex-direction: column;
}

.carousel-caption {
  color: black;
  z-index: 50;
}

.carousel-indicators [data-bs-target] {
  background-color: black;
  opacity: .25;
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-indicators button {
  z-index: 100;
}

.col-product {
  /* background-color: white; */
}

.product-wrapper, .funfact-wrapper {
  /* padding-bottom: 3rem; */
}
.product-wrapper:first-child {
  /* padding-top: 0; */
}

.funfact-wrapper:last-child {
  padding-bottom: 0;
}

.product-descr {
  text-align: center;
}

.product-descr p {
  line-height: 1.75;
  font-weight: 400;
}
.product-descr p strong, .product-descr p .strong, .product-descr p b, .product-descr p .b {
  font-weight: 700;
}

.product-img, .funfact-img, .socialmedia-img, .review-img, .ingredient-img {
  /* height: 180px; */
  display: flex;
  align-items: center;
  flex-direction: column;
}

[class$="img"].tall-img {
  height: 320px;
}
.funfact-img {
  width: 150px;
  height: 150px;
  margin-bottom: 1rem;
}

.review-img {
  height: 50px;
  width: 50px;
}

footer {
  background-color: var(--color-honikan);
  margin-top: calc(var(--border-width) * -1);
}

footer, footer p {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: white;
  margin-bottom: 0;
}

footer a {
  padding: .25rem;
  color: white;
  text-decoration: none;
  border-bottom: solid 1px white;
  transition: all .3s;
}

footer a:hover {
  color: white;
  border-bottom-width: var(--border-width-half);
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footnotes {
  text-align: left;
}

#footnotes ol {
  font-size: .8rem;
  margin-bottom: 0;
}

a {
  color: black;
}

p:last-child, ul:last-child {
  margin-bottom: 0;
}

.socialmedia-img {
  aspect-ratio: 1/1;
  width: 100%;
}
@media(min-width:992px){
  .custom-overflow{
    overflow: auto;
    height: 49vw;
    position: relative;
  }
  .height-50-vw{
   height: 49vw;
  }
}
#usp-pdslist-wrapper .list-group-item a {
  min-height: 10vh;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: space-evenly;
}

.start-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-vertical {
  flex-direction: column;
}

#wherebuy-fab {
  position: fixed;
  bottom: 5.5vh;
  right: .5vh;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  background-color: white;
  border-radius: 100%;
  padding: 1rem;
  text-decoration: none;
  font-size: 2rem;
  z-index: 500;
}
.material-icons {
  font-size: inherit;
  color: inherit;
}

.user-data {
  font-size: .75rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
.user-data .material-icons {
  font-size: 1.5em;
}

.accordion {
  padding-left: 0;
  padding-right: 0;
}

.accordion-body {
  text-align: left;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: black;
  border-bottom: var(--border-width-half) solid black;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.accordion-button {
  background-color: transparent;
}

.product-content-wrapper {
  background-color: white;
  height: 100%;
}

.usp-center-corplogo {
  width: 50%;
  max-width: 300px;
  margin-bottom: 1rem;
}
.product-tags{
  display:none;
}
.product-tags span {
  white-space: nowrap;
  font-family: 'Bebas Neue', cursive;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 5px;
  line-height: 1;
  opacity: .5;
}
.product-tags span:hover {
  opacity: 1;
}
.product-tags span>span {
  font-size: 1em;
  padding-right: 0;
}

.product-rating {
  /* display: none; */
}

.product-title small {
  font-size: .7em;
}

.honikan-junior-colors {
  background-color: #4b287f;
  padding: 5px 10px;
}
.honikan-junior-colors>span:nth-child(1) {
  color: #96d3ef;
}
.honikan-junior-colors>span:nth-child(2) {
  color: #eca6c5;
}
.honikan-junior-colors>span:nth-child(3) {
  color: #f3b032;
}
.honikan-junior-colors>span:nth-child(4) {
  color: #89c696;
}
.honikan-junior-colors>span:nth-child(5) {
  color: #ebe55e;
}
.honikan-junior-colors>span:nth-child(6) {
  color: #ec9074;
}

#usp-pdslist-wrapper, .usp-pdslist-wrapper {
  text-align: center;
}
#usp-pdslist-wrapper ul, .usp-pdslist-wrapper ul {
  list-style-type: none;
  display: inline-block;
  margin: 0 auto;
  padding-left: 0;
  width: 100%;
}
#usp-pdslist-wrapper ul li, .usp-pdslist-wrapper ul li {
  position: relative;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border-radius: 0.65rem;
  text-align: center;
}
#usp-pdslist-wrapper ul li a, .usp-pdslist-wrapper ul li a {
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  border-radius: 0.65rem;
  transition: all .3s;
  padding: 1.5rem;
  text-decoration: none;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.usp-pdslist-checkstring{
  min-width:220px;
}
#usp-pdslist-wrapper ul li a span.usp-pdslist-checkstring, .usp-pdslist-wrapper ul li a span.usp-pdslist-checkstring {
  color: black;
  background: var(--color-honikan);
  border-color: black;
  border-style: solid;
  border-width: var(--border-width-half);
  border-radius: 0;

  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: var(--color-honikan);
  --bs-btn-active-bg: var(--color-honikan);
  --bs-btn-active-border-color: var(--color-honikan);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

  padding: 10px 15px;
  line-height: 1.5;


  text-align: center;
  vertical-align: middle;
  cursor: pointer;

  user-select: none;

  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  
  font-family: 'Bebas Neue', cursive;
  font-weight: 400;
  font-size: 1.1rem;
  margin-top: 1rem;
}

#usp-pdslist-wrapper ul li a span.usp-pdslist-checkstring:hover, .usp-pdslist-wrapper ul li a span.usp-pdslist-checkstring:hover {
  color: black;
  background: var(--color-honikan_dark);
}

.ht-honikan {
  position: relative;
  padding-top: 40px;
  background-color: white;
}
.ht-honikan::before {
  content: '';
  position: absolute;
  top: 0;
  /* top: calc(var(--border-width) * -1); */
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url('/wp-content/themes/honikan/img/honey.webp');
  background-repeat: repeat-x;
  background-size: contain;
  background-position: top center;
  z-index: 10;
  display: none;
}

.ht-honikan h1, .ht-honikan h2 {
  z-index: 25;
  position: relative;
}

.ht-honikan .honikan-list, .product-descr .honikan-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

h2 .accordion-button {
  font-size: 1.25rem;
  width: 100%;
}

ul {
  padding-left: 1rem;
}

ul.honikan-list li {
  list-style-type: '⬡ ';
  padding-left: .5rem;
}

ul.honikan-list li::marker {
  font-size: .75em;
  margin-top: -1rem;
  content: '⬡ ';;
}

.section-end-honeycomb {
  width: 30vw;
}

.ingredient-wrapper, .funfact-wrapper {
  margin-top: 2.5rem;
  margin-bottom: .5rem;
}
.ingredient-img, .funfact-img {
  width: 50vw;
  height: 50vw;
  background-color: white;
  position: relative;
  display: flex;
  display: none !important;
}
.ingredient-img::before, .funfact-img::before {
  content: '';
  background-image: url('/wp-content/themes/honikan/img/hex-point.svg');
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.ingredient-img img, .funfact-img img {
  object-fit: contain;
  position: absolute;
  top: 15%;
  left: 20%;
  width: 60%;
  height: 60%;
}

.accordion-item {
  border-color: black;
  border-radius: 0;
  border-width: var(--border-width-half);
  border-left-width: 0;
  border-right-width: 0;
}
.accordion-item:first-of-type, .accordion-item:first-of-type .accordion-button {

  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:last-of-type, .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

a.anchor {
  display: block;
  position: relative;
  top: -66px;
  visibility: hidden;
}

.product-descr-img img {
  /* float: right; */
  margin-top: -50px;
  margin-right: -25vw;
  width: 75vw;
  shape-outside: polygon(100% 5%, 62% 27%, 35% 28%, 3% 33%, 3% 45%, 31% 65%, 27% 88%, 37% 100%, 45% 87%, 41% 65%, 69% 43%, 100% 20%);
  /* display: none; */
}
@media screen and (min-width: 536px) {
  .product-descr-img {
    display: none;
  }
}

#other-products {
  background-color: white;
}
.static-basic, .static-sign {
  display: flex;
}
.static-basic img, .static-sign img {
  width: 100%;
  padding: 10%;
}

.static-sign {
  color: white;
}


.bg-honikan-blur {
  background-color: rgba(246, 174, 50, .8);
  backdrop-filter: blur(15px) opacity(.9);
}

.btn-honi {
  position: relative;
}
.btn-honi::after {
  /* content: url(/wp-content/themes/honikan/img/honi-pose-1-alt.webp); */
  position: absolute;
  right: 0;
}

h3 a {
  text-decoration: none;
  transition: all .15s;
  display: block;
}
h3 a:hover {
  color: var(--color-honikan);
}
.archive .product-img{
  width:280px;
}
.product-img {
  position: relative;
  height: 280px;
  margin: 0 auto;
}
.product-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 100%;
  width: auto;
  transition: all .3s;
  opacity: 1;
}
.custom-fit{
  height:100%;
  object-fit: cover;
}
@media screen and (min-width: 536px) {
  .product-img img:nth-child(1) {
    z-index: 25;
    opacity: 0;
  }
  .product-img img:nth-child(2) {
    z-index: 50;
  }
  .product-img img:nth-child(3) {
    z-index: 75; 
/*    z-index: 35;*/
    opacity: 0;
  }
  .product-wrapper:hover .product-img img {
    opacity: 1;
  }
  .product-wrapper:hover h3 {
    color: var(--color-honikan)
  }
}

a {
  color: black;
}

a:hover {
  color: var(--color-honikan)
}

.product-container {
  position: relative;
}

.product-container-image {
  height: var(--height-listimage);
  position: absolute;
  width: 100%;
}

.product-container .product-wrapper {}

.product-container .product-wrapper, .product-container .product-wrapper * {
  cursor: pointer;
}

.product-container .product-wrapper>div:not(.product-img):not(.product-tags) {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.product-container .product-wrapper>.product-title {
  margin-top: .5rem;
  height: 105px;
}
.product-container .product-wrapper>.product-title h3 {
  margin-bottom: 0;
  padding-top: 1%;
}
.product-container .product-wrapper>.product-tags {
  height: 65px;
}
.product-container .product-wrapper>div.product-descr:not(.product-img):not(.product-tags) {
  height: 140px;
  align-items: flex-start;
}

.product-container .product-wrapper>.product-cta p {
  width: 100%;
}

.product-container .product-wrapper>.product-cta p {
  margin-bottom: 2rem;
}

.container-fluid .container {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid .container .product-img {
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

@media screen and (min-width: 536px) {
  .product-wrapper.product-honikan-zelki {
    margin-left: auto;
    margin-right: auto;
  }
}

.instagram-wrapper>div {
  min-height: 472px;
}
/* ows start */

.modal__review{
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 600px;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 381px;
  padding: 20px;
  background: white;
  border: var(--border-width) solid var(--border-color);
  z-index:10000;
}
.modal__state{
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 600px;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 381px;
  padding: 20px;
  background: white;
  border: var(--border-width) solid var(--border-color);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index:10000;
}
#reviewsList li {
  list-style: none;
  padding: 20px;
  margin: 0 20px;
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background:white;
  border-top: var(--border-width-half) solid var(--border-color);
 
}
.mainpage.average.review__reviewer--rating{
  margin: 10px 0 25px;
}
.average.review__reviewer--rating{
  text-align: center;
  margin:20px 0;
}
#reviewsList li .review__reviewer--rating input{
  background-color:transparent;
}

#reviewsList li p{
  max-width: 100%;
  overflow-wrap: break-word;
}
#reviewsList li .review__reviewer--comment{
  display: block;
  width: 100%;
  text-align: left;
}
.modal__review input[type='text']{
  border: 1px solid #cbcbcb;
  padding: 15px;
}
.modal__review textarea{
  border: 1px solid #cbcbcb;
  padding: 15px;
}
.average .modal__review--stars-rating {
  --dir: right;
  --fill: var(--color-black);
  --fillbg: rgb(0 0 0 / 37%);
  --heart: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 21.328l-1.453-1.313q-2.484-2.25-3.609-3.328t-2.508-2.672-1.898-2.883-0.516-2.648q0-2.297 1.57-3.891t3.914-1.594q2.719 0 4.5 2.109 1.781-2.109 4.5-2.109 2.344 0 3.914 1.594t1.57 3.891q0 1.828-1.219 3.797t-2.648 3.422-4.664 4.359z"/></svg>');
  --star: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17.25l-6.188 3.75 1.641-7.031-5.438-4.734 7.172-0.609 2.813-6.609 2.813 6.609 7.172 0.609-5.438 4.734 1.641 7.031z"/></svg>');
  --stars: 5;
  --starsize: 3rem;
  --symbol: var(--star);
  --value: 1;
  --w: calc(var(--stars) * var(--starsize));
  --x: calc(100% * (var(--value) / var(--stars)));
  block-size: var(--starsize);
  inline-size: var(--w);
  position: relative;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
   }
.modal__review--stars-rating {
  --dir: right;
  --fill: var(--color-honikan);
  --fillbg: rgb(0 0 0 / 37%);
  --heart: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 21.328l-1.453-1.313q-2.484-2.25-3.609-3.328t-2.508-2.672-1.898-2.883-0.516-2.648q0-2.297 1.57-3.891t3.914-1.594q2.719 0 4.5 2.109 1.781-2.109 4.5-2.109 2.344 0 3.914 1.594t1.57 3.891q0 1.828-1.219 3.797t-2.648 3.422-4.664 4.359z"/></svg>');
  --star: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17.25l-6.188 3.75 1.641-7.031-5.438-4.734 7.172-0.609 2.813-6.609 2.813 6.609 7.172 0.609-5.438 4.734 1.641 7.031z"/></svg>');
  --stars: 5;
  --starsize: 3rem;
  --symbol: var(--star);
  --value: 1;
  --w: calc(var(--stars) * var(--starsize));
  --x: calc(100% * (var(--value) / var(--stars)));
  block-size: var(--starsize);
  inline-size: var(--w);
  position: relative;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-appearance: none;
}
[dir="rtl"] .modal__review--stars-rating {
  --dir: left;
}
.modal__review--stars-rating::-moz-range-track {
  background: linear-gradient(
    to var(--dir),
    var(--fill) 0 var(--x),
    var(--fillbg) 0 var(--x)
  );
  block-size: 100%;
  mask: repeat left center/var(--starsize) var(--symbol);
}
.modal__review--stars-rating::-webkit-slider-runnable-track {
  background: --webkit-gradient(
    linear,
    color-stop(0, var(--fill)),
    color-stop(0, var(--fillbg))
  );
  background: linear-gradient(
    to var(--dir),
    var(--fill) 0 var(--x),
    var(--fillbg) 0 var(--x)
  );
  block-size: 100%;
  mask: repeat left center/var(--starsize) var(--symbol);
  -webkit-mask: repeat left center/var(--starsize) var(--symbol);
}
.modal__review--stars-rating::-moz-range-thumb {
  height: var(--starsize);
  opacity: 0;
  width: var(--starsize);
}
.modal__review--stars-rating::-webkit-slider-thumb {
  height: var(--starsize);
  opacity: 0;
  width: var(--starsize);
  -webkit-appearance: none;
}
.modal__review--stars-rating,
.modal__review--stars-label {
  display: block;
  font-family: ui-sans-serif, system-ui, sans-serif;
}
.modal__review--stars-label {
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
.modal__review .btn{
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
/* NO JS */
.modal__review--stars-rating--nojs::-moz-range-track {
  background: var(--fillbg);
}
.modal__review--stars-rating--nojs::-moz-range-progress {
  background: var(--fill);
  block-size: 100%;
  mask: repeat left center/var(--starsize) var(--star);
}
.modal__review--stars-rating--nojs::-webkit-slider-runnable-track {
  background: var(--fillbg);
}
.modal__review--stars-rating--nojs::-webkit-slider-thumb {
  background-color: var(--fill);
  -webkit-box-shadow: calc(0rem - var(--w)) 0 0 var(--w) var(--fill);
          box-shadow: calc(0rem - var(--w)) 0 0 var(--w) var(--fill);
  opacity: 1;
  width: 1px;
}
[dir="rtl"] .modal__review--stars-rating--nojs::-webkit-slider-thumb {
  -webkit-box-shadow: var(--w) 0 0 var(--w) var(--fill);
          box-shadow: var(--w) 0 0 var(--w) var(--fill);
}
/* ows end */

#products-legal {
  text-align: left;
}
#products-legal h4 {
  margin-bottom: 0;
}
.usp-center-legal10percent-parent {
  /* height: 10vh; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-home-wspieramy h1 {
  font-family: 'Lato', sans-serif;
}


.disclaimer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
}

.page-home .disclaimer {
  position: initial;
}

.lead-manifest {
  font-weight: regular;
}

.bg-beesWouldBeProud {
  
  background-image: linear-gradient(to right, #ffd600, #e79600);
}

@media(min-width:992px){
  .bg-beesWouldBeProud {
    margin-top: 180px;
  }
}

.bg-beesWouldBeProud-footer {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 50px;
  background-repeat: no-repeat;
  background-size: 100% 50%;
  background-position: left 80%;
}

.w-100 {
  width: 100%;
}
@media(min-width:992px){
  #section-1 .bee{
    bottom: 0;
    right: 9%;
    max-height: 500px;
    object-fit: contain;
  }
}
@media(min-width:992px){
  #section-1 .bar{
    height:120px;
  }
}
.section-videobg {
  position: relative;
}
.section-videobg .bg-video {
  width: 100%;
  /* margin-left: -15px; */
  z-index: 50;
}
.section-videobg .bg-video.d-block.d-lg-none {
  aspect-ratio: 23 / 37;
}
/* @media(min-width:992px){
  .page-home-wspieramy .navbar-brand{
    position: absolute;
    top: 83px;
    left: 50%;
    transform: translate(-50%);
  }
} */
.section-videobg-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  pointer-events: none;
}

@media(min-width:992px){
  .position-lg-absolute{
    position: absolute;
  
  }
}
@media(min-width:992px){
  .middle-bee{
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
  
  }
}
.section-videobg-content {
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translate(-50%, 0);
  z-index: 100;
  pointer-events: none;
}

@media(min-width:992px) {
  .section-videobg-content {
    left: initial;
    right: 2%;
    bottom: 2%;
    transform: translate(0, 0);
    display: flex;
    flex-direction: column;
    height: 250px;
    width: 250px;
  }
}

.color-yellow {
  color: var(--color-yellow)
}

.img-honi-negative {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 40%);
  z-index: 100;
  pointer-events: none;
}
.img-honi-negative-right {
  position: absolute;
  right: 0%;
  bottom: 0;
  transform: translate(-30%, 30%);
  z-index: 100;
  pointer-events: none;

}
.createdwith a {
 text-decoration: none;
 border-bottom: solid 1px black;
}

.photo-carousel {
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  scroll-snap-type: x mandatory;
}

.photo-carousel > img {
  scroll-snap-align: center;
  width: 80vw;
  height: 80vw;
  border-right: var(--border-width-half) solid var(--border-color);
}
@media(min-width:992px){
  .photo-carousel > img{
      width: 100%;
      height: 100%;
  }
}
.photo-carousel > img:last-child {
  border-right: none;
}
body.page-home .photo-carousel > img {
  width: 100%;
  max-width: auto;
  height: 70vh;
}
@media(min-width:992px){
  body.page-home .photo-carousel > img {
    width: 100%;
    max-width: auto;
    aspect-ratio: 2.3 / 1;
  }
}
#honikan-logo-wspieramy-desktop {
  position: absolute;
  left: 50%;
  z-index: 150;
  transform: translateX(-50%);
}

#honi-wspieramy-header-desktop {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 150;
  transform: translate(50%,20%);
}

.photo-carousel::after {
  content: '';
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 10px;
  right: 30px;
  background-image: url('/wp-content/themes/honikan/img/wspieramy-pszczoly/scroll-right.webp'), url('/wp-content/themes/honikan/img/wspieramy-pszczoly/scroll-left.webp');
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
}
.photo-carousel::before {
  /* content: ''; */
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 10px;
  right: -30px;
  background-image: url('/wp-content/themes/honikan/img/wspieramy-pszczoly/scroll-right.webp'), url('/wp-content/themes/honikan/img/wspieramy-pszczoly/scroll-left.webp');
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
}

@media(min-width:992px) {
  .custom-overflow::after {
    content: '';
    width: 35px;
    height: 35px;
    position: sticky;
    margin-left: auto;
    display: block;
    bottom: 0;
    right: 0;
    background-image: url('/wp-content/themes/honikan/img/wspieramy-pszczoly/scroll-updown-active.webp');
    /* opacity: .5; */
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media(max-width:992px) {
  main.mt-2 {
    margin-top: 0 !important;
  }
}

#breadcrumbs {
  background-color: white;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: .8rem;
  text-align: left;
  font-family: 'Lato', sans-serif;
}

#breadcrumbs a {
  padding: 0.75rem 0;
  text-decoration: none;
  color: var(--color-black);
  opacity: .6;
  transition: all .3s;
}
#breadcrumbs a:hover {
  color: var(--color-honikan_dark);
  opacity: 1;
}
#breadcrumbs a:after {
  content: none;
}

/* Product wrapper links - black text (for a tags) */
a.product-wrapper {
  color: inherit;
  text-decoration: none;
}
a.product-wrapper:hover,
a.product-wrapper:focus {
  color: inherit;
  text-decoration: none;
}

/* PDS (Point of Distribution System) styles */
.product-pds-links .pds-loading {
  padding: 1rem;
  text-align: center;
}
.product-pds-links .spinner-border {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--color-honikan);
}

/* ========================================
   BLOG STYLES - Honikan Brand
   ======================================== */

/* Blog Header */
.blog-header h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.3px;
  color: #1b2738;
}
.blog-description {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #2f3a4a;
}

/* Blog Card - Honikan style */
.blog-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.blog-card__wrapper {
  border: var(--border-width) solid var(--border-color);
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  background: #fff;
  overflow: hidden;
}
.blog-card:hover {
  transform: translateY(-4px);
}
.blog-card:hover .blog-card__wrapper {
  border-color: var(--color-honikan);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1) !important;
}
.blog-card__link {
  color: inherit;
}
.blog-card__image {
  overflow: hidden;
  border-radius: 0;
}
.blog-card__image img {
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}
.blog-card:hover .blog-card__image img {
  transform: scale(1.05);
}
.blog-card__title {
  font-family: 'Bebas Neue', sans-serif;
  line-height: 1.2;
  font-size: 1.35rem;
  letter-spacing: 0.2px;
  color: #1b2738;
}
.blog-card__excerpt {
  font-size: 1rem;
  line-height: 1.65;
}
.blog-card__readmore {
  color: var(--color-honikan_dark);
  font-size: 0.9rem;
}
.blog-card__readmore:hover {
  color: var(--color-honikan);
}

/* Blog Categories Filter - Carousel z okrągłymi kółkami */
.blog-categories {
  overflow: hidden;
}
.blog-categories__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 180px;
  padding: 10px 0;
}
.blog-categories__carousel {
  flex: 1;
  overflow-x: auto;
  scroll-behavior: smooth;
  justify-content:center;
  display: flex;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 3.5rem; /* miejsce na strzałki overlay */
}
.blog-categories__carousel::-webkit-scrollbar {
  display: none;
}
.blog-categories__list {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  padding: 0.75rem 0;
}
.blog-categories__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: var(--color-black);
  flex-shrink: 0;
  min-width: 130px;
  max-width: 130px;
}
.blog-categories__circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: var(--border-width-half) solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-bottom: 0.75rem;
  transition: all 0.2s ease;
  overflow: hidden;
  flex-shrink: 0;
}
.blog-categories__circle img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.blog-categories__item:hover .blog-categories__circle {
  border-color: var(--color-honikan);
  box-shadow: 0 4px 12px rgba(237, 156, 47, 0.3);
}
.blog-categories__item.is-active .blog-categories__circle {
  border-color: var(--color-honikan);
  background: #fffbf3;
}
.blog-categories__name {
  font-size: 0.9rem;
  font-family: 'Lato', sans-serif;
  text-align: center;
  line-height: 1.3;
  max-width: 130px;
  white-space: normal;
  word-wrap: break-word;
  hyphens: auto;
  min-height: 2.6em;
}
.blog-categories__item.is-active .blog-categories__name {
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 700;
}
.blog-categories__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 2;
  color: var(--color-black);
  border: none;
}
.blog-categories__arrow svg {
  width: 24px;
  height: 24px;
}
.blog-categories__arrow--prev { left: 0; }
.blog-categories__arrow--next { right: 0; }
.blog-categories__arrow:hover {
  background: var(--color-honikan);
}
@media (max-width: 576px) {
  .blog-categories__carousel {
    padding: 0 2.5rem;
  }
  .blog-categories__circle {
    width: 90px;
    height: 90px;
  }
  .blog-categories__circle img {
    width: 56px;
    height: 56px;
  }
  .blog-categories__list {
    gap: 1.4rem;
  }
  .blog-categories__name {
    font-size: 0.95rem;
  }
  .blog-categories__arrow {
    width: 40px;
    height: 40px;
  }
}

/* Blog Sort Dropdown - Honikan style */
.blog-sort-section {
	display: flex;
	justify-content: center;
	margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
	.blog-sort-section {
		justify-content: flex-end;
	}
}
.blog-sort {
	display: inline-block;
}
.blog-sort .dropdown-toggle {
	font-family: 'Bebas Neue', cursive;
	font-size: 1.1rem;
	letter-spacing: 0.5px;
	background-color: transparent;
	border: var(--border-width-half) solid var(--border-color);
	border-radius: 0;
	padding: 0.5rem 1.25rem;
	white-space: nowrap;
	color: var(--color-black);
	transition: all 0.2s ease;
}
.blog-sort .dropdown-toggle:hover,
.blog-sort .dropdown-toggle:focus {
	background-color: var(--color-honikan);
	border-color: var(--border-color);
}
.blog-sort .dropdown-toggle::after {
	margin-left: 0.5rem;
}
.blog-sort .dropdown-menu {
	border: var(--border-width-half) solid var(--border-color);
	border-radius: 0;
	padding: 0;
}
.blog-sort .dropdown-item {
	font-family: 'Lato', sans-serif;
	padding: 0.6rem 1.25rem;
	border-bottom: 1px solid #eee;
}
.blog-sort .dropdown-item:last-child {
	border-bottom: none;
}
.blog-sort .dropdown-item:hover {
	background-color: var(--color-honikan_light);
}
.blog-sort .dropdown-item.active {
	background-color: var(--color-honikan);
	color: var(--color-black);
}

/* Blog Pagination - Honikan style */
.blog-pagination {
	justify-content: center;
}
.blog-pagination .page-link {
	border: var(--border-width) solid var(--border-color);
	border-radius: 0;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 3px;
	color: var(--color-black);
	background-color: transparent;
	font-family: 'Bebas Neue', cursive;
	font-size: 1.1rem;
	transition: all 0.2s ease;
}
.blog-pagination .page-link:hover {
	background-color: var(--color-honikan_light);
	border-color: var(--border-color);
}
.blog-pagination .page-item.active .page-link {
	background-color: var(--color-honikan);
	color: var(--color-black);
	font-weight: bold;
	border-color: var(--border-color);
}
.blog-pagination .page-item.disabled .page-link {
	opacity: 0.4;
}
.blog-pagination .page-link .material-icons {
	font-size: 20px;
}

/* Table of Contents - Modern rounded design */
.toc {
	background: #ECECEC;
	padding: 2rem 1.5rem;
	border-radius: 32px;
	margin: 2rem 0;
}
.toc__title {
	font-size: 2rem;
	font-weight: 700;
	color: var(--color-honikan_dark);
	margin-bottom: 1rem;
	margin-top: 0;
	font-family: 'Bebas Neue', sans-serif;
	letter-spacing: 0.5px;
}
.toc__list {
	list-style: none;
	padding-left: 0;
	margin: 0;
	counter-reset: toc-counter;
}
.toc__list .toc__list {
	padding-left: 1.5rem;
	margin-top: 0.5rem;
}
.toc__item {
	margin-bottom: 0.5rem;
	counter-increment: toc-counter;
}
.toc__item::before {
	content: counters(toc-counter, ".") ". ";
	font-weight: 700;
	color: var(--color-honikan_dark);
}
.toc__link {
	color: var(--color-honikan_dark);
	text-decoration: none;
	line-height: 28px;
	transition: all 0.2s ease;
	display: inline;
}
.toc__link:hover {
	color: var(--color-honikan);
	text-decoration: underline;
}

/* Single Post */
.single-post__featured-image img {
  object-fit: cover;
  max-height: 420px;
  width: 100%;
}
.single-post .entry-content,
.single-post .toc,
.single-post .footnotes,
.single-post .bibliography,
.single-post .post-meta {
  text-align: left;
}
.single-post__header-overlay h1 {
  text-shadow: none;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.2px;
}
.entry-content {
  font-size: 1.1rem;
  line-height: 1.8;
}
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-family: 'Bebas Neue', sans-serif;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.entry-content h2 {
  font-size: 1.75rem;
  padding-bottom: 0;
  border: 0;
}
.entry-content h3 {
  font-size: 1.4rem;
}
.entry-content h4 {
  font-size: 1.2rem;
}
.entry-content a {
  color: var(--color-honikan_dark);
  text-decoration: underline;
}
.entry-content a:hover {
  color: var(--color-honikan);
}
.entry-content blockquote {
  border-left: var(--border-width) solid var(--color-honikan);
  padding-left: 1.5rem;
  margin: 1.5rem 0;
  font-style: italic;
  background-color: #f8f9fa;
  padding: 1rem 1.5rem;
  border-radius: 0;
}
.entry-content ul,
.entry-content ol {
  margin-bottom: 1.5rem;
}
.entry-content li {
  margin-bottom: 0.5rem;
}

/* Post Meta */
.post-meta {
  border-left: var(--border-width) solid var(--color-honikan);
}
.post-meta__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  margin-bottom: 1.25rem;
  color: var(--color-black);
}
.post-meta__value a:hover {
  color: var(--color-honikan_dark) !important;
}

/* Bibliography */
.bibliography {
  border-left: var(--border-width) solid var(--color-honikan);
}
.bibliography__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  margin-bottom: 1.25rem;
  color: var(--color-black);
}
.bibliography__list {
  padding-left: 1.25rem;
}
.bibliography__item {
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Related Posts */
.related-posts {
  border-top: var(--border-width) solid var(--color-honikan);
  background-color: #f8f9fa;
}
.related-posts__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  margin-bottom: 1.5rem;
  color: var(--color-black);
}

/* Archive Hero */
.archive-hero img {
  object-fit: cover;
}
.archive-hero__overlay h1 {
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* Author Archive */
.author-header img {
  border: var(--border-width-half) solid var(--color-honikan);
}

/* Badge Honikan */
.badge.bg-honikan {
  background-color: var(--color-honikan) !important;
  color: var(--color-black);
  border-radius: 0;
  padding: 0.35rem 0.5rem;
  font-weight: 600;
}

/* Text Honikan */
.text-honikan {
  color: var(--color-honikan) !important;
}
.text-honikan-dark {
  color: var(--color-honikan_dark) !important;
}

/* Post meta / bibliografia – płaskie karty i badge */
.post-meta,
.bibliography {
  background: #fff;
  border: var(--border-width) solid var(--border-color);
  border-radius: 0;
  box-shadow: none;
  padding: 1.5rem;
}
.footnotes {
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 1.5rem;
}
.footnotes__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  margin-bottom: 1.25rem;
  color: var(--color-black);
}
.footnotes__list {
  padding-left: 1.2rem;
}
.footnotes__item {
  border-bottom: var(--border-width-quarter) solid #eef2f6;
  padding-bottom: 0.35rem;
}
.footnotes__item:last-child {
  border-bottom: none;
}
.post-meta img {
  border-radius: 0 !important;
  border: var(--border-width-half) solid var(--border-color);
}
.post-meta .badge {
  border-radius: 0;
  font-weight: 600;
  padding: 0.35rem 0.55rem;
}
.post-meta__categories,
.post-meta__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.post-meta .badge.bg-secondary {
  background: #e9eef5;
  color: #1b2738;
  border: var(--border-width-quarter) solid var(--border-color);
}
.bibliography__list {
  padding-left: 1.2rem;
}
.bibliography__item {
  border-bottom: var(--border-width-quarter) solid #eef2f6;
  padding-bottom: 0.5rem;
}
.bibliography__item:last-child {
  border-bottom: none;
}

/* Blog No Posts */
.blog-no-posts .material-icons,
.archive-no-posts .material-icons {
  color: var(--color-honikan);
  opacity: 0.5;
}

/* Smooth scroll for TOC links */
html {
  scroll-behavior: smooth;
}

/* Highlight heading when scrolled to */
.entry-content h2:target,
.entry-content h3:target,
.entry-content h4:target {
  animation: highlight-heading 2s ease;
}
@keyframes highlight-heading {
  0% { background-color: rgba(237, 156, 47, 0.3); }
  100% { background-color: transparent; }
}