#products.xmass-gifts {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st1%7Bopacity:0.7%3Bfill:%23FFFFFF%3B%7D.st3%7Bopacity:0.1%3Bfill:%23FFFFFF%3B%7D%3C/style%3E%3Ccircle class='st3' cx='4' cy='14' r='1'/%3E%3Ccircle class='st3' cx='43' cy='3' r='1'/%3E%3Ccircle class='st3' cx='31' cy='30' r='2'/%3E%3Ccircle class='st3' cx='19' cy='23' r='1'/%3E%3Ccircle class='st3' cx='37' cy='22' r='1'/%3E%3Ccircle class='st3' cx='43' cy='16' r='1'/%3E%3Ccircle class='st3' cx='8' cy='45' r='1'/%3E%3Ccircle class='st3' cx='29' cy='39' r='1'/%3E%3Ccircle class='st3' cx='13' cy='37' r='1'/%3E%3Ccircle class='st3' cx='47' cy='32' r='1'/%3E%3Ccircle class='st3' cx='15' cy='4' r='2'/%3E%3Ccircle class='st3' cx='9' cy='27' r='1'/%3E%3Ccircle class='st3' cx='30' cy='9' r='1'/%3E%3Ccircle class='st3' cx='25' cy='15' r='1'/%3E%3Ccircle class='st3' cx='21' cy='45' r='2'/%3E%3Ccircle class='st3' cx='42' cy='45' r='1'/%3E%3C/svg%3E");
  background-position: 0px 0px;
  animation: animatedBackground 15s linear infinite; }
  #products.xmass-gifts .product-card {
    background: white;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, white 22%); }

@keyframes animatedBackground {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0px 300px; } }

#grill-counter {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold; }

#hero-image {
  width: 100%;
  aspect-ratio: 16/7;
  border-radius: 7px;
  margin: 21px 0 0 0;
  background-position: center !important;
  background-size: cover !important; }

#grill-icon svg {
  width: 28px;
  height: 28px; }

#products.contols-list-view {
  gap: 7px; }
  #products.contols-list-view .product-card.list > div > div:nth-child(1) {
    display: none; }
  #products.contols-list-view .product-card.list > div > div:nth-child(3) {
    display: flex; }
  #products.contols-list-view .img-holder {
    width: 55px;
    display: flex;
    background: #fff;
    border-radius: 3px; }
  #products.contols-list-view .product-card {
    display: flex;
    flex-wrap: wrap;
    border: 0;
    border-bottom: 0.5px solid var(--border-color);
    background: transparent;
    border-radius: 0px;
    padding: 0;
    width: calc(50% + -14.5px);
    position: relative;
    align-items: center;
    text-align: center;
    text-decoration: none;
    transition: all 100ms linear;
    box-shadow: 0 0 24px 0 var(--light-shadow);
    overflow: hidden;
    font-weight: 400; }
    #products.contols-list-view .product-card.list {
      box-shadow: none; }
      #products.contols-list-view .product-card.list .arrow-control, #products.contols-list-view .product-card.list .arrow-back-overlay {
        display: none !important; }
      #products.contols-list-view .product-card.list .featured-img {
        width: inherit;
        height: inherit;
        margin: 0;
        max-width: inherit;
        border-radius: 3px; }
    #products.contols-list-view .product-card .c-title {
      min-height: inherit;
      color: var(--text-color-accent); }
    #products.contols-list-view .product-card:hover {
      box-shadow: none !important; }

#products .img-holder {
  width: calc(100% - 0px);
  display: flex;
  border-radius: 3px; }

