body {
    overflow-x: visible!important;
}

.download-secyfication-btn{
  --g1:#64C57E;
  --g2:#145238;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width:100%;
  padding: 32px 32px;
  border-radius: 20px;
  background: #fff;
  border: 0;
  outline: none;
  cursor: pointer;
  z-index: 0;
}

.download-secyfication-btn::before{
  content:"";
  position:absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--g1), var(--g2));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.sample-order-btn{
    --g1: #64C57E;
    --g2: #145238;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    width: 100%;
    border-radius: 20px;
    background: #fff;
    height: auto;
    border: 0;
    color:#000;
    font-size:2rem;
    outline: none;
    cursor: pointer;
    z-index: 0;
    padding: 0;
    transition: all 200ms linear;
}
.sample-order-btn:hover{
    background: #fff;
    color:#64C57E;
}

.btn-delivery-check{
  text-align:center;
  text-transform:uppercase;
  justify-content: center;
  font-weight: 600;
  color:#fff;
  border-radius:0 20px 0 20px;
}
.sample-order-btn::before,  .fdcm-shipcalc-btn::before{
  content:"";
  position:absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--g1), var(--g2));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
.single-product__ask svg, .single-product__ask:hover svg {
    stroke: unset;
}
.opacity-06{
  opacity:0.6;
}
/* GRADIENTOWY TEKST */
.btn-gradient__text {
  font-size: 3rem;
  font-weight: 600;
  background: linear-gradient(90deg, #64C57E, #145238);
  -webkit-background-clip: text;
  background-clip: text;
  text-transform: none;
  color: transparent;
  white-space: nowrap;
}

/* IKONA DZIEDZICZY GRADIENT */
.download-secyfication-btn{
  stroke: url(#);
  color: transparent;
  background: linear-gradient(90deg, #64C57E, #145238);
  -webkit-background-clip: text;
  background-clip: text;
}

.btn-buy-now, .btn-delivery-check, .fdcm-shipcalc-btn{
  position: relative;
  height: 6.4rem;
  font-size: 1.8rem;
  overflow: hidden;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  background: transparent;
  z-index: 0;
}

.btn-buy-now::before, .btn-delivery-check::before,
.btn-buy-now::after,  .btn-delivery-check::after, 
.fdcm-shipcalc-btn::after, .fdcm-shipcalc-btn::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  transition: opacity 220ms cubic-bezier(.4,0,.2,1);
}

.btn-buy-now::before, .btn-delivery-check::before, .fdcm-shipcalc-btn::before{
  background: linear-gradient(90deg, #64C57E, #145238);
  opacity: 1;
}

.btn-buy-now::after, .btn-delivery-check::after, .fdcm-shipcalc-btn::after{
  background: linear-gradient(90deg, #145238, #64C57E);
  opacity: 0;
}

.btn-buy-now:hover::before, .btn-delivery-check:hover::before, .fdcm-shipcalc-btn::before{ opacity: 0; }
.btn-buy-now:hover::after,  .btn-delivery-check:hover::after, .fdcm-shipcalc-btn::after{  opacity: 1; }
.btn-delivery{
    height: 5.9rem;
    font-size: 1.8rem;
    font-weight:600;
    color:#000;
    --g1:#64C57E;
    --g2:#145238;
    position: relative;
    display: inline-flex;
    align-items: center;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    gap: 14px;
    padding: 30px 15px;
    background: #fff;
    border: 0;
    width:67%;
    outline: none;
    cursor: pointer;
    z-index: 0;
    transition: all 200ms linear;
}
.btn-delivery:hover{
    color:#64C57E;
}
.btn-delivery::before{
  content:"";
  position:absolute;
  inset: 0;
  padding: 1px;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  background: linear-gradient(90deg, var(--g1), var(--g2));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
.btn-order-more{
    height: 6.4rem;
    font-size: 1.8rem;
    color:#000;
    --g1:#64C57E;
    --g2:#145238;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width:100%;
    padding: 32px 32px;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    background: #fff;
    border: 0;
    outline: none;
    cursor: pointer;
    z-index: 0;
}
.btn-order-more::before{
  content:"";
  position:absolute;
  inset: 0;
  padding: 1px;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  background: linear-gradient(90deg, var(--g1), var(--g2));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
.woocommerce-product-gallery {
  display: flex!important;
  flex-direction: column!important;
}
.woocommerce-product-gallery__wrapper {
  order: 1!important;
}
.flex-control-thumbs {
  order: 2!important;
  display: flex!important;
  gap: 10px!important;
  margin-top: 15px!important;
}
.flex-control-thumbs li {
  width: auto;
}
.lg\:row{
  align-items: start;
}
.col-start-8.col-span-4{
  align-self: start;
}
.col-start-8.col-span-4 .lg\:sticky{
  position: sticky;
  top: 30px;
}
.gap-60{
    gap:6rem!important;
}
.single-product__quantity__row {
    border:1px solid #9CA3AF;
    border-radius: 10px;
}
.single-product__quantity__row input{
    border:0;
}
.tiered-pricing-block {
    cursor: pointer;
    width: 48%;
    transform: none!important;
}
.tiered-pricing-blocks {
    justify-content: space-between;
}
.tiered-pricing-block .tiered-pricing-block__quantity {
    background: transparent!important;
    color:#000!important;
}

.tiered-pricing-block{
    --g1: #64C57E;
    --g2: #145238;
    position: relative;
    border-radius: 10px;
    background: #fff;
    border: 0;
    color:#000;
    outline: none;
    cursor: pointer;
    z-index: 0;
    padding: 0;
}

.tiered-pricing-block::before{
  content:"";
  position:absolute;
  inset: 0;
  padding: 2px;
  border-radius: 10px;;
  background: linear-gradient(90deg, var(--g1), var(--g2));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.tiered-pricing--active {
  background:#43A15B!important;
  color:#fff!important;
}
.tiered-pricing--active .tiered-pricing-block__quantity {
    background: transparent !important;
    color:#fff!important;
}
.main {
    overflow: visible!important;
}

.single-product .woocommerce-product-gallery__image {
    padding:50px 0;
    border-radius: 12px;
    background: #FFF9F9;
}

.woocommerce-product-gallery ol.flex-control-nav li img {
    border: 0;
    background: #FFF9F9;
    border-radius: 12px;
    padding:15px;
    width: 100px;
}
.tiered-pricing-block{
  padding:5px 0!important;
}
.tiered-pricing-block .tiered-pricing-block__price {
  padding-bottom: 0!important;
  font-size:1.8rem;
}
.tiered-pricing-block .tiered-pricing-block__quantity {
  padding-top: 0!important;
  font-size:1.8rem;
}
p.single-product__price span.text-gray-500 {
  font-size: 17px;
  font-weight: 400;
  vertical-align: bottom;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  line-height: 18.35px;
  margin-left: 20px;
  padding-left: 10px;
  opacity: 0.6;
}


.tiered-pricing-block__price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    text-transform: uppercase!important;
    font-size: 1.6rem!important;
}
.tiered-pricing-block__price .fdcm-unit-suffix {
    font-size: 1.6rem!important;   
}

@media (max-width: 768px) {
    .woo-cart {
        border-radius:0;
        box-shadow: none;
    }
    .sample-order-btn {
      padding:10px;
      font-size:14px;
    }
    .sample-order-btn svg{
      width:75px;
    }
    .mobile-background{
      background:#F9FBFA;
    }
    .download-secyfication-btn .btn-gradient__text {
      font-size: 2rem;
    }
}