/*
 Theme Name:   Jacob
 Description:  jacob
 Author:       Jakub Slechta
 Author URI:   http://jakubslechta.com
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  jacob
*/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.nedelit {
white-space: nowrap;
}

#final-image {
  pointer-events: none;
}

li.wc-block-components-product-details__aper-u {
    display: none;
}

td.wc-block-cart-item__image img {
    display: none;
}


/* Tailwind-like primary button style (WooCommerce empty-cart states) */

/* 1) Classic shortcode template button */
.woocommerce .return-to-shop a.button.wc-backward,

/* 2) Blocks empty cart buttons (Cart/Checkout blocks) */
.woocommerce .wc-block-cart__empty-cart__button,
.woocommerce .wc-block-components-button.wc-block-components-button__button {
  background: #0f172a !important;   /* slate-900 */
  color: #fff !important;
  padding: 10px 20px !important;    /* px-5 py-2.5 */
  border-radius: 8px !important;    /* rounded-lg */
  font-size: 14px !important;       /* text-sm */
  font-weight: 700 !important;      /* font-bold */
  line-height: 1.2 !important;
  text-decoration: none !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  box-shadow: 0 10px 15px -3px rgba(0,0,0,.2),
              0 4px 6px -4px rgba(0,0,0,.2) !important; /* shadow-lg */
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease !important;
}

.woocommerce .return-to-shop a.button.wc-backward:hover,
.woocommerce .wc-block-cart__empty-cart__button:hover,
.woocommerce .wc-block-components-button.wc-block-components-button__button:hover {
  background: #1e293b !important;   /* slate-800 */
  box-shadow: 0 20px 25px -5px rgba(0,0,0,.25),
              0 8px 10px -6px rgba(0,0,0,.25) !important; /* shadow-xl */
  transform: translateY(-2px) !important; /* hover:-translate-y-0.5 */
}

/* IMPORTANT: remove theme pseudo-element overlays that often cause the “weird square” */
.woocommerce .return-to-shop a.button.wc-backward::before,
.woocommerce .return-to-shop a.button.wc-backward::after,
.woocommerce .wc-block-cart__empty-cart__button::before,
.woocommerce .wc-block-cart__empty-cart__button::after,
.woocommerce .wc-block-components-button.wc-block-components-button__button::before,
.woocommerce .wc-block-components-button.wc-block-components-button__button::after {
  content: none !important;
  display: none !important;
}

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

}

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


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


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


}

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


}

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

}

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


}
