.fullwidth-hot-products-section {
    margin: 60px 0 40px;
    padding: 40px 40px;
    border-top: 1px solid #e1e1e1;
    background: #fafafa;
    clear: both;
}
.fullwidth-hot-products-section .astra-shop-archive-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.section-title {
    font-size: 1.9em;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 30px;
    position: relative;
}
.section-title::after {
    content: '';
    width: 60px;
    height: 3px;
    background: #0073aa;
    display: block;
    margin: 15px 0 0;
}
.fullwidth-hot-products-section .products {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 25px;
}
@media (max-width: 1024px) {
    .fullwidth-hot-products-section .products {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .fullwidth-hot-products-section .products {
        grid-template-columns: repeat(2, 1fr);
    }
}
.fullwidth-hot-products-section .products li.product {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    text-align: center;
}
.fullwidth-hot-products-section .products li.product:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}


.fullwidth-hot-products-section .products .button {
    margin: 10px auto !important;
    display: block !important;
    width: 85% !important;
}


.fullwidth-hot-products-section .products .woocommerce-loop-product__title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.4em !important;
    max-height: 2.8em !important;
    margin: 8px 12px !important;
}



.fullwidth-related-products-section {
    margin: 60px 0 40px;
    padding: 40px 40px;
    border-top: 1px solid #e1e1e1;
    background: #fafafa;
    clear: both;
}
.fullwidth-related-products-section .astra-shop-archive-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.fullwidth-related-products-section .section-title {
    font-size: 1.9em;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 30px;
    position: relative;
}
.fullwidth-related-products-section .section-title::after {
    content: '';
    width: 60px;
    height: 3px;
    background: #0073aa;
    display: block;
    margin: 15px 0 0;
}
.fullwidth-related-products-section .products {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 25px;
}
@media (max-width: 1024px) {
    .fullwidth-related-products-section .products {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 768px) {
    .fullwidth-related-products-section ul.products.columns-6 {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }


    .fullwidth-related-products-section ul.products.columns-6 li.product {
        width: auto !important;
        max-width: 100% !important;
    }
}


.fullwidth-related-products-section .products li.product {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    text-align: center;
}
.fullwidth-related-products-section .products li.product:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}
.fullwidth-related-products-section .products .button {
    margin: 10px auto !important;
    display: block !important;
    width: 85% !important;
}
.fullwidth-related-products-section .products .woocommerce-loop-product__title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.4em !important;
    max-height: 2.8em !important;
    margin: 8px 12px !important;
}


.fullwidth-hot-articles-section {
    margin: 60px 0 40px;
    padding: 40px 40px;
    border-top: 1px solid #e1e1e1;
    background: #fff;
    clear: both;
}
.fullwidth-hot-articles-section .astra-shop-archive-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.fullwidth-hot-articles-section .section-title {
    font-size: 1.9em;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 30px;
    position: relative;
}
.fullwidth-hot-articles-section .section-title::after {
    content: '';
    width: 60px;
    height: 3px;
    background: #28a745;
    display: block;
    margin: 15px 0 0;
}
.fullwidth-hot-articles-section .wp-block-query {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
@media (max-width: 1024px) {
    .fullwidth-hot-articles-section .wp-block-query {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .fullwidth-hot-articles-section .wp-block-query {
        grid-template-columns: repeat(2, 1fr);
    }
}
.fullwidth-hot-articles-section .wp-block-post {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    text-align: center;
}
.fullwidth-hot-articles-section .wp-block-post:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}
.fullwidth-hot-articles-section .wp-block-post-featured-image {
    margin: 0 0 12px;
}
.fullwidth-hot-articles-section .wp-block-post-featured-image img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}
.fullwidth-hot-articles-section .wp-block-post-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.4em !important;
    max-height: 2.8em !important;
    margin: 0 12px 12px !important;
    font-size: 0.95em !important;
    font-weight: 600;
}
.fullwidth-hot-articles-section .wp-block-post-title a {
    color: #1a1a1a;
    text-decoration: none;
}
.fullwidth-hot-articles-section .wp-block-post-title a:hover {
    color: #0073aa;
}




.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.wc-block-product-template .wp-block-post-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.4em !important;
    max-height: 2.8em !important;
    margin: 8px 12px !important;
    text-align: center !important;
    font-size: 16px !important;
}


