/** Shopify CDN: Minification failed

Line 381:18 Expected identifier but found whitespace
Line 381:19 Unexpected "2px"
Line 381:30 Unexpected "{"
Line 381:39 Expected ":"
Line 388:20 Unexpected "{"
Line 388:29 Expected ":"
Line 388:35 Unexpected "{"
Line 389:24 Expected identifier but found whitespace
Line 389:26 Unexpected "{"
Line 389:35 Expected ":"
... and 16 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-tab-img-text (INDEX:22) */
.custom-tab-section .custom-tab-content {
      display: none;
    }
    .custom-tab-section .custom-tab-content.active {
      display: flex;
      flex-direction: row;
      gap: 2rem;
      align-items: flex-start;
    }


    .custom-tab-section .custom-tab-btn.active {
      background-color: #9CE363;
      border: none;
    }
      .custom-tab-text h2 {
        font-family: Neokid;
        font-weight: 400;
        font-size: 24px;
        line-height: 29.2px;
        color: #15ABCB;
    }
      .custom-tab-text p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        max-width: 585px;
    }
    .custom_tab_sec {
        display: grid;
        grid-template-columns: 1.6fr 2fr;
        position: relative;
       background: #EEF0F3;
    }
    .custom-tab-inner {
        padding-top: 36px;
    }
      button.custom-tab-btn {
        height: 50px;
        border-radius: 50px;
        padding: 20px;
        align-items: center;
        text-align: center;
        margin: 0;
        border: 1px solid #AEB4BE;
        display: flex;
    }
      .custom-tab-buttons {
        display: flex;
        gap: 10px;
    }
     .custom-tab-section {
        padding: 54px 2rem 0rem;
        background: #EEF0F3;
    }
     .bottom_text_ic {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        text-align: center;
        padding-top: 3rem;
        gap: 10px;
        width: 60%;
    }
      .bottom_ic_inner h2 {
        font-size: 20px;
        color: #15ABCB;
    }
    span.rgt_txt_c {
        position: absolute;
        right: 30px;
        bottom: 50px;
    }
     div#dog-videoo {
        position: absolute;
        right: 20px;
    }
    .custom-tab-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
      span.bot_imgs img {
        width: 100%;
    }
     span.bot_imgs {
        position: absolute;
        width: 100%;
        bottom: -50px;
    }
      .imgs_custom {
        position: relative;
    }
    .custom-tab-image {
      height: 100%;
      max-height: 800px;
  }
    img.cross_png {
      position: absolute;
      bottom: 0;
      right: 30px;
  }

    
    .mobile-accordion-tabs {
    display: none;
  }

  @media (max-width: 768px) {
    .custom-tab-buttons,
    .custom-tab-content {
      display: none !important;
    }
      .custom_tab_sec {
      grid-template-columns: 1fr;
  }
  .bottom_text_ic {
      display: none;
  }
    .mobile-accordion-tabs {
      display: block;
      padding: 1rem;
    }

    .accordion-item {
      border-bottom: 1px solid #ccc;
    }

    .accordion-header {
      width: 100%;
      text-align: left;
      padding: 1rem 0;
      background: #f6f6f6;
      border: none;
      outline: none;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-family: Inter;
      font-weight: 600;
      font-size: 18px;
      line-height: 28px;
      letter-spacing: 0;
  }

    .accordion-body {
      display: none;
      padding: 0 1rem 1rem;
    }

    .accordion-item.active .accordion-body {
      display: block;
    }
    .accordion-header {
    width: 100%;
    text-align: left;
    padding: 1rem;
    font-weight: bold;
    background: #f6f6f6;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .accordion-icon {
    font-size: 1.2rem;
    transition: transform 0.2s ease;
  }

  .accordion-item.active .accordion-icon {
    content: "-";
  }

  .accordion-body {
    display: none;
    padding: 0 1rem 1rem;
  }

  .accordion-item.active .accordion-body {
    display: block;
  }
  }

  @media (max-width: 1024px) {
    .tab-content-image img {
      width: 100% !important;
      max-width: 400px !important;
      margin: 0 auto;
    }
  }
  
  
  @media (max-width: 768px) {
    .tab-content-image {
      text-align: center;
      margin-top: 1rem;
      margin-bottom: 0.5rem;
    }
    
    .tab-content-image img {
      max-width: 100% !important;
    }
  }
