/* --- Theme Style
-------------------------------------------------------- */

a,
.content>.video-play:hover span,
.content>.video-play svg,
a svg.icon,
#myBtn:after,
ins,
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce button,
.swiper-pagination-bullet,
.wc-block-mini-cart__button,
svg,
.team-section .wp-block-column,
.wp-block-button__link,
.woocommerce ul.products li.product .button,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.wp-block-post-excerpt__more-link,
.tnp.tnp-subscription .tnp-field input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-fse-pro-header-search svg,
header svg,
.wp-block-social-links a,
.header svg,
.wp-block-search__button,
.wc-block-product-search .wc-block-product-search__button,
.wc-block-components-button:not(.is-link).outlined,
.woocommerce ul.products li.product a h2,
.wp-block-navigation__responsive-container,
.services .wp-block-columns .wp-block-column:not(.section-heading),
.servicess .wp-block-columns .wp-block-column:not(.section-heading),
.wc-block-components-pagination__page,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.wp-block-post-excerpt__more-link,
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
.fse-slider-wrapper .wp-block-image figcaption,
.post-navigation-link__label,
.swiper-pagination span,
.slider-content *,
.wp-block-navigation .wp-block-navigation__submenu-container,
.wp-block-button.is-style-drinkify-lite-button .wp-block-button__link:before,
.wp-block-navigation .wp-block-navigation-item,
.service-section .wp-block-column,
.team-section .wp-block-column figure:before,
.team-section .plus-icon,
.social-lists,
.gallery-section .container--tabs .nav-tabs li a:before,
.wp-block-navigation .has-child .wp-block-navigation__submenu-container,
.wp-block-post-excerpt__more-link:before,
.wp-block-navigation .wp-block-navigation__submenu-container li a:before,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-post-featured-image img {
  @include transition(0.5s ease-in-out);
}

pre {
  background-color: var(--wp--preset--color--secondary);
}

.wp-block-image {
  margin-bottom: 1.5em;
  margin-top: var(--wp--style--block-gap, 2em);
}

.wp-block-columns>.wp-block-column:last-child {
  margin-bottom: 0;
}

body:not(.home) .wp-site-blocks main {
  padding-bottom: var(--wp--custom--spacing--main-block-gap);
  padding-top: var(--wp--custom--spacing--main-block-gap);
}

.wp-block-table,
.wp-block-audio,
.wp-block-pullquote {
  margin-top: var(--wp--style--block-gap);
}

.wp-block-latest-posts li a {
  text-decoration: none;
}

.wp-block-latest-posts.is-grid li {
  margin-bottom: 0;
}

.wp-block-categories__list a,
.wp-block-categories-list a,
.wp-block-archives-list a {
  text-decoration: none;
}

.wp-block-section .wp-block-columns .wp-block-columns {
  margin-bottom: 0;
}

.is-stacked-on-mobile .wp-block-media-text__media {
  margin-bottom: 28px;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}

body.page-template-blank .wp-site-blocks main {
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}

/* --- WP Block Site title Style
-------------------------------------------------------- */

.wp-block-site-title {

  a {
    text-decoration: none;
  }
}


/* --- WP Block Navigation Main
-------------------------------------------------------- */

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
  text-decoration: none;
}

.wp-block-buttons-header .wp-block-buttons .wp-block-button .wp-block-button__link {
  margin-top: 0;
}

.wp-block-group .header .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-container {
  padding: 7px 10px;

  .wp-block-navigation-item a {
    position: relative;

    &:before {
      content: "";
      height: 1px;
      left: 0;
      position: absolute;
      top: 50%;
      right: auto;
      @include transform(translateY(-50%));
      width: 0;
    }

    &:hover {
      @include transform(translateX(10px));

      &:before {
        width: 9px;
      }
    }
  }
}

.wp-block-group .header .wp-block-navigation .wp-block-navigation__container .wp-block-navigation__submenu-container .wp-block-navigation-item.current-menu-item a:before {
  width: 9px;
}

.wp-block-navigation__submenu-container .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content {
  transform: translateX(10px);
  -webki-ttransform: translateX(10px);
  -moz-transform: translateX(10px);
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  border: 0;
}

.wp-block-navigation .wp-block-navigation__submenu-container a {
  font-weight: var(--wp--custom--typography--font-weight--normal);
  text-transform: capitalize;
}

.wp-block-centered-menu .wp-block-navigation {
  text-align: center;
}