.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.wc-block-components-product-button .wp-block-button__link,
.fullwidth-hot-products-section .products .button {
    margin: 10px auto !important;
    display: block !important;
    width: 85% !important;
    text-align: center !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    line-height: 1.5em !important;
    white-space: nowrap !important;
    padding: 10px 0 !important;
    box-sizing: border-box !important;
}



.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.wc-block-components-product-button .wp-block-button__link,
.fullwidth-hot-products-section .products .button,
.widget_product .button,
.woocommerce.widget_product ul.products li.product .button,
.wp-block-woocommerce-product-template .wp-block-button__link {
    margin: 10px auto !important;
    display: block !important;
    width: 85% !important;
    text-align: center !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    line-height: 1.5em !important;
    white-space: nowrap !important;
    padding: 10px 0 !important;
    box-sizing: border-box !important;
}




.wpcf7-form p {
    margin-bottom: 12px !important;
    line-height: 1.4;
}
.wpcf7-form br {
    display: none !important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form textarea,
.wpcf7-form select {
    width: 100%;
    padding: 10px 12px !important;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}


#wpcf7-f22-p66-o1 h2 {
    text-align: center !important;
    color: #1d713f !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    margin: 0 0 25px 0 !important;
    line-height: 1.3;
}

.wpcf7 h2:first-of-type {
    text-align: center !important;
    color: #1d713f !important;
    margin-bottom: 25px !important;
}




.widget .products, .sidebar .products {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 8px !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.widget .products li.product,
.sidebar .products li.product {
  width: auto !important;
  margin: 0 !important;
  padding: 6px !important;
  box-sizing: border-box !important;
  border: 0 !important;
  background: transparent !important;
}

.widget .products li.product a,
.sidebar .products li.product a {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 6px !important;
  text-decoration: none !important;
  color: inherit !important;
  padding: 0 !important;
}

.widget .products li.product img,
.sidebar .products li.product img {
  width: 120px !important;
  height: 120px !important;
  object-fit: cover !important;
  border-radius: 6px !important;
  display: block !important;
}


.wp-block-group.is-layout-flow ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}




.wp-block-group.is-layout-flow ul.products li.product a.button {
    display: none !important;
}




.widget .products li.product, .sidebar .products li.product {
  float: none !important;
  clear: none !important;
}


@media (max-width: 480px) {
  .widget .products, .sidebar .products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}




.sidebar-contact-box {
  background: #f1f9f3;
  padding: 20px 16px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  border: 1px solid #dce8df;
}

.sidebar-contact-box h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1d713f;
  margin-bottom: 10px;
}

.sidebar-contact-box p {
  font-size: 14px;
  color: #444;
  margin-bottom: 16px;
  line-height: 1.5;
}




.sidebar-contact-box .sidebar-btn {
  display: inline-block;
  background-color: #ec6828 !important;
  color: #fff !important;
  padding: 6px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.25s ease;
  box-shadow: 0 2px 5px rgba(236,104,40,0.2);
}

.sidebar-contact-box .sidebar-btn:hover {
  background-color: #1d713f !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(29,113,63,0.25);
}





body.search #primary.full-width-search {
    width: 100%;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 20px;
}

body.search .search-page-inner {
    max-width: 1200px;
    margin: 0 auto;
}

body.search .search-results {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}

body.search .search-results .product-item {
    width: calc(20% - 20px);
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    text-align: center;
    background: #fff;
}

body.search .product-title {
    font-size: 16px;
    margin: 5px 0;
}

body.search .product-categories a,
body.search .related-categories a,
body.search .hot-search-words a {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 2px 6px;
    background: #f0f0f0;
    font-size: 12px;
    border-radius: 3px;
    text-decoration: none;
    color: #333;
}

@media (max-width: 1024px) {
    body.search .search-results .product-item { width: calc(33.333% - 20px); }
}

@media (max-width: 768px) {
    body.search .search-results .product-item { width: calc(50% - 20px); }
}

@media (max-width: 480px) {
    body.search .search-results .product-item { width: 100%; }
}




body.search .related-categories {
    margin-bottom: 40px;
}

body.search .search-results {
    margin-bottom: 40px;
}


body.search .search-title {
    margin-bottom: 40px;
}




p a {
  display: inline;
}




