﻿/*======================================
Theme Name: Living-Collections
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi Child Theme
Version: 1.0
Author: MegaServers.de
Author URI: https://megaservers.de
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

/* =========================================================
   Living Collections – Custom Account Area
   ========================================================= */

.lc-account-shell {
  max-width: 1240px;
  margin: 0 auto 90px;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.lc-account-login {
  display: block;
}

.lc-account-nav {
  background: #FFFFFF;
  border: 1px solid #E5DDD2;
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 10px 30px rgba(34, 34, 34, 0.04);
}

.lc-account-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lc-account-nav li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #E5DDD2;
}

.lc-account-nav li:last-child {
  border-bottom: none;
}

.lc-account-nav a {
  display: block;
  padding: 14px 16px;
  color: #5F5A52;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.lc-account-nav a:hover {
  background: #F7F4EF;
  color: #A88945;
}

.lc-account-nav .is-active a,
.lc-account-nav .woocommerce-MyAccount-navigation-link--dashboard.is-active a {
  background: #A88945;
  color: #FFFFFF;
}

.lc-account-main {
  min-width: 0;
}

.lc-account-eyebrow {
  color: #A88945;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px;
}

.lc-account-welcome,
.lc-account-page-head {
  margin-bottom: 34px;
}

.lc-account-welcome h2,
.lc-account-page-head h2 {
  color: #222222;
  font-size: 44px;
  line-height: 1.1;
  margin-bottom: 14px;
}

.lc-account-welcome p,
.lc-account-page-head p {
  color: #6F6A62;
  font-size: 16px;
  line-height: 1.7;
  max-width: 720px;
}

.lc-account-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 34px;
}

.lc-account-card {
  display: block;
  background: #FFFFFF;
  border: 1px solid #E5DDD2;
  border-radius: 14px;
  padding: 26px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(34, 34, 34, 0.04);
  transition: all 0.25s ease;
}

.lc-account-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(34, 34, 34, 0.08);
  border-color: #D8CEC0;
}

.lc-account-card-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: #F7F4EF;
  border-radius: 999px;
  font-size: 22px;
  margin-bottom: 18px;
}

.lc-account-card h3 {
  color: #222222;
  font-size: 23px;
  line-height: 1.15;
  margin-bottom: 12px;
}

.lc-account-card p {
  color: #6F6A62;
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 18px;
}

.lc-account-card span:last-child {
  color: #A88945;
  font-size: 14px;
  font-weight: 600;
}

.lc-account-bottom {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 28px;
  margin-bottom: 34px;
}

.lc-account-box,
.lc-account-empty,
.lc-account-native,
.lc-address-card,
.lc-order-card {
  background: #FFFFFF;
  border: 1px solid #E5DDD2;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(34, 34, 34, 0.04);
}

.lc-account-box {
  background: #F7F4EF;
}

.lc-account-box h3,
.lc-account-empty h3,
.lc-address-card h3 {
  color: #222222;
  font-size: 28px;
  line-height: 1.15;
  margin-bottom: 14px;
}

.lc-account-box p,
.lc-account-empty p,
.lc-address-card address {
  color: #6F6A62;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 14px;
}

.lc-account-phone {
  color: #A88945 !important;
  font-size: 22px !important;
  font-weight: 700;
}

.lc-account-button {
  display: inline-block;
  background: #A88945;
  border: 1px solid #A88945;
  color: #FFFFFF !important;
  border-radius: 4px;
  padding: 13px 24px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 8px;
}

.lc-account-button:hover {
  background: #8C6F34;
  border-color: #8C6F34;
  color: #FFFFFF !important;
}

.lc-account-button-small {
  padding: 10px 18px;
  font-size: 14px;
}

.lc-account-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #FFFFFF;
  border: 1px solid #E5DDD2;
  border-radius: 14px;
  padding: 26px;
  box-shadow: 0 10px 30px rgba(34, 34, 34, 0.04);
}

.lc-account-trust div {
  text-align: center;
  border-right: 1px solid #E5DDD2;
}

