*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: "wght" 400; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  --container-max-width: 1280px;
  --gap: 0.5rem;
  --vh: 1vh;
}

@media (min-width: 768px) {

  :root {
    --gap: 1.5rem;
  }
}

@media (min-width: 1024px) {

  :root {
    --gap: 2rem;
  }
}

@media (min-width: 0px) {

  :root {
    --padding-px: 12px;
  }
}

@media (min-width: 375px) {

  :root {
    --padding-px: 18px;
  }
}

@media (min-width: 576px) {

  :root {
    --padding-px: 32px;
  }
}

@media (min-width: 768px) {

  :root {
    --padding-px: 46px;
  }
}

@media (min-width: 991px) {

  :root {
    --padding-px: 50px;
  }
}

@media (min-width: 1024px) {

  :root {
    --padding-px: 70px;
  }
}

@media (min-width: 1200px) {

  :root {
    --padding-px: 70px;
  }
}

@media (min-width: 1536px) {

  :root {
    --padding-px: 70px;
  }
}
/* html & body */
html,
* {
  box-sizing: border-box !important;
}
html,
* {
  scroll-behavior: smooth;
}
body {
  position: relative;
  margin: 0px;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden;
}
body.small-page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
html,
body {
  height: 100%;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
.site {
  display: flex;
  flex-direction: column;
}
main {
  flex: 1 1 auto;
}
/* All */
*,
*::before,
*::after {
  box-sizing: inherit;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
a {
  color: currentColor;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.3s ease;
 }
a:hover {
  color: currentColor;
  -webkit-text-decoration: none;
  text-decoration: none;
}
input {
  border-style: none;
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
img {
  display: block;
}
b,
strong {
  font-family: 'WorkSans-Bold';
}
ul {
  list-style: none;
}
.my-form .form-wrapper input:focus::-moz-placeholder, .my-form input:focus::-moz-placeholder {
  color: transparent !important;
}
.my-form .form-wrapper input:focus::placeholder,
.my-form input:focus::placeholder {
  color: transparent !important;
}
/*===== 96px =====*/
.mt96 {
  margin-top: 50px;
}
@media (min-width: 576px) {

  .mt96 {
    margin-top: 6rem;
  }
}
.mb96 {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {

  .mb96 {
    margin-bottom: 6rem;
  }
}
.pt96 {
  padding-top: 3rem;
}
@media (min-width: 768px) {

  .pt96 {
    padding-top: 6rem;
  }
}
.banner_produt.pt96 {
  padding-top: 0px;
}
@media (min-width: 576px) {

  .banner_produt.pt96 {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {

  .banner_produt.pt96 {
    padding-top: 6rem;
  }
}
.pb96 {
  padding-bottom: 50px;
}
@media (min-width: 576px) {

  .pb96 {
    padding-bottom: 6rem;
  }
}
/*===== 48px =====*/
.mt48 {
  margin-top: 3rem;
}
.mb48 {
  margin-bottom: 3rem;
}
.pt48 {
  padding-top: 3rem;
}
.pb48 {
  padding-bottom: 3rem;
}
/*===== 24px =====*/
.mt24 {
  margin-top: 1.5rem;
}
.mb24 {
  margin-bottom: 1.5rem;
}
.pt24 {
  padding-top: 1.5rem;
}
.pb24 {
  padding-bottom: 1.5rem;
}
/*===== 12px =====*/
.mt12 {
  margin-top: 0.75rem;
}
.mb12 {
  margin-bottom: 0.75rem;
}
.pt12 {
  padding-top: 0.75rem;
}
.pb12 {
  padding-bottom: 0.75rem;
}
.img-wrapper {
  overflow: hidden;

}
.video-holder {
  height: 0;
  padding-top: 56.75%;
  position: relative;
}
.video-holder .video-player, .video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.img-wrapper {
  overflow: hidden;
}
.bg-full {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.background .img-wrapper {
  height: 100%;
  width: 100%;
}
.background .img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
._block .content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
/* @font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Poppins-Regular.ttf') format('truetype'),
       url('../fonts/Poppins-Regular.woff') format('woff'),
       url('../fonts/Poppins-Regular.woff2') format('woff2');
}
 */
@font-face {
  font-family: 'MedoPujsi';
  src: url("/wp-content/themes/humanfrog/fonts/MedoPujsi.eot"); /* IE9 Compat Modes */
  src: url("/wp-content/themes/humanfrog/fonts/MedoPujsi.woff2") format('woff2'),
    url("/wp-content/themes/humanfrog/fonts/MedoPujsi.woff") format('woff'),
    url("/wp-content/themes/humanfrog/fonts/MedoPujsi.ttf") format("truetype"),
    url("/wp-content/themes/humanfrog/fonts/MedoPujsi.eot?#iefix") format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PatrickHand';
  src: url("/wp-content/themes/humanfrog/fonts/PatrickHand-Regular.eot"); /* IE9 Compat Modes */
  src: url("/wp-content/themes/humanfrog/fonts/PatrickHand-Regular.woff2") format('woff2'),
    url("/wp-content/themes/humanfrog/fonts/PatrickHand-Regular.woff") format('woff'),
    url("/wp-content/themes/humanfrog/fonts/PatrickHand-Regular.ttf") format("truetype"),
    url("/wp-content/themes/humanfrog/fonts/PatrickHand-Regular.eot?#iefix") format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PatrickHandSC';
  src: url("/wp-content/themes/humanfrog/fonts/PatrickHandSC-Regular.eot"); /* IE9 Compat Modes */
  src: url("/wp-content/themes/humanfrog/fonts/PatrickHandSC-Regular.woff2") format('woff2'),
    url("/wp-content/themes/humanfrog/fonts/PatrickHandSC-Regular.woff") format('woff'),
    url("/wp-content/themes/humanfrog/fonts/PatrickHandSC-Regular.ttf") format("truetype"),
    url("/wp-content/themes/humanfrog/fonts/PatrickHandSC-Regular.eot?#iefix") format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'medo_ico';
  src:  url('/wp-content/themes/humanfrog/fonts/medo_ico.eot');
  src:  url('/wp-content/themes/humanfrog/fonts/medo_ico.eot') format('embedded-opentype'),
    url('/wp-content/themes/humanfrog/fonts/medo_ico.ttf') format('truetype'),
    url('/wp-content/themes/humanfrog/fonts/medo_ico.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* purgecss start ignore */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'medo_ico' !important;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

   /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Shopicons_Light_Adjust:before {
  content: "\e900";
}
.icon-Shopicons_Light_AngleDoubleLeft:before {
  content: "\e901";
}
.icon-Shopicons_Light_AngleDoubleLeftSmall:before {
  content: "\e902";
}
.icon-Shopicons_Light_AngleDoubleRight:before {
  content: "\e903";
}
.icon-Shopicons_Light_AngleDoubleRightSmall:before {
  content: "\e904";
}
.icon-Shopicons_Light_ArrowBack:before {
  content: "\e905";
}
.icon-Shopicons_Light_ArrowDown:before {
  content: "\e906";
}
.icon-Shopicons_Light_Account:before {
  content: "\e907";
}
.icon-Shopicons_Light_Voucher:before {
  content: "\e908";
}
.icon-Shopicons_Light_Wallet:before {
  content: "\e909";
}
.icon-Shopicons_Light_Warning:before {
  content: "\e90a";
}
.icon-Shopicons_Light_Wind:before {
  content: "\e90b";
}
.icon-Shopicons_Light_Wine:before {
  content: "\e90c";
}
.icon-Shopicons_Light_WLan:before {
  content: "\e90d";
}
.icon-Shopicons_Light_World:before {
  content: "\e90e";
}
.icon-Shopicons_Light_ZoomIn1:before {
  content: "\e90f";
}
.icon-Shopicons_Light_ZoomIn2:before {
  content: "\e910";
}
.icon-Shopicons_Light_ZoomOut1:before {
  content: "\e911";
}
.icon-Shopicons_Light_ZoomOut2:before {
  content: "\e912";
}
.icon-Shopicons_Light_ThreeDotsHorizontal:before {
  content: "\e913";
}
.icon-Shopicons_Light_ThumbsUp:before {
  content: "\e914";
}
.icon-Shopicons_Light_Tornado:before {
  content: "\e915";
}
.icon-Shopicons_Light_Trash:before {
  content: "\e916";
}
.icon-Shopicons_Light_TShirt:before {
  content: "\e917";
}
.icon-Shopicons_Light_Umbrella:before {
  content: "\e918";
}
.icon-Shopicons_Light_Undo:before {
  content: "\e919";
}
.icon-Shopicons_Light_Upload:before {
  content: "\e91a";
}
.icon-Shopicons_Light_VideoCamera:before {
  content: "\e91b";
}
.icon-Shopicons_Light_VolumeDown:before {
  content: "\e91c";
}
.icon-Shopicons_Light_VolumeMute:before {
  content: "\e91d";
}
.icon-Shopicons_Light_VolumeUp:before {
  content: "\e91e";
}
.icon-Shopicons_Light_Star:before {
  content: "\e91f";
}
.icon-Shopicons_Light_Stars:before {
  content: "\e920";
}
.icon-Shopicons_Light_StayAtHome:before {
  content: "\e921";
}
.icon-Shopicons_Light_Store:before {
  content: "\e922";
}
.icon-Shopicons_Light_Storm:before {
  content: "\e923";
}
.icon-Shopicons_Light_Stove:before {
  content: "\e924";
}
.icon-Shopicons_Light_Sun:before {
  content: "\e925";
}
.icon-Shopicons_Light_Sunset:before {
  content: "\e926";
}
.icon-Shopicons_Light_Temperature2:before {
  content: "\e927";
}
.icon-Shopicons_Light_TemperatureHigh:before {
  content: "\e928";
}
.icon-Shopicons_Light_TemperatureLow:before {
  content: "\e929";
}
.icon-Shopicons_Light_ThermometerHalf:before {
  content: "\e92a";
}
.icon-Shopicons_Light_Share:before {
  content: "\e92b";
}
.icon-Shopicons_Light_Shield:before {
  content: "\e92c";
}
.icon-Shopicons_Light_Show:before {
  content: "\e92d";
}
.icon-Shopicons_Light_SmileyNegative:before {
  content: "\e92e";
}
.icon-Shopicons_Light_SmileyNeutral:before {
  content: "\e92f";
}
.icon-Shopicons_Light_SmileyPositive:before {
  content: "\e930";
}
.icon-Shopicons_Light_Snorkel:before {
  content: "\e931";
}
.icon-Shopicons_Light_Snow:before {
  content: "\e932";
}
.icon-Shopicons_Light_Snowfall:before {
  content: "\e933";
}
.icon-Shopicons_Light_Soap:before {
  content: "\e934";
}
.icon-Shopicons_Light_SocialDistancing2:before {
  content: "\e935";
}
.icon-Shopicons_Light_Square:before {
  content: "\e936";
}
.icon-Shopicons_Light_Relax:before {
  content: "\e937";
}
.icon-Shopicons_Light_Return:before {
  content: "\e938";
}
.icon-Shopicons_Light_RightJustified:before {
  content: "\e939";
}
.icon-Shopicons_Light_Robot:before {
  content: "\e93a";
}
.icon-Shopicons_Light_Rollerblades:before {
  content: "\e93b";
}
.icon-Shopicons_Light_Ruler:before {
  content: "\e93c";
}
.icon-Shopicons_Light_Sanitizer:before {
  content: "\e93d";
}
.icon-Shopicons_Light_Scissors:before {
  content: "\e93e";
}
.icon-Shopicons_Light_Search:before {
  content: "\e93f";
}
.icon-Shopicons_Light_SendIt:before {
  content: "\e940";
}
.icon-Shopicons_Light_Service:before {
  content: "\e941";
}
.icon-Shopicons_Light_Settings:before {
  content: "\e942";
}
.icon-Shopicons_Light_Plus:before {
  content: "\e943";
}
.icon-Shopicons_Light_polygon:before {
  content: "\e944";
}
.icon-Shopicons_Light_Present:before {
  content: "\e945";
}
.icon-Shopicons_Light_Print:before {
  content: "\e946";
}
.icon-Shopicons_Light_Quality:before {
  content: "\e947";
}
.icon-Shopicons_Light_Question:before {
  content: "\e948";
}
.icon-Shopicons_Light_Rainfall:before {
  content: "\e949";
}
.icon-Shopicons_Light_ReceivePackage:before {
  content: "\e94a";
}
.icon-Shopicons_Light_ReceivePayment:before {
  content: "\e94b";
}
.icon-Shopicons_Light_Redo:before {
  content: "\e94c";
}
.icon-Shopicons_Light_Refresh:before {
  content: "\e94d";
}
.icon-Shopicons_Light_Refreshment:before {
  content: "\e94e";
}
.icon-Shopicons_Light_NoPicture:before {
  content: "\e94f";
}
.icon-Shopicons_Light_Note:before {
  content: "\e950";
}
.icon-Shopicons_Light_Options:before {
  content: "\e951";
}
.icon-Shopicons_Light_Package1:before {
  content: "\e952";
}
.icon-Shopicons_Light_Package2:before {
  content: "\e953";
}
.icon-Shopicons_Light_Palmtree:before {
  content: "\e954";
}
.icon-Shopicons_Light_Partner:before {
  content: "\e955";
}
.icon-Shopicons_Light_Payment:before {
  content: "\e956";
}
.icon-Shopicons_Light_Phone:before {
  content: "\e957";
}
.icon-Shopicons_Light_Pin:before {
  content: "\e958";
}
.icon-Shopicons_Light_Pineapple:before {
  content: "\e959";
}
.icon-Shopicons_Light_Pizza:before {
  content: "\e95a";
}
.icon-Shopicons_Light_Play:before {
  content: "\e95b";
}
.icon-Shopicons_Light_Megaphone:before {
  content: "\e95c";
}
.icon-Shopicons_Light_Melon:before {
  content: "\e95d";
}
.icon-Shopicons_Light_Menu:before {
  content: "\e95e";
}
.icon-Shopicons_Light_Mic:before {
  content: "\e95f";
}
.icon-Shopicons_Light_Minus:before {
  content: "\e960";
}
.icon-Shopicons_Light_Money:before {
  content: "\e961";
}
.icon-Shopicons_Light_MoonFull:before {
  content: "\e962";
}
.icon-Shopicons_Light_MoonHalf:before {
  content: "\e963";
}
.icon-Shopicons_Light_MoonStars:before {
  content: "\e964";
}
.icon-Shopicons_Light_move:before {
  content: "\e965";
}
.icon-Shopicons_Light_Mute:before {
  content: "\e966";
}
.icon-Shopicons_Light_NewTab:before {
  content: "\e967";
}
.icon-Shopicons_Light_NoHandshake:before {
  content: "\e968";
}
.icon-Shopicons_Light_Info:before {
  content: "\e969";
}
.icon-Shopicons_Light_Invoice:before {
  content: "\e96a";
}
.icon-Shopicons_Light_Laptop:before {
  content: "\e96b";
}
.icon-Shopicons_Light_LeftJustified:before {
  content: "\e96c";
}
.icon-Shopicons_Light_Letter:before {
  content: "\e96d";
}
.icon-Shopicons_Light_Lightbulb:before {
  content: "\e96e";
}
.icon-Shopicons_Light_Lightning:before {
  content: "\e96f";
}
.icon-Shopicons_Light_Link:before {
  content: "\e970";
}
.icon-Shopicons_Light_LinkOff:before {
  content: "\e971";
}
.icon-Shopicons_Light_Location:before {
  content: "\e972";
}
.icon-Shopicons_Light_Lock:before {
  content: "\e973";
}
.icon-Shopicons_Light_Mail2:before {
  content: "\e974";
}
.icon-Shopicons_Light_Matrix:before {
  content: "\e975";
}
.icon-Shopicons_Light_Flower2:before {
  content: "\e976";
}
.icon-Shopicons_Light_Fog:before {
  content: "\e977";
}
.icon-Shopicons_Light_Gift:before {
  content: "\e978";
}
.icon-Shopicons_Light_Grid:before {
  content: "\e979";
}
.icon-Shopicons_Light_Hangtag:before {
  content: "\e97a";
}
.icon-Shopicons_Light_Heart:before {
  content: "\e97b";
}
.icon-Shopicons_Light_Hide:before {
  content: "\e97c";
}
.icon-Shopicons_Light_Home:before {
  content: "\e97d";
}
.icon-Shopicons_Light_HospitalBed:before {
  content: "\e97e";
}
.icon-Shopicons_Light_Hourglass:before {
  content: "\e97f";
}
.icon-Shopicons_Light_Icecream1:before {
  content: "\e980";
}
.icon-Shopicons_Light_Icecream2:before {
  content: "\e981";
}
.icon-Shopicons_Light_Download:before {
  content: "\e982";
}
.icon-Shopicons_Light_Eco1:before {
  content: "\e983";
}
.icon-Shopicons_Light_Eco2:before {
  content: "\e984";
}
.icon-Shopicons_Light_Eco3:before {
  content: "\e985";
}
.icon-Shopicons_Light_Eco4:before {
  content: "\e986";
}
.icon-Shopicons_Light_Eco5:before {
  content: "\e987";
}
.icon-Shopicons_Light_Edit:before {
  content: "\e988";
}
.icon-Shopicons_Light_Egg:before {
  content: "\e989";
}
.icon-Shopicons_Light_ExclamationTriangle:before {
  content: "\e98a";
}
.icon-Shopicons_Light_FastDelivery1:before {
  content: "\e98b";
}
.icon-Shopicons_Light_FastDelivery2:before {
  content: "\e98c";
}
.icon-Shopicons_Light_Flag:before {
  content: "\e98d";
}
.icon-Shopicons_Light_Flower1:before {
  content: "\e98e";
}
.icon-Shopicons_Light_CloudSun:before {
  content: "\e98f";
}
.icon-Shopicons_Light_Coathanger:before {
  content: "\e990";
}
.icon-Shopicons_Light_Code:before {
  content: "\e991";
}
.icon-Shopicons_Light_Coinjar:before {
  content: "\e992";
}
.icon-Shopicons_Light_Cookie:before {
  content: "\e993";
}
.icon-Shopicons_Light_copy:before {
  content: "\e994";
}
.icon-Shopicons_Light_Couch:before {
  content: "\e995";
}
.icon-Shopicons_Light_Creditcard:before {
  content: "\e996";
}
.icon-Shopicons_Light_Cursor:before {
  content: "\e997";
}
.icon-Shopicons_Light_Delivery1:before {
  content: "\e998";
}
.icon-Shopicons_Light_Delivery2:before {
  content: "\e999";
}
.icon-Shopicons_Light_Diagram:before {
  content: "\e99a";
}
.icon-Shopicons_Light_Discount:before {
  content: "\e99b";
}
.icon-Shopicons_Light_ChristmasDelivery:before {
  content: "\e99c";
}
.icon-Shopicons_Light_ChristmasOrnament:before {
  content: "\e99d";
}
.icon-Shopicons_Light_ChristmasSanta:before {
  content: "\e99e";
}
.icon-Shopicons_Light_ChristmasSnow:before {
  content: "\e99f";
}
.icon-Shopicons_Light_ChristmasSnowman:before {
  content: "\e9a0";
}
.icon-Shopicons_Light_ChristmasStocking:before {
  content: "\e9a1";
}
.icon-Shopicons_Light_Circle:before {
  content: "\e9a2";
}
.icon-Shopicons_Light_Clock:before {
  content: "\e9a3";
}
.icon-Shopicons_Light_Clock1:before {
  content: "\e9a4";
}
.icon-Shopicons_Light_Close:before {
  content: "\e9a5";
}
.icon-Shopicons_Light_Cloud:before {
  content: "\e9a6";
}
.icon-Shopicons_Light_Cloud1:before {
  content: "\e9a7";
}
.icon-Shopicons_Light_CloudLightning:before {
  content: "\e9a8";
}
.icon-Shopicons_Light_Cart4:before {
  content: "\e9a9";
}
.icon-Shopicons_Light_Cart5:before {
  content: "\e9aa";
}
.icon-Shopicons_Light_Cart6:before {
  content: "\e9ab";
}
.icon-Shopicons_Light_Cart7:before {
  content: "\e9ac";
}
.icon-Shopicons_Light_CenterJustified:before {
  content: "\e9ad";
}
.icon-Shopicons_Light_Chapters:before {
  content: "\e9ae";
}
.icon-Shopicons_Light_Chat:before {
  content: "\e9af";
}
.icon-Shopicons_Light_Chat2:before {
  content: "\e9b0";
}
.icon-Shopicons_Light_Checkbox:before {
  content: "\e9b1";
}
.icon-Shopicons_Light_Checklist:before {
  content: "\e9b2";
}
.icon-Shopicons_Light_Checkmark:before {
  content: "\e9b3";
}
.icon-Shopicons_Light_ChristmasCart:before {
  content: "\e9b4";
}
.icon-Shopicons_Light_Book1:before {
  content: "\e9b5";
}
.icon-Shopicons_Light_Book2:before {
  content: "\e9b6";
}
.icon-Shopicons_Light_Bookmark:before {
  content: "\e9b7";
}
.icon-Shopicons_Light_Box:before {
  content: "\e9b8";
}
.icon-Shopicons_Light_CableCharge:before {
  content: "\e9b9";
}
.icon-Shopicons_Light_Calculator:before {
  content: "\e9ba";
}
.icon-Shopicons_Light_Calendar:before {
  content: "\e9bb";
}
.icon-Shopicons_Light_Camera:before {
  content: "\e9bc";
}
.icon-Shopicons_Light_Car1:before {
  content: "\e9bd";
}
.icon-Shopicons_Light_Car2:before {
  content: "\e9be";
}
.icon-Shopicons_Light_Cart1:before {
  content: "\e9bf";
}
.icon-Shopicons_Light_Cart2:before {
  content: "\e9c0";
}
.icon-Shopicons_Light_Cart3:before {
  content: "\e9c1";
}
.icon-Shopicons_Light_Balcony:before {
  content: "\e9c2";
}
.icon-Shopicons_Light_Bath:before {
  content: "\e9c3";
}
.icon-Shopicons_Light_BatteryCharge:before {
  content: "\e9c4";
}
.icon-Shopicons_Light_BatteryDischarge:before {
  content: "\e9c5";
}
.icon-Shopicons_Light_BatteryEmpty:before {
  content: "\e9c6";
}
.icon-Shopicons_Light_BatteryFull:before {
  content: "\e9c7";
}
.icon-Shopicons_Light_BatteryHalf:before {
  content: "\e9c8";
}
.icon-Shopicons_Light_BatteryQuarter:before {
  content: "\e9c9";
}
.icon-Shopicons_Light_BatteryThreeQuarters:before {
  content: "\e9ca";
}
.icon-Shopicons_Light_Bed:before {
  content: "\e9cb";
}
.icon-Shopicons_Light_Bell:before {
  content: "\e9cc";
}
.icon-Shopicons_Light_Arrowdropdown:before {
  content: "\e9cd";
}
.icon-Shopicons_Light_Arrowdropup:before {
  content: "\e9ce";
}
.icon-Shopicons_Light_ArrowForward:before {
  content: "\e9cf";
}
.icon-Shopicons_Light_ArrowLeft:before {
  content: "\e9d0";
}
.icon-Shopicons_Light_ArrowRight:before {
  content: "\e9d1";
}
.icon-Shopicons_Light_ArrowUp:before {
  content: "\e9d2";
}
.icon-Shopicons_Light_Attachment1:before {
  content: "\e9d3";
}
.icon-Shopicons_Light_Attachment2:before {
  content: "\e9d4";
}
.icon-Shopicons_Light_Backdown:before {
  content: "\e9d5";
}
.icon-Shopicons_Light_Backtotop:before {
  content: "\e9d6";
}
.icon-social1:before {
  content: "\e9d7";
}
.icon-social2:before {
  content: "\e9d8";
}
.icon-social3:before {
  content: "\e9d9";
}
.icon-social4:before {
  content: "\e9da";
}
.icon-social5:before {
  content: "\e9db";
}
.icon-social6:before {
  content: "\e9dc";
}
body,
.bodytext {
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  --tw-text-opacity: 1;
  color: rgba(12, 17, 29, 1);
  color: rgba(12, 17, 29, var(--tw-text-opacity, 1));
}
.h1 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}
.text_top h2,
.h2 {
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 48px;
}
@media (min-width: 576px) {

  .text_top h2,
.h2 {
    font-size: 56px;
    line-height: 56px;
  }
}
.h3 {
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}
h4, .h4 {
  font-family: PatrickHandSC;
  font-size: 32px;
  font-weight: 400;
  line-height: 2rem;
}
h5, .h5 {
  font-family: PatrickHandSC;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
}
b, strong {
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
}
.body-xs {
  font-family: PatrickHandSC;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 8%;
}
.body-sm {
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.body-sm-sc {
  font-family: PatrickHandSC;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.body-lg {
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
}
@media (min-width: 576px) {

  .body-lg {
    font-size: 30px;
    line-height: 45px;
  }
}
.body-sc {
  font-family: PatrickHandSC;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.08em;
}
.hero-text {
  text-align: center;
  font-family: PatrickHandSC;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}
@media (min-width: 576px) {

  .hero-text {
    font-size: 56px;
    line-height: 56px;
  }
}
@media (min-width: 768px) {

  .hero-text {
    text-align: left;
  }
}
.hero-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {

  .hero-title {
    display: block;
  }
}
.hero-title span {
  margin-left: 10px;
  margin-right: 10px;
  font-family: PatrickHandSC;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
}
@media (min-width: 576px) {

  .hero-title span {
    font-size: 115px;
    line-height: 115px;
  }
}
@media (min-width: 768px) {

  .hero-title span {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 160px;
    line-height: 128px;
  }
}
.title_page span {
  font-family: PatrickHandSC;
  font-size: 70px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 70px;
}
.hero-title span {
  font-family: MedoPujsi;
  font-size: 100px;
  text-transform: uppercase;
  line-height: 100px;
}
.hero-title span:nth-child(1) {
  --tw-text-opacity: 1;
  color: rgba(255, 164, 71, 1);
  color: rgba(255, 164, 71, var(--tw-text-opacity, 1));
}
.hero-title span:nth-child(3) {
  --tw-text-opacity: 1;
  color: rgba(235, 87, 75, 1);
  color: rgba(235, 87, 75, var(--tw-text-opacity, 1));
}
.text_top .text_top__text {
  text-align: center;
}
.text_top .heading {
  text-align: center;
}
.button-main-name {
  text-transform: uppercase;
}
.post-date {
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.discount-number {
  font-family: PatrickHandSC;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}
.product-card-action span {
  font-family: PatrickHandSC;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 21px;
}
.card_product .product-title {
  text-align: center;
  font-family: PatrickHandSC;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}
.card_product .product-price .woocommerce-Price-amount bdi {
  text-align: center;
  font-family: PatrickHandSC;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}
.card_product_big .product-title {
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}
@media (min-width: 768px) {

  .card_product_big .product-title {
    font-size: 56px;
    line-height: 56px;
  }
}
.card_product_big .product-price .woocommerce-Price-amount bdi {
  text-align: center;
  font-family: PatrickHandSC;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}
.product-data-title {
  font-family: PatrickHandSC;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  --tw-text-opacity: 1;
  color: rgba(92, 153, 138, 1);
  color: rgba(92, 153, 138, var(--tw-text-opacity, 1));
}
.card_autor-title {
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}
.card_autor-subtitle {
  font-family: PatrickHandSC;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 0px) {

  .\!container {
    max-width: 0px !important;
  }

  .container {
    max-width: 0px;
  }
}
@media (min-width: 375px) {

  .\!container {
    max-width: 375px !important;
  }

  .container {
    max-width: 375px;
  }
}
@media (min-width: 576px) {

  .\!container {
    max-width: 576px !important;
  }

  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {

  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}
@media (min-width: 991px) {

  .\!container {
    max-width: 991px !important;
  }

  .container {
    max-width: 991px;
  }
}
@media (min-width: 1024px) {

  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {

  .\!container {
    max-width: 1200px !important;
  }

  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1536px) {

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.form-item.base input {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.75rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(152, 162, 179, 1);
  border-color: rgba(152, 162, 179, var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.btn-radius.form-item.base input {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(12, 17, 29, 1);
  border-color: rgba(12, 17, 29, var(--tw-border-opacity, 1));
}
.form-item.base input::-moz-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity, 1));
}
.form-item.base input::placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(137, 140, 142, 1);
  color: rgba(137, 140, 142, var(--tw-text-opacity, 1));
}
.form-item.base input:focus {
  --tw-border-opacity: 1;
  border-color: rgba(12, 17, 29, 1);
  border-color: rgba(12, 17, 29, var(--tw-border-opacity, 1));
}
.form-item.base label {
  padding-left: 0.125rem;
}
@media (min-width: 576px) {

  .form-item.base label {
    flex-basis: 11rem;
  }
}
/* input {
          &:not(:placeholder-shown) {
            + label {
              @apply 
              text-xxs 
              left-2 
              top-0 
              text-basic-900
              ;
            }
          }
        } */
fieldset {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, 1) !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1)) !important;
}
fieldset {
  border-radius: 1rem;
  padding: 1.5rem;
}
/*===========================================
=========== basket ==============
*/
.basket-count {
  position: absolute;
  top: -6px;
  right: -6px;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 164, 71, 1);
  background-color: rgba(255, 164, 71, var(--tw-bg-opacity, 1));
}
/*===========================================
=========== hero ==============
*/
.hero-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  padding-top: 1.25rem;
}
@media (min-width: 768px) {

  .hero-wrapper {
    flex-direction: row;
    padding-top: 0px;
  }
}
/*===========================================
=========== block_teddy_piglet ==============
*/
.block_teddy_piglet .btn-teddy {
  position: absolute;
  right: 15px;
  top: auto;
  bottom: 0px;
}
@media (min-width: 1024px) {

  .block_teddy_piglet .btn-teddy {
    right: 30px;
    top: 120px;
    bottom: auto;
  }
}
.block_teddy_piglet .btn-piglet {
  position: absolute;
  right: 15px;
  left: auto;
  top: auto;
  bottom: 0px;
}
@media (min-width: 576px) {

  .block_teddy_piglet .btn-piglet {
    right: auto;
    left: 15px;
  }
}
@media (min-width: 1024px) {

  .block_teddy_piglet .btn-piglet {
    left: 30px;
    top: 120px;
    bottom: auto;
  }
}
/*===========================================
=========== banner_text_image ==============
*/
.banner_text_image .content-wrapper {
  height: 100%;
  min-height: 780px;
  overflow: hidden;
  border-radius: 30px;
  padding-left: 20px;
  padding-top: 96px;
  padding-bottom: 96px;
  padding-right: 20px;
  --tw-shadow: 10px 15px 30px 0px rgba(0, 0, 0, 0.3);
  --tw-shadow-colored: 10px 15px 30px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 10px 15px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
@media (min-width: 768px) {

  .banner_text_image .content-wrapper {
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {

  .banner_text_image .content-wrapper {
    max-height: 600px;
    min-height: 600px;
    padding-left: 100px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-right: 1.25rem;
  }
}
.banner_text_image .img-wrapper img,
.banner_text_image .img-wrapper {
  height: 100%;
}
@media (min-width: 1024px) {

  .banner_text_image .text_top {
    max-width: 445px;
    align-items: flex-start;
  }

  .banner_text_image .text_top ._text {
    max-width: 300px;
    text-align: left;
  }
}
.banner_text_image .text_image_img {
  max-height: 570px;
}
/*===========================================
=========== colorbook-swiper ==============
*/
.slider_colorbook .text_top .h5 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
/*===========================================
=========== block_video ==============
*/
.slider_animations .content,
.block_video_simple .content,
.block_video .content {
  position: relative;
}
.slider_animations .content > .img-wrapper,
.block_video_simple .content > .img-wrapper,
.block_video .content > .img-wrapper {
  position: absolute;
  right: 0px;
  top: -20px;
  display: none;
}
@media (min-width: 991px) {

  .slider_animations .content > .img-wrapper,
.block_video_simple .content > .img-wrapper,
.block_video .content > .img-wrapper {
    display: block;
  }
}
.block_video_simple .content .video-wrapper,
.block_video .content .video-wrapper {
  position: relative;
  height: 0px;
  width: -moz-min-content;
  width: min-content;
  max-width: 960px;
  overflow: hidden;
  border-radius: 10px;
  padding-bottom: 56.25%;
  --tw-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0px 5px 15px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
@media (min-width: 576px) {

  .block_video_simple .content .video-wrapper,
.block_video .content .video-wrapper {
    border-radius: 15px;
    padding-bottom: 50.25%;
  }
}
@media (min-width: 1200px) {

  .block_video_simple .content .video-wrapper,
.block_video .content .video-wrapper {
    border-radius: 30px;
    padding-bottom: 42.25%;
  }
}
.block_video_simple .content .video-wrapper,
.block_video .content .video-wrapper {
    aspect-ratio: 16 / 9; 
}
.block_video_simple .content .video-wrapper iframe,
.block_video .content .video-wrapper iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*===========================================
=========== banner-hero ==============
*/
.banner_page .content .img-wrapper {
  position: relative;
  height: 100%;
  max-height: 550px;
}
.banner_page .background {
  height: 100%;
}
.banner_page .content .img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.title_page {
  padding-top: 1.5rem;
}
/*===========================================
=========== animal_list ==============
*/
.animal_list .img-wrapper {
  max-width: 844px;
}
.animal_list .medo li::before {
  position: absolute;
  left: 0px;
  height: 1.5rem;
  width: 1.5rem;
  --tw-content: url('/wp-content/themes/humanfrog/img/sledi/medo.png');
  content: url('/wp-content/themes/humanfrog/img/sledi/medo.png');
  content: var(--tw-content);
}
.animal_list .pujsi li::before {
  position: absolute;
  left: 0px;
  height: 1.5rem;
  width: 1.5rem;
  --tw-content: url('/wp-content/themes/humanfrog/img/sledi/pujsi.png');
  content: url('/wp-content/themes/humanfrog/img/sledi/pujsi.png');
  content: var(--tw-content);
}
/*===========================================
=========== popup video ==============
*/
.popup-video {
  display: none;
}
.popup-main-animations {
  position: fixed;
  z-index: 1010;
  display: none;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
    background: rgba(0, 0, 0, 0.6);
}
.popup-main-animations._active {
  display: flex;
}
.popup-btn-close-animations {
  position: absolute;
  right: -15px;
  top: -15px;
  height: -moz-min-content;
  height: min-content;
}
@media (min-width: 576px) {

  .popup-btn-close-animations {
    right: -28px;
    top: -28px;
  }
}
.popup-btn-close-animations .icon-Shopicons_Light_Close {
  font-size: 28px;
}
.popup-main-animations .video-wrapper {
  position: relative;
  height: 0px;
  width: -moz-min-content;
  width: min-content;
  max-width: 960px;
  border-radius: 10px;
  padding-bottom: 56.25%;
  --tw-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0px 5px 15px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
@media (min-width: 576px) {

  .popup-main-animations .video-wrapper {
    border-radius: 15px;
    padding-bottom: 50.25%;
  }
}
@media (min-width: 1200px) {

  .popup-main-animations .video-wrapper {
    border-radius: 30px;
    padding-bottom: 42.25%;
  }
}
.popup-main-animations .video-wrapper {
    aspect-ratio: 16 / 9; 
}
.popup-main-animations .video-wrapper iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {

  .popup-main-animations .video-wrapper iframe {
    border-radius: 15px;
  }
}
@media (min-width: 1200px) {

  .popup-main-animations .video-wrapper iframe {
    border-radius: 30px;
  }
}
@media not all and (min-width: 576px) {

  .popup-main-animations .btn-radius-dots,
.popup-main-animations .btn-radius {
    height: 2.5rem;
    width: 2.5rem;
  }
}
/*===========================================
=========== pagination ==============
*/
.pagination {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.pagination a {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.pagination a:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 230, 200, 1);
  background-color: rgba(235, 230, 200, var(--tw-bg-opacity, 1));
}
.pagination a {
    transition: all 0.2s ease;
}
.pagination a.page-item.active {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 230, 200, 1);
  background-color: rgba(235, 230, 200, var(--tw-bg-opacity, 1));
}
/*===========================================
=========== newsletter ==============
*/
.block_newsletter p.text_top__text {
  max-width: 758px;
}
.block_newsletter .block_newsletter_form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block_newsletter .block_newsletter_form .field-email {
  width: 100%;
}
.block_newsletter .block_newsletter_form .field-email input {
  margin-bottom: 0.75rem;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(12, 17, 29, 1);
  border-color: rgba(12, 17, 29, var(--tw-border-opacity, 1));
  padding: 10px;
  text-align: center;
}
@media (min-width: 375px) {

  .block_newsletter .block_newsletter_form .field-email input {
    width: 345px;
  }
}
.block_newsletter .block_newsletter_form .field-terms {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.block_newsletter .block_newsletter_form .field-terms input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: 6px;
}
.block_newsletter .block_newsletter_form .field-terms a {
  --tw-text-opacity: 1;
  color: rgba(255, 164, 71, 1);
  color: rgba(255, 164, 71, var(--tw-text-opacity, 1));
}
.block_newsletter .block_newsletter_form .field-terms a:hover {
  text-decoration-line: underline;
}
.block_newsletter .block_newsletter_form .elements__button-main .btn-main {
  height: 48px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgba(105, 113, 130, 1);
  background-color: rgba(105, 113, 130, var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.5;
}
.block_newsletter .block_newsletter_form .elements__button-main .btn-main:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 87, 75, 1);
  background-color: rgba(235, 87, 75, var(--tw-bg-opacity, 1));
  opacity: 1;
}
.block_newsletter .block_newsletter_form .elements__button-main .btn-main {
    transition: all 0.2s ease;
}
/*===========================================
=========== 404 page ==============
*/
.error404 h1 {
  text-align: center;
  font-family: PatrickHandSC;
  font-size: 120px;
  font-weight: 400;
  line-height: 96px;
}
.error404 p {
  text-align: center;
}
/* .checkbox {
  input {
    &:checked + label {
      svg {
        path {
          transition: stroke-dashoffset 0.15s 0.1s ease;
          stroke-dashoffset: 0;
        }
      }

      .faux-checkbox {
        @apply !bg-primary border-primary;
      }
    }
  }
} */
.checkbox-holder .faux-checkbox {
    border-radius: 5px;
  }
.checkbox-holder svg {
    margin-bottom: 1px;
  }
.checkbox-holder svg path {
      transition: stroke-dashoffset 0.15s ease;
      stroke: currentColor;
      stroke-dasharray: 20;
      stroke-dashoffset: 20;
    }
/*===========================================
=========== custom checkbox ==============
*/
.custom input[type="checkbox"]:checked, 
.custom input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom input[type="checkbox"]:checked + span, 
.custom input[type="checkbox"]:not(:checked) + span,
.custom input[type="checkbox"]:checked + label, 
.custom input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 32px;
    line-height: 20px;
    cursor: pointer;
}
.custom input[type="checkbox"]:checked + span:before,
.custom input[type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    border: 2px solid #FFA447;
    background-color: #FFA447;
}
.custom input[type="checkbox"]:not(:checked) + span:before,
.custom input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    border: 2px solid #FFA447;
    background-color: #ffffff;
}
.custom input[type="checkbox"]:checked + span:before, 
.custom input[type="checkbox"]:not(:checked) + span:before,
.custom input[type="checkbox"]:checked + label:before, 
.custom input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 8px;
}
.custom input[type="checkbox"]:checked + span:after, 
.custom input[type="checkbox"]:not(:checked) + span:after,
.custom input[type="checkbox"]:checked + label:after, 
.custom input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    transition: all 0.2s ease;
    left: 6px;
    top: 7px;
    width: 13px;
    height: 8px;
    border-radius: 1px;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    transform: rotate(-45deg);
}
.custom input[type="checkbox"]:not(:checked) + span:after,
.custom input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}
.custom input[type="checkbox"]:checked + span:after,
.custom input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.comment-form .comment-form-cookies-consent input[type="checkbox"] ~ label {
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  --tw-text-opacity: 1;
  color: rgba(12, 17, 29, 1);
  color: rgba(12, 17, 29, var(--tw-text-opacity, 1));
}
/*===============================
=========== RADIUS ==============
*/
.elements__button-radius {
  position: relative;
  height: -moz-min-content;
  height: min-content;
  width: -moz-min-content;
  width: min-content;
    transition: all 0.2s linear;
}
.btn-radius {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 2;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.24);
  --tw-shadow-colored: 0px 0px 12px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 0px 12px 0px rgba(0, 0, 0, 0.24);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.custom-button-next .btn-radius,
.custom-button-prev .btn-radius {
  height: 2.5rem;
  width: 2.5rem;
}
.btn-radius.border {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(12, 17, 29, 1);
  border-color: rgba(12, 17, 29, var(--tw-border-opacity, 1));
}
.btn-radius-dots {
  position: absolute;
  bottom: -4px;
  left: -4px;
  z-index: 1;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgba(12, 17, 29, 1);
  border-color: rgba(12, 17, 29, var(--tw-border-opacity, 1));
}
.custom-button-prev .btn-radius-dots,
.custom-button-next .btn-radius-dots {
  bottom: -4px;
  left: -4px;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 768px) {
    .basket .btn-radius {
    height: 2.5rem;
    width: 2.5rem;
  }
    .basket .btn-radius .icon-Shopicons_Light_Cart5 {
    font-size: 24px;
  }
    .basket .btn-radius-dots {
    height: 2.5rem;
    width: 2.5rem;
  }
}
/*===============================
=========== MAIN ==============
*/
.elements__button-main {
  display: inline-block;
  width: -moz-min-content;
  width: min-content;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 0.5rem;
  --tw-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0px 5px 15px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
    transition: all 0.2s linear;
}
.elements__button-main:hover {
  --tw-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
  --tw-shadow-colored: 0px 15px 30px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.btn-main {
  display: flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(235, 87, 75, 1);
  background-color: rgba(235, 87, 75, var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
    height: 50px;
}
.btn-main .icon-Shopicons_Light_ArrowForward::before {
  font-size: 24px;
}
/*===============================
=========== BORDER ==============
*/
.elements__button-border {
  display: inline-block;
  width: -moz-min-content;
  width: min-content;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(12, 17, 29, 1);
  border-color: rgba(12, 17, 29, var(--tw-border-opacity, 1));
    transition: all 0.2s linear;
}
.elements__button-border:hover {
  --tw-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0px 5px 15px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.product-card-bottom .elements__button-border .button {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: PatrickHandSC;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.08em;
}
.product-card-bottom .elements__button-border .button:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
/*===============================
=========== custom ==============
*/
.banner_text_image .elements__button-main,
.block_colorbook .elements__button-main {
  margin-top: 1.5rem;
}
.banner_text_image .elements__button-main {
  width: 100%;
  white-space: normal;
}
@media (min-width: 576px) {

  .banner_text_image .elements__button-main {
    width: -moz-min-content;
    width: min-content;
    white-space: nowrap;
  }
}
.banner_text_image .elements__button-main .button-main-name {
  text-align: center;
}
.comment-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.custom-review-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.custom-review-form h2 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.comment-form p {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.custom-review-form label {
  font-family: PatrickHandSC;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.comment-form p label {
  font-family: PatrickHandSC;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.custom-review-form textarea {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #0C111D;
}
.custom-review-form input {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #0C111D;
}
.comment-form-comment textarea,
.comment-form p input {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #0C111D;
}
.comment-form button {
  display: flex;
  height: 55px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(235, 87, 75, 1);
  background-color: rgba(235, 87, 75, var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 0.75rem;
  font-family: PatrickHandSC;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.08em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  --tw-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0px 5px 15px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.comment-form button:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 87, 75, 1);
  background-color: rgba(235, 87, 75, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  --tw-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
  --tw-shadow-colored: 0px 15px 30px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.comment-form button{
    transition: all 0.2s linear;
}
.custom-product-tabs #respond input#submit {
  display: flex;
  height: 55px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(235, 87, 75, 1);
  background-color: rgba(235, 87, 75, var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 0.75rem;
  font-family: PatrickHandSC;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.08em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  --tw-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0px 5px 15px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.custom-product-tabs #respond input#submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 87, 75, 1);
  background-color: rgba(235, 87, 75, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  --tw-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
  --tw-shadow-colored: 0px 15px 30px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.custom-product-tabs #respond input#submit {
    transition: all 0.2s linear;
}
.header_navigation .menu {
  display: none;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1024px) {

  .header_navigation .menu {
    display: flex;
  }
}
@media (min-width: 1200px) {

  .header_navigation .menu {
    gap: 30px;
  }
}
.header_navigation li a {
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5rem;
}
/*===========================================
===========burger button ==============
*/
.burger {
  position: absolute;
  right: 0px;
  z-index: 8;
  display: flex;
  height: 100%;
  width: -moz-min-content;
  width: min-content;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 164, 71, 1);
  background-color: rgba(255, 164, 71, var(--tw-bg-opacity, 1));
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {

  .burger {
    display: none;
  }
}
.burger_icon {
    width: 15px;
    height: 11px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}
.burger_icon span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #0C111D;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
.burger_icon span:nth-child(1) {
    top: 0px;
}
.burger_icon span:nth-child(2),
.burger_icon span:nth-child(3) {
    top: 4px;
}
.burger_icon span:nth-child(4) {
    top: 8px;
}
.burger.active .burger_icon span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.burger.active .burger_icon span:nth-child(2) {
    transform: rotate(45deg);
}
.burger.active .burger_icon span:nth-child(3) {
    transform: rotate(-45deg);
}
.burger.active .burger_icon span:nth-child(4) {
    top: 4px;
    width: 0%;
    left: 50%;
}
/*===========================================
=========== mobile menu ==============
*/
.mobile_menu {
  position: absolute;
  top: 0px;
  right: -100%;
  z-index: 7;
  display: block;
  width: 100%;
  max-width: 450px;
  --tw-bg-opacity: 1;
  background-color: rgba(235, 230, 200, 1);
  background-color: rgba(235, 230, 200, var(--tw-bg-opacity, 1));
  padding-top: 45px;
  padding-left: 2.5rem;
  padding-right: 5rem;
  padding-bottom: 169px;
}
@media (min-width: 1024px) {

  .mobile_menu {
    display: none;
  }
}
.mobile_menu {
    transition: all 0.6s ease;
}
.mobile_menu.active {
  right: 0px;
    transition: all 0.6s ease;
}
.mobile_menu_background {
  position: fixed;
  z-index: 6;
  display: none;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {

  .mobile_menu_background {
    display: none !important;
  }
}
.mobile_menu_background {
    background: rgba(0, 0, 0, 0.6);
}
.mobile_menu_background.active {
  display: block;
}
.mobile_menu_main ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.mobile_menu_main ul li a {
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 38px;
}
.mobile_menu_second {
  margin-top: 1.25rem;
  border-top-width: 1px;
  padding-top: 1.25rem;
}
.mobile_menu_second ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mobile_menu_second ul li a {
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.mobile_menu .img-wrapper {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
}
/* Solution to flickering on safari */
.swiper-slide {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.swiper {
  max-width: 100%;
}
@media (min-width: 576px) {

  .custom-swiper {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.custom-swiper .swiper-wrapper {
  padding-bottom: 50px;
}
.custom-swiper .swiper-slide {
  height: auto;
}
.custom-swiper .card_coloring_image {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0px 5px 15px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.custom-swiper .card_coloring_image:hover {
  --tw-shadow: 5px 10px 15px 0px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 5px 10px 15px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.custom-swiper .card_coloring_image {
  transition: all 0.3s linear;
}
.colorbook-swiper .card_coloring_image {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
}
.colorbook-swiper .card_coloring_image img {
  max-height: 298px;
}
.card_animation .img-wrapper img,
.card_coloring_image img {
  transition: all 0.3s ease-out;
}
.card_animation .elements__button-radius,
.card_coloring_image .elements__button-radius {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-out;
}
.card_animation:hover .elements__button-radius,
.card_coloring_image:hover .elements__button-radius {
  opacity: 1;
}
.card_animation:hover .img-wrapper img,
.card_coloring_image:hover img {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.1) scaleY(1.1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.custom-button-prev,
.custom-button-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translateY(calc(-50% - 20px));
}
.custom-button-prev {
  left: -6px;
}
.slider_selected_products .custom-button-prev,
.block-posts .custom-button-prev,
.slider_colorbook .custom-button-prev {
  left: 10px;
}
@media (min-width: 768px) {

  .slider_selected_products .custom-button-prev,
.block-posts .custom-button-prev,
.slider_colorbook .custom-button-prev {
    left: -6px;
  }
}
.custom-button-next {
  right: -6px;
}
.slider_selected_products .custom-button-next,
.block-posts .custom-button-next,
.slider_colorbook .custom-button-next {
  right: 10px;
}
@media (min-width: 768px) {

  .slider_selected_products .custom-button-next,
.block-posts .custom-button-next,
.slider_colorbook .custom-button-next {
    right: -6px;
  }
}
.swiper .custom-pagination {
  bottom: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.custom-pagination .swiper-pagination-bullet {
  margin: 0px !important;
}
.custom-pagination .swiper-pagination-bullet {
  height: 0.75rem;
  width: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  opacity: 1;
}
.product-cards-pagination.custom-pagination .swiper-pagination-bullet {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 230, 200, 1);
  background-color: rgba(235, 230, 200, var(--tw-bg-opacity, 1));
}
.custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  height: 1rem;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 164, 71, 1);
  background-color: rgba(255, 164, 71, var(--tw-bg-opacity, 1));
  opacity: 1;
}
.custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  position: absolute;
  left: -5px;
  bottom: -5px;
  height: 26px;
  width: 26px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 164, 71, 1);
  background-color: rgba(255, 164, 71, var(--tw-bg-opacity, 1));
  opacity: 0.4;
  --tw-content: '';
  content: '';
  content: var(--tw-content);
}
.swiper.colorbook-swiper {
  margin-left: 60px;
}
@media (min-width: 576px) {

  .swiper.colorbook-swiper {
    margin-left: 0px;
  }
}
.colorbook-swiper .custom-pagination {
  margin-left: -35px;
}
@media (min-width: 576px) {

  .colorbook-swiper .custom-pagination {
    margin-left: 0px;
  }
}
.card_animation {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 15px;
  --tw-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0px 5px 15px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.card_animation:hover {
  --tw-shadow: 5px 10px 15px 0px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 5px 10px 15px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.card_animation {
transition: all 0.3s linear;
}
.card_animation .tag {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  max-width: 253px;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 22px;
}
@media (min-width: 1200px) {

  .product-cards-swiper .swiper-wrapper {
    justify-content: center;
  }
}
.wysiwyg > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
.wysiwyg ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
.wysiwyg.autor-text p {
  text-align: center;
}
.wysiwyg h1 {
  text-align: center;
}
.wysiwyg h1,.wysiwyg h2 {
  font-family: PatrickHandSC;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}
.wysiwyg h3 {
  font-family: PatrickHandSC;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}
.wysiwyg. p {
  text-align: center;
}
/*=====================================
---------- animals bullets ------------
*/
.wysiwyg ul.bullet-piglet,
.wysiwyg ul.bullet-teddy {
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 0px;
}
.wysiwyg ul.bullet-piglet li,
.wysiwyg ul.bullet-teddy li {
  position: relative;
  padding-top: 1.5rem;
}
.wysiwyg ul.bullet-teddy li:before {
  position: absolute;
  right: 50%;
  top: 0px;
  --tw-translate-x: 50%;
  transform: translate(50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: url('/wp-content/themes/humanfrog/img/sledi/medo1.png');
  content: url('/wp-content/themes/humanfrog/img/sledi/medo1.png');
  content: var(--tw-content);
}
.wysiwyg ul.bullet-piglet li:before {
  position: absolute;
  right: 50%;
  top: 0px;
  --tw-translate-x: 50%;
  transform: translate(50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: url('/wp-content/themes/humanfrog/img/sledi/pujsi1.png');
  content: url('/wp-content/themes/humanfrog/img/sledi/pujsi1.png');
  content: var(--tw-content);
}
.custom-product-tabs p:not(:last-of-type),
.custom-product-tabs h2 {
  margin-bottom: 1.25rem;
}
.woocommerce-checkout.woocommerce-page .wysiwyg > table {
  border-spacing: 0;
  margin: 12px 0 40px;
  width: 100%;
}
.woocommerce-checkout.woocommerce-page .wysiwyg table tr th {
  color: #00375c;
  font-weight: 400;
  text-align: left;
}
.woocommerce-checkout.woocommerce-page .wysiwyg table tr td,.wysiwyg table tr th {
  border-bottom: 1px solid #d0d0d0;
  padding: 12px 8px;
}
.woocommerce-checkout.woocommerce-page .wysiwyg table tr td:first-child,.wysiwyg table tr th:first-child {
  padding-left: 0
}
.woocommerce-checkout.woocommerce-page .wysiwyg table tr td:last-child,.wysiwyg table tr th:last-child {
  padding-right: 0;
}
.woocommerce-checkout.woocommerce-page .wysiwyg table tr td p,.wysiwyg table tr th p {
  margin: 0;
}
.woocommerce-checkout.woocommerce-page .wysiwyg table tr th {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 164, 71, 1);
  background-color: rgba(255, 164, 71, var(--tw-bg-opacity, 1));
}
.woocommerce-checkout.woocommerce-page .page-content table {
  border-spacing: 0;
  margin: 12px 0 40px;
  width: 100%;
}
.woocommerce-checkout.woocommerce-page .page-content table tr th {
  color: #0C111D;
  text-align: left;
  width: -moz-max-content;
  width: max-content;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: PatrickHandSC;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {

  .woocommerce-checkout.woocommerce-page .page-content table tr th {
    white-space: nowrap;
  }
}
.woocommerce-checkout.woocommerce-page .page-content table tr td,.wysiwyg table tr th {
  border-bottom: 1px solid #d0d0d0;
  padding: 5px 10px;
}
.woocommerce-checkout.woocommerce-page .page-content table tr td:first-child,.wysiwyg table tr th:first-child {
  padding-left: 0
}
.woocommerce-checkout.woocommerce-page .page-content table tr td:last-child,.wysiwyg table tr th:last-child {
  padding-right: 0;
}
.woocommerce-checkout.woocommerce-page .page-content table tr td p,.wysiwyg table tr th p {
  margin: 0;
}
.woocommerce-checkout.woocommerce-page .page-content table tr th {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 164, 71, 1);
  background-color: rgba(255, 164, 71, var(--tw-bg-opacity, 1));
}
.wysiwyg p {
  margin-top: 1em;
    margin-bottom: 1em;
}
.wysiwyg img {
  width: 100%
}
.wysiwyg img+div {
  background-color: #eae8e4;
  color: #00375c;
  margin-bottom: 16px;
  padding: 16px
}
.wysiwyg a {
  color: #005188
}
.wysiwyg ul p {
  margin: 0
}
.home-link {
  height: 70px;
  overflow: hidden;
}
@media (min-width: 768px) {

  .home-link {
    height: 5rem;
  }
}
header .home-link img {
  -o-object-fit: cover;
     object-fit: cover;
        height:80px;
        width:auto;
}
.footer-img {
  width: 100%;
}
@media (min-width: 1024px) {

  .footer-img {
    width: 60%;
  }
}
.footer-menu {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 1024px) {

  .footer-menu {
    width: 40%;
  }
}
.footer-menu .menu {
  align-items: flex-start;
}
.footer_big,
.footer_small {
  display: flex;
  justify-content: center;
}
.footer-menu ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.footer_big ul li a {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 33px;
}
@media (min-width: 576px) {

  .footer_big ul li a {
    font-size: 30px;
    line-height: 45px;
  }
}
.footer-menu-additional {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-left-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgba(190, 184, 148, 1);
  border-color: rgba(190, 184, 148, var(--tw-border-opacity, 1));
}
.footer-social {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.footer-social h3 {
  font-size: 22px;
  line-height: 33px;
  --tw-text-opacity: 1;
  color: rgba(92, 153, 138, 1);
  color: rgba(92, 153, 138, var(--tw-text-opacity, 1));
}
@media (min-width: 576px) {

  .footer-social h3 {
    font-size: 30px;
    line-height: 45px;
  }
}
.footer-social .footer-social-items {
  margin: -9px;
  display: flex;
  flex-wrap: wrap;
}
.copyright {
    position:relative;
}
.copyright .footer-bg{
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
        -o-object-fit:cover;
           object-fit:cover;
        -o-object-position: top center;
           object-position: top center;
        z-index:-1;
    }
.main_footer .bg-full {
  background-size: cover;
}
@media (min-width: 768px) {

  .main_footer .bg-full {
    background-size: 100% 100%;
  }
}
.background {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.banner_home .background {
  height: 77%;
}
@media (min-width: 768px) {

  .banner_home .background {
    height: 100%;
  }
}
.banner_home .background .img-wrapper {
  height: 100%;
}
.banner_home .background .img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.card {
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
}
/*===========================================
=========== card_colorbook ==============
*/
.coloring-images-list {
  display: grid;
  grid-gap: 29px;
  gap: 29px;
    grid-template-columns: repeat(auto-fill, minmax(232px, 1fr));
    grid-auto-rows: 338px;
}
.coloring-images-list .card_coloring_image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0px 5px 15px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.coloring-images-list .card_coloring_image:hover {
  --tw-shadow: 5px 10px 15px 0px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 5px 10px 15px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.coloring-images-list .card_coloring_image {
    transition: all 0.3s ease;
}
.card_coloring_image {
  --tw-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0px 5px 15px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.card_coloring_image:hover {
  --tw-shadow: 5px 10px 15px 0px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 5px 10px 15px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.card_coloring_image {
    transition: all 0.3s ease;
}
.card_coloring_image .img-wrapper {
  height: 325px;
  width: 100%;
}
.card_coloring_image .card_coloring_image-text {
  min-height: 124px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.card_colorbook_big_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
/* .card_colorbook_big .img-wrapper {
    @apply
        xl:min-w-[407px]
    ;
} */
.card_colorbook_big .img-wrapper img {
  width: 100%;
}
.card_colorbook_big_bottom .elements__button-main {
  width: 100%;
}
/*===========================================
=========== card_autor ==============
*/
.card_autor {
  display: flex;
  max-width: 843px;
  flex-direction: column-reverse;
  align-items: center;
  gap: 1.25rem;
  background-color: rgba(237,213,127,0.2);
  padding: 30px;
}
@media (min-width: 768px) {

  .card_autor {
    flex-direction: row;
  }
}
.card_autor {
    border-radius: 0px 30px 30px 30px;
}
.author_list .card_autor:nth-child(odd) {
  margin-right: auto;
}
.author_list .card_autor:nth-child(even) {
  margin-left: auto;
}
.card_autor .img-wrapper {
  width: 250px;
  min-width: 250px;
}
/*===========================================
=========== card_post ==============
*/
.post-card {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0px 5px 15px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.post-card .image {
  display: inline-block;
  height: 165px;
  min-height: 165px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 576px) {

  .post-card .image {
    height: 228px;
    min-height: 228px;
  }
}
.post-card .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-card-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 15px;
  padding-bottom: 1.25rem;
}
@media (min-width: 576px) {

  .post-card-info {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
.post-date {
  display: flex;
  gap: 0.5rem;
}
/*===========================================
=========== animations_card / grid ==============
*/
.block_animations_list .animations-list {
  display: grid;
  grid-gap: 29px;
  gap: 29px;
    grid-template-columns: repeat(auto-fill, minmax(406px, 1fr));
}
@media (max-width: 567px) {
    .block_animations_list .animations-list {
        grid-template-columns: 1fr;
      }
}
/*===========================================
=========== card_product_slider ==============
*/
.card_product {
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.card_product .product-image {
  position: relative;
  aspect-ratio: 1 / 1;
}
.product-image .discount {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-image .discount .img-wrapper {
  height: 60px;
  width: 60px;
  min-width: 60px;
}
.discount .discount-number {
  position: absolute;
  left: 50%;
  top: 50%;
    transform: translate(-50%, -50%);
}
.product-card-action {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  opacity: 0.9;
}
.product-card-action span {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
    transition: all 0.2s ease;
}
.product-card-info {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.product-card-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
/*===========================================
=========== card_product_big ==============
*/
.card_product_big {
  display: flex;
  min-height: 325px;
  width: 100%;
  max-width: 844px;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {

  .card_product_big {
    flex-direction: row;
  }
}
.card_product_big .product-image {
  position: relative;
  aspect-ratio: 1 / 1;
}
@media (min-width: 768px) {

  .card_product_big .product-image {
    height: 325px;
  }
}
.card_product_big .product-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card_product_big_info {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {

  .card_product_big_info {
    width: 65%;
  }
}
.card_product_big_info .btn-main {
  margin-top: 1.5rem;
  display: flex;
  height: 3rem;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  white-space: nowrap;
  border-radius: 0.5rem;
  --tw-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0px 5px 15px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.card_product_big_info .btn-main:hover {
  --tw-shadow: 5px 10px 15px 0px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 5px 10px 15px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.card_product_big_info .btn-main a {
  font-family: PatrickHandSC;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.card_product_big_info .btn-main.custom-btn a {
  font-family: PatrickHandSC;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 33px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.card_product_big_info .cart .single_add_to_cart_button {
  font-family: PatrickHandSC;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.custom-btn .button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.single_add_to_cart_button .icon-Shopicons_Light_Cart4,
  .card_product_big_info .btn-main .icon-Shopicons_Light_Cart4 {
  pointer-events: none;
  font-size: 24px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.card_product_big .product-data {
  border-top-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgba(190, 184, 148, 1);
  border-color: rgba(190, 184, 148, var(--tw-border-opacity, 1));
}
.card_product_big .product-data ul {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
/*===========================================
=========== single_product_page ==============
*/
.banner_produt .product-gallery-swiper {
  padding-bottom: 50px;
}
.banner_produt .product-gallery-swiper .single-product-pagination {
  bottom: 0.25rem;
}
.banner_produt .single-product-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 184, 148, 1);
  background-color: rgba(190, 184, 148, var(--tw-bg-opacity, 1));
}
.banner_produt .gallery-image {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 15px;
}
.banner_produt .discount {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  height: 5rem;
  width: 5rem;
  align-items: center;
  justify-content: center;
}
.banner_produt .discount .img-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.banner_produt .discount .img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner_produt .content:nth-child(1) .product-tags {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
    z-index: 1;
}
.banner_produt .product-tags span {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-family: PatrickHandSC;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 8%;
}
.banner_produt .product-image {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.banner_produt .content:nth-child(1) .product-image img {
    width: 100%;
}
.banner_produt .product-info {
  border-bottom-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-bottom-color: rgba(190, 184, 148, 1);
  border-bottom-color: rgba(190, 184, 148, var(--tw-border-opacity, 1));
}
.banner_produt .product-info h1 {
  margin-bottom: 1.5rem;
  font-family: PatrickHandSC;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}
@media (min-width: 576px) {

  .banner_produt .product-info h1 {
    font-size: 56px;
    line-height: 56px;
  }
}
.banner_produt .product-info > p {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.banner_produt .product-info > p:first-of-type {
  padding-top: 0px;
  padding-bottom: 1.5rem;
}
.banner_produt .product-info__dopinfo {
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.banner_produt .product-info__dopinfo > p {
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.banner_produt .product-info .price,
.product-card-info .product-price {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.banner_produt .price .woocommerce-Price-amount bdi {
  font-family: PatrickHandSC;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}
.banner_produt .product-info .price .sales-price,
.product-price .sales-price {
  font-family: PatrickHandSC;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(235, 87, 75, 1);
  color: rgba(235, 87, 75, var(--tw-text-opacity, 1));
    -webkit-text-decoration: none;
    text-decoration: none;
}
.product-price .regular-price,
.banner_produt .product-info .price .regular-price {
  font-family: PatrickHandSC;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  --tw-text-opacity: 1;
  color: rgba(105, 113, 130, 1);
  color: rgba(105, 113, 130, var(--tw-text-opacity, 1));
  text-decoration-line: line-through;
}
.banner_produt .product-btn-section .in_stock-icon {
  margin-right: 10px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(92, 153, 138, 1);
  color: rgba(92, 153, 138, var(--tw-text-opacity, 1));
}
.woocommerce form .form-row {
  margin-bottom: 1.5rem;
  padding: 0px;
}
.woocommerce form .form-row#custom_note_text_field {
  display: flex;
}
.woocommerce form #custom_note_text_field label {
  margin-right: 10px;
  min-width: 60px;
  font-family: PatrickHandSC;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
@media (min-width: 576px) {

  .woocommerce form #custom_note_text_field label {
    min-width: 92px;
  }
}
.woocommerce form #custom_note_text_field label span {
  display: block;
}
.woocommerce form #custom_note_text_field textarea {
  min-height: 100px;
  width: 100%;
  resize: none;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(12, 17, 29, 1);
  border-color: rgba(12, 17, 29, var(--tw-border-opacity, 1));
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce form #custom_note_text_field .woocommerce-input-wrapper {
  width: 100%;
}
.banner_produt .single-cart-btn {
  border-bottom-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-bottom-color: rgba(190, 184, 148, 1);
  border-bottom-color: rgba(190, 184, 148, var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.banner_produt .single-cart-btn .quantity {
  margin-top: 1.25rem;
}
.banner_produt .single-cart-btn button.button.single_add_to_cart_button {
  margin-left: 102px;
  display: flex;
  height: 55px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(235, 87, 75, 1);
  background-color: rgba(235, 87, 75, var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 0.75rem;
  font-family: PatrickHandSC;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.08em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  --tw-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0px 5px 15px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.banner_produt .single-cart-btn button.button.single_add_to_cart_button:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 87, 75, 1);
  background-color: rgba(235, 87, 75, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  --tw-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
  --tw-shadow-colored: 0px 15px 30px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.banner_produt .single-cart-btn button.button.single_add_to_cart_button {
    width: calc(100% - 102px);
    transition: all 0.2s linear;
}
/*===========================================
=========== number input ==============
*/
.banner_produt .quantity input[type=number] {
    /*for absolutely positioning spinners*/
    border: 1px solid #0C111D;
    padding: 5px;
    padding-right: 25px;
    position: relative;
    float: left;
    height: 55px;
    min-width: 92px;
    border-radius: 0.5rem;
  }
.banner_produt .quantity {
  position: relative;
}
.banner_produt .quantity::before {
  position: absolute;
  top: 1px;
  left: 71px;
  z-index: 1;
  display: flex;
  height: 26px;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-content: '+';
  content: '+';
  content: var(--tw-content);
    border-radius: 0px 8px 0px 0px;
}
.banner_produt .quantity::after {
  position: absolute;
  top: 27px;
  left: 71px;
  z-index: 1;
  display: flex;
  height: 26px;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-content: '-';
  content: '-';
  content: var(--tw-content);
    border-radius: 0px 0px 8px 0px;
}
.banner_produt .quantity::before,
.banner_produt .quantity::after {
  pointer-events: none;
  cursor: pointer;
  font-size: 30px;
    line-height: 50%;
}
.banner_produt .quantity input[type=number]::-webkit-inner-spin-button,
  .banner_produt .quantity input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
    background-color: #ffffff;
    cursor: pointer;
  }
.banner_produt .quantity input[type=number]::-webkit-outer-spin-button, 
  .banner_produt .quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button !important;
  }
.banner_produt .quantity input[type=number]::-webkit-outer-spin-button, 
  .banner_produt .quantity input[type=number]::-webkit-inner-spin-button {
    width: 28px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #ffffff;
    cursor: pointer;
  }
/*===================================

}
================================*/
.woocommerce.columns-4 {
  margin-bottom: 96px;
  --max: calc((var(--container-max-width) - (var(--gap) * 11)) / 12);
  display: grid;
  grid-template-columns: minmax(0, 1fr)
            [outer-start]
            var(--padding-px)
            repeat(5, [content-start] minmax(0, calc((1280px - (0.5rem * 11)) / 12)) [content-gap] 0.5rem)
            [content-start]
            minmax(0, calc((1280px - (0.5rem * 11)) / 12))
            [content-gap]
            calc(0.5rem / 2)
            [half]
            calc(0.5rem / 2)
            repeat(5, [content-start] minmax(0, calc((1280px - (0.5rem * 11)) / 12)) [content-gap] 0.5rem)
            [content-start] minmax(0, calc((1280px - (0.5rem * 11)) / 12))
            [content-gap content-end]
            var(--padding-px)
            [outer-end]
            minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr)
            [outer-start]
            var(--padding-px)
            repeat(5, [content-start] minmax(0, var(--max)) [content-gap] var(--gap))
            [content-start]
            minmax(0, var(--max))
            [content-gap]
            calc(var(--gap) / 2)
            [half]
            calc(var(--gap) / 2)
            repeat(5, [content-start] minmax(0, var(--max)) [content-gap] var(--gap))
            [content-start] minmax(0, var(--max))
            [content-gap content-end]
            var(--padding-px)
            [outer-end]
            minmax(0, 1fr);
  grid-auto-rows: auto;
  width: 100%;
}
.woocommerce.columns-4 > * {
  grid-column: content;
}
._block .woocommerce.columns-4 > * {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.slider_animations .woocommerce.columns-4 > *,
.block_video_simple .woocommerce.columns-4 > *,
.block_video .woocommerce.columns-4 > * {
  position: relative;
}
.slider_animations .woocommerce.columns-4 > * > .img-wrapper,
.block_video_simple .woocommerce.columns-4 > * > .img-wrapper,
.block_video .woocommerce.columns-4 > * > .img-wrapper {
  position: absolute;
  right: 0px;
  top: -20px;
  display: none;
}
@media (min-width: 991px) {

  .slider_animations .woocommerce.columns-4 > * > .img-wrapper,
.block_video_simple .woocommerce.columns-4 > * > .img-wrapper,
.block_video .woocommerce.columns-4 > * > .img-wrapper {
    display: block;
  }
}
.slider_animations .woocommerce.columns-4 > * > .img-wrapper,
.block_video_simple .woocommerce.columns-4 > * > .img-wrapper,
.block_video .woocommerce.columns-4 > * > .img-wrapper {
  position: absolute;
  right: 0px;
  top: -20px;
  display: none;
}
@media (min-width: 991px) {

  .slider_animations .woocommerce.columns-4 > * > .img-wrapper,
.block_video_simple .woocommerce.columns-4 > * > .img-wrapper,
.block_video .woocommerce.columns-4 > * > .img-wrapper {
    display: block;
  }
}
.slider_animations .woocommerce.columns-4 > * > .img-wrapper,
.block_video_simple .woocommerce.columns-4 > * > .img-wrapper,
.block_video .woocommerce.columns-4 > * > .img-wrapper {
  position: absolute;
  right: 0px;
  top: -20px;
  display: none;
}
@media (min-width: 991px) {

  .slider_animations .woocommerce.columns-4 > * > .img-wrapper,
.block_video_simple .woocommerce.columns-4 > * > .img-wrapper,
.block_video .woocommerce.columns-4 > * > .img-wrapper {
    display: block;
  }
}
.block_video_simple .woocommerce.columns-4 > * .video-wrapper,
.block_video .woocommerce.columns-4 > * .video-wrapper {
  position: relative;
  height: 0px;
  width: -moz-min-content;
  width: min-content;
  max-width: 960px;
  overflow: hidden;
  border-radius: 10px;
  padding-bottom: 56.25%;
  --tw-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0px 5px 15px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
@media (min-width: 576px) {

  .block_video_simple .woocommerce.columns-4 > * .video-wrapper,
.block_video .woocommerce.columns-4 > * .video-wrapper {
    border-radius: 15px;
    padding-bottom: 50.25%;
  }
}
@media (min-width: 1200px) {

  .block_video_simple .woocommerce.columns-4 > * .video-wrapper,
.block_video .woocommerce.columns-4 > * .video-wrapper {
    border-radius: 30px;
    padding-bottom: 42.25%;
  }
}
.block_video_simple .woocommerce.columns-4 > * .video-wrapper,
.block_video .woocommerce.columns-4 > * .video-wrapper {
  position: relative;
  height: 0px;
  width: -moz-min-content;
  width: min-content;
  max-width: 960px;
  overflow: hidden;
  border-radius: 10px;
  padding-bottom: 56.25%;
  --tw-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0px 5px 15px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
@media (min-width: 576px) {

  .block_video_simple .woocommerce.columns-4 > * .video-wrapper,
.block_video .woocommerce.columns-4 > * .video-wrapper {
    border-radius: 15px;
    padding-bottom: 50.25%;
  }
}
@media (min-width: 1200px) {

  .block_video_simple .woocommerce.columns-4 > * .video-wrapper,
.block_video .woocommerce.columns-4 > * .video-wrapper {
    border-radius: 30px;
    padding-bottom: 42.25%;
  }
}
.block_video_simple .woocommerce.columns-4 > * .video-wrapper,
.block_video .woocommerce.columns-4 > * .video-wrapper {
    aspect-ratio: 16 / 9; 
}
.block_video_simple .woocommerce.columns-4 > * .video-wrapper iframe,
.block_video .woocommerce.columns-4 > * .video-wrapper iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner_page .woocommerce.columns-4 > * .img-wrapper {
  position: relative;
  height: 100%;
  max-height: 550px;
}
.banner_page .woocommerce.columns-4 > * .img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner_produt .woocommerce.columns-4 > *:nth-child(1) .product-tags {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
    z-index: 1;
}
.banner_produt .woocommerce.columns-4 > *:nth-child(1) .product-image img {
    width: 100%;
}
.page-template-default .footer-top .woocommerce.columns-4 > * {
  justify-content: center;
}
.single-post-content .block_video_simple .woocommerce.columns-4 > * .video-wrapper {
        aspect-ratio: 18 /9;
        padding-bottom: 50%
    }
.banner_page .woocommerce.columns-4 > * .img-wrapper img {
    -o-object-fit: contain;
       object-fit: contain;
}
.block_books_big .woocommerce.columns-4 > * {
        max-width: 844px;
        margin-left: auto;
        margin-right: auto;
    }
.block_teddy_piglet .woocommerce.columns-4 > * {
        max-width: 1064px;
        margin-left: auto;
        margin-right: auto;
    }
.block_teddy_piglet .woocommerce.columns-4 > * .animal-left-right {
            gap: 250px;
        }
@media(max-width: 1199px) {
.block_teddy_piglet .woocommerce.columns-4 > * .animal-left-right {
                gap: 48px;
        }
            }
.woocommerce.columns-4 > .banner_page {
  grid-column: 1 / -1;
}
@media (min-width: 576px) {

  .woocommerce.columns-4 > .woocommerce-ordering,
.woocommerce.columns-4 > p.woocommerce-result-count:first-of-type {
    grid-row-start: 2;
  }

  .woocommerce.columns-4 > .woocommerce-pagination {
    grid-row-start: 5;
  }
}
.woocommerce.columns-4 > p.woocommerce-result-count:last-of-type {
  grid-row-start: 6;
}
@media (min-width: 576px) {

  .woocommerce.columns-4 > p.woocommerce-result-count:last-of-type {
    grid-row-start: 5;
  }
}
/* FOR 7 PRODUTS PER PAGE */
.woocommerce.columns-7 {
  margin-bottom: 96px;
  --max: calc((var(--container-max-width) - (var(--gap) * 11)) / 12);
  display: grid;
  grid-template-columns: minmax(0, 1fr)
            [outer-start]
            var(--padding-px)
            repeat(5, [content-start] minmax(0, calc((1280px - (0.5rem * 11)) / 12)) [content-gap] 0.5rem)
            [content-start]
            minmax(0, calc((1280px - (0.5rem * 11)) / 12))
            [content-gap]
            calc(0.5rem / 2)
            [half]
            calc(0.5rem / 2)
            repeat(5, [content-start] minmax(0, calc((1280px - (0.5rem * 11)) / 12)) [content-gap] 0.5rem)
            [content-start] minmax(0, calc((1280px - (0.5rem * 11)) / 12))
            [content-gap content-end]
            var(--padding-px)
            [outer-end]
            minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr)
            [outer-start]
            var(--padding-px)
            repeat(5, [content-start] minmax(0, var(--max)) [content-gap] var(--gap))
            [content-start]
            minmax(0, var(--max))
            [content-gap]
            calc(var(--gap) / 2)
            [half]
            calc(var(--gap) / 2)
            repeat(5, [content-start] minmax(0, var(--max)) [content-gap] var(--gap))
            [content-start] minmax(0, var(--max))
            [content-gap content-end]
            var(--padding-px)
            [outer-end]
            minmax(0, 1fr);
  grid-auto-rows: auto;
  width: 100%;
}
.woocommerce.columns-7 > * {
  grid-column: content;
}
._block .woocommerce.columns-7 > * {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.slider_animations .woocommerce.columns-7 > *,
.block_video_simple .woocommerce.columns-7 > *,
.block_video .woocommerce.columns-7 > * {
  position: relative;
}
.slider_animations .woocommerce.columns-7 > * > .img-wrapper,
.block_video_simple .woocommerce.columns-7 > * > .img-wrapper,
.block_video .woocommerce.columns-7 > * > .img-wrapper {
  position: absolute;
  right: 0px;
  top: -20px;
  display: none;
}
@media (min-width: 991px) {

  .slider_animations .woocommerce.columns-7 > * > .img-wrapper,
.block_video_simple .woocommerce.columns-7 > * > .img-wrapper,
.block_video .woocommerce.columns-7 > * > .img-wrapper {
    display: block;
  }
}
.slider_animations .woocommerce.columns-7 > * > .img-wrapper,
.block_video_simple .woocommerce.columns-7 > * > .img-wrapper,
.block_video .woocommerce.columns-7 > * > .img-wrapper {
  position: absolute;
  right: 0px;
  top: -20px;
  display: none;
}
@media (min-width: 991px) {

  .slider_animations .woocommerce.columns-7 > * > .img-wrapper,
.block_video_simple .woocommerce.columns-7 > * > .img-wrapper,
.block_video .woocommerce.columns-7 > * > .img-wrapper {
    display: block;
  }
}
.slider_animations .woocommerce.columns-7 > * > .img-wrapper,
.block_video_simple .woocommerce.columns-7 > * > .img-wrapper,
.block_video .woocommerce.columns-7 > * > .img-wrapper {
  position: absolute;
  right: 0px;
  top: -20px;
  display: none;
}
@media (min-width: 991px) {

  .slider_animations .woocommerce.columns-7 > * > .img-wrapper,
.block_video_simple .woocommerce.columns-7 > * > .img-wrapper,
.block_video .woocommerce.columns-7 > * > .img-wrapper {
    display: block;
  }
}
.block_video_simple .woocommerce.columns-7 > * .video-wrapper,
.block_video .woocommerce.columns-7 > * .video-wrapper {
  position: relative;
  height: 0px;
  width: -moz-min-content;
  width: min-content;
  max-width: 960px;
  overflow: hidden;
  border-radius: 10px;
  padding-bottom: 56.25%;
  --tw-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0px 5px 15px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
@media (min-width: 576px) {

  .block_video_simple .woocommerce.columns-7 > * .video-wrapper,
.block_video .woocommerce.columns-7 > * .video-wrapper {
    border-radius: 15px;
    padding-bottom: 50.25%;
  }
}
@media (min-width: 1200px) {

  .block_video_simple .woocommerce.columns-7 > * .video-wrapper,
.block_video .woocommerce.columns-7 > * .video-wrapper {
    border-radius: 30px;
    padding-bottom: 42.25%;
  }
}
.block_video_simple .woocommerce.columns-7 > * .video-wrapper,
.block_video .woocommerce.columns-7 > * .video-wrapper {
  position: relative;
  height: 0px;
  width: -moz-min-content;
  width: min-content;
  max-width: 960px;
  overflow: hidden;
  border-radius: 10px;
  padding-bottom: 56.25%;
  --tw-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0px 5px 15px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
@media (min-width: 576px) {

  .block_video_simple .woocommerce.columns-7 > * .video-wrapper,
.block_video .woocommerce.columns-7 > * .video-wrapper {
    border-radius: 15px;
    padding-bottom: 50.25%;
  }
}
@media (min-width: 1200px) {

  .block_video_simple .woocommerce.columns-7 > * .video-wrapper,
.block_video .woocommerce.columns-7 > * .video-wrapper {
    border-radius: 30px;
    padding-bottom: 42.25%;
  }
}
.block_video_simple .woocommerce.columns-7 > * .video-wrapper,
.block_video .woocommerce.columns-7 > * .video-wrapper {
    aspect-ratio: 16 / 9; 
}
.block_video_simple .woocommerce.columns-7 > * .video-wrapper iframe,
.block_video .woocommerce.columns-7 > * .video-wrapper iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner_page .woocommerce.columns-7 > * .img-wrapper {
  position: relative;
  height: 100%;
  max-height: 550px;
}
.banner_page .woocommerce.columns-7 > * .img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner_produt .woocommerce.columns-7 > *:nth-child(1) .product-tags {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
    z-index: 1;
}
.banner_produt .woocommerce.columns-7 > *:nth-child(1) .product-image img {
    width: 100%;
}
.page-template-default .footer-top .woocommerce.columns-7 > * {
  justify-content: center;
}
.single-post-content .block_video_simple .woocommerce.columns-7 > * .video-wrapper {
        aspect-ratio: 18 /9;
        padding-bottom: 50%
    }
.banner_page .woocommerce.columns-7 > * .img-wrapper img {
    -o-object-fit: contain;
       object-fit: contain;
}
.block_books_big .woocommerce.columns-7 > * {
        max-width: 844px;
        margin-left: auto;
        margin-right: auto;
    }
.block_teddy_piglet .woocommerce.columns-7 > * {
        max-width: 1064px;
        margin-left: auto;
        margin-right: auto;
    }
.block_teddy_piglet .woocommerce.columns-7 > * .animal-left-right {
            gap: 250px;
        }
@media(max-width: 1199px) {
.block_teddy_piglet .woocommerce.columns-7 > * .animal-left-right {
                gap: 48px;
        }
            }
.woocommerce.columns-7 > .banner_page {
  grid-column: 1 / -1;
}
@media (min-width: 576px) {

  .woocommerce.columns-7 > .woocommerce-ordering,
.woocommerce.columns-7 > p.woocommerce-result-count:first-of-type {
    grid-row-start: 2;
  }

  .woocommerce.columns-7 > .woocommerce-pagination {
    grid-row-start: 5;
  }
}
.woocommerce.columns-7 > p.woocommerce-result-count:last-of-type {
  grid-row-start: 6;
}
@media (min-width: 576px) {

  .woocommerce.columns-7 > p.woocommerce-result-count:last-of-type {
    grid-row-start: 5;
  }
}
/*****************/
.woocommerce-mini-cart-display {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 350px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    transition: right 0.3s ease-in-out;
    z-index: 9999;
}
.woocommerce-mini-cart-display.open {
    right: 0;
}
.mini-cart-content {
    padding: 20px;
    position: relative;
}
.close-mini-cart {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    border: none;
    background: none;
    color: #000;
}
/*===========================================
=========== shop-banner ==============
*/
.hf-shop-banner .title_page {
  margin: 0px;
  text-align: center;
  font-family: PatrickHandSC;
  font-size: 70px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 70px;
}
/*===========================================
=========== breadcrumbs ==============
*/
.hf-breadcrumbs {
  display: flex;
  align-items: center;
}
.hf-breadcrumbs .breadcrumbs-address {
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.hf-breadcrumbs .breadcrumbs-link {
  --tw-text-opacity: 1;
  color: rgba(92, 153, 138, 1);
  color: rgba(92, 153, 138, var(--tw-text-opacity, 1));
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.hf-shop-banner .separator {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgba(190, 184, 148, 1);
  color: rgba(190, 184, 148, var(--tw-text-opacity, 1));
}
/*===========================================
=========== product card ==============
*/
.woocommerce ul.products li.product a img {
  margin: 0px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/*===========================================
=========== button kupi ==============
*/
.woocommerce ul.products li.product .elements__button-border {
  display: inline-block;
  width: -moz-min-content;
  width: min-content;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(12, 17, 29, 1);
  border-color: rgba(12, 17, 29, var(--tw-border-opacity, 1));
    transition: all 0.2s linear;
}
.woocommerce ul.products li.product .button {
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: PatrickHandSC;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.08em;
}
/*===========================================
=========== pagination ==============
*/
.woocommerce nav.woocommerce-pagination {
  display: flex;
  justify-content: center;
}
@media (min-width: 576px) {

  .woocommerce nav.woocommerce-pagination {
    justify-content: flex-end;
  }
}
.woocommerce nav.woocommerce-pagination ul {
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 230, 200, 1);
  background-color: rgba(235, 230, 200, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(12, 17, 29, 1);
  color: rgba(12, 17, 29, var(--tw-text-opacity, 1));
}
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    float: none;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    transition: all 0.2s ease;
    border: none;
}
/*===========================================
=========== select ==============
*/
.woocommerce.columns-4  .woocommerce-ordering {
  float: none;
  margin-bottom: 3rem;
  display: flex;
}
@media (min-width: 576px) {

  .woocommerce.columns-4  .woocommerce-ordering {
    justify-content: flex-end;
  }
}
.woocommerce.columns-4 .woocommerce-ordering select {
  height: 2.5rem;
  border-radius: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
    border: 1px solid #0C111D;
}
/*===========================================
=========== catalog grid ==============
*/
.woocommerce ul.products.columns-4 {
  margin: 0px;
  margin-bottom: 18px;
  display: grid;
  grid-gap: 30px;
  gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(295px, 1fr));
}
.woocommerce.columns-4  ul.products.columns-4 li.product {
  width: 100% !important;
}
.woocommerce.columns-4  ul.products.columns-4 li.product {
    float: none;
    margin: 0;
    position: relative;
}
.woocommerce.columns-4 ul.products::before {
    content: none;
    display: none;
}
/*===========================================
=========== tabi ==============
*/
.custom-product-tabs {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 230, 200, 1);
  background-color: rgba(235, 230, 200, var(--tw-bg-opacity, 1));
}
.custom-product-tabs .tab-content,
.custom-product-tabs .tabs {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 666px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.custom-product-tabs .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
    border-bottom: 1px solid #BEB894;
}
.custom-product-tabs .tabs .tab-link {
  display: flex;
  height: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(235, 230, 200, 1);
  background-color: rgba(235, 230, 200, var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
    transition: all 0.3s easi-in;
}
.custom-product-tabs .tabs .tab-link .comment-number {
  margin-left: 6px;
    transition: all 0.3s easi-in;
}
.custom-product-tabs .tabs .tab-link:hover,
.custom-product-tabs .tabs .tab-link.active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.custom-product-tabs .tab-content {
  display: none;
  padding-top: 1.5rem;
}
.custom-product-tabs .tab-content.active {
  display: block;
}
h3.comment-reply-title,
.custom-product-tabs .tab-content h2 {
  font-family: PatrickHandSC;
  font-size: 32px;
  font-weight: 400;
  line-height: 2rem;
}
.custom-product-tabs .tab-content img {
  float: left;
  margin-left: 1.25rem;
  margin-right: 1.5rem;
}
/*===========================================
=========== tabs ==============
*/
.custom-product-tabs .comment-list {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
    border-bottom: 1px dashed #BEB894;
}
.custom-product-tabs .comment-list li {
  overflow: hidden;
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-product-tabs .comment-list li .comment-author {
  display: none;
}
.commentlist {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
    border-bottom: 1px dashed #BEB894;
}
.comment-single {
  overflow: hidden;
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 15px;
  padding-right: 15px;
}
/*===========================================
=========== ostajno ==============
*/
.woocommerce.columns-4 .woocommerce-result-count {
  float: none;
  margin-top: 10px;
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.product-spec-name {
  margin-right: 10px;
  display: inline-block;
  min-width: 60px;
  font-family: PatrickHandSC;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
@media (min-width: 576px) {

  .product-spec-name {
    min-width: 92px;
  }
}
.banner_produt .categories a,
.banner_produt .product-spec {
  --tw-text-opacity: 1;
  color: rgba(92, 153, 138, 1);
  color: rgba(92, 153, 138, var(--tw-text-opacity, 1));
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.banner_produt .social-row ul li a {
  font-size: 20px;
}
.banner_produt .variations tr > td,
.banner_produt .variations tr > th {
  padding-bottom: 1.5rem;
}
.banner_produt .variations label {
  display: block;
  min-width: 92px;
  text-align: left;
  font-family: PatrickHandSC;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.banner_produt .variations select {
  margin-right: 0.75rem;
  cursor: pointer;
  border-radius: 0.5rem;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 25px;
  padding-right: 25px;
    border: 1px solid #0C111D;
    -webkit-appearance : none;
       -moz-appearance : none;
            appearance : none;
}
.banner_produt tr:first-of-type .value {
  position: relative;
}
.banner_produt tr:first-of-type .value::after {
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 15px;
  --tw-content: url('/wp-content/themes/humanfrog/img/select-arrow.jpg');
  content: url('/wp-content/themes/humanfrog/img/select-arrow.jpg');
  content: var(--tw-content);
}
.banner_produt tr .reset_variations,
.banner_produt tr #pa_barva {
  display: none !important;
}
.banner_produt .variations .color-swatches {
  gap: 18px;
}
.banner_produt .variations .color-swatches .swatch {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
    border: 1px solid #BEB894;
}
.banner_produt .variations .color-swatches .swatch::before {
  position: absolute;
  top: -5px;
  left: -5px;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px;
  --tw-content: '';
  content: '';
  content: var(--tw-content);
    border: 1px solid #BEB894;
}
.banner_produt .variations .color-swatches .swatch.selected::before {
    border: 1px solid #0C111D;
}
.banner_produt .variations .color-swatches .swatch.selected::after {
  position: absolute;
  top: 1px;
  left: 5px;
  z-index: 3;
  border-radius: 9999px;
  --tw-content: url('/wp-content/themes/humanfrog/img/check-arr.svg');
  content: url('/wp-content/themes/humanfrog/img/check-arr.svg');
  content: var(--tw-content);
}
.banner_produt .variations .color-swatches .swatch.selected[style="background-color: #8D3140;"]::after,
.banner_produt .variations .color-swatches .swatch.selected[style="background-color: #0C111D;"]::after {
  z-index: 3;
  --tw-content: url('/wp-content/themes/humanfrog/img/check-arr-white.svg');
  content: url('/wp-content/themes/humanfrog/img/check-arr-white.svg');
  content: var(--tw-content);
}
.woocommerce-checkout.woocommerce-page .wc-block-components-text-input input[type="email"],
.woocommerce-checkout.woocommerce-page .wc-block-components-text-input input[type="text"],
.woocommerce-checkout.woocommerce-page .wc-blocks-components-select .wc-blocks-components-select__container {
  height: 60px;
}
.page-template-default .footer-top .content {
  justify-content: center;
}
.page-template-default .woocommerce-order .woocommerce-thankyou-order-received {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
}
@media (min-width: 576px) {

  .page-template-default .woocommerce-order .woocommerce-thankyou-order-received {
    font-size: 30px;
    line-height: 45px;
  }
}
.reset_variations {
  text-decoration-line: underline;
}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
  font-size: 18px;
}
.woocommerce-cart.woocommerce-page .wc-block-components-radio-control .wc-block-components-radio-control__input {
  left: 0px;
}
.woocommerce-cart.woocommerce-page .wc-block-components-radio-control__option,
.woocommerce-cart.woocommerce-page .is-small .wc-block-components-shipping-rates-control .wc-block-components-radio-control__option,
.woocommerce-cart.woocommerce-page .is-mobile .wc-block-components-shipping-rates-control .wc-block-components-radio-control__option {
  padding-left: 50px;
}
.woocommerce-cart.woocommerce-page .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    grid-row-start: 3;
}
.woocommerce-cart.woocommerce-page .wc-block-cart-item__total-price-and-sale-badge-wrapper {
  justify-content: flex-end;
}
div#cc-main {
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}
div#cc-main p {
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
#cc-main .cm__title {
  text-align: center;
  font-family: PatrickHandSC;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}
#cc-main .cm__desc {
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}
#cc-main .cm__btn {
  display: flex;
  max-height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(235, 87, 75, 1);
  background-color: rgba(235, 87, 75, var(--tw-bg-opacity, 1));
  font-family: PatrickHandSC;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.08em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
#cc-main .cm__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 164, 71, 1);
  background-color: rgba(255, 164, 71, var(--tw-bg-opacity, 1));
}
#cc-main .cm__btn {
    border: none;
}
#cc-main .pm__btn {
  display: flex;
  max-height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(235, 87, 75, 1);
  background-color: rgba(235, 87, 75, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  font-family: PatrickHandSC;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.08em;
}
#cc-main .pm__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 164, 71, 1);
  background-color: rgba(255, 164, 71, var(--tw-bg-opacity, 1));
}
#cc-main .pm__btn {
    border: none;
}
#cc-main .cm__btn.cm__btn--secondary {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(12, 17, 29, 1);
  color: rgba(12, 17, 29, var(--tw-text-opacity, 1));
}
#cc-main .cm__btn.cm__btn--secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(137, 140, 142, 1);
  background-color: rgba(137, 140, 142, var(--tw-bg-opacity, 1));
}
#cc-main .cm__btn.cm__btn--secondary {
    border: 1px solid #0C111D;
}
#cc-main .pm__btn--secondary {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(12, 17, 29, 1);
  color: rgba(12, 17, 29, var(--tw-text-opacity, 1));
  font-family: PatrickHandSC;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.08em;
}
#cc-main .pm__btn--secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(137, 140, 142, 1);
  background-color: rgba(137, 140, 142, var(--tw-bg-opacity, 1));
}
#cc-main .pm__btn--secondary {
    border: 1px solid #0C111D;
}
#cc-main .cm__btn-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#cc-main .cm--inline .cm__btn+.cm__btn {
    margin-left: 0;
    margin-top: 0;
}
#cc-main .pm__close-btn {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  overflow: visible;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    border: 1px dashed #0c111d;
}
#cc-main .pm__close-btn span {
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 1;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(235, 87, 75, 1);
  background-color: rgba(235, 87, 75, var(--tw-bg-opacity, 1));
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    transition: all 0.2s linear;
}
#cc-main .toggle__icon {
  background-color: transparent;
    box-shadow: 0 0 0 1px #0C111D;
}
#cc-main .toggle__icon-off svg {
    stroke: #0C111D;
}
#cc-main .toggle__icon-circle {
    background:  #0C111D;
    box-shadow: none;
    border: 2px solid #f0f4f7;
}
#cc-main .section__toggle:checked~.toggle__icon {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 164, 71, 1);
  background-color: rgba(255, 164, 71, var(--tw-bg-opacity, 1));
    box-shadow: 0 0 0 1px #FFA447;
}
#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-circle {
    background:  #FFFFFF;
    box-shadow: none;
    border: 2px solid #FFA447;
}
#cc-main .toggle__icon-on svg {
    stroke: #FFFFFF;
}
#cc-main .section__toggle:checked:disabled~.toggle__icon {
    background:  #ffdaa5;
    box-shadow: 0 0 0 1px #ffdaa5;
}
#cc-main .section__toggle:checked:disabled~.toggle__icon .toggle__icon-circle {
    background:  #FFA447;
    box-shadow: none;
    border: 2px solid #ffdaa5;
}
#cc-main .section__toggle:checked:disabled~.toggle__icon .toggle__icon-on svg {
    stroke: #FFA447;
}
#cc-main .pm__title {
  font-family: PatrickHandSC;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}
#cc-main .pm__section-title {
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
}
/* #cc-main .pm__section--toggle .pm__section-title {
    background:  #cfcfcf;
}
#cc-main .pm__section--toggle .pm__section-desc-wrapper,
#cc-main .pm__section--toggle .pm__section-title {
    @apply
        border-[#cfcfcf]
    ;
} */
#cc-main .pm__section-desc,
#cc-main .pm__section--toggle .pm__section-desc {
    color: #0C111D;
}
#cc-main .pm__close-btn:hover {
    background: #FFFFFF;
    border-color: #0c111d;
}
#cc-main .pm__close-btn:hover span {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
#cc-main .cm__btn.cm__btn--secondary:hover {
    border: 1px solid #898c8e;
}
#cookie-change {
    z-index: 5;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-\[99px\] {
  margin-left: 99px;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-\[157px\] {
  height: 157px;
}
.h-full {
  height: 100%;
}
.max-h-\[700px\] {
  max-height: 700px;
}
.w-\[157px\] {
  width: 157px;
}
.w-full {
  width: 100%;
}
.max-w-\[1062px\] {
  max-width: 1062px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-\[844px\] {
  max-width: 844px;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink {
  flex-shrink: 1;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[30px\] {
  gap: 30px;
}
.overflow-hidden {
  overflow: hidden;
}
.border {
  border-width: 1px;
}
.bg-main-red {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 87, 75, 1);
  background-color: rgba(235, 87, 75, var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pb-\[58px\] {
  padding-bottom: 58px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.text-center {
  text-align: center;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[33px\] {
  font-size: 33px;
}
.text-\[41px\] {
  font-size: 41px;
}
.text-main-green {
  --tw-text-opacity: 1;
  color: rgba(92, 153, 138, 1);
  color: rgba(92, 153, 138, var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgba(12, 17, 29, 1);
  color: rgba(12, 17, 29, var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.no-underline {
  text-decoration-line: none;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  filter: blur(8px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) invert(100%) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.container-grid {
  --max: calc((var(--container-max-width) - (var(--gap) * 11)) / 12);
  display: grid;
  grid-template-columns: minmax(0, 1fr)
            [outer-start]
            var(--padding-px)
            repeat(5, [content-start] minmax(0, calc((1280px - (0.5rem * 11)) / 12)) [content-gap] 0.5rem)
            [content-start]
            minmax(0, calc((1280px - (0.5rem * 11)) / 12))
            [content-gap]
            calc(0.5rem / 2)
            [half]
            calc(0.5rem / 2)
            repeat(5, [content-start] minmax(0, calc((1280px - (0.5rem * 11)) / 12)) [content-gap] 0.5rem)
            [content-start] minmax(0, calc((1280px - (0.5rem * 11)) / 12))
            [content-gap content-end]
            var(--padding-px)
            [outer-end]
            minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr)
            [outer-start]
            var(--padding-px)
            repeat(5, [content-start] minmax(0, var(--max)) [content-gap] var(--gap))
            [content-start]
            minmax(0, var(--max))
            [content-gap]
            calc(var(--gap) / 2)
            [half]
            calc(var(--gap) / 2)
            repeat(5, [content-start] minmax(0, var(--max)) [content-gap] var(--gap))
            [content-start] minmax(0, var(--max))
            [content-gap content-end]
            var(--padding-px)
            [outer-end]
            minmax(0, 1fr);
  grid-auto-rows: auto;
  width: 100%;
}
.full {
  grid-column: 1 / -1;
}
.content {
  grid-column: content;
}
/* Underline */
.hf_loading {
    display: none;
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.hf_loading h3 {
        display: none;
    }
.hf_loading.active {
        display: flex;
    }
.woocommerce-checkout.woocommerce-page .hf_loading, .woocommerce-cart.woocommerce-page .hf_loading {
        background-color: #ffffff;
    }
.woocommerce-checkout.woocommerce-page .wp-block-woocommerce-checkout-order-summary-coupon-form-block #wc-block-components-totals-coupon__input-coupon, .woocommerce-cart.woocommerce-page .wp-block-woocommerce-checkout-order-summary-coupon-form-block #wc-block-components-totals-coupon__input-coupon {
            height: 48px;
            position: relative;
            top: 9px;
        }
.woocommerce-checkout.woocommerce-page .hf_loading .checkout-title {
            display: block;
        }
.woocommerce-cart.woocommerce-page .hf_loading .cart-title {
            display: block;
        }
.woocommerce-shop .product .star-rating {
            display: none;
        }
.woocommerce-shop .product .card_product .add-to-cart .add_to_cart_button:after {
                        display: none;
                    }
/* SIDECART STYLING */
.woocommerce-mini-cart-display .mini-cart-content {
        padding: 0;
        padding-top: 33px;
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
.woocommerce-mini-cart-display .mini-cart-content .product_list_widget {
            max-height: calc(100vh - 192px);
            overflow-y: auto;
        }
.woocommerce-mini-cart-display .mini-cart-content .product_list_widget .mini_cart_item {
                padding-left: 30px;
                padding-right: 30px;
                position: relative;
            }
.woocommerce-mini-cart-display .mini-cart-content .product_list_widget .mini_cart_item .remove_from_cart_button {
                    color: #676E70 !important;
                }
.woocommerce-mini-cart-display .mini-cart-content .product_list_widget .mini_cart_item .remove_from_cart_button {
                    position: absolute;
                    top: 3px;
                    left: 0;
                    line-height: 27px;
                    font-size: 24px;
                    border-radius: 0;
                    width: 30px;
                    height: 30px;
                    text-align: center;
                }
.woocommerce-mini-cart-display .mini-cart-content .product_list_widget .mini_cart_item .remove_from_cart_button:hover {
                        color: #000000 !important;
                    }
.woocommerce-mini-cart-display .mini-cart-content .product_list_widget .mini_cart_item .remove_from_cart_button:hover {
                        background-color: transparent;
                    }
.woocommerce-mini-cart-display .mini-cart-content .product_list_widget .mini_cart_item .item-content {
                    display: flex;
                    gap: 10px;
                }
.woocommerce-mini-cart-display .mini-cart-content .product_list_widget .mini_cart_item .item-content .item-text {
                        flex: 1;
                    }
.woocommerce-mini-cart-display .mini-cart-content .product_list_widget .mini_cart_item .item-content .item-text .quantity {
                            display: block;
                            position: relative;
                            bottom: 10px;
                            font-size: 14px;
                            color: #676E70;
                        }
.woocommerce-mini-cart-display .mini-cart-content .product_list_widget .mini_cart_item .item-content .item-text .quantity .woocommerce-Price-amount {}
.woocommerce-mini-cart-display .mini-cart-content .product_list_widget .mini_cart_item .item-content .size-woocommerce_thumbnail {
                        width: 62px;
                        height: 62px;
                        -o-object-fit: cover;
                           object-fit: cover;
                        -o-object-position: center;
                           object-position: center;
                    }
.woocommerce-mini-cart-display .mini-cart-content .product_list_widget .mini_cart_item .variation-Posvetilo {
                    display: none;
                }
.woocommerce-mini-cart-display .mini-cart-content .total {
            margin-bottom: 13px;
        }
.woocommerce-mini-cart-display .mini-cart-content .close-mini-cart {
            position: absolute;
            width: 33px;
            text-align: center;
            top: 0;
            right: 0;
            z-index: 1;
        }
.woocommerce-mini-cart-display .mini-cart-content .woocommerce-mini-cart__buttons {
            display: grid;
            grid-gap: 10px;
            grid-template-columns: 1fr;
        }
.woocommerce-mini-cart-display .mini-cart-content .woocommerce-mini-cart__buttons .button {
                padding: 0 10px;
                text-align: center;
                background-color: rgba(235, 87, 75, 1);
                line-height: 48px;
                height: 48px;
                padding-left: 1rem;
                padding-right: 0.75rem;
                color: #ffffff;
                text-transform: uppercase;
                width: 100%;
                border-radius: 8px;
            }
.woocommerce-mini-cart-display .mini-cart-content .mini-cart-bottom {
            width: 100%;
            height: -moz-fit-content;
            height: fit-content;
            padding: 20px;
        }
@media(max-width:400px) {
        .woocommerce-mini-cart-display.open {
            width: calc(100% - 20px);
        }

    }
/* CART PAGE STYLING */
.woocommerce-checkout.woocommerce-page .page-content .woocommerce-order,
.woocommerce-checkout.woocommerce-page .page-content .wp-block-woocommerce-checkout,
.woocommerce-cart.woocommerce-page .page-content .wp-block-woocommerce-cart {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.woocommerce-cart.woocommerce-page .page-content .wc-block-components-sale-badge,
        .woocommerce-cart.woocommerce-page .page-content .wc-block-cart-item__prices {
            display: none;
        }
.woocommerce-cart.woocommerce-page .page-content .wp-block-woocommerce-cart {
            max-width: 1280px;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }
.woocommerce-cart.woocommerce-page .page-content .wc-block-cart-item__product {
            display: flex;
            align-items: center;
            height: -moz-max-content;
            height: max-content;
            padding-top: 24px;
            margin-bottom: 24px;
            padding-bottom: 0;
            margin-top: 0;
        }
.woocommerce-cart.woocommerce-page .page-content .wc-block-cart-item__product .wc-block-components-product-name {
                margin-bottom: 0;
            }
.woocommerce-cart.woocommerce-page .page-content .wc-block-cart-item__wrap {
            display: flex;
            gap: 20px;
            align-items: baseline;
        }
.woocommerce-cart.woocommerce-page .page-content .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
                display: flex;
                gap: 20px;
                align-items: baseline;
            }
.woocommerce-cart.woocommerce-page .page-content .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
                    margin-bottom: 0;
                }
.woocommerce-cart.woocommerce-page .page-content .wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper {
                flex-direction: initial;
                align-items: center;
                padding-top: 24px;
                margin-bottom: 24px;
                padding-bottom: 0;
                margin-top: 0;
            }
.woocommerce-cart.woocommerce-page .wc-block-cart__submit-button {
        padding: 0 10px;
        text-align: center;
        background-color: rgba(235, 87, 75, 1);
        line-height: 48px;
        height: 48px;
        padding-left: 1rem;
        padding-right: 0.75rem;
        color: #ffffff;
        text-transform: uppercase;
        width: 100%;
        border-radius: 8px;
        min-height: 0;
        min-height: initial;
        transition: all 0.2s linear;
    }
.woocommerce-cart.woocommerce-page .wc-block-cart__submit-button:hover {
        box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.30196);

    }
.woocommerce-cart.woocommerce-page .wp-block-woocommerce-cart-totals-block {
        height: -moz-fit-content;
        height: fit-content;
        position: sticky;
        top: 20px;
    }
@media(max-width:1280px) {
            .woocommerce-cart.woocommerce-page .page-content .wp-block-woocommerce-cart {
                padding: 30px;
            }
    }
@media(max-width:767px) {
            .woocommerce-cart.woocommerce-page .page-content .wp-block-woocommerce-cart {
                padding: 0px 20px;
            }
    }
@media(max-width:1024px) {

        /* .wc-block-cart-items__row{
            .wc-block-cart-item__image{
                display:none;
            }
        } */
        .woocommerce-cart.woocommerce-page .wp-block-woocommerce-cart-items-block {
            padding-right: 10px;
        }

        .woocommerce-cart.woocommerce-page .wp-block-woocommerce-cart-totals-block {
            padding-left: 10px;
        }

    }
@media(max-width:425px) {
.woocommerce-cart.woocommerce-page {
        /* .page-content{
            padding:0 15px;
        }
         */
}
    }
/* REMOVE HEADER ON CART PAGE */
.woocommerce-cart.woocommerce-page .main_header,
    .woocommerce-cart.woocommerce-page .footer-menu {
        display: none;
    }
.woocommerce-cart.woocommerce-page .wc-block-cart-item__wrap {
        display: grid !important;
        grid-gap: 10px !important;
        gap: 10px !important;
        grid-row-gap: 0px !important;
        row-gap: 0px !important;
        align-items: inherit !important;
    }
.woocommerce-cart.woocommerce-page .wc-block-cart-item__wrap {
        grid-template-columns: 3fr 1fr 1fr;
        grid-column: revert;
        margin-bottom: 0px;
    }
.woocommerce-cart.woocommerce-page .wc-block-cart-item__wrap .wc-block-components-product-metadata {
            grid-area: 1;
            grid-row: 2;
        }
.woocommerce-cart.woocommerce-page .wc-block-cart-item__total {
        padding: 0px !important;
        margin: 0px !important;
    }
.woocommerce-cart.woocommerce-page .wc-block-cart-item__quantity {
        margin-top: 20px !important;
    }
.woocommerce-cart.woocommerce-page .wc-block-cart-item__product {
        margin-top: -1px !important;
    }
@media (max-width: 1200px) {
        .woocommerce-cart.woocommerce-page .wc-block-components-sidebar-layout .wc-block-cart-item__wrap {
            grid-template-columns: 1fr !important;
        }
    }
@media (max-width: 1024px) {
        .woocommerce-cart.woocommerce-page .wc-block-components-sidebar-layout {
            flex-direction: column !important;
        }

            .woocommerce-cart.woocommerce-page .wc-block-components-sidebar-layout .wc-block-components-main {
                width: 100% !important;
            }

            .woocommerce-cart.woocommerce-page .wc-block-components-sidebar-layout .wc-block-cart-item__quantity {
                grid-row: 1 /3;
                margin-top: auto;
                margin-bottom: auto;
            }

        .woocommerce-cart.woocommerce-page .wc-block-cart-item__total {
            padding: 11px 0 24px 16px !important;
        }
    }
@media (max-width: 768px) {
        .woocommerce-cart.woocommerce-page .wc-block-cart-item__quantity {
            grid-row-start: 5 !important;
        }
        .woocommerce-cart.woocommerce-page .wc-block-cart-item__quantity {
            grid-area: 2;
        }
    }
@media (max-width: 468px) {
        .woocommerce-cart.woocommerce-page .wc-block-cart-items__row {
            grid-template-columns: 1fr 1fr 1fr !important;
        }
        .woocommerce-cart.woocommerce-page .wc-block-cart-items__row {
            display: grid;
        }

            .woocommerce-cart.woocommerce-page .wc-block-cart-items__row .wc-block-cart-items__row {
                grid-area: 2 !important;
                padding: 26px 0 !important;
            }

            .woocommerce-cart.woocommerce-page .wc-block-cart-items__row .wc-block-cart-item__wrap {
                grid-template-columns: 1fr !important;
            }

            .woocommerce-cart.woocommerce-page .wc-block-cart-items__row .wc-block-cart-item__quantity {
                grid-area: 4 !important;
                gap: 0px !important
            }

            .woocommerce-cart.woocommerce-page .wc-block-cart-items__row .wc-block-cart-item__quantity {
                flex-wrap: wrap
            }
    }
/* CHECKOUT PAGE */
.woocommerce-checkout.woocommerce-page .main_header,
    .woocommerce-checkout.woocommerce-page .footer-menu {
        display: none;
    }
@media(max-width:1340px) {
        .woocommerce-checkout.woocommerce-page .wp-block-woocommerce-checkout {
            padding: 0 30px;
        }
    }
@media(max-width:425px) {
        .woocommerce-checkout.woocommerce-page .wp-block-woocommerce-checkout {
            padding: 0 15px;
        }
    }
/* STYLE COMPLETE ORDER BUTTON */
.woocommerce-checkout.woocommerce-page .wc-block-components-button__text {
        padding: 0 10px;
        text-align: center;
        background-color: rgba(235, 87, 75, 1);
        line-height: 48px;
        height: 48px;
        padding-left: 1rem;
        padding-right: 0.75rem;
        color: #ffffff;
        text-transform: uppercase;
        width: 100%;
        border-radius: 8px;
        min-height: 0;
        min-height: initial;
    }
.woocommerce-checkout.woocommerce-page .page-content table tr td:first-child {
        padding-left: 10px;
    }
.woocommerce-checkout.woocommerce-page .page-content table tr td:last-child {
        padding-right: 10px;
    }
/* THANK YOU PAGE */
/* PRODUCT PAGE */
.woocommerce form .form-row#custom_note_text_field {
    display: flex;
    min-width: 100%;
}
/* REVIEWS */
.hf-star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 5px;
}
.hf-star-rating input[type="radio"] {
    display: none;
}
.hf-star-rating label {
    cursor: pointer;
}
.hf-star-rating label svg path {
    fill: white;
    stroke: #FFA447;
    transition: fill 0.2s ease;
}
.hf-star-rating label:hover svg path,
.hf-star-rating label:hover~label svg path {
    fill: #FFA447;
}
.hf-star-rating input[type="radio"]:checked+label svg path,
.hf-star-rating input[type="radio"]:checked+label~label svg path {
    fill: #FFA447;
}
/* SINGLE PAGE (EVENTS) */
#single-blog-banner {
    height: 170px;
}
#single-blog-banner .bg-banner-blog {
        max-width: 844px;
        margin-left: auto;
        margin-right: auto;
    }
#single-blog-banner.banner_page .background {
        height: 200px !important;
    }
#single-blog-banner .title_page {
        text-transform: inherit;
    }
.single-blog .blog-info {
        max-width: 796px;
        margin-left: auto;
        margin-right: auto;
    }
.single-blog h1 {
        font-size: 48px;
        line-height: 48px;
    }
.single-blog .post-date {
        color: #5C998A;
    }
.single-blog .excerpt {
        padding-top: 20px;
        padding-bottom: 20px;
    }
.single-blog .image {
        width: 100%;
        border-radius: 30px;
        margin-bottom: 40px;
    }
.single-blog .blog-link {
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 8%;
        color: #FFA447;
        letter-spacing: 3px;
    }
.single-blog .social-separator {
  height: 2rem;
  width: 0px;
        border-left-width: 1px;
        border-style: dashed;
        border-color: rgba(190, 184, 148, 1);
}
.single-blog .date-social-holder.tall {
  align-items: flex-start !important;
}
.single-blog .date-social-holder.tall {
  flex-direction: column;
}
.single-blog .date-social-holder.tall .social-separator {
  height: 0px;
  width: 100%;
        border-left: 0 none;
        border-top-width: 1px;
}
.single-blog .share-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}
.single-blog .share-content .share-text {
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgba(92, 153, 138, 1);
  color: rgba(92, 153, 138, var(--tw-text-opacity, 1));
}
.single-blog .share-content .social-links {
  margin: -9px;
  display: flex;
}
.single-post-content {
    max-width: 944px;
    margin-left: auto;
    margin-right: auto;

}
.single-post-content .video-wrapper {
        width: 100% !important;
    }
.single-post-content .block_video_simple .content .video-wrapper {
        aspect-ratio: 18 /9;
        padding-bottom: 50%
    }
.posts-list {
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media (min-width: 576px) {

  .posts-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 991px) {

  .posts-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.posts-list {
    grid-template-columns: repeat(auto-fill, minmax(406px, 1fr));
    max-width: 1278px;
}
@media (max-width: 575px) {
    .posts-list {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
}
.posts-list .post-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.posts-list .post-card {
        height: 100%;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        box-shadow: none;
    }
.posts-list .post-card img {
        border: 0px solid transparent;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
.posts-list .post-card-content {
        padding: 10px;
    }
.event-date-wrap {
    color: #5C998A;
    align-items: center;
}
.event-date-wrap img {
        width: 20px;
        height: 20px;
    }
#breadcrumbs span span a {
    visibility: hidden;
}
#breadcrumbs span span a:after {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background-image: url('/../../img/breadcrumbs-home.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}
#breadcrumbs .breadcrumb_last {
    display: block;
}
#breadcrumbs .breadcrumbs-main-link {
    line-height: 36px;
}
.main-link-archive {
    /* flex: 0 3 100%;*/
}
.theme-humanfrog .pages-info {
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 576px) {

  .theme-humanfrog .pages-info {
    flex-direction: row;
    gap: 0px;
  }
}
@media (min-width: 768px) {

  .theme-humanfrog .pages-info {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 991px) {

  .theme-humanfrog .pages-info {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.theme-humanfrog .pages-info {
    max-width: 1420px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.single-post-content .block_video_simple {
        padding-top: 30px !important;
        padding-bottom: 60px !important;
    }
.banner-big-cta {
    justify-content: start !important;
}
.banner-big-cta {
    text-align: left;
}
.optional {
    display: none !important;
}
#custom_note_checkbox_field {
    display: flex;
}
.min-check-text {
    font-size: 15px;
    line-height: 22.5px;
}
.banner_produt .quantity::before {
    background-image: url('/../../wp-content/themes/humanfrog/img/products/icon-plus.svg');
    position: absolute;
    content: '';
    height: 30px;
    width: 24px;
    background-repeat: no-repeat;
    background-position: center;
    left: 67px;
    top: 1px;

    border-radius: 0px 7px 0px 0px;

}
.banner_produt .quantity::after {
    background-image: url('/../../wp-content/themes/humanfrog/img/products/icon-minus.svg');
    position: absolute;
    content: '';
    height: 25px;
    width: 24px;
    background-repeat: no-repeat;
    background-position: center;
    left: 67px;
    top: 29px;
    border-radius: 0px 0px 7px 0px;
}
.product-image {
    overflow: hidden;
    display: inline-block;
}
.card_animation .img-wrapper img,
.card_coloring_image img,
.product-image img {
    transition: transform 0.3s ease-in-out;
    width: 100%;
    height: auto;
}
.product-image:hover img {
    transform: scale(1.1);
}
.product-image:hover .discount img {
    transform: none;
}
.woocommerce-result-count {
    max-width: 300px;
}
.banner_produt img {
        border-radius: 15px;
    }
.banner_page .content .img-wrapper img {
    -o-object-fit: contain;
       object-fit: contain;
}
/* remove safari icon in email field */
input[type="email"] {
    background-image: none !important;
}
.banner_text_image .text_top__text {
        align-items: flex-start !important;
    }
.banner_text_image .text_top__text {
        text-align: left;
    }
.banner_text_image .image-left {
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center;
    }
.banner_text_image .image-left img {
            -o-object-fit: contain;
               object-fit: contain;
            -o-object-position: center;
               object-position: center;
        }
@media(max-width:767px) {
        .banner_text_image .text_top__text {
            text-align: center;
        }

        .banner_text_image .btn-main-l {
            margin-left: auto;
            margin-right: auto;
        }
    }
.block_books_big .content {
        max-width: 844px;
        margin-left: auto;
        margin-right: auto;
    }
.hf-shop-banner .background img {
            -o-object-position: bottom center;
               object-position: bottom center;
        }
.hf-shop-banner .btn-main {
        margin-top: 30px;
        border-radius: 8px;
        text-transform: uppercase;
    }
.block_teddy_piglet .content {
        max-width: 1064px;
        margin-left: auto;
        margin-right: auto;
    }
.block_teddy_piglet .content .animal-left-right {
            gap: 250px;
        }
@media(max-width: 1199px) {
.block_teddy_piglet .content .animal-left-right {
                gap: 48px;
        }
            }
.woocommerce-mini-cart__empty-message {
    margin-left: 30px;
}
.woocommerce-order-received.woocommerce-checkout .woocommerce-notice {
        margin-top: 30px;
        text-align: center;
    }
.woocommerce-order-received.woocommerce-checkout .woocommerce-form.woocommerce-verify-email p {
            text-align: center;
        }
.woocommerce-order-received.woocommerce-checkout .woocommerce-form.woocommerce-verify-email .form-row {
            margin-top: 24px;
        }
.woocommerce-order-received.woocommerce-checkout .woocommerce-form.woocommerce-verify-email input {
            margin-bottom: 0.75rem;
            max-width: -moz-fit-content;
            max-width: fit-content;
            border-radius: 0.5rem;
            border-width: 1px;
            border-style: solid;
            --tw-border-opacity: 1;
            border-color: rgba(12, 17, 29, 1);
            border-color: rgba(12, 17, 29, var(--tw-border-opacity));
            padding: 10px;
            text-align: center;
        }
.woocommerce-order-received.woocommerce-checkout .woocommerce-form.woocommerce-verify-email .woocommerce-button {
            display: inline-block;
            min-height: 3rem;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            --tw-bg-opacity: 1;
            background-color: rgba(235, 87, 75, 1);
            background-color: rgba(235, 87, 75, var(--tw-bg-opacity));
            padding-top: 0.25rem;
            padding-bottom: 0.25rem;
            padding-left: 1rem;
            padding-right: 1rem;
            height: 50px;
            text-align: center;
            border-radius: 0.5rem;
            color: #ffffff;
        }
.woocommerce-order-received.woocommerce-checkout .ikona_wrapper,
    .woocommerce-order-received.woocommerce-checkout .upn_popup {
        display: flex;
        min-height: 3rem;
        width: -moz-fit-content;
        width: fit-content;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        --tw-bg-opacity: 1;
        background-color: rgba(235, 87, 75, 1);
        background-color: rgba(235, 87, 75, var(--tw-bg-opacity));
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        padding-left: 1rem;
        padding-right: 1rem;
        height: 50px;
        color: #ffffff;
        border-radius: 8px;
    }
.woocommerce-order-received.woocommerce-checkout .ikona_wrapper .upn-ikona,
        .woocommerce-order-received.woocommerce-checkout .upn_popup .upn-ikona,
        .woocommerce-order-received.woocommerce-checkout .ikona_wrapper #upn-ikona,
        .woocommerce-order-received.woocommerce-checkout .upn_popup #upn-ikona {
            display: none;
        }
.woocommerce-order-received.woocommerce-checkout .upn_popup {
        margin-top: -30px;
        margin-bottom: -30px;
    }
@media(max-width:1340px) {
            .woocommerce-order-received.woocommerce-checkout .page-content .woocommerce-order {
                margin: 0 30px;
                width: calc(100% - 60px);
            }
    }
@media(max-width:425px) {
            .woocommerce-order-received.woocommerce-checkout .page-content .woocommerce-order {
                margin: 0 15px;
                width: calc(100% - 30px);
            }
    }
.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected {
        border: 2px solid black;
    }
.wp-block-woocommerce-cart.is-loading,
.wc-block-checkout.is-loading {
    display: none !important;
}
/* shipping method is hidden on cart page because of payment methods acting up requires code to reset selected shipping method */
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-shipping-block {
        display: none !important;
    }
.woocommerce-cart .wc-block-components-totals-item.wc-block-components-totals-footer-item {
        display: none !important;
    }
.woocommerce-cart .wc-block-components-product-metadata__description {
        display: none !important;
    }
.woocommerce-checkout .page-content {
        padding: 0;
    }
.woocommerce-checkout .wc-block-components-product-metadata__description {
        display: none !important;
    }
.product-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 5px;
}
.product-rating svg {
        width: 24px;
        height: 24px;
    }
.product-rating svg path {
            fill: white;
            stroke: #FFA447;
            transition: fill 0.2s ease;
        }
.product-rating svg.active path {
        fill: #FFA447;
    }
.special-notice {
    border-radius: 20px;
    text-align: center;
    padding: 10px;
    border: 2px solid black;
    margin: 20px auto;
    max-width: 1280px;
}
.special-notice p {
        font-size: 16px;
    }
.special-notice h2 {
        font-size: 18px;
        color: rgba(92, 153, 138, 1);
        text-transform: uppercase;
    }
.special-notice a {
        color: rgba(235, 87, 75, 1);
    }
@media(max-width:1340px) {
.special-notice {
        margin: 20px 30px;
}
    }
@media(max-width:425px) {
.special-notice {
        margin: 20px 15px;
}
    }
.woocommerce-shop .special-notice {
        max-width: 100%;
        width: 100%;
        margin-top: 0;
    }
@media(max-width:1340px) {
.woocommerce-shop .special-notice {
            margin: 20px auto;
            margin-top: 0;
    }
        }
b,
strong {
    font-weight: 400;
}
#ads-desc:after, #analytics-desc:after, #necessary-desc:after {
        padding-top: 10px !important;
    }
#ads-desc:after, #analytics-desc:after, #necessary-desc:after {
        border-top: 1px dashed var(--cc-separator-border-color);
    }
.cookies-table h4 {
        text-align: left;
        width: 100%;
        margin-top: 24px;
        margin-bottom: 24px;
        font-size: 24px;
    }
.cookies-table table {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
.cookies-table table thead>tr {
            font-weight: 600;
        }
.cookies-table table thead {
            border-bottom: 1px dashed var(--cc-separator-border-color);
        }
.cookies-table table thead tr {
                font-weight: 600;
            }
.cookies-table table thead th,
            .cookies-table table tr th,
            .cookies-table table thead td,
            .cookies-table table tr td {
                padding: 5px;
                text-align: center;
            }
.cookies-table table thead th:first-of-type,
                .cookies-table table tr th:first-of-type,
                .cookies-table table thead td:first-of-type,
                .cookies-table table tr td:first-of-type,
                .cookies-table table thead th:nth-of-type(2),
                .cookies-table table tr th:nth-of-type(2),
                .cookies-table table thead td:nth-of-type(2),
                .cookies-table table tr td:nth-of-type(2) {
                    text-align: left;
                }
.cookies-table table thead th:last-of-type, .cookies-table table tr th:last-of-type, .cookies-table table thead td:last-of-type, .cookies-table table tr td:last-of-type {
                    text-align: right;
                }
.cookies-table table td {
            border-bottom: 1px dashed var(--cc-separator-border-color);
            color: rgba(0, 0, 0, 0.6);

        }
.cookies-table table td:nth-child(1),
            .cookies-table table td:nth-child(3),
            .cookies-table table td:nth-child(4) {
                width: 100px;
                /* Širina prvega stolpca */
            }
.cookies-table table tr:last-of-type td {
                    border-bottom: 0;
                }
.wysiwyg {
    min-width: 100%;
}
.elements__button-main.active .btn-main {
        background-color: white;
        color: black;
        border: 2px solid black;
        border-radius: 0.5rem;
    }
.block-menu-buttons .social-separator {
  height: 2rem;
  width: 0px;
        border-left-width: 1px;
        border-style: dashed;
        border-color: rgb(6, 6, 5);
        position:relative;
        bottom:6px;
}
.block-menu-buttons .share-content{
        position:relative;
        bottom:6px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 1.25rem;
    }
.block-menu-buttons .share-content .share-text {
  font-family: PatrickHand, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variation-settings: "wght" 400;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgba(92, 153, 138, 1);
  color: rgba(92, 153, 138, var(--tw-text-opacity, 1));
}
.block-menu-buttons .share-content .social-links {
  margin: -9px;
  display: flex;
}
@media(max-width:840px){
        .block-menu-buttons .with-social {
    align-items: flex-start !important;
  }
        .block-menu-buttons .with-social {
    flex-direction: column;
  }
        .block-menu-buttons .share-content{
            bottom: 20px;
        }
    }
@media(max-width:840px) and (max-width:840px){
        .block-menu-buttons .social-separator {
                /* display:none; */
                height: 0px;
                width: 100%;
                border-left: 0 none;
                border-top-width: 1px;
        }
            }
.block-menu-cards .menu-card{
        background-color: rgba(255, 255, 255, 1);
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
        --tw-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
        --tw-shadow-colored: 0px 5px 15px 0px var(--tw-shadow-color);
        box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
    }
.block-menu-cards .menu-card h2{
            font-size: 30px;
            line-height: 45px;
        }
.woocommerce-page.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header{
            font-size:16.5px;
        }
.woocommerce-page.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__quantity{
            flex-direction: initial;
        }
.woocommerce-page.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
        .woocommerce-page.woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input,
        .woocommerce-page.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__total,
        .woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__totals-title,
        .woocommerce-page.woocommerce-cart .wc-block-components-totals-coupon.wc-block-components-panel,
        .woocommerce-page.woocommerce-cart .wc-block-components-text-input label,
        .woocommerce-page.woocommerce-cart .wc-block-components-totals-item{
            font-size:22px;
        }
.woocommerce-page.woocommerce-checkout .wc-block-components-title.wc-block-components-title, .woocommerce-page.woocommerce-checkout .wc-block-components-totals-item .wc-block-components-totals-item__label, .woocommerce-page.woocommerce-checkout .wc-block-components-totals-item .wc-block-formatted-money-amount{
            font-size:27.5px;
        }
.woocommerce-page.woocommerce-checkout .wc-block-components-text-input label,.woocommerce-page.woocommerce-checkout .wc-block-components-text-input input[type=text],.woocommerce-page.woocommerce-checkout .wc-block-components-text-input input[type=email],.woocommerce-page.woocommerce-checkout .wc-block-components-address-card,.woocommerce-page.woocommerce-checkout .wc-block-components-radio-control__label-group span,.woocommerce-page.woocommerce-checkout .wc-block-components-address-form__address_2-toggle,.woocommerce-page.woocommerce-checkout .wc-block-components-radio-control-accordion-content,.woocommerce-page.woocommerce-checkout .wc-block-components-totals-coupon.wc-block-components-panel,.woocommerce-page.woocommerce-checkout .wc-block-components-text-input label,.woocommerce-page.woocommerce-checkout .wc-block-components-totals-item,.woocommerce-page.woocommerce-checkout .wc-block-formatted-money-amount,.woocommerce-page.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button,.woocommerce-page.woocommerce-checkout .wc-blocks-components-select__container select{
                font-size:22px;
        }
.woocommerce-page.woocommerce-checkout .wc-block-components-checkout-step__description,.woocommerce-page.woocommerce-checkout .wc-block-components-checkbox input,.woocommerce-page.woocommerce-checkout .wc-block-components-checkbox span,.woocommerce-page.woocommerce-checkout .wc-block-components-product-name,.woocommerce-page.woocommerce-checkout .wc-block-components-order-summary-item__individual-prices,.woocommerce-page.woocommerce-checkout .wc-block-formatted-money-amount{
            font-size:19.25px;
        }
.woocommerce-page.woocommerce-checkout .wc-block-components-validation-error,.woocommerce-page.woocommerce-checkout .wc-block-checkout__guest-checkout-notice,.woocommerce-page.woocommerce-checkout .wc-blocks-components-select__container label{
            font-size:16.5px;
        }
.woocommerce-page.woocommerce-checkout #shipping-method span{
            font-size:16px;
        }
@media (min-width: 576px) {

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:gap-\[30px\] {
    gap: 30px;
  }

  .sm\:content {
    grid-column: content;
  }
}
@media (min-width: 768px) {

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:max-h-\[700px\] {
    max-height: 700px;
  }

  .md\:max-w-\[467px\] {
    max-width: 467px;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:content {
    grid-column: content;
  }

  .md\:content-span-6 {
    grid-column-end: span 6 content-gap;
  }

  .md\:content-start-7 {
    grid-column-start: content-start 7;
  }
}
@media (min-width: 1024px) {

  .xl\:mr-0 {
    margin-right: 0px;
  }

  .xl\:flex-row {
    flex-direction: row;
  }
}