/* END_SECTION:custom-tab-img-text */

/* START_SECTION:filter-tab-section (INDEX:29) */
.main-tab-filter {
    display: flex;
    gap: 3rem;
    max-width: 1230px;
    margin: 0 auto;
}
.filter-- ul.tab-s {
    margin: 2rem 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

.filter-- ul.tab-s li {
  background: none;
  display: inline-block;
  padding: 14px 12px;
  cursor: pointer;
  border: 2px solid #d5cdcd;
  border-radius: 3rem;
}
.filter-- ul{
    margin: 0;
}
.filter-- ul.tab-s li.current{
  border:0px;
}
.filter-- li {
    margin: 0px !important;
}
.filter-- .tab--content{
  display: none;
  border-top: 0;
}

.filter-- .tab--content.current{
  display: inherit;
}

.filter-- li.card-product-li, .filter-- li.card-collection-li {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 2rem;
}

.filter-- .tab-section .product-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.filter-- img.featured-img {
  width: 100%;
  object-fit: cover;
  /* height: 260px; */
}

.filter-- .product-desciption-cont {
  padding: 1.2rem;
  width: 100%;
  height: 100%;
}

.filter-- .product-img-cont {
  width: 100%;
  height: 100%;
}
 .product-img-cont {
  position: relative;
  overflow: hidden;
}



.product-img-cont img {
  transition: all 0.6s cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: transform, opacity;
 
}

.product-img-cont:hover img {
  transform: scale(1.08) rotate(0.5deg); /* Slight zoom + subtle rotation */
  opacity: 0.95;
}

/* Fade-in effect on load */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.product-img-cont img {
  animation: fadeIn 0.8s ease-out;
}

/* Glow effect on hover */
.product-img-cont:hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, rgba(255,255,255,0.3) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
}




.product-img-cont {
  position: relative;
  display: block;
}


