/** Shopify CDN: Minification failed

Line 553:8 Expected identifier but found "{"
Line 553:9 Unexpected "{"
Line 553:19 Expected ":"

**/
/* Papa Oscar Custom CSS File. Indicate with a comment what you're changing/why are you changing it. */

/* Margin Auto / use this class if its margin auto*/
.margin--auto{
  margin: auto;
}

/* Font Styles */

body,
p,
a {
  font-size: .875rem;
}

h1, .h1, h2, .h2 {
  font-size: 2rem !important;
}

h3, .h3, h4, .h4 {
  font-size: 1.25rem !important;
}

@media (max-width: 768px) {
  h1, .h1, h2, .h2 {
    font-size: 1.25rem !important;
  }
  
  h3, .h3, h4, .h4 {
    font-size: 1.125rem !important;
  }
}

.product__price {
  font-size: 24px;
}

.no--transform{
  text-transform: none !important;
}
/* HOMEPAGE */



/* Lef align featured collection header */
.featured-collection__header--custom {
  text-align: left;
  font-size: 1.25rem !important;
}

@media (max-width: 768px) {
  .featured-collection__header--custom {
    text-align: center;
    font-size: 1.125rem !important;
  }
}

/* Legend styled buttons */
.btn {
  font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
  font-size: .875rem !important;
  letter-spacing: normal !important;
}

/* Style header and announcement bar */
.announcement-bar.announcement-bar--custom,
.site-header.site-header--custom {
  padding: 4px;
}

h1.site-header__logo {
  margin: 0;
}

.site-nav.site-navigation {
  padding: 10px 0;
}

.site-header__logo-link img {
  height: 100%;
}

/* Dropdown Menu */
.header-item--navigation {
  /* position: relative; */
}

.site-nav__expanded-item.site-nav--has-dropdown {
  /* position: unset !important; */
}

.site-header--custom .site-nav__dropdown {
  width: 100vw;
  padding: 20px 0;
  left: 0;
  top: 100% !important;
  border-top: 1px solid black;
  /* min-width: fit-content !important; */
  background-color: var(--colorTextBody);
  max-width: 100%;
}

.site-header--custom .site-nav__dropdown .grid {
  display: flex;
  gap: 10px;
}

.site-header--custom .site-nav__dropdown .grid__item {
  padding-left: 0;
}
.site-header--custom .site-nav__dropdown .megamenu__colection-image {
  padding-bottom: 120%;
}

.site-header--custom .site-nav__dropdown .grid__item .h5 {
  padding-left: 10px;
}

.site-header--custom .site-nav__dropdown .grid__item .h5 a {
  letter-spacing: normal;
}


/* To avoid the dropdown from closing */
.site-header--custom .site-nav__dropdown::before {
  content: "";
  height: 30px;
  width: 100%;
  top: -30px;
  left: 0;
  position: absolute;
  display: block;
}
/* End */

.site-nav__dropdown .site-nav__dropdown-link {
  color: var(--colorBody);
  background-color: var(--colorTextBody);
}

.site-nav__dropdown li:first-child .site-nav__dropdown-link,
.site-nav__dropdown li:last-child .site-nav__dropdown-link {
  font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
  font-weight: 700;
} 

/* Banner styling */
.hero__text-content {
  color: var(--colorTextBody);
}

.hero__link {
  display: flex !important;
  justify-content: center;
}

.hero__title {
  line-height: inherit;
}

.hero__link .btn.btn--custom {
  color: #000;
  width: 350px;
  max-width: 90%;
  margin: 0 auto 0 0;
  background: #fff;
}

@media (max-width: 768px) {
  .hero__title {
    color: #fff;
    text-align: center;
  }
  .hero__text-content.vertical-center {
    vertical-align: bottom;
    text-align: center;
  }
  .btn.btn--custom.btn--inverse {
    min-width: 150px;
  }
  .hero__link .btn.btn--custom {
    margin: 0 auto;
  }
}



/* Footer styling */
.site-footer .h4.footer__title {
  font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
  font-weight: 700;
  letter-spacing: normal;
}

.site-footer [data-type='newsletter'] .h4.footer__title {
  font-size: 4rem !important;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .site-footer [data-type='newsletter'] .h4.footer__title {
  font-size: 1.5rem !important;
}
}

.site-footer .footer__newsletter {
  display: flex;
  align-items: center;
  max-width: none;
}

.site-footer .footer__newsletter-input {
  border: 2px solid;
  margin: 0 2rem 0 0;
  padding: 5px 50px 5px 10px;
  max-width: fit-content;
}

.site-footer .footer__newsletter-btn {
  position: relative;
  transform: none;
}

  @media (min-width: 769px) {
  .footer__item--ac0afe0d-55de-4e2c-895e-4f3f7e47d5b5 {
    margin-top: -20px;
  }
}

@media (max-width: 768px) {
  #shopify-section-footer .grid {
    display: grid;
    grid-template-columns: 1;
  }

  #shopify-section-footer .grid div[data-type="newsletter"] {
    grid-row: 1;
  }

  #shopify-section-footer .footer__social {
    margin-top: 30px;
  }
}

/* PDP */

.product-single__meta {
  max-width: 415px;
}

.product-block label {
  font-size: 1.25rem !important;
  text-transform: capitalize !important;
  letter-spacing: normal !important;
}

/* Add to cart button */
.btn.add-to-cart {
  font-family: var(--typeBasePrimary),var(--typeBaseFallback);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 20px !important;
}

/* Color swatches */
[data-swatch_style=round] .color-swatch,
[data-swatch_style=round] .color-swatch:before {
  border-radius: 0 !important;
  width: 100px;
}

