/** Shopify CDN: Minification failed

Line 20:0 All "@import" rules must come first

**/
/* PIEWAY CUSTOM */
:root {
  --text-color: #3b3933;
  --pink: #e36c81;
  --dark-green: #16443b;
  --green: #1c917a;
  --light-green: #add19b;
  --yellow: #ffc872;
  --light-blue: #a5dbde;
  --orange: #f79871;
  --beige: #f2e0c7;
  --grey: #666666;
}

@import url("https://p.typekit.net/p.css?s=1&k=ihw1zzf&ht=tk&f=44111&a=88455375&app=typekit&e=css");

@font-face {
  font-family: "obviously-wide";
  src: url("https://use.typekit.net/af/d412af/00000000000000007735ca0f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/d412af/00000000000000007735ca0f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3")
      format("woff"),
    url("https://use.typekit.net/af/d412af/00000000000000007735ca0f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
}

.tk-obviously-wide {
  font-family: "obviously-wide", sans-serif;
}

@font-face {
  font-family: "Sohne";
  src: url(/cdn/shop/files/SohneMono-Halbfett.otf?v=1724924407);
}

@font-face {
  font-family: "SohneMono";
  src: url(/cdn/shop/files/SohneMono-Kraftig.otf?v=1724924406);
}


@font-face {
  font-family: "FSKim";
  src: url(/cdn/shop/files/FSKim-Medium.otf?v=1743504010);
}

@font-face {
  font-family: "FSKim-Bold";
  src: url(/cdn/shop/files/FSKim-Bold.otf?v=1743504010);
}

.btn,
.product-card__title {
  font-family: "Sohne" !important;
}

h1,
h2,
h3,
h4,
.h4,
h5,
.h5 {
  font-family: "FSKim" !important;
}

h6,
.h6 {
  font-family: "Sohne" !important;
}

/* MOBILE FONT SIZE ADJUSTMENTS */
@media screen and (max-width: 768px) {
  section[id*="35abde66-b33a-4178-b3ef-5bba319784ba"] .image-banner__btns {
    margin-top: 320px;
  }
  .display3 {
    font-size: var(--gsc-heading-1-font-size);
  }
}

.btn {
  text-transform: uppercase;
}

.btn--solid {
  border: 4px solid #16443b;
  border-radius: 50px;
}

.image-banner__btn {
  font-size: 2rem;
}

section[id*="8878505b-0411-4b21-a1ce-7936ab3f37fe"] {
  margin-top: -105px;
}

/*div[class*="bdfcb69a-fe4c-45c6-bccc-aaec4c360dc5"] {
  background-size: contain;
  background-repeat: repeat-y;
  background-image: url(/cdn/shop/files/bg-patterns-2.jpg?v=1724943774);
}*/

/* HEADER */
@media screen and (min-width: 768px) {
  .round-style .header__inner-background {
    border-radius: 0px;
  }
}

.slideshow__carousel-viewport,
.slideshow__carousel-viewport .image-banner,
.image-banner__media {
  border-radius: 0px;
}

/* SCROLLING TEXT */
.scrolling-text-section {
  background: linear-gradient(0deg, #fff 50%, transparent 50%) !important;
}

@media screen and (min-width: 768px) {
  .scrolling-text__inner-container--parallel {
    transform: none;
  }
}

.button-container {
  display: inline-block;
}

.product-form__btn {
  display: inline-block;
  padding: 15px 30px;
  background-color: #f5b84c; /* Button color */
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  border: 3px solid #111; /* Dark green outline */
  position: relative;
  box-shadow: 0 5px 0 #d24d57; /* Shadow below for the layered effect */
}

.order-button:active {
  box-shadow: none;
  top: 5px;
}

.order-button:hover {
  background-color: #e1a53c;
}

.image-banner__content .link-parent-for-hover {
  position: relative;
  display: inline-block !important;
  cursor: pointer;
  border-radius: 20px;
  background-color: var(--yellow);
  color: var(--dark-green);
  border: 4px solid var(--dark-green);
  box-shadow: inset 0 0 0 var(--button-border-width)
    rgb(var(--color-button-border));
  box-sizing: border-box;
  transition: transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 150px;
  padding: 5px;
}
.image-banner__content-wrap .link-parent-for-hover:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 25px;
  display: block;
  background-color: var(--pink);
  background-image: var(--pink);
  border-width: 4px;
  border: 4px solid var(--dark-green);
  z-index: -1;
}


.drawer-menu__image {
  width: 50%;
  margin: auto;
  padding: 10px;
}

/*
@media screen and (min-width: 768px) {
  .drawer-menu__image {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 5%;
  }
}
*/

.drawer-menu__menu-item-label {
  font-family: "FSKim" !important;
  font-size: 35px;
  text-transform: uppercase;
  background-image: none !important;
}

.drawer-menu__menu-item {
  border-radius: 0px;
  border-bottom: 4px solid var(--dark-green);
}
/* PRODUCT CARDS */
/*.product-card {
  border-bottom: 2px solid var(--grey);
}*/

.product-card {
  border-radius: 10px;
}
.product-card__info_wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
.product-card__text {
  color: #fff !important;
}

.product-card__title {
  text-transform: uppercase;
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 12.5px;
}
.product-card__price-item {
  color: #fff;
}


.product-card__pack-size-tag {
  color: #15453c;
  background-color: #add19c;
  width: 100px;
  margin: 7.5px 0px 0px 0px;
  border-radius: 7.5px;
  border: 1px dotted #15453c;
  text-align: center;
  padding: 1px 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.product-general-info-block .product-card__pack-size-tag {
  color: var(--gsc-text-color-100);
  background-color: rgba(255,255,255,0.4);
  margin: auto;
}


/* PRODUCT PAGES */
.product-thumbnail-carousel__thumb:before {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.product-form__mobile-sticky-button {
  background-color: transparent !important;
}
.product-form {
  margin-bottom: 10px;
}
.product-price__content {
  justify-content: center;
}
.product-quantity__wrap {
  justify-content: center;
}
.product-quantity__quantity {
  width: 15rem;
  border-radius: 50px;
  height: 5rem;
  padding: 3px;
  border: 3px solid var(--dark-green);
}

.quantity__btn-wrapper,
.quantity__btn-icon {
  width: 4rem;
  height: 4rem;
}
.quantity__input {
  font-size: 2rem;
}
section[id*="scrolling_text_MpVagM"] {
  margin-bottom: -20px;
}
.product-quantity__label {
  display: none;
}
.product-variant-picker__option-label {
  display: none;
}
.pill--solid {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50px;
}
.pill--solid.selected {
  border-radius: 50px;
}
.block-collapsible_row_ARLb96 {
  margin: 0px !important;
}
.product-variant__label {
  display: none;
}
.product-price__current-price {
  font-family: "obviously-wide";
}
.product-price__per-pie {
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
}

.product-variant-picker__pill-list {
  justify-content: center;
}

.product__content-ident-dsk {
  display: none;
}
.product__content-ident-mob {
  display: none;
}

@media screen and (min-width: 768px) {
  .product__content-ident-dsk {
    display: block;
    margin: auto;
    min-height: 100px;
    text-align: center;
    padding: 15px 0px 5px 0px;
  }
}

@media screen and (max-width: 768px) {
  .product__content-ident-mob {
    display: block;
    margin: auto;
    min-height: 100px;
    text-align: center;
    padding: 15px 0px 5px 0px;
  }
}

.product__content-ident-no-img {
  text-transform: uppercase;
  /*color: var(--dark-green);*/
}

.product__content-ident-text {
  margin-top: 5px;
}

.product__content-ident-dsk img {
  width: 350px;
}

.product__content-ident-mob img {
  width: 200px;
}

.product__content-ident-mob .metafield-rich_text_field {
  margin-top: 5px;
  padding: 20px;
}

.product__content-ident-dsk .metafield-rich_text_field {
  margin-top: 5px;
  padding: 20px;
}

quantity-btn[name="minus"] {
  border-radius: 50%;
  background-color: #eee;
}

quantity-btn[name="plus"] {
  border-radius: 50%;
  background-color: var(--orange);
}

.product-details__accordeon-btn {
  text-transform: uppercase;
  font-family: "Sohne" !important;
  padding: 10px 0px;
}
.product-card__price {
  align-items: flex-end;
}
.product-card__price-item {
  font-size: 2rem;
}
.product-card__pack-size-wrapper {
  margin: auto;
}
.product-card__pack-size-wrapper img {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1000;
  padding: 10px;
}
.product-card__deal-image {
  margin: auto;
}
.product-card__deal-image img {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1000;
  margin-top: -10px;
  padding: 10px;
}
.product-card__pack-size {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1000;
  background-color: var(--orange);
  width: 75px;
  height: 75px;
  padding: 12px 0px 0px 0px;
  border: 2px solid #111;
  color: var(--dark-green);
  text-align: center;
  border-radius: 50px;
  font-family: "Sohne";
  font-size: 22px;
  margin: auto;
}
.product-card__pack-size div {
  margin-top: -5px;
  font-size: 10px;
}

video.shape__target-image {
  border-radius: 25px;
}

.product-details__tab-names {
  margin: 0px;
  padding: 0px;
}
.product-details__tab-name {
  padding: 10px;
}
.product-details__tab-name.selected {
  background-color: #fff;
  border-bottom: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.product-details__tabs {
  background-color: #fff;
  padding: 25px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.product-details__tabs .product-details__content-tab-content p {
  font-size: 1.3rem;
}

/* BUILD A PACK */
@media screen and (max-width: 768px){
  .build-a-pack-grid {
    grid-template-columns: none !important;
  }
}
.bap-form-wrapper {
  position: fixed;
  padding: 5px;
  left: 0px;
  z-index: 1000;
  bottom: 5px;
  left: 0px;
  width: 100%;
}
.bap-form {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.75);
  border: 2px solid #111;
  border-radius: 40px;
}
@media screen and (min-width: 768px){
  .bap-form {
    width: 55%;
    margin: auto;
  }
}
.bap-form-items {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  gap: 1rem;
  align-items: center;
  width: 100%;
}

.bap-form-item {
  border: 2px solid #111;
  height: 50px;
  border-radius: 50%;
}
.bap-form-item img {
  width: 46px !important;
  height: 46px !important;
  border-radius: 50%;
}

.product-card-build-a-pack {
  border-bottom: 0px;
}
.product-card-build-a-pack__info {
  min-height: 150px;
}
.product-card-build-a-pack__details {
  padding: 0px;
}
.product-card-build-a-pack__title {
  font-size: 2rem;
  margin-bottom: 0px;
}
.cart-item-quantity-build-a-pack-wrapper {
  margin-top: 10px;
}

.cart-item-quantity-build-a-pack {
  border-radius: 49px;
  height: 37px;
  padding: 2px;
  border: 2px solid var(--dark-green);
}

.cart-item-quantity-build-a-pack .cart-item-quantity__button-minus {
  background-color: #eee;
}

.cart-item-quantity-build-a-pack .cart-item-quantity__button-plus {
  background-color: var(--orange);
}

.product-card__info .cart-item-quantity__input {
  color: #fff;
}

.bap-view-details {
  color: #fff;
}

/* NEWSLETTER */
.newsletter__image {
  position: absolute;
  width: 100%;
  height: 250px;
  margin-top: -75px;
  z-index: 1;
}

.newsletter__image svg {
  width: 150px;
  text-align: center;
  margin: auto;
  margin-top: 50px;
}

/* FOOTER */
.footer-logo {
  position: absolute;
  width: 100%;
  height: 200px;
  margin-top: -125px;
  background-image: url(/cdn/shop/files/trevor.png?v=1724926699);
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.footer__container {
  padding-top: 50px;
}

/* PRODUCT PAGE THUMBNAILS */
.product-thumbnail-carousel-mobile__thumb {
  border-radius: 25px;
}

.footer__container {
  border-radius: 0px;
}

/* POLICIES */
#MainContent .shopify-policy__container {
  margin-top: 50px;
  margin: 0px auto 100px auto;
}
.shopify-policy__title h1 {
  padding: 25px 0px;
  font-size: 30px;
}

.shopify-policy__container h2 {
  font-size: 2rem;
}

.shopify-policy__container h3 {
  font-size: 1.8rem;
}

.shopify-policy__container p {
  font-size: 1.5rem;
}

.shopify-policy__container ul li {
  font-size: 1.5rem;
}

.shopify-policy__container table {
  margin: 20px 0px;
}

.recipient-form__trigger {
  justify-content: center;
}

@media screen and (max-width: 768px){
  .product-card__btn {
    padding: 0px 20px;
    width: 100%;
  }
  .product-card__btn-icon {
    width: 100% !important;
    height: 100% !important;
  }
}

.carousel__slide:nth-of-type(1) quote-component {
  background-color: #fcd29d;
}

.carousel__slide:nth-of-type(2) quote-component {
  background-color: #add19b;
}

.carousel__slide:nth-of-type(3) quote-component {
  background-color: #fcd29d;
}

.rich-text__btns {
  color: #111;
  display: inline-block;
  padding: 15px 30px;
  background-color: #f5b84c;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  border: 3px solid #111;
  position: relative;
  box-shadow: 0 5px 0 #d24d57;
}
.rich-text__btns .link__text {
  color: #164438 !important;
}
.rich-text__btns .link__chevron {
  color: #164438 !important;
}

.popup__btn-link {
  color: #16443b;
}

.btn-cart-clear {
  background-color: red;
  color: #fff;
  margin-top: 15px;
  
}

/* PRODUCT CARD */
.product-card__info_wrapper {
    width: 100%;
}
.product-card__btn-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    gap: 5px;

}
.product-card__btn-wrapper  .shopify-product-form {
  width: 100%;
}
.start-build-a-box {
  color: #fff;
  background: none;
}
.product-card__pack-size-tag {
  display: none;
}

/*.product-card__price-item {
  display: none;
}*/

.build-a-box {
  width: 100%;
}

.input--solid,.textarea--solid {
  background-color: transparent;
}

.product-card__btn-wrapper--with-labels {
  overflow: scroll;
  flex: 1;
}

/* CART */
.cart-item__link {
  width: 5rem;
}
.shape__target-image {
  border-radius: 10px;
}
.cart-item__price-wrap {
  display:none;
}
.cart-item__info {
  margin: 0px;
}
.quantity-tag {
  background-color: #fff;
  border-radius: 5px;
  padding: 1px 5px;
  margin-right: 10px;
  text-align: right;
  float: right;
}
.cart-item__name {
  width: 100%;
}

section[id*="video_banner_XCbHft"] {
  display: none;
}
section[id*="video_banner_AypyAT"] {
  display: block;
}

@media screen and (min-width: 768px){
  section[id*="video_banner_XCbHft"] {
    display: block;
  }
  section[id*="video_banner_AypyAT"] {
    display: none;
  }
}