@media only screen and (max-width: 768px) {
  .filter-- ul.inner-grid-collection {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .filter-- ul.tab-s li {
    font-size: calc({{ section.settings.tab_font_size }}px * 0.8);
    padding: 12px 15px;
  }
}

@media only screen and (max-width: 480px) {
  .filter-- ul.inner-grid-collection {
    grid-template-columns: 1fr;
  }

  .filter-- ul.tab-s li {
    display: block;
    width: 100%;
    border-bottom: 2px solid #d5cdcd;
    border-radius: 0;
  }

  .filter-- ul.tab-s li.current {
    border-bottom: 2px solid {{ section.settings.tab_content_bg }};
  }
}
/* END_SECTION:filter-tab-section */

/* START_SECTION:info-card (INDEX:36) */
@media screen and (min-width: 990px) {
          .section-{{ section.id }}{
            padding-top: {{ section.settings.top_spacing }}px;
            padding-bottom: {{ section.settings.bottom_spacing }}px;
            padding-left: 80px;
           padding-right: 80px;
          }
            }

    @media screen and (max-width: 991px) {
          .section-{{ section.id }} {
            padding-top: {{ section.settings.mob_top_spacing }}px;
            padding-bottom: {{ section.settings.mob_bottom_spacing }}px;
          }
          }
    .info-card-section {
      padding-left: 80px;
      padding-right: 80px;
      padding-top: 80px;
      padding-bottom: 80px;
  }
   .card-item_info {
    padding: 40px;
    border-radius: 14px;
    position: relative;
    height: 442px;
}
    .info-card-wrapper {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .info-card-section.swiper-slide .info-card {
      width: 100%;
    }
    .grid-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
    .card-item_info p {
      font-family: Neokid;
      font-weight: 400;
      font-size: 32px;
      line-height: 24.88px;
      letter-spacing: 0;
      color: #15ABCB;
  }
    .card-item_info h2 {
    font-size: 48px;
    letter-spacing: 0;
    line-height: 40px;
    margin: 0;
}
  .btns-bottom img {
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 107px;
    height: 193px;
    object-fit: fill;
}
  .two_text {
    display: grid;
    grid-template-columns: 3fr 1fr;
}
  span.hightlight_title {
    background: #fff;
    height: fit-content;
    padding: 10px;
    border-radius: 50px;
    font-family: Neokid;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    width: max-content;
    margin: 0 0 0 auto;
}
  .inner_info_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
 .btns-bottom .button_su {
    margin-bottom: 0px;
}
  .info-card-section a.button_su_inner {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
}


@media only screen and (max-width: 1100px) {
  .grid-layout { 
    grid-template-columns: 1fr !important;
}
  .info-card-section {
    padding-left: 24px;
    padding-right: 24px;
}
}
@media only screen and (max-width: 768px) {
.info-card-section a.button_su_inner {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 14.49px;
    line-height: 20.05px;
    letter-spacing: 10px;
    text-align: center;
    text-transform: uppercase;
    height: 50px;
}
.info-card-section .button_su_inner {
    padding: 16px 24px;
}
  .card-item_info {
    padding:31px 22px 22px 25px;
    border-radius: 14px;
    position: relative;
    height: 360px;
}
  .btns-bottom img {
    width: 83.51809692382812 px;
    height: 150.64479064941406px; 
}
  .card-item_info h2 {
    
    font-family: Koulen;
    font-weight: 400;
    font-style: Regular;
    font-size: 37.47px;
    line-height: 29.66px;
    letter-spacing: 0px;
   
}
  .card-item_info p {
    font-family: Neokid;
    font-weight: 400;
    font-style: Regular;
    font-size: 24.98px;
    line-height: 19.42px;
    letter-spacing: -2px;

}

  span.hightlight_title {

    font-family: Neokid;
    font-weight: 400;
    font-style: Regular;
    font-size: 12.49px;
    line-height: 15.61px;
    letter-spacing: 0px;
    text-align: center;
}
  .info-card-section {
    padding-top: 30px;
    padding-bottom: 60px;
}
}
  @media only screen and (max-width: 600px) {
  .info-card-section {
    display: flex;
    justify-content: center;
}
  }
/* END_SECTION:info-card */

/* START_SECTION:ingredients (INDEX:37) */
.ingredient-section {
    padding: 4rem 2rem 0;
    background-color: #F9F7F6;
    max-width: 1350px;
    margin: auto;
}
.ingredient-section h2 {
    font-size: 48px;
    line-height: 38px;
    letter-spacing: 0;
    text-align: center;
}
.ingredient-section .subheading {
    color: #15ABCB;
    font-family: Neokid;
    font-weight: 400;
    font-size: 36px;
    line-height: 29.2px;
    letter-spacing: 0;
    text-align: center;
    position: relative;
    top: -25px;
    z-index: 1;
    margin-top: 0;
    text-transform: initial;
}

.ingredients-slider {
  margin: 0 auto;
}
.ingredient-item {
  text-align: center;
}
.ingredient-item img {
  width: 100%;
  border-radius: 50px;
}
.ingredient-item p {
  font-family: Neokid;
    font-weight: 400;
    font-size: 36px;
    line-height: 29.2px;
    letter-spacing: 0;
    text-align: center;
    width: 50%;
    margin: 36px auto;
}

   /* the slides */
  .ingredient-section .slick-slide {
      margin: 0 5px;
  }

  /* the parent */
 .ingredient-section .slick-list {
      margin: 0 -5px;
  }

.ingredient-item:nth-child(1) { margin-top: 85px; }
.ingredient-item:nth-child(2) { margin-top: 0px; }
.ingredient-item:nth-child(3) { margin-top: 65px; }
.ingredient-item:nth-child(4) { margin-top: 120px; }


@media screen and (max-width:749px){
  .ingredient-item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 14.2px;
    letter-spacing: 0;
    text-align: center;
    width: 70%;
    margin: 10px auto;
}
.ingredient-item img {
    border-radius: 0;
}

.ingredient-item:nth-child(1) { margin-top: 0; }
.ingredient-item:nth-child(2) { margin-top: 0px; }
.ingredient-item:nth-child(3) { margin-top: 0; }
.ingredient-item:nth-child(4) { margin-top: 0; }
.ingredient-section h2 {
    font-size: 32px;
}
.ingredient-section .subheading {
    font-size: 24px;
}
.ingredient-section {
    padding: 2rem 2rem 2rem;
}
}
/* END_SECTION:ingredients */

/* START_SECTION:tab-collection-custom (INDEX:97) */
.tabsssss-section-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
}

h2.tabsssss-heading {
  text-align: center;
}

/* Tabs Navigation Container */
.tabs-container-wrapper {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  position: relative;
}

