:root {
  --border-color: #000000;
  --border-width: 5px;
  --border-width-half: calc(var(--border-width) / 2);
  --height-listimage: 250px;
  --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;
}

.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;
}
.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(/assets/img/honeycomb.webp);
  background-size: contain;
}
.bg-honikan-honey {
  background-image: url(/assets/img/bg-honey-bubbles.webp);
  background-size: cover;
  background-position: center center;
}
.bg-honikan-bubbles, .bg-honikan-bubbles-mobile {
  background-image: url('/assets/img/bg-honikan-hex-vertical.webp') !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (min-width: 536px) {
  .bg-honikan-bubbles {
    background-image: url('/assets/img/bg-honikan-hex-horizontal.webp') !important;
  }
  .bg-honikan-bubbles-mobile {
    background-image: none !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: 3rem;
  padding-bottom: 3rem;
  font-size: 1.25rem;
  color: black;
}

@media screen and (min-width: 769px){
  .nav-link {
    padding-top: var(--bs-nav-link-padding-y);
    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('/assets/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('/assets/img/icon-download-honikan.svg');
}

.btn-instagram::after {
  background-image: url('/assets/img/icon-instagram.svg');
}

.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;
  }
}

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;
}

#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%;
}

#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 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-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('/assets/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('/assets/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(/assets/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);
}

.product-img {
  position: relative;
  height: var(--height-listimage);

}
.product-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 100%;
  width: auto;
  transition: all .3s;
  opacity: 1;
}
@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;
}
.product-container .product-wrapper>.product-title {
  margin-top: .5rem;
  height: 65px;
}
.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-immuno {
    margin-left: auto;
    margin-right: auto;
  }
}

.instagram-wrapper>div {
  min-height: 472px;
}