<turbo-stream action="update" targets=".filters-section"><template><div class="filters">
  <div class="filters-header">
    <strong class="filters-title" role="heading">Φίλτρα</strong>
      <a class="cancel-all-filters" data-turbo-stream="true" data-action="click-&gt;terra--results#handleLinkFilterClick" href="/el/categories/271/ntoulapia">Ακύρωση Όλων</a>

    <button type="button" class="btn-close float-end d-xxl-none" data-bs-dismiss="modal" aria-label="Close"></button>
  </div>

  <form class="filter-form" data-turbo-stream="true" data-action="submit-&gt;terra--results#handleFormSubmition" action="/el/categories/271/ntoulapia/f/1548/brown" accept-charset="UTF-8" method="get">



        <div class="filter-group">
  <label class="filter-label">Επιλογές Αγοράς</label>


    <div class="filter-option-group">
      <a data-turbo-stream="true" data-action="click-&gt;terra--results#handleLinkFilterClick" href="/el/categories/271/ntoulapia/f/1548/brown?is_available=true">
        <input type="checkbox" name="purchase-option-is_available" id="purchase-option-is_available" value="true" class="form-check-input" />

        <label for="purchase-option-is_available">&nbsp;&nbsp;Διαθέσιμα</label>&nbsp;&nbsp;
        <span class="number-of-results">(2)</span>
</a>    </div>
</div>
        <div class="filter-group">
  <label class="filter-label">Χρώμα</label>


    
<div class="filter-option-group">
  <a data-turbo-stream="true" data-action="click-&gt;terra--results#handleLinkFilterClick" href="/el/categories/271/ntoulapia">
    <input type="checkbox" name="filter-2104" id="filter-2104" value="1" class="form-check-input checked-ffffff " style="background-color: #61352c; border-color: #61352c" />

    <label for="filter-2104">&nbsp;&nbsp;Καφέ</label>&nbsp;&nbsp;<span class="number-of-results">(76)</span>
</a></div>

    
<div class="filter-option-group">
  <a data-turbo-stream="true" data-action="click-&gt;terra--results#handleLinkFilterClick" href="/el/categories/271/ntoulapia/f/1548_c2130/brown_beige">
    <input type="checkbox" name="filter-2130" id="filter-2130" value="1" class="form-check-input checked-000000 " style="background-color: #fee9ce; border-color: #fee9ce" />

    <label for="filter-2130">&nbsp;&nbsp;Μπεζ</label>&nbsp;&nbsp;<span class="number-of-results">(47)</span>
</a></div>

    
<div class="filter-option-group">
  <a data-turbo-stream="true" data-action="click-&gt;terra--results#handleLinkFilterClick" href="/el/categories/271/ntoulapia/f/1548_c2129/brown_black">
    <input type="checkbox" name="filter-2129" id="filter-2129" value="1" class="form-check-input checked-ffffff " style="background-color: #000000; border-color: #000000" />

    <label for="filter-2129">&nbsp;&nbsp;Μαύρο</label>&nbsp;&nbsp;<span class="number-of-results">(46)</span>
</a></div>

    
<div class="filter-option-group">
  <a data-turbo-stream="true" data-action="click-&gt;terra--results#handleLinkFilterClick" href="/el/categories/271/ntoulapia/f/1548_c2123/brown_white">
    <input type="checkbox" name="filter-2123" id="filter-2123" value="1" class="form-check-input checked-000000 " style="background-color: #ffffff; border-color: #000" />

    <label for="filter-2123">&nbsp;&nbsp;Λευκό</label>&nbsp;&nbsp;<span class="number-of-results">(3)</span>
</a></div>


</div>
        
<div class="filter-group filter-group--dimensions-title">
  <label class="filter-label">Διαστάσεις</label>