#products .product-card {
  display: flex;
  flex-wrap: wrap;
  border: 0.5px solid var(--border-color);
  background: var(--color-white);
  border-radius: 7px;
  padding: 0;
  width: calc(50% + -8.5px);
  position: relative;
  align-items: center;
  text-align: center;
  text-decoration: none;
  transition: all 100ms linear;
  box-shadow: 0 0 24px 0 var(--light-shadow);
  overflow: hidden;
  font-weight: 400;
  /*List view mod*/ }
  #products .product-card p {
    font-weight: 400; }
  #products .product-card .arrow-control {
    position: absolute;
    bottom: 14px;
    right: 14px;
    z-index: 5;
    /* background: #f00; */
    width: 28px;
    height: 28px;
    transform: scale(0, 0);
    cursor: pointer;
    transition: all 100ms linear;
    transition-delay: 40ms; }
    #products .product-card .arrow-control svg {
      fill: var(--color-white);
      width: 28px;
      height: 28px; }
    #products .product-card .arrow-control.active {
      transition: all 300ms linear;
      transform: scale(1, 1) rotate(45deg); }
      #products .product-card .arrow-control.active svg {
        fill: var(--context-nav-bg-color); }
  #products .product-card .arrow-back-overlay {
    position: absolute;
    bottom: 14px;
    right: 14px;
    z-index: 4;
    width: 28px;
    background: #fff;
    height: 28px;
    box-shadow: 0 0 0 7px #fff;
    border-radius: 40px; }
  #products .product-card .context-div {
    transform: translate(0, 357px);
    transition: all .3s ease-out;
    text-align: left;
    position: absolute;
    top: -14px;
    right: 0;
    z-index: 3;
    background: #f00;
    width: 100%;
    height: 100%;
    padding: 0 14px;
    background: var(--context-nav-bg-color-transparent-2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-sizing: border-box;
    color: var(--color-black);
    bottom: -100%; }
    #products .product-card .context-div .context-wrapper {
      height: 337px;
      overflow: hidden;
      overflow-y: scroll; }
    #products .product-card .context-div.active {
      transform: translate(0, 13px); }
  #products .product-card a.href-list-view {
    display: none; }
  #products .product-card.list {
    width: 100%;
    box-shadow: 0 0 4px 0 var(--light-shadow); }
    #products .product-card.list:hover {
      box-shadow: 0 0 5px 0 rgba(59, 161, 255, 0.28), inset 0 0 0 0.5px rgba(59, 161, 255, 0.28); }
    #products .product-card.list a.href-list-view {
      display: block;
      background: transparent;
      position: absolute;
      z-index: 4;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #products .product-card.list > div {
      flex-direction: row;
      width: 100%; }
      #products .product-card.list > div > div:nth-child(1), #products .product-card.list > div > div:nth-child(3) {
        display: none; }
      #products .product-card.list > div > div:nth-child(4) {
        flex-direction: row;
        display: flex;
        width: -webkit-fill-available;
        justify-content: space-between;
        align-items: center;
        padding: 0 14px 0 0; }
        #products .product-card.list > div > div:nth-child(4) > div:nth-child(1), #products .product-card.list > div > div:nth-child(4) > div:nth-child(3), #products .product-card.list > div > div:nth-child(4) > div:nth-child(5) {
          display: none; }
    #products .product-card.list .c-price {
      overflow: hidden;
      height: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
    #products .product-card.list .c-title {
      flex-direction: column;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      overflow: hidden;
      width: 80%;
      text-align: left;
      line-height: 17px; }
      #products .product-card.list .c-title > div:nth-child(1), #products .product-card.list .c-title > div:nth-child(3) {
        display: none; }
    #products .product-card.list .featured-img {
      width: 20%;
      height: 70px;
      margin: 7px 0;
      max-width: 90px; }
  #products .product-card .c-title {
    overflow: hidden;
    min-height: 80px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: var(--color-black); }
  #products .product-card .c-price {
    overflow: hidden;
    height: 20px; }
  #products .product-card .rating-ico svg {
    fill: var(--text-color);
    width: 14px;
    height: 14px; }
  #products .product-card .rating-txt {
    color: var(--text-color); }
  #products .product-card .brands-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 1;
    opacity: 0;
    transition: all 100ms linear;
    text-transform: capitalize;
    text-decoration: none; }
    #products .product-card .brands-tag:hover {
      color: var(--color-cta); }
  #products .product-card .featured-img {
    width: 100%;
    height: 0;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    transition: all 100ms linear;
    padding: 50%;
    border-radius: 0px; }
  #products .product-card:hover {
    color: var(--text-color-accent);
    text-decoration: none;
    opacity: 1;
    box-shadow: 0 0 14px 0 rgba(59, 161, 255, 0.28), inset 0 0 0 0.5px rgba(59, 161, 255, 0.28); }
    #products .product-card:hover .arrow-control {
      transform: scale(1, 1); }
      #products .product-card:hover .arrow-control svg {
        fill: var(--dark-color); }
      #products .product-card:hover .arrow-control.active {
        transform: scale(1, 1) rotate(45deg); }
    #products .product-card:hover .featured-img {
      transform: scale(1.02); }

