/** Shopify CDN: Minification failed

Line 880:18 Unexpected "{"
Line 880:27 Expected ":"
Line 880:34 Unexpected "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:blocky-before-after-slider-2 (INDEX:3) */
.bky-bais2 {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bky-bais2-text-container {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;   
    text-align: center;
    max-width: 750px;
  }

  .bky-bais2-container {
    display: flex; 
    gap: 4rem;
    align-items: center;
    justify-content: center;
  }

  .bky-bais2-icon-container {
    flex-grow: 1;
    flex-shrink: 1;
    width: 27%;
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
  
  .bky-bais2-icon-container > img {
    max-width: 100%;
  }

  .bky-bais2-slider {
    display: flex;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    max-width: 100%;
    width: var(--mobile-media-size);
  }
  
  @media screen and (min-width: 750px) {
    .bky-bais2-slider {
      width: var(--media-size);
    }
    .bky-bais2-icon-container {
      flex-direction: column;
      gap: 32px;
    }
  }
  
  .bky-bais2 img.blocky-square {
    aspect-ratio: 9/9;
  }
  .bky-bais2 svg.blocky-wide,
  .bky-bais2 img.blocky-wide {
    aspect-ratio: 16/9;
  }
  .bky-bais2 svg.blocky-long,
  .bky-bais2 img.blocky-long {
    aspect-ratio: 9/16;
  }
  .bky-bais2-slider.blocky-rounded {
    aspect-ratio: 1;
    border-radius: 50%;
  } 

  .bky-bais2-image-container {
    display: flex;
    justify-content: center;
  }

  .bky-bais2-overflow-wrapper {
    width: 100%;
    transform: scale(1);
  }
  
  @media screen and (max-width: 749px) {
    .bky-bais2 {
      padding: 0 1.5rem;
    }
    .bky-bais2-image-container {
      width: 100%;
    }
    .bky-bais2-overflow-wrapper {
      width: unset;
      max-width: 100%;
    }
  }
  @media screen and (min-width: 750px) {
    .bky-bais2-image-container {
      max-width: 60%;
    }
    .bky-bais2-text-container {
      margin-bottom: 32px;
    }
  }
  @media screen and (max-width: 749px) {
    .bky-bais2 .iwt-heading > * {
      font-size: calc(var(--icon-heading-size, 18px) * .8)
    }
    .bky-bais2 .iwt-text > p {
      font-size: calc(var(--icon-text-size, 14px) * .9)
    }
    .bky-bais2 .blocky-body-text {
      font-size: calc(var(--description-size, 16px) * .85) 
    }
    .bky-bais2-container {
      flex-wrap: wrap;    
      margin-top: 0px;
      max-width: 100%;
    }    
  }
  
  @media screen and (min-width: 750px) {
    .bky-bais2 .iwt-heading > * {
      font-size: var(--icon-heading-size, 18px)
    }
    .bky-bais2 .iwt-text > p {
      font-size: var(--icon-text-size, 14px)    
    }
    .bky-bais2 .blocky-body-text {
      font-size: var(--description-size, 16px)
    }
  }

  .bky-bais2-before-text,
  .bky-bais2-after-text {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    max-width: 50%;
  }
    
  .bky-bais2-before-text h3,
  .bky-bais2-after-text h3 {
    font-size: 1.4rem;
    padding: 1rem;
    margin: 0;
  }

  .bky-bais2-after-text {
    left: auto;
    right: 0;
  }
  .bky-bais2-label-text h3 {
    color: var(--label-color);
  }
  .iwt-icon-top .iwt-heading {
      margin-bottom: .5rem;
  }
  .iwt-icon-top.iwt-container {
      gap: 1rem;
  }
/* END_SECTION:blocky-before-after-slider-2 */

/* START_SECTION:blocky-before-after-slider (INDEX:4) */
.blocky-before-after-slider-slider.blocky-before-after-slider-adapt {
    aspect-ratio: unset;
    line-height: 0;
  }
  .blocky-before-after-slider-adapt .blocky-before-after-before-image {
    position: unset;
    height: auto;
  }
  .blocky-before-after-slider-adapt .blocky-before-after-before-image img {
    height: 100%;
    object-fit: unset;
  }
  .blocky-before-after-slider-adapt .blocky-before-after-after-image img {
    aspect-ratio: unset !important;
    object-fit: unset;
  }
/* END_SECTION:blocky-before-after-slider */

/* START_SECTION:blocky-comparison-table (INDEX:6) */
@media screen and (max-width: 750px) {
  .blocky-comparison-table-flex {
    flex-direction: column-reverse !important;
    row-gap: 2rem !important;
  }
  .blocky-comparison-table-flex > * {
    width: 100% !important;
    flex-grow: 1 !important;
  }
}
.blocky-comparison-table {
  border-spacing: 0;
  table-layout: fixed;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
}
.blocky-comparison-table th {
  padding: 0.5rem .5rem .75rem .5rem;
  font-size: var(--font-size);
  vertical-align: middle;
  line-height: 1.2;
}
.blocky-comparison-table-table-under {
  flex-direction: column-reverse;
  row-gap: 2rem !important;
}
.blocky-comparison-table-table-under > * {
  width: 100% !important;
  flex-grow: 1 !important;
}
.blocky-comparison-table td {
  padding: var(--table-row-length) 1rem;
  text-align: center;
  min-width: 100px;
}
.blocky-comparison-table-show-border td {
   box-shadow: inset 0 -0.1rem 0 0 rgba(var(--feature-color), .2), inset 0 0 0 6rem rgba(var(--feature-color), 0);
}
.blocky-comparison-table-highlight td {
  box-shadow: inset 0 -0.1rem 0 0 rgba(var(--feature-color), 0), inset 0 0 0 6rem rgba(var(--feature-color), .2);
}
.blocky-comparison-table-highlight:has(~.blocky-comparison-table-show-border) td {
  box-shadow: inset 0 -0.1rem 0 0 rgba(var(--feature-color),.2), inset 0 0 0 6rem rgba(var(--feature-color),.2)
} 
.blocky-comparison-table .blocky-comparison-table-feature p {
  font-size: var(--font-size);
  word-break: break-word;
}
@media screen and (max-width: 750px) {
  .blocky-comparison-table td {
    padding: var(--table-row-length) 0.75rem;
  }
  .blocky-comparison-table th {
    padding: 0.3rem .3rem .75rem .3rem;
  }
  .blocky-comparison-table .blocky-comparison-table-feature p, .blocky-comparison-table th {
    font-size: calc(var(--font-size) * 0.85);
  }
  .blocky-comparison-table img {
    max-width: var(--mobile-image-width);
  }
}
@media screen and (min-width: 750px) {
  .blocky-comparison-table img {
    max-width: var(--image-width);
  }
}
.blocky-comparison-table img {
  height: auto;
  vertical-align: middle;
  object-fit: contain;
  border-radius: 8px;
}
.blocky-comparison-table-body svg {
  vertical-align: middle;  
}
/* END_SECTION:blocky-comparison-table */

/* START_SECTION:blocky-multicolumn-with-text-and-icon (INDEX:16) */
.blocky-mcti-icon {
    font-size: var(--mobile-icon-size, 40px) !important;
    max-width: var(--mobile-icon-size, 40px);    
    width: var(--mobile-icon-size, 40px);    
    height: var(--mobile-icon-size, 40px);
  }
  .blocky-mcti-icon-container-heading {
    margin-bottom: 4px;
  }
  .blocky-mcti-icon-container-heading,
  .blocky-mcti-icon-container-heading > * {
    font-size: calc(var(--heading-font-size, 18px) * .85);
    color: var(--title-color);
  }
  .blocky-mcti-icon-container-text,
  .blocky-mcti-icon-container-text > * {
    font-size: calc(var(--text-font-size, 13px) * .85);    
    color: var(--description-color);
    line-height: 1.4;
  }
  .blocky-mcti-column {
    padding: 10px 15px;
  }
  @media only screen and (min-width:750px) {  
    .blocky-mcti-column {
      padding: 25px 30px;
    }
    .blocky-mcti-icon-container-heading,
    .blocky-mcti-icon-container-heading > * {
      font-size: var(--heading-font-size, 18px)
    }
    .blocky-mcti-icon-container-text,
    .blocky-mcti-icon-container-text > * {
      font-size: var(--text-font-size, 13px);
    }
    .blocky-mcti-icon {
      font-size: var(--icon-size, 40px) !important;
      max-width: var(--icon-size, 40px);    
      width: var(--icon-size, 40px);    
      height: var(--icon-size, 40px);
    }
  }
/* END_SECTION:blocky-multicolumn-with-text-and-icon */

/* START_SECTION:blocky-product-carousel (INDEX:17) */
.blocky-product-carousel-container {
    animation: marquee calc(var(--marquee-speed) * 1s) linear infinite forwards;
    display: flex;
    flex-shrink: 0;
    column-gap: 2rem;
    padding-right: 2rem;
    width: auto;
}
.blocky-product-carousel-container .blocky-video,
.blocky-product-carousel-container img,
.blocky-product-carousel-container svg {
    width: auto;  
    border-radius: var(--border-radius);
    overflow: hidden;
    max-height: 100%;
    height: var(--image-height);
}
@media screen and (max-width: 749px) {
  .blocky-product-carousel-container .blocky-video,
  .blocky-product-carousel-container img,
  .blocky-product-carousel-container svg {
    height: var(--mobile-image-height);
  }
  .blocky-product-carousel-container {
    column-gap: 1.25rem;
    padding-right: 1.25rem;
  }   
}
.blocky-product-carousel-hide-shadow .bky-vid-placeholder{
    box-shadow: unset;
}
/* END_SECTION:blocky-product-carousel */

/* START_SECTION:blocky-product-feature-2 (INDEX:18) */
blocky-slider-1 {
  display: block;    
}
.blocky-product-feature-2 {
  overflow: hidden;
  --item1-filter: blur(10px);
  --item1-zIndex: 11;
  --item1-opacity: var(--side-slide-opacity, 0.25);

  --item3-filter: blur(10px);
  --item3-zIndex: 9;
  --item3-opacity: var(--side-slide-opacity, 0.25);

  --item4-transform: translateX(55%) scale(0.5);
  --item4-filter: blur(30px);
  --item4-zIndex: 8;
  --item4-opacity: 0;
}
.blocky-product-feature-2-slider {
  position: relative;
  z-index: 1;
}
.blocky-product-feature-2-slider.next .slide:nth-child(1) {
  animation: transformFromPosition2 0.5s ease-in-out 1 forwards;
}
@keyframes transformFromPosition2{
  from{
      transform: translateX(0%);
      filter: blur(0px);
      opacity: 1;
  }
}
.blocky-product-feature-2-slider.next .slide:nth-child(2){
    animation: transformFromPosition3 0.7s ease-in-out 1 forwards;
}
@keyframes transformFromPosition3{
    from{
        transform: var(--item3-transform);
        filter: var(--item3-filter);
        opacity: var(--item3-opacity);
    }
}
.blocky-product-feature-2-slider.next .slide:nth-child(3){
    animation: transformFromPosition4 0.9s ease-in-out 1 forwards;
}
@keyframes transformFromPosition4{
    from{
        transform: var(--item4-transform);
        filter: var(--item4-filter);
        opacity: var(--item4-opacity);
    }
}
.blocky-product-feature-2-slider.prev .blocky-slider-container .slide:nth-child(3){
  animation: transformFromPosition2 0.7s ease-in-out 1 forwards;
}
.blocky-product-feature-2-slider.prev .blocky-slider-container .slide:nth-child(2){
  animation: transformFromPosition1 0.65s ease-in-out 1 forwards;
}
.blocky-product-feature-2-slider.prev .blocky-slider-container .slide:nth-child(1){
  animation: transformFromPosition0 0.8s ease-in-out 1 forwards;
}
@keyframes transformFromPosition1{
  from{
    transform: var(--item1-transform);
    filter: var(--item1-filter);
    opacity: var(--item1-opacity);        
  }
}
@keyframes transformFromPosition0{
  from{
    transform: translateX(-60%) scale(0.6);
    filter: blur(30px);
    opacity: 0;        
  }
}
@media screen and (max-width: 749px) {
  .blocky-product-feature-2-arrows {
    position: absolute;
    top: 19rem;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.blocky-product-feature-2-arrows-under #prev,
.blocky-product-feature-2-arrows-under #next{
  bottom: 2%;
  top: unset;
}
@media screen and (min-width: 750px) {
  .blocky-product-feature-2-arrows-under #prev{
    left: 10%;
  }
  .blocky-product-feature-2-arrows-under #next{
    right: 10%;
  }
}
@media screen and (max-width: 749px) {
  .blocky-product-feature-2-arrows-extra-small {
    top: 11rem;    
  }
  .blocky-product-feature-2-arrows-small {
    top: 15.5rem;        
  }
  .blocky-product-feature-2-arrows-medium {
    top: 19rem;    
  }
  .blocky-product-feature-2-arrows-large {
    top: 23rem;        
  }
  .blocky-product-feature-2-arrows {
    z-index: 6;
  }
}
@media screen and (min-width: 749px) {
  .slide.blocky-product-feature-2-arrows-slider {
    padding: 0px 1rem;
  }
}
.blocky-product-feature-2-slide:nth-child(2) .blocky-product-feature-2-img-text{
  opacity: 1;
}
.blocky-product-feature-2-img-text {
  opacity: 0;
}
/* animation text in item2 */
.blocky-product-feature-2-slide:nth-child(2) .blocky-product-feature-2-img-text .blocky-title,
.blocky-product-feature-2-slide:nth-child(2) .blocky-product-feature-2-img-text .blocky-body-text,
.blocky-product-feature-2-slide:nth-child(2) .blocky-product-feature-2-img-text .blocky-button{
    opacity: 0;
    animation: showContent 0.5s 1s ease-in-out 1 forwards;
}
@keyframes showContent{
    from{
        transform: translateY(-30px);
        filter: blur(10px);
    }to{
        transform: translateY(0);
        opacity: 1;
        filter: blur(0px);
    }
}
.blocky-product-feature-2-slide:nth-child(2) .blocky-product-feature-2-img-text .blocky-title:has(+.blocky-title) {
    animation-delay: 0.4s;
}
.blocky-product-feature-2-slide:nth-child(2) .blocky-product-feature-2-img-text .blocky-title {
    animation-delay: 0.6s;
}
.blocky-product-feature-2-slide:nth-child(2) .blocky-product-feature-2-img-text .blocky-body-text{
    animation-delay: 0.8s;
}
.blocky-product-feature-2-slide:nth-child(2) .blocky-product-feature-2-img-text .blocky-button{
    animation-delay: 1.0s;
}
@media screen and (max-width: 749px){
  .blocky-product-feature-2-mob-image-extra-small {
    height: 20rem !important;
  }
  .blocky-product-feature-2-mob-image-small {
    height: 30rem !important;
  }
  .blocky-product-feature-2-mob-image-medium {
    height: 37.5rem !important;
  }
  .blocky-product-feature-2-mob-image-large {
    height: 45rem !important;
  }
  .blocky-product-feature-2-mob-image {
    margin-bottom: 2.4rem;
  }
}
.blocky-product-feature-2-placeholder {
  aspect-ratio: 9/16;
  width: auto !important;
}
.blocky-product-feature-2-cover {
  object-fit: cover;
}
.blocky-product-feature-2-contain {
  object-fit: contain; 
  height: auto; 
  margin-top: auto;
  margin-bottom: auto;
}
.blocky-product-feature-2 .blocky-slider-arrows-center {
  z-index: 20;
}
@media screen and (max-width: 749px) {
  .blocky-slider-container {
    height: unset !important;  
    z-index: 5;
  }
  .blocky-product-feature-2-slide {
    flex-direction: column-reverse;
    row-gap: 0px !important;
  }
  .blocky-product-feature-2-slide:nth-child(2) {
    position: unset !important;
  }
  .blocky-product-feature-2-slide:nth-child(3) {
    top: 0;
  }
  .blocky-slider-arrows-left {
    left: 1rem !important;
  }
  .blocky-slider-arrows-right {
    right: 1rem !important;
  }
  .blocky-product-feature-2 {
    --item1-opacity: 0 !important;
    --item1-transform: translateX(-45%) scale(0.8);
    --item3-opacity: 0 !important;
    --item3-transform: translateX(45%) scale(0.8);
  }
}
@media screen and (min-width: 749px) {
  .blocky-slider-container.blocky-media-extra-small {
    --item1-transform: translateX(-14%) scale(0.8);    
    --item3-transform: translateX(26%) scale(0.8);
  }
  .blocky-slider-container.blocky-media-small {
    --item1-transform: translateX(-14%) scale(0.8);    
    --item3-transform: translateX(26%) scale(0.8);
  }
  .blocky-slider-container.blocky-media-medium {
    --item1-transform: translateX(-20%) scale(0.8);
    --item3-transform: translateX(28%) scale(0.8);
  }
  .blocky-slider-container.blocky-media-large {
    --item1-transform: translateX(-22%) scale(0.8);
    --item3-transform: translateX(32%) scale(0.8);
  }
  .blocky-slider-container.blocky-media-large.blocky-slide-large {
    --item1-transform: translateX(-20%) scale(0.8);    
  }
  .blocky-slider-container.blocky-media-medium.blocky-slide-large {
    --item1-transform: translateX(-14%) scale(0.8);
  }
  .blocky-slider-container.blocky-media-small.blocky-slide-small {
    --item1-transform: translateX(-18%) scale(0.8);
  }
}
.blocky-product-feature-2-slide {
  position: absolute;
}
.blocky-product-feature-2-slider-img {
  display: flex;
  justify-content: center;
}
.blocky-product-feature-2 .blocky-button:nth-child(4) {
  margin-top: 1rem;
}
.blocky-product-feature-2-slide:nth-child(n + 4){
    opacity: 0;
}
.blocky-product-feature-2-slide:nth-child(1){
  transform: var(--item1-transform);
  filter: var(--item1-filter);
  z-index: var(--item1-zIndex);
  opacity: var(--item1-opacity);
}
.blocky-product-feature-2-slide:nth-child(2){
  z-index: 12;  
}
.blocky-product-feature-2-slide:nth-child(3){
  transform: var(--item3-transform);
  filter: var(--item3-filter);
  z-index: var(--item3-zIndex);
  opacity: var(--item3-opacity);
}
@media screen and (min-width: 750px) {
  .blocky-product-feature-2-slide:nth-child(1):has(svg),
  .blocky-product-feature-2-slide:nth-child(3):has(svg) {
    opacity: 0.8;
  }
}
/* END_SECTION:blocky-product-feature-2 */

/* START_SECTION:blocky-product-showcase (INDEX:22) */
.blocky-showcase-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 3rem;
}