</div>


  <div class="filter-group filter-group--dimension">
    <label class="filter-dimension-label">Μήκος (cm)</label>



    <input value="15" type="hidden" name="total_length_min_abs" id="total_length_min_abs" />
    <input value="100" type="hidden" name="total_length_max_abs" id="total_length_max_abs" />

    <div class="range-filter"
         data-controller="terra--dimension-range-filter"
         data-terra--dimension-range-filter-min-value="15"
         data-terra--dimension-range-filter-max-value="100">

      <div class="range-filter__slider-wrapper">
        <div class="range-filter__track"></div>
        <div class="range-filter__fill" data-terra--dimension-range-filter-target="fill"></div>
        <input type="range"
               class="range-filter__range"
               min="15" max="100" value="15"
               data-terra--dimension-range-filter-target="minRange"
               data-action="input->terra--dimension-range-filter#onRangeInput mouseup->terra--dimension-range-filter#submit touchend->terra--dimension-range-filter#submit">
        <input type="range"
               class="range-filter__range"
               min="15" max="100" value="100"
               data-terra--dimension-range-filter-target="maxRange"
               data-action="input->terra--dimension-range-filter#onRangeInput mouseup->terra--dimension-range-filter#submit touchend->terra--dimension-range-filter#submit">
      </div>

      <div class="range-filter__inputs">
        <div class="range-filter__input-group">
          <input placeholder="15" min="15" max="100" data-terra--dimension-range-filter-target="minInput" data-action="change-&gt;terra--dimension-range-filter#onMinInputChange input-&gt;terra--dimension-range-filter#onInputInput keydown-&gt;terra--dimension-range-filter#onInputKeydown" type="number" name="total_length_min" id="total_length_min" />
        </div>
        <div class="range-filter__input-group">
          <input placeholder="100" min="15" max="100" data-terra--dimension-range-filter-target="maxInput" data-action="change-&gt;terra--dimension-range-filter#onMaxInputChange input-&gt;terra--dimension-range-filter#onInputInput keydown-&gt;terra--dimension-range-filter#onInputKeydown" type="number" name="total_length_max" id="total_length_max" />
        </div>
      </div>
    </div>
  </div>

  <div class="filter-group filter-group--dimension">
    <label class="filter-dimension-label">Βάθος (cm)</label>



    <input value="1" type="hidden" name="total_width_min_abs" id="total_width_min_abs" />
    <input value="85" type="hidden" name="total_width_max_abs" id="total_width_max_abs" />

    <div class="range-filter"
         data-controller="terra--dimension-range-filter"
         data-terra--dimension-range-filter-min-value="1"
         data-terra--dimension-range-filter-max-value="85">

      <div class="range-filter__slider-wrapper">
        <div class="range-filter__track"></div>
        <div class="range-filter__fill" data-terra--dimension-range-filter-target="fill"></div>
        <input type="range"
               class="range-filter__range"
               min="1" max="85" value="1"
               data-terra--dimension-range-filter-target="minRange"
               data-action="input->terra--dimension-range-filter#onRangeInput mouseup->terra--dimension-range-filter#submit touchend->terra--dimension-range-filter#submit">
        <input type="range"
               class="range-filter__range"
               min="1" max="85" value="85"
               data-terra--dimension-range-filter-target="maxRange"
               data-action="input->terra--dimension-range-filter#onRangeInput mouseup->terra--dimension-range-filter#submit touchend->terra--dimension-range-filter#submit">
      </div>

      <div class="range-filter__inputs">
        <div class="range-filter__input-group">
          <input placeholder="1" min="1" max="85" data-terra--dimension-range-filter-target="minInput" data-action="change-&gt;terra--dimension-range-filter#onMinInputChange input-&gt;terra--dimension-range-filter#onInputInput keydown-&gt;terra--dimension-range-filter#onInputKeydown" type="number" name="total_width_min" id="total_width_min" />
        </div>
        <div class="range-filter__input-group">
          <input placeholder="85" min="1" max="85" data-terra--dimension-range-filter-target="maxInput" data-action="change-&gt;terra--dimension-range-filter#onMaxInputChange input-&gt;terra--dimension-range-filter#onInputInput keydown-&gt;terra--dimension-range-filter#onInputKeydown" type="number" name="total_width_max" id="total_width_max" />
        </div>
      </div>
    </div>
  </div>

  <div class="filter-group filter-group--dimension">
    <label class="filter-dimension-label">Ύψος (cm)</label>



    <input value="35" type="hidden" name="total_height_min_abs" id="total_height_min_abs" />
    <input value="210" type="hidden" name="total_height_max_abs" id="total_height_max_abs" />

    <div class="range-filter"
         data-controller="terra--dimension-range-filter"
         data-terra--dimension-range-filter-min-value="35"
         data-terra--dimension-range-filter-max-value="210">

      <div class="range-filter__slider-wrapper">
        <div class="range-filter__track"></div>
        <div class="range-filter__fill" data-terra--dimension-range-filter-target="fill"></div>
        <input type="range"
               class="range-filter__range"
               min="35" max="210" value="35"
               data-terra--dimension-range-filter-target="minRange"
               data-action="input->terra--dimension-range-filter#onRangeInput mouseup->terra--dimension-range-filter#submit touchend->terra--dimension-range-filter#submit">
        <input type="range"
               class="range-filter__range"
               min="35" max="210" value="210"
               data-terra--dimension-range-filter-target="maxRange"
               data-action="input->terra--dimension-range-filter#onRangeInput mouseup->terra--dimension-range-filter#submit touchend->terra--dimension-range-filter#submit">
      </div>

      <div class="range-filter__inputs">
        <div class="range-filter__input-group">
          <input placeholder="35" min="35" max="210" data-terra--dimension-range-filter-target="minInput" data-action="change-&gt;terra--dimension-range-filter#onMinInputChange input-&gt;terra--dimension-range-filter#onInputInput keydown-&gt;terra--dimension-range-filter#onInputKeydown" type="number" name="total_height_min" id="total_height_min" />
        </div>
        <div class="range-filter__input-group">
          <input placeholder="210" min="35" max="210" data-terra--dimension-range-filter-target="maxInput" data-action="change-&gt;terra--dimension-range-filter#onMaxInputChange input-&gt;terra--dimension-range-filter#onInputInput keydown-&gt;terra--dimension-range-filter#onInputKeydown" type="number" name="total_height_max" id="total_height_max" />
        </div>
      </div>
    </div>
  </div>


