/* CommodityList: 302 */
.productBox #Items {
  gap: 0.125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  transition: 0.3s;
}

.side-is-hide .productBox #Items {
  grid-template-columns: repeat(4, 1fr);
}

/* ucTitleParam 33 */
#TitleParam_2 {
  padding: 1.0625rem 0;
  background: var(--pgm-color-12);
}

.title-block {
  max-width: 115rem;
  margin: auto;
  padding: 2.125rem 0.625rem 1.25rem;
  grid-template-columns: 1fr;
  display: grid;
  align-items: center;
  text-align: center;
}
.title-block > span {
  grid-column: 1;
  grid-row: 1;
}
.title-block h2.title {
  margin: 1.25rem 0;
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 1.3;
}
.title-block h2.title .title-text {
  flex: 1;
}
.title-block h2.title small {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375;
  color: var(--pgm-color-8);
  letter-spacing: 3.9px;
}
.title-block h2.title span {
  font-size: 2.1875rem;
  font-weight: 600;
}

.link-all {
  min-height: 3.125rem;
  padding: 0.3125rem 2.25rem;
  display: flex;
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  align-items: center;
  font-family: var(--pgm-font-semicondensed);
  font-size: 1.125rem;
  font-weight: 600;
  background: var(--pgm-white);
  color: var(--pgm-color-10);
  border: 1px solid var(--pgm-border);
  text-transform: uppercase;
  border-radius: 0;
}
.link-all:hover {
  position: relative;
  padding: 0.3125rem 3.25rem 0.3125rem 1.25rem;
  text-decoration: none;
  background: var(--pgm-button-hover);
}
.link-all:hover:after {
  position: absolute;
  top: calc(50% - 0.125rem);
  right: 1.5625rem;
  width: 0.4375rem;
  height: 0.4375rem;
  display: inline-block;
  content: "";
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  transform: rotate(45deg);
}

.show-on-mobile {
  width: 300px;
  margin: 2.5rem auto;
  display: none;
}
.show-on-mobile .btn {
  display: inline-flex;
}

.products-list #Items, .products-list#Items {
  max-width: 115rem;
  margin: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.products-list--4 #Items, .products-list--4#Items {
  grid-template-columns: repeat(4, 1fr);
}