/* --- WP Block Button
-------------------------------------------------------- */

.comment-reply-title {
  font-family: var(--wp--preset--font-family--playfair-display);
  font-size: var(--wp--preset--font-size--normal);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  margin-top: 0;
}

.comment-content,
.comment-metadata,
.reply {
  padding-left: clamp(82px, 8vw, 128px);
}

.comment-metadata {
  font-size: var(--wp--preset--font-size--tiny);
}

.wp-block-post-comments .commentlist .depth-1.parent {
  padding-left: 0;
}

.wp-block-post-comments {
  input[type="submit"] {
    border: 0;
    margin-top: clamp(18px, 3.5vw, 24px);

    &:focus,
    &:hover {
      outline-color: transparent;
    }
  }
}

.wp-block-tnp-minimal {
  margin: 0 !important;
  padding: 0 !important;
}

.is-style-outline>.wp-block-button__link:not(.has-text-color),
.tnp.tnp-subscription .tnp-field input[type="submit"] {
  border-radius: 0;
  border: 1px solid;
  overflow: hidden;
  position: relative;
}

.wp-block-button.is-style-outline>.wp-block-button__link,
.wp-block-button .wp-block-button__link.is-style-outline,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.tnp.tnp-subscription .tnp-field input[type="submit"] {
  padding-top: 0.7rem;
  padding-right: 1.75rem;
  padding-bottom: 0.7rem;
  padding-left: 1.75rem;
}

.wp-block-button:not(.is-style-drinkify-lite-button).is-style-outline>.wp-block-button__link:not(.has-text-color):hover,
.wp-block-button:not(.is-style-drinkify-lite-button).is-style-outline>.wp-block-button__link:not(.has-text-color):focus {
  border-color: transparent;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  letter-spacing: 0.88px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}

.wp-block-query-pagination-previous,
.wp-block-post-excerpt__more-link,
.wp-block-query-pagination-next,
.tnp.tnp-subscription .tnp-field input[type="submit"] {
  cursor: pointer;
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}

.wp-block-post-excerpt__more-link {
  text-transform: capitalize;
}

.contact-section.wp-block-section {
  padding-bottom: 0;
}

.header-light .wp-block-button__link:hover,
.header-light .wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus {
  &:after {
    outline-color: transparent;
  }
}

/* --- WP Block Query Pagination
-------------------------------------------------------- */

.wp-block-query-pagination>.wp-block-query-pagination-numbers {
  @include flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px
}

.wp-block-query-pagination-numbers .page-numbers {
  box-sizing: border-box;
  @include border(5px);
  @include flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--upper-heading);
  height: 40px;
  text-decoration: none;
  text-align: center;
  width: 40px;
}

.wp-block-query-pagination-numbers .page-numbers:not(.dots):hover,
.wp-block-query-pagination-numbers .page-numbers:not(.dots):focus,
.wp-block-query-pagination-numbers .page-numbers:not(.dots).current {
  color: var(--wp--preset--color--color-light);
}

/* --- WP Block Post Terms( WP Block Post Meta)
-------------------------------------------------------- */

.taxonomy-category.wp-block-post-terms>a,
.taxonomy-post_tag.wp-block-post-terms>a,
.wp-block-post-date a {
  font-size: var(--wp--preset--font-size--tiny);
  text-decoration: none;
  text-transform: capitalize;
}

.single .taxonomy-category.wp-block-post-terms>a,
.single .taxonomy-post_tag.wp-block-post-terms>a {
  color: var(--wp--preset--color--secondary-text-color);
  border: 0.5px solid;
  display: inline-block;
  font-size: 12px;
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 0.65rem 0.85rem;
  text-transform: capitalize;

  &:hover,
  &:focus {
    border-color: transparent;
  }
}

.single .taxonomy-category.wp-block-post-terms>.wp-block-post-terms__separator,
.single .taxonomy-post_tag.wp-block-post-terms>.wp-block-post-terms__separator {
  display: none;
}

/* --- WP Block Post Navigation Link
-------------------------------------------------------- */

.wp-block-post-navigation-link .post-navigation-link__label {
  display: block;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--typography--font-weight--regular);
  font-family: var(--wp--preset--font-family--playfair-display);
  line-height: var(--wp--custom--typography--line-height--extra-small);
  margin-bottom: clamp(10px, 3vw, 17px);
  text-transform: uppercase;

  svg {
    width: 7px;
  }
}