.lc-account-trust div:last-child {
  border-right: none;
}

.lc-account-trust strong {
  display: block;
  color: #222222;
  font-size: 15px;
  margin-bottom: 5px;
}

.lc-account-trust span {
  color: #6F6A62;
  font-size: 13px;
}


/* Orders */
.lc-orders-list {
  display: grid;
  gap: 16px;
}

.lc-order-card {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr auto;
  gap: 18px;
  align-items: center;
}

.lc-order-card h3 {
  color: #222222;
  font-size: 22px;
  margin: 0;
}

.lc-order-card p {
  color: #5F5A52;
  margin: 0;
}

.lc-order-label {
  display: block;
  color: #A88945;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}


/* Addresses */
.lc-address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.lc-address-card {
  background: #F7F4EF;
  box-shadow: none;
}

.lc-address-card-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.lc-address-card-head h3 {
  margin: 0;
}

.lc-address-card-head a {
  color: #A88945;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
}

.lc-address-card address {
  font-style: normal;
  margin: 0;
}


/* Native WooCommerce forms inside custom layout */
.lc-account-native form {
  margin: 0;
}

.lc-account-native input.input-text,
.lc-account-native textarea,
.lc-account-native select,
.lc-account-login input.input-text {
  background: #F7F4EF !important;
  border: 1px solid #E5DDD2 !important;
  border-radius: 4px !important;
  color: #222222 !important;
  min-height: 52px;
  padding: 13px 16px;
  font-size: 15px;
}

.lc-account-native label,
.lc-account-login label {
  color: #5F5A52;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 7px;
}

.lc-account-native .required {
  color: #A88945;
}

.lc-account-native .button,
.lc-account-login .button,
.lc-account-native button.button,
.lc-account-login button.button {
  background: #A88945 !important;
  border: 1px solid #A88945 !important;
  color: #FFFFFF !important;
  border-radius: 4px;
  padding: 13px 26px;
  font-size: 15px;
  font-weight: 600;
}

.lc-account-native .button:hover,
.lc-account-login .button:hover,
.lc-account-native button.button:hover,
.lc-account-login button.button:hover {
  background: #8C6F34 !important;
  border-color: #8C6F34 !important;
  color: #FFFFFF !important;
  border-radius: 4px;
  padding: 13px 26px;
  font-size: 15px;
  font-weight: 600;
}


/* Woo messages */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  background: #A88945;
  color: #FFFFFF;
  border: none;
  padding: 18px 24px;
  border-radius: 0;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
  color: #FFFFFF;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: underline;
}


