/** Shopify CDN: Minification failed

Line 6:0 Unexpected "0.page-width"

**/
0.page-width {
    max-width: var(--site-max-width);
    padding-left: calc(var(--gap, 8px)* 3);
    padding-right: calc(var(--gap, 8px)* 3);
  margin: 0 auto;
}
@media (min-width: 1200px) {
    .page-width {
        padding-left: calc(calc(var(--gap, 8px)* 3) + calc(var(--gap, 8px)* 2));
        padding-right: calc(calc(var(--gap, 8px)* 3) + calc(var(--gap, 8px)* 2));
    }
}

@media (max-width: 899px){
  
      .new-about-banner .banner-heading h3 {
        font-size: 19px!important;
    }
  .new-about-banner .image img {
        min-height: 140px;
        object-fit: cover;
        object-position: center;
    }
  .form-fields .field, .form-fields .field.text_area textarea {
        width: 100%!important;
}
}
.new-about-banner .overlay {
    text-align: center;
}
.new-about-banner {
    width: 100%;
  background: #d0ebf9;
}
.new-about-banner .image img {
    width: 100%;
    display: block;
}
.form-fields .field.text_area {
    width: 100%;
}
.new-about-banner .banner-heading h3 {
    font-size: 40px;
    font-weight: 900;
    position: relative;
    display: inline-block;
}
.ambassador-forms-width .heading h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    text-transform: none;
}
.form-fields .field button {
    width: 200px;
    box-shadow: 0px 16px 22px -4px #BFBFBF;
    font-size: 16px;
}
.form-fields .int_type {
    width: 100%;
}
.form-fields .int_type ul {
    margin: 0;
    padding: 0;
}

.form-fields .int_type ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}
.form-fields .int_type ul li label {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #000;
    margin: 0;
}
.form-fields .promocheckbox h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}
.form-fields .field.text_area textarea {
    width: calc(100% - 40px);
    background-color: #d0ebf97d;
    outline: none;
    border: 0;
    border-radius: 6px;
    padding: 0 20px;
    height: 183px;
    font-size: 14px;
    color: black;
    resize: none;
    padding-top: 30px;
    padding-bottom: 30px;
}
.form-fields .field-checkbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.form-fields .promocheckbox {
    width: 100%;
}
.styled-checkbox {
    position: absolute;
    opacity: 0;
}
.form-fields .field-checkbox label {
    position: relative;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    margin: 0;
}
.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 10px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

.form-fields .field-checkbox ul {
    margin: 0;
    padding: 0;
}
.form-fields .full-width-checkbox ul li {
    margin: 0 0 20px 0;
    width: 100%;
    display: flex;
  gap: 10px;
    list-style: none;
}
.styled-checkbox:checked + label:before {
    background: var(--color-button-primary-background);
}

.styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 5px;
    border: solid 1px var(--color-button-primary-background);
}
.ambassador-forms-width .heading {
    margin-bottom: 40px;
    width: 100%;
}
.ambassador-forms {
    width: 100%;
    padding: 70px 0;
}
.form-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.form-fields .field input::placeholder {
    color: #00000087;
}
.form-fields .int_type {
    width: 100%;
}
.form-fields .int_type ul {
    margin: 0;
    padding: 0;
}
.form-fields .int_type ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}
.form-fields .field input {
    width: 100%;
    background-color: #d0ebf97d;
    outline: none;
    border: 0;
    border-radius: 6px;
    padding: 0 20px;
    height: 50px;
    font-size: 14px;
    color: black;
}
.form-fields .field label {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    text-transform: none;
}

.form-fields .int_type ul li label {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #000;
    margin: 0;
  display: flex;
    align-items: center;
    line-height: 1;
}
.form-fields .field {
    width: calc(100% / 3 - 40px);
}

.form-fields .int_type ul li input {
    margin-right: 10px;
    position: relative;
}

.wt-product__main .wt-collapse__trigger {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid #dedede;
}
.wt-product__main collapsible-section.wt-collapse[data-open="true"] .wt-collapse__trigger {
    border-bottom: 0;
    margin-bottom: 1rem;
}
@media (max-width: 899px){
  img.mobile-absolute-img {
    width: 461px;
    position: absolute;
    right: -87px;
    z-index: 6;
}
  h2.hero__title.hero {
    font-size: 30px !important;
}
  a.hero__button--primary.hero__button.hero {
    max-width: 210px;
    width: 100%;
}
  img.desktop-absolute-img {
    display: none;
  }
  span.c-bundle-spare {
    left: 15px;
    top: -6px;
}
  img.c-bundle-img {
    height: auto;
    width: 45px;
    margin-top: 0!important;
}
  .c-bundle-single-wrapper {
   flex: 1 100% !important;
        position: relative;
        width: 100% !important;
}
  .c-bundle-single-wrapper.active {
    padding: 10px;
}
  .c-bundle-wrapper {
    flex-direction: column;
}
      .wt-benefits-product__icon-list--column .wt-benefits-product__icon {
        max-width: 75px;
        max-height: 100%;
    }
  .wt-parallax__content h2.hero__title.hero {
    max-width: 800px;
    width: 100%;
    font-size: 32px;
    padding-top: 35%;
    text-align: right;
}
  .wt-parallax .hero__text {
    max-width: 300px!important;
    text-align: right;
    width: 100%;
    margin-left: auto;
}
  .wt-parallax .hero__button {
    margin-left: auto;
}
}