.post-navigation-link-next {
  margin-top: 21px;
}

.wp-block-post-navigation-link a {
  text-decoration: none;
}

/* --- WP Block Post Template(wp-block-post)
-------------------------------------------------------- */

.wp-block-post-title {
  a {
    text-decoration: none;
  }
}

.wp-block-post-template .wp-block-post-meta>* {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

svg.icon {
  fill: var(--wp--preset--color--body-text);
  height: 14px;
  margin-right: 7px;
  position: relative;
  top: 2px;
  width: 14px;
}

svg.icon.icon-user {
  top: 0;
}

.wp-block-post-navigation-link {
  svg.icon {
    display: none;
  }
}

.post-navigation-link-next svg.icon {
  padding-left: 7px;
}

.post-navigation-link-previous svg.icon {
  padding-right: 7px;
}

a svg.icon {
  fill: var(--wp--preset--color--foreground);
}

.wp-block-post-excerpt>*:last-child {
  margin-bottom: 0;
}

.wp-block-post-template>li:not(:last-child) {
  margin-bottom: var(--wp--custom--spacing--wp-comment-horizontal);
}

.wp-block-post-featured-image {
  overflow: hidden;
}

.wp-block-post-featured-image:hover img {
  transform: scale(1.05);
}

.wp-block-post-comments ul,
.wp-block-post-comments ol {
  list-style-type: none;
  padding: 0;
}

.wp-block-drinkify-lite-featured-content .wp-block-image,
.wp-block-drinkify-lite-featured-content {
  .wp-block-image {
    position: relative;

    &:before {
      position: absolute;
      top: 0;
      left: -75%;
      z-index: 2;
      display: block;
      content: "";
      width: 50%;
      height: 100%;
      background: -webkit-linear-gradient(left,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 0.3) 100%);
      background: linear-gradient(to right,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 0.3) 100%);
      -webkit-transform: skewX(-25deg);
      transform: skewX(-25deg);
    }

    &:hover:before {
      -webkit-animation: shine 0.75s;
      animation: shine 0.75s;
    }
  }
}

figure.wp-block-post-featured-image {
  position: relative;

  &:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    filter: blur(2px);
  }

  &:hover:before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.wp-block-post-author {
  text-transform: capitalize;
}

/* --- WP Block Quote
-------------------------------------------------------- */

.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
  text-align: left;
}

.wp-block-quote.has-text-align-left.is-style-large cite,
.wp-block-quote.has-text-align-left.is-style-large footer,
.wp-block-quote.has-text-align-left.is-large cite,
.wp-block-quote.has-text-align-left.is-large footer {
  text-align: left;
}

.wp-block-quote.has-text-align-right.is-style-large cite,
.wp-block-quote.has-text-align-right.is-style-large footer,
.wp-block-quote.has-text-align-right.is-large cite,
.wp-block-quote.has-text-align-right.is-large footer {
  text-align: right;
}

.wp-block-quote.has-text-align-center.is-style-large cite,
.wp-block-quote.has-text-align-center.is-style-large footer,
.wp-block-quote.has-text-align-center.is-large cite,
.wp-block-quote.has-text-align-center.is-large footer {
  text-align: center;
}

.wp-block-quote.is-style-plain,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
  padding: 0;
}

.wp-block-quote.is-style-large p,
.wp-block-quote p,
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.has-text-align-left p,
.wp-block-pullquote.has-text-align-right p,
.wp-block-quote.is-large p {
  font-size: var(--wp--preset--font-size--content-heading);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  font-family: var(--wp--preset--font-family--playfair-display);
}

.wp-block-quote cite,
.wp-block-pullquote cite,
.wp-block-quote footer,
.wp-block-quote.is-style-large cite {
  font-weight: var(--wp--custom--typography--font-weight--bold);
  font-size: var(--wp--preset--font-size--medium);
}

/* --- WP Block Table
-------------------------------------------------------- */

.wp-block-table.is-style-stripes tbody tr:nth-child(2n + 1) {
  background-color: var(--wp--preset--color--secondary-bg-color);
}

.wp-block-table.is-style-stripes {
  border-bottom: 0;
}

.wp-block-table.is-style-stripes thead {
  border: 0;
  color: var(--wp--preset--color--color-light);
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  padding: 0.5em 1.4em;
}

.wp-block-table.is-style-stripe th:not(.has-text-align-left):not(.has-text-align-right):not(.has-text-align-center) {
  text-align: left;
}

