/* compiled by scssphp v1.0.6 on Sun, 02 Mar 2025 22:25:13 +0000 (0.1592s) */

/* 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 */
/* Forms */
/* Buttons */
/* Buttons responsive */
/* Grids */
/* Layout */
/* Layout responsive */
/* Header */
/* Header 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 {
    -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.loading {
    opacity: 0.3;
  }
  .products .price {
    font-weight: 800;
  }
  .products .price del {
    font-weight: 400;
  }
  .products-filter-group ul {
    list-style: none;
    padding-left: 4px;
  }
  .products-filter-group ul li input[type="checkbox"] {
    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 > * 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 rgba(0, 0, 0, 0.1);
  }
  .product-details-buy .product-details-buy-pricing {
    font-size: 1.2rem;
    font-weight: 800;
  }
  .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 rgba(0, 0, 0, 0.1) 1px;
    cursor: pointer;
  }
  .product-quantity .plus.disabled, .product-quantity .minus.disabled {
    color: #ccc;
    cursor: default;
  }
  .product-quantity .minus {
    border-radius: 0 0 0 0;
  }
  .product-quantity .plus {
    border-radius: 0 0 0 0;
  }
  .product-quantity .quantity {
    width: 40%;
    text-align: center;
    padding: 3px 5px;
    background-color: #fff;
    border-top: solid rgba(0, 0, 0, 0.1) 1px;
    border-bottom: solid rgba(0, 0, 0, 0.1) 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%2Fproducts2%2Fproducts2.scss%22%2C%22core%2Fassets%2Fcss%2Fmixins.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2C4BAAA%3BAAAA%2CuBAAA%3BAAAA%2CgBAAA%3BAAAA%2C2BAAA%3BAAAA%2CYAAA%3BAAAA%2CcAAA%3BAAAA%2CyBAAA%3BAAAA%2CgBAAA%3BAAAA%2C2BAAA%3BAAAA%2CgBAAA%3BAAAA%2C2BAAA%3BAAAA%2CgBAAA%3BAAAA%2C2BAAA%3BAAAA%2CgBAAA%3BAAAA%2C2BAAA%3BAAAA%2CWAAA%3BAAAA%2CaAAA%3BAAAA%2CwBAAA%3BAAAA%2CWAAA%3BAAAA%2CYAAA%3BAAAA%2CuBAAA%3BAAAA%2CYAAA%3BAAAA%2CuBAAA%3BAAAA%2CYAAA%3BAAAA%2CuBAAA%3BAAAA%2CeAAA%3BAAAA%2C0BAAA%3BAAAA%2CsBAAA%3BAAAA%2CsBAAA%3BAAAA%2CqBAAA%3BAAAA%2CwCAAA%3BAAAA%2CwCAAA%3BAAAA%2CuCAAA%3BAAAA%2C0DAAA%3BAAAA%2CsBAAA%3BACmCA%3BAAAA%3B%3BYAAA%3BAAAA%3BADnCA%2CkCAAA%3BAAAA%2CyCAAA%3BAAOA%3BAAEI%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BAAMI%3BAAAA%3BcAAA%3BAAAA%3BAAII%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAQR%3BAAAA%3B%3B%3B%3BiCAAA%3BAAAA%3BAAGI%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAGI%3BAAAA%2CqBAAA%3BAAAA%3BAAQJ%3BAAAA%3BsBAAA%3BAAAA%3BAAMQ%3BAAAA%2CuBAAA%3BAAAA%3BAAOZ%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAOI%3BAAAA%3BcAAA%3BAAAA%3BAAYA%3BAAAA%2CkBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAKI%3BAAAA%3BsBAAA%3BAAAA%3BAAMJ%3BAAAA%2CkBAAA%3BAAAA%3BAAKJ%3BAAAA%2CuBAAA%3BAAAA%3BAAGI%3BAAAA%3B4BAAA%3BAAAA%3BAAII%3BAAAA%3B%3B4BAAA%3BAAAA%3BAASZ%3BAAAA%3ByCAAA%3BAAAA%3BAAII%3BAAAA%3BqBAAA%3BAAAA%3BAAII%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B6BAAA%3BAAAA%3BAASR%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAMI%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAMI%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAOJ%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAKJ%3BAAAA%2CsBAAA%3BAAAA%3BAAGI%3BAAAA%2CsBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAQR%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAOI%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQI%3BAAAA%3BoBAAA%3BAAAA%3BAAMJ%3BAAAA%2C2BAAA%3BAAAA%3BAAIA%3BAAAA%2C2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BgDAAA%3BAAAA%3BAAQI%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAA1NZ%2C2CAAA%3BAAmOA%3BAAEI%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAjPJ%2C4CAAA%3BAAwPA%3BAAEI%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAtQJ%2C2CAAA%3BAA6QA%3BAAEI%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAGI%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAAlSR%2CiDAAA%3BAA2SA%3BAAEI%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%22%7D */