.blocky-showcase-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: var(--showcase-background-color);
  border-radius: var(--button-border-radius);
  transition-delay: 0.1s;
}
.blocky-showcase-buttons-outlined {
  --padding: 0.4rem;
  padding: var(--padding);
  border: solid 0.1rem var(--selected-showcase-background-color-opactiy);
  border-radius: calc(var(--button-border-radius) + var(--padding));
}
.blocky-showcase-buttons-shadow {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;  
}
.blocky-showcase-button {
  padding: 1rem 2rem;
  flex-shrink: 0;
  flex-grow: 1;
  color: var(--showcase-text-color);
  background-color: var(--showcase-background-color);
  transition: background 0.2s, color 0.2s;
  border-color: var(--showcase-background-color);
  border-radius: var(--button-border-radius);
  cursor: pointer;
  border-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;

}
.blocky-showcase-button-active {
  color: var(--selected-showcase-text-color);
  background-color: var(--selected-showcase-background-color);
  border-color: var(--selected-showcase-background-color);
}
.blocky-showcase-container {
  position: relative;
  transition: height 0.15s ease-in-out;
  margin-top: 5rem;
  border-radius: 0.5rem;
}
.blocky-showcase-showcase {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; 
  visibility: hidden; 
  transition: opacity 0.15s ease-in-out;
  row-gap: 3rem;
}
.blocky-showcase-showcase-active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 750px) {
  .blocky-showcase-header-horizontal {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: start !important;
  }
  .blocky-showcase-header-horizontal > * {
    max-width: 50%;
  }
  .blocky-showcase-header-horizontal:has(.blocky-des-full) > * {
    max-width: unset;
  }
  .blocky-showcase-button {
    font-size: var(--showcase-desktop-font-size);
  }
}