.wp-block-woocommerce-products-by-category .wc-block-grid__products,
.wp-block-woocommerce-product-collection .wc-block-grid__products,
.wp-block-woocommerce-products-by-category ul.products,
.wp-block-woocommerce-product-collection ul.products {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 20px !important;
  align-items: start;
}

.wp-block-woocommerce-products-by-category .wc-block-grid__products li.product,
.wp-block-woocommerce-product-collection .wc-block-grid__products li.product,
.wp-block-woocommerce-products-by-category ul.products li.product,
.wp-block-woocommerce-product-collection ul.products li.product {
  width: auto !important;
  display: block !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.wp-block-woocommerce-products-by-category .wc-block-grid__products li.product img,
.wp-block-woocommerce-product-collection .wc-block-grid__products li.product img,
.wp-block-woocommerce-products-by-category ul.products li.product img,
.wp-block-woocommerce-product-collection ul.products li.product img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  aspect-ratio: 1 / 1;
  display: block;
}


.wp-block-woocommerce-products-by-category .wc-block-grid__products li.product .wc-product-title,
.wp-block-woocommerce-product-collection .wc-block-grid__products li.product .wc-product-title {
  margin: .5rem 0 .25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.wp-block-woocommerce-products-by-category .wc-block-grid__products li.product .wp-block-button,
.wp-block-woocommerce-product-collection .wc-block-grid__products li.product .wp-block-button {
  width: 100%;
  box-sizing: border-box;
}


@media (max-width: 1024px) {
  .wp-block-woocommerce-products-by-category .wc-block-grid__products,
  .wp-block-woocommerce-product-collection .wc-block-grid__products,
  .wp-block-woocommerce-products-by-category ul.products,
  .wp-block-woocommerce-product-collection ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  .wp-block-woocommerce-products-by-category .wc-block-grid__products,
  .wp-block-woocommerce-product-collection .wc-block-grid__products,
  .wp-block-woocommerce-products-by-category ul.products,
  .wp-block-woocommerce-product-collection ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}


.wp-block-woocommerce-products-by-category .wc-block-grid__products li.product:nth-child(n+13),
.wp-block-woocommerce-product-collection .wc-block-grid__products li.product:nth-child(n+13),
.wp-block-woocommerce-products-by-category ul.products li.product:nth-child(n+13),
.wp-block-woocommerce-product-collection ul.products li.product:nth-child(n+13) {
  display: none !important;
}





#cf7-floating-form {
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 200px;
  background: #fff;
  padding: 0 8px 0 8px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
  z-index: 9999;
  font-size: 14px;
  text-align: left;
  box-sizing: border-box;
	overflow: visible;
  pointer-events: auto;
}

#cf7-floating-form-close:hover {
  color: #333;
}

#cf7-floating-form h2, 
#cf7-floating-form h3 {
  font-size: 16px;
  margin-bottom: 8px;
  text-align: left;
}

#cf7-floating-form input,
#cf7-floating-form textarea {
  width: 100%;
  margin-bottom: 8px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 14px;
  text-align: left;
}

#cf7-floating-form input[type="submit"] {
  width: 100%;
  background: #ec6828;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 8px 0;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
}

#cf7-floating-form input[type="submit"]:hover {
  background: #14562b;
}


#cf7-floating-form-close {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 18px;
  cursor: pointer;
  color: #999;
  transition: color 0.2s;
	z-index: 10000;
}

#cf7-floating-form-close:hover {
  color: #333;
}




.bamboo-cutlery-products,
.wooden-cutlery-products {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
    max-height: calc((350px + 20px) * 2);
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}

.bamboo-cutlery-item img,
.wooden-cutlery-item img {
    width: 100% !important;
    object-fit: cover;
    display: block;
}

