@font-face {
    font-family: "MemoryScriptNormal";
    src: url("/fonts/MemoryScript/MemoryScriptNormal-Regular.woff2") format("woff2"),
      url("/fonts/MemoryScript/MemoryScriptNormal-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "MemoryScriptNormal";
    src: url("/fonts/MemoryScript/MemoryScriptNormal-RegularItalic.woff2") format("woff2"),
      url("/fonts/MemoryScript/MemoryScriptNormal-RegularItalic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: "MemoryScriptNormal";
    src: url("/fonts/MemoryScript/MemoryScriptNormal-Bold.woff2") format("woff2"),
      url("/fonts/MemoryScript/MemoryScriptNormal-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "MemoryScriptNormal";
    src: url("/fonts/MemoryScript/MemoryScriptNormal-BoldItalic.woff2") format("woff2"),
      url("/fonts/MemoryScript/MemoryScriptNormal-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: "MemoryScriptNormal";
    src: url("/fonts/MemoryScript/MemoryScriptNormal-Light.woff2") format("woff2"),
      url("/fonts/MemoryScript/MemoryScriptNormal-Light.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "MemoryScriptNormal";
    src: url("/fonts/MemoryScript/MemoryScriptNormal-LightItalic.woff2") format("woff2"),
      url("/fonts/MemoryScript/MemoryScriptNormal-LightItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: "MemoryScriptNord";
    src: url("/fonts/MemoryScript/MemoryScriptNord-Regular.woff2") format("woff2"),
      url("/fonts/MemoryScript/MemoryScriptNord-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "MemoryScriptNord";
    src: url("/fonts/MemoryScript/MemoryScriptNord-Bold.woff2") format("woff2"),
      url("/fonts/MemoryScript/MemoryScriptNord-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

*, :after, :before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

/* Define the size and appearance of the loading spinner */
.loading-spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #4d80dd;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 1s linear infinite;
  }
  
  /* Define the spinning animation */
  @keyframes spin {
    0% { transform: rotate(0deg); } /* Start at 0 degrees */
    100% { transform: rotate(360deg); } /* End at 360 degrees (full circle) */
  }

.products-more {
    text-align: center;
    margin-top: 15px;
}

.products-more .loading-spinner {
    display: none;
    margin: 0 auto;
}

.products-more .button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #e2e8f0;
    border-radius: 7px;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.products-more .button:hover {
    border-color: #000;
}

.filters #mobile-title, .filters #mobile-filtering {
    display: none;
}

html body .content .content-wrapper .content-body {
    margin: 0 !important;
}

body {
    background-color: #fff !important;
    margin: 0;
    font-family: MemoryScriptNormal, sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal;
}

html body p {
    line-height: unset;
    margin: unset;
}

.stop-scrolling {
    height: 100%;
    overflow-y: hidden;      
}

.page_subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #020617;
    line-height: 27px;
    margin-bottom: 15px;
}

.page_subtitle i {
    margin-right: 10px;
}

.bodyOuter {
    padding: 0 15px;
}

.bodyBottom {
    margin-bottom: 30px;
}

.bodyOuterLeft {
    padding-left: 15px;
}
.bodyOuterRight {
    padding-right: 15px;
}

.bodyRow {
    flex-wrap: nowrap;
    max-width: 1280px;
    margin: 0 auto;
    column-gap: 25px;
    display: flex;
}

.homepage_banner {
  position: relative;       
  width: 100%;
  height: 250px;           
  overflow: hidden;      
  margin-bottom: 30px;
  border-radius: 7px;
}

.homepage_banner img {
  width: 100%;            
  height: 100%;            
  object-fit: cover;       
  display: block;
  border-radius: 7px;
}

.homepage_banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  display: flex;
  align-items: center;     
}

.homepage_banner .overlay h2 {
    color: white;
    font-size: 35px;
    font-weight: bold;
    margin-left: 50px;      
}

.staging-banner {
    background-color: #ffcc00;
    color: #000;
    text-align: center;
    padding: 0.5rem 1rem;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.body800 {
    max-width: 800px;
}

.bodyRow .w-full {
    width: 100%;
    position: relative;
    flex-direction: column;
}

.mb-50 {
    margin-bottom: 50px;
}

.bodyRow .mb-3 {
    margin-bottom: 3rem;
}

.bodyRow .w-center {
    display: flex;
    align-items: center;
}

.bodyRow .w-1-4 {
    width: 25%;
    position: relative;
    flex-direction: column;
}

.bodyRow .w-3-4 {
    width: 75%;
    position: relative;
    flex-direction: column;
}

.bodyRow .w-4-10 {
    width: 40%;
    position: relative;
    flex-direction: column;
}

.bodyRow .w-5-10 {
    width: 50%;
    position: relative;
    flex-direction: column;
}

.bodyRow .w-6-10 {
    width: 60%;
    position: relative;
    flex-direction: column;
}

.page-product-image {
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    padding: 30px;
}

#pricesProduct {
    margin-top: 30px;
}

#pricesBest .page-products .notfound {
    margin-top: 10px;
    color: #fff;
    margin-left: 12px;
    margin-bottom: 18px;
}

.page-products .link {
    background-color: #000;
    color: #fff;
    padding: 7px 10px;
    border-radius: 7px;
    margin-left: 5px;
}

.page-product-info {
    margin-bottom: 25px;
}

.page-product-info .product-name {
    font-size: 20px;
    font-weight: 600;
    color: #020617;
    line-height: 27px;
}

.page-product-info .info {
    font-size: 15px;
    color: #4b5563;
    margin-top: 5px;
}

.page-product-info .info span {
    margin: 0 10px;
}

.page-product-image {
   /* padding: 17px;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    position: sticky;
    top: 25px;
    font-size: 15px;*/
}

.page-product-image img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    max-height: 300px;
}

.page-product-image .block {
    margin-top: 15px;
}

.page-product-image .block .title {
    font-weight: 600;
    display: block;
}

.page-product-image .block .title i {
    margin-right: .5rem;
}

.page-products-title {
    display: grid;
    align-content: center;
    column-gap: 10px;
    align-items: center;
    padding: 0 10px;
    grid-template-columns: repeat(14, minmax(0, 1fr));
    font-weight: 600;
    color: #64748b;
    font-size: 13px;
    margin-bottom: 10px;
    
}

.page-products-subtitle {
    font-weight: 600;
    margin-bottom: 5px;
}

.page-products-subtitle i {
    margin-right: 5px;
}

.page-products-title .product {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-column: span 2;
}

.page-products-title .unit {
    display: flex;
    flex-direction: column;
    grid-column: span 3;
}

.page-products-title .price {
    flex-direction: row;
    display: flex;
    grid-column: span 2;
}

.page-products-title .discount {
    flex-direction: row;
    display: flex;
    grid-column: span 3;  
    margin-left: .75rem;
}

.page-products-title .price-unit {
    display: flex;
    flex-flow: column;
    grid-column: span 7;
    justify-content: flex-end;
    text-align: right;
}

#pricesFamily .page-products-title .price-unit {
    grid-column: span 4;
}

.page-products {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.page-products .product {
    padding: 10px 20px;
    align-content: center;
    column-gap: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    font-size: 15px;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #020617;
    width: 100%;
    display: flex;
}

#pricesBest .product {
    border-color: #00c951;
    border-width: 4px;
    background-color: #fff;
}

#pricesBest .product .link {
    background-color: #00c951;
}

#pricesBest .page-products-subtitle {
    margin-bottom: 0;
    color: #fff;
    padding: 10px 12px 4px;
    font-size: 13px;
}