@media screen and (max-width: 749px) {
  .blocky-showcase-buttons-outlined {
    --padding: 0.3rem;
  }
  .blocky-showcase-header {
    row-gap: 2rem;
  }
  .blocky-showcase-container {
    margin-top: 3rem;
  }
  .blocky-showcase-button {
    font-size: var(--showcase-mobile-font-size);
  }
}

@media screen and (max-width: 749px) {
  .blocky-showcase .blocky-media-adapt .bky-vid-placeholder,
  .blocky-showcase .blocky-media-adapt .blocky-showcase-img-placeholder {
    height: 20rem;
  }
}
@media screen and (min-width: 750px) {
  .blocky-showcase .blocky-media-adapt .bky-vid-placeholder, 
  .blocky-showcase .blocky-media-adapt .blocky-showcase-img-placeholder {
    height: 50rem;
  }
  .blocky-showcase .blocky-des-flex-row-reverse:has(.blocky-flex-child-full) {
    flex-direction: column-reverse
  }
}
/* END_SECTION:blocky-product-showcase */

/* START_SECTION:blocky-result-carousel (INDEX:23) */
.blocky-results-ivs .blocky-title {
  padding-bottom: 0.5rem;
}
.blocky-results-ivs .blocky-button {
  margin-top: 1rem;
}
.blocky-results-ivs .product-review-stars:not(:first-child) {
  margin-top: .5rem;
}
.blocky-results-ivs .blocky-body-text {
  line-height: 1.4;
}
/* END_SECTION:blocky-result-carousel */

