.single-product__ask {
    width:100%!important;
}
.single-product__ask{
    background: 
        linear-gradient(white, white) padding-box,
        linear-gradient(90deg, #145238, #64C57E) border-box;

    border: 2px solid transparent;
    height:72px;
    font-size:19.33px;

}
.single-product__ask svg{
    stroke:#64C57E;   
}
.single_add_to_cart_button svg {
    stroke:#fff;
}
.available, .dostępny, .disponible{
    color:#64C57E;
}
.on-demand, .na-zamowienie{
    color:#FFAE00;
}
.yith-wcwl-add-to-wishlist a.add_to_wishlist>img, .yith-wcwl-add-to-wishlist a.move_to_another_wishlist>img, .yith-wcwl-add-to-wishlist a.delete_item>img {
    margin-right: 0px!important;
}
.woo-cart .single-product__price {
    color:#000000;
}
#deliveryCost .amount, #deliveryCost .fdcm-shipcalc-result {
    font-size:2.5rem;
    font-weight:600;
}
#deliveryCost .product_title {
    font-size:2.5rem;
}
#deliveryCost .single-product__price {
    opacity:1;
}
.woo-cart .price .amount, #deliveryCost .amount, #deliveryCost .fdcm-shipcalc-result{
  background: linear-gradient(97.99deg, #64C57E 2.62%, #145238 98.21%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.woo-cart .price .woocommerce-Price-amount.amount,
.woo-cart .price .woocommerce-Price-amount.amount bdi,#deliveryCost .fdcm-shipcalc-result{
  background: linear-gradient(90deg, #64C57E, #145238);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
/**************** BASE STYLE ********************/
.custom-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    background: #43A15B;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    transition: background 0.3s ease;
    overflow: hidden;
    min-height:50px;
}
form.wpcf7-form .wpcf7-submit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-transform:none;
    height:auto;
    padding: 14px 22px;
    background: transparent;
    border:1px solid #000000;
    color: #000000;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1;
    transition: all 0.3s ease;
    overflow: hidden;
    min-height:50px;
    cursor: pointer;
}
form.wpcf7-form label {
    display: block;
}
#faqContact form.wpcf7-form label {
    margin-bottom:0;
}
form.wpcf7-form .wpcf7-submit:hover {
  background: #43A15B;
  border:1px solid #43A15B;
  color: #ffffff;
}
.text-color-brand {
    color: #43A15B;
}

.custom-btn__arrow {
  flex-shrink: 0;
  transform: translateX(0);
  transition: transform 0.3s ease;
}

.custom-btn:hover .custom-btn__arrow {
  transform: translateX(4px);
}
#newsletter .pos-img{
    height:43rem;
}
#newsletter .btn-newsletter-black {
    border: 1px solid #fff;
    border-radius: 1rem;
    background: rgba(255,255,255,0);
    transition: all 0.3s ease;
}

#newsletter .btn-newsletter-black:hover {
    background: rgba(255,255,255,0.15);
}
#newsletter input[type=checkbox]+label {
    padding-top: 0 !important;
    text-align: left;
    font-weight: 300;
    line-height: 1.6rem;
    font-size: 1.2rem;
}

.home-uptitle .green-border {
    border:10px solid #43A15B;
}
.home-uptitle .border-15 {
    height:40px;
    border-radius:4px;
}
.home-uptitle .section-title{
    font-weight:600;
}

.home-item .home-item-name{
    text-transform:uppercase;
    font-size:20px;
    color:#000000;
    font-weight:600;
}
.home-item .home-item-description{
    font-size:14px;
    color:#000000; 
    font-weight:400;
}
.content-center{
    justify-content:center;
}
#homeHeader h1{
    font-size:64px;  
}
#homeHeader .home-url{
    text-decoration: underline!important;
    font-weight:600;
}
@media(max-width:768px){
    #homeHeader h1{
        font-size:32px;
        line-height:110%;  
    }
    #homeHeader .home-description {
        font-size: 13px;
        line-height: 20px;
    }
}
/**************** END OF BASE STYLE *************/