</form></div>
</template></turbo-stream><turbo-stream action="replace" target="product-panels"><template><section class="row gx-2" id="product-panels">
      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/hanging-corner-cabinet-monaco-60x60-gn-72-kafe">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Κρεμαστό ντουλάπι γωνιακό Monaco 60x60 GN-72" src="https://polihome-production-cdn.b-cdn.net/images/image_804595_60x60-gn-72-1f-_45_-monza_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/hanging-corner-cabinet-monaco-60x60-gn-72-kafe">
          Κρεμαστό Ντουλάπι Γωνιακό Monaco 60x60 Gn-72
</a>      </div>

    </div>

  </div>
</div>


      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/hanging-corner-cabinet-monaco-60x60-gn-90-kafe">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Κρεμαστό ντουλάπι γωνιακό Monaco 60x60 GN-90" src="https://polihome-production-cdn.b-cdn.net/images/image_804598_60x60-gn-90-1f-_45_-monza_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/hanging-corner-cabinet-monaco-60x60-gn-90-kafe">
          Κρεμαστό Ντουλάπι Γωνιακό Monaco 60x60 Gn-90
</a>      </div>

    </div>

  </div>
</div>


      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/hanging-corner-cabinet-monaco-60x60-gn-72-2f-kafe">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Κρεμαστό ντουλάπι γωνιακό Monaco 60x60 GN-72 2F" src="https://polihome-production-cdn.b-cdn.net/images/image_804601_60x60-gn-72-2f-_90_-monza_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/hanging-corner-cabinet-monaco-60x60-gn-72-2f-kafe">
          Κρεμαστό Ντουλάπι Γωνιακό Monaco 60x60 Gn-72 2f
</a>      </div>

    </div>

  </div>
</div>


      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/hanging-corner-cabinet-monaco-60x60-gn-90-2f-kafe">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Κρεμαστό ντουλάπι γωνιακό Monaco 60x60 GN-90 2F" src="https://polihome-production-cdn.b-cdn.net/images/image_804604_60x60-gn-90-2f-_90_-monza_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/hanging-corner-cabinet-monaco-60x60-gn-90-2f-kafe">
          Κρεμαστό Ντουλάπι Γωνιακό Monaco 60x60 Gn-90 2f
</a>      </div>

    </div>

  </div>
</div>


      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/hanging-cabinet-monaco-50-gu-36-kafe">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Κρεμαστό ντουλάπι Monaco 50 GU-36" src="https://polihome-production-cdn.b-cdn.net/images/image_804607_50-gu-36-1f-monza_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/hanging-cabinet-monaco-50-gu-36-kafe">
          Κρεμαστό Ντουλάπι Monaco 50 Gu-36
</a>      </div>

    </div>

  </div>
</div>


      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/hanging-cabinet-monaco-50-nagu-36-kafe">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Κρεμαστό ντουλάπι Monaco 50 NAGU-36" src="https://polihome-production-cdn.b-cdn.net/images/image_804610_50-nagu-36-1f-monza_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/hanging-cabinet-monaco-50-nagu-36-kafe">
          Κρεμαστό Ντουλάπι Monaco 50 Nagu-36
</a>      </div>

    </div>

  </div>
