:root {
    --font-main: "PingARLT";
    --font-sallaicons: "sallaicons";
  }
  footer {
  background-color: #fffff;
  padding: 3px;
  text-align: center;
  color: #fff;
}
.single_add_to_cart_button:hover {
    background: pink !important;
}
:host {
  display: black;
}
salla-add-product-button[width=wide] {
  width: 120%;
}
* Installment::Tamara & Spotii
*/
.tamara-product-widget{
  margin-bottom: 10px;
}
.tamara-product-widget,
.spotii-wrapper {
  min-height: 100px;
  position: relative;
  color: var(--color-text);
  font-size: var(--font-sm);
  line-height: 0;
  padding: 20px 20px 20px 70px !important;
  background: white;
  border-radius: 0rem;
  transition: box-shadow .5s cubic-bezier(0.3, 0, 0.2, 1);
  }
  .store-footer {
    position: relative;
    margin-top: 2rem;
    --tw-bg-opacity: 1;
    background-color: #0e0f0f;
    background-color: rgb(14 15 15/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: #fff;
    color: rgb(255 255 255/var(--tw-text-opacity))
}
.s-products-list-wrapper {
    grid-gap: .25rem;
    display: grid;
    gap: .50rem;
    grid-template-columns: repeat(2,minmax(0,1fr))
}
.s-product-card-entry.no-bg {
    background-color: #f7f4f4
}

@media(min-width: 768px) {
    .s-products-list-wrapper {
        gap:.20rem;
        grid-template-columns: repeat(6,minmax(0,1fr))
    }
}
@media(min-width: 640px) {
    .s-slider-block__title {
        margin-bottom:0rem;
        padding-top: 0rem;
    }
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250,var(--tw-bg-opacity))
}

.s-product-card-image {
    height: 150%;
    position: relative;
    width: 96%
}

.s-product-card-content {
    display: flex;
    flex-direction: column;
    height: 80%;
    padding: 1.25rem .5rem .5rem
}

.s-product-card-content-main {
    margin-bottom: 1.25rem
}

.s-product-card-content-title {
    font-size: .850rem;
    line-height: 1.25rem;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.mt-4 {
    margin-top: 1rem
}

.my-6 {
    margin-bottom: 2.5rem;
    margin-top: .5rem;
}

.s-product-card-discount {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    align-items: center;
    background-color: rgba(239,68,68,var(--tw-bg-opacity));
    color: rgba(255,255,255,var(--tw-text-opacity));
    display: flex;
    flex-direction: column;
    font-size: .60rem;
    line-height: 1rem;
    opacity: .9;
    padding: .2rem;
    position: absolute;
    top: 0;
    width: 1.6rem;
    z-index: 2
}

[dir=rtl] .s-product-card-discount {
    left: .50rem
}
.s-product-card-promotion-title {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(248,113,113,var(--tw-bg-opacity));
    color: rgba(255,255,255,var(--tw-text-opacity));
    font-size: .50rem;
    line-height: 1rem;
    opacity: .9;
    padding: .25rem .5rem;
    position: absolute;
    top: 0;
    width: rem;
    z-index: 2
}

[dir=rtl] .s-product-card-promotion-title {
    right: 0;
}
main {
  display: grid;
  grid-template-columns: 200px 1fr;
  margin-bottom: 70px;
}
.ImageGallery {
  grid-row: span 100;
  margin-bottom: 100px;
}
.PDPDesktop-header {
  margin: 0 0 10px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
[data-designer-theme=chanel] .PDPDesktop-designerCategoryName {
  --secondary-font: Arial;
}