.woocommerce-notices-wrapper .woocommerce-message {
    margin-bottom:2rem;
    display: flex !important;
    align-items: center;
    background: linear-gradient(to right, #64C57E, #145238);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);

}
/* chowa quantity generowane automatycznie w przycisku Add-to-Cart */
.woocommerce-variation-add-to-cart .quantity{
	display:none !important;
}
.is-disabled{pointer-events:none;opacity:.4}
.order-empty-btn{
    border: 1px solid #119A3C;
    background: #fff;
    color: #000;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
}
#cartContent .cart_totals .value{
    background: linear-gradient(to right, #64C57E, #145238);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-style: normal;
    font-weight: 600;
    text-align: right;
    font-size: 21px;
    line-height: 33px;
}
#cartContent .cart_totals .value.total-price{
    font-size: 26px;
}
#cartContent .cart_totals .value.shipping-info{
    color:#145238;
}
#cartContent .cart_totals .name{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    padding-right: 20px;
    text-align: left;
}
#cartContent .cart-item{
    position: relative;
    border-radius: 15px;
    background: #fff;
    z-index: 1;
    margin-bottom: 15px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items:center;
    white-space: nowrap;
}
#cartContent .cart-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #64C57E, #145238);
    border-radius: 15px;
    z-index: -1;
    padding: 2px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
#cartContent .cart-item .product-quantity{
    display: inline-flex;
    margin-left: 2rem;
    line-height:normal;
}
#cartContent .product-thumbnail{
    max-width:78px;
    margin-right:40px;
}
#cartContent .product-name, #cartContent .product-subtotal{
    display: block;
    border: none;
    font-size: 2rem; 
    font-weight: 600;
}
#cartContent h2{
    background: linear-gradient(to right, #64C57E, #145238);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 33px;
}
#cartContent h3 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.22px;
    display: block;
    margin-top: 0px;
    margin-bottom:20px;
}

#cartContent #customer_details h3 {
    margin-top: 25px;
    margin-bottom:10px;
}
#cartContent #productDescription h2{
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: -.02em;
    font-weight: 500;
    margin:1rem 0;
}
.icon-trash::after{
    content: url('../images/icon-trash.svg');
}
.left-arrow-black::after{
    content: url('../images/left-arrow-black.svg');
}
.icon-tooltip::after{
    content: url('../images/icon-tooltip.svg');  
}
.link-with-icon {
    display:flex;
    align-items:center;
    font-size:1.2rem;
}
.link-with-icon .left{
    margin-left:1rem;
}
.link-with-icon .right{
    margin-right:1rem;
}
#custom-update-cart.loading::after {
	content: '...';
	margin-left: 10px;
	animation: blink 1s infinite;
}

@keyframes blink {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.2; }
}

#cartContent input.qty {
    width: auto;
    min-width: 2ch;
    height: 2ch;
    text-align: center;
    font-family: inherit;
    padding: 4px;
    border: 0;
  }
  
  .tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  
  .tooltip-container .tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: max-content;
    max-width: 200px;
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 6px 10px;
    border-radius: 4px;
    position: absolute;
    z-index: 1000;
    bottom: 125%; /* Wyświetla tooltip powyżej ikony */
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.2s ease, visibility 0.2s ease;
    font-size: 13px;
  }
  
  .tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
  }
.checkout-title{
    display:flex!important;
    align-items:center;
    background: linear-gradient(to right, #64C57E, #145238);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.checkout-title svg{
    margin-right:15px;
}
.checkout-login span::before, .checkout-login span::after {
    content: "";
    width: 200%;
    height: 1px;
    background-color: rgba(221,221,221, 0.86);
    top: 8px;
    position: absolute;
}
.payment_methods .wc_payment_method {
    border:1px solid #EDEDED;
    padding:3rem 1rem;
    margin-bottom:1.5rem;
}
.wc_payment_methods input[type="radio"] + label, .payment_methods input[type="radio"] + label {
    margin-bottom:0;
}
.woocommerce-checkout-payment__wrp {
    padding-top: 0;
    margin-top: 0;
}
.woocommerce-shipping-fields .form-row > label, .woocommerce-billing-fields .form-row > label {
    color: #565656;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 4px;
    display: flex;
}

.radio-choose input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 24px;
	height: 24px;
	border: 1.5px solid #e6e6e6;
	border-radius: 50%;
	background-color: transparent;
	cursor: pointer;
	position: relative;
	transition: all 0.2s ease;
}

.radio-choose input[type="radio"]:checked {
	border-color: #64C57E;
	background-color: white;
}

.radio-choose input[type="radio"]:checked::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
	background-color: #64C57E;
	border-radius: 50%;
}
.radio-choose .item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 500;
	cursor: pointer;
}

