/* -- RESET UNORDERED LIST -- */
/* -- LAYOUTS -- */
/* -- INPUTS -- */
/* -- BUTTONS -- */
/* -- TYPOGRAPHY -- */
@media (min-width: 1840px) {
  .ptp-layout-ultra-wide {
    max-width: 1800px;
    margin: 0 auto;
  }
}
@media (max-width: 1840px) {
  .ptp-layout-ultra-wide {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1340px) {
  .ptp-layout-ultra-wide {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1640px) {
  .ptp-layout-wide {
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media (max-width: 1640px) {
  .ptp-layout-wide {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1340px) {
  .ptp-layout-content {
    max-width: 1300px;
    margin: 0 auto;
  }
}
@media (max-width: 1340px) {
  .ptp-layout-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

:root {
  --base-font-size: 18px;
  --font-size-ptp-tiny: 0.66em;
  --font-size-ptp-small: 0.875em;
  --font-size-ptp-medium: 1em;
  --font-size-ptp-medium-large: 1.2em;
  --font-size-ptp-large: 2em;
  --font-size-ptp-x-large: 3em;
}
@media (max-width: 800px) {
  :root {
    --base-font-size: 16px;
    --font-size-ptp-tiny: 0.66em;
    --font-size-ptp-small: 0.875em;
    --font-size-ptp-medium: 1em;
    --font-size-ptp-medium-large: 1.14em;
    --font-size-ptp-large: 1.6em;
    --font-size-ptp-x-large: 2em;
  }
}

:root {
  --color-ptp-black: #333333;
  --color-ptp-deep-green: #356449;
  --color-ptp-soft-beige: #F7F2EE;
  --color-ptp-white: #FFFFFA;
}

.editor-visual-editor,
.editor-styles-wrapper {
  background-color: #FFFFFA;
}

.ptp-fade-in {
  position: relative;
  top: 20px;
  opacity: 0;
  transition: 1s;
}
.ptp-fade-in--active {
  top: 0px;
  opacity: 1;
}

.ptp-faq {
  display: flex;
}
.ptp-faq__content {
  background-color: #F7F2EE;
  border-radius: 5px;
}
@media (min-width: 1640px) {
  .ptp-faq__content {
    border-radius: 0px 10px 10px 0px;
    margin-left: calc(800px - 50vw);
    padding-left: calc(50vw - 800px);
    min-height: 880px;
  }
}
@media (min-width: 1024px) and (max-width: 1640px) {
  .ptp-faq__content {
    margin-left: -20px;
    padding-left: 20px;
  }
}
.ptp-faq__content__inner {
  margin: 40px 20px;
}
@media (min-width: 800px) {
  .ptp-faq__content__inner {
    margin: 40px;
  }
}
@media (min-width: 1024px) {
  .ptp-faq__content__inner {
    margin-top: 80px;
    margin-bottom: 80px;
    margin-right: 280px;
  }
}
.ptp-faq__content__inner__headline {
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .ptp-faq__content__inner__headline {
    margin-bottom: 20px;
  }
}
.ptp-faq__content__inner__text {
  margin-bottom: 40px;
}
.ptp-faq__image {
  position: relative;
  left: -100px;
  top: 80px;
}
@media (max-width: 940px) {
  .ptp-faq__image {
    display: none;
  }
}
.ptp-faq__image img {
  width: 500px;
  height: 700px;
  border-radius: 10px;
  object-fit: cover;
}
@media (max-width: 1640px) {
  .ptp-faq__image img {
    width: 400px;
    height: 600px;
  }
}
.ptp-faq__list__item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #222222;
}
.ptp-faq__list__item--open .ptp-faq__list__item__headline::after {
  transform: rotate(135deg) !important;
}
.ptp-faq__list__item--open .ptp-faq__list__item__content {
  margin-top: 20px;
}
.ptp-faq__list__item__headline {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 800px) {
  .ptp-faq__list__item__headline {
    font-size: 1.2em;
  }
}
.ptp-faq__list__item__headline::after {
  content: "";
  display: block;
  height: 23px;
  width: 23px;
  min-width: 23px;
  background-image: url("/wp-content/themes/petalpin/assets/images/icons/plus.svg");
  margin-left: 20px;
  margin-top: 5px;
  transform: rotate(0deg);
  transition: 0.4s;
}
@media (max-width: 800px) {
  .ptp-faq__list__item__headline::after {
    height: 20px;
    width: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.ptp-faq__list__item__content {
  height: 0px;
  margin-top: 0px;
  overflow: hidden;
  opacity: 0.9;
  transition: 0.4s;
}

.products + .ptp-faq {
  margin-top: 120px;
}
@media (max-width: 800px) {
  .products + .ptp-faq {
    margin-top: 50px;
  }
}

/* -- FORMS -- */
.ptp-body .woocommerce form .form-row {
  padding: 3px 0px;
  margin: 0 0 15px;
}
.ptp-body .woocommerce form .form-row:last-of-type {
  margin-bottom: 0px;
}
@media (min-width: 800px) {
  .ptp-body .woocommerce form .form-row-first, .ptp-body .woocommerce form .form-row-last {
    width: calc(50% - 6px);
    overflow: visible;
  }
}
@media (min-width: 800px) {
  .ptp-body .woocommerce form .form-row-first {
    float: left;
  }
}
@media (min-width: 800px) {
  .ptp-body .woocommerce form .form-row-last {
    float: right;
  }
}
.ptp-body .woocommerce form .form-row .checkout-inline-error-message {
  display: none;
}
.ptp-body .woocommerce form .form-row label {
  display: block;
  margin-bottom: 10px;
}
.ptp-body .woocommerce form .form-row .optional {
  display: none;
}
.ptp-body .woocommerce form .form-row input[type=text],
.ptp-body .woocommerce form .form-row input[type=email],
.ptp-body .woocommerce form .form-row input[type=password],
.ptp-body .woocommerce form .form-row input[type=tel],
.ptp-body .woocommerce form .form-row input[type=date] {
  padding: 15px 10px;
  width: 100%;
  border-radius: 5px;
  border: none;
  font-size: 0.875em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F5F5F5;
}
@media (max-width: 800px) {
  .ptp-body .woocommerce form .form-row input[type=text],
  .ptp-body .woocommerce form .form-row input[type=email],
  .ptp-body .woocommerce form .form-row input[type=password],
  .ptp-body .woocommerce form .form-row input[type=tel],
  .ptp-body .woocommerce form .form-row input[type=date] {
    font-size: 1em;
  }
}
.ptp-body .woocommerce form .button {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #356449;
  color: #FFFFFA;
}

/* -- SELECT2 -- */
.ptp-body .select2-container .select2-selection {
  height: 48px;
  padding: 15px 10px;
  width: 100%;
  border-radius: 5px;
  border: none;
  font-size: 0.875em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F5F5F5;
}
@media (max-width: 800px) {
  .ptp-body .select2-container .select2-selection {
    font-size: 1em;
  }
}
.ptp-body .select2-container .select2-selection .select2-selection__rendered {
  line-height: unset;
}
.ptp-body .select2-container .select2-selection__arrow {
  height: 48px !important;
  background-color: #F5F5F5;
  top: 0px !important;
}
.ptp-body .select2-container .select2-dropdown {
  background-color: #F5F5F5;
  padding: 10px;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 38px -15px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0px 0px 38px -15px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 0px 38px -15px rgba(0, 0, 0, 0.48);
}
.ptp-body .select2-container .select2-dropdown input {
  padding: 15px 10px;
  width: 100%;
  border-radius: 5px;
  border: none;
  font-size: 0.875em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFA;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .ptp-body .select2-container .select2-dropdown input {
    font-size: 1em;
  }
}
.ptp-body .select2-container .select2-dropdown .select2-results__option {
  font-size: 0.875em;
}
.ptp-body .select2-container .select2-dropdown .select2-results__option--highlighted {
  background-color: #356449;
  border-radius: 5px;
}
.ptp-body .select2-container .select2-dropdown .select2-results__options {
  padding-right: 10px;
}
.ptp-body .select2-container .select2-dropdown .select2-results__options::-webkit-scrollbar {
  width: 4px;
}
.ptp-body .select2-container .select2-dropdown .select2-results__options::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 0px;
}
.ptp-body .select2-container .select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  background: #333333;
  border-radius: 0px;
}

/* -- NOTIFICATIONS -- */
.woocommerce-info a,
.woocommerce-message a {
  color: #333333;
}

/* -- PAGINATION -- */
.woocommerce-pagination {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-pagination a {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #FFFFFA;
  color: #356449;
}

.woocommerce-orders .woocommerce-pagination {
  justify-content: space-between;
}

/* -- PRODUCT CARDS -- */
ul.products {
  padding-left: 0px;
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -20px;
}
ul.products li {
  display: block;
}
ul.products .product {
  margin: 20px;
  width: calc(25% - 40px);
}
@media (max-width: 800px) {
  ul.products .product {
    margin: 10px;
  }
}
ul.products .product:has(.ptp-hover-image):hover .attachment-woocommerce_thumbnail {
  opacity: 0;
}
ul.products .product a {
  text-decoration: none;
}
ul.products .product .onsale {
  display: none;
}
ul.products .product .ptp-product-label {
  position: absolute;
  z-index: 10;
  display: inline-block;
  font-size: 0.8em;
  color: #FFFFFA;
  margin: 20px;
  padding: 10px;
  border-radius: 3px;
  background-color: #356449;
}
ul.products .product img {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  opacity: 1;
  transition: 0.6s;
}
@media (max-width: 800px) {
  ul.products .product img {
    height: 300px;
  }
}
ul.products .product img.ptp-hover-image {
  position: relative;
  z-index: 1;
  margin-top: -400px;
}
@media (max-width: 800px) {
  ul.products .product img.ptp-hover-image {
    margin-top: -300px;
  }
}
ul.products .product .woocommerce-loop-product__title {
  font-size: 1.2em;
  margin-top: 10px;
}
ul.products .product .price {
  display: inline-block;
  color: #333333;
  margin-top: 10px;
}
ul.products .product .add_to_cart_button {
  display: none;
}
ul.products .product > a.button {
  display: none;
}
ul.products .product .wcsatt-sub-options,
ul.products .product .wcsatt-sub-discount {
  display: none;
}
ul.products [class*=premium] .ptp-product-label {
  background-color: #333333;
}

.ptp-body--is-b2b ul.products .product .price {
  display: none;
}
.ptp-body--is-b2b ul.products .product .ptp-product-label {
  display: none;
}
.ptp-body--is-b2b li.ptp-b2b-product-visibility-b2c {
  display: none;
}
.ptp-body--is-b2b .wcsatt-options-product-wrapper {
  display: none;
}
.ptp-body--is-b2b .ptp-b2b-product-visibility-b2c .cart {
  display: none !important;
}

/* -- ITEM META -- */
.wc-item-meta p {
  margin-bottom: 0px;
}

/* -- OPT IN -- */
.ptp-compliance-opt-in label {
  display: inline !important;
}
.ptp-compliance-opt-in label a {
  text-decoration: underline;
}
.ptp-compliance-opt-in + .form-row {
  margin-top: 20px !important;
}

.ptp-block-hero-slider {
  /* - HOME VARIATION - */
}
.ptp-block-hero-slider .glider {
  pointer-events: none;
}
.ptp-block-hero-slider .glider .ptp-block-hero-slider__slide {
  display: block !important;
}
.ptp-block-hero-slider__slide {
  display: none;
}
.ptp-block-hero-slider__slide:first-child {
  display: block;
}
.ptp-block-hero-slider__slide__overlay {
  position: relative;
  height: 0px;
  z-index: 10;
}
.ptp-block-hero-slider__slide__overlay__content {
  padding-top: 20vh;
}
@media (max-width: 800px) {
  .ptp-block-hero-slider__slide__overlay__content {
    padding-top: 80px;
  }
}
.ptp-block-hero-slider__slide__overlay__content * {
  color: #FFFFFA;
  max-width: 500px;
}
.ptp-block-hero-slider__slide__overlay__content h1,
.ptp-block-hero-slider__slide__overlay__content h2 {
  font-size: 3em;
  color: #FFFFFA !important;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .ptp-block-hero-slider__slide__overlay__content h1,
  .ptp-block-hero-slider__slide__overlay__content h2 {
    font-size: 2em;
  }
}
@media (max-width: 800px) {
  .ptp-block-hero-slider__slide__overlay__content h1,
  .ptp-block-hero-slider__slide__overlay__content h2 {
    margin-bottom: 10px;
  }
}
.ptp-block-hero-slider__slide__overlay__content__wysiwyg {
  margin-bottom: 20px;
}
.ptp-block-hero-slider__slide__overlay__content > a {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #356449;
  color: #FFFFFA;
}
.ptp-block-hero-slider__slide__background {
  display: flex;
  background-color: black;
  overflow: hidden;
  transition: 0.05s;
}
.ptp-block-hero-slider__slide__background img,
.ptp-block-hero-slider__slide__background video {
  height: 80vh;
  width: 100vw;
  object-fit: cover;
  opacity: 0.8;
  transform: scale(1.1);
  transition: 1s;
}
@media (max-width: 800px) {
  .ptp-block-hero-slider__slide__background img,
  .ptp-block-hero-slider__slide__background video {
    opacity: 0.4;
  }
}
.ptp-block-hero-slider__slide__background__desktop {
  display: flex;
}
@media (max-width: 800px) {
  .ptp-block-hero-slider__slide__background__desktop {
    display: none;
  }
}
.ptp-block-hero-slider__slide__background__mobile {
  display: none;
}
@media (max-width: 800px) {
  .ptp-block-hero-slider__slide__background__mobile {
    display: flex;
  }
}
.ptp-block-hero-slider__slide.active .ptp-block-hero-slider__slide__background img,
.ptp-block-hero-slider__slide.active .ptp-block-hero-slider__slide__background video {
  transform: scale(1);
}
.ptp-block-hero-slider__anchors {
  display: flex;
  height: 0px;
  position: relative;
  top: -120px;
  flex-wrap: wrap;
}
@media (min-width: 800px) {
  .ptp-block-hero-slider__anchors {
    justify-content: flex-end;
    top: -120px;
  }
}
.ptp-block-hero-slider__anchor {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: solid 1px #FFFFFA;
  color: #FFFFFA;
}
@media (min-width: 800px) {
  .ptp-block-hero-slider__anchor {
    margin-left: 20px;
    min-height: 25px;
  }
}
@media (max-width: 800px) {
  .ptp-block-hero-slider__anchor {
    font-size: 0.8em;
    padding: 7px 11px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
.ptp-block-hero-slider__anchor--active {
  background-color: #356449;
  border: solid 1px #356449;
}
.ptp-block-hero-slider--home .ptp-block-hero-slider__slide__background img,
.ptp-block-hero-slider--home .ptp-block-hero-slider__slide__background video {
  height: 50vh;
  min-height: 700px;
  object-position: bottom;
}
@media (max-width: 800px) {
  .ptp-block-hero-slider--home .ptp-block-hero-slider__slide__background img,
  .ptp-block-hero-slider--home .ptp-block-hero-slider__slide__background video {
    height: 40vh;
    min-height: 400px;
  }
}
.ptp-block-hero-slider--home .ptp-block-hero-slider__slide__overlay__content * {
  max-width: 700px;
}
.ptp-block-hero-slider--home .ptp-block-hero-slider__slide__overlay__content__wysiwyg {
  max-width: 540px;
}

body:has(.ptp-block-hero-slider--about) .ptp-block-hero-slider__slide__overlay__content {
  padding-top: 30vh;
}
@media (max-width: 800px) {
  body:has(.ptp-block-hero-slider--about) .ptp-block-hero-slider__slide__overlay__content {
    padding-top: 20vh;
  }
}
body:has(.ptp-block-hero-slider--about) .ptp-block-hero-slider__slide__overlay__content__wysiwyg {
  font-size: 0.9em;
}

.ptp-block-product-slider__slides {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: scroll;
  margin: 0px !important;
  max-width: 100vw;
}
.ptp-block-product-slider__slides .product {
  min-width: 40%;
}
.ptp-block-product-slider__slides.glider .glider-track {
  align-items: flex-start;
}
.ptp-block-product-slider__slides.glider .product {
  min-width: auto;
}
.ptp-block-product-slider__dots {
  margin-top: 20px !important;
}
@media (min-width: 1340px) {
  .ptp-block-product-slider__dots {
    display: flex !important;
    justify-content: flex-end !important;
    margin-top: 40px !important;
    margin-right: 40px !important;
  }
}
.ptp-block-product-slider__dots .active {
  background-color: #356449 !important;
}

@media (max-width: 1340px) {
  .ptp-block-ingredients-slider {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.ptp-block-ingredients-slider__slides {
  display: flex;
  overflow-x: scroll;
}
.ptp-block-ingredients-slider__slides::-webkit-scrollbar {
  display: none;
}
.ptp-block-ingredients-slider__slides::-webkit-scrollbar-track {
  display: none;
}
.ptp-block-ingredients-slider__slides::-webkit-scrollbar-thumb {
  display: none;
}
.ptp-block-ingredients-slider__slide {
  background-color: #FFFFFA;
  margin: 60px 40px 0px 20px;
  border-radius: 5px;
  max-width: 500px;
}
@media (max-width: 1340px) {
  .ptp-block-ingredients-slider__slide {
    margin: 40px 20px 0px 20px;
  }
}
@media (max-width: 1340px) {
  .ptp-block-ingredients-slider__slide:last-child {
    margin-right: 20px;
  }
}
@media (min-width: 1340px) {
  .ptp-block-ingredients-slider__slide:first-child {
    margin-left: calc(50vw - 650px);
  }
}
.ptp-block-ingredients-slider__slides .ptp-block-ingredients-slider__slide {
  min-width: 300px;
}
.ptp-block-ingredients-slider__slides.glider .ptp-block-ingredients-slider__slide {
  min-width: auto;
}
.ptp-block-ingredients-slider__slide-icon-image {
  display: flex;
  justify-content: flex-end;
  height: 0px;
}
.ptp-block-ingredients-slider__slide-icon-image img {
  height: 70px;
  width: 70px;
  padding: 10px;
  border-radius: 50%;
  background-color: #FFFFFA;
  position: relative;
  top: -30px;
  right: -20px;
}
.ptp-block-ingredients-slider__slide-excerpt {
  position: relative;
  top: 0px;
  transition: 1s;
  z-index: 2;
  height: 100px;
  overflow: hidden;
  margin: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0);
}
.ptp-block-ingredients-slider__slide-excerpt::-webkit-scrollbar {
  width: 5px;
}
.ptp-block-ingredients-slider__slide-excerpt::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 0px;
}
.ptp-block-ingredients-slider__slide-excerpt::-webkit-scrollbar-thumb {
  background: #356449;
  border-radius: 0px;
}
.ptp-block-ingredients-slider__slide-excerpt h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.ptp-block-ingredients-slider__slide-excerpt p {
  font-size: 0.9em;
}
.ptp-block-ingredients-slider__slide-excerpt__mask {
  transition: 0.4s;
}
.ptp-block-ingredients-slider__slide--open .ptp-block-ingredients-slider__slide-excerpt {
  height: 175px;
  overflow: auto;
  z-index: 2;
}
.ptp-block-ingredients-slider__slide-overlay {
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 3;
  top: -65px;
  margin-bottom: -65px;
  background: rgb(255, 255, 250);
  background: -moz-linear-gradient(0deg, rgb(255, 255, 250) 0%, rgba(255, 255, 250, 0.664325105) 47%, rgba(255, 255, 250, 0.3113839286) 76%, rgba(255, 255, 250, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(255, 255, 250) 0%, rgba(255, 255, 250, 0.664325105) 47%, rgba(255, 255, 250, 0.3113839286) 76%, rgba(255, 255, 250, 0) 100%);
  background: linear-gradient(0deg, rgb(255, 255, 250) 0%, rgba(255, 255, 250, 0.664325105) 47%, rgba(255, 255, 250, 0.3113839286) 76%, rgba(255, 255, 250, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f2ee",endColorstr="#f7f2ee",GradientType=1);
}
.ptp-block-ingredients-slider__slide--open .ptp-block-ingredients-slider__slide-overlay {
  opacity: 0;
}
.ptp-block-ingredients-slider__slide-expand {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #356449;
  color: #FFFFFA;
  font-size: 0.9em;
  margin: 10px 30px 20px 30px;
}
.ptp-block-ingredients-slider__slide--open .ptp-block-ingredients-slider__slide-expand {
  opacity: 0;
  cursor: none;
  display: none;
}
.ptp-block-ingredients-slider__controls {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
@media (min-width: 1340px) {
  .ptp-block-ingredients-slider__controls {
    margin-right: calc(50vw - 650px);
  }
}
.ptp-block-ingredients-slider__control {
  cursor: pointer;
  margin: 0px 20px;
  opacity: 1;
  transition: 0.8s;
}
@media (max-width: 800px) {
  .ptp-block-ingredients-slider__control {
    margin: 0px 10px;
  }
}
.ptp-block-ingredients-slider__control.disabled {
  opacity: 0;
}
@media (max-width: 800px) {
  .ptp-block-ingredients-slider__control svg {
    width: 50px;
  }
}

.ptp-block-shop-the-look {
  padding: 0 !important;
}
.ptp-block-shop-the-look > img {
  width: 100%;
  height: auto;
}
.ptp-block-shop-the-look__pointers {
  position: absolute;
}
.ptp-block-shop-the-look__pointer {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 0px;
  width: 0px;
}
.ptp-block-shop-the-look__pointer-notice {
  position: absolute;
  opacity: 0;
  margin-left: 42px;
  padding: 10px 20px;
  font-size: 0.8rem;
  background: #333333;
  color: #FFFFFA;
  border-radius: 4px;
}
.ptp-block-shop-the-look__pointer:hover .ptp-block-shop-the-look__pointer-notice {
  opacity: 1;
}
.ptp-block-shop-the-look__pointer-bullet {
  padding: 8px;
  border-radius: 50%;
  animation: ptpFadeBackground 0.9s infinite alternate;
}
@media (max-width: 1340px) {
  .ptp-block-shop-the-look__pointer-bullet {
    padding: 4px;
  }
}
.ptp-block-shop-the-look__pointer-bullet span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #FFFFFA;
  border: solid 6px #356449;
  color: #FFFFFA;
  font-size: 0.8rem;
}
@media (max-width: 1340px) {
  .ptp-block-shop-the-look__pointer-bullet span {
    height: 10px;
    width: 10px;
  }
}
.ptp-block-shop-the-look__modal-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  z-index: 100;
  display: none;
  justify-content: center;
  align-items: center;
}
.ptp-block-shop-the-look--has-modal-open .ptp-block-shop-the-look__modal-wrapper {
  display: flex;
}
.ptp-block-shop-the-look__modal-inner {
  background-color: #FFFFFA;
  margin: 20px;
  max-width: 600px;
  padding: 30px;
  border-radius: 10px;
}
.ptp-block-shop-the-look__modal-close {
  margin-left: auto;
  width: 60px;
  height: 60px;
  background: #356449;
  border-radius: 18px;
  transform: rotate(-15deg);
  display: flex;
  justify-content: center;
  position: relative;
  top: -40px;
  right: -40px;
  cursor: pointer;
}
@media (max-width: 800px) {
  .ptp-block-shop-the-look__modal-close {
    width: 50px;
    height: 50px;
  }
}
.ptp-block-shop-the-look__modal-close svg {
  width: 40px;
  height: auto;
  transform: rotate(15deg);
}
@media (max-width: 800px) {
  .ptp-block-shop-the-look__modal-close svg {
    width: 30px;
  }
}
.ptp-block-shop-the-look__modal-content {
  display: none;
}
.ptp-block-shop-the-look__modal-content--is-active {
  display: block;
}
.ptp-block-shop-the-look__modal-button {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #356449;
  color: #FFFFFA;
}

@keyframes ptpFadeBackground {
  0% {
    background-color: rgba(53, 100, 73, 0);
  }
  100% {
    background-color: rgba(53, 100, 73, 0.3);
  }
}
body:has(.ptp-block-shop-the-look--has-modal-open) {
  overflow: hidden;
  height: 100vh;
}

.ptp-subscription-banner {
  background-image: url("/wp-content/themes/petalpin/assets/images/subscription-banner.jpg");
  background-size: cover;
  background-position: center;
}
.ptp-subscription-banner__layer {
  background-color: rgba(0, 0, 0, 0.4);
}
.ptp-subscription-banner__content {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 800px) {
  .ptp-subscription-banner__content {
    min-height: 340px;
    padding-top: 15vh;
    padding-bottom: 15vh;
  }
}
.ptp-subscription-banner__content * {
  color: #FFFFFA;
  max-width: 600px;
}
.ptp-subscription-banner__content h2 {
  margin-bottom: 20px;
}
.ptp-subscription-banner__content p:last-child {
  margin-bottom: 0px;
}

.ptp-block-thin-banner {
  background-color: #356449;
  padding: 15px 10px;
}
.ptp-block-thin-banner__content * {
  color: #FFFFFA;
  margin-bottom: 0px;
}

.ptp-block-contact-form__fields {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 800px) {
  .ptp-block-contact-form__fields {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.ptp-block-contact-form__field {
  margin: 10px 0px;
  width: 100%;
}
@media (min-width: 800px) {
  .ptp-block-contact-form__field {
    margin: 10px 6px;
    width: calc(50% - 12px);
  }
}
.ptp-block-contact-form__field--disabled {
  display: none;
}
@media (min-width: 800px) {
  .ptp-block-contact-form__field--full-width {
    width: calc(100% - 12px);
  }
}
.ptp-block-contact-form__field--security {
  margin-bottom: 20px;
}
.ptp-block-contact-form__field--security input {
  letter-spacing: 2px;
  font-family: sans-serif;
  font-weight: bold;
}
.ptp-block-contact-form__field--security svg {
  margin-top: 20px;
  width: 80px;
  height: auto;
}
.ptp-block-contact-form__field label {
  display: block;
  margin-bottom: 8px;
}
.ptp-block-contact-form__field input,
.ptp-block-contact-form__field select,
.ptp-block-contact-form__field textarea {
  padding: 15px 10px;
  width: 100%;
  border-radius: 5px;
  border: none;
  font-size: 0.875em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F5F5F5;
  width: 100%;
  resize: vertical;
}
@media (max-width: 800px) {
  .ptp-block-contact-form__field input,
  .ptp-block-contact-form__field select,
  .ptp-block-contact-form__field textarea {
    font-size: 1em;
  }
}
.ptp-block-contact-form__field select {
  color: #333333;
}
.ptp-block-contact-form__submit {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #356449;
  color: #FFFFFA;
}
.ptp-block-contact-form__success .ptp-block-contact-form__submit {
  display: none;
}
.ptp-block-contact-form__message {
  display: none;
  width: fit-content;
  padding: 20px;
  background: #F5F5F5;
  border-radius: 5px;
  margin-top: 20px;
}
.ptp-block-contact-form__success .ptp-block-contact-form__message--success, .ptp-block-contact-form__failure-required-fields .ptp-block-contact-form__message--failure, .ptp-block-contact-form__failure-error .ptp-block-contact-form__message--error {
  display: block;
}
.ptp-block-contact-form .ptp-compliance-opt-in {
  margin-bottom: 20px;
}

/* -- BLOCK: ENTRY -- */
.ptp-main {
  max-width: 100vw;
}

body.home .ptp-main {
  overflow: hidden;
}

/* -- BLOCK: SPACINGS + (GUTENBERG EDITOR) -- */
@media (max-width: 1340px) {
  .entry-content > *,
  .editor-visual-editor .is-root-container > *,
  .editor-styles-wrapper .is-root-container > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .entry-content > *.alignfull,
  .editor-visual-editor .is-root-container > *.alignfull,
  .editor-styles-wrapper .is-root-container > *.alignfull {
    padding-left: 0px;
    padding-right: 0px;
  }
  .entry-content > *.alignfull.has-background > *,
  .editor-visual-editor .is-root-container > *.alignfull.has-background > *,
  .editor-styles-wrapper .is-root-container > *.alignfull.has-background > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1640px) {
  .entry-content > *.alignwide,
  .editor-visual-editor .is-root-container > *.alignwide,
  .editor-styles-wrapper .is-root-container > *.alignwide {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* - BROWSER SUPPORT - */
@media (min-width: 1340px) {
  .ptp-body--is-legacy-browser .entry-content > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
  }
  .ptp-body--is-legacy-browser .entry-content > *.alignwide {
    max-width: 1600px;
  }
  .ptp-body--is-legacy-browser .entry-content > *.alignwide.has-background > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
  }
  .ptp-body--is-legacy-browser .entry-content > *.alignfull {
    max-width: none;
  }
  .ptp-body--is-legacy-browser .entry-content > *.alignfull.has-background > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
  }
}

/* -- BLOCK: HEADING -- */
.wp-block-heading + p {
  margin-top: 20px;
}
@media (max-width: 800px) {
  .wp-block-heading + p {
    margin-top: 10px;
  }
}

/* -- BLOCK: COLORS -- */
/* - BROWSER SUPPORT - */
.bew-body--is-legacy-browser .has-ptp-black-color {
  color: #333333;
}
.bew-body--is-legacy-browser .has-ptp-deep-green-color {
  color: #356449;
}
.bew-body--is-legacy-browser .has-ptp-soft-beige-color {
  color: #F7F2EE;
}
.bew-body--is-legacy-browser .has-ptp-light-gray-color {
  color: #F5F5F5;
}
.bew-body--is-legacy-browser .has-ptp-white-color {
  color: #FFFFFA;
}
.bew-body--is-legacy-browser .has-ptp-red-color {
  color: #93291E;
}
.bew-body--is-legacy-browser .has-ptp-yellow-color {
  color: #FFE000;
}
.bew-body--is-legacy-browser .has-ptp-black-background-color {
  background-color: #333333;
}
.bew-body--is-legacy-browser .has-ptp-deep-green-background-color {
  background-color: #356449;
}
.bew-body--is-legacy-browser .has-ptp-soft-beige-background-color {
  background-color: #F7F2EE;
}
.bew-body--is-legacy-browser .has-ptp-light-gray-background-color {
  background-color: #F5F5F5;
}
.bew-body--is-legacy-browser .has-ptp-white-background-color {
  background-color: #FFFFFA;
}
.bew-body--is-legacy-browser .has-ptp-red-background-color {
  background-color: #93291E;
}
.bew-body--is-legacy-browser .has-ptp-yellow-background-color {
  background-color: #FFE000;
}

/* -- BLOCK: BUTTON -- */
.wp-block-button__link.has-ptp-deep-green-background-color {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #356449;
  color: #FFFFFA;
}

/* -- BLOCK: ABOUT HISTORY AND PRODUCTION -- */
.ptp-block-about-history-production {
  display: flex !important;
  align-items: flex-start !important;
}
@media (max-width: 800px) {
  .ptp-block-about-history-production {
    display: block !important;
    margin-bottom: 40px;
  }
}
.ptp-block-about-history-production__image {
  position: sticky;
  top: 0px;
  width: 30vw;
  height: 100vh;
}
@media (max-width: 800px) {
  .ptp-block-about-history-production__image {
    width: 100%;
    height: 50vh;
  }
}
@media (min-width: 800px) {
  .ptp-block-about-history-production__image::after {
    content: "";
    position: absolute;
    width: 30vw;
    height: 100vh;
    z-index: 1;
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.71) 100%);
  }
}
@media (min-width: 800px) {
  .ptp-block-about-history-production__image::before {
    content: "";
    position: absolute;
    width: 30vw;
    height: 100vh;
    z-index: 1;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 56%, rgba(255, 255, 255, 0.71) 100%);
  }
}
.ptp-block-about-history-production__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 800px) {
  .ptp-block-about-history-production__content {
    max-width: 640px;
    padding-top: 40vh;
    padding-bottom: 30vh;
  }
}
@media (max-width: 800px) {
  .ptp-block-about-history-production__content {
    background-color: #FFFFFA;
    margin: 20px !important;
    padding: 40px 30px !important;
    border-radius: 10px 10px 0px 0px;
  }
}
.ptp-block-about-history-production__content > .wp-block-group {
  margin-bottom: 40px;
}
@media (min-width: 800px) {
  .ptp-block-about-history-production__content > .wp-block-group {
    margin-bottom: 10vh;
  }
}

/* -- BLOCK: BANNER WITH CONTENT -- */
.ptp-block-banner-w-content {
  position: relative;
  z-index: 2;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .ptp-block-banner-w-content.alignwide {
    margin: 20px !important;
  }
}
.ptp-block-banner-w-content .wp-block-cover__background {
  opacity: 0.4 !important;
}
.ptp-block-banner-w-content .wp-block-cover__inner-container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  min-height: 600px;
}
@media (max-width: 1024px) {
  .ptp-block-banner-w-content .wp-block-cover__inner-container {
    min-height: 500px;
  }
}
@media (max-width: 800px) {
  .ptp-block-banner-w-content .wp-block-cover__inner-container {
    min-height: 450px;
  }
}
.ptp-block-banner-w-content .wp-block-cover__inner-container > .wp-block-group {
  max-width: 600px;
  margin: 40px;
}
@media (max-width: 1024px) {
  .ptp-block-banner-w-content .wp-block-cover__inner-container > .wp-block-group {
    margin: 10px;
  }
}

/* -- BLOCK: FOUNDERS -- */
.ptp-block-founders {
  position: relative;
  z-index: 1;
  margin-top: -160px;
  padding-top: 280px;
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .ptp-block-founders {
    padding-top: 200px;
    padding-bottom: 60px;
  }
}
.ptp-block-founders__content {
  max-width: 680px !important;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .ptp-block-founders__content {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .ptp-block-founders__columns.wp-block-group {
    display: block;
  }
}
.ptp-block-founders__column {
  margin: 0px 40px !important;
}
@media (max-width: 1024px) {
  .ptp-block-founders__column {
    margin: 0px 20px 40px 20px !important;
  }
}
.ptp-block-founders__column .wp-block-image img {
  border-radius: 10px;
}
.ptp-block-founders__column .wp-block-heading,
.ptp-block-founders__column p {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.ptp-block-founders__column .wp-block-heading + p {
  margin-top: 10px;
}

/* -- BLOCK: PRODUCT CATEGORY TEASER -- */
.ptp-block-wc-product-category-teaser {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1340px) {
  .ptp-block-wc-product-category-teaser {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 100vw !important;
    overflow: hidden;
  }
}
@media (max-width: 800px) {
  .ptp-block-wc-product-category-teaser {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.ptp-block-wc-product-category-teaser + .ptp-block-wc-product-category-teaser {
  padding-top: 0px;
}
@media (max-width: 1340px) {
  .ptp-block-wc-product-category-teaser + .ptp-block-wc-product-category-teaser {
    flex-direction: column-reverse !important;
  }
}
.ptp-block-wc-product-category-teaser__content {
  position: relative;
  z-index: 10;
  flex: 1;
}
@media (max-width: 1340px) {
  .ptp-block-wc-product-category-teaser__content {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 800px) {
  .ptp-block-wc-product-category-teaser__content {
    margin-bottom: 30px !important;
  }
}
.ptp-block-wc-product-category-teaser__content * {
  max-width: 620px;
}
@media (min-width: 1340px) {
  .ptp-block-wc-product-category-teaser .ptp-block-product-slider {
    width: 800px;
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 1640px) {
  .ptp-block-wc-product-category-teaser .ptp-block-product-slider {
    width: 1100px;
    margin-left: -100px;
    margin-right: -40px;
  }
}
@media (max-width: 1340px) {
  .ptp-block-wc-product-category-teaser .ptp-block-product-slider {
    width: 100vw;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.ptp-block-wc-product-category-teaser .ptp-block-product-slider::before, .ptp-block-wc-product-category-teaser .ptp-block-product-slider::after {
  content: "";
  position: relative;
  z-index: 1;
  display: block;
  width: 200px;
  height: 540px;
  background: transparent;
  pointer-events: none;
}
@media (max-width: 800px) {
  .ptp-block-wc-product-category-teaser .ptp-block-product-slider::before, .ptp-block-wc-product-category-teaser .ptp-block-product-slider::after {
    width: 60px;
  }
}
.ptp-block-wc-product-category-teaser .ptp-block-product-slider::before {
  width: 140px;
  margin-bottom: -540px;
  margin-left: -40px;
  background: -moz-linear-gradient(90deg, rgb(255, 255, 250) 0%, rgba(255, 255, 250, 0.5774903711) 47%, rgba(255, 255, 250, 0.2553615196) 76%, rgba(255, 255, 250, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 255, 250) 0%, rgba(255, 255, 250, 0.5774903711) 47%, rgba(255, 255, 250, 0.2553615196) 76%, rgba(255, 255, 250, 0) 100%);
  background: linear-gradient(90deg, rgb(255, 255, 250) 0%, rgba(255, 255, 250, 0.5774903711) 47%, rgba(255, 255, 250, 0.2553615196) 76%, rgba(255, 255, 250, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffffa",endColorstr="#fffffa",GradientType=1);
}
@media (max-width: 1340px) {
  .ptp-block-wc-product-category-teaser .ptp-block-product-slider::before {
    width: 60px;
    margin-left: -20px;
  }
}
.ptp-block-wc-product-category-teaser .ptp-block-product-slider:last-child::before {
  width: 200px;
}
@media (max-width: 800px) {
  .ptp-block-wc-product-category-teaser .ptp-block-product-slider:last-child::before {
    width: 60px;
  }
}
.ptp-block-wc-product-category-teaser .ptp-block-product-slider::after {
  margin-top: -580px;
  margin-right: -40px;
  margin-left: auto;
  background: -moz-linear-gradient(270deg, rgb(255, 255, 250) 0%, rgba(255, 255, 250, 0.5774903711) 47%, rgba(255, 255, 250, 0.2553615196) 76%, rgba(255, 255, 250, 0) 100%);
  background: -webkit-linear-gradient(270deg, rgb(255, 255, 250) 0%, rgba(255, 255, 250, 0.5774903711) 47%, rgba(255, 255, 250, 0.2553615196) 76%, rgba(255, 255, 250, 0) 100%);
  background: linear-gradient(270deg, rgb(255, 255, 250) 0%, rgba(255, 255, 250, 0.5774903711) 47%, rgba(255, 255, 250, 0.2553615196) 76%, rgba(255, 255, 250, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffffa",endColorstr="#fffffa",GradientType=1);
}
@media (max-width: 1340px) {
  .ptp-block-wc-product-category-teaser .ptp-block-product-slider::after {
    margin-right: -20px;
  }
}
.ptp-block-wc-product-category-teaser .ptp-block-product-slider:first-child::after {
  width: 400px;
}
@media (max-width: 800px) {
  .ptp-block-wc-product-category-teaser .ptp-block-product-slider:first-child::after {
    width: 60px;
  }
}
.ptp-block-wc-product-category-teaser .ptp-block-product-slider:last-child .product.active {
  filter: blur(0px);
  transition: 0.4s;
}
.ptp-block-wc-product-category-teaser .ptp-block-product-slider:last-child .product.left-2 {
  filter: blur(5px);
  transition: 0.4s;
}
.ptp-block-wc-product-category-teaser .ptp-block-product-slider:last-child .product:first-child {
  margin-left: 20px;
}
@media (min-width: 1340px) {
  .ptp-block-wc-product-category-teaser .ptp-block-product-slider:last-child .product:first-child {
    margin-left: 100px;
  }
}
@media (min-width: 1640px) {
  .ptp-block-wc-product-category-teaser .ptp-block-product-slider:last-child .product:first-child {
    margin-left: 140px;
  }
}
@media (min-width: 1340px) {
  .ptp-block-wc-product-category-teaser .ptp-block-product-slider:first-child .ptp-block-product-slider__dots {
    justify-content: flex-start !important;
    margin-right: auto;
    margin-left: 40px;
  }
}
.ptp-block-wc-product-category-teaser .ptp-block-product-slider:first-child .product.active {
  filter: blur(0px);
  transition: 0.4s;
}
.ptp-block-wc-product-category-teaser .ptp-block-product-slider:first-child .product.right-2 {
  filter: blur(5px);
  transition: 0.4s;
}
.ptp-block-wc-product-category-teaser .ptp-block-product-slider:first-child .product:first-child {
  margin-left: 20px;
}
@media (min-width: 1340px) {
  .ptp-block-wc-product-category-teaser .ptp-block-product-slider:first-child .product:first-child {
    margin-left: 40px;
  }
}

/* -- BLOCK: ABOUT COLUMNS -- */
.ptp-block-columns--about {
  padding-top: 120px;
  padding-bottom: 120px;
  align-items: flex-start !important;
}
@media (max-width: 1024px) {
  .ptp-block-columns--about {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 800px) {
  .ptp-block-columns--about {
    display: block !important;
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (max-width: 800px) {
  .ptp-block-columns--about .wp-block-image {
    margin: 0px 20px 20px 20px;
  }
}
.ptp-block-columns--about .wp-block-image::before {
  content: "";
  background-color: #356449;
  height: 300px;
  width: 300px;
  border-radius: 10px;
  display: block;
  position: absolute;
  z-index: 0;
  border-radius: 10px;
  margin-left: -20px;
  margin-top: -20px;
}
.ptp-block-columns--about .wp-block-image img {
  height: 480px;
  width: 480px;
  max-width: none;
  object-fit: cover;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 800px) {
  .ptp-block-columns--about .wp-block-image img {
    width: calc(100vw - 60px);
    height: calc(100vw - 60px);
  }
}
@media (min-width: 800px) {
  .ptp-block-columns--about .wp-block-image {
    margin-right: 40px;
  }
}
@media (min-width: 1340px) {
  .ptp-block-columns--about .wp-block-image {
    margin-right: 140px;
  }
}
.ptp-block-columns--about .ptp-block-columns__content {
  max-width: 640px;
}

/* -- BLOCK: FAQ -- */
.ptp-block-faq--home {
  margin-bottom: 120px;
}

/* -- BLOCK: HANDCRAFTED PRODUCTION -- */
.ptp-block-handcrafted-production {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 800px) {
  .ptp-block-handcrafted-production {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.ptp-block-handcrafted-production__logo-emblem {
  width: 200px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 800px) {
  .ptp-block-handcrafted-production__logo-emblem {
    width: 120px;
  }
}
.ptp-block-handcrafted-production__content {
  max-width: 700px !important;
  padding-bottom: 60px;
}
@media (max-width: 800px) {
  .ptp-block-handcrafted-production__content {
    padding-bottom: 40px;
  }
}
.ptp-block-handcrafted-production__icons {
  margin-top: 60px;
}
@media (max-width: 800px) {
  .ptp-block-handcrafted-production__icons {
    margin-top: 20px;
  }
}
.ptp-block-handcrafted-production__icons .wp-block-image {
  margin: 0px 30px;
}
@media (max-width: 800px) {
  .ptp-block-handcrafted-production__icons .wp-block-image {
    margin: 0px 20px;
  }
}
.ptp-block-handcrafted-production__icons img {
  width: auto;
  height: 140px;
}

/* -- BLOCK: THIN BANNER HOME -- */
.ptp-block-thin-banner--home * {
  text-align: center;
}

/* -- BLOCK: CONTACT COLUMNS -- */
.ptp-block-contact-columns {
  margin-bottom: 0px;
}
.ptp-block-contact-columns__image-wrapper {
  max-width: 30%;
}
@media (max-width: 1024px) {
  .ptp-block-contact-columns__image-wrapper {
    display: none;
  }
}
.ptp-block-contact-columns__image-wrapper .wp-block-image {
  position: sticky;
  top: 0px;
  margin-bottom: 0px;
}
.ptp-block-contact-columns__image-wrapper .wp-block-image img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.ptp-block-contact-columns__form-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1840px) {
  .ptp-block-contact-columns__form-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .ptp-block-contact-columns__form-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.ptp-block-contact-columns__form-wrapper > .wp-block-group {
  max-width: 1060px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1340px) {
  .ptp-block-contact-columns__form-wrapper > .wp-block-group {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ptp-footer {
  background-color: #356449;
}
.ptp-footer * {
  text-decoration: none;
  color: #FFFFFA;
}
.ptp-footer a {
  transition: 0.5s;
}
.ptp-footer a:hover {
  opacity: 1;
}
.ptp-footer__inner {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .ptp-footer__inner {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
.ptp-footer__main {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #FFFFFA;
}
@media (min-width: 800px) and (max-width: 1024px) {
  .ptp-footer__main {
    row-gap: 20px;
  }
}
@media (max-width: 800px) {
  .ptp-footer__main {
    display: block;
  }
}
.ptp-footer__main__column {
  flex: 1;
}
@media (min-width: 800px) and (max-width: 1024px) {
  .ptp-footer__main__column {
    width: 50%;
    flex: none;
  }
}
@media (max-width: 800px) {
  .ptp-footer__main__column {
    margin-bottom: 30px;
  }
  .ptp-footer__main__column:last-child {
    margin-bottom: 0px;
  }
}
.ptp-footer__main__column__title {
  font-size: 1.2em;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .ptp-footer__main__column__title {
    margin-bottom: 20px;
  }
}
.ptp-footer__main__column ul {
  padding-left: 0px;
  margin-top: 0px;
}
.ptp-footer__main__column ul li {
  display: block;
}
.ptp-footer__main__column ul li {
  margin-bottom: 15px;
}
.ptp-footer__main__column ul li a {
  opacity: 0.8;
}
.ptp-footer__main__column--logos {
  display: flex;
  flex-wrap: wrap;
}
.ptp-footer__main__column--logos svg {
  margin-right: 20px;
  height: 70px;
  width: auto;
}
@media (max-width: 800px) {
  .ptp-footer__main__column--logos svg {
    height: 70px;
    width: auto;
  }
}
@media (min-width: 800px) {
  .ptp-footer__main__column--logos svg:first-child {
    margin-top: 4px;
    margin-right: 20px;
  }
}
@media (max-width: 800px) {
  .ptp-footer__main__column--logos svg:first-child {
    margin-top: 2px;
    margin-right: 20px;
  }
}
.ptp-footer__main__column__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.ptp-footer__main__column__socials a {
  display: flex;
  margin-right: 30px;
}
.ptp-footer__main__column__socials a svg {
  height: 30px;
  width: auto;
}
.ptp-footer__legal {
  font-size: 0.875em;
  margin-bottom: 40px;
}
@media (min-width: 800px) {
  .ptp-footer__legal {
    display: flex;
    justify-content: space-between;
  }
}
.ptp-footer__legal__copyright {
  opacity: 0.8;
  margin-bottom: 0px;
}
@media (max-width: 800px) {
  .ptp-footer__legal__copyright {
    margin-bottom: 20px;
  }
}
.ptp-footer__legal .ptp-compliance__legal__posts {
  display: flex;
  flex-wrap: wrap;
}
.ptp-footer__legal .ptp-compliance__legal__posts > a {
  margin-right: 20px;
  opacity: 0.8;
}
.ptp-footer__price-note {
  font-size: 0.66em;
  opacity: 0.5;
  max-width: 1200px;
}

.ptp-body--is-b2b .ptp-footer__price-note {
  display: none;
}

.ptp-header {
  position: sticky;
  top: 0px;
  background: #FFFFFA;
  z-index: 100;
  -webkit-box-shadow: 0px 11px 35px -28px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 0px 11px 35px -28px rgba(0, 0, 0, 0.61);
  box-shadow: 0px 11px 35px -28px rgba(0, 0, 0, 0.61);
}
.ptp-header__b2b {
  padding: 10px 0px;
  background-color: #333333;
  font-size: 0.9em;
}
.ptp-header__b2b-inner p {
  font-size: 0.875em;
  font-size: 0.875em;
  color: #FFFFFA;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 800px) {
  .ptp-header__b2b-inner p {
    font-size: 0.875em;
  }
}
@media (max-width: 800px) {
  .ptp-header__b2b-inner p {
    width: 100%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.ptp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) and (max-width: 1340px) {
  .ptp-header__inner {
    justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  .ptp-header__inner {
    padding-bottom: 5px;
  }
}
.ptp-header__logo {
  margin-right: 40px;
}
@media (min-width: 1340px) {
  .ptp-header__logo {
    min-width: 220px;
  }
}
.ptp-header__logo svg {
  height: 100px;
  width: auto;
}
@media (max-width: 1340px) {
  .ptp-header__logo svg {
    height: 80px;
  }
}
@media (max-width: 800px) {
  .ptp-header__logo svg {
    height: 60px;
  }
}
@media (max-width: 800px) {
  .ptp-header__logo svg .ptp-logo-claim {
    display: none;
  }
}
@media (max-width: 1024px) {
  .ptp-header__desktop-navigation {
    display: none;
  }
}
.ptp-header__desktop-navigation ul {
  padding-left: 0px;
  margin-top: 0px;
  display: flex;
  margin-bottom: 0px;
}
.ptp-header__desktop-navigation ul li {
  display: block;
}
.ptp-header__desktop-navigation ul li {
  margin-right: 30px;
}
@media (max-width: 1340px) {
  .ptp-header__desktop-navigation ul li {
    margin-right: 25px;
  }
}
.ptp-header__desktop-navigation ul li:last-child {
  margin-right: 0px;
}
.ptp-header__desktop-navigation ul li a {
  text-decoration: none;
  color: #333333;
  font-size: 1.1em;
}
@media (max-width: 1340px) {
  .ptp-header__desktop-navigation ul li a {
    font-size: 1em;
  }
}
.ptp-header__desktop-navigation ul li.ptp-is-abo {
  display: flex;
  justify-content: flex-end;
}
.ptp-header__desktop-navigation ul li.ptp-is-abo:after {
  position: absolute;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -20px;
  margin-right: -10px;
  background-image: url("/wp-content/themes/petalpin/assets/images/icons/discount.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ptp-header__desktop-navigation ul li.ptp-is-abo a {
  color: #356449;
  font-weight: 600;
}
.ptp-header__shop-actions {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) and (max-width: 1340px) {
  .ptp-header__shop-actions {
    flex: 1;
    justify-content: flex-end;
  }
}
.ptp-header__shop-action {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
}
@media (max-width: 1640px) {
  .ptp-header__shop-action {
    margin-right: 20px;
  }
}
.ptp-header__shop-action:last-child {
  margin-right: 0px;
}
.ptp-header__shop-action svg {
  height: 38px;
  width: auto;
  margin-bottom: 10px;
}
@media (max-width: 1340px) {
  .ptp-header__shop-action svg {
    height: 28px;
  }
}
@media (max-width: 800px) {
  .ptp-header__shop-action svg {
    height: 30px;
  }
}
.ptp-header__shop-action--search svg {
  width: 32px;
}
@media (max-width: 1340px) {
  .ptp-header__shop-action--search svg {
    width: 29px;
  }
}
@media (max-width: 800px) {
  .ptp-header__shop-action--search svg {
    width: 27px;
  }
}
.ptp-header__shop-action span {
  font-size: 0.875em;
  color: #333333;
}
@media (max-width: 1024px) {
  .ptp-header__shop-action span {
    display: none;
  }
}
@media (max-width: 800px) {
  .ptp-header__shop-action--cart {
    margin-right: 20px;
  }
}
.ptp-header__shop-action--cart__count--not-active {
  display: none;
}
.ptp-header__shop-action--cart__count--active {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7em;
  height: 26px;
  width: 26px;
  border-radius: 5px;
  background: #356449;
  color: #FFFFFA;
  position: absolute;
  margin-top: -20px;
  margin-left: 30px;
}
@media (max-width: 800px) {
  .ptp-header__shop-action--cart__count--active {
    transform: scale(0.8);
  }
}
.ptp-header__shop-action--language-switcher {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .ptp-header__shop-action--language-switcher {
    display: none;
  }
}
.ptp-header__shop-action--language-switcher > div {
  height: 40px;
}
.ptp-header__shop-action--language-switcher ul {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: 0.4s;
  padding: 10px;
  margin: 0px;
  height: 40px;
  background-color: #F5F5F5;
  border-radius: 4px;
  transition: 0.4s;
}
.ptp-header__shop-action--language-switcher ul li {
  display: block;
  margin-bottom: 10px;
  order: 2;
  text-align: center;
  line-height: 1;
}
.ptp-header__shop-action--language-switcher ul li.current-lang {
  order: 1;
}
.ptp-header__shop-action--language-switcher ul li a {
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875em;
}
.ptp-header__shop-action--language-switcher > a {
  display: flex;
  transform: rotate(0deg);
  transition: 0.4s;
  margin-left: 10px;
}
.ptp-header__shop-action--language-switcher > a svg {
  height: 8px;
  width: auto;
  margin: 0;
}
.ptp-header__shop-action--is-open ul {
  height: 100px;
}
.ptp-header__shop-action--is-open > a {
  transform: rotate(180deg);
}
.ptp-header__shop-action--hamburger {
  position: relative;
  top: -5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 20px;
  width: 35px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .ptp-header__shop-action--hamburger {
    display: none;
  }
}
.ptp-header__shop-action--hamburger .ptp-line {
  position: relative;
  top: 0px;
  transform: rotate(0deg);
  height: 2px;
  width: 100%;
  transition: 0.5s;
  background-color: #333333;
}

.ptp-header-mobile-navigation,
.ptp-header-mobile-navigation-modal {
  display: none;
}

body:not(.ptp-mobile-navigation-open):has(.ptp-block-hero-slider--about) .ptp-header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: 0px 11px 35px -28px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 11px 35px -28px rgba(0, 0, 0, 0);
  box-shadow: 0px 11px 35px -28px rgba(0, 0, 0, 0);
  background-color: transparent;
}
body:not(.ptp-mobile-navigation-open):has(.ptp-block-hero-slider--about) .ptp-header__logo svg path:nth-child(1), body:not(.ptp-mobile-navigation-open):has(.ptp-block-hero-slider--about) .ptp-header__logo svg path:nth-child(2), body:not(.ptp-mobile-navigation-open):has(.ptp-block-hero-slider--about) .ptp-header__logo svg path:nth-child(5) {
  fill: #FFFFFA;
}
body:not(.ptp-mobile-navigation-open):has(.ptp-block-hero-slider--about) .ptp-header__logo svg path:nth-child(3), body:not(.ptp-mobile-navigation-open):has(.ptp-block-hero-slider--about) .ptp-header__logo svg path:nth-child(4) {
  stroke: #FFFFFA;
}
body:not(.ptp-mobile-navigation-open):has(.ptp-block-hero-slider--about) .ptp-header__desktop-navigation ul li a {
  color: #FFFFFA;
}
body:not(.ptp-mobile-navigation-open):has(.ptp-block-hero-slider--about) .ptp-header__desktop-navigation ul li.ptp-is-abo a {
  color: #FFFFFA;
}
body:not(.ptp-mobile-navigation-open):has(.ptp-block-hero-slider--about) .ptp-header__shop-action svg path {
  fill: #FFFFFA;
}
body:not(.ptp-mobile-navigation-open):has(.ptp-block-hero-slider--about) .ptp-header__shop-action span {
  color: #FFFFFA;
}
body:not(.ptp-mobile-navigation-open):has(.ptp-block-hero-slider--about) .ptp-header__shop-action--search svg path,
body:not(.ptp-mobile-navigation-open):has(.ptp-block-hero-slider--about) .ptp-header__shop-action--search svg circle {
  stroke: #FFFFFA;
}
body:not(.ptp-mobile-navigation-open):has(.ptp-block-hero-slider--about) .ptp-header__shop-action--hamburger .ptp-line {
  background-color: #FFFFFA;
}

body.ptp-mobile-navigation-open > * {
  filter: blur(10px);
}
body.ptp-mobile-navigation-open .ptp-header,
body.ptp-mobile-navigation-open .ptp-header-mobile-navigation,
body.ptp-mobile-navigation-open .ptp-header-mobile-navigation-modal {
  filter: blur(0px);
}
body.ptp-mobile-navigation-open .ptp-header__shop-action--hamburger .ptp-line:nth-child(1) {
  top: 8.7px;
  transform: rotate(45deg);
}
body.ptp-mobile-navigation-open .ptp-header__shop-action--hamburger .ptp-line:nth-child(2) {
  width: 0px;
}
body.ptp-mobile-navigation-open .ptp-header__shop-action--hamburger .ptp-line:nth-child(3) {
  top: -8.7px;
  transform: rotate(-45deg);
}
body.ptp-mobile-navigation-open .ptp-header-mobile-navigation {
  display: block;
  position: fixed;
  top: 89px;
  width: 100%;
  z-index: 99;
  background-color: #356449;
}
body.ptp-mobile-navigation-open .ptp-header-mobile-navigation__languages {
  display: flex;
  margin-bottom: 0px !important;
  padding: 0px;
  background: rgba(0, 0, 0, 0.1);
}
body.ptp-mobile-navigation-open .ptp-header-mobile-navigation__languages * {
  text-transform: uppercase;
}
body.ptp-mobile-navigation-open .ptp-header-mobile-navigation__languages .current-lang {
  display: none;
}
body.ptp-mobile-navigation-open .ptp-header-mobile-navigation__languages li a {
  padding: 20px;
}
body.ptp-mobile-navigation-open .ptp-header-mobile-navigation ul {
  padding-left: 0px;
  margin-top: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
body.ptp-mobile-navigation-open .ptp-header-mobile-navigation ul li {
  display: block;
}
body.ptp-mobile-navigation-open .ptp-header-mobile-navigation a {
  font-size: 1.2em;
  display: block;
  padding: 10px 20px;
  color: #FFFFFA;
}
@media (max-width: 800px) {
  body.ptp-mobile-navigation-open .ptp-header-mobile-navigation a {
    font-size: 1.14em;
  }
}
body.ptp-mobile-navigation-open .ptp-header-mobile-navigation-modal {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 98;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.ptp-body--is-b2b .ptp-header-mobile-navigation {
  top: 125px !important;
}

.ptp-mobile-navigation-open .ptp-cart-modal {
  display: none;
}

.ptp-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
  min-height: calc(100vh - 600px);
}
@media (max-width: 1024px) {
  .ptp-404 {
    min-height: calc(100vh - 200px);
  }
}
.ptp-404__columns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .ptp-404__column--content {
    margin-right: 80px;
  }
}
.ptp-404__column--content h1 {
  color: #356449;
  margin-bottom: 20px;
}
.ptp-404__column--content p {
  max-width: 500px;
  margin-bottom: 0px;
}
.ptp-404__column--content a {
  margin-top: 20px;
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #356449;
  color: #FFFFFA;
}
.ptp-404__column--image {
  display: none;
}
@media (min-width: 1024px) {
  .ptp-404__column--image {
    display: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.ptp-404__column--image img {
  width: auto;
  height: 600px;
  border-radius: 10px;
}

body.single-ptp_legal .ptp-gutenberg-content {
  max-width: 940px;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 800px) {
  body.single-ptp_legal .ptp-gutenberg-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
body.single-ptp_legal .ptp-gutenberg-content a {
  color: #333333;
}
body.single-ptp_legal .ptp-gutenberg-content .wp-block-post-title {
  font-size: 3em;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  body.single-ptp_legal .ptp-gutenberg-content .wp-block-post-title {
    font-size: 2em;
  }
}
@media (max-width: 800px) {
  body.single-ptp_legal .ptp-gutenberg-content .wp-block-post-title {
    text-align: left;
    margin-bottom: 40px;
  }
}
body.single-ptp_legal .ptp-gutenberg-content h2 {
  margin-top: 20px;
}
body.single-ptp_legal .ptp-gutenberg-content a {
  text-decoration: underline;
}

body.search .ptp-search__inner {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: calc(100vh - 900px);
}
@media (max-width: 800px) {
  body.search .ptp-search__inner {
    padding-top: 40px;
  }
}
body.search .ptp-search__headline {
  font-size: 2em;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  body.search .ptp-search__headline {
    font-size: 1.6em;
  }
}
body.search .ptp-search .searchform {
  margin-bottom: 20px;
}
body.search .ptp-search .searchform > div {
  display: flex;
}
body.search .ptp-search .searchform input[type=text] {
  padding: 15px 10px;
  width: 100%;
  border-radius: 5px;
  border: none;
  font-size: 0.875em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F5F5F5;
}
@media (max-width: 800px) {
  body.search .ptp-search .searchform input[type=text] {
    font-size: 1em;
  }
}
body.search .ptp-search .searchform input[type=submit] {
  display: none;
}
body.search .ptp-search__result {
  transition: 0.8s;
  filter: blur(0px);
}
body.search .ptp-search--is-loading .ptp-search__result {
  filter: blur(10px);
}
@media (max-width: 1340px) {
  body.search .ptp-search__products {
    margin: -10px;
  }
}
@media (max-width: 800px) {
  body.search .ptp-search__products {
    margin: 0px;
  }
}
@media (max-width: 1340px) {
  body.search .ptp-search__products .product {
    margin: 10px;
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 940px) {
  body.search .ptp-search__products .product {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  body.search .ptp-search__products .product {
    margin: 16px 0px;
    width: 100%;
  }
}
@media (max-width: 800px) {
  body.search .ptp-search__products .product img {
    height: 340px;
  }
}
@media (max-width: 800px) {
  body.search .ptp-search__products .product img.ptp-hover-image {
    margin-top: -340px;
  }
}

body.woocommerce.single-product .site-main {
  padding-bottom: 50px;
}
@media (min-width: 800px) {
  body.woocommerce.single-product .site-main {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}
body.woocommerce.single-product .woocommerce-breadcrumb {
  display: none;
}
body.woocommerce.single-product .onsale {
  display: none;
}
body.woocommerce.single-product .ptp-product-detail-summary {
  margin-bottom: 50px;
}
@media (min-width: 800px) {
  body.woocommerce.single-product .ptp-product-detail-summary {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  body.woocommerce.single-product .ptp-product-detail-summary {
    margin-bottom: 80px;
  }
}
@media (min-width: 800px) {
  body.woocommerce.single-product .ptp-product-detail-summary .woocommerce-product-gallery {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1024px) {
  body.woocommerce.single-product .ptp-product-detail-summary .woocommerce-product-gallery {
    width: calc(50% - 80px);
  }
}
@media (max-width: 800px) {
  body.woocommerce.single-product .ptp-product-detail-summary .woocommerce-product-gallery {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 800px) {
  body.woocommerce.single-product .ptp-product-detail-summary .woocommerce-product-gallery .flex-viewport {
    border-radius: 10px;
    overflow: hidden;
  }
}
body.woocommerce.single-product .ptp-product-detail-summary .woocommerce-product-gallery__trigger {
  display: none;
}
body.woocommerce.single-product .ptp-product-detail-summary .woocommerce-product-gallery__image a {
  display: block;
}
body.woocommerce.single-product .ptp-product-detail-summary .woocommerce-product-gallery__image a img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 800px) {
  body.woocommerce.single-product .ptp-product-detail-summary .woocommerce-product-gallery__image a img {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  body.woocommerce.single-product .ptp-product-detail-summary .woocommerce-product-gallery__image a img {
    height: 600px;
  }
}
@media (min-width: 1340px) {
  body.woocommerce.single-product .ptp-product-detail-summary .woocommerce-product-gallery__image a img {
    height: 700px;
  }
}
@media (max-width: 800px) {
  body.woocommerce.single-product .ptp-product-detail-summary .woocommerce-product-gallery__image a img {
    max-height: 400px;
  }
}
body.woocommerce.single-product .ptp-product-detail-summary .woocommerce-product-gallery__image--placeholder img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
body.woocommerce.single-product .ptp-product-detail-summary .woocommerce-product-gallery .flex-control-nav {
  padding-left: 0px;
  margin-top: 0px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-block-end: 0px;
}
body.woocommerce.single-product .ptp-product-detail-summary .woocommerce-product-gallery .flex-control-nav li {
  display: block;
}
@media (max-width: 800px) {
  body.woocommerce.single-product .ptp-product-detail-summary .woocommerce-product-gallery .flex-control-nav {
    position: relative;
    top: 2px;
  }
}
body.woocommerce.single-product .ptp-product-detail-summary .woocommerce-product-gallery .flex-control-nav li {
  margin-right: 10px;
}
body.woocommerce.single-product .ptp-product-detail-summary .woocommerce-product-gallery .flex-control-nav li:last-child {
  margin-right: 0px;
}
body.woocommerce.single-product .ptp-product-detail-summary .woocommerce-product-gallery .flex-control-nav li img {
  height: 80px;
  width: 80px;
  object-fit: contain;
  cursor: pointer;
  opacity: 0.3;
  transition: 0.8s;
  border-radius: 2px;
}
@media (max-width: 800px) {
  body.woocommerce.single-product .ptp-product-detail-summary .woocommerce-product-gallery .flex-control-nav li img {
    height: 40px;
    width: 40px;
  }
}
body.woocommerce.single-product .ptp-product-detail-summary .woocommerce-product-gallery .flex-control-nav li img.flex-active {
  opacity: 1;
}
@media (min-width: 800px) {
  body.woocommerce.single-product .ptp-product-detail-summary .entry-summary {
    width: 50%;
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  body.woocommerce.single-product .ptp-product-detail-summary .entry-summary {
    margin-left: 80px;
  }
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary form.cart {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  body.woocommerce.single-product .ptp-product-detail-summary .entry-summary form.cart {
    background-color: #FFFFFA;
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary form.cart ul.wcsatt-options-prompt-radios {
  padding-left: 10px;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary form.cart .wcsatt-options-wrapper,
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary form.cart .wcsatt-add-to-subscription-wrapper {
  width: 100%;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary form.cart .woocommerce-variation-price {
  display: block;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary form.cart .woocommerce-variation-price > .price {
  display: none;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary form.cart .variations select {
  display: none;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary table {
  width: 100%;
  margin-bottom: 20px;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary select {
  padding: 7px 10px;
  font-size: 1em;
  background-color: transparent;
  color: #333333;
  border: solid 1px #333333;
  border-radius: 5px;
  margin-bottom: 0px;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .ptp-variation-radio-buttons {
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .ptp-variation-radio-buttons label {
  margin-right: 1.25rem;
  margin-bottom: 10px;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .ptp-variation-radio-buttons label:last-child {
  margin-right: 0;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .ptp-variation-radio-buttons label input {
  display: none;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .ptp-variation-radio-buttons label div {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #F5F5F5;
  color: #333333;
  border: solid 1px #b3b3b3;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .ptp-variation-radio-buttons label input:checked + div {
  background-color: #333333;
  color: #FFFFFA;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .ptp-category-breadcrumb {
  display: flex;
  align-items: center;
  color: #356449;
  text-decoration: none;
  margin-bottom: 5px;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .ptp-category-breadcrumb img {
  height: 30px;
  width: auto;
  margin-right: 10px;
}
@media (max-width: 800px) {
  body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .ptp-category-breadcrumb img {
    height: 20px;
  }
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .product_title {
  margin-bottom: 20px;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary > .price {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 1.2em;
  color: #333333;
  opacity: 0.8;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary > .price .wcsatt-sub-options,
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary > .price .wcsatt-sub-discount {
  display: none;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary > .price .ptp-price-per-kg,
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary > .price .ptp-vat-notice {
  display: block;
  width: 100%;
  font-size: 0.8em;
  order: 3;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .ptp-product-tab-links {
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .ptp-product-tab-links {
    display: flex;
    flex-wrap: wrap;
  }
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .ptp-product-tab-links__item {
  display: flex;
  align-items: center;
  color: #333333;
  text-decoration: none;
  margin-right: 20px;
  margin-bottom: 20px;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .ptp-product-tab-links__item svg {
  position: relative;
  top: 2px;
  width: 14px;
  height: auto;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .ptp-product-tab-links__item span {
  font-weight: bold;
  margin-left: 10px;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .ptp-product-tab-links__item span:hover {
  color: #356449;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .product_meta {
  display: none;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .variations tbody {
  display: flex;
  align-items: center;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .variations .label {
  display: none;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .variations .reset_variations {
  all: unset;
  display: inline-block;
  background: transparent;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
  color: #333333;
  text-decoration: none;
  margin-left: 10px;
  display: none;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .variations .reset_variations:hover {
  outline: none;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .woocommerce-variation-price {
  display: none;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .woocommerce-product-details__short-description {
    margin-bottom: 20px;
  }
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .wcsatt-options-wrapper {
  margin-bottom: 20px;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .woocommerce-variation-add-to-cart {
  position: relative;
  top: 0px;
  display: flex;
  flex-wrap: wrap;
  transition: 0.4s;
}
@media (max-width: 800px) {
  body.woocommerce.single-product .ptp-product-detail-summary .entry-summary form.cart.ptp-is-pinned .woocommerce-variation-add-to-cart {
    position: relative;
    top: -5px;
  }
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .single_add_to_cart_button {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #356449;
  color: #FFFFFA;
  padding: 14px 36px;
  margin-left: 10px;
  -webkit-box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.11);
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .ptp-is-one-time-purchase {
  padding: 15px;
  background: #333333;
  border-radius: 5px;
  color: #FFFFFA;
  display: inline-block;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .woocommerce-notices-wrapper {
  margin-top: 40px;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .woocommerce-notices-wrapper .wc-forward {
  display: none;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .ptp-woocommerce-cart-conditions {
  display: none;
}
body.woocommerce.single-product .ptp-product-detail-summary .entry-summary .ptp-woocommerce-cart-conditions--active {
  display: block;
  margin-top: 40px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.07);
}
body.woocommerce.single-product .related.products {
  width: 100%;
}
body.woocommerce.single-product .related.products > h2 {
  color: #356449;
  margin-bottom: 20px;
}
body.woocommerce.single-product .related.products .product .ptp-price-per-kg,
body.woocommerce.single-product .related.products .product .ptp-vat-notice {
  display: none;
}
body.woocommerce.single-product .related.products .ptp-related-products-dots {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  body.woocommerce.single-product .related.products .ptp-related-products-dots {
    display: none;
  }
}
body.woocommerce.single-product .related.products .ptp-related-products-dots .glider-dot.active {
  background: #356449;
}
body.woocommerce.single-product .ptp-product-tabs {
  background-color: #F7F2EE;
  margin-top: 40px;
  border-radius: 5px;
}
@media (min-width: 800px) {
  body.woocommerce.single-product .ptp-product-tabs {
    border-radius: 10px;
    margin-top: 140px;
  }
}
body.woocommerce.single-product .ptp-product-tabs__list {
  padding: 60px;
}
@media (max-width: 1024px) {
  body.woocommerce.single-product .ptp-product-tabs__list {
    padding: 40px;
  }
}
@media (max-width: 800px) {
  body.woocommerce.single-product .ptp-product-tabs__list {
    padding: 40px 20px;
  }
}
body.woocommerce.single-product .ptp-product-tabs__list__item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #333333;
}
@media (max-width: 800px) {
  body.woocommerce.single-product .ptp-product-tabs__list__item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
body.woocommerce.single-product .ptp-product-tabs__list__item:last-child {
  margin-bottom: 0px;
}
body.woocommerce.single-product .ptp-product-tabs__list__item__header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 800px) {
  body.woocommerce.single-product .ptp-product-tabs__list__item__header h2 {
    font-size: 1.2em;
  }
}
body.woocommerce.single-product .ptp-product-tabs__list__item__header svg {
  position: relative;
  top: 6px;
  height: 33px;
  width: auto;
  transition: 0.8s;
  transform: rotate(0deg);
}
@media (max-width: 800px) {
  body.woocommerce.single-product .ptp-product-tabs__list__item__header svg {
    top: 3px;
    height: 20px;
  }
}
body.woocommerce.single-product .ptp-product-tabs__list__item__body {
  height: 0px;
  overflow: hidden;
  margin-top: 0px;
  max-width: 700px;
  opacity: 0;
  transition: 1s;
}
body.woocommerce.single-product .ptp-product-tabs__list__item--open .ptp-product-tabs__list__item__header svg {
  transform: rotate(135deg);
}
body.woocommerce.single-product .ptp-product-tabs__list__item--open .ptp-product-tabs__list__item__body {
  margin-top: 20px;
  opacity: 1;
}

body.ptp-body--is-one-time-purchase .ptp-product-detail-summary form {
  display: none !important;
}

body.ptp-body--is-b2b .price .wcsatt-sub-options,
body.ptp-body--is-b2b .price .wcsatt-sub-discount {
  display: none;
}
body.ptp-body--is-b2b .wcsatt-options-product-prompt {
  display: none;
}

.subscription-price .ptp-price-per-kg,
.subscription-price .ptp-vat-notice {
  display: none !important;
}

body.archive .site-main {
  padding-bottom: 180px;
}
@media (max-width: 800px) {
  body.archive .site-main {
    padding-bottom: 50px;
  }
}
body.archive .site-main .woocommerce-ordering {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  body.archive .site-main .woocommerce-ordering {
    display: none;
  }
}
body.archive .site-main .woocommerce-ordering select {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #F5F5F5;
  color: #333333;
}
body.archive .site-main .woocommerce-result-count,
body.archive .site-main .woocommerce-breadcrumb {
  display: none;
}
@media (max-width: 800px) {
  body.archive .site-main .ptp-product-archive-header {
    margin-bottom: 50px;
  }
}
body.archive .site-main .ptp-product-archive-header__image img {
  width: 100%;
  height: 30vh;
  min-height: 490px;
  max-height: 800px;
  object-fit: cover;
}
@media (max-width: 800px) {
  body.archive .site-main .ptp-product-archive-header__image img {
    height: 30vh;
    min-height: 340px;
    max-height: 600px;
  }
}
body.archive .site-main .ptp-product-archive-header__artwork {
  position: absolute;
  right: 0px;
  z-index: 1;
  margin-top: -110px;
}
@media (max-width: 800px) {
  body.archive .site-main .ptp-product-archive-header__artwork {
    margin-top: -135px;
  }
}
body.archive .site-main .ptp-product-archive-header__artwork svg {
  width: 400px;
}
@media (max-width: 800px) {
  body.archive .site-main .ptp-product-archive-header__artwork svg {
    max-width: 40vw;
    height: auto;
  }
}
body.archive .site-main .ptp-product-archive-header__content {
  padding: 30px 20px;
  position: relative;
  z-index: 2;
  top: -100px;
  margin-bottom: -100px;
  background: #FFFFFA;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 36px -10px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 0px 36px -10px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 0px 36px -10px rgba(0, 0, 0, 0.34);
}
@media (min-width: 940px) {
  body.archive .site-main .ptp-product-archive-header__content {
    max-width: 700px;
    padding: 40px 60px;
    top: -80px;
    margin-bottom: -40px;
    border-radius: 10px;
  }
}
body.archive .site-main .ptp-product-archive-header__content__term {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
body.archive .site-main .ptp-product-archive-header__content__term img {
  height: 30px;
  width: auto;
  margin-right: 10px;
}
@media (max-width: 800px) {
  body.archive .site-main .ptp-product-archive-header__content__term img {
    height: 20px;
  }
}
body.archive .site-main .ptp-product-archive-header__content__term span {
  color: #356449;
}
body.archive .site-main .ptp-product-archive-header__content__headline {
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  body.archive .site-main .ptp-product-archive-header__content__headline {
    margin-bottom: 20px;
  }
}
body.archive .site-main .ptp-product-archive-header__content__description {
  height: 98px;
  overflow: hidden;
  transition: 1s;
}
body.archive .site-main .ptp-product-archive-header__content__description-expand {
  position: relative;
  top: -95px;
  margin-bottom: -80px;
  background: rgb(255, 255, 250);
  background: -moz-linear-gradient(0deg, rgba(255, 255, 250, 0.9962578782) 0%, rgba(255, 255, 250, 0.7273503151) 53%, rgba(255, 255, 250, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 250, 0.9962578782) 0%, rgba(255, 255, 250, 0.7273503151) 53%, rgba(255, 255, 250, 0) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 250, 0.9962578782) 0%, rgba(255, 255, 250, 0.7273503151) 53%, rgba(255, 255, 250, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffffa",endColorstr="#fffffa",GradientType=1);
  padding-top: 90px;
  opacity: 1;
  transition: 1s;
}
body.archive .site-main .ptp-product-archive-header__content__description-expand.ptp-hide {
  opacity: 0;
  pointer-events: none;
}
body.archive .site-main .ptp-product-archive-header__content__description-expand button {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #356449;
  color: #FFFFFA;
  font-size: 0.8em;
}
@media (max-width: 800px) {
  body.archive .site-main .ptp-product-archive-header__content__description-expand {
    margin-bottom: -95px;
  }
}
@media (max-width: 1340px) {
  body.archive .site-main ul.products {
    margin: -10px;
  }
}
@media (max-width: 800px) {
  body.archive .site-main ul.products {
    margin: 0px;
  }
}
@media (max-width: 1340px) {
  body.archive .site-main ul.products .product {
    margin: 10px;
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 940px) {
  body.archive .site-main ul.products .product {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  body.archive .site-main ul.products .product {
    margin: 16px 0px;
    width: 100%;
  }
}
@media (max-width: 800px) {
  body.archive .site-main ul.products .product img {
    height: 340px;
  }
}
@media (max-width: 800px) {
  body.archive .site-main ul.products .product img.ptp-hover-image {
    margin-top: -340px;
  }
}

body.ptp-body--is-b2b.archive .site-main .ptp-product-archive-header {
  margin-bottom: 20px;
}
body.ptp-body--is-b2b.archive .site-main .ptp-product-archive-header__content__term {
  font-size: 1.6em;
  font-weight: bold;
}
@media (max-width: 800px) {
  body.ptp-body--is-b2b.archive .site-main .ptp-product-archive-header__content__term {
    font-size: 1.4em;
  }
}
body.ptp-body--is-b2b.archive .site-main .ptp-product-archive-header__content__headline, body.ptp-body--is-b2b.archive .site-main .ptp-product-archive-header__content__description, body.ptp-body--is-b2b.archive .site-main .ptp-product-archive-header__content__description-expand {
  display: none;
}
body.ptp-body--is-b2b.archive .site-main .ptp-product-archive-header__image {
  display: none;
}
body.ptp-body--is-b2b.archive .site-main .woocommerce-ordering {
  display: none;
}
body.ptp-body--is-b2b.archive .site-main ul.products .product {
  width: 100%;
}
body.ptp-body--is-b2b.archive .site-main ul.products .product .woocommerce-LoopProduct-link {
  display: block;
  margin-bottom: 20px;
}
body.ptp-body--is-b2b.archive .site-main ul.products .product .woocommerce-LoopProduct-link img {
  display: none;
}
@media (min-width: 800px) {
  body.ptp-body--is-b2b.archive .site-main ul.products .product .ptp-product-information-table {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
body.ptp-body--is-b2b.archive .site-main ul.products .product .ptp-product-information-table__row {
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  body.ptp-body--is-b2b.archive .site-main ul.products .product .ptp-product-information-table__row {
    margin-right: 40px;
    margin-bottom: 0px;
  }
}
body.ptp-body--is-b2b.archive .site-main ul.products .product .ptp-product-information-table__image {
  margin-right: 20px;
}
body.ptp-body--is-b2b.archive .site-main ul.products .product .ptp-product-information-table__image img {
  height: 180px;
  width: 180px;
}
@media (max-width: 800px) {
  body.ptp-body--is-b2b.archive .site-main ul.products .product .ptp-product-information-table__image img {
    height: 110px;
    width: 110px;
  }
}
body.ptp-body--is-b2b.archive .site-main ul.products .product .ptp-product-information-table__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.ptp-body--is-b2b.archive .site-main ul.products .product .ptp-product-information-table__attributes {
  font-size: 1.1em;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  body.ptp-body--is-b2b.archive .site-main ul.products .product .ptp-product-information-table__attributes {
    margin-bottom: 10px;
  }
}
body.ptp-body--is-b2b.archive .site-main ul.products .product .ptp-product-information-table__add-to-cart form {
  opacity: 1;
  filter: blur(0px);
  transition: 1s;
}
body.ptp-body--is-b2b.archive .site-main ul.products .product .ptp-product-information-table__add-to-cart form.ptp-ajax-loading {
  opacity: 0.4;
  filter: blur(3px);
}
body.ptp-body--is-b2b.archive .site-main ul.products .product .ptp-product-information-table__add-to-cart p {
  padding: 0px !important;
  border: none !important;
  margin: 0px !important;
}
body.ptp-body--is-b2b.archive .site-main ul.products .product .ptp-product-information-table__add-to-cart select {
  color: #333333;
  background-color: transparent;
  border-radius: 5px;
  margin-right: 10px;
  border: solid 1px #333333;
}
body.ptp-body--is-b2b.archive .site-main ul.products .product .ptp-product-information-table__add-to-cart .button {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #356449;
  color: #FFFFFA;
  width: fit-content;
  font-size: 0.8em;
  display: block;
}
body.ptp-body--is-b2b.archive .site-main ul.products .product .ptp-product-information-table__add-to-cart .button.added {
  display: none;
}
body.ptp-body--is-b2b.archive .site-main ul.products .product .ptp-product-information-table__add-to-cart .added_to_cart.wc-forward {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #F5F5F5;
  color: #333333;
  width: fit-content;
  font-size: 0.8em;
  margin-top: 10px;
  display: block;
}
body.ptp-body--is-b2b.archive .site-main ul.products .product .ptp-product-information-table__add-to-cart .variations {
  display: none;
}
body.ptp-body--is-b2b.archive .site-main ul.products .product .ptp-product-information-table__add-to-cart .woocommerce-variation-add-to-cart,
body.ptp-body--is-b2b.archive .site-main ul.products .product .ptp-product-information-table__add-to-cart .cart {
  display: flex;
}
body.ptp-body--is-b2b.archive .site-main .ptp-faq {
  display: none;
}

.ptp-body--is-b2b.archive .site-main .ptp-product-archive-header__content {
  top: 0px;
  padding: 0px;
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0);
}

body.woocommerce-cart .ptp-main > .woocommerce {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: calc(100vh - 900px);
}
@media (max-width: 800px) {
  body.woocommerce-cart .ptp-main > .woocommerce {
    padding-top: 40px;
  }
}
body.woocommerce-cart .ptp-main > .woocommerce .ptp-pre-cart-heading {
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  body.woocommerce-cart .ptp-main > .woocommerce .ptp-pre-cart-heading {
    margin-bottom: 20px;
  }
}
body.woocommerce-cart .ptp-main > .woocommerce .woocommerce-notices-wrapper > *:last-child {
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  body.woocommerce-cart .ptp-main > .woocommerce .woocommerce-notices-wrapper > *:last-child {
    margin-bottom: 40px;
  }
}

.wc-empty-cart-message {
  margin-bottom: 20px;
}

.return-to-shop a {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #356449;
  color: #FFFFFA;
}

.woocommerce-cart-form {
  margin-top: 40px;
}
.woocommerce-cart-form table,
.woocommerce-cart-form tbody {
  display: block;
}
.woocommerce-cart-form thead {
  display: none;
}
.woocommerce-cart-form .cart_item {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .woocommerce-cart-form .cart_item {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -10px;
    margin-bottom: 20px;
  }
}
.woocommerce-cart-form .cart_item td.product-remove {
  position: relative;
  z-index: 2;
  left: 15px;
  top: -15px;
}
.woocommerce-cart-form .cart_item td.product-remove a {
  color: #FFFFFA;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  background-color: #356449;
  line-height: unset;
  font-size: 0px;
  border-radius: 5px;
  background-image: url("/wp-content/themes/petalpin/assets/images/icons/close-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.woocommerce-cart-form .cart_item td.product-price {
  display: none;
}
.woocommerce-cart-form .cart_item td.product-thumbnail img {
  height: 240px;
  width: 240px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 800px) {
  .woocommerce-cart-form .cart_item td.product-thumbnail img {
    height: 100px;
    width: 100px;
    border-radius: 5px;
  }
}
.woocommerce-cart-form .cart_item td.product-name {
  display: block;
  padding: 20px 40px;
  flex: 1;
}
@media (max-width: 800px) {
  .woocommerce-cart-form .cart_item td.product-name {
    padding: 10px;
    min-width: calc(100vw - 250px);
  }
}
.woocommerce-cart-form .cart_item td.product-name a {
  text-decoration: none;
  color: #333333;
}
.woocommerce-cart-form .cart_item td.product-name .ptp-cart-item-name {
  font-size: 1.2em;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .woocommerce-cart-form .cart_item td.product-name .ptp-cart-item-name {
    font-size: 1.14em;
  }
}
.woocommerce-cart-form .cart_item td.product-name .woocommerce-Price-amount {
  color: #333333;
  opacity: 0.8;
}
.woocommerce-cart-form .cart_item td.product-name .ptp-vat-notice {
  display: block;
  font-size: 0.8em;
  opacity: 0.8;
}
.woocommerce-cart-form .cart_item td.product-quantity {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
  padding: 20px 40px;
}
.woocommerce-cart-form .cart_item td.product-quantity select {
  padding: 4px 10px;
  background-color: transparent;
  font-size: 1em;
  color: #333333;
  border: solid 1px #333333;
  border-radius: 5px;
  align-self: center;
}
@media (max-width: 800px) {
  .woocommerce-cart-form .cart_item td.product-quantity {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    padding-top: 0px;
    order: 6;
  }
}
.woocommerce-cart-form .cart_item td.product-subtotal {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
  padding: 20px 40px;
  padding-right: 0px;
}
@media (max-width: 800px) {
  .woocommerce-cart-form .cart_item td.product-subtotal {
    padding: 10px 40px;
  }
}
.woocommerce-cart-form .cart_item td.product-subtotal .ptp-vat-notice {
  display: block;
  font-size: 0.8em;
}
.woocommerce-cart-form .actions {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}
.woocommerce-cart-form .actions button.button {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #F5F5F5;
  color: #333333;
  font-size: 0.8em;
}
.woocommerce-cart-form .actions button:disabled {
  display: none;
}
.woocommerce-cart-form .actions .coupon {
  display: none;
}

body.woocommerce-cart .cart-collaterals,
body.ptp-body--cart-modal-open .cart-collaterals {
  margin-bottom: 120px;
}
body.woocommerce-cart .cart-collaterals .cart_totals table,
body.woocommerce-cart .cart-collaterals .cart_totals tbody,
body.ptp-body--cart-modal-open .cart-collaterals .cart_totals table,
body.ptp-body--cart-modal-open .cart-collaterals .cart_totals tbody {
  display: block;
}
body.woocommerce-cart .cart-collaterals .cart_totals h2,
body.ptp-body--cart-modal-open .cart-collaterals .cart_totals h2 {
  display: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals tr,
body.ptp-body--cart-modal-open .cart-collaterals .cart_totals tr {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
body.woocommerce-cart .cart-collaterals .cart_totals tr th,
body.ptp-body--cart-modal-open .cart-collaterals .cart_totals tr th {
  margin-right: 20px;
  min-width: 160px;
  text-align: left;
}
body.woocommerce-cart .cart-collaterals .cart_totals tr .woocommerce-shipping-methods,
body.ptp-body--cart-modal-open .cart-collaterals .cart_totals tr .woocommerce-shipping-methods {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
body.woocommerce-cart .cart-collaterals .cart_totals tr .woocommerce-shipping-methods li,
body.ptp-body--cart-modal-open .cart-collaterals .cart_totals tr .woocommerce-shipping-methods li {
  display: block;
}
body.woocommerce-cart .cart-collaterals .cart_totals tr .woocommerce-shipping-methods li,
body.ptp-body--cart-modal-open .cart-collaterals .cart_totals tr .woocommerce-shipping-methods li {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #F5F5F5;
  color: #333333;
  font-size: 0.8em;
}
body.woocommerce-cart .cart-collaterals .cart_totals tr .woocommerce-shipping-calculator,
body.woocommerce-cart .cart-collaterals .cart_totals tr .woocommerce-shipping-destination,
body.ptp-body--cart-modal-open .cart-collaterals .cart_totals tr .woocommerce-shipping-calculator,
body.ptp-body--cart-modal-open .cart-collaterals .cart_totals tr .woocommerce-shipping-destination {
  display: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout,
body.ptp-body--cart-modal-open .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 800px) {
  body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout,
  body.ptp-body--cart-modal-open .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 1000;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a,
body.ptp-body--cart-modal-open .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #356449;
  color: #FFFFFA;
  padding: 18px 36px;
  -webkit-box-shadow: 0px 0px 53px -20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 53px -20px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 53px -20px rgba(0, 0, 0, 0.75);
}
@media (max-width: 800px) {
  body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a,
  body.ptp-body--cart-modal-open .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    width: 100%;
    border-radius: 0px;
    text-align: center;
    padding: 25px 0px;
  }
}
body.woocommerce-cart .cart-collaterals .recurring-totals,
body.woocommerce-cart .cart-collaterals .recurring-total,
body.ptp-body--cart-modal-open .cart-collaterals .recurring-totals,
body.ptp-body--cart-modal-open .cart-collaterals .recurring-total {
  display: none !important;
}

.ptp-cart-modal__background {
  position: fixed;
  z-index: 101;
  top: 0px;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 0.6s;
}
.ptp-cart-modal__flyout {
  position: fixed;
  z-index: 101;
  top: 0px;
  right: -900px;
  width: 900px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #FFFFFA;
  transition: 0.6s;
}
@media (max-width: 1640px) {
  .ptp-cart-modal__flyout {
    right: -100vw;
    width: 100%;
  }
}
.ptp-cart-modal__flyout::-webkit-scrollbar {
  width: 5px;
}
.ptp-cart-modal__flyout::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 0px;
}
.ptp-cart-modal__flyout::-webkit-scrollbar-thumb {
  background: #356449;
  border-radius: 0px;
}
.ptp-cart-modal__flyout__close {
  position: fixed;
  z-index: 1;
  right: -370px;
  top: -70px;
  height: 150px;
  width: 180px;
  background: #356449;
  transform: rotate(-15deg);
  border-radius: 18px;
  display: flex;
  align-items: flex-end;
  transition: 0.6s;
  cursor: pointer;
}
@media (max-width: 800px) {
  .ptp-cart-modal__flyout__close {
    top: -100px;
    width: 120px;
  }
}
.ptp-cart-modal__flyout__close svg {
  transform: rotate(15deg);
  height: 45px;
  width: 45px;
  margin-bottom: 10px;
  margin-left: 15px;
}
@media (max-width: 800px) {
  .ptp-cart-modal__flyout__close svg {
    height: 30px;
    width: 30px;
  }
}
.ptp-cart-modal__flyout__content {
  padding: 60px 40px;
}
@media (max-width: 800px) {
  .ptp-cart-modal__flyout__content {
    padding: 80px 20px 100px 20px;
  }
}
.ptp-cart-modal__flyout__content .ptp-pre-cart-heading {
  font-size: 2em;
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  .ptp-cart-modal__flyout__content .ptp-pre-cart-heading {
    margin-bottom: 20px;
  }
}
.ptp-cart-modal__flyout__content .woocommerce-notices-wrapper > *:last-child {
  margin-bottom: 60px;
}
.ptp-cart-modal__flyout__content .woocommerce-cart-form .cart_item {
  margin-bottom: 30px;
}
.ptp-cart-modal__flyout__content .woocommerce-cart-form .cart_item td.product-thumbnail img {
  height: 140px;
  width: 140px;
}
@media (max-width: 800px) {
  .ptp-cart-modal__flyout__content .woocommerce-cart-form .cart_item td.product-thumbnail img {
    height: 100px;
    width: 100px;
    border-radius: 5px;
  }
}
.ptp-cart-modal__flyout__content .woocommerce-cart-form .cart_item td.product-quantity {
  padding-right: 0px;
}
@media (min-width: 800px) {
  .ptp-cart-modal__flyout__content .woocommerce-cart-form .cart_item td.product-subtotal {
    display: none;
  }
}
.ptp-cart-modal__flyout__content .cart-collaterals tr {
  justify-content: space-between;
}
.ptp-cart-modal__flyout__content .cart-collaterals .wc-proceed-to-checkout {
  margin-top: 40px;
}

.ptp-woocommerce-cart-conditions + .cart-collaterals {
  margin-top: 40px;
}

body.ptp-body--cart-modal-open {
  height: 100vh;
}
@media (max-width: 800px) {
  body.ptp-body--cart-modal-open {
    overflow: hidden;
  }
}
body.ptp-body--cart-modal-open .ptp-cart-modal__background {
  left: 0vw;
  opacity: 1;
}
body.ptp-body--cart-modal-open .ptp-cart-modal__flyout {
  right: 0px;
}
body.ptp-body--cart-modal-open .ptp-cart-modal__flyout__close {
  right: -70px;
}
@media (max-width: 800px) {
  body.ptp-body--cart-modal-open .ptp-cart-modal__flyout__close {
    right: -30px;
  }
}

.ptp-woocommerce-cart-conditions {
  background-color: #F5F5F5;
  padding: 40px;
  border-radius: 10px;
  font-size: 0.85em;
}
@media (max-width: 800px) {
  .ptp-woocommerce-cart-conditions {
    padding: 30px 20px;
    border-radius: 5px;
  }
}
.ptp-woocommerce-cart-conditions__sizes {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .ptp-woocommerce-cart-conditions__sizes {
    margin: -10px;
  }
}
.ptp-woocommerce-cart-conditions__sizes__item {
  margin-right: 40px;
  margin-bottom: 20px;
  max-width: 200px;
}
@media (max-width: 800px) {
  .ptp-woocommerce-cart-conditions__sizes__item {
    margin: 10px;
    max-width: calc(50% - 20px);
  }
}
.ptp-woocommerce-cart-conditions__sizes__item:last-child {
  margin-right: 0px;
}
.ptp-woocommerce-cart-conditions__sizes__item h3 {
  margin-bottom: 10px;
}
.ptp-woocommerce-cart-conditions__sizes__item p {
  font-size: 0.9em;
}
.ptp-woocommerce-cart-conditions__sizes__item img {
  width: 100%;
  height: auto;
  image-rendering: crisp-edges;
}

.woocommerce-cart-form + .ptp-woocommerce-cart-conditions {
  display: none;
}
.woocommerce-cart-form + .ptp-woocommerce-cart-conditions--active {
  display: block;
}

.cross-sells {
  margin-bottom: 60px;
  background: #F5F5F5;
  margin-left: -40px;
  margin-right: -40px;
  padding: 40px;
}
.cross-sells > h2 {
  font-size: 1.2em;
  margin-bottom: 20px;
}
.cross-sells ul.products .product {
  font-size: 0.8em;
  width: calc(50% - 40px);
}
.cross-sells ul.products .product .woocommerce-loop-product__link {
  display: block;
}
.cross-sells ul.products .product img {
  object-fit: contain;
  max-width: 200px;
  height: 200px;
}
.cross-sells ul.products .product .add_to_cart_button {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  padding: 8px 15px;
  background-color: #FFFFFA;
  color: #333333;
  border: solid 1px #333333;
  background-color: #F5F5F5;
  display: inline-block;
  margin-top: 20px;
}

/* -- LOGIN / REGISTRATION -- */
.woocommerce-account .ptp-main > .woocommerce {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: calc(100vh - 900px);
}
@media (max-width: 1840px) {
  .woocommerce-account .ptp-main > .woocommerce {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .woocommerce-account .ptp-main > .woocommerce {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: calc(100vh - 300px);
  }
}
.woocommerce-account .ptp-main > .woocommerce .ptp-login-registration-banner {
  font-size: 1.2em;
  padding: 40px;
  border-radius: 5px;
  margin-bottom: 80px;
  max-width: 500px;
  text-align: center;
  background: #F5F5F5;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .woocommerce-account .ptp-main > .woocommerce .ptp-login-registration-banner {
    font-size: 1.14em;
  }
}
@media (max-width: 1024px) {
  .woocommerce-account .ptp-main > .woocommerce .ptp-login-registration-banner {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-account .ptp-main > .woocommerce #customer_login {
    display: flex;
    flex-wrap: wrap;
  }
}
.woocommerce-account .ptp-main > .woocommerce #customer_login > div {
  padding: 30px 20px;
  border-radius: 10px;
  height: fit-content;
}
@media (min-width: 1024px) {
  .woocommerce-account .ptp-main > .woocommerce #customer_login > div {
    width: calc(50% - 100px);
    padding: 40px;
  }
}
.woocommerce-account .ptp-main > .woocommerce #customer_login > div:first-child {
  margin-bottom: 20px;
  background-color: #356449;
}
@media (min-width: 1024px) {
  .woocommerce-account .ptp-main > .woocommerce #customer_login > div:first-child {
    margin-right: 20px;
  }
}
.woocommerce-account .ptp-main > .woocommerce #customer_login > div:first-child h2, .woocommerce-account .ptp-main > .woocommerce #customer_login > div:first-child p, .woocommerce-account .ptp-main > .woocommerce #customer_login > div:first-child span, .woocommerce-account .ptp-main > .woocommerce #customer_login > div:first-child a {
  color: #FFFFFA;
}
.woocommerce-account .ptp-main > .woocommerce #customer_login > div:first-child input[type=text],
.woocommerce-account .ptp-main > .woocommerce #customer_login > div:first-child input[type=email],
.woocommerce-account .ptp-main > .woocommerce #customer_login > div:first-child input[type=password],
.woocommerce-account .ptp-main > .woocommerce #customer_login > div:first-child input[type=tel] {
  padding: 15px 10px;
  width: 100%;
  border-radius: 5px;
  border: none;
  font-size: 0.875em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFA;
}
@media (max-width: 800px) {
  .woocommerce-account .ptp-main > .woocommerce #customer_login > div:first-child input[type=text],
  .woocommerce-account .ptp-main > .woocommerce #customer_login > div:first-child input[type=email],
  .woocommerce-account .ptp-main > .woocommerce #customer_login > div:first-child input[type=password],
  .woocommerce-account .ptp-main > .woocommerce #customer_login > div:first-child input[type=tel] {
    font-size: 1em;
  }
}
.woocommerce-account .ptp-main > .woocommerce #customer_login > div:first-child .button {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #FFFFFA;
  color: #356449;
}
.woocommerce-account .ptp-main > .woocommerce #customer_login > div:first-child .woocommerce-LostPassword {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}
.woocommerce-account .ptp-main > .woocommerce #customer_login > div:last-child {
  background-color: #F5F5F5;
}
@media (min-width: 1024px) {
  .woocommerce-account .ptp-main > .woocommerce #customer_login > div:last-child {
    margin-left: 20px;
  }
}
.woocommerce-account .ptp-main > .woocommerce #customer_login > div:last-child input[type=text],
.woocommerce-account .ptp-main > .woocommerce #customer_login > div:last-child input[type=email],
.woocommerce-account .ptp-main > .woocommerce #customer_login > div:last-child input[type=password],
.woocommerce-account .ptp-main > .woocommerce #customer_login > div:last-child input[type=tel] {
  padding: 15px 10px;
  width: 100%;
  border-radius: 5px;
  border: none;
  font-size: 0.875em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFA;
}
@media (max-width: 800px) {
  .woocommerce-account .ptp-main > .woocommerce #customer_login > div:last-child input[type=text],
  .woocommerce-account .ptp-main > .woocommerce #customer_login > div:last-child input[type=email],
  .woocommerce-account .ptp-main > .woocommerce #customer_login > div:last-child input[type=password],
  .woocommerce-account .ptp-main > .woocommerce #customer_login > div:last-child input[type=tel] {
    font-size: 1em;
  }
}
.woocommerce-account .ptp-main > .woocommerce #customer_login > div h2 {
  font-size: 1.6em;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .woocommerce-account .ptp-main > .woocommerce #customer_login > div h2 {
    font-size: 1.4em;
  }
}
@media (min-width: 1024px) {
  .woocommerce-account .ptp-main > .woocommerce #customer_login > div h2 {
    margin-bottom: 40px;
  }
}
.woocommerce-account .ptp-main > .woocommerce #customer_login > div .button {
  margin-top: 20px;
}
.woocommerce-account .ptp-main > .woocommerce #customer_login > div .ptp-compliance-opt-in {
  margin-top: 20px;
}
.woocommerce-account .ptp-main > .woocommerce #customer_login > div .ptp-compliance-opt-in a {
  color: #333333;
}
.woocommerce-account .ptp-main > .woocommerce #customer_login > div .form-row {
  padding: 0px;
}
.woocommerce-account .ptp-main > .woocommerce:has(.ptp-login-registration-banner) #customer_login {
  display: none;
}

/* -- PASSWORD RESET REQUEST -- */
.ptp-body .woocommerce-ResetPassword,
.ptp-body .lost_reset_password {
  max-width: 600px;
  padding: 30px 20px;
  border-radius: 10px;
  height: fit-content;
  background-color: #F5F5F5;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .ptp-body .woocommerce-ResetPassword,
  .ptp-body .lost_reset_password {
    padding: 40px;
  }
}
.ptp-body .woocommerce-ResetPassword > p:first-child,
.ptp-body .lost_reset_password > p:first-child {
  margin-bottom: 20px;
}
.ptp-body .woocommerce-ResetPassword .woocommerce-form-row.form-row-first,
.ptp-body .woocommerce-ResetPassword .woocommerce-form-row.form-row-last,
.ptp-body .lost_reset_password .woocommerce-form-row.form-row-first,
.ptp-body .lost_reset_password .woocommerce-form-row.form-row-last {
  float: none !important;
  width: auto !important;
}
.ptp-body .woocommerce-ResetPassword .woocommerce-form-row.form-row-first input[type=text],
.ptp-body .woocommerce-ResetPassword .woocommerce-form-row.form-row-first input[type=email],
.ptp-body .woocommerce-ResetPassword .woocommerce-form-row.form-row-first input[type=password],
.ptp-body .woocommerce-ResetPassword .woocommerce-form-row.form-row-first input[type=tel],
.ptp-body .woocommerce-ResetPassword .woocommerce-form-row.form-row-last input[type=text],
.ptp-body .woocommerce-ResetPassword .woocommerce-form-row.form-row-last input[type=email],
.ptp-body .woocommerce-ResetPassword .woocommerce-form-row.form-row-last input[type=password],
.ptp-body .woocommerce-ResetPassword .woocommerce-form-row.form-row-last input[type=tel],
.ptp-body .lost_reset_password .woocommerce-form-row.form-row-first input[type=text],
.ptp-body .lost_reset_password .woocommerce-form-row.form-row-first input[type=email],
.ptp-body .lost_reset_password .woocommerce-form-row.form-row-first input[type=password],
.ptp-body .lost_reset_password .woocommerce-form-row.form-row-first input[type=tel],
.ptp-body .lost_reset_password .woocommerce-form-row.form-row-last input[type=text],
.ptp-body .lost_reset_password .woocommerce-form-row.form-row-last input[type=email],
.ptp-body .lost_reset_password .woocommerce-form-row.form-row-last input[type=password],
.ptp-body .lost_reset_password .woocommerce-form-row.form-row-last input[type=tel] {
  padding: 15px 10px;
  width: 100%;
  border-radius: 5px;
  border: none;
  font-size: 0.875em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFA;
}
@media (max-width: 800px) {
  .ptp-body .woocommerce-ResetPassword .woocommerce-form-row.form-row-first input[type=text],
  .ptp-body .woocommerce-ResetPassword .woocommerce-form-row.form-row-first input[type=email],
  .ptp-body .woocommerce-ResetPassword .woocommerce-form-row.form-row-first input[type=password],
  .ptp-body .woocommerce-ResetPassword .woocommerce-form-row.form-row-first input[type=tel],
  .ptp-body .woocommerce-ResetPassword .woocommerce-form-row.form-row-last input[type=text],
  .ptp-body .woocommerce-ResetPassword .woocommerce-form-row.form-row-last input[type=email],
  .ptp-body .woocommerce-ResetPassword .woocommerce-form-row.form-row-last input[type=password],
  .ptp-body .woocommerce-ResetPassword .woocommerce-form-row.form-row-last input[type=tel],
  .ptp-body .lost_reset_password .woocommerce-form-row.form-row-first input[type=text],
  .ptp-body .lost_reset_password .woocommerce-form-row.form-row-first input[type=email],
  .ptp-body .lost_reset_password .woocommerce-form-row.form-row-first input[type=password],
  .ptp-body .lost_reset_password .woocommerce-form-row.form-row-first input[type=tel],
  .ptp-body .lost_reset_password .woocommerce-form-row.form-row-last input[type=text],
  .ptp-body .lost_reset_password .woocommerce-form-row.form-row-last input[type=email],
  .ptp-body .lost_reset_password .woocommerce-form-row.form-row-last input[type=password],
  .ptp-body .lost_reset_password .woocommerce-form-row.form-row-last input[type=tel] {
    font-size: 1em;
  }
}
.ptp-body .woocommerce-ResetPassword .button,
.ptp-body .lost_reset_password .button {
  margin-top: 20px;
}

/* -- LOGGED IN -- */
body.woocommerce-account.woocommerce-orders.logged-in .ptp-main > .woocommerce,
body.woocommerce-account.woocommerce-edit-address.logged-in .ptp-main > .woocommerce,
body.woocommerce-account.woocommerce-view-subscription.logged-in .ptp-main > .woocommerce {
  padding-top: 40px;
}
@media (max-width: 800px) {
  body.woocommerce-account.woocommerce-orders.logged-in .ptp-main > .woocommerce,
  body.woocommerce-account.woocommerce-edit-address.logged-in .ptp-main > .woocommerce,
  body.woocommerce-account.woocommerce-view-subscription.logged-in .ptp-main > .woocommerce {
    padding-top: 20px;
  }
}

/* -- HEADING -- */
.ptp-account-heading {
  padding-top: 80px;
  padding-bottom: 80px;
  background: rgb(32, 62, 45);
  background: -moz-linear-gradient(90deg, rgb(32, 62, 45) 0%, rgb(53, 100, 73) 100%);
  background: -webkit-linear-gradient(90deg, rgb(32, 62, 45) 0%, rgb(53, 100, 73) 100%);
  background: linear-gradient(90deg, rgb(32, 62, 45) 0%, rgb(53, 100, 73) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#203e2d",endColorstr="#356449",GradientType=1);
}
@media (max-width: 800px) {
  .ptp-account-heading {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.ptp-account-heading h1 {
  color: #FFFFFA;
}
@media (max-width: 800px) {
  .ptp-account-heading h1 {
    font-size: 1.6em;
  }
}

/* -- NAVIGATION -- */
.woocommerce-MyAccount-navigation {
  margin-bottom: 80px;
}
@media (max-width: 1340px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 60px;
  }
}
@media (max-width: 800px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 40px;
  }
}
.woocommerce-MyAccount-navigation ul {
  padding-left: 0px;
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-MyAccount-navigation ul li {
  display: block;
}
@media (min-width: 800px) {
  .woocommerce-MyAccount-navigation ul {
    border-bottom: solid 1px #F5F5F5;
  }
}
@media (max-width: 800px) {
  .woocommerce-MyAccount-navigation ul {
    row-gap: 10px;
  }
}
@media (min-width: 800px) {
  .woocommerce-MyAccount-navigation-link {
    position: relative;
    top: 1px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 14px;
  }
}
@media (max-width: 800px) {
  .woocommerce-MyAccount-navigation-link {
    margin-right: 10px;
  }
  .woocommerce-MyAccount-navigation-link:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 800px) {
  .woocommerce-MyAccount-navigation-link.is-active {
    border-bottom: solid 2px #356449;
  }
}
@media (max-width: 800px) {
  .woocommerce-MyAccount-navigation-link.is-active {
    display: none;
  }
}
@media (min-width: 800px) {
  .woocommerce-MyAccount-navigation-link--customer-logout {
    margin-left: auto;
    margin-right: 0px;
  }
}
@media (min-width: 800px) {
  .woocommerce-MyAccount-navigation-link a {
    font-size: 1.2em;
    text-decoration: none;
    color: #333333;
  }
}
@media (min-width: 800px) and (max-width: 800px) {
  .woocommerce-MyAccount-navigation-link a {
    font-size: 1.14em;
  }
}
@media (max-width: 800px) {
  .woocommerce-MyAccount-navigation-link a {
    display: inline-block;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 1em;
    text-decoration: none;
    border: none;
    appearance: none;
    cursor: pointer;
    background-color: #F5F5F5;
    color: #333333;
  }
}

.ptp-body--is-b2b .woocommerce-MyAccount-navigation-link--subscriptions {
  display: none;
}

/* -- EDIT ADDRESS -- */
body.woocommerce-edit-address .woocommerce-MyAccount-content > p {
  display: none;
}
@media (min-width: 1024px) {
  body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns,
  body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div,
  body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div {
    width: calc(50% - 20px);
  }
  body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div:first-child,
  body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div:first-child {
    margin-right: 10px;
  }
  body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div:last-child,
  body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div:last-child {
    margin-left: 10px;
  }
}
@media (min-width: 1340px) {
  body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div,
  body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div {
    width: calc(50% - 40px);
  }
  body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div:first-child,
  body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div:first-child {
    margin-right: 40px;
  }
  body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div:last-child,
  body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div:last-child {
    margin-left: 40px;
  }
}
body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div form,
body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div form {
  padding: 40px;
  border-radius: 10px;
  height: fit-content;
  background-color: #F5F5F5;
  margin-bottom: 80px;
}
@media (max-width: 1340px) {
  body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div form,
  body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div form {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div form,
  body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div form {
    padding: 30px 20px;
  }
}
body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div form.edit-account .woocommerce-form-row--wide,
body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div form.edit-account .woocommerce-form-row--wide {
  margin-bottom: 0px;
  margin-top: 15px;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div form input[type=text],
body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div form input[type=email],
body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div form input[type=password],
body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div form input[type=tel],
body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div form input[type=text],
body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div form input[type=email],
body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div form input[type=password],
body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div form input[type=tel] {
  padding: 15px 10px;
  width: 100%;
  border-radius: 5px;
  border: none;
  font-size: 0.875em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFA;
}
@media (max-width: 800px) {
  body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div form input[type=text],
  body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div form input[type=email],
  body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div form input[type=password],
  body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div form input[type=tel],
  body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div form input[type=text],
  body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div form input[type=email],
  body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div form input[type=password],
  body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div form input[type=tel] {
    font-size: 1em;
  }
}
body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div form label[for=account_display_name],
body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div form #account_display_name,
body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div form #account_display_name + span,
body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div form label[for=account_display_name],
body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div form #account_display_name,
body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div form #account_display_name + span {
  display: none;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div form fieldset,
body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div form fieldset {
  display: none;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div form .button,
body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div form .button {
  margin-top: 30px;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div form .select2-selection__arrow,
body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div form .select2-dropdown,
body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div form .select2-selection,
body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div form .select2-selection__arrow,
body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div form .select2-dropdown,
body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div form .select2-selection {
  background-color: #FFFFFA !important;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div form h2,
body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div form h2 {
  font-size: 1.6em;
  margin-bottom: 30px;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns > div form .woocommerce-form-row:has(#account_display_name),
body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses > div form .woocommerce-form-row:has(#account_display_name) {
  display: none;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address-title {
  display: none;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content address {
  font-size: 0px;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content address form {
  font-size: 18px;
}
@media (max-width: 800px) {
  body.woocommerce-edit-address .woocommerce-MyAccount-content address form {
    font-size: 16px;
  }
}

/* -- SUBSCRIPTION -- */
body.woocommerce-account.woocommerce-view-subscription .woocommerce h2 {
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  body.woocommerce-account.woocommerce-view-subscription .woocommerce h2 {
    font-size: 1.14em;
  }
}
body.woocommerce-account.woocommerce-view-subscription .subscription_details tr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
body.woocommerce-account.woocommerce-view-subscription .subscription_details tr td:first-child {
  font-weight: bold;
  margin-right: 10px;
}
body.woocommerce-account.woocommerce-view-subscription .subscription_details tr td:first-child::after {
  content: ":";
}
body.woocommerce-account.woocommerce-view-subscription .subscription_details .woocommerce-button {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #F5F5F5;
  color: #333333;
  margin: 5px 0px;
}
body.woocommerce-account.woocommerce-view-subscription .shop_table tr {
  justify-content: flex-start;
}
body.woocommerce-account.woocommerce-view-subscription .shop_table tr td {
  opacity: 1;
}
body.woocommerce-account.woocommerce-view-subscription .shop_table tr td.product-total {
  margin-right: 10px;
}
body.woocommerce-account.woocommerce-view-subscription .shop_table tfoot {
  margin-top: 20px;
}

/* -- ORDERS -- */
.woocommerce-orders-table {
  width: 100%;
}
.woocommerce-orders-table thead,
.woocommerce-orders-table .woocommerce-orders-table__cell {
  display: none;
}
.woocommerce-orders-table--subscriptions .woocommerce-orders-table__cell {
  display: block;
}
.woocommerce-orders-table--subscriptions .woocommerce-orders-table__row {
  display: flex !important;
  border-bottom: solid 1px #F5F5F5;
}
@media (max-width: 800px) {
  .woocommerce-orders-table--subscriptions .woocommerce-orders-table__row {
    display: block !important;
    border-bottom: solid 1px #333333;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.woocommerce-orders-table--subscriptions .woocommerce-orders-table__row > * {
  flex: 1;
  padding: 1rem;
}
@media (max-width: 800px) {
  .woocommerce-orders-table--subscriptions .woocommerce-orders-table__row > * {
    padding: 0.5rem;
  }
}
.woocommerce-orders-table--subscriptions .woocommerce-orders-table__row > *.subscription-id {
  font-weight: bold;
}
.woocommerce-orders-table--subscriptions .woocommerce-orders-table__row > *.subscription-id, .woocommerce-orders-table--subscriptions .woocommerce-orders-table__row > *.subscription-actions, .woocommerce-orders-table--subscriptions .woocommerce-orders-table__row > *.subscription-status {
  flex: none;
}
.woocommerce-orders-table--subscriptions .woocommerce-orders-table__row > *.subscription-status {
  width: 8rem;
}
.woocommerce-orders-table--subscriptions .woocommerce-orders-table__row > *.subscription-actions .button {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #F5F5F5;
  color: #333333;
}
.woocommerce-orders-table .woocommerce-orders-table__row {
  display: block;
}
.woocommerce-orders-table .woocommerce-orders-table__cell-petalpin-order {
  display: block;
}
.woocommerce-orders-table .woocommerce-orders-table__row--status-failed .woocommerce-orders-table__cell-order-status {
  display: block;
  font-weight: 600;
  color: #93291E;
}

.ptp-order {
  margin-bottom: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #F5F5F5;
}
@media (max-width: 800px) {
  .ptp-order {
    border-bottom: solid 1px #333333;
  }
}
.ptp-order__header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .ptp-order__header {
    justify-content: space-between;
  }
}
@media (min-width: 800px) {
  .ptp-order__header > * {
    margin-right: 20px;
  }
}
.ptp-order__id {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0px !important;
  margin-right: 10px;
}
@media (max-width: 800px) {
  .ptp-order__id {
    font-size: 1.14em;
  }
}
.ptp-order__status {
  display: none;
  align-items: center;
  font-size: 0.875em;
  margin-left: auto;
  margin-right: 0px;
}
@media (max-width: 800px) {
  .ptp-order__status {
    font-size: 0.875em;
  }
}
.ptp-order__status::before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #356449;
  position: relative;
  top: 1px;
  margin-right: 10px;
}
@media (max-width: 800px) {
  .ptp-order__status::before {
    margin-right: 5px;
  }
}
.ptp-order__status--pending::before {
  background: #FFE000;
}
.ptp-order__status--failed {
  display: none;
}
@media (max-width: 800px) {
  .ptp-order__status {
    font-size: 0.7em;
  }
}
@media (max-width: 800px) {
  .ptp-order__date {
    font-size: 0.8em;
  }
}
.ptp-order__item {
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .ptp-order__item {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.ptp-order__item__image-wrapper {
  display: block;
  background-color: #F5F5F5;
  border: solid 1px #F5F5F5;
  border-radius: 5px;
  height: 240px;
  width: 240px;
  overflow: hidden;
  margin-right: 40px;
}
@media (min-width: 800px) and (max-width: 1024px) {
  .ptp-order__item__image-wrapper {
    height: 200px;
    width: 200px;
    margin-right: 20px;
  }
}
@media (max-width: 800px) {
  .ptp-order__item__image-wrapper {
    height: 100px;
    width: 100px;
    margin-right: 0px;
  }
}
.ptp-order__item__image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ptp-order__item__details {
  flex: 1;
  padding-left: 10px;
  padding-top: 10px;
}
@media (min-width: 800px) {
  .ptp-order__item__details {
    padding: 20px;
  }
}
@media (max-width: 800px) {
  .ptp-order__item__details {
    min-width: calc(100vw - 160px);
  }
}
.ptp-order__item__details .ptp-order__item__subtotal-wrapper {
  display: none;
}
.ptp-order__item__details ul {
  padding-left: 0px;
  margin-top: 0px;
}
.ptp-order__item__details ul li {
  display: block;
}
@media (max-width: 800px) {
  .ptp-order__item__details ul {
    font-size: 0.9em;
  }
}
.ptp-order__item__details ul li {
  display: flex;
}
.ptp-order__item__details ul li strong {
  margin-right: 10px;
}
.ptp-order__item__name {
  font-weight: 600;
}
@media (min-width: 800px) {
  .ptp-order__item__name {
    font-size: 1.2em;
  }
}
@media (max-width: 800px) {
  .ptp-order__item__name {
    margin-bottom: 10px;
  }
}
.ptp-order__item__name__quantity {
  opacity: 0.6;
}
.ptp-order__item__subtotal {
  padding: 20px 0px;
  margin-bottom: 0px;
}
@media (min-width: 800px) {
  .ptp-order__item__subtotal {
    width: 140px;
  }
}
.ptp-order__item__subtotal .ptp-vat-notice {
  display: block;
  font-size: 0.8em;
}
.ptp-order__item__add-to-cart-wrapper {
  padding-top: 10px;
}
.ptp-order__item__add-to-cart-wrapper .woocommerce-Price-amount {
  display: none;
}
.ptp-order__item__add-to-cart-wrapper p {
  display: flex;
  flex-direction: column;
  border: none !important;
  padding: 0px !important;
}
.ptp-order__item__add-to-cart-wrapper p .add_to_cart_button {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #356449;
  color: #FFFFFA;
}
@media (max-width: 800px) {
  .ptp-order__item__add-to-cart-wrapper p .add_to_cart_button {
    font-size: 0.85em;
  }
}
.ptp-order__item__add-to-cart-wrapper p .add_to_cart_button.added {
  display: none;
}
.ptp-order__item__add-to-cart-wrapper p .wc-forward {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #F5F5F5;
  color: #333333;
}
@media (max-width: 800px) {
  .ptp-order__item__add-to-cart-wrapper p .wc-forward {
    font-size: 0.85em;
  }
}
@media (max-width: 800px) {
  .ptp-order__totals {
    font-size: 0.9em;
  }
}

.woocommerce-orders-table__row--status-failed .ptp-order__id {
  color: #93291E;
}

.show-password-input {
  display: block;
  border: none;
  height: 1.25rem;
  width: 1.25rem;
  background-color: transparent;
  background-image: url("../images/icons/eye-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.5rem;
}
.show-password-input.display-password {
  background-image: url("../images/icons/eye-slash-white.svg");
}

.woocommerce-account .woocommerce-MyAccount-content .button.delete {
  color: #93291E;
  margin-left: 0.75rem;
}
.woocommerce-account .woocommerce-MyAccount-content > .button {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #356449;
  color: #FFFFFA;
  margin-top: 2rem;
}

/* -- BROWSER SUPPORT -- */
.ptp-body--is-legacy-browser.woocommerce-account .ptp-main > .woocommerce {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1340px) {
  .ptp-body--is-legacy-browser.woocommerce-account .ptp-main > .woocommerce {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
  }
}

body.woocommerce-checkout .ptp-main > .woocommerce {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: calc(100vh - 900px);
}
@media (max-width: 1840px) {
  body.woocommerce-checkout .ptp-main > .woocommerce {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  body.woocommerce-checkout .ptp-main > .woocommerce {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: calc(100vh - 300px);
  }
}
body.woocommerce-checkout .ptp-main > .woocommerce .ptp-pre-checkout-heading {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  body.woocommerce-checkout .ptp-main > .woocommerce .ptp-pre-checkout-heading {
    margin-bottom: 20px;
  }
}
body.woocommerce-checkout .ptp-main > .woocommerce .ptp-pre-checkout-actions {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  row-gap: 10px;
}
body.woocommerce-checkout .ptp-main > .woocommerce .ptp-pre-checkout-actions .ptp-pre-checkout-action {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  padding: 8px 15px;
  background-color: #FFFFFA;
  color: #333333;
  border: solid 1px #333333;
  margin-right: 10px;
  font-size: 0.8em;
  min-height: unset;
}
body.woocommerce-checkout .ptp-main > .woocommerce .woocommerce-form-coupon-toggle {
  display: none;
}
body.woocommerce-checkout .ptp-main > .woocommerce .woocommerce-form-coupon {
  display: flex;
  align-items: flex-start;
  max-width: 600px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  body.woocommerce-checkout .ptp-main > .woocommerce .woocommerce-form-coupon {
    flex-direction: column;
  }
}
body.woocommerce-checkout .ptp-main > .woocommerce .woocommerce-form-coupon p {
  display: none;
  margin-bottom: 0px;
}
body.woocommerce-checkout .ptp-main > .woocommerce .woocommerce-form-coupon p.form-row {
  display: block;
}
@media (min-width: 1024px) {
  body.woocommerce-checkout .ptp-main > .woocommerce .woocommerce-form-coupon p.form-row {
    margin-right: 10px;
  }
}
@media (max-width: 1024px) {
  body.woocommerce-checkout .ptp-main > .woocommerce .woocommerce-form-coupon p.form-row {
    margin-bottom: 10px;
  }
}
body.woocommerce-checkout .ptp-main > .woocommerce .woocommerce-form-coupon p.form-row button {
  height: 100%;
  font-size: 0.875em;
}
body.woocommerce-checkout .ptp-main > .woocommerce form.woocommerce-checkout {
  width: 100%;
}
@media (min-width: 1024px) {
  body.woocommerce-checkout .ptp-main > .woocommerce form.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
  }
}
body.woocommerce-checkout .ptp-main > .woocommerce form.woocommerce-checkout > * {
  width: 100%;
}
body.woocommerce-checkout .ptp-main > .woocommerce form.woocommerce-checkout #order_review_heading {
  display: none;
}
body.woocommerce-checkout .ptp-main > .woocommerce form.woocommerce-checkout .woocommerce-NoticeGroup,
body.woocommerce-checkout .ptp-main > .woocommerce form.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  width: 100%;
}
@media (min-width: 1024px) {
  body.woocommerce-checkout .ptp-main > .woocommerce form.woocommerce-checkout #customer_details {
    width: calc(65% - 40px);
    margin-right: 40px;
  }
}
@media (min-width: 1340px) {
  body.woocommerce-checkout .ptp-main > .woocommerce form.woocommerce-checkout #customer_details {
    width: calc(65% - 100px);
    margin-right: 100px;
  }
}
body.woocommerce-checkout .ptp-main > .woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields {
  margin-bottom: 40px;
}
body.woocommerce-checkout .ptp-main > .woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields h3 {
  display: none;
}
@media (min-width: 800px) {
  body.woocommerce-checkout .ptp-main > .woocommerce form.woocommerce-checkout #customer_details .form-row.validate-postcode,
  body.woocommerce-checkout .ptp-main > .woocommerce form.woocommerce-checkout #customer_details .form-row.validate-state,
  body.woocommerce-checkout .ptp-main > .woocommerce form.woocommerce-checkout #customer_details .form-row.validate-email {
    float: left;
    width: calc(50% - 6px);
    overflow: visible;
  }
}
@media (min-width: 800px) {
  body.woocommerce-checkout .ptp-main > .woocommerce form.woocommerce-checkout #customer_details #shipping_city_field,
  body.woocommerce-checkout .ptp-main > .woocommerce form.woocommerce-checkout #customer_details #billing_city_field,
  body.woocommerce-checkout .ptp-main > .woocommerce form.woocommerce-checkout #customer_details .form-row.validate-phone {
    float: right;
    width: calc(50% - 6px);
    overflow: visible;
  }
}
body.woocommerce-checkout .ptp-main > .woocommerce form.woocommerce-checkout #customer_details #shipping_state_field {
  float: none;
  width: 100%;
}
body.woocommerce-checkout .ptp-main > .woocommerce form.woocommerce-checkout #customer_details #ship-to-different-address {
  font-size: 1em;
  font-weight: normal;
  padding-top: 20px;
  margin-bottom: 40px;
}
body.woocommerce-checkout .ptp-main > .woocommerce form.woocommerce-checkout #customer_details #order_comments {
  padding: 15px 10px;
  width: 100%;
  border-radius: 5px;
  border: none;
  font-size: 0.875em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F5F5F5;
  width: 100%;
  height: 100px;
  padding: 10px;
  resize: unset;
}
@media (max-width: 800px) {
  body.woocommerce-checkout .ptp-main > .woocommerce form.woocommerce-checkout #customer_details #order_comments {
    font-size: 1em;
  }
}
body.woocommerce-checkout .ptp-main > .woocommerce form.woocommerce-checkout #customer_details .shipping_address {
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  body.woocommerce-checkout .ptp-main > .woocommerce form.woocommerce-checkout #order_review,
  body.woocommerce-checkout .ptp-main > .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 35%;
    height: fit-content;
  }
}

/* -- ORDER REVIEW -- */
#order_review #place_order {
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-top: 40px;
  -webkit-box-shadow: 0px 0px 53px -20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 53px -20px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 53px -20px rgba(0, 0, 0, 0.75);
}
#order_review #payment {
  margin-top: 40px;
}
#order_review #payment ul {
  padding-left: 0px;
  margin-top: 0px;
}
#order_review #payment ul li {
  display: block;
}
#order_review #payment ul li.wc_payment_method {
  margin-bottom: 10px;
}
#order_review #payment ul li.wc_payment_method > input {
  display: none;
}
#order_review #payment ul li.wc_payment_method > input:checked + label {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #356449;
  color: #FFFFFA;
  font-size: 0.8em;
}
#order_review #payment ul li.wc_payment_method > label {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #F5F5F5;
  color: #333333;
  padding: 8px 15px !important;
  margin-bottom: 10px;
  font-size: 0.8em;
}
#order_review #payment ul .payment_box {
  font-size: 0.7em;
}
#order_review #payment fieldset {
  border: none;
}
#order_review #payment .payment_method_stripe label img {
  display: none;
}
#order_review .includes_tax {
  display: block;
}

.shop_table {
  display: block;
}
.shop_table tbody,
.shop_table tfoot {
  display: block;
}
.shop_table thead {
  display: none;
}
.shop_table tfoot {
  margin-top: 40px;
}
.shop_table tfoot tr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.shop_table tfoot tr.recurring-totals {
  border-top: solid 1px #F5F5F5;
  padding-top: 10px;
  margin-top: 14px;
}
.shop_table tfoot tr th {
  text-align: left;
  margin-right: 10px;
}
.shop_table tfoot tr td {
  text-align: right;
  opacity: 0.8;
}
.shop_table tfoot .woocommerce-remove-coupon {
  color: #333333;
  text-decoration: none;
  font-size: 0.8em;
}
.shop_table tfoot .woocommerce-shipping-methods {
  padding-left: 0px;
  margin-top: 0px;
}
.shop_table tfoot .woocommerce-shipping-methods li {
  display: block;
}
.shop_table tfoot .woocommerce-shipping-methods label {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #F5F5F5;
  color: #333333;
  font-size: 0.9rem;
  padding: 8px 15px;
}
.shop_table .cart_item {
  display: flex;
  margin-bottom: 10px;
}
.shop_table .cart_item .product-name {
  flex: 1;
  margin-right: 25px;
}
.shop_table .cart_item .product-name .product-quantity {
  order: 1;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .shop_table .cart_item .product-name .product-quantity {
    min-width: 24px;
    margin-left: -3px;
  }
}
.shop_table .cart_item .product-name .ptp-cart-item-name {
  order: 2;
}
@media (max-width: 1024px) {
  .shop_table .cart_item .product-total {
    margin-left: 20px;
  }
}
.shop_table .cart_item .product-total .ptp-vat-notice {
  display: block;
  font-size: 0.7em;
}
.shop_table .order_item {
  display: flex;
}
.shop_table .order_item .product-quantity {
  order: 1;
  min-width: 40px;
}
.shop_table .order_item .product-name {
  order: 2;
  flex: 1;
}
.shop_table .order_item .product-name ul {
  padding-left: 0px;
  margin-top: 0px;
}
.shop_table .order_item .product-name ul li {
  display: block;
}
.shop_table .order_item .product-name ul li {
  display: flex;
}
.shop_table .order_item .product-name ul li strong {
  margin-right: 10px;
}
.shop_table .order_item .product-subtotal {
  order: 2;
}
@media (max-width: 1024px) {
  .shop_table .order_item .product-subtotal {
    margin-left: 20px;
  }
}

/* -- THANK YOU / ORDER CONFIRMATION -- */
body.woocommerce-order-received .ptp-main > .woocommerce {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  body.woocommerce-order-received .ptp-main > .woocommerce {
    padding-top: 40px;
  }
}
body.woocommerce-order-received .woocommerce-order > * {
  display: none;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
  display: block;
}
@media (min-width: 1024px) {
  body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns {
    display: flex;
  }
}
body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-column {
  background-color: #F5F5F5;
  padding: 20px;
  border-radius: 10px;
  height: fit-content;
}
@media (min-width: 1024px) {
  body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-column {
    padding: 40px;
    width: calc(50% - 20px);
  }
  body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-column:first-child {
    margin-right: 20px;
  }
  body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-column:last-child {
    margin-left: 20px;
  }
}
@media (max-width: 800px) {
  body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-column {
    font-size: 0.9em;
  }
}
body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-column:first-child {
  margin-bottom: 20px;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-column h2 {
  font-size: 1.2em;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-column h2 {
    font-size: 1.14em;
  }
}
@media (max-width: 800px) {
  body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-column h2 {
    margin-bottom: 10px;
  }
}
body.woocommerce-order-received .woocommerce-order .ptp-order-received {
  display: block !important;
}
body.woocommerce-order-received .woocommerce-order .ptp-order-received--failed {
  margin-bottom: 40px;
}
body.woocommerce-order-received .woocommerce-order .ptp-order-received h3 {
  max-width: 800px;
  margin-bottom: 40px;
}
body.woocommerce-order-received .woocommerce-order .ptp-order-received__try-again {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #356449;
  color: #FFFFFA;
}
body.woocommerce-order-received .woocommerce-order .ptp-order-received__success-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  body.woocommerce-order-received .woocommerce-order .ptp-order-received__success-banner {
    margin-bottom: 20px;
  }
}
body.woocommerce-order-received .woocommerce-order .ptp-order-received__success-banner__content {
  flex: 1;
  max-width: 600px;
}
body.woocommerce-order-received .woocommerce-order .ptp-order-received__success-banner__content h2 {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  body.woocommerce-order-received .woocommerce-order .ptp-order-received__success-banner__image {
    display: none;
  }
}
body.woocommerce-order-received .woocommerce-order .ptp-order-received__success-banner__image img {
  width: 440px;
  height: 260px;
  object-fit: cover;
  border-radius: 5px;
}
body.woocommerce-order-received .woocommerce-order .ptp-order-received .ptp-order {
  border-bottom: none;
  margin-bottom: 0px;
}
body.woocommerce-order-received .woocommerce-order .ptp-order-received .ptp-order__item__add-to-cart-wrapper {
  display: none;
}
body.woocommerce-order-received .woocommerce-order .ptp-order-received .ptp-order__item__subtotal-wrapper {
  display: block;
}
body.woocommerce-order-received .woocommerce-order .ptp-order-received .ptp-order__item__subtotal-wrapper .ptp-order__item__subtotal {
  display: block;
  padding: 0px;
  font-size: 0.9em;
}
body.woocommerce-order-received .woocommerce-order .ptp-order-received .ptp-order__item__subtotal {
  display: none;
}

.woocommerce-checkout .wc-backward {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  background-color: #356449;
  color: #FFFFFA;
  margin-top: 40px;
}

.shop_table.cart .cart_item .product-name {
  text-align: left;
  padding-left: 1em;
}
.shop_table.cart .cart_item .product-name .ptp-cart-item-name,
.shop_table.cart .cart_item .product-name .product-price {
  display: flex;
}

.ptp-wc-b2b-rate-details {
  display: block;
  font-size: 0.75rem;
  max-width: 220px;
  margin-top: 0.6rem;
}

.woocommerce-checkout .ptp-pets-heading {
  font-weight: bold;
}

.woocommerce-checkout .ptp-pet-field {
  display: none;
}

.woocommerce-checkout .ptp-pet-field--is-visible {
  display: block;
}

.woocommerce-checkout .ptp-pet-field--is-delete {
  border-bottom: solid 1px;
  padding-bottom: 20px !important;
  margin-bottom: 20px !important;
}

.woocommerce-checkout .ptp-pet-field--is-delete input {
  display: none;
}

.woocommerce-checkout .ptp-pet-field--is-delete label {
  color: #93291E;
  cursor: pointer;
  font-size: 1rem;
}

.woocommerce-checkout .ptp-add-pet {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 1em;
  text-decoration: none;
  border: none;
  appearance: none;
  cursor: pointer;
  padding: 8px 15px;
  background-color: #FFFFFA;
  color: #333333;
  border: solid 1px #333333;
}

#ship-to-different-address {
  clear: both;
}

.woocommerce-checkout .wc-payment-form {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  #wc-stripe-express-checkout-element {
    justify-content: flex-end !important;
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  #wc-stripe-express-checkout-element > div {
    min-width: 225px !important;
    max-width: 225px !important;
  }
}

@media (min-width: 1024px) {
  #wc-stripe-express-checkout-button-separator {
    display: none !important;
  }
}

.ptp-body--is-b2b .woocommerce-checkout .payment_method_bacs .payment_box {
  display: none !important;
}

.glider, .glider-contain {
  margin: 0 auto;
  position: relative;
}

.glider, .glider-track {
  transform: translateZ(0);
}

.glider-dot, .glider-next, .glider-prev {
  border: 0;
  padding: 0;
  user-select: none;
  outline: 0;
}

.glider-contain {
  width: 100%;
}

.glider {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

.glider-track {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}

.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none;
}

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
  min-width: 150px;
}

.glider-slide img {
  max-width: 100%;
}

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}

.glider-next, .glider-prev {
  position: absolute;
  background: 0 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.glider-next:focus, .glider-next:hover, .glider-prev:focus, .glider-prev:hover {
  color: #ccc;
}

.glider-next {
  right: -23px;
  left: auto;
}

.glider-next.disabled, .glider-prev.disabled {
  opacity: 0.25;
  color: #666;
  cursor: default;
}

.glider-hide {
  opacity: 0;
}

.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

.glider-dot {
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}

.glider-dot:focus, .glider-dot:hover {
  background: #ddd;
}

.glider-dot.active {
  background: #a89cc8;
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  }
}
.glider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.glider::-webkit-scrollbar {
  display: none;
}

.glider-track {
  align-items: flex-start;
}

/*# sourceMappingURL=main.css.map */