@media (min-width: 900px){
    img.mobile-absolute-img {
    display: none;
}
  .wt-footer__body {
    margin-top: 3em!important;
}
.newsletter__image {
    position: relative!important;
    width: 50%!important;
          padding-top: 34%!important;
}
.newsletter.footer {
      max-width: 1600px;
    margin: 0 auto;
    flex-direction: row!important;
    position: relative;
}

.newsletter__image img {
  position: absolute;
        bottom: 0;
}
  img.absolute-newsletter {
    width: 45%!important;
    position: absolute;
    bottom: -36px;
    left: 18%;
}
  .newsletter__image {
    margin-top: 5rem;
  }
  }
.wt-newsletter__fieldset {
    flex-direction: column;
}
.newsletterform-flex {
    display: flex;
}
.wt-newsletter__field.name {
    border-right: 1px solid var(--color-input-border);
}

.wt-parallax__content h2.hero__title.hero span {
    color: #024d95;
    font-weight: 700;
}
.newsletter__image {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    padding-top: 70%;
}
img.absolute-newsletter {
    position: absolute;
    bottom: -35px!important;
    display: block;
    width: 43%!important;
    left: 20%!important;
}
.newsletter__image img {
    width: 100%;
    height: auto;
    bottom: 0;
    position: absolute;
  max-width: 700px;
}
  .newsletter.footer {
    flex-direction: column-reverse;
}
  .newsletter.footer .newsletter__wrapper {
    padding-top: 40px;
    padding-bottom: 30px;
}
.wt-parallax__content h2.hero__title.hero {
    max-width: 600px;
    width: 100%;
    font-size: 65px;
    line-height: 1;
    letter-spacing: -2px;
}
.wt-parallax__content {
  overflow-x: hidden;
} 
.wt-parallax__content:before {
    content: "";
    background: linear-gradient(178deg, #D0EBF9, transparent);
    position: absolute;
    height: 30%;
    width: 100%;
    bottom: 0;
}
  img.desktop-absolute-img {
    position: absolute;
    max-width: 750px;
    right: -150px;
    width: 100%;
    top: 30px;
 }

.wt-parallax__content .hero__wrapper .hero__overlay {
  padding-left: 0;
  padding-right: 0;
}
.smaller-images img.card__img {
    max-width: 100px;
    margin: 0 auto;
    width: 100%;
}
.smaller-images .collection-list .card__title {
    font-weight: var(--font-headline-weight);
    text-transform: var(--font-headline-transform, none);
    font-size: 20px;
    letter-spacing: var(--font-headline-letter-spacing, normal);
    line-height: var(--font-headline-line-height, normal);
    overflow: visible;
}
.benefits-product-section .hero__wrapper--full {
    padding-bottom: 25rem;
}
@media (min-width: 1200px) {
    .wt-benefits-product__icon {
        max-width: 100px;
    }
}
.j-slot li {
    font-size: 14px !important;
}
label.j-label span {
    font-size: 15px;
}
.color_selector {
  margin-bottom: 16px;
  margin-top: 24px;
}

.swatchColor--container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

span.swatchColor-title {
  font-weight: 500;
  padding-bottom: 0.5rem;
  display: block;
  font-size: 17px;
}

/* Swatch element styling */
.swatchColor--container a.border_choice {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  border: 3px solid #fff !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 4px !important;
  box-sizing: border-box !important;
  background-size: cover !important;
  background-position: center !important;
  aspect-ratio: 1 / 1 !important;
  flex-shrink: 0 !important;
  position: relative !important;
  cursor: pointer;
  transition: border 0.2s ease;
}

/* Swatch image inside */
.swatchColor--container a.border_choice img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  display: block !important;
}

/* Apply border to selected swatches */
.swatchColor--container a.border_choice.selected {
  border: 4px solid #FBDCD3 !important;
  background: transparent !important;
  z-index: 2;
}

/* Tooltip styling */
a.border_choice .tooltip {
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  padding: 4px 6px;
  font-size: 12px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  transition: opacity 0.2s ease;
  z-index: 10;
  pointer-events: none;
  text-transform: capitalize;
}