#pricesBest {
    background-color: #00c951;
    border-radius: 7px;
}

.page-products .product .left {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.page-products .product .pill {
    background-color: #000000;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    border-radius: 7px;
    padding: 4px 10px;
}

.page-products .product .right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.page-products .product:hover {
    border-color: #4d80dd;
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.page-products.loading .product .image {
    animation: loading-glow 1s infinite alternate;
    width: 75px;
    border-radius: 0.5rem;
}
.page-products.loading .product .unit {
    animation: loading-glow 1s infinite alternate;
    width: 75px;
    border-radius: 0.5rem;
    height: 20px;
}

.page-products .product .info-grid {
    display: grid;
    align-items: center;
    width: 100%;
}

.page-products .product .logo {
    display: flex;
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 99;
}

.page-products .product .logo img {
    max-height: 22px;
    max-width: 22px;
    width: 100%;
    height: 100%;
}

.page-products .product .unit {
    display: flex;
    flex-direction: row;
    grid-column: span 3;
    align-items: center;
}

.page-products .product .info {
    display: flex;
    align-items: center;
    grid-column: span 8;
}

.page-products .product .info .info-grid {
    display: grid;
    align-content: center;
    width: 100%;
    column-gap: 10px;
    position: relative;
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.page-products .product .prices .top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 4px;
}

.page-products .product .prices .bottom {
    display: flex;
    font-size: 13px;
    justify-content: flex-end;
}

.page-products .product .prices .old {
    text-decoration-line: line-through;
    color: #a3a3a3;
    margin-left: 7px;
    font-size: 13px;
}

.page-products .product .prices .normal {
    font-weight: 600;
    font-size: 20px;
}

.page-products .product .prices .lower {
    font-size: 14px;
    font-weight: 600;
    margin-left: 5px;
}

#pricesFamily .page-products .product .units {
    flex-direction: row;
    display: flex;
    grid-column: span 3;
    align-items: center;
}

.page-products .product .price-unit {
    display: flex;
    flex-flow: row;
    align-items: center;
    grid-column: span 4;
    justify-content: flex-end;
    text-align: right;
}

.page-products .product .price-unit i {
    margin-left: 10px;
    color: #64748b;
    font-size: 14px;
}

.page-products .product .image {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-column: span 2;
    min-height: 65px;
}

.page-products .product .image img {
    width: 100%;
    height: 100%;
    max-width: 45px;
    max-height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
}

#pricesFamily .page-products .product .image img {
    max-width: 90px;
    max-height: 90px;
}