.checkout-col__box {
    padding: 32px 32px 48px;
}

.u-checkout-container .optional{
    display:none;
}
#coupon_code {
    height:54px;
}
.mailchimp-newsletter {
    margin:2rem 0;
}
/***** Temporary inpost ****/
.easypack-shipping-method-logo{
    display:none;
}

#easypack_show_geowidget{
    margin: 15px 0;
    border-radius: 0 21px 0 21px;
    box-shadow: none !important;
    -webkit-text-fill-color: azure;
    max-width: 100%;
    padding: 15px;
    line-height: 1;
    font-size: 1.575rem !important;
}

#selected-parcel-machine {
    border: 0!important;
    padding: 0!important;
    border-radius: 5px;
    min-width: fit-content;
    margin: 15px 0!important;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.4);
}
.easypack-visible-point-header {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    font-style: normal!important;
    background: #fff!important;
    color: #000!important;
}

.category-desc-style h2{
    margin-bottom:3rem;
}
.category-desc-style a{
    color:#145238;
}


@media (max-width: 767px) {
  .recommended-products .product-list-slider {
    overflow: hidden;
  }

  .recommended-products .product-list.swiper-wrapper {
    display: flex;
    flex-wrap: nowrap !important;
    gap: 0 !important;
  }

  .recommended-products .product-list.swiper-wrapper > .swiper-slide {
    height: auto;
    flex-shrink: 0;
  }
}

@media(max-width:768px){
    p.single-product__price span.text-gray-500 {
        font-size: 16px!important;
        margin-top: 5px!important;     
        vertical-align: top!important;
        line-height: 23px!important;
    }
    .single-product .woocommerce-product-gallery__image {
        box-shadow: none!important;
    }
    .single-product__quantity {
        margin-bottom:0;
    }
    .btn-delivery {
        font-size: 1.5rem!important;
    }
    .btn-delivery svg{
        width:35px!important;
    }
}

@media (max-width: 767px) {
  .b-blog-recent .posts-slider .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .b-blog-recent .posts-slider .swiper-slide > * {
    width: 100%;
    max-width: 100%;
  }
}

.product-card-media {
  position: relative;
}

.product-card-image {
  display: block;
  max-width: 100%;
  transform: translateY(0) scale(1);
  transform-origin: center bottom;
  transition: transform 0.45s ease;
}

.product-card-cta-wrap {
  overflow: hidden;
}

.product-card-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 4.4rem;
  padding: 0 1.8rem;
  border-radius: 1.2rem;
  background: #145238;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  transform: translateY(120%);
  transition: transform 0.45s ease;
}

@media (hover: hover) {
  .grid-product-view:hover .product-card-image {
    transform: translateY(-1.2rem) scale(0.82);
  }

  .grid-product-view:hover .product-card-cta {
    transform: translateY(0);
  }
}
.product-price {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.4rem;
  white-space: nowrap;
  margin: 0;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  color: #50BB67;
}

.product-price .woocommerce-Price-amount,
.product-price .amount,
.product-price span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}


.hot-deal-countdown {
  display: flex;
  align-items: flex-end;
  gap: 1.6rem;
  flex-wrap: wrap;
}

.hot-deal-countdown__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 7rem;
}

.hot-deal-countdown__label {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  color: #111;
  margin-bottom: 0.8rem;
}

.hot-deal-countdown__value {
    font-size: 40px;
    font-weight: 600;
    line-height: 0.95;
    color: #000;
    letter-spacing: -0.03em;
}

.hot-deal-countdown__separator {
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 700;
  color: #d87676;
  transform: translateY(-0.4rem);
}

@media (max-width: 767px) {
  .hot-deal-countdown {
    gap: 1rem;
  }

  .hot-deal-countdown__item {
    min-width: 5.6rem;
  }
  .custom-btn {
    width: fit-content;
  }
  .custom-btn.faq-btn {
    width: 100%;
    justify-content: center;
  }
  .cat-list-item .custom-btn{
    font-size: 1.4rem;
    padding: 10px 10px;
    min-height: auto;
  }
  .hot-deal-countdown__label {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
  }

  .hot-deal-countdown__value {
    font-size: 3.2rem;
  }

  .hot-deal-countdown__separator {
    font-size: 2.8rem;
    transform: translateY(-0.2rem);
  }
  .product-price {
        font-size: 1.2rem;
    }
    .valid-until-text {
        font-size: 11px!important;
    }
}