</div>


      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/hanging-cabinet-monaco-50-g-72-kafe">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Κρεμαστό ντουλάπι Monaco 50 G-72" src="https://polihome-production-cdn.b-cdn.net/images/image_804613_50-g-72-1f-monza_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/hanging-cabinet-monaco-50-g-72-kafe">
          Κρεμαστό Ντουλάπι Monaco 50 G-72
</a>      </div>

    </div>

  </div>
</div>


      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/hanging-cabinet-monaco-50-g-90-kafe">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Κρεμαστό ντουλάπι Monaco 50 G-90" src="https://polihome-production-cdn.b-cdn.net/images/image_804616_50-g-90-1f-monza_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/hanging-cabinet-monaco-50-g-90-kafe">
          Κρεμαστό Ντουλάπι Monaco 50 G-90
</a>      </div>

    </div>

  </div>
</div>


      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/hanging-cabinet-monaco-45-g-72-kafe">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Κρεμαστό ντουλάπι Monaco 45 G-72" src="https://polihome-production-cdn.b-cdn.net/images/image_804619_45-g-72-1f-monza_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/hanging-cabinet-monaco-45-g-72-kafe">
          Κρεμαστό Ντουλάπι Monaco 45 G-72
</a>      </div>

    </div>

  </div>
</div>


      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/hanging-cabinet-monaco-45-g-90-kafe">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Κρεμαστό ντουλάπι Monaco 45 G-90" src="https://polihome-production-cdn.b-cdn.net/images/image_804622_45-g-90-1f-monza_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/hanging-cabinet-monaco-45-g-90-kafe">
          Κρεμαστό Ντουλάπι Monaco 45 G-90
</a>      </div>

    </div>

  </div>
</div>


      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/hanging-cabinet-monaco-40-nagu-36-kafe">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Κρεμαστό ντουλάπι Monaco 40 NAGU-36" src="https://polihome-production-cdn.b-cdn.net/images/image_804625_40-nagu-36-1f-monza_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/hanging-cabinet-monaco-40-nagu-36-kafe">
          Κρεμαστό Ντουλάπι Monaco 40 Nagu-36
</a>      </div>

    </div>

  </div>
</div>


      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/hanging-cabinet-monaco-40-g-72-kafe">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Κρεμαστό ντουλάπι Monaco 40 G-72" src="https://polihome-production-cdn.b-cdn.net/images/image_804628_40-g-72-1f-monza_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/hanging-cabinet-monaco-40-g-72-kafe">
          Κρεμαστό Ντουλάπι Monaco 40 G-72
</a>      </div>

    </div>

  </div>
</div>


      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/hanging-cabinet-monaco-40-g-90-kafe">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Κρεμαστό ντουλάπι Monaco 40 G-90" src="https://polihome-production-cdn.b-cdn.net/images/image_804631_40-g-90-1f-monza_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/hanging-cabinet-monaco-40-g-90-kafe">
          Κρεμαστό Ντουλάπι Monaco 40 G-90
</a>      </div>

    </div>

  </div>
</div>


      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/hanging-cabinet-monaco-30-g-72-kafe">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Κρεμαστό ντουλάπι Monaco 30 G-72" src="https://polihome-production-cdn.b-cdn.net/images/image_804634_30-g-72-1f-monza_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/hanging-cabinet-monaco-30-g-72-kafe">
          Κρεμαστό Ντουλάπι Monaco 30 G-72
</a>      </div>

    </div>

  </div>
</div>


      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/hanging-cabinet-monaco-30-g-90-kafe">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Κρεμαστό ντουλάπι Monaco 30 G-90" src="https://polihome-production-cdn.b-cdn.net/images/image_804637_30-g-90-1f-monza_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/hanging-cabinet-monaco-30-g-90-kafe">
          Κρεμαστό Ντουλάπι Monaco 30 G-90
</a>      </div>

    </div>

  </div>
</div>


      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/floor-cabinet-monaco-60-dk-210-2f-kafe">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Επιδαπέδιο ντουλάπι Monaco 60 DK-210 2F" src="https://polihome-production-cdn.b-cdn.net/images/image_804640_60-dk-210-2f-monza_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/floor-cabinet-monaco-60-dk-210-2f-kafe">
          Επιδαπέδιο Ντουλάπι Monaco 60 Dk-210 2f
</a>      </div>

    </div>

  </div>