/* --- WP Block Search
-------------------------------------------------------- */

.wp-block-search {
  background-color: transparent;
  border-radius: 45px;
  padding: 7px;

  .wp-block-search__inside-wrapper,
  &.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 0;

    .wp-block-search__input {
      padding: 0 20px;
      height: 60px;

      &:focus {
        outline: none;
      }
    }

    .wp-block-search__button {
      cursor: pointer;
      margin: 0;
      height: auto;
      @include flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }
}

.wp-block-search__no-button.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  border-radius: 45px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  border-radius: 45px 0 0 45px;
}

/* --- WP Block Form and Input Fields
-------------------------------------------------------- */

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--border-color);
  box-sizing: border-box;
  color: var(--wp--preset--color--body-text);
  font-size: var(--wp--preset--font-size--upper-heading);
  font-weight: var(--wp--custom--typography--font-weight--normal);
  line-height: var(--wp--custom--typography--line-height--heading-six);
  padding: calc(0.667em + 2px);
  outline: none;
  width: 100%;

  &:is(:focus) {
    background-color: transparent;
  }
}

.wp-block-post-comments input:not([type="submit"]) {
  border: 1px solid transparent;
  background-color: var(--wp--preset--color--foreground);
}

.wp-block-post-comments textarea {
  border: 1px solid transparent;
  background-color: var(--wp--preset--color--foreground);
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  &:focus {
    border-color: var(--wp--preset--color--hover-color);
    box-shadow: none;
  }
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  padding: 10px 20px;
}

/* --- WP Block Embed
-------------------------------------------------------- */

.wp-block-embed {
  margin-top: var(--wp--style--block-gap);
}

/* --- WP Block Image
-------------------------------------------------------- */

.wp-block-image .alignleft {
  margin-right: 2em;
}

.wp-block-image .alignright {
  margin-left: 2em;
}

/* --- Block Widget
-------------------------------------------------------- */

.wp-block-widget-area * {
  font-size: var(--wp--preset--font-size--upper-heading);
  font-weight: var(--wp--custom--typography--font-weight--normal);
  font-family: var(--wp--preset--font-family--lato);
  line-height: var(--wp--custom--typography--line-height--heading-six);
}

.wp-block-widget-area a {
  text-decoration: none;
}

.wp-block-widget-area h2 {
  font-weight: var(--wp--custom--typography--font-weight--bold);
  text-transform: capitalize;
  line-height: var(--wp--custom--typography--line-height--paragraph);
}

.wp-block-post-excerpt__more-text {
  margin-top: 1.05rem;
}

.wp-block-tag-cloud>a {
  display: inline-block;
  margin-bottom: 7px;
  padding: 4px 14px;
  text-decoration: none;
}

.wp-block-widget-area ul {
  list-style: none;
  padding-left: 0;
}