/* Show tooltip on hover */
a.border_choice:hover .tooltip {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

/* Selected swatch */
a.border_choice.selected {
  border: 4px solid #FBDCD3 !important;
  background: transparent !important;
  z-index: 2;
}

/* Hover border */
a.border_choice:hover {
  border: 4px solid #FBDCD3 !important;
}

.c-bundle-img {
    width: 60px;
    height: 60px;
    margin-top: 18px;
}
span.c-bundle-spare {
    position: absolute;
    background: var(--color-button-primary-background);
    border-radius: 30px;
    color: white;
    font-size: 12px;
    padding: 2px 10px;
}
.c-bundle-single-wrapper.active {
    border: 2px solid var(--color-button-primary-background)!important;
    border-radius: 10px;
    background: #d0ebf9;
}
.c-bundle-wrapper {
    background: white;
    padding: 20px;
    border-radius: 0px 0px 10px 10px;
}
.c-bundle-single-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    flex: 1 25%;
    border: 2px solid #dedede;
    border-radius: 10px;
    padding: 10px;
}
#juo-subscription-widget .j-label {
  background: white;
}
.c-bundle-single-wrapper {
  position: relative;
}
.newsletter__image img {
  width: auto !important;
  height: 450px !important; /* fixna višina – prilagodi po potrebi */
  max-width: none !important;
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: -44px !important; /* premakni glede na roza footer */
}
@media (max-width: 767px) {
  .newsletter__image img {
    height: 300px !important;
    transform: translateX(-50%) !important;
    bottom: -29px !important;
  }
  label.ColorChoice.selected {
  border: 1px solid #FBDCD3 !important;
  border-radius: 50% !important;
  background: transparent !important;
  z-index: 2;
}

  /* Show tooltip on hover */
a.border_choice:hover .tooltip {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(-6px) !important;
}

/* Tooltip default style (if not present already) */
a.border_choice .tooltip {
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 10;
  pointer-events: none;
  text-transform: capitalize;
}
}

.ColorChoice .tooltip {
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 10;
  pointer-events: none;
  text-transform: capitalize;
}

.ColorChoice:hover .tooltip {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(-6px) !important;
}



/* Cart drawer customization */
.wt-cart__drawer .shoppable-product-card--full {
  margin-left: 16px;
}
.wt-cart__drawer .wt-button__container--view-cart {
  padding-inline: 0;
}
.wt-cart__drawer .wt-cart__drawer__footer {
  z-index: 10;
  background: var(--color-background);
}
.wt-cart__drawer .wt-cart__cross-sell__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 16px;
}
.wt-cart__cross-sell__toggle {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.wt-cart__cross-sell__toggle::before,
.wt-cart__cross-sell__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: currentColor;
  transform-origin: center;
  transition: transform 0.2s ease;
}

.wt-cart__cross-sell__toggle::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.wt-cart__cross-sell__toggle::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.wt-cart__cross-sell--collapsed .wt-cart__cross-sell__toggle::before,
.wt-cart__cross-sell--collapsed .wt-cart__cross-sell__toggle::after {
  width: 8px;
  height: 2px;
  background-color: currentColor;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transition: transform 0.2s ease;
}
.wt-cart__cross-sell--collapsed .wt-cart__cross-sell__toggle::before {
  transform: translate(-25%, -50%) rotate(45deg);
}

.wt-cart__cross-sell--collapsed .wt-cart__cross-sell__toggle::after {
  transform: translate(-75%, -50%) rotate(-45deg);
}

.wt-cart__cross-sell__toggle:hover::before,
.wt-cart__cross-sell__toggle:hover::after {
  opacity: 0.7;
}

.wt-cart__drawer .wt-cart__cross-sell {
  transition: margin 0.3s;
}
.wt-cart__drawer .wt-cart__cross-sell--collapsed {
  margin-bottom: -145px;
}
/* END: Cart drawer customization */

/* PLP fix cropping images */
.collection__body .card__img, 
.collection__body .card__video {
  object-fit: contain;
}

/* Fix for Image with Video */
@media (max-width: 899px) {
  .wt-video__section [data-mobile=video] .wt-video__item--hero:not(.wt-video__item--over-video) {
      display: flex;
  }
  .wt-video__section iframe.wt-video__movie {
    aspect-ratio: 1;
    position: relative !important;
  }
  .wt-video__section .wt-video__item--over-video .hero__overlay {
    display: none;
  }
  .wt-video__section .wt-video {
    flex-direction: column;
  }
}

/* Add horizontal spacing between category circles in Swiper slider */
.collection-list__container.swiper-wrapper > .swiper-slide {
  margin-right: 24px !important;
}

/* Optional: remove extra space on the last item */
.collection-list__container.swiper-wrapper > .swiper-slide:last-child {
  margin-right: 0 !important;
}

@media screen and (min-width: 768px) {
  .main-article__pic--larger {
    padding-left: 200px;
    padding-right: 200px;
  }
}

.template-blog .article-card.hero--out .hero__title {
  font-size: 22px !important;
  line-height: 1.4 !important;
}