</div>


      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/floor-cabinet-monaco-60-dks-210-3s-kafe">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Επιδαπέδιο ντουλάπι Monaco 60 DKS-210 3S" src="https://polihome-production-cdn.b-cdn.net/images/image_804643_60-dks-210-1f-3s-monza_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/floor-cabinet-monaco-60-dks-210-3s-kafe">
          Επιδαπέδιο Ντουλάπι Monaco 60 Dks-210 3s
</a>      </div>

    </div>

  </div>
</div>


      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/floor-cabinet-monaco-60-lo-210-2f-kafe">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Επιδαπέδιο ντουλάπι Monaco 60 LO-210 2F" src="https://polihome-production-cdn.b-cdn.net/images/image_804646_60-lo-210-2f-monza_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/floor-cabinet-monaco-60-lo-210-2f-kafe">
          Επιδαπέδιο Ντουλάπι Monaco 60 Lo-210 2f
</a>      </div>

    </div>

  </div>
</div>


      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/floor-cabinet-monaco-60-dp-210-2f-kafe">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Επιδαπέδιο ντουλάπι Monaco 60 DP-210 2F" src="https://polihome-production-cdn.b-cdn.net/images/image_804649_60-dp-210-2f-monza_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/floor-cabinet-monaco-60-dp-210-2f-kafe">
          Επιδαπέδιο Ντουλάπι Monaco 60 Dp-210 2f
</a>      </div>

    </div>

  </div>
</div>


      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/floor-cabinet-monaco-60-dps-210-3s-kafe">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Επιδαπέδιο ντουλάπι Monaco 60 DPS-210 3S" src="https://polihome-production-cdn.b-cdn.net/images/image_804652_60-dps-210-1f-3s-monza_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/floor-cabinet-monaco-60-dps-210-3s-kafe">
          Επιδαπέδιο Ντουλάπι Monaco 60 Dps-210 3s
</a>      </div>

    </div>

  </div>
</div>


      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/floor-cabinet-monaco-60-dpm-210-2f-kafe">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Επιδαπέδιο ντουλάπι Monaco 60 DPM-210 2F" src="https://polihome-production-cdn.b-cdn.net/images/image_804655_60-dpm-210-2f-monza_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/floor-cabinet-monaco-60-dpm-210-2f-kafe">
          Επιδαπέδιο Ντουλάπι Monaco 60 Dpm-210 2f
</a>      </div>

    </div>

  </div>
</div>


      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/floor-cabinet-monaco-40-dk-210-2f-kafe">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Επιδαπέδιο ντουλάπι Monaco 40 DK-210 2F" src="https://polihome-production-cdn.b-cdn.net/images/image_804658_40-dk-210-2f-monza_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/floor-cabinet-monaco-40-dk-210-2f-kafe">
          Επιδαπέδιο Ντουλάπι Monaco 40 Dk-210 2f
</a>      </div>

    </div>

  </div>
</div>


      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/kitchen-front-monaco-zm-570x446-kafe">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Πρόσοψη κουζίνας Monaco ZM 570x446" src="https://polihome-production-cdn.b-cdn.net/images/image_804661_zm-570x446-monza_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/kitchen-front-monaco-zm-570x446-kafe">
          Πρόσοψη Κουζίνας Monaco Zm 570x446
</a>      </div>

    </div>

  </div>
</div>


      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/kitchen-front-monaco-zm-570x596-kafe">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Πρόσοψη κουζίνας Monaco ZM 570x596" src="https://polihome-production-cdn.b-cdn.net/images/image_804664_zm-570x596-monza_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/kitchen-front-monaco-zm-570x596-kafe">
          Πρόσοψη Κουζίνας Monaco Zm 570x596
</a>      </div>

    </div>

  </div>
</div>


      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/kitchen-front-monaco-zm-713x446-kafe">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Πρόσοψη κουζίνας Monaco ZM 713x446" src="https://polihome-production-cdn.b-cdn.net/images/image_804667_zm-713x446-monza_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/kitchen-front-monaco-zm-713x446-kafe">
          Πρόσοψη Κουζίνας Monaco Zm 713x446
</a>      </div>

    </div>

  </div>
</div>


      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/kitchen-front-monaco-zm-713x596-kafe">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Πρόσοψη κουζίνας Monaco ZM 713x596" src="https://polihome-production-cdn.b-cdn.net/images/image_804670_zm-713x596-monza_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/kitchen-front-monaco-zm-713x596-kafe">
          Πρόσοψη Κουζίνας Monaco Zm 713x596
</a>      </div>

    </div>

  </div>