/* START_SECTION:blocky-scrolling-image-bar (INDEX:26) */
@media screen and (max-width: 750px) {
    .blocky-announcement-bar .blocky-title + .blocky-body-text {
      margin-top: .5rem;
    }
    .blocky-scrolling-image-flex-container {
      --text-padding-v: 3px;
      --text-padding-h: 4px; 
    }
    
    .blocky-mob-flex-over-text .blocky-scrolling-image-text {
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      top: 50%;
      text-align: center;
      background-color: var(--text-background-color);
      padding: calc(var(--text-padding) * var(--text-padding-v)) calc(var(--text-padding) * var(--text-padding-h));
      border-radius: calc(var(--border-radius) * 1px);
      max-width: min(85%, 400px);
      min-width: 200px;
      width: max-content;
    }
    .blocky-mob-flex-col .blocky-scrolling-image-text,
    .blocky-mob-flex-col-reverse .blocky-scrolling-image-text {
      box-shadow: unset;
      text-align: center;
    }
    .blocky-announcement-bar .blocky-mob-flex-over-text .blocky-title + .blocky-body-text {
      margin-top: 1rem;
    }
  }  

  @media screen and (min-width: 750px) {
    .blocky-scrolling-image-flex-container{
      --text-padding-v: 8px;
      --text-padding-h: 12px; 
    }
    
    .blocky-announcement-bar .blocky-title + .blocky-body-text {
      margin-top: .75rem;
    }
    .blocky-des-flex-over-text .blocky-scrolling-image-text { 
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      top: 50%;
      text-align: center;
      background-color: var(--text-background-color);
      padding: calc(var(--text-padding) * var(--text-padding-v)) calc(var(--text-padding) * var(--text-padding-h));
      border-radius: calc(var(--border-radius) * 1px);
      max-width: 550px;
      min-width: 300px;
      width: max-content;
   }

    .blocky-announcement-bar .blocky-des-flex-over-text .blocky-title + .blocky-body-text {
      margin-top: 1rem;
    }
    
    .blocky-des-flex-col .blocky-scrolling-image-text,
    .blocky-des-flex-col-reverse .blocky-scrolling-image-text {
      box-shadow: unset;
      text-align: center;
    }
  }

  .blocky-announcement-bar-image.blocky-announcement-bar-image-adapt > img {
    width: unset;
  }

  .blocky-announcement-bar-image.blocky-announcement-bar-image-circle > img,
  .blocky-announcement-bar-image.blocky-announcement-bar-image-circle svg {
    border-radius: 50%;
  }

  .blocky-announcement-bar .blocky-blur-sides {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .blocky-scrolling-image-flex-container {
    gap: calc(var(--text-padding) * 1rem)
  }

  .blocky-scrolling-image-bar-grid .blocky-scrolling-image-container {
    justify-content: center;
  }
  .blocky-scrolling-image-bar-grid .blocky-announcement-bar-image {
    animation: unset;
    padding-right: 0;
  }
  @media screen and (max-width: 750px) {
    .blocky-scrolling-image-bar-grid .blocky-announcement-bar-image {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      row-gap: calc(var(--image-spacing) * .65rem);
      column-gap: calc(var(--image-spacing) * .5rem);
      max-height: unset;     
      flex-shrink: 1;
      
    }

   .blocky-scrolling-image-bar-grid .blocky-scrolling-image-container {
      max-height: unset;     
      padding: 0 1.5rem;
   }

    .blocky-scrolling-image-bar-grid img {
      margin-right: auto;
      margin-left: auto;
    }
  }
/* END_SECTION:blocky-scrolling-image-bar */

/* START_SECTION:blocky-scrolling-text-bar (INDEX:27) */
#shopify-section-{{ section.id }} {
    overflow-x: clip;
    max-width: 100%;
  }

  .blocky-scrolling-text-bar {
    overflow-x: clip;
    width: 100%;
    max-width: 100%;
  }

  .blocky-scrolling-text-bar-track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: blocky-scrolling-text-marquee calc(18s / var(--marquee-speed, 1)) linear infinite;
  }

  .blocky-scrolling-text-bar .blocky-announcement-bar-container {
    display: flex;
    flex-shrink: 0;
    align-items: center;
  }

  .blocky-scrolling-text-bar .blocky-announcement-bar-text {
    flex-shrink: 0;
    margin: 0;
    white-space: nowrap;
    color: var(--text-color);
    font-size: calc(var(--text-size) * 1rem);
    line-height: 1.2;
    padding-inline: calc(var(--text-spacing) * 0.75rem);
  }

  @keyframes blocky-scrolling-text-marquee {
    from {
      transform: translate3d(0, 0, 0);
    }

    to {
      transform: translate3d(-33.333333%, 0, 0);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .blocky-scrolling-text-bar-track {
      animation: none;
      width: 100%;
      flex-wrap: wrap;
      justify-content: center;
      row-gap: 0.35rem;
    }

    .blocky-scrolling-text-bar .blocky-announcement-bar-text {
      white-space: normal;
      text-align: center;
    }
  }
/* END_SECTION:blocky-scrolling-text-bar */

/* START_SECTION:blocky-section-divider (INDEX:29) */
.blocky-section-divider {
  transform: var(--scaleX) var(--scaleY);
}
.blocky-section-divider-container {
  --max-height: 150px;
  overflow: hidden;
  background-color: var(--background-color);
  transform: translateY(1px);
  position: relative;
}
.blocky-section-divider-container svg {
  transform: translateY(1px);
  color: var(--shape-color);
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  max-height: var(--max-height);
}
.blocky-section-divider-waves-3 {
  --max-height: 3rem;
  margin: 0;
}
.blocky-section-divider-waves-3 .wave1 > use {
  animation: wave-ani-1 10s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.blocky-section-divider-waves-3 .wave2 > use {
  animation: wave-ani-2 8s linear infinite;
  opacity: 0.4;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.blocky-section-divider-waves-3 .wave3 > use {
  animation: wave-ani-1 6s linear infinite;
  opacity: 0.3;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.blocky-section-divider-waves-3 .wave4 > use {
  animation: wave-ani-2 4s linear infinite;
  opacity: 0.2;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
@keyframes wave-ani-1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes wave-ani-2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@media screen and (min-width: 750px) {
  .blocky-section-divider-waves-3 {
    --max-height: 6rem;
  }
}
/* END_SECTION:blocky-section-divider */

/* START_SECTION:blocky-testimonial-slider (INDEX:30) */
.blocky-testimonial-slider .blocky-testimonial-card {
    padding: var(--card-padding);
    background-color: var(--card-bg-color);
    border-radius: var(--card-border-radius);
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  @media (max-width: 749px) {
    .blocky-testimonial-slider .blocky-testimonial-card {
      padding: calc(var(--card-padding) * 0.75);
    }
  }

  .blocky-testimonial-slider .blocky-testimonial-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .blocky-testimonial-slider .blocky-testimonial-text {
    padding: 28px 0;
    margin: 0;
    font-size: var(--testimonial-text-size);
    color: var(--testimonial-text-color);
    font-weight: 500;
    line-height: 1.4;
    flex: 1;
  }

  @media (max-width: 749px) {
    .blocky-testimonial-slider .blocky-testimonial-text {
      padding: 20px 0;
      font-size: calc(var(--testimonial-text-size) * 0.85);
    }
  }

  .blocky-testimonial-slider .blocky-testimonial-author {
    display: block;
    margin-bottom: 12px;
    font-size: var(--author-size);
    color: var(--author-color);
    font-weight: 400;
    line-height: 1;
  }

  @media (max-width: 749px) {
    .blocky-testimonial-slider .blocky-testimonial-author {
      font-size: calc(var(--author-size) * 0.85);
    }
  }

  .blocky-testimonial-slider .blocky-testimonial-verified {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    font-size: 14px;
    color: var(--verified-color);
    font-weight: 400;
    line-height: 1;
  }

  @media (max-width: 749px) {
    .blocky-testimonial-slider .blocky-testimonial-verified {
      font-size: 13px;
    }
  }

  .blocky-testimonial-slider .blocky-testimonial-verified svg {
    width: 10px;
    height: 11px;
    flex-shrink: 0;
  }

  .blocky-testimonial-slider .blocky-testimonial-card .product-review-stars,
  .blocky-testimonial-slider .blocky-testimonial-card .product-review-stars-container {
    justify-content: center;
  }
/* END_SECTION:blocky-testimonial-slider */

/* START_SECTION:blocky-video-with-text (INDEX:33) */
.blocky-video-with-text .blocky-media-adapt .bky-vid-placeholder  {
    height: 45rem;
  }
  .blocky-video-with-text video,
  .blocky-video-with-text .bky-vid-placeholder {
    border-radius: 15px;
  }
  .blocky-video-with-text .blocky-flex-layout-2 video,
  .blocky-video-with-text .blocky-flex-layout-2 .bky-vid-placeholder {
    box-shadow: unset;
    border-radius: 0px;
  }
  .blocky-video-with-text .blocky-flex-container.blocky-flex-layout-2 {
    border-radius: 15px;
    overflow: hidden;
  }
/* END_SECTION:blocky-video-with-text */

/* START_SECTION:how-it-works (INDEX:64) */
.blocky-how-it-works .blocky-media-adapt .bky-vid-placeholder {
    height: 45rem;
    max-height: 480px;
  }

  @media (max-width: 768px) {
    .blocky-how-it-works .blocky-media-adapt .bky-vid-placeholder {
      height: 30rem;
      max-height: 320px;
    }
  }

  .blocky-how-it-works .how-steps { 
    padding-left: 58px; 
  }

  .blocky-how-it-works .how-steps-line {
    display: block;
    position: absolute; 
    top: 0; 
    left: 18px; 
    width:2px; 
    z-index: 1;
    background: var(--timeline-background-color, #194C4F);
  }

  .blocky-how-it-works .how-step { 
    position: relative; 
    margin-bottom: 20px; 
    display: flex; 
    flex-direction: column; 
  }
  .blocky-how-it-works .how-step:last-child { 
    margin-bottom: 0; 
  }

  .blocky-how-it-works .how-step-number {
    position: absolute; 
    left: -55px; 
    top: 2px; 
    z-index: 1; 
    width: 32px; 
    height: 32px; 
    border-radius: 50%;
    display:flex; 
    align-items:center; 
    justify-content:center; 
    font-weight:700; 
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #000;
    background-color: var(--how-number-bg); 
    color: var(--how-number-color); 
    font-size: var(--how-number-size);
  }
  .blocky-how-it-works .how-step-text .heading { 
    font-weight: 700; 
    line-height: 1.35; 
    margin: 0 0 5px; 
    color: var(--how-block-heading-color); 
    font-size: var(--how-block-heading-size); 
  }
  .blocky-how-it-works .how-step-text .desc { 
    margin: 0; 
    line-height: 1.4; 
    color: var(--how-block-desc-color); 
    font-size: var(--how-block-desc-size); 
  }
/* END_SECTION:how-it-works */