@media (min-width: 768px) {
  .bottom_cta {
    position: relative;
  }
  .bottom_cta::after {
    content: "";
    width: 50%;
    height: 100%;
    background-image: url(/wp-content/uploads/2025/04/home-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.site-footer {
  color: #fff;
}
.site-footer ul.menu a {
  color: #fff;
  display: inline-block;
  padding: 7px 0;
}
.site-footer ul.menu a:hover {
  color: #F0E2C8;
}
.site-footer .footer-widget-area .widget {
  margin-bottom: 10px;
}
.site-footer .footer-widget-area p {
  margin-bottom: 10px;
}
.site-footer .payment_logo {
  margin-top: 30px;
}
.site-footer .footer_logo {
  margin-bottom: 30px;
}
.site-footer > div:first-child {
  background-image: url(/wp-content/uploads/2024/11/bg-leaves3.svg) !important;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media (max-width: 768px) {
  .site-footer .footer_logo {
    margin-bottom: 15px;
  }
  .site-footer .footer-nav-wrap {
    margin-bottom: 20px;
  }
}
.site-footer .footer-widget-area a {
  color: #fff;
}

.gtranslate_wrapper {
  padding: 4px 6px;
  border-radius: 5px;
  background-color: #ececec;
  width: 82px;
}
.gtranslate_wrapper a {
  color: #333;
}

.gt_languages a {
  color: #333 !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
  font-size: 16px;
}

.products .product-category {
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.products .product-category .woocommerce-loop-category__title {
  font-size: 20px !important;
  border-radius: 6px !important;
}
.products .product-category .woocommerce-loop-category__title .count {
  display: none !important;
}
.products .product-category img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.products .product-category:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#primary .products .product .button {
  text-align: center;
}

#primary {
  margin: 0 !important;
  padding: 20px 0 20px;
}

.products .product:not(.product-category) {
  background-color: #FAF6ED;
  border-radius: 15px;
  padding: 15px !important;
}
.products .product:not(.product-category) .woocommerce-loop-product__link {
  overflow: hidden;
  border-radius: 10px;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .products .product:not(.product-category) .woocommerce-loop-product__title {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 24px !important;
    max-height: 29px !important;
    overflow: hidden !important;
    display: -webkit-box;
    text-overflow: ellipsis !important;
    margin-bottom: 12px !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.products .product:not(.product-category) .price {
  font-size: 18px !important;
}
.products .product:not(.product-category) img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  margin: 0 !important;
}
.products .product:not(.product-category):hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.products .product:not(.product-category):hover .woocommerce-loop-product__title {
  color: #B69B89 !important;
}

.ks_product_item {
  background-color: #FAF6ED;
  border-radius: 15px;
  padding: 15px !important;
}
.ks_product_item .ks_product_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 24px !important;
  margin-bottom: 8px !important;
  color: #444444;
}
.ks_product_item .ks_product_title a {
  color: inherit;
}
.ks_product_item .ks_product_item__img {
  overflow: hidden;
  border-radius: 10px;
  display: block;
  margin-bottom: 10px;
}
.ks_product_item .ks_product_item__img img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.ks_product_item .ks_product_price {
  font-size: 18px !important;
  font-weight: 700;
  margin-bottom: 9px;
}
.ks_product_item .add_to_cart_button {
  display: inline-block;
}
.ks_product_item .ks_product_btn {
  padding: 8px 0;
}
.ks_product_item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ks_product_item:hover .ks_product_title a {
  color: #B69B89 !important;
}

.page-title {
  margin-bottom: 20px !important;
}

h1.product_title {
  font-size: 46px !important;
  margin-bottom: 20px !important;
  padding-bottom: 10px !important;
  position: relative;
}
h1.product_title::before {
  content: "";
  width: 140px;
  height: 4px;
  background-color: #ffd700;
  position: absolute;
  bottom: 0;
  left: 0;
}

.entry-summary .price {
  margin-bottom: 15px !important;
}

.woocommerce-product-details__short-description {
  color: #444;
}

#main .woocommerce-product-details__short-description {
  padding-bottom: 15px;
}
#main .woocommerce-product-details__short-description ol,
#main .woocommerce-product-details__short-description ul {
  margin-left: 0 !important;
  padding-left: 20px;
}
#main .woocommerce-product-details__short-description p {
  margin-bottom: 10px;
}

