.mwdfcs-root {
  display: none;
  margin: 16px 0 24px;
}

.mwdfcs-root.mwdfcs-ready {
  display: block;
}

.mwdfcs-box {
  width: 100%;
  padding: 0;
}

.mwdfcs-label {
  display: none;
}

.mwdfcs-form {
  margin: 0;
}

.mwdfcs-input-wrap {
  position: relative;
}

.mwdfcs-input {
  display: block;
  width: 100%;
  min-height: 50px;
  border: 1px solid #d9e2ea;
  border-radius: 10px;
  background: #ffffff;
  padding: 12px 52px 12px 16px;
  font-size: 16px;
  line-height: 1.4;
  box-shadow: 0 2px 10px rgba(17, 24, 39, 0.05);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.mwdfcs-input:focus {
  outline: none;
  border-color: #67bed9;
  box-shadow: 0 0 0 3px rgba(103, 190, 217, 0.15);
}

.mwdfcs-submit {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 8px;
  background: #67bed9;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: filter .2s ease, transform .2s ease;
}

.mwdfcs-submit:hover,
.mwdfcs-submit:focus {
  filter: brightness(0.95);
}

.mwdfcs-submit:focus {
  outline: none;
}

.mwdfcs-submit-icon {
  font-size: 18px;
  line-height: 1;
}

.mwdfcs-results {
  margin-top: 12px;
  min-height: 1px;
}

.mwdfcs-results:empty {
  margin-top: 0;
}

.mwdfcs-results.mwdfcs-results-active {
  margin-top: 20px;
}

.mwdfcs-root .df-embedded,
.mwdfcs-root .df-classic,
.mwdfcs-root .df-facets,
.mwdfcs-root .df-panel,
.mwdfcs-root .dfd-embedded,
.mwdfcs-root .dfd-classic,
.mwdfcs-root .dfd-facets,
.mwdfcs-root .dfd-panel,
#search-embedded-home .df-embedded,
#search-embedded-home .df-classic,
#search-embedded-home .df-facets,
#search-embedded-home .df-panel,
#search-embedded-home .dfd-embedded,
#search-embedded-home .dfd-classic,
#search-embedded-home .dfd-facets,
#search-embedded-home .dfd-panel {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

#search-embedded-home .mwdfcs-df-layout,
#search-embedded-home .dfd-content,
#search-embedded-home .df-content,
#search-embedded-home [class*="dfd-content"],
#search-embedded-home [class*="df-content"] {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 20px !important;
  width: 100% !important;
  max-width: 100% !important;
}

#search-embedded-home .mwdfcs-df-toolbar,
#search-embedded-home .dfd-header,
#search-embedded-home .df-header,
#search-embedded-home [class*="results-header"],
#search-embedded-home [class*="result-header"] {
  order: 1;
  width: 100% !important;
  margin: 0 !important;
}

#search-embedded-home .mwdfcs-df-toolbar,
#search-embedded-home [class*="sort"],
#search-embedded-home [class*="toolbar"] {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

#search-embedded-home .mwdfcs-df-facets,
#search-embedded-home .dfd-facets,
#search-embedded-home .df-facets,
#search-embedded-home [class*="dfd-facets"],
#search-embedded-home [class*="df-facets"] {
  order: 2 !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

#search-embedded-home .mwdfcs-df-facets > *,
#search-embedded-home .dfd-facets > *,
#search-embedded-home .df-facets > *,
#search-embedded-home [class*="dfd-facets"] > *,
#search-embedded-home [class*="df-facets"] > * {
  min-width: 0;
  background: #ffffff;
  border: 1px solid #e4edf3;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 10px rgba(17, 24, 39, 0.04);
}

#search-embedded-home .mwdfcs-df-facets input,
#search-embedded-home .mwdfcs-df-facets select,
#search-embedded-home .mwdfcs-df-facets button,
#search-embedded-home .dfd-facets input,
#search-embedded-home .dfd-facets select,
#search-embedded-home .dfd-facets button,
#search-embedded-home .df-facets input,
#search-embedded-home .df-facets select,
#search-embedded-home .df-facets button {
  max-width: 100%;
}

#search-embedded-home .mwdfcs-df-results,
#search-embedded-home .dfd-results,
#search-embedded-home .df-results,
#search-embedded-home [class*="dfd-results"],
#search-embedded-home [class*="df-results"] {
  order: 3 !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  margin: 0 !important;
}

#search-embedded-home .mwdfcs-df-grid,
#search-embedded-home .mwdfcs-df-results .dfd-grid,
#search-embedded-home .mwdfcs-df-results .df-grid,
#search-embedded-home .mwdfcs-df-results [class*="products-grid"],
#search-embedded-home .mwdfcs-df-results [class*="results-grid"] {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  width: 100% !important;
}

#search-embedded-home .mwdfcs-df-results .dfd-item,
#search-embedded-home .mwdfcs-df-results .df-item,
#search-embedded-home .mwdfcs-df-results [class*="dfd-item"],
#search-embedded-home .mwdfcs-df-results [class*="df-item"],
#search-embedded-home .mwdfcs-df-results [class*="product-card"] {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  box-sizing: border-box;
}

#search-embedded-home .mwdfcs-df-results a,
#search-embedded-home .mwdfcs-df-results img {
  max-width: 100%;
}