.bamboo-cutlery-item h3,
.wooden-cutlery-item h3 {
    font-size: 14px;
    text-align: center;
    margin: 0.5rem 0;
    line-height: 1.4em;
    height: 2.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.bamboo-cutlery-item h3 a,
.wooden-cutlery-item h3 a {
    text-decoration: none !important;
    color: #222 !important;
}

.bamboo-cutlery-button,
.wooden-cutlery-button {
    display: block;
    text-align: center;
    background-color: #ec6828 !important;
    color: #fff !important;
    padding: 6px 10px !important;
    border-radius: 4px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 13px;
    margin: 0 auto;
    transition: filter 0.2s ease;
}

.bamboo-cutlery-button:hover,
.wooden-cutlery-button:hover {
    filter: brightness(90%) !important;
}

@media(max-width:768px) {
    .bamboo-cutlery-products,
    .wooden-cutlery-products {
        grid-template-columns: repeat(2, 1fr);
        max-height: none;
    }
}




.footer-adv .widget,
.site-footer .widget {
  color: #000000;
  font-size: 15px;
  line-height: 1.7;
  font-family: inherit;
	font-weight: 500;
}

.footer-adv .widget-title,
.site-footer .widget-title {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.footer-adv .widget a,
.site-footer .widget a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-adv .widget a:hover,
.site-footer .widget a:hover {
  color: #ec6828;
}

.footer-adv .widget ul,
.site-footer .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-adv .widget ul li,
.site-footer .widget ul li {
  margin-bottom: 6px;
}


.ast-footer-social-1-wrap .ast-builder-social-element {
  --background-color: transparent !important;
  transition: all 0.3s ease;
	justify-content: flex-start;
  gap: 6px;
  font-size: 16px;
	padding: 0 !important;
  margin: 0 !important;
}

.ast-footer-social-1-wrap .ast-builder-social-element:hover {
  --background-color: transparent !important;
}

.ast-footer-social-1-wrap .footer-social-inner-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}




.ast-footer-social-1-wrap a.ast-builder-social-element {
  color: inherit !important;
}

.ast-footer-social-1-wrap a.ast-builder-social-element svg path {
  fill: var(--color) !important;
}

.ast-footer-social-1-wrap a.ast-builder-social-element .social-item-label {
  color: #000000 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  font-family: inherit !important;
  font-weight: 500 !important;
	transition: color 0.3s ease;
}

.ast-footer-social-1-wrap a.ast-builder-social-element:hover .social-item-label {
  color: #ec6828 !important;
}



@media (max-width: 768px) {
    .site-footer .site-footer-primary-section-1,
    .site-footer .site-footer-primary-section-2,
    .site-footer .site-footer-primary-section-3,
    .site-footer .site-footer-primary-section-4 {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        margin-bottom: 20px;
    }

    .site-footer .site-footer-primary-section-3 .ast-footer-social-1-wrap {
        display: flex !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 10px;
    }

    .site-footer .footer-widget-area-inner {
        text-align: center !important;
    }

    .site-footer .footer-widget-area-inner h2,
    .site-footer .footer-widget-area-inner p {
        text-align: center !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}






.top-product-cats-nav {
    margin: 20px 0;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.cats-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.cats-nav-list > li.cat-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    flex-shrink: 1;
    white-space: normal;
    height: auto;
}

.cats-nav-list ul.child-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-shrink: 1;
    align-items: center;
    max-width: 100%;
    overflow-x: hidden;
}

.cats-nav-list a {
    display: inline-block;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #1d713f;
    background: #fff;
    border: 1px solid #1d713f;
    border-radius: 50px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s;
}

.cats-nav-list a:hover,
.cats-nav-list a.active {
    background: #1d713f !important;
    color: #fff !important;
}

@media (max-width: 768px) {
    .top-product-cats-nav { padding: 0 12px; }
    .cats-nav-list { gap: 6px; }
    .cats-nav-list > li.cat-item {
        height: auto !important;
        flex-wrap: wrap !important;
        flex-shrink: 1;
        min-width: 0;
        white-space: normal !important;
    }
    .cats-nav-list ul.child-cats {
        flex-wrap: wrap !important;
        flex-shrink: 1;
        min-width: 0;
    }
    .cats-nav-list a {
        padding: 5px 10px;
        font-size: 12px;
    }
}





.ast-archive-description {
    display: flex;
    flex-direction: column;
}

.ast-archive-description .ast-breadcrumbs-wrapper {
    order: 0;
    margin-bottom: 20px;
}

.ast-archive-description .page-title.ast-archive-title {
    order: 1;
    margin-bottom: 25px;
}

.ast-archive-description p {
    order: 2;
    margin-bottom: 0;
}




.inquiry-form-wrapper {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
}

.inquiry-form-wrapper.single-form {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 20px;
  padding-right: 20px;
}

.inquiry-form-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
}

.form-left {
  flex: 1 1 100%;
  min-width: 320px;
  box-sizing: border-box;
}