#grill-filters .filters-controls * .clear-all-filters {
  cursor: pointer;
  padding-left: 3px; }
  #grill-filters .filters-controls * .clear-all-filters:hover {
    color: var(--color-cta); }

#grill-filters .filters-controls .filters-header {
  border: 0.5px solid var(--border-color);
  border-radius: 7px;
  height: 32px;
  justify-content: center;
  padding: 0 14px;
  cursor: pointer; }
  #grill-filters .filters-controls .filters-header.has-active-filters:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 5px;
    z-index: 1;
    left: 5px;
    top: 5px;
    background: var(--color-digital_func_green); }
  #grill-filters .filters-controls .filters-header svg {
    width: 18px;
    height: 18px;
    fill: var(--text-color); }

#grill-filters .filters-controls .filters-contents {
  position: absolute;
  top: calc(100% - 7px);
  z-index: 4;
  right: 0;
  min-width: 265px;
  display: none;
  padding-bottom: 20vh; }
  #grill-filters .filters-controls .filters-contents > div {
    padding: 14px;
    transition: all 100ms linear;
    background: var(--context-nav-bg-color);
    border-radius: 7px;
    border: 0.5px solid var(--border-color);
    box-shadow: 0px 6px 18px 0 var(--context-nav-shadow-color);
    z-index: 4;
    transition: all 100ms linear;
    width: 100%;
    margin-top: 14px; }

#grill-filters .filters-controls .filter-item-wrapper {
  position: relative; }
  #grill-filters .filters-controls .filter-item-wrapper.selected-filter .filter-header .search-icon svg.clear {
    display: block;
    fill: var(--text-color);
    cursor: pointer;
    transition: all 100ms linear; }
    #grill-filters .filters-controls .filter-item-wrapper.selected-filter .filter-header .search-icon svg.clear:hover {
      fill: var(--color-cta); }
  #grill-filters .filters-controls .filter-item-wrapper.selected-filter .filter-header .search-icon svg.active, #grill-filters .filters-controls .filter-item-wrapper.selected-filter .filter-header .search-icon svg.inactive {
    display: none; }
  #grill-filters .filters-controls .filter-item-wrapper .filter-header {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    border: 0.5px solid var(--border-color);
    border-radius: 7px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0 0 0;
    position: relative; }
    #grill-filters .filters-controls .filter-item-wrapper .filter-header .search-input {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 0 0 0 14px;
      border-radius: 7px;
      font-size: 16px;
      overflow: hidden;
      white-space: nowrap;
      max-width: 220px; }
      #grill-filters .filters-controls .filter-item-wrapper .filter-header .search-input:hover, #grill-filters .filters-controls .filter-item-wrapper .filter-header .search-input:focus {
        outline: 0;
        cursor: pointer; }
    #grill-filters .filters-controls .filter-item-wrapper .filter-header .search-icon {
      position: absolute;
      z-index: 3;
      right: 1px;
      height: calc(100% - 2px);
      border-radius: 0 14px 14px 0;
      width: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--context-nav-bg-color); }
      #grill-filters .filters-controls .filter-item-wrapper .filter-header .search-icon svg.inactive, #grill-filters .filters-controls .filter-item-wrapper .filter-header .search-icon svg.active, #grill-filters .filters-controls .filter-item-wrapper .filter-header .search-icon svg.clear {
        fill: var(--border-color);
        width: 18px;
        height: 18px; }
      #grill-filters .filters-controls .filter-item-wrapper .filter-header .search-icon svg.active, #grill-filters .filters-controls .filter-item-wrapper .filter-header .search-icon svg.clear {
        display: none; }
  #grill-filters .filters-controls .filter-item-wrapper .filter-contents {
    color: var(--text-color);
    max-height: 180px;
    height: fit-content;
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    z-index: 5;
    top: calc(100% + 3px);
    left: 0;
    width: 100%;
    padding: 0;
    border-radius: 7px;
    border: 0.5px solid var(--border-color);
    box-shadow: 0px 6px 18px 0 var(--context-nav-shadow-color);
    background: var(--context-nav-bg-color);
    display: none;
    --scrollbar-foreground: #4e4e4e;
    --scrollbar-background: #262626;
    --scrollbar-size: 16px;
    scrollbar-color: var(--scrollbar-foreground) var(--scrollbar-background); }
    #grill-filters .filters-controls .filter-item-wrapper .filter-contents > * {
      cursor: pointer;
      padding: 14px;
      border-radius: 3px;
      transition: all 100ms linear;
      white-space: nowrap; }
      #grill-filters .filters-controls .filter-item-wrapper .filter-contents > *.hidden {
        display: none; }
      #grill-filters .filters-controls .filter-item-wrapper .filter-contents > *:hover, #grill-filters .filters-controls .filter-item-wrapper .filter-contents > *.selected {
        background: var(--context-nav-item-hover-color); }
        #grill-filters .filters-controls .filter-item-wrapper .filter-contents > *:hover.scrolled, #grill-filters .filters-controls .filter-item-wrapper .filter-contents > *.selected.scrolled {
          background: var(--context-nav-bg-color); }
      #grill-filters .filters-controls .filter-item-wrapper .filter-contents > *.selected {
        color: var(--text-color-accent); }
  #grill-filters .filters-controls .filter-item-wrapper.active .filter-header {
    border: 0.5px solid var(--color-cta); }
  #grill-filters .filters-controls .filter-item-wrapper.active .filter-header .search-icon svg.active {
    display: block; }
  #grill-filters .filters-controls .filter-item-wrapper.active .filter-header .search-icon svg.inactive,
  #grill-filters .filters-controls .filter-item-wrapper.active .filter-header .search-icon svg.clear {
    display: none; }
  #grill-filters .filters-controls .filter-item-wrapper.active .filter-contents {
    display: flex; }