ul.wp-block-categories-list.wp-block-categories li:not(:last-child) {
  border-bottom: 1px solid var(--wp--preset--color--border-color);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.wp-block-widget-area li {
  margin-bottom: 14px;
}

.wp-block-widget-area li:before,
.wp-block-widget-area li:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.wp-block-widget-area li:after {
  clear: both;
}

.wp-block-sidebar .wp-block-archives-list>li,
.wp-block-sidebar .wp-block-categories-list>li {
  text-align: right;
  position: relative;
}

.about .is-style-outline>.wp-block-button__link:not(.has-text-color) {
  @include border(8px);
}

.wp-block-archives-list>li>a,
.wp-block-categories-list>li>a {
  float: left;
}

ul.wp-block-archives,
.wp-block-categories {
  padding-left: 1em;
}

/* --- Block Widget Sidebar
-------------------------------------------------------- */

.wp-block-sidebar>*:not(:last-child) {
  margin-bottom: var(--wp--custom--spacing--wp-block-sidebar-widget);
}

.wp-block-sidebar>* h2 {
  margin-bottom: 14px;
  padding-bottom: 14px;
}

.wp-block-sidebar .wp-block-latest-posts__list>li:not(:last-child) {
  border-bottom: 1px solid;
  margin-bottom: 21px;
  padding-bottom: 21px;
}

.wp-block-widget-area .wp-block-latest-posts__list>li>a {
  font-weight: var(--wp--custom--typography--font-weight--bold);
}

.wp-block-sidebar .wp-block-latest-posts__post-excerpt {
  padding-left: 75px;
}

.wp-block-widget-area .wp-block-latest-posts__post-author,
.wp-block-widget-area .wp-block-latest-posts__post-date {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.62;
  margin-top: 5px;
}

/* --- Block Widget Footer
-------------------------------------------------------- */

.wp-block-footer-widget-area-columns {
  margin-bottom: 0;
  padding-bottom: var(--wp--custom--spacing--wp-footer-vertical);
  padding-top: var(--wp--custom--spacing--wp-footer-vertical);
}

.wp-block-footer.wp-block-site-generator {
  font-size: var(--wp--preset--font-size--extra-small);
  margin-top: 0;
  padding-bottom: 28px;
  padding-top: 28px;
  position: relative;

  &:before {
    content: "";
    background: var(--wp--preset--color--dark-color);
    height: 1px;
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.wp-block-footer.wp-block-site-generator a {
  text-decoration: none;
}

.wp-block-footer .wp-block-widget:not(:last-child),
.wp-block-footer .wp-block-widget>*:not(:last-child),
.wp-block-footer .wp-block-latest-posts__list>li:not(:last-child) {
  margin-bottom: var(--wp--custom--spacing--extra-small);
}

.wp-block-widget-area .wp-block-widget figure {
  line-height: 0;
  margin-bottom: 0;
}

/* --- WP Block Sections
-------------------------------------------------------- */

body .wp-block-section {
  margin-block-start: 0;
  padding-bottom: var(--wp--custom--spacing--section-block-bottom);
  padding-top: var(--wp--custom--spacing--section-block-top);
  z-index: 2;
}

/* --- Drop Cap
-------------------------------------------------------- */

.has-drop-cap:not(:focus)::first-letter {
  color: var(--wp--preset--color--title-color);
  font-weight: var(--wp--custom--typography--font-weight--bold);
  font-size: 5em;
  margin: 0.15em 0.15em 0 -0.07em;
}

/* --- WP Block Image
-------------------------------------------------------- */

.wp-block-image figure.alignright,
.wp-block-image figure.alignleft,
.wp-block[data-align="left"] .wp-block-image,
.wp-block[data-align="right"] .wp-block-image,
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block[data-align="left"]>.wp-block-pullquote,
.wp-block[data-align="right"]>.wp-block-pullquote,
[data-align="left"]>.wp-block-cover,
[data-align="right"]>.wp-block-cover,
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align="left"]>.wp-block-embed,
.wp-block[data-align="right"]>.wp-block-embed {
  max-width: 390px;
  width: 100%;
}

.wp-block-cover.alignleft,
[data-align="left"]>.wp-block-cover,
.wp-block-embed.alignleft,
.wp-block[data-align="left"]>.wp-block-embed {
  margin-right: 2em !important;
  margin-bottom: 1.5em;
}

.wp-block-cover.alignright,
[data-align="right"]>.wp-block-cover,
.wp-block-embed.alignright,
.wp-block[data-align="right"]>.wp-block-embed {
  margin-left: 2em !important;
  margin-bottom: 1.5em;
}

/* --- WP Block Code
-------------------------------------------------------- */

.wp-block-code>code {
  border-color: var(--wp--preset--color--border-color);
}

/* --- WP Block Firgcaption
-------------------------------------------------------- */

.wp-site-blocks figure figcaption,
figure figcaption {
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  font-style: italic;
}

/* --- WP Block Calendar
-------------------------------------------------------- */

.wp-block-calendar table th {
  border-color: var(--wp--preset--color--border-color);
  background-color: var(--wp--preset--color--secondary);
}

.wp-block-calendar th,
.wp-block-calendar tbody td {
  border-color: var(--wp--preset--color--border-color);
}

.wp-block-calendar tbody td#today {
  color: var(--wp--preset--color--color-light);
  font-weight: var(--wp--custom--typography--font-weight--semi-bold);
}

.wp-block-calendar table caption {
  color: var(--wp--preset--color--color-light);
  margin-bottom: 7px;
}

/* --- WP Block Slider
-------------------------------------------------------- */

.wp-block-group.section-heading {
  margin-bottom: var(--wp--custom--spacing--section-heading-gap);
  position: relative;
  z-index: 1;

  p {
    text-transform: uppercase;
    font-size: var(--wp--preset--font-size--medium);
    font-weight: var(--wp--custom--typography--font-weight--bold);
  }

  .wp-block-separator {
    background-color: var(--wp--preset--color--tertiary);
  }
}

.header .wp-block-columns {
  padding-left: var(--wp--custom--spacing--outer);
  padding-right: var(--wp--custom--spacing--outer);
}

.wp-block-categories a,
.wp-block-archives a {
  font-size: var(--wp--preset--font-size--medium);
}

.wp-site-blocks main {
  margin-top: 0;
}

header+main,
main.site-main {
  position: relative;
  z-index: 1;
}

.entry-breadcrumbs {
  span.breadcrumb {
    span {
      color: var(--wp--preset--color--dark-color);
      text-decoration: none;
      font-size: var(--wp--preset--font-size--extra-small);
    }

    a {
      color: var(--wp--preset--color--dark-color);
      text-decoration: none;
      font-size: var(--wp--preset--font-size--extra-small);
    }
  }
}

.banner .wp-block-cover__inner-container {
  text-align: center;

  p {
    color: var(--wp--preset--color--dark-color);
  }
}

footer.wp-block-latest-comments__comment-meta a {
  text-decoration: none;
}

.wp-block-latest-comments__comment-excerpt {
  margin-top: 14px;
}

.wp-block-post-comments.is-style-drinkify-lite-post-comments .commentlist>li:last-child>article,
.wp-block-post-comments.is-style-drinkify-lite-post-comments .commentlist>li:last-child>article {
  border-bottom: 0;
}

.wp-block-group.banner-without-bg {
  padding-top: var(--wp--custom--spacing--section-block-top);
}

.nav-row .social-container .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  font-size: 20px;
}