</div>


      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/floor-corner-cabinet-dawson-275285">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Επιδαπέδιο γωνιακό ντουλάπι Dawson" src="https://polihome-production-cdn.b-cdn.net/images/image_814043_89-x-89-dn-1f-zb-dave_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/floor-corner-cabinet-dawson-275285">
          Επιδαπέδιο Γωνιακό Ντουλάπι Dawson
</a>      </div>

    </div>

  </div>
</div>


      <div class="col-6 col-md-6 col-xl-4 col-xxl-3 ph-panel-col">
  <div class="ph-panel position-relative" data-controller="terra--results-panel">

      <div class="ph-panel__image-wrapper position-relative">

        <div class="position-absolute top-0 end-0 ph-panel__favourites">
            <a data-bs-toggle="modal" data-bs-target="#login-modal" href="">
      <svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.75 0C12.0815 0 12.3994 0.131791 12.6338 0.366211C12.8682 0.600632 13 0.91848 13 1.25V17.75C13 17.9318 12.9012 18.0994 12.7422 18.1875C12.5833 18.2754 12.3894 18.27 12.2354 18.1738L6.5 14.5889L0.764648 18.1738C0.610615 18.27 0.416687 18.2754 0.257812 18.1875C0.0988352 18.0994 0 17.9318 0 17.75V1.25C0 0.918479 0.131791 0.600631 0.366211 0.366211C0.600631 0.131791 0.918479 0 1.25 0H11.75ZM1.25 1C1.1837 1 1.12013 1.02636 1.07324 1.07324C1.02636 1.12013 1 1.1837 1 1.25V16.8477L6.23535 13.5762L6.29785 13.543C6.44799 13.4765 6.62283 13.4876 6.76465 13.5762L12 16.8477V1.25C12 1.1837 11.9736 1.12013 11.9268 1.07324C11.8799 1.02636 11.8163 1 11.75 1H1.25Z" fill="#262626"/>
</svg>

</a>
        </div>

        <a href="/el/products/floor-cabinet-armony-89x89-dn-1f-bb-275291">
          <img class="ph-panel__image w-100" data-terra--results-panel-target="productThumbnail" alt="Επιδαπέδιο ντουλάπι Armony 90x90 DN 1F BB" src="https://polihome-production-cdn.b-cdn.net/images/image_814052_89x89-dn-1f-bb-armony_1.jpg?width=500&amp;height=500&amp;fit=inside" />
</a>      </div>

    <div class="ph-panel__body pt-2">

      <div class="ph-panel__title">
        <a class="text-decoration-none" href="/el/products/floor-cabinet-armony-89x89-dn-1f-bb-275291">
          Επιδαπέδιο Ντουλάπι Armony 90x90 Dn 1f Bb
</a>      </div>

    </div>

  </div>
</div>



  <div class="d-flex justify-content-center b2b-pagination">
      <nav class="pagy-nav pagination"><span class="page prev"><a href="/el/categories/271/ntoulapia/f/1548/brown?page=1"   rel="prev" aria-label="previous">‹</a></span> <span class="page"><a href="/el/categories/271/ntoulapia/f/1548/brown?page=1"   rel="prev" >1</a></span> <span class="page active">2</span> <span class="page next disabled">›</span></nav>
  </div>
</section>
</template></turbo-stream><turbo-stream action="update" target="pills-section"><template></template></turbo-stream><turbo-stream action="update" target="sorting-options"><template><div class="col-6 d-xxl-none" id="filters-button">
  <a data-bs-toggle="modal" data-bs-target="#filters-modal" class="btn btn-sm btn-secondary" href="#">Φίλτρα</a>
</div>

<div class="col-6 col-xxl-2 filter-fields" id="length-filter-fields" data-controller="terra--results-sorting">
  <label class="visually-hidden" for="sorting">Ταξινόμηση</label>
  <select name="sorting" id="sorting" data-action="change-&gt;terra--results-sorting#update" data-terra--results-sorting-target="select" class="form-select form-select-sm select-sorting"><option value="_score">Προτεινόμενα</option>
<option value="new_arrivals">Νέες αφίξεις</option>
<option value="price_asc">Τιμή αύξουσα</option>
<option value="price_desc">Τιμή φθίνουσα</option></select>
</div>

<div class="col-xxl-10 text-center text-xxl-end number-of-products d-flex align-items-end justify-content-center pt-xxl-0 d-none d-xxl-block">
 76 Προϊόντα
</div>
</template></turbo-stream><turbo-stream action="update_canonical" url="https://pro.possina.com/el/categories/271/ntoulapia/f/1548/brown">
  <template></template>
</turbo-stream>