.page-products .product .productBuy {
    letter-spacing: 0.4px;
    bottom: 96%;
    color: #fff;
    background-color: #ed003d;
    border-radius: 7px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 600;
}


.page-products .product .price-unit .old {
    text-decoration: line-through;
    color: #64748b;
    font-size: .9rem;
}

.page-products .product .price-unit .normal {
    font-weight: 600;
    font-size: 17px;
}

.page-products .product .price-unit span {
    font-size: .75rem;
}

.filters-button {
    display: none;
}

.filters-backdrop {
    position: sticky;
    top: 25px;
}

.search-backdrop {
    background: rgba(0,0,0,.4);
    display: none;
    inset: 0;
    opacity: 0;
    position: fixed;
    z-index: 350;
}

.search-backdrop.open {
    display: block;
    opacity: 1;
}

.body-padding {
    padding: 0 15px;
}

.searchbar {
    background-color: #f1f5f9;
    border-radius: 99px;
    display: flex;
    align-items: center;
    max-width: 100%;
    position: relative;
    z-index: 999;
    margin: 30px 0;
}

.searchbar.open {
    background-color: #fff;
}

.searchbar.loading {
    pointer-events: none;
    opacity: 0.7;d
}

.searchbar input {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    background-color: transparent;
    padding: 0 55px;
    height: 50px;
    font-size: 14px;
    z-index: 1;
    color: #020617;
    width: 450px;
    max-width: 100%;
}

.searchbar input:focus {
    outline: none;
}

.searchbar .icon-search {
    margin-left: 22px;
    font-size: 15px;
    position: absolute;
    z-index: 0;
}