/* Responsive */
@media (max-width: 1100px) {
  .lc-account-shell {
    grid-template-columns: 1fr;
    max-width: 92%;
  }

  .lc-account-nav ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .lc-account-nav li {
    border-bottom: none;
  }

  .lc-account-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lc-account-bottom,
  .lc-address-grid {
    grid-template-columns: 1fr;
  }

  .lc-order-card {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .lc-account-welcome h2,
  .lc-account-page-head h2 {
    font-size: 34px;
  }

  .lc-account-nav ul,
  .lc-account-cards,
  .lc-account-trust,
  .lc-order-card {
    grid-template-columns: 1fr;
  }

  .lc-account-card,
  .lc-account-box,
  .lc-account-empty,
  .lc-account-native,
  .lc-address-card,
  .lc-order-card,
  .lc-account-trust {
    padding: 22px;
  }

  .lc-account-trust div {
    border-right: none;
    border-bottom: 1px solid #E5DDD2;
    padding: 14px 0;
  }

  .lc-account-trust div:last-child {
    border-bottom: none;
  }

  .lc-address-card-head {
    display: block;
  }

  .lc-address-card-head h3 {
    margin-bottom: 10px;
  }
}

/* =========================================
   Living Collections – Account Formular Actions
   Für Adresse + Kontodaten
   ========================================= */

/* Action-Bereich vor Speichern-Buttons */
.lc-account-native .woocommerce-address-fields > p:last-child,
.lc-account-native form.edit-address > p:last-child,
.lc-account-native form.woocommerce-EditAccountForm > p:last-child,
.lc-account-native form.edit-account > p:last-child {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid #E5DDD2;
}

/* Speichern-Buttons */
.lc-account-native button[name="save_address"],
.lc-account-native button[name="save_account_details"],
.lc-account-native .woocommerce-address-fields .button {
  background: #A88945 !important;
  border: 1px solid #A88945 !important;
  color: #FFFFFF !important;
  border-radius: 4px;
  min-height: 48px;
  padding: 13px 26px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: none;
}

/* Hover */
.lc-account-native button[name="save_address"]:hover,
.lc-account-native button[name="save_account_details"]:hover,
.lc-account-native .woocommerce-address-fields .button:hover {
  background: #8C6F34 !important;
  border-color: #8C6F34 !important;
  color: #FFFFFF !important;
}

/* =========================================
   Living Collections – Bestellung Details
   ========================================= */

.lc-account-preview-note {
  background: #A88945;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 14px 18px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 600;
}

.lc-order-detail-card {
  background: #FFFFFF;
  border: 1px solid #E5DDD2;
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(34, 34, 34, 0.04);
  margin-bottom: 28px;
}

.lc-order-detail-head {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  background: #F7F4EF;
  border: 1px solid #E5DDD2;
  border-radius: 12px;
  padding: 22px;
  margin-bottom: 32px;
}

.lc-order-detail-head strong {
  display: block;
  color: #222222;
  font-size: 16px;
  margin-top: 4px;
}

.lc-order-detail-card h3 {
  color: #222222;
  font-size: 30px;
  line-height: 1.15;
  margin-bottom: 22px;
}

.lc-order-items {
  border: 1px solid #E5DDD2;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
}

.lc-order-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid #E5DDD2;
}

.lc-order-item:last-child {
  border-bottom: none;
}

.lc-order-item strong {
  display: block;
  color: #222222;
  font-size: 16px;
  margin-bottom: 4px;
}

.lc-order-item strong a {
  color: #222222;
  text-decoration: none;
}

.lc-order-item strong a:hover {
  color: #A88945;
}

.lc-order-item span {
  color: #6F6A62;
  font-size: 14px;
}

.lc-order-totals {
  max-width: 420px;
  margin-left: auto;
  border: 1px solid #E5DDD2;
  border-radius: 12px;
  overflow: hidden;
}

.lc-order-total-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  border-bottom: 1px solid #E5DDD2;
  color: #5F5A52;
}

.lc-order-total-row:last-child {
  border-bottom: none;
}

.lc-order-total-row.order-total {
  background: #F7F4EF;
  color: #222222;
}

.lc-order-actions {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #E5DDD2;
}

.lc-order-address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

@media (max-width: 980px) {
  .lc-order-detail-head {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lc-order-address-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .lc-order-detail-card {
    padding: 22px;
  }

  .lc-order-detail-head,
  .lc-order-item {
    grid-template-columns: 1fr;
  }

  .lc-order-totals {
    max-width: none;
  }
}

/* =========================================================
   Living Collections – AJAX Shop
   ========================================================= */

.lc-ajax-shop {
  max-width: 1240px;
  margin: 0 auto 90px;
}

.lc-shop-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 34px;
  padding-bottom: 28px;
  border-bottom: 1px solid #E5DDD2;
}

.lc-shop-filter {
  background: #FFFFFF;
  border: 1px solid #E5DDD2;
  color: #5F5A52;
  border-radius: 4px;
  padding: 11px 18px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.lc-shop-filter:hover,
.lc-shop-filter.is-active {
  background: #A88945;
  border-color: #A88945;
  color: #FFFFFF;
}

.lc-shop-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-bottom: 28px;
}

.lc-shop-result-count {
  color: #6F6A62;
  font-size: 15px;
  margin: 0;
}

.lc-shop-sort {
  background: #F7F4EF;
  border: 1px solid #E5DDD2;
  border-radius: 4px;
  color: #5F5A52;
  min-height: 44px;
  padding: 8px 14px;
  font-size: 14px;
  min-width: 240px;
}