#search-embedded-home .mwdfcs-df-results .dfd-thumbnail,
#search-embedded-home .mwdfcs-df-results .df-thumbnail,
#search-embedded-home .mwdfcs-df-results [class*="thumbnail"] {
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
}

@media (max-width: 1199px) {
  #search-embedded-home .mwdfcs-df-grid,
  #search-embedded-home .mwdfcs-df-results .dfd-grid,
  #search-embedded-home .mwdfcs-df-results .df-grid,
  #search-embedded-home .mwdfcs-df-results [class*="products-grid"],
  #search-embedded-home .mwdfcs-df-results [class*="results-grid"] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 991px) {
  #search-embedded-home .mwdfcs-df-facets,
  #search-embedded-home .dfd-facets,
  #search-embedded-home .df-facets,
  #search-embedded-home [class*="dfd-facets"],
  #search-embedded-home [class*="df-facets"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .mwdfcs-root {
    margin: 12px 0 20px;
  }

  .mwdfcs-input {
    min-height: 46px;
    font-size: 15px;
    padding: 11px 50px 11px 14px;
  }

  .mwdfcs-submit {
    width: 36px;
    height: 36px;
    right: 6px;
  }

  #search-embedded-home .mwdfcs-df-facets,
  #search-embedded-home .dfd-facets,
  #search-embedded-home .df-facets,
  #search-embedded-home [class*="dfd-facets"],
  #search-embedded-home [class*="df-facets"] {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  #search-embedded-home .mwdfcs-df-grid,
  #search-embedded-home .mwdfcs-df-results .dfd-grid,
  #search-embedded-home .mwdfcs-df-results .df-grid,
  #search-embedded-home .mwdfcs-df-results [class*="products-grid"],
  #search-embedded-home .mwdfcs-df-results [class*="results-grid"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
}

@media (max-width: 479px) {
  #search-embedded-home .mwdfcs-df-grid,
  #search-embedded-home .mwdfcs-df-results .dfd-grid,
  #search-embedded-home .mwdfcs-df-results .df-grid,
  #search-embedded-home .mwdfcs-df-results [class*="products-grid"],
  #search-embedded-home .mwdfcs-df-results [class*="results-grid"] {
    grid-template-columns: 1fr !important;
  }
}


#search-embedded-home .mwdfcs-df-results .dfd-card-pricing .dfd-card-price,
#search-embedded-home .mwdfcs-df-results .dfd-card-pricing .dfd-card-price--sale,
#search-embedded-home .dfd-card-pricing .dfd-card-price,
#search-embedded-home .dfd-card-pricing .dfd-card-price--sale,
.dfd-card-pricing .dfd-card-price,
.dfd-card-pricing .dfd-card-price--sale,
.df-card-pricing .df-card-price,
.df-card-pricing .df-card-price--sale {
  color: #2ecc71 !important;
  font-weight: 700 !important;
  transition: transform .34s cubic-bezier(.22, .61, .36, 1), text-shadow .34s ease, filter .34s ease;
  transform-origin: center bottom;
  will-change: transform, text-shadow, filter;
  backface-visibility: hidden;
}

@keyframes mwdfcs-price-blue-flash-premium {
  0% {
    text-shadow: 0 0 0 rgba(103, 190, 217, 0), 0 0 0 rgba(103, 190, 217, 0);
    filter: drop-shadow(0 0 0 rgba(103, 190, 217, 0));
  }
  18% {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.26), 0 7px 10px rgba(103, 190, 217, 0.12);
    filter: drop-shadow(0 8px 10px rgba(103, 190, 217, 0.10));
  }
  42% {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.34), 0 10px 16px rgba(103, 190, 217, 0.22), 0 0 12px rgba(103, 190, 217, 0.08);
    filter: drop-shadow(0 12px 16px rgba(103, 190, 217, 0.16));
  }
  68% {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.22), 0 6px 9px rgba(103, 190, 217, 0.14);
    filter: drop-shadow(0 7px 9px rgba(103, 190, 217, 0.10));
  }
  100% {
    text-shadow: 0 0 0 rgba(103, 190, 217, 0), 0 0 0 rgba(103, 190, 217, 0);
    filter: drop-shadow(0 0 0 rgba(103, 190, 217, 0));
  }
}

#search-embedded-home .dfd-card:hover .dfd-card-pricing .dfd-card-price,
#search-embedded-home .dfd-card:hover .dfd-card-pricing .dfd-card-price--sale,
#search-embedded-home .df-card:hover .df-card-pricing .df-card-price,
#search-embedded-home .df-card:hover .df-card-pricing .df-card-price--sale,
.dfd-card:hover .dfd-card-pricing .dfd-card-price,
.dfd-card:hover .dfd-card-pricing .dfd-card-price--sale,
.df-card:hover .df-card-pricing .df-card-price,
.df-card:hover .df-card-pricing .df-card-price--sale,
.dfd-card:focus-within .dfd-card-pricing .dfd-card-price,
.dfd-card:focus-within .dfd-card-pricing .dfd-card-price--sale,
.df-card:focus-within .df-card-pricing .df-card-price,
.df-card:focus-within .df-card-pricing .df-card-price--sale {
  transform: scale(1.16) translateZ(0);
  animation: mwdfcs-price-blue-flash-premium .95s cubic-bezier(.19, 1, .22, 1) 1;
}
