/* Varol global storefront, header, search, and product-card polish. */
:root {
    --vc-site-font: "Jost", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  }

  body,
  body input,
  body textarea,
  body select,
  body button,
  body .btn,
  body .form-control,
  body .dropdown-menu,
  body .module-title,
  body .title,
  body .page-title,
  body .product-title,
  body .product-name,
  body .links-text,
  body .breadcrumb,
  body .table,
  body .price,
  body .vc-cart-shell {
    font-family: var(--vc-site-font) !important;
    letter-spacing: 0;
  }

  .global-wrapper > header {
    border-bottom: 1px solid #e6e6e6 !important;
    box-shadow: none;
  }

  .header-classic .mid-bar {
    position: relative !important;
    min-height: 66px !important;
    gap: 22px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .header-classic .desktop-logo-wrapper {
    flex: 0 0 170px !important;
  }

  .header-classic #logo img {
    width: min(150px, 100%) !important;
    height: auto !important;
  }

  .header-classic .desktop-search-wrapper {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    z-index: 30;
    flex: 0 1 auto !important;
    width: min(820px, calc(100% - 780px)) !important;
    max-width: 820px !important;
    margin: 0 !important;
    transform: translate(-50%, -50%);
  }

  .header-classic .desktop-search-wrapper #search,
  .header-classic .desktop-search-wrapper .dropdown-menu,
  .header-classic .desktop-search-wrapper .header-search {
    width: 100% !important;
  }

  .header-classic .desktop-search-wrapper .header-search {
    position: relative;
    min-height: 44px !important;
    height: 44px !important;
    border: 1px solid #ececec !important;
    border-radius: 8px !important;
    background: #f5f5f5 !important;
    box-shadow: none !important;
    transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease;
    overflow: visible !important;
  }

  .header-classic .desktop-search-wrapper #search {
    position: relative;
  }

  .header-classic .desktop-search-wrapper #search > .dropdown-menu {
    position: relative !important;
    overflow: visible !important;
  }

  .header-classic .desktop-search-wrapper #search.vc-search-panel-open .header-search {
    border-color: #b07c49 !important;
    background: #fff !important;
    box-shadow: 0 0 0 1px rgba(176, 124, 73, .14) !important;
  }

  .header-classic .desktop-search-wrapper .search-categories {
    display: none !important;
  }

  .header-classic .desktop-search-wrapper .search-input {
    height: 44px !important;
    padding: 0 16px 0 50px !important;
    border: 0 !important;
    background: transparent !important;
    color: #2b2b2b !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 44px !important;
  }

  .header-classic .desktop-search-wrapper .search-input::placeholder {
    color: #777 !important;
    opacity: 1;
  }

  .header-classic .desktop-search-wrapper .search-button {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 2;
    width: 48px !important;
    height: 44px !important;
    border: 0 !important;
    background: transparent !important;
    color: #b07c49 !important;
    box-shadow: none !important;
  }

  .header-classic .desktop-search-wrapper .search-button:before {
    color: #b07c49 !important;
    font-size: 21px !important;
  }

  .header-classic .desktop-search-wrapper .vc-search-discovery {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 28;
    display: none;
    padding: 18px;
    border: 1px solid #ece4dc;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(24, 24, 24, .16);
  }

  .header-classic .desktop-search-wrapper #search.vc-search-panel-open .vc-search-discovery {
    display: grid;
    gap: 18px;
  }

  .header-classic .desktop-search-wrapper .vc-search-live {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 29;
    display: none;
    padding: 16px;
    border: 1px solid #ece4dc;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(24, 24, 24, .16);
  }

  .header-classic .desktop-search-wrapper #search.vc-search-live-open .vc-search-live {
    display: grid;
    gap: 12px;
  }

  .header-classic .desktop-search-wrapper .vc-search-live[hidden] {
    display: none !important;
  }

  .header-classic .desktop-search-wrapper .vc-search-live__status {
    color: #6f7785;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
  }

  .header-classic .desktop-search-wrapper .vc-search-live__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .header-classic .desktop-search-wrapper .vc-search-live__more {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border: 1px solid #e4d6c4;
    border-radius: 7px;
    background: #fbf7f1;
    color: #765838;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
  }

  .header-classic .desktop-search-wrapper .vc-search-discovery__section {
    display: grid;
    gap: 12px;
  }

  .header-classic .desktop-search-wrapper .vc-search-discovery__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #252525;
  }

  .header-classic .desktop-search-wrapper .vc-search-discovery__head strong {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
  }

  .header-classic .desktop-search-wrapper .vc-search-discovery__head a {
    color: #8a6a43;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
  }

  .header-classic .desktop-search-wrapper .vc-search-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
  }

  .header-classic .desktop-search-wrapper .vc-search-chip {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid #ececec;
    border-radius: 999px;
    background: #fff;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
  }

  .header-classic .desktop-search-wrapper .vc-search-chip:hover {
    border-color: #d8c5ae;
    background: #f8f3ed;
    color: #765838;
  }

  .header-classic .desktop-search-wrapper .vc-search-product-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .header-classic .desktop-search-wrapper .vc-search-product {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
    min-height: 84px;
    padding: 10px;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    background: #fff;
    color: #242424;
    text-decoration: none;
  }

  .header-classic .desktop-search-wrapper .vc-search-product:hover {
    border-color: #d8c5ae;
    box-shadow: 0 10px 24px rgba(176, 124, 73, .1);
  }

  .header-classic .desktop-search-wrapper .vc-search-product__image {
    display: block;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 6px;
    background: #f6f6f6;
  }

  .header-classic .desktop-search-wrapper .vc-search-product__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .header-classic .desktop-search-wrapper .vc-search-product__body {
    display: grid;
    align-content: start;
    gap: 4px;
    min-width: 0;
  }

  .header-classic .desktop-search-wrapper .vc-search-product__body strong {
    display: -webkit-box;
    overflow: hidden;
    color: #242424;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .header-classic .desktop-search-wrapper .vc-search-product__body small {
    width: fit-content;
    max-width: 100%;
    padding: 3px 7px;
    border-radius: 5px;
    background: #f4efe8;
    color: #8a5f2d;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.1;
  }

  .header-classic .desktop-search-wrapper .vc-search-product__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
    color: #b07c49;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
  }

  .header-classic .desktop-search-wrapper .vc-search-product__price del {
    color: #9a9a9a;
    font-size: 12px;
    font-weight: 600;
  }

  .header-classic .desktop-search-wrapper .vc-search-product__price em {
    color: #b07c49;
    font-style: normal;
  }

  .header-classic .vc-header-actions {
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 18px !important;
    margin-left: auto !important;
    margin-right: 12px !important;
    z-index: 35;
  }

  .header-classic .vc-header-actions .secondary-menu,
  .header-classic .vc-header-actions .secondary-menu > .top-menu,
  .header-classic .vc-header-actions .secondary-menu .j-menu {
    display: flex !important;
    align-items: center !important;
  }

  .header-classic .vc-header-actions .secondary-menu .j-menu > li > a,
  .header-classic .vc-header-action,
  .header-classic .vc-header-actions #cart > .cart-heading {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    min-width: max-content;
    min-height: 38px !important;
    padding: 0 3px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #252525 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap;
  }

  .header-classic .vc-header-actions .secondary-menu .j-menu > li > a:before,
  .header-classic .vc-header-action i,
  .header-classic .vc-header-actions #cart > .cart-heading em {
    width: 24px !important;
    min-width: 24px !important;
    margin: 0 !important;
    color: #252525 !important;
    font-size: 24px !important;
    line-height: 1 !important;
    text-align: center;
  }

  .header-classic .vc-header-actions .secondary-menu .j-menu > li > a:hover,
  .header-classic .vc-header-action:hover,
  .header-classic .vc-header-actions #cart > .cart-heading:hover {
    color: #8a6a47 !important;
  }

  .header-classic .vc-header-actions #cart > .cart-heading #cart-total {
    display: none !important;
  }

  .header-classic .vc-header-actions .desktop-cart-wrapper,
  .header-classic .vc-header-actions #cart {
    display: flex !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .header-classic .vc-header-actions #cart > .cart-heading {
    width: auto !important;
    overflow: visible !important;
  }

  .header-classic .vc-header-actions #cart > .cart-heading em {
    height: auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  .header-classic .vc-header-actions #cart > .cart-heading em:before {
    color: #252525 !important;
  }

  .header-classic .vc-header-actions #cart > .cart-heading:after {
    position: static !important;
    display: inline-flex !important;
    align-items: center;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    border: 0 !important;
    transform: none !important;
    content: "Sepetim";
  }

  .header-classic .vc-header-actions #cart > .cart-heading .count-badge {
    top: -7px !important;
    right: -8px !important;
  }

  .header-classic .desktop-main-menu-wrapper.menu-bar {
    min-height: 44px !important;
    border-top: 1px solid #f0f0f0 !important;
    border-bottom: 1px solid #eeeeee !important;
  }

  .header-classic .desktop-main-menu-wrapper.menu-bar .j-menu > li > a {
    min-height: 44px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
  }

  @media (max-width: 1280px) {
    .header-classic .desktop-search-wrapper {
      width: min(620px, calc(100% - 780px)) !important;
    }

    .header-classic .desktop-search-wrapper .vc-search-product-list {
      grid-template-columns: 1fr;
    }

    .header-classic .desktop-search-wrapper .vc-search-live__list {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 1180px) {
    .header-classic .desktop-search-wrapper {
      position: static !important;
      flex: 1 1 520px !important;
      width: auto !important;
      max-width: 620px !important;
      margin-inline: auto !important;
      transform: none;
    }

    .header-classic .desktop-search-wrapper .vc-search-product-list {
      grid-template-columns: 1fr;
    }

    .header-classic .desktop-search-wrapper .vc-search-live__list {
      grid-template-columns: 1fr;
    }
  }

  .product-thumb .vc-card-commerce {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
  }

  .product-thumb .vc-card-price {
    min-width: 0;
    flex: 1 1 auto;
  }

  .product-thumb .vc-card-rating-row {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 5px;
    margin-bottom: 4px;
    color: #6f675d;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
  }

  .product-thumb .vc-card-rating-score {
    color: #333;
  }

  .product-thumb .vc-card-rating-meter {
    position: relative;
    display: inline-block;
    color: #d9d9d9;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
  }

  .product-thumb .vc-card-rating-meter-base,
  .product-thumb .vc-card-rating-meter-fill {
    display: block;
  }

  .product-thumb .vc-card-rating-meter-fill {
    position: absolute;
    inset: 0 auto 0 0;
    overflow: hidden;
    color: #f5a400;
    white-space: nowrap;
  }

  .product-thumb .vc-card-rating {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 3px;
    margin-inline-start: auto;
    color: #6f675d;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }

  .product-thumb .vc-card-rating-empty {
    color: #9a9288;
    font-weight: 600;
  }

  .product-thumb .vc-card-rating-star {
    color: #f5a400;
    font-size: 13px;
  }

  .product-thumb .vc-card-rating-count {
    color: #9a9288;
    font-weight: 600;
  }

  .product-thumb .vc-card-campaign-discount,
  .side-product .vc-card-campaign-discount {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: max-content;
    max-width: 100%;
    min-height: 28px;
    margin-top: 8px;
    padding: 5px 9px;
    border: 1px solid rgba(197, 34, 47, .2);
    border-radius: 7px;
    background: linear-gradient(180deg, #fff 0%, #fff7f4 100%);
    box-shadow: 0 8px 20px rgba(197, 34, 47, .08);
    color: #541016;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
  }

  .product-thumb .vc-card-campaign-discount i,
  .side-product .vc-card-campaign-discount i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff0f2;
    color: #c5222f;
    font-size: 9px;
  }

  .product-thumb .vc-card-campaign-discount span,
  .side-product .vc-card-campaign-discount span {
    display: inline-block;
    min-width: 1px;
    overflow: hidden;
    color: #9f1723;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .product-thumb .vc-card-campaign-discount--cart,
  .side-product .vc-card-campaign-discount--cart {
    border-color: #cbdcff;
    background: #edf4ff;
  }

  .product-thumb .vc-card-campaign-discount--cart i,
  .side-product .vc-card-campaign-discount--cart i {
    background: #2563eb;
    color: #fff;
  }

  .product-thumb .vc-card-campaign-discount--cart span,
  .side-product .vc-card-campaign-discount--cart span {
    color: #123a8c;
  }

  .product-thumb .vc-card-cart-pricing,
  .side-product .vc-card-cart-pricing {
    display: grid;
    gap: 3px;
    width: max-content;
    max-width: 100%;
    margin-top: 7px;
  }

  .product-thumb .vc-card-cart-saving,
  .side-product .vc-card-cart-saving {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-width: 0;
    color: #207a3c;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.15;
  }

  .product-thumb .vc-card-cart-saving i,
  .side-product .vc-card-cart-saving i {
    color: #15803d;
    font-size: 13px;
  }

  .product-thumb .vc-card-cart-saving span,
  .side-product .vc-card-cart-saving span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .product-thumb .vc-card-cart-final,
  .side-product .vc-card-cart-final {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    min-height: 25px;
    padding: 3px 7px;
    border-radius: 5px;
    background: #eaf8ef;
    color: #1f7a3a;
    font-size: 15px;
    font-weight: 950;
    line-height: 1.15;
  }

  .product-thumb .vc-card-trust-strip,
  .side-product .vc-card-trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    max-width: 100%;
    margin-top: 8px;
  }

  .product-thumb .vc-card-trust-chip,
  .side-product .vc-card-trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    max-width: 100%;
    min-height: 23px;
    padding: 3px 7px;
    border: 1px solid #e7dfd5;
    border-radius: 6px;
    background: #fffdf9;
    color: #1d2838;
    font-size: 11px;
    font-weight: 850;
    line-height: 1.15;
  }

  .product-thumb .vc-card-trust-chip i,
  .side-product .vc-card-trust-chip i {
    flex: 0 0 auto;
    color: #9a7d55;
    font-size: 10px;
  }

  .product-thumb .vc-card-trust-chip span,
  .side-product .vc-card-trust-chip span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .product-thumb .vc-card-trust-chip--campaign,
  .side-product .vc-card-trust-chip--campaign {
    border-color: #e5d3ba;
    background: #fff9f0;
    color: #6c4a1f;
  }

  .product-thumb .vc-card-trust-chip--cart,
  .side-product .vc-card-trust-chip--cart {
    border-color: #d4ead9;
    background: #f1fbf4;
    color: #176236;
  }

  .product-thumb .vc-card-trust-chip--shipping,
  .side-product .vc-card-trust-chip--shipping {
    border-color: #d5e7df;
    background: #f2faf6;
    color: #126047;
  }

  .product-thumb .vc-card-trust-chip--reward,
  .side-product .vc-card-trust-chip--reward {
    border-color: #e5d8c6;
    background: #fffbf5;
    color: #76572d;
  }

  .side-product .vc-card-cart-pricing {
    gap: 2px;
  }

  .side-product .vc-card-cart-saving {
    font-size: 11px;
  }

  .side-product .vc-card-cart-final {
    min-height: 22px;
    padding: 2px 6px;
    font-size: 12px;
  }

  .product-layout.has-campaign-discount .product-thumb,
  .product-layout.has-campaign-discount .side-product {
    position: relative;
    isolation: isolate;
    border-radius: 12px;
    background:
      radial-gradient(circle at 14% 8%, rgba(197, 34, 47, .14), rgba(197, 34, 47, 0) 36%),
      linear-gradient(180deg, rgba(255, 250, 250, .92) 0%, rgba(255, 255, 255, .98) 46%, rgba(255, 247, 247, .9) 100%);
    box-shadow:
      0 0 0 1px rgba(197, 34, 47, .1),
      0 18px 42px rgba(197, 34, 47, .16),
      0 0 34px rgba(197, 34, 47, .18);
  }

  .product-layout.has-campaign-discount .product-thumb:before,
  .product-layout.has-campaign-discount .side-product:before {
    content: "";
    position: absolute;
    inset: -16px;
    z-index: -1;
    border-radius: 18px;
    background:
      radial-gradient(circle at 18% 8%, rgba(197, 34, 47, .38), rgba(197, 34, 47, 0) 42%),
      radial-gradient(circle at 88% 18%, rgba(255, 105, 80, .24), rgba(255, 105, 80, 0) 44%),
      linear-gradient(135deg, rgba(197, 34, 47, .22), rgba(197, 34, 47, 0) 64%);
    filter: blur(18px);
    opacity: .95;
    pointer-events: none;
  }

  .product-label.vc-stacked-discount-label {
    overflow: visible !important;
  }

  .product-label.vc-stacked-discount-label strong {
    display: inline-flex !important;
    align-items: center;
    min-height: 30px;
    padding: 5px 9px !important;
    border: 1px solid rgba(255, 255, 255, .52) !important;
    border-radius: 7px !important;
    background: linear-gradient(135deg, #a90f1f 0%, #d7192f 52%, #f04438 100%) !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    white-space: nowrap;
  }

  .product-label.vc-stacked-discount-label strong a {
    color: inherit !important;
  }

  .product-thumb .caption .stats.vc-card-brand-row,
  .side-product .stats.vc-card-brand-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    width: 100%;
    min-width: 0;
  }

  .product-thumb .caption .stats.vc-card-brand-row .stats-group,
  .side-product .stats.vc-card-brand-row .stats-group {
    display: flex !important;
    flex: 1 1 auto;
    align-items: center;
    gap: 6px;
    min-width: 0;
  }

  .product-thumb .caption .stats.vc-card-brand-row .stats-group > span,
  .side-product .stats.vc-card-brand-row .stats-group > span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .product-thumb .caption .vc-card-brand-name,
  .side-product .vc-card-brand-name {
    display: inline-flex !important;
    flex: 0 1 auto !important;
    flex-basis: auto !important;
    width: auto !important;
    min-width: max-content !important;
    max-width: 100% !important;
    overflow: visible;
    text-overflow: clip;
    color: #2d2d2d;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.2;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 3px;
    text-transform: uppercase;
  }

  .product-thumb .caption .vc-card-reward-inline,
  .side-product .vc-card-reward-inline {
    display: inline-flex !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 23px;
    margin-inline-start: auto;
    padding: 3px 8px !important;
    border: 1px solid #eadcc8 !important;
    border-radius: 7px !important;
    background: #fff8ed !important;
    color: #76572d !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    line-height: 1.1 !important;
    white-space: nowrap;
  }

  .product-list .product-thumb .cart-group .stepper,
  .product-list .product-thumb .cart-group .quantity,
  .product-list .product-thumb .cart-group .quantity-group,
  .product-list .product-thumb .cart-group .stepper-group,
  .product-list .product-thumb .cart-group input[name="quantity"]:not([type="hidden"]),
  .product-list .product-thumb .cart-group button,
  .product-list .product-thumb .image-group .countdown {
    display: none !important;
  }

  .product-list .product-thumb .cart-group {
    display: inline-flex !important;
    align-items: center;
    gap: 0;
  }

  .notification .notification-text a,
  .post-thumb .button-group .btn-read-more .btn-text {
    color: #5f4630 !important;
  }

  .notification .notification-close,
  .newsletter-form .btn.btn-primary {
    border-color: #5f4630 !important;
    background-color: #5f4630 !important;
    color: #fff !important;
  }

  .info-block .info-block-title,
  .info-block .info-block-text {
    color: #34291e !important;
  }

  .p-date.p-date-image {
    background-color: #5f4630 !important;
    color: #fff !important;
  }

  .p-date.p-date-image em {
    color: #fff !important;
  }

  @media (max-width: 767px) {
    .product-thumb .vc-card-rating-count {
      display: none;
    }

    .product-thumb .vc-card-rating-empty {
      font-size: 11px;
    }
  }