.lc-shop-loading {
  background: #F7F4EF;
  border: 1px solid #E5DDD2;
  color: #6F6A62;
  border-radius: 8px;
  padding: 14px 18px;
  margin-bottom: 24px;
}

.lc-shop-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  transition: opacity 0.2s ease;
}

.lc-shop-products.is-loading {
  opacity: 0.45;
}

.lc-product-card {
  background: #FFFFFF;
  border: 1px solid #E5DDD2;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(34, 34, 34, 0.04);
  transition: all 0.25s ease;
}

.lc-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(34, 34, 34, 0.08);
  border-color: #D8CEC0;
}

.lc-product-image {
  position: relative;
  display: block;
  background: #F7F4EF;
  overflow: hidden;
}

.lc-product-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.lc-product-card:hover .lc-product-image img {
  transform: scale(1.03);
}

.lc-product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #A88945;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  z-index: 2;
}

.lc-product-body {
  padding: 18px;
}

.lc-product-body h3 {
  color: #222222;
  font-size: 19px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.lc-product-body h3 a {
  color: #222222;
  text-decoration: none;
}

.lc-product-body h3 a:hover {
  color: #A88945;
}

.lc-product-price {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.lc-product-price del {
  color: #9A938A;
  font-weight: 400;
  margin-right: 6px;
}

.lc-product-price ins {
  color: #A88945;
  text-decoration: none;
}

.lc-product-tax {
  color: #6F6A62;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 14px;
}

.lc-product-button {
  display: inline-block;
  background: #A88945 !important;
  border: 1px solid #A88945 !important;
  color: #FFFFFF !important;
  border-radius: 4px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.lc-product-button:hover {
  background: #8C6F34 !important;
  border-color: #8C6F34 !important;
  color: #FFFFFF !important;
}

.lc-shop-empty {
  grid-column: 1 / -1;
  background: #F7F4EF;
  border: 1px solid #E5DDD2;
  border-radius: 14px;
  padding: 34px;
}

.lc-shop-empty h3 {
  color: #222222;
  font-size: 28px;
  margin-bottom: 10px;
}

.lc-shop-empty p {
  color: #6F6A62;
  font-size: 15px;
}

/* Responsive */
@media (max-width: 1100px) {
  .lc-shop-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .lc-shop-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lc-shop-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .lc-shop-products {
    grid-template-columns: 1fr;
  }

  .lc-shop-filter {
    width: 100%;
  }

  .lc-shop-sort {
    width: 100%;
  }
}

/* =========================================================
   Living Collections – Divi Life Side Cart
   ========================================================= */

/* Container */
.divilife-wsc-container {
  background: #FFFFFF !important;
  color: #222222;
  box-shadow: 0 20px 60px rgba(34, 34, 34, 0.16);
  font-family: inherit;
}

/* Header */
.divilife-wsc-header {
  background: #FFFFFF !important;
  border-bottom: 1px solid #E5DDD2 !important;
  padding: 24px 28px !important;
  min-height: auto !important;
}

.divilife-wsc-ctxt {
  color: #222222 !important;
  font-family: inherit;
  font-size: 24px !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;
}

/* Close Icon */
.divilife-wsc-close,
.divilife-wsc-icon-cross {
  color: #6F6A62 !important;
  font-size: 22px !important;
  transition: color 0.2s ease;
}

.divilife-wsc-close:hover,
.divilife-wsc-icon-cross:hover {
  color: #A88945 !important;
}

/* Body */
.divilife-wsc-body {
  background: #FFFFFF !important;
  padding: 24px 28px !important;
}

/* Content */
.divilife-wsc-content {
  position: relative;
}

/* Product Row */
.divilife-wsc-product {
  display: grid !important;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 0 0 24px !important;
  margin: 0 0 24px !important;
  border-bottom: 1px solid #E5DDD2 !important;
}

/* Product Image Column */
.divilife-wsc-img-col {
  width: auto !important;
  text-align: left !important;
}

/* Product Image */
.divilife-wsc-img-col img {
  display: block;
  width: 96px !important;
  height: 96px !important;
  object-fit: cover !important;
  background: #F7F4EF !important;
  border-radius: 8px !important;
}

/* Remove Link */
.divilife-wsc-remove {
  display: inline-block !important;
  margin-top: 12px !important;
  color: #8C7A65 !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.divilife-wsc-remove:hover {
  color: #A88945 !important;
  text-decoration: none !important;
}

/* Product Summary Column */
.divilife-wsc-sum-col {
  min-width: 0;
  padding: 0 !important;
}

/* Product Name */
.divilife-wsc-sum-col > a {
  display: block;
  color: #222222 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  margin-bottom: 8px;
}

.divilife-wsc-sum-col > a:hover {
  color: #A88945 !important;
}

/* Variation / Attributes */
.divilife-wsc-meta-attributes,
.divilife-wsc-meta-variations {
  color: #6F6A62 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

/* Price */
.divilife-wsc-price {
  color: #6F6A62 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.divilife-wsc-price .woocommerce-Price-amount {
  color: #222222 !important;
  font-weight: 600;
}

/* Updating Overlay */
.divilife-wsc-updating {
  background: rgba(255, 255, 255, 0.78) !important;
}

.divilife-wsc-icon-spinner2 {
  color: #A88945 !important;
}

/* Footer */
.divilife-wsc-footer {
  background: #FFFFFF !important;
  border-top: 1px solid #E5DDD2 !important;
  padding: 24px 28px 28px !important;
}

/* Footer A */
.divilife-wsc-footer-a {
  text-align: center;
  margin-bottom: 20px !important;
}

/* Subtotal */
.divilife-wsc-subtotal {
  color: #222222 !important;
  font-size: 18px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  margin-bottom: 8px !important;
}

.divilife-wsc-subtotal .woocommerce-Price-amount {
  color: #222222 !important;
  font-weight: 700 !important;
}

/* Shipping Text */
.divilife-wsc-shiptxt {
  display: block;
  color: #6F6A62 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  max-width: 280px;
  margin: 0 auto;
}

/* Footer Buttons */
.divilife-wsc-footer-b {
  display: grid !important;
  gap: 10px !important;
}

/* Generic Button */
.divilife-wsc-footer-b .button,
.divilife-wsc-footer-b .btn,
.divilife-wsc-cart,
.divilife-wsc-chkt,
.divilife-wsc-cont {
  display: block !important;
  width: 100% !important;
  border-radius: 4px !important;
  padding: 14px 20px !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: all 0.2s ease !important;
}

/* View Cart */
.divilife-wsc-cart {
  background: #F7F4EF !important;
  border: 1px solid #E5DDD2 !important;
  color: #A88945 !important;
}

.divilife-wsc-cart:hover {
  background: #EFE8DC !important;
  border-color: #D8CEC0 !important;
  color: #8C6F34 !important;
}

/* Checkout Primary */
.divilife-wsc-chkt {
  background: #A88945 !important;
  border: 1px solid #A88945 !important;
  color: #FFFFFF !important;
}

.divilife-wsc-chkt:hover {
  background: #8C6F34 !important;
  border-color: #8C6F34 !important;
  color: #FFFFFF !important;
}

/* Continue Shopping */
.divilife-wsc-cont {
  background: transparent !important;
  border: 1px solid #A88945 !important;
  color: #A88945 !important;
}

.divilife-wsc-cont:hover {
  background: #A88945 !important;
  border-color: #A88945 !important;
  color: #FFFFFF !important;
}

/* Empty / General Links */
.divilife-wsc-container a {
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

/* Mobile */
@media (max-width: 480px) {
  .divilife-wsc-header,
  .divilife-wsc-body,
  .divilife-wsc-footer {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .divilife-wsc-product {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 14px;
  }

  .divilife-wsc-img-col img {
    width: 84px !important;
    height: 84px !important;
  }

  .divilife-wsc-ctxt {
    font-size: 22px !important;
  }
}