.entry-summary .button-variable-items-wrapper .variable-item {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.entry-summary button[type=submit] {
  line-height: 20px;
  padding: 15px 40px !important;
}

.woocommerce-js div.product .product_meta {
  padding-top: 15px !important;
}

.entry-summary .product_meta a {
  color: #777;
}
.entry-summary .product_meta a:hover {
  color: #B69B89;
}

@media (max-width: 1200px) {
  .products .product:not(.product-category) .woocommerce-loop-product__title,
  .ks_product_item .ks_product_title {
    font-size: 20px !important;
  }
  .products .product:not(.product-category) .price,
  .ks_product_item .ks_product_price {
    font-size: 16px !important;
  }
  .products .product .button,
  .ks_product_item .ks_product_btn .button {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media (max-width: 990px) {
  .ast-plain-container.ast-no-sidebar #primary {
    padding: 20px 0 40px !important;
  }
}
@media (max-width: 768px) {
  #primary .products .product .button {
    font-size: 12px;
    padding: 10px 20px;
  }
}
@media (max-width: 545px) {
  .products .product:not(.product-category) {
    padding: 10px !important;
  }
  .woocommerce ul.products, .woocommerce-page ul.products {
    grid-gap: 10px;
  }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 0 !important;
  }
  .ks_products_dodatki {
    padding: 0px 0 40px;
  }
  h1.product_title {
    font-size: 34px !important;
  }
  h1.product_title::before {
    width: 80px;
    height: 2px;
  }
  .products .product:not(.product-category) .woocommerce-loop-product__title {
    max-height: 48px !important;
    overflow: hidden !important;
    display: -webkit-box;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 440px) {
  .woocommerce ul.products, .woocommerce-page ul.products {
    grid-gap: 30px 10px;
  }
  .products .product:not(.product-category) {
    border-radius: 10px;
    background-color: transparent;
    padding: 0px !important;
  }
  .products .product:not(.product-category) .woocommerce-loop-product__title {
    font-size: 16px !important;
  }
  .products .product:not(.product-category) .price {
    font-size: 14px !important;
  }
}
.ks_product_category_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.ks_product_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  padding-bottom: 90%;
  min-height: 300px;
}
.ks_product_category::before {
  content: "";
  width: 100%;
  height: 60%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.ks_product_category img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.ks_product_category__content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 35px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 50px;
  grid-template-columns: 1fr 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  z-index: 10;
}
.ks_product_category__title {
  font-size: 26px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.ks_product_category__btn {
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.ks_product_category__btn svg {
  display: block;
  fill: #fff;
}

@media (min-width: 991px) {
  .ks_product_category:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .ks_product_category:hover .ks_product_category__btn {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media (max-width: 768px) {
  .ks_product_category_grid {
    grid-gap: 6px;
  }
  .ks_product_category {
    padding-bottom: 50%;
    min-height: 300px;
  }
  .ks_product_category__title {
    font-size: 18px;
    line-height: 1.3;
  }
  .ks_product_category__content {
    padding: 10px;
    -ms-grid-columns: 1fr 30px;
    grid-template-columns: 1fr 30px;
  }
  .ks_product_category__btn {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .ks_product_category__content {
    padding: 10px;
    -ms-grid-columns: 1fr 24px;
    grid-template-columns: 1fr 24px;
  }
  .ks_product_category__title {
    font-size: 14px;
  }
  .ks_product_category__btn {
    width: 24px;
    height: 24px;
  }
  .ks_product_category {
    min-height: 220px;
  }
}
@media (max-width: 420px) {
  .ks_product_category {
    min-height: 180px;
  }
}
.slick-slide {
  padding: 10px;
}

.arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 50;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.arrow:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.arrow svg {
  display: block;
  max-width: 100%;
  width: 50%;
  height: auto;
}

.prev {
  left: -20px;
}

.next {
  right: -20px;
}

@media (max-width: 1440px) {
  .prev {
    left: -10px;
  }
  .next {
    right: -10px;
  }
}
.elementor-editor-active .ks_product_slider {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 991px) {
  .elementor-editor-active .ks_product_slider {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media (max-width: 768px) {
  .ks_icon_block .elementor-icon-box-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .ks_icon_block .elementor-icon-box-wrapper .elementor-icon-box-icon {
    min-width: 18px;
    margin: 0 !important;
  }
  .ks_icon_block .elementor-icon-box-wrapper .elementor-icon-box-content {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .slick-slide {
    padding: 0;
  }
}
.benefits_icon .elementor-image-box-img {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px !important;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.benefits_icon .elementor-image-box-img img {
  width: 50%;
}

#home_first_s::before {
  width: 50%;
  top: 0;
  left: auto !important;
  right: 0;
}

.ast-site-title-wrap {
  display: none !important;
}

.site-header .ast-site-identity {
  padding: 0 !important;
}

.main-navigation button.ast-menu-toggle {
  width: auto !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

#ast-scroll-top {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  #home_first_s::before {
    display: none !important;
  }
  #ast-scroll-top {
    right: 10px !important;
    bottom: 10px !important;
  }
  .benefits_icon .elementor-image-box-wrapper {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 80px 20px 1fr;
    grid-template-columns: 80px 1fr;
    grid-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .benefits_icon .elementor-image-box-wrapper .elementor-image-box-content {
    width: 100%;
    text-align: left;
  }
  .benefits_icon .elementor-image-box-wrapper .elementor-image-box-img {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 480px) {
  .ks_fibosearch .dgwt-wcas-sf-wrapp input,
  .ks_fibosearch .dgwt-wcas-sf-wrapp label {
    display: none !important;
  }
  .ks_fibosearch .dgwt-wcas-sf-wrapp button[type=submit] {
    position: static !important;
  }
  .ks_fibosearch > div {
    min-width: 53px !important;
  }
}
#primary .woocommerce-ordering .orderby {
  padding-right: 24px !important;
}

.ast-site-header-cart .ast-icon-shopping-bag {
  display: inline-block;
}

.ast-site-header-cart .ast-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../../img/cart.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ast-site-header-cart .ast-icon svg {
  display: none !important;
}

.ast-site-header-cart i.astra-icon:after {
  padding-right: 0 !important;
}

#primary .wc-block-components-form .wc-block-components-text-input input[type=email], #primary .wc-block-components-form .wc-block-components-text-input input[type=number], #primary .wc-block-components-form .wc-block-components-text-input input[type=password], #primary .wc-block-components-form .wc-block-components-text-input input[type=tel], #primary .wc-block-components-form .wc-block-components-text-input input[type=text], #primary .wc-block-components-form .wc-block-components-text-input input[type=url], #primary .wc-block-components-text-input input[type=email], #primary .wc-block-components-text-input input[type=number], #primary .wc-block-components-text-input input[type=password], #primary .wc-block-components-text-input input[type=tel], #primary .wc-block-components-text-input input[type=text], #primary .wc-block-components-text-input input[type=url] {
  border: 1px solid #d9d9d9;
}
#primary .wc-blocks-components-select .wc-blocks-components-select__select {
  border: 1px solid #d9d9d9;
}

@media (max-width: 480px) {
  #primary ul.products li.product .woocommerce-loop-category__title {
    line-height: 1.2;
    bottom: 10px;
    left: 10px;
    right: 10px;
    font-size: 16px !important;
    padding: 8px 10px;
  }
}
.variable-items-wrapper {
  padding-bottom: 10px !important;
}

.woocommerce-js div.product form.cart .reset_variations {
  opacity: 1;
}

table.variations {
  padding-bottom: 20px;
}

button.reset_variations {
  border: 1px solid #ffd700;
  background-color: transparent;
  padding: 10px 20px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
button.reset_variations:hover {
  background-color: #ffd700;
}

#coderockz_woo_delivery_delivery_date_section, #coderockz_woo_delivery_delivery_selection_field, #coderockz_woo_delivery_delivery_time_section, #coderockz_woo_delivery_pickup_date_section, #coderockz_woo_delivery_pickup_time_section {
  overflow: visible !important;
}

.woocommerce-billing-fields #billing_country_field {
  display: none !important;
}

.product-size-shortcode-title {
  padding: 10px 0;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  cursor: pointer;
  padding-right: 20px;
  display: inline-block;
}
.product-size-shortcode-title::before {
  content: "";
  border: 5px solid transparent;
  border-top-color: #777;
  position: absolute;
  right: 0;
  top: 23px;
}

.product-size-shortcode {
  display: none;
}

.ks_header_tel a,
.ks_header_email a {
  display: inline-block;
  color: #fff;
}

@media (max-width: 920px) {
  #ast-mobile-header .ast-above-header-wrap:first-child .site-header-above-section-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #ast-mobile-header .ast-above-header-wrap:first-child .site-header-above-section-left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .ks_header_tel,
  .ks_header_email {
    font-size: 14px;
  }
  #ast-mobile-header .ast-above-header-wrap .ast-builder-grid-row,
  #ast-mobile-header .ast-primary-header-bar .ast-builder-grid-row {
    gap: 0 !important;
  }
  #ast-mobile-header .site-header-section > * {
    padding: 0 6px !important;
  }
}
.page-id-100 .bottom_cta {
  display: none !important;
}

.blog #content {
  padding: 60px 0;
  background-color: #fff;
}
.blog #content .post-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}

.ast-blog-layout-4-grid .ast-article-inner {
  -webkit-box-shadow: 0px 6px 15px -2px rgba(16, 24, 40, 0.13);
          box-shadow: 0px 6px 15px -2px rgba(16, 24, 40, 0.13);
}

body.search-results #content {
  background-color: #fff;
}
body.search-results #primary {
  padding: 60px 0;
}
body.search-results .post-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=ks-style.css.map */