@keyframes product-item-style1-animate-in {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, -10px);
  }
}
@keyframes product-item-style1-animate-out {
  0% {
    transform: translate(0px, -10px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes tab-pane-animate-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tab-pane-animate-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dotsMobileAnimation {
  to {
    width: 100%;
    border-radius: 100px;
  }
}
.elementor-widget-CSPElementorStore3Widget {
  width: 100%;
}
.elementor-widget-CSPElementorStore3Widget .container {
  width: 1140px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}
.elementor-widget-CSPElementorStore3Widget .container .tabs {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
  z-index: 2;
  position: relative;
}
.elementor-widget-CSPElementorStore3Widget .container .tabs .tab {
  display: flex;
  height: 68px;
  padding: 10px 32px 10px 12px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-radius: 999px;
  background-color: #fff;
  transition: background-color 0.3s;
  border: none;
  margin-right: 0;
}
.elementor-widget-CSPElementorStore3Widget .container .tabs .tab .tab-icon {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  border-radius: 200px;
  background-color: #EEEDE7;
}
.elementor-widget-CSPElementorStore3Widget .container .tabs .tab .tab-icon i {
  color: #E51518;
}
.elementor-widget-CSPElementorStore3Widget .container .tabs .tab .tab-icon svg {
  width: 40px;
  height: 40px;
}
.elementor-widget-CSPElementorStore3Widget .container .tabs .tab .tab-icon svg path {
  fill: #fff;
}
.elementor-widget-CSPElementorStore3Widget .container .tabs .tab .tab-title {
  color: #4C4C4C;
  font-family: "Sabin" !important;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  max-width: 97px;
}
.elementor-widget-CSPElementorStore3Widget .container .tabs .tab.active {
  background-color: #E51518;
  color: white;
}
.elementor-widget-CSPElementorStore3Widget .container .tabs .tab.active .tab-title {
  color: #fff;
}
.elementor-widget-CSPElementorStore3Widget .container .tabs .tab.active .tab-icon {
  background-color: #fff;
}
.elementor-widget-CSPElementorStore3Widget .tab-content {
  background: #E0DED4;
  border-radius: 64px;
  padding: 0;
  width: 1308px;
  margin: 0 auto;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container {
  width: 1180px;
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 64px;
  position: relative;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .section-title {
  color: #4C4C4C;
  z-index: 2;
  position: relative;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .section-title p {
  font-family: "Sabin" !important;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .section-title h2 {
  font-family: "Sabin" !important;
  font-size: 48px;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .section-title:after {
  content: none;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane {
  padding-bottom: 64px;
  display: none;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane .button-link-wrapper {
  border: 1px solid white;
  padding: 4px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 999px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane .product-item:first-child {
  border-radius: 32px 16px 8px 16px;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane .product-item:nth-child(2) {
  border-radius: 16px 32px 16px 8px;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane .product-item:nth-child(3) {
  border-radius: 16px 8px 16px 32px;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane .product-item:nth-child(4) {
  border-radius: 8px 16px 32px 16px;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane .product-data {
  position: relative;
  width: 100%;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane .product-title {
  font-family: "Sabin" !important;
  font-size: 20px;
  animation: tab-pane-animate-out 1s forwards;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane .product-description {
  font-family: "Sabin" !important;
  font-size: 14px;
  font-weight: 300;
  color: #4C4C4C;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane .product-button {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane p.description {
  color: #000;
  font-family: "Sabin" !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  /* 25.2px */
  margin-bottom: 13px;
  margin-top: 36px;
  width: 800px;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane .product-item {
  cursor: pointer;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane .featured-image {
  position: absolute;
  left: 800px;
  bottom: 0px;
  width: 100%;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane .featured-image img {
  max-height: 688px;
  z-index: 1;
  position: relative;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane .tab-button {
  display: flex;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  padding: 12px 16px 12px 24px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100px;
  background: #E51518;
  color: #fff;
  text-align: center;
  font-family: "Sabin" !important;
  font-feature-settings: "clig" off, "liga" off;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 19.2px */
  transition: background-color 0.3s;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane .tab-button:hover {
  background-color: #be0003;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane .tab-button svg path {
  stroke: #fff;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style2 .product-items .product-item, .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style3 .product-items .product-item {
  background-position: center;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style2 .product-items .product-item.featured, .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style3 .product-items .product-item.featured {
  grid-area: featured;
  background-size: cover;
  height: 350px;
  position: relative;
  border-radius: 8px;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style2 .product-items .product-item.featured .product-data, .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style3 .product-items .product-item.featured .product-data {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  background: linear-gradient(0deg, #000 6.45%, rgba(0, 0, 0, 0) 65.41%);
  width: 100%;
  border-radius: 8px;
  height: 100%;
  padding-bottom: 34px;
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-style: normal;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style2 .product-items .product-item.featured .product-data .product-title, .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style3 .product-items .product-item.featured .product-data .product-title {
  font-family: "Sabin" !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  /* 24px */
  margin-bottom: 15px;
  width: 276px;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style2 .product-items .product-item.featured .product-data .product-price, .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style3 .product-items .product-item.featured .product-data .product-price {
  font-family: "Sabin" !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  margin-bottom: 15px;
  width: 276px;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style2 .product-items .product-item.featured .product-data .product-price span, .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style3 .product-items .product-item.featured .product-data .product-price span {
  font-family: "Sabin" !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  /* 19.2px */
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style2 .product-items .product-item.featured .product-data .product-button a, .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style3 .product-items .product-item.featured .product-data .product-button a {
  display: flex;
  width: 276px;
  height: 38px;
  min-width: 112px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #14B13F;
  color: #fff;
  text-align: center;
  font-family: "Sabin" !important;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  letter-spacing: 0.24px;
  transition: background-color 0.3s;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style1 .products {
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: 100%;
  z-index: 2;
  position: relative;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style1 .products .product-items {
  display: flex;
  width: 800px;
  flex-wrap: wrap;
  gap: 8px;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style1 .products .product-items .product-item {
  width: 380px;
  min-height: 150px;
  padding: 24px 19px 13px 19px;
  display: flex;
  gap: 13px;
  background-color: #fff;
  position: relative;
  border: 1px solid #D0CFC4;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style1 .products .product-items .product-item .product-exclusive {
  position: absolute;
  font-weight: 500;
  color: #323232;
  font-size: 10px;
  padding: 0 12px;
  border-radius: 40px;
  background: #F4E8D1;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  height: 22px;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style1 .products .product-items .product-item .product-image {
  max-width: 70px;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style1 .products .product-items .product-item .product-image img {
  height: 102px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style1 .products .product-items .product-item .product-data {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style1 .products .product-items .product-item .product-data .product-title {
  color: #222;
  font-family: "Sabin" !important;
  font-feature-settings: "clig" off, "liga" off;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 19.2px */
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style1 .products .product-items .product-item .product-data .product-price {
  color: #000;
  font-family: "Sabin" !important;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 120%;
  /* 19.2px */
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style1 .products .product-items .product-item .product-data .product-price span {
  color: #5A5D67;
  font-family: "Sabin" !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  letter-spacing: 0.24px;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style1 .products .product-items .product-item .product-data .product-button a {
  display: flex;
  width: 100%;
  height: 39px;
  min-width: 112px;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background-color: #14B13F;
  color: #fff;
  border-radius: 30px;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style1 .products .product-items .product-item .product-data .product-button a:hover {
  background-color: #0C6A26;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style1 .products .product-items .product-item .product-data .product-button a svg path {
  fill: #fff;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style1 .products .product-items .product-item .product-tag {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 143px;
  height: 17px;
  padding: 0 10px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 0 8px;
  background: #E42722;
  color: #fff;
  text-align: right;
  font-family: "Sabin" !important;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  letter-spacing: 0.24px;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style2 .products {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 800px;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style2 .products .product-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 10px 20px;
  grid-template-areas: "featured ." "featured ." "featured ." "featured .";
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style2 .products .product-items .product-item:not(.featured) {
  width: 360px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid #EEEEEE;
  background: #fff;
  box-shadow: 0 10px 20px 0 rgba(38, 50, 56, 0.1);
  display: flex;
  gap: 23px;
  align-items: center;
  padding-left: 25px;
  transition: border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style2 .products .product-items .product-item:not(.featured) .product-icon {
  display: flex;
  width: 54.545px;
  height: 40px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 200px;
  background: #E42722;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style2 .products .product-items .product-item:not(.featured) .product-icon svg path {
  fill: #fff;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style2 .products .product-items .product-item:not(.featured) .product-title {
  color: #000;
  font-family: "Sabin" !important;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 220px;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style2 .products .product-items .product-item:not(.featured):hover {
  border: 1px solid #F1F0F5;
  background: #FF4445;
  box-shadow: 0 10px 20px 0 rgba(46, 58, 89, 0.3);
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style2 .products .product-items .product-item:not(.featured):hover .product-icon svg path {
  fill: #fff;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style2 .products .product-items .product-item:not(.featured):hover .product-title {
  color: #fff;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style2 .products .product-items .product-item.featured {
  grid-area: featured;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style3 {
  flex-direction: column;
  width: 1100px;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style3 .description {
  margin-bottom: 33px;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style3 .product-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 20px;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style3 .product-items .product-item {
  width: auto;
  grid-area: inherit !important;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.active {
  display: flex !important;
  position: relative;
}
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.active .product-title,
.elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.active .featured-image {
  animation: tab-pane-animate-in 1s forwards;
}

@media screen and (max-width: 767px) {
  .elementor-widget-CSPElementorStore3Widget .container .tab-pane.style1 .products .product-items.style4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1500px) {
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane .featured-image {
    right: auto;
    z-index: 1;
  }
}
@media screen and (max-width: 1299px) {
  .elementor-widget-CSPElementorStore3Widget .tab-content {
    height: 535px;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane {
    height: 535px;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane .featured-image {
    height: 535px;
    bottom: 68px;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane .featured-image img {
    max-height: 603px;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style1 .products .product-items {
    width: 680px;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style1 .products .product-items .product-item {
    width: 330px;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style2 .products .product-items .product-item:not(.featured) {
    height: 70px;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style2 .products .product-items .product-item.featured {
    height: 323px;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style3 .product-items .product-item.featured {
    height: 323px;
  }
}
@media screen and (max-width: 767px) {
  .elementor-widget-CSPElementorStore3Widget .section-title {
    display: none;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container {
    display: flex;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container > .container {
    width: 106px;
    margin: 0;
    padding: 0;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container > .container .tabs {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container > .container .tabs .tab {
    width: 103px;
    flex-direction: column;
    min-height: 107px;
    min-width: auto;
    border-radius: 20px 0 0 20px;
    gap: 8px;
    margin-bottom: 4px;
    padding: 0;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container > .container .tabs .tab .tab-icon {
    width: 40px;
    height: 40px;
    padding: 0;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container > .container .tabs .tab .tab-icon svg {
    width: 18px;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container > .container .tabs .tab .tab-title {
    text-align: center;
    font-family: "Sabin" !important;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0%;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container > .container .tabs .tab.active {
    width: 106px;
    color: #000;
    background-color: #D0CFC4;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container > .container .tabs .tab.active .tab-title {
    color: #000;
    font-weight: 500;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container > .container .tabs .tab.active .tab-icon {
    background-color: #fff;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container > .container .tabs .tab.active .tab-icon i {
    color: #E51518;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content {
    height: auto;
    width: 100%;
    border-radius: 0 20px 20px 20px;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content.style4 {
    background: none !important;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content.style4 .tab-pane .products {
    padding: 0 !important;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    height: inherit;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane {
    max-width: auto;
    height: auto;
    padding-bottom: 30px;
    border-radius: 0 20px 20px 20px;
    background-color: #D0CFC4;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane .button-link-wrapper {
    bottom: -52px;
    width: 100%;
    border: 0;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
    padding: 0;
    background-color: transparent;
    position: unset;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane .button-link-wrapper .tab-button {
    width: 100%;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane p.description {
    width: 100%;
    display: none;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane .tab-button {
    display: flex;
    width: calc(100% - 20px);
    height: 40px;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: "Sabin" !important;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 19.2px */
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane .featured-image {
    display: none;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane .products {
    width: 100%;
    height: -moz-min-content;
    height: min-content;
    padding: 0 20px;
    flex-direction: column;
    gap: 16px;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane .products .product-items {
    width: 100%;
    margin-top: 20px;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane .products .product-items.style4 {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane .products .product-items .product-item {
    width: 100%;
    min-height: 90.509px;
    background-color: white;
    gap: 16px;
    padding: 0;
    border-radius: 22px;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane .products .product-items .product-item .product-image {
    width: 52px;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane .products .product-items .product-item .product-image img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 52px;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane .products .product-items .product-item .product-data {
    width: inherit;
    padding: 16px;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane .products .product-items .product-item .product-data .product-description {
    display: none;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane .products .product-items .product-item .product-data .product-title {
    margin-bottom: 15px;
    margin-right: 20px;
    font-size: 16px;
    letter-spacing: 2%;
    font-weight: 500;
    color: #323232;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane .products .product-items .product-item .product-data .product-price {
    display: none;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane .products .product-items .product-item .product-data .product-button {
    margin-right: 20px;
    position: inherit;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane .products .product-items .product-item .product-data .product-button a {
    width: 100%;
    display: flex;
    height: 33px;
    min-width: 112px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-align: center;
    font-family: "Sabin" !important;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 18px */
    letter-spacing: 2%;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane .products .product-items .product-item .product-tag {
    display: none;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style2 .products {
    padding-left: 26px;
    padding-right: 24px;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style2 .products .product-items {
    display: flex;
    flex-direction: column;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style2 .products .product-items .product-item .product-data {
    border-radius: 8px;
    padding-bottom: 15px;
    background: linear-gradient(0deg, #000 6.45%, rgba(0, 0, 0, 0) 65.41%);
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style2 .products .product-items .product-item .product-data .product-title {
    width: calc(100% - 48px);
    margin-right: inherit;
    font-family: "Sabin" !important;
    font-size: 16px;
    font-style: normal;
    margin-bottom: 10px;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style2 .products .product-items .product-item .product-data .product-price {
    display: block;
    width: calc(100% - 48px);
    font-family: "Sabin" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.48px;
    margin-bottom: 10px;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style2 .products .product-items .product-item .product-data .product-price span {
    font-family: "Sabin" !important;
    font-size: 14px;
    font-weight: 300;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style2 .products .product-items .product-item .product-data .product-button {
    width: calc(100% - 48px);
    margin-right: 0;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style2 .products .product-items .product-item .product-data .product-button a {
    display: flex;
    height: 40px;
    padding: 10px;
    border-radius: 100px;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style2 .products .product-items .product-item.featured {
    height: 220px;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style2 .products .product-items .product-item:not(.featured) {
    width: 100%;
    min-height: 64px;
    height: 64px;
    padding-left: 15px;
    gap: 13px;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style2 .products .product-items .product-item:not(.featured) .product-icon {
    width: 40px;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style2 .products .product-items .product-item:not(.featured) .product-title {
    font-family: "Sabin" !important;
    font-size: 16px;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style2 .tab-button {
    width: 100%;
    display: none;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style3 p.description {
    display: block;
    width: 100%;
    padding-left: 25px;
    font-family: "Sabin" !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 21px */
    margin: 22px 0;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style3 .product-items {
    flex-direction: column;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style3 .product-items .product-item.featured {
    height: 220px;
    width: auto;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style3 .product-items .product-item.featured .product-data {
    padding: 0 14px 15px 14px;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style3 .product-items .product-item.featured .product-data .product-title {
    width: 100%;
    font-family: "Sabin" !important;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style3 .product-items .product-item.featured .product-data .product-price {
    width: 100%;
    font-family: "Sabin" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.48px;
    margin-bottom: 10px;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style3 .product-items .product-item.featured .product-data .product-price span {
    font-family: "Sabin" !important;
    font-size: 14px;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style3 .product-items .product-item.featured .product-data .product-button {
    width: 100%;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style3 .product-items .product-item.featured .product-data .product-button a {
    width: 100%;
    display: flex;
    height: 40px;
    min-width: 112px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style3 .owl-dots {
    width: 100%;
    display: flex;
    gap: 10px;
    margin-top: 8px;
    justify-content: center;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style3 .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style3 .owl-dots .owl-dot.active {
    width: 73px;
    border-radius: 100px;
    position: relative;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style3 .owl-dots .owl-dot.active::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #E42722;
    position: absolute;
    top: 0;
    left: 0;
    animation: dotsMobileAnimation 5s linear;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style3 .tab-button {
    display: none;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style4 {
    background: none !important;
  }
}
@media screen and (1024px < width < 1100px) {
  .elementor-widget-CSPElementorStore3Widget .tab-content .container {
    width: 100%;
    max-width: 100%;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style2 p.description {
    width: 700px;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style2 .products {
    width: 700px;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style2 .featured-image {
    left: 720px;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style3 {
    width: 100%;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style3 .product-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: calc(100% - 40px);
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style3 .product-items .product-item {
    width: auto;
    grid-area: inherit !important;
  }
}
@media screen and (767px < width < 1025px) {
  .elementor-widget-CSPElementorStore3Widget .section-title {
    display: none;
  }
  .elementor-widget-CSPElementorStore3Widget .container {
    width: 100vw;
  }
  .elementor-widget-CSPElementorStore3Widget .container .tabs .tab {
    min-width: 240px;
    padding: 10px 45px;
  }
  .elementor-widget-CSPElementorStore3Widget .container .tabs .tab.active {
    background-color: #D0CFC4;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content {
    background: #E0DED4;
    height: auto;
    padding: 0 0 71px 0;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container {
    padding: 0;
    width: 100vw;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane {
    background: #E0DED4;
    height: auto;
    padding: 0 20px;
    max-width: 100vw;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane p.description {
    width: calc(100vw - 40px);
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane .featured-image {
    position: relative;
    bottom: -71px;
    display: flex;
    align-items: end;
    left: initial;
    height: auto;
    width: 50%;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane .featured-image img {
    width: auto;
    max-height: 750px;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style1 .products {
    width: 50%;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style1 .products .product-items {
    width: 100%;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style1 .products .product-items .product-item {
    width: 100%;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style2 .products {
    width: 50%;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style2 .products .product-items {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style2 .products .product-items .product-item {
    width: 100% !important;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style3 .product-items .product-item .product-data .product-title {
    width: calc(100% - 40px) !important;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style3 .product-items .product-item .product-data .product-price {
    width: calc(100% - 40px) !important;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style3 .product-items .product-item .product-data .product-button {
    width: calc(100% - 40px) !important;
  }
  .elementor-widget-CSPElementorStore3Widget .tab-content .container .tab-pane.style3 .product-items .product-item .product-data .product-button a {
    width: 100% !important;
  }
}
@media screen and (576px < width < 768px) {
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style2 .products .product-items {
    display: grid;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style2 .products .product-items .product-item.featured {
    height: auto;
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style3 .product-items {
    padding: 0 20px;
    gap: 5px;
  }
}
@media screen and (width < 576px) {
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style3 .owl-stage-outer {
    width: calc(100vw - 106px);
  }
  .elementor-widget-CSPElementorStore3Widget .elementor-widget-container .tab-content .container .tab-pane.style3 .product-items {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .store-skeleton {
    border-radius: 0 !important;
  }
}
.skeleton {
  display: flex;
  justify-content: center;
}

.store-skeleton {
  position: relative;
  width: 100vw;
  height: 550px;
  background-color: #DADCE8;
  overflow: hidden;
  border-radius: 10px;
}

.store-skeleton::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  animation: skeleton-light 2.5s ease-out infinite;
}

@keyframes skeleton-light {
  0% {
    left: -30%;
  }
  100% {
    left: 100%;
  }
}/*# sourceMappingURL=style.css.map */