.searchbar .icon-arrow {
    padding-right: 22px;
    padding-left: 10px;
    font-size: 15px;
    position: absolute;
    right: 0;
    z-index: 9;
    cursor: pointer;
}

.searchbar .search-results {
    position: absolute;
    top: 60px;
    width: 100%;
    background-color: #fff;
    border-radius: 0.5rem;
    z-index: 99;
    padding: 0.5rem 0;
    display: none;
}

.searchbar .search-results .result {
    padding: 0.75rem 1rem;
    cursor: pointer;
    color: #020617;
    text-decoration: none;
    display: flex;
}

.searchbar .search-results .result .highlight {
    font-weight: 600;
}

.searchbar .search-results .result .icon {
    margin-right: .75rem;
}

.searchbar .search-results .result:hover {
    background-color: #f1f5f9;
}

.products-results .right {
    margin-left: auto;
}

.products-results {
    font-size: 18px;
    font-weight: 600;
    color: #020617;
    padding: 15px 0;
    width: 100%;
    display: flex;
    margin-left: auto;
    align-items: center;
}

.products-results .sorting {
    position: relative;
}

.products-results .sorting .sorting-options {
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    cursor: pointer;
    position: absolute;
    display: flex;
    top: 115%;
    flex-direction: column;
    z-index: 9;
    font-size: 13px;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    right: 0;
    min-width: max-content;
    padding: 5px 0;
    background-color: #fff;
}

.products-results .sorting .sorting-options .option {
    background-color: #fff;
    padding: 6px 12px;
    font-weight: 400;
}

.products-results .sorting .sorting-options .option:hover {
    background-color: #f1f5f9;
}

.products-results .sorting .sorting-options.hide {
    display: none;
}

.products-results .sorting .sorting-title {
    background-color: #eaeaea;
    font-weight: 600;
    border-radius: 7px;
    cursor: pointer;
    padding: 8px 12px;
    font-size: 11px;
}

.hide {
    display: none;
}

.products-results .sorting .sorting-title:hover {
    background-color: #d5d3d3;
}

.products-results .sorting .sorting-title i {
    margin-left: 0.5rem;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.products-results .sorting .sorting-title i.rotate {
    rotate: -180deg;
}

.products-pages {
    display: none;
    justify-content: center;
    align-items: center;
    margin: 25px 0 50px;
    column-gap: 15px;
    font-size: 15px;
}

.products-pages .button {
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    transition-property: all;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #f1f5f9;
    font-size: 14px;
    font-weight: 600;
    border-radius: 7px;
    align-items: center;
    cursor: pointer;
    padding: 7px 13px;
    column-gap: 0.5rem;
    display: flex;
}

.products-pages .button i {
    font-size: 11px;
}

.products-pages .button:hover {
    background-color: #e2e8f0;
}

#pricesFamily .page-products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

#pricesFamily .page-products .product {
    width: unset;
}

.product-chart {
    padding: 5px 15px;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
}

.product-chart .title {
    font-weight: 600;
    font-size: 20px;
    margin-top: 15px;
    padding: 0 15px;
    margin-bottom: 5px;
}

.product-chart .title i {
    margin-right: 10px;
}

.products-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 0.75rem;
    display: grid;
}

.products-grid .product {
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    padding: 15px;
    flex-direction: column;
    font-size: 15px;
    display: flex;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    text-decoration: none;
}