.inquiry-form-wrapper.has-product .form-left {
  max-width: 65%;
  flex: 1 1 65%;
}

.form-right {
  flex: 0 0 250px;
  text-align: center;
  background: #f8f9fa;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.product-card-img {
  max-width:100%;
  border-radius:6px;
  margin-bottom:8px;
  display:block;
}

.product-card-title {
  font-size:14px;
  color:#666;
  margin:0 0 12px;
  font-weight:500;
}

.product-card-name {
  margin:0;
  font-size:13px;
  font-weight:600;
  color:#222;
}

.form-right .product-card-link,
.form-right .product-card-link:link,
.form-right .product-card-link:visited {
  text-decoration: none;
  color: inherit;
}

.form-right .product-card-link:hover,
.form-right .product-card-link:focus {
  text-decoration: none;
  color: #222;
}


.form-left .wpcf7-form input[type="text"],
.form-left .wpcf7-form input[type="email"],
.form-left .wpcf7-form input[type="tel"],
.form-left .wpcf7-form textarea,
.form-left .wpcf7-form select {
  font-size:16px;
  padding:12px 14px;
  border-radius:6px;
  border:1px solid #ccc;
  width:100%;
  box-sizing:border-box;
}

.form-left .wpcf7-form textarea { 
  min-height:130px; 
}

.form-left .wpcf7-form input[type="submit"] {
  font-size:16px;
  padding:12px 30px;
  border-radius:6px;
  font-weight:600;
  background:#ec6828;
  color:#fff;
  border:none;
  cursor:pointer;
}

@media (max-width: 768px) {
  .inquiry-form-inner { 
    flex-direction: column; 
    align-items: center; 
    gap:20px; 
  }
  .form-left, .form-right { 
    max-width:100% !important; 
    width:100% !important; 
  }
  .form-right { 
    max-width: 300px; 
  }
}





.my-posts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.my-post-card {
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  transition: all 0.3s;
}

.my-post-card a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.my-post-card .post-thumb {
  width: 100%;
  aspect-ratio: unset;
  overflow: hidden;
}

.my-post-card .post-thumb img {
  width: 100%;
  height: auto;
  object-fit: contain;
	 display: block;
}

.my-post-card .post-content {
  padding: 15px;
}

.my-post-card .post-content h3 {
  font-size: 1.1em;
  margin: 0 0 8px;
}

.my-post-card .post-content p {
  font-size: 0.9em;
  color: #555;
  margin: 0 0 10px;
  line-height: 1.4em;
}

.my-post-card .post-content span {
  font-size: 0.8em;
  color: #888;
}

.my-post-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

@media (max-width: 1024px) {
  .my-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .my-posts-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.my-posts-grid a, 
.my-posts-grid a * {
    text-decoration: none !important;
}

.my-post-card .post-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    margin: 0 0 10px;
}

.my-post-card .post-content h3 {
    font-size: 1.1em;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
}




#wpcf7-f22-p66-o1 h2 {
    display: none;
}

#cf7-floating-form h2 {
    display: none;
}

.wpcf7-spinner {
    display: none !important;
}



.single-product h2[style*="40px"] {
    color: #000 !important;
}





.woocommerce-page #secondary {
    flex: 0 0 25% !important;
    max-width: 25% !important;
    border-right: 1px solid #e5e5e5;
}

.woocommerce-page #primary {
    flex: 0 0 75% !important;
    max-width: 75% !important;
    border-left: none !important;
}


@media (min-width: 769px) {
    .woocommerce-page .ast-container {
        display: flex !important;
        flex-wrap: nowrap;
        gap: 10px;
    }
}


.woocommerce-page #secondary .widget {
    border: none !important;
}



@media (max-width: 768px) {
    .woocommerce-page .ast-container {
        display: block !important;
    }

    .woocommerce-page #secondary,
    .woocommerce-page #primary {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
    }

    .woocommerce-page #secondary {
        border-right: none !important;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
}


@media (max-width: 768px) {

    .woocommerce-page .ast-container {
        display: flex !important;
        flex-direction: column !important;
    }

    .woocommerce-page #primary {
        order: 1;
        width: 100% !important;
    }

    .woocommerce-page #secondary {
        order: 2;
        width: 100% !important;
        border-right: none !important;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
}