.tabs-container {
  width: 100%;
  overflow: hidden;
}

.tab-arrow {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 10px;
  color: #000;
  font-size: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.tab-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.tab-arrow svg {
  width: 10px;
  height: 17px;
}

/* Tabs Navigation */
ul.tabsssss {
  margin: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0 10px;
  transition: transform 0.3s ease;
}

ul.tabsssss li {
  cursor: pointer;
  border: 1px solid #AEB4BE;
  padding: 10px 24px;
  border-radius: 3rem;
  transition: all 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
  font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 24px;
letter-spacing: 0px;
text-align: center;


}

ul.tabsssss li.current {
  background-color: #9CE363;
  border: 0;
}

ul.tabsssss li:hover {
  background-color: #E8F9DB;
  border: 1px solid #9CE363;
}
ul.tabsssss li.current:hover {
  background-color: #9CE363;
  border: 0;
}
/* Tab Content */
.tabsssss-content {
  display: none;
}

.tabsssss-content.current {
  display: block;
}

.inner-grid-collection.slick-initialized {
  display: flex !important;
  padding: 0 5rem;
}

.card-collection-li {
  display: flex;
  flex-direction: column;
  height: 100%; /* Take full height of grid cell */
  background: #ededed;
  border-radius: 8px;
  overflow: hidden;
}

.product-item-tab {
  display: flex;
  flex-direction: column;
  height: 100%; /* Ensure flex children take full height */
}

/* Product Image */
.featured-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1; /* Maintain square ratio */
  object-fit: cover;
}

/* Product Info */
.product-desciption-cont {
  padding: 1.2rem;
  flex: 1; /* Take remaining space */
  display: flex;
  flex-direction: column;
}
.card-collection-li .product-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
   height: 100%; 
  border-radius:8px;
}
.card-collection-li .product-information .price.sale {
    display: flex;
    flex-direction: column;
}
.card-collection-li .product-information .new-price {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
}
.card-collection-li .product-information .old-price {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #656a76;
}

/* Slider Navigation */
.slider-container {
  position: relative;
}

.slick-prev-custom,
.slick-next-custom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.slick-prev-custom {
  left: 0;
}

.slick-next-custom {
  right: 0;
}

/* Slick Slider Adjustments */
.slick-slide {
  height: auto; /* Let content determine height */
  padding: 0px;
}

.slick-slide {
    margin: 0 7px;
}

  

