/** Shopify CDN: Minification failed

Line 8:0 Unexpected "<"
Line 297:0 Unexpected "="
Line 575:1 Unexpected ">"

**/
<<<<<<< HEAD
.t4s-sticky-atc {
  padding: 15px;
  z-index: 468;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition:
    transform 0.25s ease,
    -webkit-transform 0.25s ease;
  -webkit-transform: translate3d(0, 105%, 0);
  transform: translate3d(0, 105%, 0);
  opacity: 1;
  pointer-events: auto;
}
.w__StickyAddtocart {
  padding: 10px;
  background-color: var(--t4s-light-color);
  box-shadow: 0 0 9px #0000001f;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: saturate(180%) blur(20px) opacity(1);
  backdrop-filter: saturate(180%) blur(20px) opacity(1);
  background: rgb(255 255 255 / 70%);
  max-width: fit-content;
  margin: auto;
  border-radius: 9px;
}
.t4s-sticky-atc.is--shown {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.t4s-sticky-atc__product,
.t4s-sticky-atc__btns {
  display: flex;
  align-items: center;
}
.t4s-sticky-atc__img {
  width: 55px;
  height: 55px;
  min-width: 55px;
  border-radius: 50%;
  overflow: hidden;
}
.t4s-sticky-atc__img img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.t4s-sticky-atc__title {
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 1.2rem;
}
.t4s-sticky-atc__price {
  color: var(--secondary-price-color);
}
.t4s-sticky-atc__price ins {
  color: var(--primary-price-color);
  margin-inline-start: 5px;
  display: inline-block;
}
.t4s-sticky-atc__infos {
  margin: 0 15px;
}
.t4s-sticky-atc__qty {
  min-width: 100px;
  width: 100px;
  height: 40px;
  border: 0px solid var(--border-color);
  text-align: center;
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
.t4s-sticky-atc__qty button {
  position: absolute;
  display: block;
  padding: 0;
  top: 0px;
  height: 40px;
  line-height: 1;
  border: 0;
  background: 0 0;
  color: var(--secondary-color);
}
.t4s-sticky-atc__qty .is--minus {
  left: 0;
  text-align: left;
  padding-left: 15px;
}
.t4s-sticky-atc__qty .is--plus {
  right: 0;
  text-align: right;
  padding-right: 15px;
}
.t4s-sticky-atc__qty input.t4s-quantity-input[type='number'] {
  width: 35px;
  border: 0px;
  height: 38px;
  background: 0px 0px;
  padding: 0;
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--secondary-color);
  text-align: center;
}
.t4s-sticky-atc__qty button svg {
  width: 20px;
  height: 20px;
  stroke-width: 2px;
  background: var(--border-color);
  border-radius: 50%;
  padding: 5px;
}
.t4s-sticky-atc__atc {
  font-size: 1.2rem;
  font-weight: 600;
  min-height: 40px;
  padding: 5px 25px;
  min-width: 160px;
  text-transform: uppercase;
  border-radius: 0;
  background-color: var(--btn-background) !important;
  color: var(--btn-color);
}
.t4s-sticky-atc__atc:hover {
  background-color: var(--accent-color-darken) !important;
}
.t4s-sticky-atc__v-title {
  margin: 0 20px;
  color: var(--secondary-color);
  text-decoration: underline;
}
[data-sticky-v-title] {
  cursor: pointer;
}
.t4s-sticky-atc__v-title .t4s-dropdown {
  cursor: default;
  font-size: 1.2rem;
}
.t4s-sticky-atc__v-title:empty {
  margin: 0 44px;
}
.t4s-sticky-atc__v-title select {
  min-width: 100px;
}
.rtl_false .t4s-sticky-atc__v-title .t4s-icon-select-arrow {
  right: 8px;
}
.rtl_false .t4s-sticky-atc__v-title .t4s-dropdown__sortby button[data-dropdown-open] {
  padding-right: 10px;
  border-radius: var(--btn-radius);
}
.rtl_true .t4s-sticky-atc__v-title .t4s-icon-select-arrow {
  left: 8px;
}
.rtl_true .t4s-sticky-atc__v-title .t4s-dropdown__sortby button[data-dropdown-open] {
  padding-left: 20px;
}
button.t4s-sticky-atc__atc[disabled='disabled'],
button.t4s-sticky-atc__atc[aria-disabled='true'] {
  opacity: 0.5;
  animation: none !important;
  pointer-events: none;
}
.t4s-sticky-atc[hidden],
button.t4s-sticky-close {
  display: none;
}
.t4s-sticky-atc__v-title .t4s-drop-arrow {
  display: none !important;
}
button.t4s-sticky-atc__atc[disabled='disabled'] {
  pointer-events: none;
}
.t4s-sticky-atc__v-title .t4s-dropdown__content button[disabled] {
  pointer-events: none;
  opacity: 0.6;
}
.t4s-sticky-atc__product .t4s-dropdown__sortby button[data-dropdown-open] {
  color: var(--secondary-color);
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .t4s-sticky-atc {
    flex-wrap: wrap;
  }
  .t4s-sticky-atc__img,
  .t4s-sticky-atc__title {
    display: none;
  }
  .t4s-sticky-atc .w__StickyAddtocart {
    flex-direction: column;
  }
  .rtl_false .t4s-sticky-atc__v-title .t4s-dropdown__sortby button[data-dropdown-open] {
    padding-right: 0;
    border-radius: 0;
  }
  .t4s-sticky-atc__product {
    flex-direction: column;
    margin-bottom: 15px;
  }
  html:not(.is--opend-drawer) .t4s-sticky-atc {
    z-index: 465;
  }
  .sticky-is--active .t4s-close-overlay.is--pindop {
    z-index: 462;
  }
  .t4s-sticky-atc .t4s-dropdown__wrapper,
  .t4s-lb__wrapper {
    transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .t4s-sticky-atc .t4s-dropdown__sortby button[data-dropdown-open] {
    border-bottom: 1px solid var(--border-color);
    border-radius: 0;
    min-width: 50px;
  }
  .sticky_layout_mb--minimal .t4s-sticky-atc__product,
  .sticky_layout_mb--minimal2 .t4s-sticky-atc__product {
    display: none;
  }
  .sticky_layout_mb--minimal .t4s-sticky-atc__title,
  .sticky_layout_mb--minimal .t4s-sticky-atc__img {
    display: block;
  }
  .sticky_layout_mb--minimal .t4s-sticky-atc__product {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .sticky_layout_mb--minimal .t4s-sticky-atc__infos {
    width: calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    padding: 0 15px;
    margin: 0;
  }
  .sticky_layout_mb--minimal .t4s-sticky-atc__v-title {
    width: 100%;
    margin: 10px 0;
    text-align: center;
    border-top: 1px solid var(--border-color);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .sticky_layout_mb--minimal .t4s-sticky-atc__v-title.is--enable_select_false {
    padding: 9px 0;
    border-bottom: 1px solid var(--border-color);
  }
  .sticky_layout_mb--minimal button[data-dropdown-open] {
    width: 100%;
    min-height: 44px !important;
  }
  .sticky_layout_mb--minimal .t4s-sticky-atc__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  button.t4s-sticky-close {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: transparent;
    color: var(--secondary-color);
    border-radius: 50%;
    padding: 0;
  }
}
@media (max-width: 575px) {
  .t4s-sticky-atc__product,
  .t4s-sticky-atc__btns {
    width: 100%;
  }
  .t4s-sticky-atc__qty {
    margin-right: 10px;
  }
  .t4s-sticky-atc__atc {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
=======
.t4s-sticky-atc {
    padding: 15px;
    z-index: 468;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease;
    -webkit-transform: translate3d(0,105%,0);
    transform: translate3d(0,105%,0);
    opacity: 1;
    pointer-events: auto;
}
.w__StickyAddtocart {
    padding: 10px;
    background-color: var(--t4s-light-color);
    box-shadow: 0 0 9px #0000001f;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-backdrop-filter: saturate(180%) blur(20px) opacity(1);
    backdrop-filter: saturate(180%) blur(20px) opacity(1);
    background: rgb(255 255 255 / 70%);
    max-width: fit-content;
    margin: auto;
    border-radius: 9px;
}
.t4s-sticky-atc.is--shown {
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
}
.t4s-sticky-atc__product,
.t4s-sticky-atc__btns {
    display: flex;
    align-items: center;
}
.t4s-sticky-atc__img {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 50%;
    overflow: hidden;
}
.t4s-sticky-atc__img img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
.t4s-sticky-atc__title {
    color: var(--secondary-color);
    font-weight: 500;
    font-size: 1.2rem;
}
.t4s-sticky-atc__price {
    color: var(--secondary-price-color);
}
.t4s-sticky-atc__price ins {
    color: var(--primary-price-color);
    margin-inline-start: 5px;
    display: inline-block;
}
.t4s-sticky-atc__infos {
    margin: 0 15px;
}
.t4s-sticky-atc__qty {
    min-width: 100px;
    width: 100px;
    height: 40px;
    border: 0px solid var(--border-color);
    text-align: center;
    display: inline-block;
    position: relative;
    margin-right: 15px;
}
.t4s-sticky-atc__qty button {
    position: absolute;
    display: block;
    padding: 0;
    top: 0px;
    height: 40px;
    line-height: 1;
    border: 0;
    background: 0 0;
    color: var(--secondary-color);
}
.t4s-sticky-atc__qty .is--minus {
    left: 0;
    text-align: left;
    padding-left: 15px;
}
.t4s-sticky-atc__qty .is--plus {
    right: 0;
    text-align: right;
    padding-right: 15px;
}
.t4s-sticky-atc__qty input.t4s-quantity-input[type=number] {
    width: 35px;
    border: 0px;
    height: 38px;
    background: 0px 0px;
    padding: 0;
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--secondary-color);
    text-align: center;
}
.t4s-sticky-atc__qty button svg {
    width: 20px;
    height: 20px;
    stroke-width: 2px;
    background: var(--border-color);
    border-radius: 50%;
    padding: 5px;
}
.t4s-sticky-atc__atc {
    font-size: 1.2rem;
    font-weight: 600;
    min-height: 40px;
    padding: 5px 25px;
    min-width: 160px;
    text-transform: uppercase;
    border-radius: 0;
    background-color: var(--btn-background) !important;
    color: var(--btn-color);
}
.t4s-sticky-atc__atc:hover {
    background-color: var(--accent-color-darken) !important;
}
.t4s-sticky-atc__v-title {
    margin: 0 20px;
    color: var(--secondary-color);
    text-decoration: underline;
}
[data-sticky-v-title] {
    cursor: pointer;
}
.t4s-sticky-atc__v-title .t4s-dropdown {
   cursor: default;
   font-size: 1.2rem;
}
.t4s-sticky-atc__v-title:empty {
    margin: 0 44px;
}
.t4s-sticky-atc__v-title select {
    min-width: 100px;
}
.rtl_false .t4s-sticky-atc__v-title .t4s-icon-select-arrow {
    right: 8px;
}
.rtl_false .t4s-sticky-atc__v-title .t4s-dropdown__sortby button[data-dropdown-open] {
    padding-right: 10px;
    border-radius: var(--btn-radius);
}
.rtl_true .t4s-sticky-atc__v-title .t4s-icon-select-arrow {
    left: 8px;
}
.rtl_true .t4s-sticky-atc__v-title .t4s-dropdown__sortby button[data-dropdown-open] {
    padding-left: 20px;
}
button.t4s-sticky-atc__atc[disabled="disabled"],
button.t4s-sticky-atc__atc[aria-disabled="true"] {
    opacity: .5;
    animation: none !important;
    pointer-events: none;
}
.t4s-sticky-atc[hidden],
button.t4s-sticky-close {
    display: none;
}
.t4s-sticky-atc__v-title .t4s-drop-arrow {
    display: none !important;
}
button.t4s-sticky-atc__atc[disabled="disabled"]{
    pointer-events: none;
}
.t4s-sticky-atc__v-title .t4s-dropdown__content button[disabled] {
    pointer-events: none;
    opacity: .6;
}
.t4s-sticky-atc__product .t4s-dropdown__sortby button[data-dropdown-open] {
    color: var(--secondary-color);
    font-size: 1.2rem;
}
@media (max-width: 767px) {
    .t4s-sticky-atc {
        flex-wrap: wrap;
    }
    .t4s-sticky-atc__img,
    .t4s-sticky-atc__title {
        display: none
    }
    .t4s-sticky-atc__product {
        flex-direction: column;
        margin-bottom: 15px;
    }
    html:not(.is--opend-drawer) .t4s-sticky-atc {
        z-index: 465;
    }
    .sticky-is--active .t4s-close-overlay.is--pindop {
        z-index: 462;
    }
    .t4s-sticky-atc .t4s-dropdown__wrapper, .t4s-lb__wrapper {
        transition: .2s cubic-bezier(.645, .045, .355, 1);
    }
    .t4s-sticky-atc .t4s-dropdown__sortby button[data-dropdown-open] {
        border-bottom: 1px solid var(--border-color);
        border-radius: 0;
        min-width: 50px;
    }
    .sticky_layout_mb--minimal .t4s-sticky-atc__product,
    .sticky_layout_mb--minimal2 .t4s-sticky-atc__product {
        display: none
    }
    .sticky_layout_mb--minimal .t4s-sticky-atc__title,
    .sticky_layout_mb--minimal .t4s-sticky-atc__img {
        display: block;
    }
    .sticky_layout_mb--minimal .t4s-sticky-atc__product {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .sticky_layout_mb--minimal .t4s-sticky-atc__infos {
        width: calc( 100% - 110px);
        width: -webkit-calc( 100% - 110px);
        padding: 0 15px;
        margin: 0;
    }
    .sticky_layout_mb--minimal .t4s-sticky-atc__v-title {
        width: 100%;
        margin: 10px 0;
        text-align: center;
        border-top: 1px solid var(--border-color);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .sticky_layout_mb--minimal .t4s-sticky-atc__v-title.is--enable_select_false {
        padding: 9px 0;
        border-bottom: 1px solid var(--border-color);
    }
    .sticky_layout_mb--minimal button[data-dropdown-open] {
        width: 100%;
        min-height: 44px !important;
    }
    .sticky_layout_mb--minimal .t4s-sticky-atc__title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    button.t4s-sticky-close {
        width: 44px;
        height: 44px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        background-color: transparent;
        color: var(--secondary-color);
        border-radius: 50%;
        padding: 0
    }
}
@media (max-width: 575px) {
    .t4s-sticky-atc__product, .t4s-sticky-atc__btns {        
        width: 100%;
    }
    .t4s-sticky-atc__qty {
        margin-right: 10px;
    }
    .t4s-sticky-atc__atc {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
}
>>>>>>> feature/ysy
