/* compiled by scssphp 1.10.2 on Thu, 26 Sep 2024 20:45:51 +0000 (0.1963s) */

/* Products SCSS Document */
/* Variable defaults */
/* Typography */
/* Typography responsive */
/* Colors */
/* headings */
/* Headings responsive */
/* H1 heading */
/* H1 heading responsive */
/* H2 heading */
/* H2 heading responsive */
/* H3 heading */
/* H2 heading responsive */
/* H4 heading */
/* H4 heading responsive */
/* Images */
/* Videos */
/* Forms */
/* Forms responsive */
/* Buttons */
/* Buttons responsive */
/* Grids */
/* Layout */
/* Layout responsive */
/* Header */
/* Header responsive */
/* Navigation */
/* Rotator */
/* Rotator responsive */
/* Footer */
/* Footer responsive */
/* Offcanvas */
/* Offcanvas responsive */
/* Responsive Sizes */
/* Grid Percentages */
/* Standard mixins */
/* Border Box: @include border-box(); */
/* Appearance: @include appearance(); */
/* Position: @include position(0px); */
/* Transition: @include transition(all,0.3s,ease,0.0s); */
/* Standard clearer */
.clearer {
  clear: both;
  display: block;
  height: 0;
}
/* Clearfix: @extend %clearfix; */
/* All from mobile up (responsive all) */
@media all {
  .products-control {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    margin-bottom: 1.5rem;
  }
  .products-control > * {
    display: flex;
    gap: 10px;
  }
  .products-control > * label {
    line-height: 40px;
    white-space: nowrap;
    vertical-align: middle;
  }
  .products:not(.uk-slider-items) {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  .products:not(.uk-slider-items).loading {
    opacity: 0.3;
  }
  .products .price {
    font-weight: 600;
  }
  .products .price del {
    font-weight: 400;
  }
  .product-search {
    position: relative;
  }
  .product-search input {
    padding-left: 40px;
  }
  .product-search button {
    position: absolute;
    color: #008b7f;
    font-size: 20px;
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
  }
  .product-category-list .active > a {
    font-weight: 600;
  }
  .product-category-list .uk-accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #008b7f;
  }
  .product-category-list .uk-accordion-title:before {
    display: none;
  }
  .product-category-list .uk-accordion-title > i {
    float: right;
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
    padding: 0px 5px;
    margin-top: -2px;
  }
  .product-category-list .uk-open .uk-accordion-title > i {
    transform: rotate(180deg);
  }
  .product-category-list .uk-accordion-content {
    margin-top: 0.5rem;
  }
  .product-category-list.uk-accordion > :nth-child(n+2) {
    margin-top: 0.5rem;
  }
  .products-filter-group ul {
    list-style: none;
    padding-left: 4px;
  }
  .products-filter-group ul li input[type="checkbox"] {
    margin-right: 10px;
  }
  .products-filter-group ul li input[type="radio"] {
    margin-right: 10px;
  }
  .products-button-panel {
    display: flex;
    gap: 30px;
    margin-top: 1.5rem;
  }
  .products-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-top: 1.5rem;
  }
  .products-pagination .products-page-links {
    display: flex;
    gap: 10px;
  }
  .product-details-image-slideshow .uk-slideshow-items {
    height: 500px;
  }
  .product-details-image-slideshow .uk-slideshow-items > * {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-details-image-slideshow .uk-slideshow-items > * a {
    cursor: zoom-in;
  }
  .product-details-image-slideshow .uk-slideshow-items > * img {
    width: auto;
    max-height: 500px;
  }
  .product-details-image-slideshow .uk-slideshow-items > :not(.uk-active) {
    display: none;
  }
  .product-details-image-slideshow .product-details-image-slideshow-thumbnails {
    margin-top: 1.5rem;
  }
  .product-details-image-slideshow .product-details-image-slideshow-thumbnails .uk-thumbnav {
    display: flex;
    justify-content: center;
  }
  .product-details-image-slideshow .product-details-image-slideshow-thumbnails .uk-thumbnav > * {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-details-buy {
    padding: 1.5rem;
    border: 1px solid #daedea;
  }
  .product-details-buy .product-details-buy-pricing {
    font-size: 1.2rem;
    font-weight: 600;
  }
  .product-details-buy .product-details-buy-pricing .was {
    font-weight: 400;
  }
  .product-details-buy .product-details-buy-pricing .price {
    font-size: 2.4rem;
    line-height: 1;
    margin: 0 0 1.5rem 0;
    vertical-align: text-top;
  }
  .product-cart-item {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    position: relative;
  }
  .product-cart-item .product-cart-item-image {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    text-align: center;
  }
  .product-cart-item .product-cart-item-image img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  .product-cart-item .product-cart-item-text {
    width: calc(100% - 50px - 1.5rem);
  }
  .product-cart-item .product-quantity {
    margin-left: calc(50px + 1.5rem);
  }
  .product-cart-total {
    padding: 1.5rem 0;
  }
  .product-cart-total .total-price {
    font-size: 1.2rem;
  }
  .product-cart-total .total-price .price {
    font-size: 2.4rem;
    line-height: 1;
    vertical-align: text-top;
  }
  .product-quantity {
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
    width: 100px;
    font-size: 0.875rem;
  }
  .product-quantity .plus, .product-quantity .minus {
    width: 30%;
    text-align: center;
    padding: 3px 5px;
    border: solid #daedea 1px;
    cursor: pointer;
  }
  .product-quantity .plus.disabled, .product-quantity .minus.disabled {
    color: #ccc;
    cursor: default;
  }
  .product-quantity .minus {
    border-radius: 0px 0 0 0px;
  }
  .product-quantity .plus {
    border-radius: 0 0px 0px 0;
  }
  .product-quantity .quantity {
    width: 40%;
    text-align: center;
    padding: 3px 5px;
    background-color: #fff;
    border-top: solid #daedea 1px;
    border-bottom: solid #daedea 1px;
  }
  .product-quantity .quantity.disabled {
    background: none;
  }
}
/* Larger than mobile (responsive small) */
@media (min-width: 640px) {
  .products-control {
    margin-bottom: 40px;
  }
  .products-button-panel {
    margin-top: 40px;
  }
  .products-pagination {
    margin-top: 40px;
  }
  .product-details-buy {
    padding: 30px;
  }
}
/* Larger than tablet (responsive medium) */
@media (min-width: 960px) {
  .products-control {
    margin-bottom: 50px;
  }
  .products-button-panel {
    margin-top: 50px;
  }
  .products-pagination {
    margin-top: 50px;
  }
  .product-details-buy {
    padding: 50px;
  }
}
/* Larger than laptop (responsive large) */
@media (min-width: 1200px) {
  .products-control {
    margin-bottom: 50px;
  }
  .products-button-panel {
    margin-top: 50px;
  }
  .products-pagination {
    margin-top: 50px;
  }
  .product-details-buy {
    padding: 50px;
  }
  .product-cart-item {
    flex-wrap: nowrap;
  }
  .product-cart-item .product-quantity {
    margin-top: -4px;
    margin-left: 0;
  }
}
/* Desktop and larger (responsive extra large) */
@media (min-width: 1600px) {
  .products-control {
    margin-bottom: 50px;
  }
  .products-button-panel {
    margin-top: 50px;
  }
  .products-pagination {
    margin-top: 50px;
  }
  .product-details-buy {
    padding: 50px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22edit%2Fmodules%2Fproducts%2Fproducts.scss%22%2C%22edit%2Fmodules%2Fproducts%2F..%2F..%2Fcore%2Fassets%2Fcss%2Fmixins.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnCA%3BAAAA%3BAAOA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAnSZ%3BAA4SA%3BAAEI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAA1TJ%3BAAiUA%3BAAEI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FUJ%3BAAsVA%3BAAEI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3WR%3BAAoXA%3BAAEI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%22%7D */