.product {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--pgm-white);
  border: 1px solid var(--pgm-color-12);
  grid-template-areas: "product";
}
.product > * {
  grid-area: product;
}
.product-image {
  margin-bottom: 8.0625rem;
}
.product-image .icon {
  position: absolute;
  top: 1.0625rem;
  right: 0.9375rem;
}
.product-image .icon .iconsItem {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.product-image .icon .iconsItem div {
  margin-bottom: 0.3125rem;
  padding: 0.5625rem 0.875rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--pgm-white);
  background: var(--pgm-params);
}
.product-image .icon .iconsItem .iconGroupItems, .product-image .icon .iconsItem .iconGift, .product-image .icon .iconsItem .iconPar_2, .product-image .icon .iconsItem .iconDeliveryFree {
  display: none;
}
.product-image .icon .icon__attr {
  margin-bottom: 0.3125rem;
  padding: 0.5625rem 0.875rem;
  display: inline-flex;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--pgm-white);
  background: var(--pgm-params);
}
.product-slide {
  --pgm-space: 20px;
  width: 100%;
  height: fit-content;
  display: flex;
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
}
.product-slide-in {
  --pgm-space: 20px;
  width: 100%;
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  transition: background-color 1000ms ease-out;
}
.product-slide-in > div {
  margin-top: var(--pgm-space, 1.25rem);
}
.product-slide-in > div:first-child {
  margin-top: 0;
}
.product .nonmaster-stock {
  max-height: 0;
  overflow: hidden;
  transition: max-height 500ms ease-out;
}
.product .nonmaster-stock .item-stock {
  max-height: 2.1875rem;
  padding: 0.3125rem 0.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  border: 1px solid var(--pgm-border);
  text-align: center;
  word-break: break-word;
}
.product .nonmaster-stock .item-stock.in-stock {
  background: var(--pgm-white);
}
.product .nonmaster-stock .item-stock.out-stock {
  position: relative;
  background: var(--pgm-color-12) linear-gradient(to left top, transparent 48%, var(--pgm-color-8) 47%, transparent 51%);
}
.product .variantssbuy {
  max-height: 0;
  gap: 0.625rem;
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(9, 1fr);
  overflow: hidden;
  transition: max-height 500ms ease-out;
}
.product .variantssbuy .item {
  height: 2.1875rem;
  padding: 0.125rem 0.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 0.875rem;
  border: 1px solid var(--pgm-border);
  text-align: center;
  word-break: break-word;
}
.product .variantssbuy .item.in-stock {
  background: var(--pgm-white);
}
.product .variantssbuy .item.out-stock {
  position: relative;
  background: var(--pgm-color-12) linear-gradient(to left top, transparent 48%, var(--pgm-color-8) 47%, transparent 51%);
}
.product-name {
  font-size: 1rem;
  font-weight: 500;
  text-transform: none;
}
.product-footer {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: auto min-content;
  align-items: center;
}
.product-price {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.product-price .pricevat {
  font-size: 1.875rem;
  font-weight: 600;
  white-space: nowrap;
}
.product-price .pricevat.price_basicvat {
  font-size: 1.25rem;
  text-decoration: line-through;
}
.product .gifts {
  max-width: 16.625rem;
  margin: 0 1.4375rem 0.9375rem 0;
  display: flex;
  align-self: end;
}
.product .gifts__items-gift a {
  display: flex;
  justify-content: center;
}
.product .gifts__items-gift-image {
  width: 3.75rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background: var(--pgm-white);
  border: 1px solid var(--pgm-border-3);
  border-radius: 3px 0 0 3px;
}
.product .gifts__items-gift-content {
  padding: 0.4375rem 0.9375rem;
  background: hsla(0.7, 72.2%, 48%, 0.8);
  color: var(--pgm-white);
  border: 1px solid var(--pgm-params);
  border-radius: 0 3px 3px 0;
}
.product .gifts__items-gift-content-strip {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.NavBar {
  padding: 4.0625rem 0 6.5625rem;
}
.NavBar .pageCount, .NavBar .prev, .NavBar .next {
  display: none;
}
.NavBar .pager-wrap {
  display: flex;
  align-items: center;
}
.NavBar .pager-numbers {
  display: flex;
  align-items: center;
}
.NavBar .pager-actions {
  gap: 2.5rem;
  display: flex;
  order: -1;
  flex: 1;
  align-items: center;
}
.NavBar a {
  min-height: 2.75rem;
  min-width: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: var(--pgm-font-semicondensed);
  transition: ease 200ms all;
}
.NavBar a:hover {
  background: var(--pgm-color-3);
  color: var(--pgm-white);
}
.NavBar a.activ {
  background: var(--pgm-color-8);
  color: var(--pgm-white);
  cursor: default;
}
.NavBar .dot {
  min-height: 2.75rem;
  min-width: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.NavBar.pos-1 {
  display: none;
}

#divOrdersHistory .NavBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1500px) {
  .products-list--4 #Items.is-horizontal, .products-list--4#Items.is-horizontal {
    --f-carousel-slide-width: calc(100% / 4);
    display: block;
  }
}

@media (max-width: 1400px) {
  .products-list #Items, .products-list#Items {
    padding: 0; /*grid-template-columns: 1fr 1fr; */
  }
  .products-list--4 #Items.is-horizontal, .products-list--4#Items.is-horizontal {
    --f-carousel-slide-width: calc(100% / 3);
  }
}

