.elementor-916 .elementor-element.elementor-element-bf6a5b2{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-916 .elementor-element.elementor-element-bf6a5b2:not(.elementor-motion-effects-element-type-background), .elementor-916 .elementor-element.elementor-element-bf6a5b2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#121223;}.elementor-916 .elementor-element.elementor-element-e8e251a{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}#elementor-popup-modal-916{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-916 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-916 .dialog-close-button{display:flex;}#elementor-popup-modal-916 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-916 .elementor-element.elementor-element-e8e251a{--width:90%;}}@media(max-width:767px){.elementor-916 .elementor-element.elementor-element-bf6a5b2{--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:15px 15px 0px 0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-916 .elementor-element.elementor-element-e8e251a{--width:95%;--justify-content:center;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-916 .elementor-element.elementor-element-28afb2f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-28afb2f */.elementor-popup-modal .dialog-close-button svg {
    fill: #ffffff !important;
    height: 1.5em !important;
    width: 1.5em !important;
}

.popup-filter-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 20px;
}

.filter-header-title {
    font-size: 20px;
    font-weight: 600;
    color: white;
}

#popup-filter {
    padding: 10px 0;
    font-family: 'Inter', sans-serif;
}

.filter-section {
    margin-top: 24px;
}

.filter-label {
    font-size: 12px;
    color: #aaa;
    margin-bottom: 10px;
    display: block;
}


.filter-buttons-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-btn {
    padding: 10px 18px;
    background: #20212F;
    border-radius: 12px;
    border: none;
    color: #ffffff;
    cursor: pointer;
}

.filter-btn.active {
    background: #A6334F;
    color: #ffffff;
}

.toggle-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1a1c28;
    padding: 12px 18px;
    border-radius: 12px;
}

.toggle-wrapper span {
    color: #ffffff;
}

/* Toggle Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 22px;
}

.veg-label {
    transition: all 0.25s ease;
    display: inline-block;
    opacity: 1;
}

.veg-label.switching {
    opacity: 0;
    transform: translateY(-3px);
}

.switch input { display: none; }

.slider {
  position: absolute;
  cursor: pointer;
  background-color: #555;
  border-radius: 50px;
  inset: 0;
  transition: 0.3s;
}

.slider:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}

input:checked + .slider {
  background-color: #00d26a;
}

input:checked + .slider:before {
  transform: translateX(20px);
}

.filter-footer {
    display: flex;
    gap: 15px;
    margin-top: 32px;
}

.reset-btn {
    flex: 1;
    padding: 12px;
    background: #111;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 12px;
}

.reset-btn:hover {
    border: none;
    color: #ffffff;
    background: #A6334F;
}

.reset-btn.active {
    border: none;
    color: #ffffff;
    background: #A6334F;
}

.apply-btn {
    flex: 1;
    padding: 12px;
    background: #C09D35;
    color: #ffffff;
    border: none;
    border-radius: 12px;
}

.apply-btn:hover {
    color: #ffffff;
    background: #C09D35;
}

.apply-btn.active {
    color: #ffffff;
    background: #C09D35;
}/* End custom CSS */