.products-grid .product:hover {
    border-color: #4d80dd;
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.products-grid .product .image-container {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.products-grid .product .image {
    max-width: 150px;
    max-height: 150px;
}

.products-grid .product img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 150px;
    width: 150px;
}

.products-grid .content-container {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    align-content: space-between;
}

.products-grid .content-container .discount {
    letter-spacing: 0.4px;
    position: absolute;
    top: -35px;
    color: #fff;
    background-color: #ed003d;
    border-radius: 7px;
    padding: 4px 7px;
    font-size: 12px;
    font-weight: 600;
}

.products-grid .content-container .brand {
    color: #020617;
    font-weight: 800;
}

.products-grid .content-container .name {
    color: #020617;
    margin-top: 8px;
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 1; */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
    text-overflow: ellipsis;
}

.products-grid .content-container .units {
    color: #020617;
    margin-top: 8px;
    font-size: 13px;
}

.products-grid .content-container .price {
    color: #020617;
    margin-top: 8px;
    font-size: 13px;
}

.products-grid .content-container .product-start {
    width: 100%;
}

.products-grid .content-container .product-end {
    display: grid;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}
    
.products-grid .content-container .product-end .price {
    font-size: 20px;
    color: #020617;
    grid-column: span 2;
    display: flex;
    align-items: center;
}

.products-grid .content-container .product-end .priceUnit {
    font-size: 13px;
    color: #020617;
    margin-top: 5px;
}

.products-grid .content-container .product-end .price .unit .measurement {
    font-size: 11px;
}

.products-grid .content-container .product-end .price .new {
    color: #000;
    font-weight: 600;
}

.products-grid .content-container .product-end .price .lower {
    font-size: 13px;
    margin-left: 5px;
    font-weight: 600;
}

.products-grid .content-container .product-end .price .old {
    text-decoration-line: line-through;
    color: #a3a3a3;
    margin-left: 7px;
    font-size: 15px;
}

.products-grid .content-container .product-end .price .normal {
    color: #292d34;
    margin-left: 10px;
    font-weight: 600;
    font-size: 13px;
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
}

.products-grid .content-container .product-end .shops {
    font-weight: 400;
    color: #9d9d9d;
    font-size: 13px;
    grid-column: span 1;
    display: flex;
    justify-content: flex-end;
}

.products-grid .button {
    display: none;
}

@keyframes loading-glow {
    from {
      background-color: #e2e8f0;
    }
    to {
      background-color: #cfd8e4;
    }
}

.products-grid.loading .image-container {
    animation: loading-glow 1s infinite alternate;
    height: 150px;
    width: 100%;
    border-radius: 0.5rem; 
}

.products-grid.loading .image img {
    display: none;
} 

.products-grid.loading .image-container {
    animation: loading-glow 1s infinite alternate;
    height: 150px;
    width: 100%;
    border-radius: 0.5rem; 
}

.products-grid.loading .content-container .discount {
    display: none;
}

.products-grid.loading .content-container {
    height: unset;
}

.products-grid.loading .content-container .brand {
    animation: loading-glow 1s infinite alternate;
    width: 50%;
    text-indent: -99999px;
    border-radius: 0.5rem; 
    height: 15px;
    padding: unset;
    line-height: unset;
}

.products-grid.loading .content-container .name {
    animation: loading-glow 1s infinite alternate;
    width: 70%;
    text-indent: -99999px;
    border-radius: 0.5rem; 
    height: 15px;
}

.products-grid.loading .content-container .units {
    animation: loading-glow 1s infinite alternate;
    width: 40%;
    text-indent: -99999px;
    border-radius: 0.5rem; 
    height: 15px;
}


.products-grid.loading .content-container .price {
    animation: loading-glow 1s infinite alternate;
    width: 50%;
    text-indent: -99999px;
    border-radius: 0.5rem; 
    height: 15px;
}

.products-grid.loading .content-container .shops {
    animation: loading-glow 1s infinite alternate;
    width: 50%;
    text-indent: -99999px;
    border-radius: 0.5rem; 
    height: 15px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 30px;
}


.breadcrumb .button {
    border: 1px solid #e2e8f0;
    border-radius: 7px;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    margin-right: 15px;
}

.breadcrumb .button:last-child {
    margin-right: 0;
}

.breadcrumb .button i {
    margin-right: 0.5rem;
    font-weight: 600;
}

.breadcrumb .button:hover {
    border-color: #000;
}

.breadcrumb .overview {
    margin-left: 15px;
}

.breadcrumb .overview a {
    text-decoration: none;
    color: #000;
}

.breadcrumb .overview a:hover {
    text-decoration: underline;
}

.breadcrumb .product {
    margin-left: 15px;
    font-weight: 600;
}

.breadcrumb .product i {
    margin-right: 15px;
}

.filters .filter_block {
    border: 1px solid #e2e8f0;
    border-radius: 7px;
    background-color: #fff;
    margin-bottom: 15px;
}

.filters .filter_block:last-child {
    margin-bottom: 0;
}

.filters .filter_block.loading {
    pointer-events: none;
    opacity: 0.7;
}

.filters .filter_block .filter_title {
    font-size: 15px;
    font-weight: 600;
    color: #020617;
    align-items: center;
    display: flex;
    padding: 10px 15px;
    cursor: pointer;
}

.filters .filter_block .filter_title .amount {
    font-size: 11px;
    border-radius: 99px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background-color: #020617;
    text-align: center;
    margin-left: 10px;
    display: none;
}

.filters .filter_block .filter_title .arrow {
    margin-left: auto;

}

.filters .filter_block .filter_title .arrow i {
    font-weight: 800;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.filters .filter_block .filter_title .arrow .rotate {
    rotate: -180deg;
}

.filters .filter_block .filter_options {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    padding-bottom: 5px;
}

.filters .filter_block .filter_options.hide {
    max-height: 0px;   
    padding-bottom: 0;
}

.filters .filter_block .filter_options .option {
    padding: 5px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.filters .filter_block .filter_options .option .count {
    margin-left: auto;
    border-radius: 25px;
    background-color: #e2e8f0;
    padding: 0 7px;
    line-height: 20px;
    font-size: 11px;
}

.filters .filter_block .filter_options .option:hover {
    background-color: #f1f5f9;
}

.filters .filter_block .filter_options .option .checkbox {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    margin-right: 15px;
}

.filters .filter_block .filter_options .option .checkbox.selected {
    background-color: #020617;
    border-color: #020617;
}

.filters .filter_block .filter_options .option .checkbox.selected:before {
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    height: 12px;
    margin-left: 7px;
    width: 5px;
    border-bottom: 2px solid #dfdfdf;
    border-right: 2px solid #dfdfdf;
    margin-right: 3px;
    margin-bottom: 0px;
}

.filters .filter_block.link .filter_options .option .checkbox {
    display: none;
}

.product-chart div .dataLabel {
    padding: 10px;
}

.product-chart div .dataLabel .priceUnits {
    margin-top: 3px;
    font-weight: 600;
}

.mt-40 {
    margin-top: 40px;
}

.product-chart div .apexcharts-tooltip {
    background: rgba(30, 30, 30, .8);
    color: #fff;
    border: none;
}

.product-chart div .apexcharts-xaxistooltip {
    display: none;
}

.product-chart div .dataLabel .discount {
    letter-spacing: 0.4px;
    display: inline-block;
    color: #fff;
    background-color: #ed003d;
    border-radius: 7px;
    margin-top: 3px;
    font-size: 10px !important;
    padding: 4px 7px;
    font-size: 12px;
    font-weight: 600;
}

.category-grid {
    display: grid;
    grid-column: span 2 / span 2;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 60px;
    width: 100%;
    gap: 0.75rem;
}

.homepage_title {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}

.category-card {
  display: block;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  padding: 10px 15px;
}

.category-card .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.category-card:hover {
    background-color: #f1f5f9;
}

.category-card .container .left {
    display: flex;
    flex-direction: column;
    padding-right: 10px;
}

.category-card .container .left h2 {
    font-size: 14px;
    margin-bottom: 7px;
}

.category-card .container .left span {
    font-size: 13px;
    color: #4b5563;
}

.category-card .container .right {
    display: flex;
    align-items: center;
    text-align: right;
}

.category-card .container .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 75px;
    max-width: 75px;
    mix-blend-mode: multiply;
    border-radius: 7px;
}

.category-label {
  display: block;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  padding: 15px;
  text-align: center;
}

.category-label:hover {
    background-color: #f1f5f9;
}