@media (max-width: 1024px) {
  .products-list--4 #Items.is-horizontal, .products-list--4#Items.is-horizontal {
    --f-carousel-slide-width: calc(100% / 2);
  }
  .NavBar .pager-wrap {
    flex-direction: column;
    justify-content: center;
  }
  .NavBar .pager-actions {
    margin-bottom: 0.6875rem;
    gap: 1.5625rem;
    flex-direction: column;
    justify-content: center;
  }
  .NavBar a {
    min-height: 2.25rem;
    min-width: 2.25rem;
    font-size: 0.875rem;
  }
  #divOrdersHistory .NavBar {
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 1000px) {
  .product > * {
    grid-area: initial;
  }
  .product-image {
    margin-bottom: 0;
  }
  .product .product-view-detail {
    display: none;
  }
  .product .nonmaster-stock {
    max-height: none;
  }
  .product .variantssbuy {
    max-height: none;
  }
}

@media (max-width: 768px) {
  .title-block {
    padding: 20px 0;
    display: block;
  }
  .title-block h2.title {
    font-size: 1.625rem;
  }
  .title-block h2.title small {
    font-size: 0.875rem;
  }
  .link-all {
    display: none;
  }
  .show-on-mobile {
    display: flex;
    justify-content: center;
  }
  .product {
    grid-template-areas: none;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
  .product-image .icon .iconsItem div {
    padding: 0.3125rem 0.4375rem;
    font-size: 0.5rem;
  }
  .product-image .icon .icon__attr {
    display: none;
  }
  .product-image img {
    width: auto;
    height: auto;
  }
  .product-slide-in {
    --pgm-space: 10px;
    padding: 1.125rem 0.5rem;
  }
  .product-slide-in__attributes {
    order: 1;
  }
  .product-slide .usrAttr img {
    height: 1.25rem;
  }
  .product .nonmaster-stock .item-stock {
    height: 1.3125rem;
    padding: 0.3125rem;
    font-size: 0.5rem;
  }
  .product .variantssbuy {
    gap: 0.375rem;
    display: flex;
    order: 2;
    flex-wrap: wrap;
  }
  .product .variantssbuy .item {
    height: 1.3125rem;
    min-width: 1.3125rem;
    font-size: 0.5rem;
  }
  .product-footer {
    order: 3;
  }
  .product-footer h3 {
    font-size: 0.75rem;
  }
  .product-price .pricevat {
    font-size: 0.875rem;
  }
  .product .gifts {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .product .gifts__items-gift-image {
    width: 2.375rem;
  }
  .product .gifts__items-gift-content {
    padding: 0.3125rem 0.625rem;
    font-size: 0.8125rem;
  }
}

@media (max-width: 600px) {
  .products-list--4 #Items.is-horizontal, .products-list--4#Items.is-horizontal {
    --f-carousel-slide-width: calc(100% / 1.25);
  }
}

@media (any-hover: hover) and (any-pointer: fine) and (min-width: 1000px) {
  .product-slide {
    transform: translateY(50%);
    transition: all 500ms ease-out;
    transition-delay: 500ms;
  }
  .product-slide:has(.usrAttr) {
    transform: translateY(38%);
  }
  .product-slide:has(.gifts) {
    transform: translateY(33%);
  }
  .product:hover, .product:focus-within {
    transition: transform 500ms ease-in;
  }
  .product:hover .product-slide, .product:focus-within .product-slide {
    transform: translateY(0);
    transition: all 500ms ease-in;
  }
  .product:hover .product-slide-in, .product:focus-within .product-slide-in {
    background-color: rgba(229, 232, 237, 0.9);
    transition: background-color 500ms ease-in;
  }
  .product:hover .variantssbuy, .product:focus-within .variantssbuy, .product:hover .nonmaster-stock, .product:focus-within .nonmaster-stock {
    max-height: 7.5rem;
  }
  .product:focus-within .product-slide {
    transition-duration: 0ms;
  }
}
/*# sourceMappingURL=maps/screen-prod-list.css.map */
