/** Shopify CDN: Minification failed

Line 124:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:faq-yes-sav (INDEX:52) */
.faq-section3 {
  padding: 60px 20px;
  background-color: #ffffff;
}

.faq-container3 {
  max-width: 1200px;
  margin: 0 auto;
}

.faq-title3 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
  color: #000000;
}

.faq-subtitle3 {
  font-size: 18px;
  text-align: center;
  color: #666666;
  margin-bottom: 48px;
}

.faq-list3 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 900px;
  margin: 0 auto;
}

.faq-item3 {
  background-color: #f9fafb;
  border-radius: 8px;
  padding: 20px 24px;
}

.faq-question-wrapper3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.faq-question3 {
  font-size: 16px;
  color: #111827;
  margin: 0;
}

.faq-answer-wrapper3 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.faq-answer3 {
  color: #3b82f6;
  font-weight: 600;
}

.faq-checkmark3 {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 768px) {
  .faq-section3 {
    padding: 40px 16px;
  }
  
  .faq-title3 {
    font-size: 28px;
  }
  
  .faq-subtitle3 {
    font-size: 16px;
    margin-bottom: 32px;
  }
  
  .faq-item3 {
    padding: 16px 20px;
  }
  
  .faq-question3 {
    font-size: 15px;
  }
}
/* END_SECTION:faq-yes-sav */

/* START_SECTION:index-section-instagram_shop (INDEX:84) */
.snptwdgt-container{
margin-top: 20px;
}
.snptwdgt-container .snptwdgt__ftr{
display: none;
}
/* END_SECTION:index-section-instagram_shop */

/* START_SECTION:qr-code-generator (INDEX:128) */
.qr-code-generator {
  text-align: center;
  padding: 20px;
}

.qr-code-generator h2 {
  margin-bottom: 15px;
}
/* END_SECTION:qr-code-generator */

/* START_SECTION:slider-image-yastime (INDEX:135) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

svg{
    width: 25px;
}

/* css slider */
.ys_0008_slider{
    height: 100vh;
    /*margin-top: -50px;*/
    position: relative;
}
.ys_0008_slider .ys_0008_list .ys_0008_item{
    position: absolute;
    inset: 0 0 0 0;
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}
.ys_0008_slider .ys_0008_list .ys_0008_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ys_0008_slider .ys_0008_list .ys_0008_item::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(
        to top, #000 40%, transparent
    );
}
.ys_0008_slider .ys_0008_list .ys_0008_item .ys_0008_content{
    position: absolute;
    left: 10%;
    top: 20%;
    width: 500px;
    max-width: 80%;
    z-index: 1;
}
.ys_0008_slider .ys_0008_list .ys_0008_item .ys_0008_content p:nth-child(1){
    text-transform: uppercase;
    letter-spacing: 10px;
}
.ys_0008_slider .ys_0008_list .ys_0008_item .ys_0008_content h2{
    font-size: 100px;
    margin: 0;
}
.ys_0008_slider .ys_0008_list .ys_0008_item.ys_0008_active{
    opacity: 1;
    z-index: 10;
}
@keyframes showContent {
    to{
        transform: translateY(0);
        filter: blur(0);
        opacity: 1;
    }
}
.ys_0008_slider .ys_0008_list .ys_0008_item.ys_0008_active p:nth-child(1),
.ys_0008_slider .ys_0008_list .ys_0008_item.ys_0008_active h2,
.ys_0008_slider .ys_0008_list .ys_0008_item.ys_0008_active p:nth-child(3){
    transform: translateY(30px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent .5s .7s ease-in-out 1 forwards;
}
.ys_0008_slider .ys_0008_list .ys_0008_item.ys_0008_active h2{
    animation-delay: 1s;
}
.ys_0008_slider .ys_0008_list .ys_0008_item.ys_0008_active p:nth-child(3){
    animation-duration: 1.3s;
}
.ys_0008_arrows{
    position: absolute;
    top: 30%;
    right: 50px;
    z-index: 100;
}
.ys_0008_arrows button{
    background-color: #eee5;
    border: none;
    font-family: monospace;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: x-large;
    color: #eee;
    transition: .5s;
}
.ys_0008_arrows button:hover{
    background-color: #eee;
    color: black;
}
.ys_0008_thumbnail{
    position: absolute;
    bottom: 50px;
    z-index: 11;
    display: flex;
    gap: 10px;
    width: 100%;
    height: 250px;
    padding: 0 50px;
    box-sizing: border-box;
    overflow: auto;
    justify-content: center;
}
.ys_0008_thumbnail::-webkit-scrollbar{
    width: 0;
}
.ys_0008_thumbnail .ys_0008_item{
    width: 150px;
    height: 220px;
    filter: brightness(.5);
    transition: .5s;
    flex-shrink: 0;
}
.ys_0008_thumbnail .ys_0008_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.ys_0008_thumbnail .ys_0008_item.ys_0008_active{
    filter: brightness(1.5);
}
.ys_0008_thumbnail .ys_0008_item .ys_0008_content{
    position: absolute;
    inset: auto 10px 10px 10px;
}
@media screen and (max-width: 678px) {
    .ys_0008_thumbnail{
        justify-content: start;
    }
    .ys_0008_slider .ys_0008_list .ys_0008_item .ys_0008_content h2{
        font-size: 60px;
    }
    .ys_0008_arrows{
        top: 10%;
    }
}
/* END_SECTION:slider-image-yastime */