/* Product quantity selector */
.product-block .js-qty__wrapper {
  max-width: 70%;
  border-color: var(--colorTextBody);
}

/* Foldable descriptions styling */
.product-block--tab .collapsible-trigger-btn,
.product-block--tab .collapsible-content__inner {
  border: none !important;
}

.product-block--tab .collapsible-trigger-btn {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: capitalize;
}

.product-block--tab .collapsible-trigger-btn,
.product-block--tab .collapsible-content__inner.rte {
  padding-left: 0 !important;
}

.product-block .collapsibles-wrapper--border-bottom {
  border-bottom: 1px solid var(--colorTextBody);
}

.collapsible-trigger.is-open .collapsible-trigger__icon > .icon-arrow-down{
  transform:scaleY(-1);
}

/* FAQs page */
.faq-section-header__title {
  font-size: 2rem;
}

.faq-section-header__content {
  font-size: 1.25rem; 
}

.index-section--faq .h2 {
  font-size: 1.5rem; 
}

.faq-question__container {
  border-bottom: 1px solid var(--colorTextBody);
}

.faq-question__heading {
  padding: 16px 20px 16px 0 !important;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question__heading span {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

/* Style filters button and drawer */
.collection-sidebar__group .collapsible-trigger__icon { 
  height: 28px;
  width: 24px;
}

.collection-filter__item .js-drawer-open-collection-filters.btn {
  font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem !important;
  border-color: #000;
}

/* Mobile Index: Slider */

/* .featured-collection__header--custom {
  text-align: center;
} */


/* Header Fix Mobile - Platzhalter Wishlist */

@media (max-width: 768px) {
#SiteHeader div.header-item.header-item--navigation {
  display: none;
}
}

/* Quick View */

.quick-product__btn {
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  font-weight: bold;
  /* text-align: left; */
}

/* Promo Grid Description */

.promo-grid__content {
  width: 100%;
  padding: 0px !important;
}

.promo-grid__text {
  width: 100%;
  text-align: left;
  font-size: 40px !important;
}

.promo-grid__text .btn {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
  font-size: 40px !important;
  margin: 0px !important;
  text-align: left;
}

@media (max-width: 768px) {

  .promo-grid__text .btn {

    font-size: 24px;
    text-align: left;
  }
}

/* Featured Product */

#ProductSection-template--15614880514245__16560149496d0da74c-7163576778949 .product__thumbs {
  display: none !important;
}

/* PDP Icons */

.product-block .icon-arrow-down {
  padding: 3px;
}
 
@media (max-width: 768px) {
  .product-block .icon-arrow-down {
    display: none;
  }
  .product-block .collapsible-trigger-btn {
    text-align: left;
  }
}

.flickity-button {
  color: black ;
  background: white ;
}

.product__thumb-arrow--next, .product__thumb-arrow--prev {
  display: none;
}

@media (max-width: 768px) {
  .h2.product-single__title {
    margin-top: 2.5rem;
    font-size: 2rem !important;
  }
}
/* .wichlist_icon{
 width: 55px;
  
}
@media only screen and (max-width:768px){
.wichlist_icon{
 width: 43px;
  
}} */
/* Megamenu */

/* .site-nav__dropdown-link {
  display: none !important;
} */

.custom_flexbox{
  display: flex;
  align-items: center;
}

/* Klaviyo padding bottom for social */
.klaviyo-form{
  padding-bottom: 1rem !important;
}

/* Header overflow */
/* #SiteHeader{
  overflow: hidden;
} */

/* Header icons */

.icons-header{
  max-width: 22px;
}

.footer__social{
  width: initial;
  display: block;
}
@media only screen and (max-width: 768px){
  .header-no-padding-mobile{
    padding: 0;
  }
  .header-padding-mobile{
    padding: 0 5px;
  }
  .site-nav__icons-flex-custom{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-right: .75rem;
  }
  .no-padding-mobile{
    padding: 0;
  }
  .small_space_burger_search{
    gap: .5rem;
  }

  /* Mobile Social Footer */
  .footer__social{
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
}

.mobile-nav__social-item{
  border: none !important;
}
.mobile-nav__social-item{
  flex: none;
}
.mobile-nav__social a{
  padding: 0 15px 0 0;
}

.payment-icons{
  margin-top: 0;
}
.footer-relativ-desktop{
  position: unset;
}
.custom_absolute_payment_icons{
  position:static;
}
@media only screen and (min-width: 960px){
  .footer-relativ-desktop{
    position: relative;
  }
  .custom_absolute_payment_icons{
    position: absolute;
    bottom: 2.5%;
  }
}


/* Bundle Products Coloring */
.grid-product__tag--bundle{
  background-color: #78CCAC;
  color:{{ settings.color_sale_tag_text | default: "#ffffff" }};
  font-weight: 600;
}

/* ATC Custom */

.custom_atc{
  background: #78ccac !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
}

.small_padding_to_footer_contact{
  padding-bottom: 0;
}

@media only screen and (min-width: 768px){
  .small_padding_to_footer_contact{
    padding-bottom: 1rem;
  }
}

/* standardised spacing to sites*/

.shopify-policy__container {
  max-width: 1500px !important;
  margin: 75px auto !important;
  padding: 0 40px !important;
}

.shopify-policy__title {
  text-align: left !important;
  padding-bottom: 1rem !important;
}

/*.about-img_container {
  max-width: 1500px !important;
  margin: 75px auto !important;
  padding: 0 40px !important;
}*/

.custom_save_bar_sets{
  background-color: #78ccac;
  padding: 0rem .3rem;
  border-radius: 20px;
  font-weight: 600;
  text-shadow: 0 0 1px #fff;
  color: #fff;
}

.collection-filter{
  position: unset;
}