#grill-filters .filters-controls.active .filters-contents {
  display: flex; }

#grill-filters .grill-controls {
  border: 0.5px solid var(--border-color);
  border-radius: 7px;
  justify-content: center; }
  #grill-filters .grill-controls > div {
    width: 32px;
    height: 32px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    justify-content: center; }
    #grill-filters .grill-controls > div:first-child {
      border-right: 0.5px solid var(--border-color); }
    #grill-filters .grill-controls > div svg {
      width: 18px;
      height: 18px;
      fill: var(--text-color); }
    #grill-filters .grill-controls > div:hover svg {
      fill: var(--text-color-accent); }
    #grill-filters .grill-controls > div.active svg {
      fill: var(--color-cta); }
    #grill-filters .grill-controls > div.active:hover svg {
      fill: var(--color-cta); }

#pagination {
  width: 100%;
  overflow: hidden;
  overflow-x: scroll; }

#pages-list [data-page-href] {
  text-decoration: none;
  display: block;
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  transition: all 100ms linear;
  position: relative;
  cursor: pointer; }
  #pages-list [data-page-href].active {
    background: var(--svg-ico-fill);
    color: #fff; }
    #pages-list [data-page-href].active:hover {
      color: #fff; }
  #pages-list [data-page-href]:hover {
    color: var(--text-color-accent);
    transform: scale(1.1, 1.1); }

/*Tablet-landscape*/
@media only screen and (min-width: 481px) {
  #products .img-holder {
    width: calc(100% - 14px);
    margin-top: 7px; }
  #products .product-card {
    width: calc(50% + -14.5px); } }

/*Small-Desktop*/
@media only screen and (min-width: 720px) {
  #grill-counter {
    font-size: 22px;
    line-height: 24px; }
  #products .product-card {
    width: calc(33% + -8.5px); } }

/*Small-Desktop*/
@media only screen and (min-width: 960px) {
  #grill-counter {
    font-size: 28px;
    line-height: 30px; } }

/*Desktop*/
@media only screen and (min-width: 1180px) {
  #products .product-card {
    width: calc(25% + -17.5px); } }
