/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 09 2026 | 09:38:09 */


.bwp-header .header-wrapper {
    padding: 30px 0;
    background: #fff;
}

.guttlich-details-table {
  margin-top: 20px;
  font-size: 14px;
  color: #2F2F2F;
}

.guttlich-details-table table {
  width: 100%;
  border-collapse: collapse;
}

.guttlich-details-table th {
  width: 120px;
  color: #000;
  font-weight: 700;
  text-align: left;
  padding: 10px 10px;
  vertical-align: top;
}

.guttlich-details-table td {
  padding: 10px 10px;
}

.guttlich-details-table tr {
  border-bottom: 1px solid #eee;
}

.color-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.color-name {
  vertical-align: middle;
}


/* Overlay */
.bwp-main .page-title::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45); /* Zara-style soft dark overlay */
    z-index: 1;
}

/* Keep title content above overlay */
.bwp-main .page-title * {
    position: relative;
    z-index: 2;
}

.button:hover
 {
    background-color: #C8A24D !important;  /* Luxury Gold */
    color: #FFFFFF;
    border-color: #C8A24D !important;
}



.guttlich-title {
    font-weight: 400;
    margin-bottom: 14px;
}

.products-list.grid .product-wapper .products-content h3.product-title
 {
    font-size: var(--font-size-body, 14px);
    margin: 0 0 2px;
    font-weight: 500;
    text-transform: uppercase;
}

.checkout-page-style-2 #bwp-main .container {
    max-width: 100%;
    padding: 100px;
}


.product_cat-uncategorized,
li.product-category.product_cat-uncategorized {
    display: none !important;
}


.quickview-container .bwp-single-info .button.quick-buy, .single-product .bwp-single-info .button.quick-buy {
    -webkit-transition: none;
    background: var(--theme-color, #7f4227) !important;
    border-color: var(--theme-color, #7f4227) !important;
    color: #fff !important;
}