.woocommerce.archive #primary,
.woocommerce.archive .ast-archive-description,
.woocommerce.archive .ast-woocommerce-container,
.woocommerce.single-product #primary,
.woocommerce.single-product .entry-header,
.woocommerce.single-product .site-main,
.page .entry-content,
.archive .entry-content {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.woocommerce.archive .ast-breadcrumbs-wrapper,
.woocommerce.single-product .ast-breadcrumbs-wrapper,
.page .ast-breadcrumbs-wrapper,
.archive .ast-breadcrumbs-wrapper {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.widget-area.secondary,
.sidebar-main {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.woocommerce .products,
.woocommerce-page .products {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.woocommerce ul.products li.product {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    padding: 0 !important;
}



.wc-block-product-categories-list .wc-block-product-categories-list-item {
    margin: 8px 0;
}

.wc-block-product-categories-list--depth-1 {
    padding-left: 5px;
}

.wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item__name {
    font-size: 14px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




.woocommerce.single-product #secondary {
    display: none !important;
}

.woocommerce.single-product #primary {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
}




.single-product h1.product_title.entry-title {
    font-size: 30px !important;
}





#primary .ast-row,
.site-main .ast-row {
    display: grid !important;
    gap: 10px !important;
}
@media (min-width: 1200px) {
    #primary .ast-row {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}
@media (min-width: 769px) and (max-width: 1199px) {
    #primary .ast-row {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}
@media (max-width: 768px) {
    #primary .ast-row {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

#primary .ast-article-post,
#primary article.post {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
	   padding: 5px !important;
    transition: box-shadow 0.3s !important;
}

@media (max-width: 768px) {
    #primary .ast-article-post,
    #primary article.post {
        padding: 8px 6px !important;
    }
}

#primary .ast-blog-featured-section,
#primary .post-thumb {
    margin-bottom: 15px !important;
    flex-shrink: 0 !important;
}
#primary .entry-title {
    margin-bottom: auto !important;
    line-height: 1.4 !important;
}

#primary .entry-title,
#primary .entry-title a {
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    hyphens: none !important;
    display: block !important;
    width: 100% !important;
    white-space: normal !important;
    text-align: left !important;
}

#primary .read-more,
#primary .ast-read-more-container,
#primary .read-more a,
.ast-blog-single-element.read-more {
    display: none !important;
}

#primary .post-content.ast-grid-common-col {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

#primary .entry-header,
#primary .ast-blog-meta-container {
    margin-top: auto !important;
    margin-bottom: 0 !important;
}

#primary .entry-meta,
#primary .posted-on {
    font-size: 12px !important;
    text-align: left !important;
    color: #888 !important;
    margin: 0 !important;
}

@media (max-width: 768px) {
    #primary .entry-title a {
        font-size: 12px !important;
    }
    #primary .entry-meta,
    #primary .posted-on {
        font-size: 9px !important;
    }
}




.stk-4a2d0a8-inner-blocks .wc-block-components-product-button__button,
.stk-4a2d0a8-inner-blocks .wp-block-woocommerce-product-button .wp-block-button__link {
    background-color: #EC6828 !important;
}

@media (max-width: 767px) {
    .stk-4a2d0a8-inner-blocks .wc-block-grid.columns-5,
    .stk-4a2d0a8-inner-blocks .wp-block-product-template__responsive {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}




@media (max-width: 1024px) {
    #cf7-floating-form {
        display: none !important;
    }
}



.ast-logo-title-inline .ast-site-identity {
    padding: 0 !important;
}



.single-product .woocommerce-Tabs-panel--description p,
.single-product .woocommerce-Tabs-panel--description ul {
    max-width: 750px;
    margin: 0 auto 1em;
}

.single-product .woocommerce-Tabs-panel--description ul {
    padding-left: 20px;
}



.wc-block-product .wp-block-post-title,
.wc-block-product-template .wp-block-post-title,
.wc-block-product h4.wp-block-post-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.4em !important;
    max-height: 2.8em !important;
    min-height: 2.8em !important;
}




@media only screen and (max-width: 767px) {

    .stk-block-background:not(.stk--no-padding) {
        padding: 10px;
    }

    .entry-content ul,
    .entry-content ol {
        padding: 5px;
        margin: 0;
    }

    .ast-container,
    .ast-container-fluid {
        padding: 5px;
    }

}