[class*="wp-container-"]>.wp-block-group,
.home [class*="wp-container-"]>.wp-block-cover,
[class*="wp-container-"]>.entry-content {
  margin-top: 0;
}

.wp-block-categories-list,
.wp-block-archives-list {
  text-align: right;

  li {
    font-size: var(--wp--preset--font-size--medium);
  }
}

ins {
  text-decoration: none;
}

.contact-section .wp-block-cover__inner-container {
  text-align: center;
}

.is-content-justification-left.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
  @include transform(rotate(-90deg));
}

// CSS IF THERE IF PRODUCT SEARCH POPUP

.search-product .wp-block-search__inside-wrapper {
  max-width: 550px;
}

.header {
  .dummy-icon .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: 0;
    background-color: transparent;

    &:hover,
    &:focus {
      background-color: transparent;
    }
  }
}

.dummy-icon input {
  display: none;
}

.search-toggle {
  height: 100%;
  overflow: hidden;

  .dummy-icon {
    z-index: 9;

    .wp-block-search__button {
      position: relative;
      @include transition(none);

      svg {
        visibility: hidden;
        transition: none;
      }
    }

    .wp-block-search__button:after {
      content: "\00d7";
      font-size: 2rem;
      left: 50%;
      position: absolute;
      top: 50%;
      @include transform(translate(-50%, -50%))
    }
  }

  .wp-block-search__button {
    z-index: 1;
  }

  .search-product {
    opacity: 1;
    visibility: visible;
    @include transition(transform 0.5s ease-in-out);

    input[type="search"] {
      border: 0;
      @include border(5px);
      background-color: var(--wp--preset--color--secondary-bg-color);
      opacity: 1;
      position: relative;
      visibility: visible;
    }
  }
}


.search-product {
  opacity: 0;
  visibility: hidden;
  @include transform(translateY(-54%));
  @include transition(transform 0.5s ease-in-out);
  @include border(0);
  left: 0;
  height: 100px;
  background-color: var(--wp--preset--color--foreground);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  align-items: center;
  left: 0;
  justify-content: center;
  gap: 0.75rem;
  position: fixed;
  padding: 2rem;
  box-sizing: border-box;
  bottom: 0;
  width: 100%;
  z-index: 3;
}

.admin-bar .search-product {
  margin-top: 46px;
}

.banner .wp-block-cover,
.banner .wp-block-cover-image {
  min-height: 200px;
}

.wp-mobile-icon-menu .wp-block-drinkify-header-search .wp-block-search {
  padding: 0;
}

.right-section.wp-mobile-icon-menu .wp-block-woocommerce-customer-account {
  display: block;
}

.entry-content .wp-block-section:nth-child(2n-1).wp-mobile-icon-menu,
.entry-content .wp-block-section.wp-mobile-icon-menu {
  width: auto;
}