.card-collection-li,
.product-item-tab {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.slick-slide {
  display: flex !important;
  height: auto !important;
}

.slick-slide > div {
  display: flex;
  height: 100%;
}

.slick-track {
  display: flex !important;
  align-items: stretch !important;
}
  .tab-arrow {
    display: none !important;
  }
@media (min-width: 990px) {
  .tabs-container {
    overflow: visible;
  }
  
  ul.tabsssss {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    transform: none !important;
  }
  
  .tab-arrow {
    display: none;
  }
  .slick-prev-custom,
.slick-next-custom {
display: block !important;
}
}

@media (max-width: 989px) {
  /* .tabs-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  } */
  
  .tabs-container::-webkit-scrollbar {
    display: none;
  }
  
  /* ul.tabsssss {
    width: max-content;
  } */
  
  /* .tab-arrow {
    display: flex;
  } */

  .inner-grid-collection.slick-initialized {
    padding: 0px 0.7rem;
}
  .slick-prev-custom,
.slick-next-custom {
display: none !important;
}
    ul.tabsssss {   
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
}
}

@media (max-width: 768px) {
.tabsssss-section{
  padding-top: 50px;
  padding-bottom: 50px;
}

  ul.tabsssss li {
    font-size: 14px;
    padding: 8px 16px;
  }
  
 h2.tabsssss-heading {
    font-size: 48px;   
    line-height: 38px;
    letter-spacing: 0px; 
}
  
  .inner-grid-collection {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .tabs-container-wrapper {
    padding: 1rem 0;
  }
  ul.tabsssss li {
  
  height:44px;
  padding:0px 15px;
}
  ul.tabsssss li.current {
    background-color: #83BF68;
}
  .slick-prev-custom, .slick-next-custom {
    display: none;
}
}

@media (max-width: 480px) {
  .slider-container {
    padding: 0px;
  }
  
  ul.tabsssss li {
    padding: 6px 12px;
    font-size: 13px;
  }
  .inner-grid-collection.slick-initialized {
    padding: 0px 1rem;
}
}
/* END_SECTION:tab-collection-custom */

/* START_SECTION:video-tab-section (INDEX:103) */
.dynamic-tabs-wrapper {
    max-width: 1620px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 0 15px;
}
.dynamic-tabs-wrapper h2 {
    font-size: 48px;
    line-height: 38px;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    font-weight: 400;
}
.dynamic-tabs-wrapper p {
    font-family: Neokid;
    font-weight: 400;
    font-size: 36px;
    line-height: 29.2px;
    letter-spacing: 0;
    text-align: center;
    color: #15abcb;
    margin: 0;
    position: relative;
    top: -10px;
}
ul.dynamic-tabs {
    list-style: none;
    padding: 0;
    margin: 30px 0 48px 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
ul.dynamic-tabs li {
    padding: 10px 15px;
    cursor: pointer;
    background: #f5f5f5;
    color: #222;
    border-radius: 2rem;
    transition: all 0.3s ease;
    min-width: 102px;
    text-align: center;
    font-size: 16px;
    flex-shrink: 0;
}
ul.dynamic-tabs li.current {
    background: #9CE363;
    color: #000;
    border: 0px;
}
.dynamic-tab-content {
    display: none;
}
.dynamic-tab-content.current {
    display: block;
}
ul.dynamic-tabs li:hover {
    background-color: #E8F9DB;
    border: 1px solid #9CE363;
}
ul.dynamic-tabs li.current:hover {
    background-color: #9CE363;
    border: 0;
}
.video-slider .video-wrapper {
    margin-bottom: 20px;
    position: relative;
    padding: 0px;
    outline: none;
}
.video-slider video {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: block;
}
.video-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
    opacity: 1 !important;
    display: block !important;
    transition: opacity 0.3s ease;
}
.video-controls svg {
    transition: all 0.3s ease;
}
.video-controls:hover svg {
    transform: scale(1.1);
}
/* Custom Slick slider styles */
.dynamic-tabs-wrapper .slick-slider {
    position: relative;
}
.dynamic-tabs-wrapper .slick-list {
    overflow: hidden;
    margin: 0 -5px;
}
.dynamic-tabs-wrapper .slick-track {
    display: flex;
}
.dynamic-tabs-wrapper .slick-prev.custom-arrow,
.dynamic-tabs-wrapper .slick-next.custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: #fff;
    border: 1px solid #E5E7EB;
}
.dynamic-tabs-wrapper .slick-prev.custom-arrow {
    left: -5rem;
}
.dynamic-tabs-wrapper .slick-next.custom-arrow {
    right: -5rem;
}
.video-slider .slick-slide > div {
    height: auto;
}

.dynamic-tabs-wrapper .slick-next:before {
    display: none;
}
.custom-arrow svg {
    width: 15px;
    height: 15px;
    display: block;
    stroke: #111;
    color:#000;
}
.custom-arrow:hover {
    background-color: #E8F9DB !important;
    border: 1px solid #9CE363;
}
.dynamic-tabs-wrapper .slick-prev:before, 
.dynamic-tabs-wrapper.slick-next:before {
    display: none;
}

/* Responsive styles */
@media (max-width: 1200px) {
    .dynamic-tabs-wrapper .slick-prev.custom-arrow {
        left: -10px;
    }
    .dynamic-tabs-wrapper .slick-next.custom-arrow {
        right: -10px;
    }
}

@media (max-width: 768px) {
    .dynamic-tabs-wrapper {
        margin-top: 75px;
    }
    
    ul.dynamic-tabs {
        margin: 20px 0 30px 0;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    ul.dynamic-tabs li {
        padding: 8px 12px;
        min-width: 80px;
        font-size: 14px;
        height: 34px;
    }
    
    .dynamic-tabs-wrapper .slick-prev.custom-arrow,
    .dynamic-tabs-wrapper .slick-next.custom-arrow {
        width: 36px;
        height: 36px;
    }
    
    .video-controls svg {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 480px) {
    ul.dynamic-tabs {
        gap: 6px;
        margin: 15px 0 25px 0;
    }
    
    ul.dynamic-tabs li {
        padding: 6px 10px;
        min-width: 70px;
        font-size: 12px;
    }
}
/* END_SECTION:video-tab-section */