.elementor-177 .elementor-element.elementor-element-2810f76d{--display:flex;--gap:50px 50px;--row-gap:50px;--column-gap:50px;--padding-top:80px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-177 .elementor-element.elementor-element-f1cf3ba{text-align:center;}@media(max-width:1024px){.elementor-177 .elementor-element.elementor-element-2810f76d{--gap:40px 40px;--row-gap:40px;--column-gap:40px;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-177 .elementor-element.elementor-element-2810f76d{--gap:20px 0px;--row-gap:20px;--column-gap:0px;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-177 .elementor-element.elementor-element-bc5ec59 > .elementor-widget-container{padding:0px 0px 0px 0px;}}/* Start custom CSS *//* Page layout */
.page-content {
  padding: 20px;
  font-family: 'DM Sans', sans-serif;
  text-align: center;
}

/* Empty cart icon and message */
.wp-block-woocommerce-empty-cart-block h2.wp-block-heading.with-empty-cart-icon {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #222;
}

/* "New in store" heading */
.wp-block-woocommerce-empty-cart-block h2:not(.with-empty-cart-icon) {
  font-size: 1.75rem;
  margin: 2rem 0 1rem;
  font-weight: 600;
  color: #222;
}

/* Separator line (dots) */
.wp-block-separator.is-style-dots {
  max-width: 100px;
  margin: 1.5rem auto;
  border: none;
  border-bottom: 1px dotted #ccc;
}

/* Product grid */
.wc-block-grid__products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 1rem 0;
  list-style: none;
  margin: 0;
}

/* Individual product */
.wc-block-grid__product {
  background-color: #fff;
  border-radius: 12px;
  padding: 1rem;
  width: 220px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
  text-align: center;
}

.wc-block-grid__product:hover {
  transform: translateY(-5px);
}

/* Product image */
.wc-block-grid__product-image img {
  border-radius: 8px;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}

/* Product title */
.wc-block-grid__product-title {
  margin-top: 0.75rem;
  font-weight: 500;
  font-size: 1rem;
  color: #333;
  text-decoration: none;
}

/* Product price */
.wc-block-grid__product-price {
  margin: 0.5rem 0;
  font-weight: 600;
  color: #603913;
}

.wc-block-grid__product-price del {
  color: #999;
  margin-right: 0.25rem;
}

/* Sale label */
.wc-block-grid__product-onsale span {
  background-color: #603913;
  color: white;
  padding: 2px 6px;
  font-size: 0.7rem;
  font-weight: bold;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  right: 10px;
}

/* Add to cart button */
.wp-block-button__link.add_to_cart_button {
  background-color: #603913;
  color: #fff;
  border-radius: 30px;
  padding: 0.5rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease;
}

.wp-block-button__link.add_to_cart_button:hover {
  background-color: #3f2a0d;
}

/* Responsive */
@media (max-width: 768px) {
  .wc-block-grid__product {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .wc-block-grid__products {
    flex-direction: column;
    align-items: center;
  }
}

/* --------------------- */


/* General font and container */
.page-content {
  font-family: 'DM Sans', sans-serif;
  color: #333;
  padding: 20px;
}

/* Header */
.page-header h1.entry-title {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: #000;
}

/* Product name link */
.wc-block-components-product-name {
  color: #603913;
  font-weight: 600;
  text-decoration: none;
}

.wc-block-components-product-name:hover {
  text-decoration: underline;
}

/* Prices */
.wc-block-components-product-price__regular {
  color: #999;
}

.wc-block-components-product-price__value {
  color: #603913;
  font-weight: 600;
}

/* Save badge */
.wc-block-components-product-badge {
  background-color: #f2f2f2;
  color: #444;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  display: inline-block;
  margin-top: 4px;
}

/* Product description */
.wc-block-components-product-metadata__description p {
  color: #666;
  font-size: 0.85rem;
  font-style: italic;
  margin: 6px 0 0;
}

/* Quantity input */
.wc-block-components-quantity-body.elementor-page-177__input {
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  padding: 4px;
  width: 50px;
}

/* Quantity buttons */
.wc-block-components-quantity-body.elementor-page-177__button {
  background: #f2f2f2;
  border: none;
  padding: 4px 10px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
}

.wc-block-components-quantity-body.elementor-page-177__button:hover {
  background: #ddd;
}

/* Remove item link */
.wc-block-cart-item__remove-link {
  color: #999;
  font-size: 0.85rem;
  text-decoration: underline;
  margin-top: 0.5rem;
  display: inline-block;
}

/* Cart totals panel */
.wc-block-cart__totals-title {
  color: #333;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.wc-block-components-totals-item__label {
  color: #333;
  font-weight: 500;
}

.wc-block-components-totals-item__value {
  color: #603913;
  font-weight: 600;
}

/* Checkout button */
.wc-block-cart__submit-button {
  background-color: #603913;
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease;
}

.wc-block-cart__submit-button:hover {
  background-color: #3f2a0d;
}

.wc-block-cart__submit-button:hover {
  background-color: #3f2a0d;
  color: #fff !important;
}

.wc-block-cart__submit-button .wc-block-components-button__text {
  color: #fff;
}

.wc-block-cart__submit-button:hover .wc-block-components-button__text {
  color: #fff !important;
}/* End custom CSS */