/** Shopify CDN: Minification failed

Line 475:32 Expected identifier but found "!"
Line 475:35 Expected identifier but found "!"
Line 475:37 Expected identifier but found "!"
Line 475:40 Expected identifier but found "!"
Line 475:43 Expected identifier but found "!"
Line 475:46 Expected identifier but found "!"
Line 476:38 Expected identifier but found "!"
Line 476:41 Expected identifier but found "!"
Line 477:30 Expected identifier but found "!"
Line 477:33 Expected identifier but found "!"
... and 63 more hidden warnings

**/
* {
    user-select: none;
}

/* Utility classes for spacing */
.mt-1 { margin-top: 5px; }
.mt-2 { margin-top: 10px; }
.mt-3 { margin-top: 20px; }

.mb-1 { margin-bottom: 5px; }
.mb-2 { margin-bottom: 10px; }
.mb-3 { margin-bottom: 20px; }


/* Base styles for form elements */
input, textarea, select {
  border: 1px solid #929eab;
  border-radius: 10px !important;
  padding: 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #747D87;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input:focus, textarea:focus, select:focus {
  border-color: #747D87 !important;
  /* box-shadow: 0 0 0 2px rgba(116, 125, 135, 0.2); */
}

/* Styling for disabled elements */
input[disabled], textarea[disabled], select[disabled] {
  background-color: #F8F8F8;
  color: #B0B0B0;
  cursor: not-allowed;
}

/* Floating label wrapper */
.floating-label {
  position: absolute;
  margin-bottom: 20px;
  left: 10px;
  background: #FFFFFF;
  top: 0px;
  font-size: 12px !important;
  font-weight: 600;
  color: #4e555d;
  padding: 0 5px;
}

:is(:is(.input,.textarea):not(:placeholder-shown)~.floating-label,:is(.input,.textarea,.select):autofill~.floating-label,.select:valid~.floating-label):is(:is(.input,.textarea):not(:placeholder-shown)~.floating-label,:is(.input,.textarea,.select):autofill~.floating-label,.select:valid~.floating-label) {
  top: -10px;
}

.floating-label input,
.floating-label textarea,
.floating-label select {
  padding-top: 20px; /* Add padding to accommodate label */
}

.floating-label label {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 16px;
  color: #B0B0B0;
  transition: all 0.2s ease;
  pointer-events: none;
}

.floating-label input:focus + label,
.floating-label textarea:focus + label,
.floating-label select:focus + label,
.floating-label input.has-value + label,
.floating-label textarea.has-value + label,
.floating-label select.has-value + label {
  top: 0;
  left: 10px;
  font-size: 12px;
  color: #747D87;
  background: #FFF;
  padding: 0 5px;
}

/* Container styling */
.policies-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

/* Menu styling */
.policies-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.policies-menu li {
  margin: 0;
}

.policies-menu li a {
  text-decoration: none;
  color: #007acc;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px;
  transition: color 0.3s, border-bottom 0.3s;
}

.policies-menu li a:hover,
.policies-menu li a:focus {
  color: #0056b3;
  border-bottom: 2px solid #0056b3;
}

/* Policy content styling */
.policy-content {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  border-radius: 8px;
  text-align: left;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .policies-menu ul {
    flex-direction: column;
    align-items: center;
  }

  .policies-menu li a {
    display: block;
    padding: 8px 0;
  }

  facets-sort-popover#sort-by-popover.popover::part(content) {
    width: 140%;
  }

  facets-sort-popover#sort-by-popover {
    width: 140%;
  }

  .collection-toolbar__button-list {
    margin-inline-end: 0px !important;
  }

  #shopify-section-template--16909679984728__more_features_multi_column_tKUdYU .stack_on_mobile {
    padding: 0 20px 0 0px;
  }
}

/* Styling for Menu Links */
.policies-menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #ddd;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.policies-menu li a {
  text-decoration: none;
  color: #007acc;
  font-size: 16px;
  padding: 3px 10px;
  border-bottom: 2px solid transparent;
  transition: color 0.3s, border-bottom 0.3s;
}

.policies-menu li a:hover,
.policies-menu li a:focus {
  color: #1C9BD6;
  border-bottom: 2px solid #1C9BD6;
}

/* Styling for Overview Links */
#policy-content p a {
  color: #007acc;
  text-decoration: underline;
  transition: color 0.3s;
}

#policy-content p a:hover,
#policy-content p a:focus {
  color: #0056b3;
}

/* Bread Crumbs */
nav.breadcrumb a.breadcrumb-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.41px;
    text-decoration: none; /* Use pseudo-element for underline */
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
}

/* nav.breadcrumb a.breadcrumb-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    z-index: 1;
    transition: all 0.3s ease;
} */

nav.breadcrumb a.breadcrumb-link:hover {
    color: transparent; /* Ensure hover maintains gradient */
}

nav.breadcrumb a.breadcrumb-link:hover:after {
    height: 2px; /* Slightly thicker underline on hover */
}

/* Disclaimer */ 

.disclaimer {
  padding-top: 20px;
  font-size: 14px;
}
.disclaimer a {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.41px;
    text-decoration: none; /* Remove default underline */
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
}

.disclaimer a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    z-index: 1;
    transition: all 0.3s ease;
}

.disclaimer a:hover {
    color: transparent; /* Maintain gradient color */
}

.disclaimer a:hover:after {
    height: 2px; /* Thicker underline on hover */
}

.shopify-section--main-page .section-stack.main-page {
    position: relative;
    z-index: 1;
}

body.template-blog-video #shopify-section-breadcrumb {
    display: none;
}
section#shopify-software-marketing .product-gallery__media {
    max-width: 350px;
    margin-inline: auto;
}

.shopify-section--main-product .product-title.based_image {
    display: flex;
    justify-content: space-between;
}

.shopify-section--main-product .product-title.based_image .based_on_wrapper {
    text-align: center;
    flex-basis: 20%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.shopify-section--main-product .product-title.based_image .based_on_wrapper span {
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
}

.shopify-section--main-product .product-title.based_image .based_on_wrapper img {
    max-width: 80px;
    margin: 0 auto;
}

.loading-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* Optional dimming */
    z-index: 1000; /* Ensure it overlays */
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-indicator p {
    margin-left: 10px;
    font-size: 18px;
    color: #333;
}

body.video_visible {
    overflow: hidden;
}

.loox-float-toggler-container,
#gorgias-chat-container iframe#chat-button {
    z-index: 2 !important;
}

.shopify-section--blog-posts {
    overflow: hidden;
}

.template-faq #main.faq .shopify-section--faq .inner_wrapper .section-stack {
    max-width: 1133px;
    gap: 20px;
}
section#shopify-software-marketing .two-layout-multi-column .container multi-column.multi-column .multi-column__item .prose {
    max-width: 460px;
}

/* #shopify-software-marketing .shopify-section-related-products .section-spacing {
    background: transparent;
}

#shopify-software-marketing .shopify-section-related-products .section-spacing .section-stack {
    max-width: 100%;
    gap: 0;
} */

#shopify-software-marketing .shopify-section-related-products .section-spacing .section-stack .arrow-btn-wrap {
    display: none;
}

section#shopify-software-marketing .two-layout-multi-column .container multi-column.multi-column .multi-column__item .prose .h3 {
    color: #fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section#shopify-software-marketing .two-layout-multi-column .container multi-column.multi-column .multi-column__item .prose .content_wrapper {
    margin-block-start: 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
}


main#main.software-lobby .marketing_featured_product product-rerender .product {
    flex-direction: row;
}


.template-faq #main.faq .shopify-section--faq .section-header {
  margin-top: 20px;
}

.template-faq #main.faq .shopify-section--faq .inner_wrapper .section-stack .section-header .prose .subheading {
    color: #67707A;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: none;
    font-size: 18px;
    line-height: normal;
}

.template-faq #main.faq .shopify-section--faq .inner_wrapper .section-stack .faq {
    flex-direction: column;
    max-width: calc(100% - 35%);
    flex-basis: unset;
}

.topic-faq {
  width: 100%;
  margin-bottom: 50px;
}


.template-faq #main.faq .shopify-section--faq .inner_wrapper .section-stack .faq h2,
.template-faq #main.faq .shopify-section--faq .inner_wrapper .section-stack .faq h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #929EAB;
}

.template-faq #main.faq .shopify-section--faq .inner_wrapper {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 50px 0px;
}

.template-faq #main.faq .shopify-section--faq .inner_wrapper .section-stack .section-header .prose .subheading {
    color: #67707A;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
    font-size: 16px;
    line-height: normal;
}

.template-faq #main.faq .shopify-section--faq .inner_wrapper .section-stack .section-header .prose .heading {
    background: none !important;!i;!;!i;!i;!i;!;
    background-clip: unset !important;!i;!;
    color: #929EAB !important;!i;!;
    -webkit-text-fill-color: unset !important;!i;!;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 600;
    font-size: 55px;
}

.template-faq #main.faq .shopify-section--faq .inner_wrapper .section-stack .section-header .prose .heading strong {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}


.template-faq #main.faq .shopify-section--faq .inner_wrapper .section-stack > div {
    max-width: 35%;
}


.shopify-section--header {
  box-shadow: 10px 0px 40px 0px rgba(0, 0, 0, 0.10);
}

.related_product_item_list.product-list:not(.slick-initialized) {
    display: flex;
    gap: 10px;
    padding: 0 10px;
}

.related_product_item_list.product-list:not(.slick-initialized) product-card.product-card,
.related_product_item_list.product-list:not(.slick-initialized) page-card.page-card {
    flex-basis: 33.33%;
    display: none;
}

.related_product_item_list.product-list:not(.slick-initialized) product-card.product-card:nth-child(-n + 3),
.related_product_item_list.product-list:not(.slick-initialized) page-card.page-card:nth-child(-n + 3) {
    display: flex;
}

.shopify-section--video-slider .video_slider .video-slider_slide.slick-center.slick-active .content-over-media {
  position:relative;
}

.shopify-section--video-slider .video_slider .video-slider_slide .content-over-media video-media::part(play-button) {
    display: none;
}

.shopify-section--video-slider .video_slider .video-slider_slide.slick-center.slick-active .content-over-media:has( > video-media[playing]) > .button_play {
    display: none;
}

.shopify-section--video-slider .video_slider .video-slider_slide .content-over-media .button_play {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    will-change: scale;
    transition: scale .2s ease-in-out, opacity .2s ease-in-out;
    cursor: pointer;
    pointer-events: none;
}

.shopify-section--video-slider .video_slider .video-slider_slide.slick-center .content-over-media .button_play {
  pointer-events: all;
}

.shopify-section--video-slider .video_slider .video-slider_slide.slick-center.slick-active:after {
  z-index: 1;
}


.shopify-section--video-slider .video_slider .video-slider_slide .content-over-media .button_play svg.button_play1 {
    position: absolute;
    min-height: 48px;
    min-width: 48px;
    top: 50%;
    left: 50%;
    /* bottom: 15%; */
    transform: translate(-50%, -50%);
    z-index: 1;
    will-change: scale;
    transition: scale .2s ease-in-out, opacity .2s ease-in-out;
    cursor: pointer;
}  

.shopify-section--video-slider .video_slider .video-slider_slide.slick-center.slick-active .button_play {
    top: 46%;
  z-index: 3;
}


.template-markting #shopify-section-breadcrumb {
    display: none;
}

/* Breadcrumbs Code css for product page */
nav.breadcrumb a.home_link {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.41px;
    text-decoration: underline;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
}


nav.breadcrumb a.home_link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    z-index: 1;
}

nav.breadcrumb span,
nav.breadcrumb a {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.41px;
    text-transform: capitalize;
}

nav.breadcrumb span {
    text-transform: capitalize;
}

nav.breadcrumb {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 20px;
    border-bottom: 0.5px solid rgb(var(--border-color));
}

.template-product #shopify-section-breadcrumb {
    display: none;
}


/* video blog post section css */
.blog_post_video_card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.blog_post_video_card:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(200deg, rgba(0, 0, 0, 0.00) 37.1%, rgba(0, 0, 0, 0.50) 64.97%, #000 96.4%);
}
.blog_post_video_card .video_content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 0px 36px 30px 30px;
    color: #fff;
    z-index: 10;
    user-select: none;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.blog_post_video_card video-media, .blog_post_video_card img  {
    width: 100%;
    aspect-ratio: 557 / 700;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}

.template-video .shopify-section--blog-posts .section-stack blog-posts.blog-post-list .blog-post-card {
    padding-bottom: 0;
    background: transparent;
    box-shadow: none;
}

.blog-post-list {
  --blog-post-list-row-gap: 30px;
  --blog-post-list-column-gap: 30px;
}
.blog_post_video_card a.blog-post-card__read-more.link {
    margin-top: 15px;
    padding: 10px 15px;
    border-radius: 10px;
    background: none;
    border: 1.5px solid #fff;
    font-size: 20px;
    line-height: normal;
    text-decoration: none;
    letter-spacing: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 1.5px;
    width: fit-content;
}
.blog_post_video_card a.blog-post-card__title.h4 {
    color: #fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: normal;
    margin-bottom: 5px;
    display: inline-block;
}
.blog_post_video_card p.blog-post-card__excerpt {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.blog-post-header h2, .blog-post-header h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
    text-decoration: underline;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
    margin-bottom: 10px;
}
.blog-post-header p {
    color: #67707A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

/* featured collection */

carousel-navigation .collection_tab_blocks {
    flex: 1 0 0;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    border: 3px solid #e6eaef;
    position: relative;
}

carousel-navigation .collection_tab_blocks:hover {
    border: 3px solid #c2c7cc;
}


carousel-navigation .collection_tab_blocks:has(> button[aria-current="true"]) {
  border-color: #3bc1ca;
}

carousel-navigation .collection_tab_blocks img {
    height: auto;
    margin: 0 auto;
    width: 70px;
}

carousel-navigation .collection_tab_blocks button {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
}

carousel-navigation .collection_tab_blocks span {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: normal;
    line-height: normal;
    margin-top:10px;
}


carousel-navigation.featured-collections-navigation {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.shopify-section--featured-collections .section-stack .v-stack.justify-self-center {
    justify-self: unset;
    gap: 30px;
}

.shopify-section--featured-collections .section-stack {
    gap: 30px;
}

.photo-booths .shopify-section--featured-collections .section-spacing {
    padding-block-start: unset;
  --product-list-items-per-row: 3;
}

.shopify-section--featured-collections .section-stack h1.h6,
.shopify-section--featured-collections .section-stack p.h6 {
    text-align: left;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: normal;
}

.shopify-section--featured-collections .section-stack h1.h6 strong,
.shopify-section--featured-collections .section-stack h1.h6 span,
.shopify-section--featured-collections .section-stack p.h6 strong,
.shopify-section--featured-collections .section-stack p.h6 span {
    background: linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.shopify-section--featured-collections featured-collections-carousel .featured-collections-carousel__item .product-list {
    justify-content: start;
    --product-list-default-row-gap: 20px;
    --product-list-default-column-gap: 20px;
      align-items: stretch;
}



.shopify-section--featured-collections featured-collections-carousel .featured-collections-carousel__item .product-list product-card.product-card {
    gap: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    min-height: 500px;
    border-radius: 20px;
    padding: 30px 30px;
    background: linear-gradient(0deg, var(--Skin, #FFF) 0%, var(--Skin, #FFF) 100%), linear-gradient(156deg, #FBFBFD 1.57%, rgba(251, 251, 253, 0.00) 84.48%);
    box-shadow: 0px 2px 30px 0px rgba(27, 42, 58, 0.05);
    max-height: unset !important;
    min-height: unset !important;
}


.shopify-section--featured-collections featured-collections-carousel .featured-collections-carousel__item .product-list product-card.product-card > div {
    flex: 1 0 0;
}

.shopify-section--featured-collections product-card.product-card .product-card__info {
    gap: 0;
    text-align: left;
    align-content: start;
    justify-items: start;
    display: grid;
    grid-template-rows: 1fr auto 1fr;
}

.shopify-section--featured-collections product-card.product-card .product-card__info .card_top_info {
    grid-row: 1 / 2;
  text-align: left;
}

.shopify-section--featured-collections product-card.product-card .product-card__info .card_bottom_info {
    grid-row: 3 / 4;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.shopify-section--featured-collections featured-collections-carousel .featured-collections-carousel__item .product-list product-card.product-card>.product-card__figure {
    align-self: center;
}

.shopify-section--featured-collections product-card.product-card .product-card__info .card_top_info .product-title-wrapper {
    margin-bottom: 10px;
}

.shopify-section--featured-collections product-card.product-card .product-card__info .card_top_info .product-title {
    font-size: 38px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
}

.shopify-section--featured-collections product-card.product-card .product-card__info .card_top_info  .card_product_type {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    letter-spacing: normal;
    font-size: 17px;
    line-height: normal;
    margin-bottom: 10px;
}

.shopify-section--featured-collections product-card.product-card .product-card__info .card_top_info .product_card_description {
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
}

.price-large {
  /* font-size: 1.2rem; */ 
}

.price-mid {
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  text-transform: capitalize;
  /* font-size: 0.7rem; 
  margin-top: -5px; */
}

.price-small {
  font-size: 0.5rem; 
  margin-top: -5px;
}

.shopify-section--featured-collections product-card.product-card .product-card__info .card_bottom_info .price_container {
    display: block;
}

.shopify-section--featured-collections product-card.product-card .product-card__info .card_bottom_info .price_container sale-price {
    letter-spacing: 0;
    text-transform: lowercase;
    font-weight: 700;
    color: #000;
    font-size: 18px;
    line-height: 24px;
}

.shopify-section--featured-collections product-card.product-card .product-card__info .card_bottom_info .price_container sale-price .price_from {
    font-weight: 400;
}

.shopify-section--featured-collections product-card.product-card .product-card__info .card_bottom_info .price_container price-list.price-list {
    justify-content: start;
    margin-bottom: 30px;
}


.shopify-section--featured-collections product-card.product-card .product-card__info .card_bottom_info product-form {
    display: flex;
    align-items: center;
    gap: 0;
}

.shopify-section--featured-collections .card_bottom_info product-form .product-card__quick-add-button {
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    position: static;
    color:#fff;
    margin-right:10px;
    height: 40px;
}

.shopify-section--featured-collections .card_bottom_info product-form .product-card__quick-add-button,
.shopify-section--featured-collections .card_bottom_info product-form .explore_more_button {
    padding: 10px 15px;
    border-radius: 10px;
    height: 45px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
}

.shopify-section--featured-collections .card_bottom_info product-form .explore_more_button {
  border: 1px solid #3bc1ca;
  padding: 10px 15px;
}

.shopify-section--featured-collections product-card.product-card .product-card__info .card_bottom_info .product_card_inventory {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
    margin-bottom: 5px;
}

.shopify-section--featured-collections .section-stack .featured-collections-carousel__item .justify-self-center a.button {
    min-height: unset;
    height: unset;
    border: 0;
    background: transparent;
    color: #1C9BD6;
    letter-spacing: normal;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0;
}

.shopify-section--featured-collections .section-stack .featured-collections-carousel__item .justify-self-center a.button:hover {
    min-height: unset;
    height: unset;
    border: 0;
    background: transparent;
    color: #1C9BD6;
    letter-spacing: normal;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: underline;
    padding: 0;
}

/* Video Banner section css */

.shopify-section--video .content-over-media.custom-video-overlay::before {
    background: #000;
    opacity: 0.6;
}

.shopify-section--video .content-over-media {
    --content-over-media-gap: unset;
    position: relative;
}

.shopify-section--video .content-over-media .place-self-center {
  position: absolute;
  left: 50%;
  width: 100%;
  text-align: left;
  transform: translateX(-50%);
  max-width: 1860px;
  margin: 0 auto;
  padding: 0 20px;
  bottom: 14%;
}

.shopify-section--video .content-over-media .place-self-center .prose .h6 {
    font-size: 25px;
    line-height: 29px;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: capitalize;
    /* margin-bottom: 5px; */
}

.shopify-section--video .content-over-media .place-self-center .prose .h2 {
    margin: 0;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.shopify-section--video .content-over-media .place-self-center .prose .h2 span {
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shopify-section--video .content-over-media .place-self-center .prose>div {
    margin: 0;
}  

.shopify-section--video .content-over-media .place-self-center .prose > div p {
    font-size: 20px;
    line-height: normal;
    font-weight: 400;
    letter-spacing: normal;
}

.shopify-section--video .content-over-media .place-self-center .prose .button_wrapper {
    margin-top: 20px;
}

.shopify-section--video .content-over-media .place-self-center .prose .button_wrapper a {
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
}

/* Image with section css */

.cm_image_with_text_wrapper {
    padding-bottom: 50px;
    padding-top: 50px !important;
}

.cm_image_with_text_wrapper > image-with-text {
  display: flex;
  position: relative;
}

.shopify-section--image-with-text .cm_image_with_text_wrapper > image-with-text.container .prose {
    padding: 0;
    overflow: auto;
    /* position: absolute; */
    z-index: 1;
    margin: 0;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    flex-basis: 760px;
    width: auto;
    max-width: 760px;
    padding: 0;
}


.shopify-section--image-with-text .cm_image_with_text_wrapper > image-with-text.container > picture {
    max-width: 60%;
    flex-basis: auto;
    margin-right: 0;
    margin-left: auto;
}

.cm_image_with_text_wrapper .content_wrapper {
    margin: 0;
    border-radius: 20px;
    position: relative;
}

.cm_image_with_text_wrapper .content_wrapper a.button.button--outline {
    border: 1.5px solid #3bc1ca;
    border-radius: 10px;
    font-weight: 700;
    color: #67707A;
    letter-spacing: normal;
    text-transform: none;
    font-size: 21px;
    background: transparent;
    --hover-gradient: unset;
}

.cm_image_with_text_wrapper .content_wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    z-index: -1;
    border-radius: 20px;
}

.cm_image_with_text_wrapper .content_wrapper p {
    font-size: 20px;
    line-height: 150%;
    font-weight: 400;
}

.cm_image_with_text_wrapper .content_wrapper button.button.button--outline {
    margin-top: 30px;
    padding: 12px 15px 12px 20px;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    color: rgb(var(--text-color));
    letter-spacing: normal;
    text-transform: capitalize;
    border: 1.5px solid var(--Fotomaster, #2DC3E8);
    border-radius: 10px;
}

.shopify-section--image-with-text .cm_image_with_text_wrapper > image-with-text.container .prose > h2.h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
}

.shopify-section--image-with-text .cm_image_with_text_wrapper > image-with-text.container .prose > h2.h1 > span {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cm_image_with_text_wrapper .image-with-text:not(.image-with-text--reverse) picture {
    margin-right: auto;
    margin-left: 0;
}

.cm_image_with_text_wrapper .image-with-text:not(.image-with-text--reverse) > .prose {
    left: auto;
    right: 50px;
}

.cm_image_with_text_wrapper .image-with-text:not(.image-with-text--reverse)>.prose > p.h1 {
    text-align: right;
}

.cm_image_with_text_wrapper .image-with-text:not(.image-with-text--reverse)>.prose .content_wrapper {
    text-align: right;
}


/* Multicolumn section css */

.shopify-section--multi-column multi-column.multi-column {
    max-width: 1630px;
    margin: 0 auto;
    width: 100%;
    padding: 0 40px;
}

.shopify-section--multi-column .section-spacing {
    padding: 80px 60 !important;
}

.shopify-section--multi-column multi-column.multi-column .prose p.h2 {
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.shopify-section--multi-column multi-column.multi-column .prose p {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: normal;
}

/* Rental Section css */

.shopify-section--rental {
    margin: 30px;
    justify-content: center;
    gap: 0;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 2px 19.6px 0px rgba(15, 37, 58, 0.10);
    align-items: center;
}

/* book a demo section css */

.shopify-section--contact .section-stack .cm_contact_section_content_book_a_demo {
    flex-basis: calc(100% - 1040px);
    max-width: 100%;
    padding: 100px;
    border-radius: 0px 20px 20px 0px;
    background: #00ADDC;
    color: #fff;
    min-height: 670px;
    align-content: center;
}

.shopify-section--contact .section-stack .cm_contact_section_content_book_a_demo .section-header {
    text-align: left;
}

.cm_contact_section_content_book_a_demo .section-header .prose .heading,
.cm_contact_section_content_book_a_demo .section-header .prose .subheading {
    display: none;
}

.shopify-section--contact .section-stack .cm_contact_section_content_book_a_demo .prose {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
}

.shopify-section--contact .section-stack .cm_contact_section_content_book_a_demo .prose h4 {
    margin: 0;
    letter-spacing: normal;
    font-size: 30px;
    text-transform: none;
    line-height: 150%;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.shopify-section--contact .section-stack .cm_contact_section_content_book_a_demo .prose p {
    margin: 0;
    font-weight: 500;
    font-size: 22px;
    line-height: normal;
    letter-spacing: normal;
    padding: 25px 0 0 0;
    border-top: 1px solid #ffffff73;
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
}

.shopify-section--contact .section-stack .cm_contact_section_content_book_a_demo .prose p span {
    display: block;
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    padding-bottom: 5px;
    width: 100%;
    font-weight: 400;
}

/* contact section css */

.cm_contact_section_content .section-header .prose .heading,
.cm_contact_section_content .section-header .prose .subheading {
    display: none;
}

.shopify-section--contact .section-stack {
    display: flex;
    justify-content: center;
    gap: 0;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 2px 19.6px 0px rgba(15, 37, 58, 0.10);
    align-items: stretch;
}

.shopify-section--contact .section-stack .cm_contact_section_form {
    flex-basis: 1040px;
    max-width: 1040px;
    padding: 50px;
}

.shopify-section--contact .section-stack .cm_contact_section_content {
    flex-basis: calc(100% - 1040px);
    max-width: calc(100% - 1040px);
    padding: 100px 50px 100px 50px;
    border-radius: 0px 20px 20px 0px;
    background: #00ADDC;
    color: #fff;
    min-height: 500px;
}

.shopify-section--contact .section-stack .cm_contact_section_content .section-header {
    text-align: center;
}

.shopify-section--contact .section-stack .cm_contact_section_content .prose {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
}

.shopify-section--contact .section-stack .cm_contact_section_content .prose h4 {
    margin: 0;
    letter-spacing: normal;
    font-size: 30px;
    text-transform: none;
    line-height: 150%;
    width: 100%;
    margin-bottom: 30px;
}

.shopify-section--contact .section-stack .cm_contact_section_content .prose p {
    margin: 0;
    font-weight: 500;
    font-size: 22px;
    line-height: normal;
    letter-spacing: normal;
    padding: 25px 0 0 0;
    border-top: 1px solid #ffffff73;
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
}


.shopify-section--contact .section-stack .cm_contact_section_content .prose p > a {
    text-decoration: none;
    background: none;
}

.shopify-section--contact .section-stack .cm_contact_section_content .prose p span {
    display: block;
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    padding-bottom: 5px;
    width: 100%;
    font-weight: 400;
    /* opacity: 0.9; */
}

.shopify-section--contact .section-stack .cm_contact_section_form .section-header {
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.shopify-section--contact .section-stack .cm_contact_section_form .prose {
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.shopify-section--contact .section-stack .cm_contact_section_form .prose h2.h2 {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
}

.shopify-section--contact .section-stack .cm_contact_section_form .prose  p.h6 {
    font-weight: 500;
    font-size: 25px;
    letter-spacing: normal;
    margin: 0;
    line-height: 100%;
    text-transform: none;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px !important;
}

.shopify-section--contact .section-stack .cm_contact_section_form #contact_form {
    padding: 0 5px 5px;
    max-width: 700px;
    gap: 30px;
}

.shopify-section--contact .section-stack .cm_contact_section_form #contact_form .fieldset {
    gap: 15px;
}

.shopify-section--contact .section-stack .cm_contact_section_form #contact_form .fieldset .fieldset-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.shopify-section--contact .section-stack .cm_contact_section_form #contact_form .fieldset .fieldset-row > div {
    flex: 1;
}

.shopify-section--contact .section-stack .cm_contact_section_form #contact_form input,
.shopify-section--contact .section-stack .cm_contact_section_form #contact_form textarea {
    padding: 10px 20px;
    outline: none;
    border: 1px solid #E4E4E4;
    box-shadow: none;
    background-color: rgb(255 255 255 / 90%);
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #747D87;
    min-height: 56px;
}

.shopify-section--contact .section-stack .cm_contact_section_form #contact_form textarea {
  min-height: 71px;
}


.shopify-section--contact .section-stack .cm_contact_section_form #contact_form input::placeholder,
.shopify-section--contact .section-stack .cm_contact_section_form #contact_form textarea::placeholder {
    color: #747D87;
    font-size: 16px;
    line-height: 24px !important;
    letter-spacing: 0.5px;
}

.shopify-section--contact .section-stack .cm_contact_section_form #contact_form button.button {
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    border: 0;
    border-radius: 10px;
    width: 120px;
    font-size: 20px;
    letter-spacing: normal;
    line-height: 24px;
    outline: none;
    margin-left: auto;
    text-transform: none;
    padding: 13px 15px;
    color: #fff;
    font-weight: 700
}


/* faq section css */

.shopify-section--faq .inner_wrapper {
    gap: 0;
    border-radius: 20px;
    padding: 50px;
    background: var(--white-gradient, linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%));
}
.shopify-section--faq a.btn-contact-support.btn-contact-support-sm {
    text-align: center;
    display: none;
}
.shopify-section--faq .inner_wrapper .section-stack {
    display: flex;
    justify-content: space-between;
    max-width: 1069px;
    margin: 0 auto;
    gap: 0;
}

.shopify-section--faq .inner_wrapper .section-stack .section-header {
    flex-basis: 386px;
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}

.shopify-section--faq .inner_wrapper .section-stack  .faq {
    flex-basis: 600px;
}

.shopify-section--faq .inner_wrapper .section-stack .section-header .prose {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

.shopify-section--faq .inner_wrapper .section-stack .section-header .prose .h2.heading {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    margin: 0;
    text-transform: none;
}
.shopify-section--faq a.btn-contact-support {
    /* margin-top: 30px; */
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #67707A;
    letter-spacing: normal;
    text-transform: capitalize;
    border: 1px solid var(--Fotomaster, #2DC3E8);
    border-radius: 10px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

.shopify-section--faq a.btn-contact-support:hover {
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}
.shopify-section--faq span.accordion__toggle {
    flex-direction: row-reverse;
    align-items: flex-start;
}

.shopify-section--faq span.accordion__toggle span.text-with-icon,
.shopify-section--faq span.accordion__toggle h3.text-with-icon  {
    flex-grow: 1;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: unset;
    font-weight: 500;
}
.shopify-section--faq details.accordion__disclosure[open] span.accordion__toggle span.text-with-icon,
.shopify-section--faq details.accordion__disclosure[open] span.accordion__toggle h3.text-with-icon{
    color: #1a9cd7;
}

.shopify-section--faq span.chevron-down-icon {
    width: 24px;
    aspect-ratio: 1;
    display: grid;
    place-content: center;
}
body .shopify-section--faq .group[aria-expanded=true] svg {
    transform: rotate(90deg);
}
.faq__content accordion-disclosure.accordion {
    border: none;
    padding-inline: 0;
}
.shopify-section--faq details.accordion__disclosure.group {
    border-block-width: 1px;
    border-inline-width: 1px;
    margin-bottom: 15px;
    border-radius: 20px;
    border-color: rgb(var(--border-color));
    padding-inline: 20px;
    background-color: #ffffff;
    transition: all 1s ease-in-out;
    color: #212b36;
}
.shopify-section--faq details.accordion__disclosure.group[open] {
    /* border-color: #1A9CD7; */
    box-shadow: 0px 5px 20px 0px rgba(15, 37, 58, 0.10);
    transition: all 1s ease-in-out;
    color: #1a9cd7;
}
.shopify-section--faq .accordion__content {
    font-size: 16px;
    line-height: 150%;
    color: #212B36;
    font-weight: 400;
}
.shopify-section--faq .faq__content accordion-disclosure.accordion:last-child details {
    margin-bottom: 0;
}
.shopify-section--faq details .accordion__toggle {
    padding-block: 20px 20px;
}
.shopify-section--faq details.accordion__disclosure.group[open] .accordion__toggle {
    padding-block: 20px 20px;
}
.shopify-section--faq .accordion__content  {
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 35px;
    padding-top: 10px;
}
.shopify-section--faq .inner_wrapper{
  padding-bottom: 50px;
  box-shadow: 0px 2px 19.6px 0px rgba(15, 37, 58, 0.10);
}

.shopify-section--faq .section-header {
    margin-top: 143px;
    padding: 0 20px 0 0px;
}

/* Events section  css */

.shopify-section--multi-column-events .container .section-stack {
    gap: 50px;
}

.shopify-section--multi-column-events multi-column.multi-column {
    display: flex;
    overflow-x: auto;
    gap: 0;
    -webkit-user-select: none;
    user-select: none;
    cursor: grab;
}

.shopify-section--multi-column-events multi-column.multi-column .multi-column__item {
    margin-right: 20px;
    position: relative;
    flex: 388px;
    min-width: 388px;
}

.shopify-section--multi-column-events multi-column.multi-column .multi-column__item img.zoom-image {
    transition: none;
    width: 100%;
}

.shopify-section--multi-column-events multi-column.multi-column .multi-column__item:hover img.zoom-image {
    scale: unset;
}

.shopify-section--multi-column-events multi-column.multi-column .multi-column__item > .prose {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0 30px 30px;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: flex-end;
}

.shopify-section--multi-column-events multi-column.multi-column .multi-column__item>.prose p.h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
}

.shopify-section--multi-column-events multi-column.multi-column .multi-column__item>.prose p {
    16px: 5px;
    margin-top: 5px;
    font-size: 16px;
    letter-spacing: normal;
    line-height: normal;
}

.shopify-section--multi-column-events multi-column.multi-column .multi-column__item>.prose .button_wrapper {
    margin-top: 15px;
}

.shopify-section--multi-column-events multi-column.multi-column .multi-column__item>.prose > .button_wrapper button.link {
    margin-top: 15px;
    padding: 10px 15px;
    border-radius: 10px;
    background: none;
    border: 1.5px solid #fff;
    font-size: 20px;
    line-height: normal;
    text-decoration: none;
    letter-spacing: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 1.5px;
}

.single-jump-title:hover
{
    cursor: pointer;
}

/* .shopify-section--multi-column-events multi-column.multi-column .multi-column__item .event_popup_video_wrapper */
.event_popup_video_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: rgb(0 0 0 / 70%);
    display: none;
    cursor: default
}

/* .shopify-section--multi-column-events multi-column.multi-column .multi-column__item .event_popup_video_wrapper .event_popup_video */
.event_popup_video_wrapper .event_popup_video {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

/* .shopify-section--multi-column-events multi-column.multi-column .multi-column__item .event_popup_video_wrapper .event_popup_video .event_popup_video_inner */
.event_popup_video_wrapper .event_popup_video .event_popup_video_inner {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
    position: relative;
}


.shopify-section--multi-column-events .container .section-stack .section-header .prose .h2.heading {
    font-size: 45px;
    font-weight: 600;
    color: #929EAB;
    letter-spacing: normal;
    text-transform: none;
}

.shopify-section--multi-column-events .container .section-stack .section-header .prose .h2.heading > span {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Image Block With Text section  css */

.shopify-section-image-blocks-with-text .section-stack {
    display: flex;
    align-items: end;
    gap: 30px;
}

.shopify-section-image-blocks-with-text .section-stack .section-header .prose .h2.heading {
    font-size: 80px;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
    line-height: 70px;
    transform: rotate(180deg) translate(-4px);
    writing-mode: vertical-lr;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shopify-section-image-blocks-with-text .section-stack multi-column.multi-column {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.shopify-section-image-blocks-with-text .section-stack multi-column.multi-column .multi-column__item {
    gap: 0;
    flex-basis: calc(20% - 16px);
    max-width: calc(20% - 16px);
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.shopify-section-image-blocks-with-text .section-stack multi-column.multi-column .multi-column__item:hover {
    gap: 0;
    flex-basis: calc(20% - 16px);
    max-width: calc(20% - 16px);
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.shopify-section-image-blocks-with-text .section-stack multi-column.multi-column .multi-column__item .link_overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.shopify-section-image-blocks-with-text .section-stack multi-column.multi-column .multi-column__item:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(200deg, rgba(0, 0, 0, 0.00) 37.1%, rgba(0, 0, 0, 0.50) 64.97%, #000 96.4%);
}

.shopify-section-image-blocks-with-text .section-stack multi-column.multi-column .multi-column__item.view_all_column.view_all_column:after {
  display: none;
}


.shopify-section-image-blocks-with-text .section-stack multi-column.multi-column .multi-column__item .prose {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    padding: 30px;
    padding-top: 0;
}

.shopify-section-image-blocks-with-text .section-stack multi-column.multi-column .multi-column__item .prose h3.h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
}

.shopify-section-image-blocks-with-text .section-stack multi-column.multi-column .multi-column__item .prose .link {
    margin-top: 15px;
    padding: 6px;
    border-radius: 10px;
    background: none;
    border: 1.5px solid #fff;
    font-size: 20px;
    line-height: normal;
    text-decoration: none;
    letter-spacing: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopify-section-image-blocks-with-text .section-stack multi-column.multi-column .multi-column__item.view_all_column.view_all_column {
    border-radius: 20px;
    background: linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.shopify-section-image-blocks-with-text .section-stack multi-column.multi-column .multi-column__item.view_all_column.view_all_column:hover {
   background: linear-gradient(270deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 129.48%, #46BEA5 174.69%, #3BC1CA 120.65%); 
}




.shopify-section-image-blocks-with-text .section-stack multi-column.multi-column .multi-column__item.view_all_column a {
    font-weight: 500;
    font-size: 22px;
    line-height: normal;
    letter-spacing: normal;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.shopify-section-image-blocks-with-text .section-stack multi-column.multi-column .multi-column__item.view_all_column span.view_all_inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Blog Post section  css */

.shopify-section--blog-posts .section-stack {
    gap: 30px;
}

.shopify-section--blog-posts .section-stack .section-header {
    justify-self: start;
    margin-bottom:0;
}

.shopify-section--blog-posts .section-stack .section-header .prose .h2.heading {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: capitalize;
    color: #212b36 !important;
}

.shopify-section--blog-posts .section-stack blog-posts.blog-post-list {
    margin: 0 -20px;
    overflow: visible;
}

.shopify-section--blog-posts .section-stack blog-posts.blog-post-list .blog-post-card-outer {
    padding: 0 10px;
    height: 460px;
}


.shopify-section--blog-posts .section-stack blog-posts.blog-post-list .blog-post-card {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 2px 19.6px 0px rgba(15, 37, 58, 0.10);
    gap: 0;
    position: relative;
    height: 100%;
  padding-bottom: 50px;
}

.shopify-section--blog-posts .section-stack blog-posts.blog-post-list .slick-track {
    padding-bottom: 15px;
    margin: 0;
}

.all-target-tags {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-bottom: 20px;
}

.all-target-tags .target-tag {
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: normal;
    line-height: 24px;
    font-weight: 600;
    cursor: pointer;
}

.shopify-section--blog-posts .section-stack blog-posts.blog-post-list .blog-post-card .blog-post-card__image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.shopify-section--blog-posts .blog-post-card .blog-post-card__info {
    padding: 30px;
    row-gap: 10px;
}

.shopify-section--blog-posts .blog-post-card .blog-post-card__info .blog-post-card__title {
    background: linear-gradient(81deg, #2DC3E8 -15.51%, #00BCDF -4.73%, #1C9AD6 4.4%, #00ADDC 15.4%, #46BEA5 23.13%, #3BC1CA 31.09%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: normal;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    text-transform: none;
    margin-bottom: 10px;
}

.shopify-section--blog-posts .section-stack blog-posts.blog-post-list .slick-track {
    padding-bottom: 15px;
}

.shopify-section--blog-posts .blog-post-card .blog-post-card__info .blog-post-card__excerpt {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 150%;
  }

.shopify-section--blog-posts .blog-post-card .blog-post-card__info .post_card_footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
    margin-top: 20px;
    position: absolute;
    bottom: 30px;
    padding: 0 30px;
    left: 0;
}
.shopify-section--blog-posts .blog-post-card .blog-post-card__info .post_card_footer .blog-post-card__meta {
    flex-direction: column;
    justify-content: start;
    align-items: self-start;
    column-gap: 0;
}

.shopify-section--blog-posts .blog-post-card .blog-post-card__info .post_card_footer .blog-post-card__meta p.h6.text-subdued {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: 700;
}

.shopify-section--blog-posts .blog-post-card .blog-post-card__info .post_card_footer .blog-post-card__meta p.h6.text-subdued span {
    font-weight: 400;
}

.shopify-section--blog-posts .blog-post-card .blog-post-card__info .post_card_footer .blog-post-card__meta > span.h6.text-subdued {
    letter-spacing: normal;
    font-weight: 600;
    text-transform: none;
    font-size: 16px;
    line-height: 150%;
    margin-top: 5px;
    color: #212B36;
}

.shopify-section--blog-posts .blog-post-card .blog-post-card__info .post_card_footer .blog-post-card__meta > span.h6.text-subdued::before {
    display: none;
}

.shopify-section--blog-posts .blog-post-card .blog-post-card__info .post_card_footer .blog-post-card__read-more {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #1C9BD6;
}

.shopify-section--blog-posts .section-stack blog-posts.blog-post-list button.slick-prev,
.shopify-section--blog-posts .section-stack blog-posts.blog-post-list button.slick-next {
    display: none !important;
}

.shopify-section--blog-posts .section-stack .arrows_buttons {
    display: flex;
    align-items: center;
    width: 100%;
}

.shopify-section--blog-posts .section-stack .arrows_buttons > * {
    flex: 1 auto;
    text-align: right;
}

.shopify-section--blog-posts .section-stack .arrows_buttons.blog-slider-arrows-disabled .slick_custom_arrows {
    display: none;
}

.shopify-section--blog-posts .section-stack .arrows_buttons.blog-slider-arrows-disabled .seeAll_button_wrapper {
    text-align: center;
}

.shopify-section--blog-posts .section-stack .arrows_buttons .slick_custom_arrows {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.shopify-section--blog-posts .section-stack .arrows_buttons .slick_custom_arrows button {
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #3bc1ca;
    border-radius: 100%;
}

.shopify-section--blog-posts .section-stack .arrows_buttons .seeAll_button_wrapper .button {
    background: transparent;
    border: 0;
    padding: 0;
    letter-spacing: normal;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    text-decoration: underline;
    color: rgb(var(--button-text-color));
}



/* Icon with text column section css */


.shopify-section--icon-text-multi-column .section-spacing {
    padding: 50px 0;
}

.event_popup_video_close {
    position: absolute;
    right: -32px;
    left: auto;
    top: -28px;
    width: 32px;
    height: 32px;
    font-size: 0;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
}

.event_popup_video_close:before,
.event_popup_video_close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 19px;
    width: 3px;
    background-color: #fff;
}

.event_popup_video_close:before {
    transform: rotate(45deg);
}

.event_popup_video_close:after {
    transform: rotate(-45deg);
}


.shopify-section--icon-text-multi-column .section-stack {
    gap: 30px;
}

.shopify-section--icon-text-multi-column .section-header .prose .h2.heading {
    color: #929EAB;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 600;
    font-size: 42px;
    line-height: normal;
}

.shopify-section--icon-text-multi-column multi-column.multi-column {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    overflow: visible;
}

.shopify-section--icon-text-multi-column multi-column.multi-column .multi-column__item {
    gap: 20px;
    box-shadow: 0 2px 19.6px #0f253a1a;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 30px 30px 30px;
    flex-basis: calc(20% - 16px);
    max-width: calc(20% - 16px);
    position: relative;
}

.shopify-section--icon-text-multi-column multi-column.multi-column .multi-column__item .overlay_link {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.shopify-section--icon-text-multi-column multi-column.multi-column .multi-column__item .media_container img {
    min-height: 60px;
}

.shopify-section--icon-text-multi-column multi-column.multi-column .multi-column__item .prose .h4 {
    font-size: 22px;
    line-height: normal;
    color: #20262C;
    text-transform: none;
    letter-spacing: normal;
}

.shopify-section--icon-text-multi-column multi-column.multi-column .multi-column__item .prose .content_wrapper {
    margin-top: 10px;
    margin-bottom: 30px;
}

.shopify-section--icon-text-multi-column multi-column.multi-column .multi-column__item .prose .content_wrapper p {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    letter-spacing: normal;
    color: #747D87;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; */
}

.shopify-section--icon-text-multi-column multi-column.multi-column .multi-column__item .prose .event_button_wrapper {
    margin: 0;
    display: block;
    text-align: right;
    line-height: normal;
    position: absolute;
    top: auto;
    font-size: 0;
    bottom: 30px;
    right: 30px;
}

.shopify-section--icon-text-multi-column multi-column.multi-column .multi-column__item .prose .event_button_wrapper button.link {
    text-decoration: none;
    font-size: 0;
    border: 0;
    outline: none;
    box-shadow: none;
    background: no-repeat;
}

/* Text With Icon Section */

.shopify-section--text-with-icons text-with-icons-carousel {
    width: auto;
    max-width: none;
}

.shopify-section--text-with-icons .text-with-icons__item {
    /* flex-basis: 200px; */
    box-shadow: 0px 2px 20px 0px rgba(15, 37, 58, 0.10);
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    cursor: pointer;
}

.shopify-section--text-with-icons .text-with-icons__item .block_link_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.shopify-section--text-with-icons .text-with-icons__item img {
      width:25%;
}

.shopify-section--text-with-icons  .text-with-icons__item > .v-stack {
    gap: 0;
}

.shopify-section--text-with-icons  .text-with-icons__item .v-stack .h6 {
    font-size: 22px;
    margin: 10px 0 0 0;
    letter-spacing: normal;
    font-weight: 600;
    text-transform: none;
    line-height: 130%;
}

.shopify-section--text-with-icons .text-with-icons__item .v-stack .prose p {
    font-size: 16px;
}

.text-with-icons {
    gap: 30px;
}

.service-page-template-wrapper .shopify-section--rich-text .container--lg{
    background: #fff;
    max-width:50%;
    padding: 50px;
    border-radius:20px;
}

/* Logo list section css */

.shopify-section--logo-list{
    max-width: 1820px;
    margin: 0 auto;
    padding: 50px 0px;
}

.shopify-section--logo-list .section-spacing .container .section-stack {
    gap:20px;
}

.shopify-section--logo-list h2, .shopify-section--logo-list h2 strong {
    font-size:30px !important;
    color: #212b36;
    font-weight:600;
}

.shopify-section--logo-list .section-spacing {
    padding: 5px 0;
    background: transparent;
}

.shopify-section--logo-list .section-spacing .logo-list .slick-list {
      padding-left: 20px;
}

.shopify-section--logo-list .section-spacing .logo-list .slick-track {
    padding: 15px 0;

}

.shopify-section--logo-list .section-spacing .logo-list {
    display: flex;
    gap: 10px;
    justify-content: start;
    /* overflow-x: auto; */
}

.shopify-section--logo-list .section-spacing .logo-list .logo-list__item {
    padding: 15px;
    flex-basis: 160px;
    min-width: 180px;
    background-color: #fff;
    border-radius: 20px;
    margin-right: 20px;
    box-shadow: 0px 2px 19.6px 0px rgba(15, 37, 58, 0.10);
}

.shopify-section--logo-list .section-spacing .logo-list .logo-list__item img.constrained-image {
    height: 59px;
    margin: 0 auto;
}

.shopify-section--logo-list .section-spacing .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}

.service-page-template-wrapper .shopify-section--rich-text h1 {
  font-size: 42px !important;
  font-weight: 600 !important;
}

.service-page-template-wrapper .shopify-section--rich-text p {
    font-size:18px !important;
    max-width: 100%!important;
}


/* Video slider section css */

.shopify-section--video-slider .video_slider .slick-track {
    padding: 0 0 40px;
    display: flex;
    align-items: center;
}

.shopify-section--video-slider .video_slider {
    padding: 0 0 30px 50px;
}

.shopify-section--video-slider .video_slider:not(.slick-initialized) {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    overflow: hidden;
}

.shopify-section--video-slider .button_wrapper {
  text-align:center;
}

.shopify-section--video-slider .button_wrapper a {
    color: #1C9BD6;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}
  
.shopify-section--video-slider .video_slider .video-slider_slide {
    width: 250px !important;
    z-index: 1;
    position: relative;
    transition: transform 0.5s ease, z-index 0.5s ease;
}

.shopify-section--video-slider .video_slider .slick-track .video-slider_slide {
    padding: 0 10px;
}

.shopify-section--video-slider .video_slider .video-slider_slide.slick-center.slick-active {
    width: 744px !important;
    z-index: 2;
      position: relative;
    top: 40px;
}
.shopify-section--video-slider .video_slider .video-slider_slide .content-over-media {
    min-height: 513px;
    /* border-radius: 20px; */
    gap: 0;
    display: block;
    cursor: pointer;
}

.shopify-section--video-slider .video_slider .video-slider_slide .content-over-media .video_button {
    text-align: right;
    padding-right: 40px;
    display: none;
    position: relative;
    z-index: 11;
}

.shopify-section--video-slider .video_slider .video-slider_slide.slick-center.slick-active .content-over-media .video_button {
  display:block;
}


.shopify-section--video-slider .video_slider .video-slider_slide .content-over-media .video_button a {
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    display: inline-block;
    color: #fff;
    padding: 8px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 17px;
    letter-spacing: normal;
    font-weight: 700;
    line-height: 24px;
}

.shopify-section--video-slider .video_slider .video-slider_slide .content-over-media video-media {
    height: 513px;
    border-radius: 20px;
}

.shopify-section--video-slider .video_slider .video-slider_slide .content-over-media video-media img {
    border-radius: 20px;
}


.shopify-section--video-slider .video_slider .video-slider_slide.slick-center.slick-active .content-over-media {
    min-height: 573px;
}

.shopify-section--video-slider .video_slider .video-slider_slide.slick-center.slick-active .content-over-media video-media {
    height: 573px;
}

.shopify-section--video-slider .video_slider .video-slider_slide .content-over-media .slideshow__slide-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.shopify-section--video-slider .video_slider .video-slider_slide.slick-center.slick-active .content-over-media .slideshow__slide-content {
    opacity: 1;
    visibility: visible;
    height: 100%;
    margin-top: 20px; 
    pointer-events: auto;
}


.shopify-section--video-slider .video_slider .video-slider_slide .content-over-media:before {
  display:none;
}

.shopify-section--video-slider .video_slider .video-slider_slide .content-over-media .slideshow__slide-content .prose .h6 {
    font-size: 20px;
    line-height: 150%;
    color: #212b36;
    letter-spacing: normal;
    text-transform: none;
}

.shopify-section--video-slider .video_slider .video-slider_slide video-media>:is(video:not(:fullscreen),img) {
    border-radius: 20px;
}

.shopify-section--video-slider .video_slider .video-slider_slide .content-over-media .slideshow__slide-content .prose .subtitle {
    margin-top: 15px;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 150%;
    text-transform: none;
    color: #747D87;
    padding-bottom: 10px;
}

.shopify-section--video-slider h2.section_heading {
    padding-left: 50px;
    margin-top: 50px;
    font-size: 42px;
    line-height: normal;
    letter-spacing: normal;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shopify-section--video-slider .video_slider .video-slider-nav-btn {
    bottom: auto;
    top: -53px;
}


.shopify-section--video-slider .slideshow__volume-control {
  display:none;
}


/* footer section */


.shopify-section--footer .footer__block-list {
    justify-content: start;
    column-gap: unset;
}


.shopify-section--footer .footer__block-list .footer__block--image {
    max-width: 400px;
    flex-basis: 400px;
    /* padding-top: 25px; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.shopify-section--footer .footer__block-list .footer__block--links {
    display: grid;
    grid-template-columns: 40% 19% 19% 19%;
    /* column-gap: 10px; */
    row-gap: 40px;
    justify-content: space-between;
    max-width: calc(100% - 400px);
    flex-basis: calc(100% - 400px);
}

.shopify-section--footer .footer__block-list .footer__block--links .v-stack > ul {
    row-gap: 5px;
}

.footer__block.footer__block--links .v-stack.footer_menu_1 ul,
.footer__block.footer__block--links .v-stack.footer_menu_5 ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}

.shopify-section--footer .footer__block-list .footer__block--links .v-stack > ul li {
    display: inline-block;
    line-height: 150%;
}

.footer__block.footer__block--links .v-stack.footer_menu_1 ul > li,
.footer__block.footer__block--links .v-stack.footer_menu_5 ul > li {
    flex: 175px;
    max-width: 170px;
}

.shopify-section--footer .footer__block-list .footer__block--links .v-stack {
    gap: 5px;
}

.shopify-section--footer .footer__block-list .footer__block--links .v-stack .h6 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
    color: #212B36;
}

.shopify-section--footer .footer__block-list .footer__block--links .v-stack>ul li a {
    color: rgb(var(--text-color) / 1);
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
    display: inline-block;
    word-break: break-word;
}


.footer .container .footer__inner {
    gap: 30px;
}

.footer .container .footer__inner .footer_bottom {
    padding-top: 30px;
    border-top: 1px solid #D8DDE2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .container .footer_bottom .footer_copyright {
    font-size: 16px;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 400;
    line-height: 150%;
}

.footer .container .footer_bottom .footer_made_by {
    font-size: 12px;
    line-height: normal;
    font-weight: 600;
}

.footer .container .footer_bottom .footer_made_by img {
    display: inline-block;
    max-width: 83.28px;
    height: auto;
}

.footer__aside .payment-methods {
    gap: 20px;
    max-width: none;
}

.footer__block-list .footer__block--image .logo_menu_wrapper > ul {
    gap: 15px;
}

.footer__block-list .footer__block--image .logo_menu_wrapper > ul a {
    color: #212B36;
    font-size: 18px;
    letter-spacing: normal;
    line-height: 150%;
    font-weight: 500;
    display: inline-block;
}

.footer__block-list .footer__block--image .logo_menu_wrapper > ul li {
    line-height: 19px;
    display: inline-block;
}

.footer_logo_bottom_part ul.social-media {
    gap: 30px;
}

.footer_logo_bottom_part {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.footer__inner .link-faded {
  color: #212b36;
  font-size: 14px;
}

/* Header section css */

.header .header__secondary-nav {
    flex-wrap: nowrap;
}

.header__secondary-nav a {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.header__secondary-nav .ecternal_button_wrapper {
    text-align: center;
    /*min-width: 223px; */
    display: flex;
    min-height: 44px;
    justify-content: center;
    align-items: center;
    /* padding: 5px 20px; */
    border-radius: 10px;
}

.header__secondary-nav .ecternal_button_wrapper a {
    min-height: unset;
    min-width: unset;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: white;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    padding: 5px 20px;
    border-radius: 10px;
    transition: background 0.3s ease; /* Smooth transition for hover effect */
}

.header__secondary-nav .ecternal_button_wrapper a:hover {
    background: linear-gradient(91deg, #2dc3e8, #00bcdf, #1c9ad6, #00addc, #46bea5, #3bc1ca);
    color: #fff; /* Ensure text stands out */
}

.shopify-section--header x-header.header {
    padding: 20px 20px;
    column-gap: 20px;  
    top: 0;
    z-index: 10; 
    position: sticky;
}

.header nav.header__primary-nav {
    gap: 0;
} 

.header nav.header__primary-nav ul.contents {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0;
    font-size: 0;
}

.header nav.header__primary-nav ul.contents .header__primary-nav-item {
    flex-basis: 170.71px;
    max-width: 170.71px;
    text-align: center;
    padding: 10px 20px;
    flex-grow: 1;
}

.header nav.header__primary-nav ul.contents > .header__primary-nav-item summary.h6,
.header nav.header__primary-nav ul.contents > .header__primary-nav-item > a {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
    text-transform: capitalize;
  font-weight: 400;
}


.header nav.header__primary-nav ul.contents > .header__primary-nav-item:hover summary.h6,
.header nav.header__primary-nav ul.contents > .header__primary-nav-item:hover > a {
  color:#1A9CD7;
}

.header nav.header__primary-nav mega-menu-disclosure .mega-menu {
    /* max-width: 1820px; */
    max-width: 95%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 40px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    flex-direction: column;
    gap: 40px;
    position: absolute;
    z-index: 5;
    top: 100%;
    box-shadow: inset 0px 5px 20px -11px rgba(0, 0, 0, 0.10);
}


.header nav.header__primary-nav ul.contents .header__primary-nav-item:has( > mega-menu-disclosure):hover:before {
    opacity:1;
    visibility:visible;
}

.header nav.header__primary-nav ul.contents .header__primary-nav-item:before{
  opacity:0;
  visibility:hidden;
  transition:all 0.05s ease;
  content:"";
  left: auto;
  width: 15px;
  height: 15px;
  border-style: solid;
  background: transparent;
  border-width: 0 0 12px 12px;
  border-color: transparent;
  border-bottom-color: #1c9ad6;
  transform: rotate(225deg);
  top: 100%;
  z-index: 0;
}


.header nav.header__primary-nav ul.contents .header__primary-nav-item:has( > mega-menu-disclosure > .header__menu-disclosure[aria-expanded="true"]):before{
    opacity:1;
    visibility:visible;
}


.header nav.header__primary-nav ul.contents .header__primary-nav-item:has( > mega-menu-disclosure > .header__menu-disclosure[aria-expanded="false"]):before{
  opacity:0;
  visibility:hidden;
  transition:all 0.3s ease-in-out;
}



.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist:has( > li > ul.has_third_level) {
    width: 100%;
    display: grid;
    grid-template-columns: 15% 15% 15% 15% 23%;
gap: 0;
    justify-content: space-between;
}

.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist .justify-items-start {
    max-width: unset;
}

.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist:has(>li>ul.has_third_level)>li {
    gap: 0;
    margin-top: 10px;
    padding: 0;
    max-width: unset;
}

.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist:has(>li>ul.has_third_level) > li > a.h6 {
    font-size: 22px;
    text-align: left;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 400;
    text-transform: capitalize;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist:has(>li>ul.has_third_level) > li > ul {
    display: flex;
    text-align: left;
    flex-direction: column;
    gap: 10px;
}

.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist:has(>li>ul.has_third_level) > li > ul > li {
    padding: 10px 0;
}

.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist:has(>li>ul.has_third_level) > li > ul > li > a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #747D87;
}

.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist:has(>li>ul.has_third_level)>li>ul>li>a:hover {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist:has(>li>ul.has_third_level)>li:last-child > .has_third_level {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    flex-direction: row;
}

.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist:has(>li>ul.has_third_level)>li:last-child > .has_third_level > li {
    flex-basis: 183px;
    max-width: 183px;
}

.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist:has(>li>ul.has_third_level)>li:after {
    content: '';
    position: absolute;
    top: 0;
    left:auto;
    right: -12%;
    height: 100%;
    background-color: #ebeef0;
    width: 1px;
}


.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist:has(>li>ul.has_third_level)>li:before {
  display:none;
}

.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist:has(>li>ul.has_third_level)>li:last-child:after {
    display: none;
}

.header nav.header__primary-nav mega-menu-disclosure .mega-menu .megamenu_button_wrapper a.block.h6 {
    padding: 10px 0 10px 15px;
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    border-radius: 10px;
    color: #fff;
    text-transform: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: normal;
    display: flex;
    align-items: center;
}


.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    column-gap: 40px;
    width: 100%;
    row-gap: 0;
}

.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist > li.justify-items-start {
    flex-basis: 30.307%;
    max-width: 30.307%;
    padding: 10px 0 50px; 
    position: relative;
}

.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist a.h6 {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
    line-height: normal;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist>li.justify-items-start:before {
    content: '';
    position: absolute;
    top: 0;
    left: auto;
    right: -4%;
    height: 100%;
    background-color: #ebeef0;
    width: 1px;
}


.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist>li.justify-items-start:after {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #ebeef0;
    bottom: 28.2%;
}

.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist>li.justify-items-start.Venues {
    padding-bottom: 10px;
}

.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist>li.justify-items-start.Venues::after {
    display: none;
}

.megamenu_bottom_text {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    text-align: right;
    overflow: hidden;
}

.megamenu_bottom_text p {
    font-size: 150px;
    line-height: 117px;
    font-weight: 900;
    opacity: 0.1;
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header nav.header__primary-nav ul.contents .header__primary-nav-item[data-title="Support"] .megamenu_bottom_text p {
    line-height: 166px;
}


/* 2. Collection page  */

.primary_collection_product .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 20px;
}

.primary_collection_product product-card.product-card {
flex-basis: 700px;
    max-width: 700px;
    opacity: 1;
}

.primary_collection_product .collection_video {
    flex-basis: 759px;
    max-width: 759px;
}

.primary_collection_product .collection_video video-media {
    border-radius: 20px;
}

.primary_collection_product product-card.product-card .product-card__figure,
.primary_collection_product product-card.product-card .product-card__info .card_top_info .card_product_type,
.primary_collection_product product-card.product-card .product-card__info .card_top_info .product_card_description,
.primary_collection_product product-card.product-card .product-card__info .card_bottom_info .product_card_inventory,
.primary_collection_product product-card.product-card .product-card__info .card_bottom_info .price_container {
    display: none;
}

.primary_collection_product product-card.product-card .product-card__info {
    gap: 50px;
    justify-items: start;
    text-align: left;
}

.primary_collection_product product-card.product-card .product-card__info .card_top_info .collection-title-wrapper {
    font-size: 60px;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: normal;
    text-transform: none;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 15px;
}

.primary_collection_product product-card.product-card .product-card__info .card_top_info .product-title-wrapper .product-title {
    font-size: 45px;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 700;
}


.primary_collection_product product-card.product-card .product-card__info .card_bottom_info product-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.primary_collection_product product-card.product-card .product-card__info .card_bottom_info product-form .shopify-product-form {
    width: auto;
    height: auto;
}

.primary_collection_product product-card.product-card .product-card__info .card_bottom_info product-form .shopify-product-form .product-card__quick-add-button,
.primary_collection_product product-card.product-card .product-card__info .card_bottom_info product-form .explore_more_button {
    position: static;
    padding: 22px 15px;
    border-radius: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: capitalize;
    min-width: 280px;
    text-align: center;
}

.primary_collection_product product-card.product-card .product-card__info .card_bottom_info product-form  .explore_more_button {
    border: 1.5px solid #3bc1ca;
}

.primary_collection_product product-card.product-card .product-card__info .card_bottom_info product-form .shopify-product-form .product-card__quick-add-button {
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    color: #fff;
}

.collection_page_wrapper .main-container .v-stack {
    gap: 0;
}

.collection_card_info {
    border-top: 1px solid #D8DDE2;
    border-bottom: 1px solid #D8DDE2;
    padding: 14px 20px;
}

.collection_card_info .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.collection_card_info .container > div {
    flex-basis: 300px;
    max-width: 300px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.collection_card_info .container .info_title {
    justify-content: start;
}

.collection_card_info .container .info_title h5 {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
}


.collection_card_info .container > .info_text p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #41474D;
    gap: 20px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
}

.collection_page_wrapper .main-container .collection {
    margin-top: 50px;
    margin-bottom: 0px;
    display: block;
}

.collection_page_product_cards .collection__main .large_card_layout {
    --product-list-default-row-gap: 20px;
    --product-list-default-column-gap: 20px;
}


.product-list product-card.product-card,
.product-list page-card.page-card {
    gap: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    min-height: 560px;
    border-radius: 20px;
    padding: 30px 20px;
    background: linear-gradient(0deg, var(--Skin, #FFF) 0%, var(--Skin, #FFF) 100%), linear-gradient(156deg, #fbfbfd 1.57%, #fbfbfd00 84.48%);
    box-shadow: 0 2px 30px #1b2a3a0d;
  max-height:560px;
}


.shopify-section--apps .section-spacing.bordered-section {
    padding-bottom: 0;
}

.shopify-section--apps + .shopify-section--icon-text-multi-column .section-spacing {
    padding-top: 0;
}

.product-list product-card.product-card > div,
.product-list page-card.page-card > div {
    flex: 1 0 0;
}

.product-list product-card.product-card > .product-card__figure,
.product-list page-card.page-card > .page-card__figure {
    align-self: center;
}

.product-list product-card.product-card .product-card__info,
.product-list page-card.page-card .page-card__info {
    gap: 0;
    text-align: left;
    align-content: start;
    justify-items: start;
    display: grid;
    grid-template-rows: 1fr auto 1fr;
}

.product-list product-card.product-card .product-card__info .card_top_info,
.product-list page-card.page-card .page-card__info .card_top_info {
    grid-row: 1 / 2;
    text-align: left;
}

.product-list product-card.product-card .product-card__info .card_bottom_info,
.product-list page-card.page-card .page-card__info .card_bottom_info {
    grid-row: 3 / 4;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
}

.product-list product-card.product-card .product-card__info .card_bottom_info .loox-rating .loox-rating-content span.loox-rating-label {
    display: none;
}


.product-list product-card.product-card .product-card__info .card_bottom_info .product_card_inventory,
.product-list page-card.page-card .page-card__info .card_bottom_info .page_card_inventory {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: normal;
    margin-bottom: 5px;
}

.product-list product-card.product-card .product-card__info .card_bottom_info .price_container,
.product-list page-card.page-card .page-card__info .card_bottom_info .price_container {
    /* max-height: 60px; */
    display: flex;
    flex-direction: column-reverse;
    justify-content: left;
}

.product-list product-card.product-card .product-card__info .card_bottom_info price-list.price-list,
.product-list page-card.page-card .page-card__info .card_bottom_info price-list.price-list {
    justify-content: start;
    margin-bottom: 30px;
    width: 140px;
}

.product-list product-card.product-card .product-card__info .card_bottom_info price-list.price-list sale-price,
.product-list page-card.page-card .page-card__info .card_bottom_info price-list.price-list sale-price {
    letter-spacing: 0;
    text-transform: lowercase;
    font-weight: 600;
    color: #212B36;
    font-size: 20px;
    line-height: 24px;
}

.product-list product-card.product-card .product-card__info .card_bottom_info price-list.price-list sale-price .price_from,
.product-list page-card.page-card .page-card__info .card_bottom_info price-list.price-list sale-price .price_from {
    font-weight: 400;
    margin-right: 5px;
    font-size: 0.8rem;
    text-transform: none !important;
}

.product-list product-card.product-card .product-card__info .card_bottom_info product-form,
.product-list page-card.page-card .page-card__info .card_bottom_info product-form {
    display: flex;
    align-items: center;
    gap: 0;
}

.product-list product-card.product-card .product-card__info .ca@rd_bottom_info product-form .product-card__quick-add-button,
.product-list product-card.product-card .product-card__info .card_bottom_info product-form .explore_more_button,
.product-list page-card.page-card .page-card__info .card_bottom_info product-form .product-card__quick-add-button,
.product-list page-card.page-card .page-card__info .card_bottom_info product-form .explore_more_button{
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: capitalize;
}

.product-list product-card.product-card .product-card__info .card_bottom_info product-form .explore_more_button,
.product-list page-card.page-card .page-card__info .card_bottom_info product-form .explore_more_button {
    border: 1px solid #3bc1ca;
    padding: 10px 15px;
    border-radius: 10px;
    height: 45px;
    line-height: 23px;
}

.product-list product-card.product-card .product-card__info .card_bottom_info product-form .product-card__quick-add-button,
.product-list page-card.page-card .page-card__info .card_bottom_info product-form .product-card__quick-add-button {
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    position: static;
    color: #fff;
    margin-right: 10px;
    border-radius: 10px;
    height: 45px;
    display: block;
    line-height: 24px;
    padding: 10px 15px;
    transition: all 1s ease-out;
}

.product-list product-card.product-card .product-card__info .card_bottom_info product-form .product-card__quick-add-button:hover,
.product-list page-card.page-card .page-card__info .card_bottom_info product-form .product-card__quick-add-button:hover {
    background: linear-gradient(270deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 129.48%, #46BEA5 174.69%, #3BC1CA 120.65%);
}


.product-list product-card.product-card .product-card__info .card_top_info .product-title-wrapper,
.product-list page-card.page-card .page-card__info .card_top_info .page-title-wrapper {
    margin-bottom: 10px;
}

.product-list product-card.product-card .product-card__info .card_top_info .product-title-wrapper .product-title,
.product-list page-card.page-card .page-card__info .card_top_info .page-title-wrapper a {
    font-size: 30px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
}

.product-list product-card.product-card .product-card__info .card_top_info .card_product_type,
.product-list page-card.page-card .page-card__info .card_top_info .card_product_type {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    letter-spacing: normal;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
}

.product-list product-card.product-card .product-card__info .card_top_info .product_card_description,
.product-list page-card.page-card .product-card__info .card_top_info .product_card_description {
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    padding-right: 10px;
}

.collection_page_wrapper .main-container .collection.all_productShow {
    display: none;
}

.collection_showAll_button_wrapper {
    width: 100%;
    margin: 50px auto;
    text-align: center;
}

.collection_showAll_button_wrapper button {
    font-size: 18px;
    color: #1C9BD6;
    font-weight: 600;
    line-height: 150%;
}

/* 3. Marketing product page */

.marketing_featured_product .section-spacing {
    min-height: 700px;
    display: flex;
    align-items: center;
}

.marketing_featured_product .section-spacing .container {
    width: 80%;
}


.marketing_featured_product product-rerender product-gallery.product-gallery {
    display: none;
}

.marketing_featured_product product-rerender .product {
    display: flex;
    flex-direction: row-reverse;
    gap: 20;
    align-items: center;
    justify-content: space-between;
}

.marketing_featured_product product-rerender .product safe-sticky.product-info {
    position: static;
    flex-basis: 571px;
    max-width: 571px;
}

.marketing_featured_product product-rerender .product .desktop_image {
    flex-basis: calc(100% - 43.35%);
    max-width: calc(100% - 43.35%);
}

.marketing_featured_product product-rerender .product .desktop_image .image {
    max-height: 538px;
    margin: 0 auto;
}


.marketing_featured_product .product-info__block-list .product-info__block-item {
    margin: 0;
}

.marketing_featured_product .product-info__block-list .product-title.h3 {
    font-size: 42px;
    line-height: normal;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
    margin-bottom: 15px;
}

.marketing_featured_product .product-info__block-list .product-info__block-item .card_product_type {
    font-size: 22px;
    line-height: normal;
    font-weight: 600;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.marketing_featured_product .product-info__block-list .product-info__block-item .prose {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 150%;
}

.marketing_featured_product .product-info__block-list .product-info__block-item product-form {
    margin-top: 50px;
    display: block;
}

.marketing_featured_product  product-form .v-stack {
    display: block;
}

.marketing_featured_product product-form .v-stack buy-buttons.buy-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    column-gap: 10px;
    text-align: center;
}

.marketing_featured_product product-form .v-stack buy-buttons.buy-buttons > * {
    flex: 280.5px;
}

.marketing_featured_product product-form .v-stack buy-buttons.buy-buttons button.button,
.marketing_featured_product product-form .v-stack buy-buttons.buy-buttons .explore_button_wrapper a {
    border-radius: 10px;
    min-height: 70px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 10px 15px;
    letter-spacing: normal;
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
}

.marketing_featured_product product-form .v-stack buy-buttons.buy-buttons .explore_button_wrapper a {
    border: 1.5px solid var(--Fotomaster, #2DC3E8);
}

.marketing_featured_product product-form .v-stack buy-buttons.buy-buttons button.button {
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    border: 0;
    color: #fffd;
}

.video-container-wrapper {
    padding: 50px 0;
}

.video-container-wrapper .content-over-media:before {
    display: none;
}

.video-container-wrapper .content-over-media video-media {
    border-radius: 20px;
    overflow: hidden;
}

.shopify-section--video .content-over-media.content-over-media--md {
    --content-over-media-height: clamp(25rem, 100vw, 40.75rem);
}

.two-layout-multi-column .section-spacing .section-header .h2.heading, .two-layout-multi-column .section-spacing .section-header .h2.heading strong {
    font-size: 42px;
    letter-spacing: normal;
    font-weight: 600;
    color: #212B36 !important;
    text-transform: none;
    line-height: normal;
    padding-top: 50px;
}

.two-layout-multi-column .section-spacing {
    padding: 10px 0;
}

.two-layout-multi-column .section-spacing .section-stack {
  flex-direction: column;
  text-align: left;
  gap: 30px;
}

.shopify-section--apps .section-spacing.bordered-section {
    padding: 100px 0;
}

.two-layout-multi-column .section-spacing .section-header {
    max-width: 100%;
}

.two-layout-multi-column .container multi-column.multi-column {
    display: flex;
    gap: 20px;
    flex-wrap:wrap;
    margin: 0 0 30px 0;
    justify-content: center;
    align-items: center;
}

.two-layout-multi-column .container multi-column.multi-column .multi-column__item.column-width-lg {
  flex-basis: calc(71.6% - 10px);
  max-width: calc(71.6% - 10px);
}

.two-layout-multi-column .container multi-column.multi-column .multi-column__item.column-width-medium {
    flex-basis: calc(33.33% - 13.3333333333PX);
    max-width: calc(33.33% - 13.3333333333PX);
}

.two-layout-multi-column .container multi-column.multi-column .multi-column__item.column-width-small {
    max-width: calc(25% - 15px);
    flex-basis: calc(25% - 15px);
}


.two-layout-multi-column .container multi-column.multi-column .multi-column__item.column-width-auto {
    flex-basis: calc(28.352% - 10px);
    max-width: calc(28.352% - 10px);
}

.two-layout-multi-column .container multi-column.multi-column .multi-column__item {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.template-industry-page .two-layout-multi-column .container multi-column.multi-column .multi-column__item .overlay_link {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}


.two-layout-multi-column .container multi-column.multi-column .multi-column__item video-media {
    border-radius: 20px;
    min-height: 700px;
    max-height: 700px;
}

.two-layout-multi-column .container multi-column.multi-column .multi-column__item:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(200deg, rgba(0, 0, 0, 0.00) 37.1%, rgba(0, 0, 0, 0.50) 64.97%, #000 96.4%);
}

.two-layout-multi-column .container multi-column.multi-column .multi-column__item .prose {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    padding: 30px;
    max-width: 500px;
}

.two-layout-multi-column .container multi-column.multi-column .multi-column__item .prose.text-center {
    left: 50%;
    transform: translateX(-50%);
}

.two-layout-multi-column .container multi-column.multi-column .multi-column__item .prose.text-end {
    right: 0;
}

.two-layout-multi-column .container multi-column.multi-column .multi-column__item .prose .h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    /* margin-bottom: 5px; */
}

.template-industry-page .two-layout-multi-column .container multi-column.multi-column .multi-column__item .prose .h3 {
    font-size: 22px;
}

.two-layout-multi-column .container multi-column.multi-column .multi-column__item .prose > p {
    margin: 0;
    font-size: 16px;
    line-height: normal;
}

.two-layout-multi-column .container multi-column.multi-column .multi-column__item .prose .link {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px 15px;
    background: none;
    margin-top: 15px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

.shopify-more-feature-multicolumn .section-spacing .container {
    max-width: 1930px;
    padding: 100px 50px;
}

.shopify-more-feature-multicolumn .section-spacing .container multi-column {
    padding: 0;
}

.shopify-more-feature-multicolumn .section-spacing {
    padding-bottom: 30px;
}

.shopify-more-feature-multicolumn .section-spacing.no-section_title {
    padding-top: 50px 0;
}

.shopify-more-feature-multicolumn .section-spacing.with-section_title {
    padding-top: 0;
}

.shopify-more-feature-multicolumn .section-spacing .section-stack {
    gap: 30px;
}

.shopify-more-feature-multicolumn .section-spacing .section-stack .section-header {
    max-width: 100%;
    padding: 0;
}

.shopify-more-feature-multicolumn .section-spacing .section-stack .section-header .h2.heading, .shopify-more-feature-multicolumn .section-spacing .section-stack .section-header .h2.heading strong {
    color: #212b36;
    text-align: left;
    font-size: 42px;
    letter-spacing: normal;
    font-weight: 600;
    text-transform: none;
    line-height: normal;
}

.shopify-more-feature-multicolumn multi-column.multi-column {
  row-gap: 1.25rem;
}

.shopify-more-feature-multicolumn multi-column.multi-column .multi-column__item {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    gap: 20px;
    box-shadow: 0 2px 19.6px #0f253a1a;
    display: flex;
    flex-direction: row-reverse;
    /* align-items: center; */
    justify-content: start;
    overflow: hidden;
}

section.shopify-section.shopify-more-feature-multicolumn .stack_on_mobile .container multi-column.multi-column .multi-column__item .prose {
    padding: 10px 30px 30px 30px;
}

.shopify-more-feature-multicolumn multi-column.multi-column .multi-column__item img.zoom-image {
    min-height: auto;
    width: 100%;
    max-width: none;
}

.shopify-more-feature-multicolumn multi-column.multi-column .multi-column__item .prose {
    flex-basis: 220px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.shopify-more-feature-multicolumn multi-column.multi-column .multi-column__item.no_main_image .prose {
    flex: 100%;
    /* padding: 30px; */
}

.shopify-more-feature-multicolumn multi-column.multi-column .multi-column__item.no_main_image .prose > h3,
.shopify-more-feature-multicolumn multi-column.multi-column .multi-column__item.no_main_image .prose > p {
    max-width: 366.66px;
}

.shopify-more-feature-multicolumn multi-column.multi-column .multi-column__item .prose h3.h3,
.shopify-more-feature-multicolumn multi-column.multi-column .multi-column__item .prose p.h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    margin: 0;
}

.shopify-more-feature-multicolumn multi-column.multi-column .multi-column__item .prose .sub_heading {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 0;
    line-height: normal;
    font-size: 16px;
    font-weight: 600;
}

.shopify-more-feature-multicolumn multi-column.multi-column .multi-column__item .prose p {
    font-size: 16px;
    line-height: 150%;
    margin: 0;
    color: #747D87;
}

.shopify-more-feature-multicolumn multi-column.multi-column .multi-column__item .prose > img {
    max-width: 50px;
    margin-bottom: 15px;
}

/* Collage multicolumn css */

.shopify-section-collage-multi-column .section-spacing {
    padding: 100px 0;
}

.shopify-section-collage-multi-column multi-column.multi-column {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
    align-items: center;
    justify-content: space-between;
}

/* 
.shopify-section-collage-multi-column multi-column.multi-column .section-header {
    flex-basis: calc(35.44% - 10px);
    max-width: calc(35.44% - 10px);
    text-align: left;
}

.shopify-section-collage-multi-column .multi-column .multi-column__item.column-width-auto,
.shopify-section-collage-multi-column .multi-column .multi-column__item.column-width-small {
    flex-basis: calc(21.154% - 13.5px);
    max-width: calc(21.154% - 13.5px);
}

.shopify-section-collage-multi-column .multi-column .multi-column__item.column-width-lg {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
}

.shopify-section-collage-multi-column .multi-column .multi-column__item.column-width-md {
    flex-basis: calc(33.33% - 13.3px);
} */


.shopify-section-collage-multi-column multi-column.multi-column .section-header {
    flex-basis: calc(25% - 20px);
    max-width: calc(25% - 20px);
    text-align: left;
}

.shopify-section-collage-multi-column .multi-column .multi-column__item.column-width-auto,
.shopify-section-collage-multi-column .multi-column .multi-column__item.column-width-small {
    flex-basis: calc(25% - 20px);
    max-width: calc(25% - 20px);
}

.shopify-section-collage-multi-column .multi-column .multi-column__item.column-width-lg {
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
}

.shopify-section-collage-multi-column .multi-column .multi-column__item.column-width-md {
    flex-basis: calc(33.33% - 13.33px);
} 


.shopify-section-collage-multi-column multi-column.multi-column .media_wrapper img.zoom-image {
    width: 100%;
}

.shopify-section-collage-multi-column multi-column.multi-column .section-header .prose .h2.heading {
    line-height: normal;
    letter-spacing: normal;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 42px;
    text-transform: none;
}

.shopify-section-collage-multi-column multi-column.multi-column .section-header .prose .h2.heading strong {
    display: block;
}

.shopify-section-collage-multi-column multi-column.multi-column .section-header .prose p {
    margin-top: 10px;
    color: #212B36;
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
}

.shopify-section-collage-multi-column .multi-column .multi-column__item {
    position: relative;
}


.shopify-section-collage-multi-column multi-column.multi-column .media_wrapper {
    border-radius: 20px;
    position: relative;
}

.shopify-section-collage-multi-column multi-column.multi-column .media_wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(200deg, rgba(0, 0, 0, 0.00) 37.1%, rgba(0, 0, 0, 0.50) 64.97%, #000 96.4%);
    z-index: 1;
}

.shopify-section-collage-multi-column .multi-column .multi-column__item .prose {
    position: absolute;
    bottom: 0;
    padding: 30px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.shopify-section-collage-multi-column .multi-column .multi-column__item .prose .h3 {
    letter-spacing: normal;
    font-size: 22px;
    font-weight: 400;
    text-transform: none;
    line-height: normal;
}

.shopify-section-collage-multi-column .multi-column .multi-column__item .prose  p {
    margin: 0;
    font-size: 16px;
    line-height: normal;
    margin-top: 5px;
}

.shopify-section-collage-multi-column .multi-column .multi-column__item .prose .link {
    border: 1.5px solid #fff;
    border-radius: 10px;
    padding: 4px 15px;
    background: none;
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
}

.shopify-section--map-with-text .image-with-text {
    display: block;
}

.shopify-section--map-with-text .image-with-text .inner_container {
    max-width: 1248px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    overflow: hidden;
    padding: 55px 50px;
    position: relative;
}

.shopify-section--map-with-text .image-with-text .inner_container picture {
    position: absolute;
    left: 0;
    z-index: 0;
}

.shopify-section--map-with-text .image-with-text.image-with-text--reverse .inner_container picture {
    left: auto;
    right: 0;
}

.shopify-section--map-with-text .image-with-text.image-with-text--reverse .inner_container picture p.h1 {
    display:none;
}

.shopify-section--map-with-text .image-with-text .inner_container .prose {
    flex-basis: 798px;
    display: inline-flex;
    gap: 0;
    flex-direction: column;
    position: relative;
}

.shopify-section--map-with-text .image-with-text .inner_container .prose .h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 120%;
    letter-spacing: normal;
    text-transform: capitalize;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.shopify-section--map-with-text .image-with-text .inner_container .prose .content {
    margin-top: 10px;
}

.shopify-section--map-with-text .image-with-text .inner_container .prose .content p {
    font-size: 18px;
    line-height: 150%;
}

.shopify-section--map-with-text .image-with-text .inner_container .prose .buttons-wrapper {
    margin-top: 20px;
}

.shopify-section--map-with-text .image-with-text .inner_container .prose .buttons-wrapper .button, .single_services-top_section product-rerender .product .product-info .buttons-wrapper .button {
    /* margin: 0; */
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%);
    border: 0;
    color: #fff;
    letter-spacing: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    min-height: 44px;
    border-radius: 10px;
    margin-right: 10px;
    text-transform: none;
}

.shopify-section--map-with-text .image-with-text .inner_container .prose .buttons-wrapper .button:last-child {
    background: #fff;
    border: 1px solid #2dc3e8;
    color: #212b36;
    font-weight: 500;
    /* margin: 0; */
}

.shopify-section--map-with-text .image-with-text .inner_container .prose .image_type {
    padding-bottom: 24px;
}

/* autoplay video carousel */

.shopify-section--video-carousel .container {
    padding: 100px 0px;
}

.shopify-section--video-carousel .container .section_heading {
    letter-spacing: normal;
    text-transform: capitalize;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
    font-weight: 600;
    line-height: normal;
    padding: 0px 100px;
    display: flex;
    align-items: center;   
    justify-content: space-between;
}

.shopify-section--video-carousel .container .section_sub_heading {
    font-size: 18px;
    line-height: 150%;
    padding: 0 100px;
    margin-bottom: 30px;
}


.shopify-section--video-carousel .video_slider:not(.slick-initialized) {
    display: flex;
}

.shopify-section--video-carousel .video_slider:not(.slick-initialized) .video-slider_slide {
    flex: 1;
}

.shopify-section--video-carousel .video_slider  .video-slider_slide {
    margin: 0 10px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.shopify-section--video-carousel .video_slider.video_carousel .video-slider_slide .content-over-media {
    min-height: 540px;
    gap: 0;
    grid-template: unset;
}

.shopify-section--video-carousel .video_slider  .video-slider_slide:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(200deg, rgba(0, 0, 0, 0.00) 37.1%, rgba(0, 0, 0, 0.50) 64.97%, #000 96.4%);
    z-index: 1;
}


.shopify-section--video-carousel .video_slider .video-slider_slide .content-over-media video-media,
.shopify-section--video-carousel .video_slider.video_carousel .video-slider_slide .content-over-media.image_block > img  {
    min-height: 600px;
    height: 600px;
}

.shopify-section--video-carousel .video_slider .video-slider_slide .content-over-media::before {
    display: none;
}

.shopify-section--video-carousel .video_slider .video-slider_slide .content-over-media .slideshow__slide-content {
    padding: 30px;
}

.shopify-section--video-carousel .video_slider .video-slider_slide .content-over-media .slideshow__slide-content {
        opacity: 1 !important;
    visibility: visible !important;
  text-indent:unset !important;
}

.shopify-section--video-carousel .video_slider .video-slider_slide .content-over-media .slideshow__slide-content .prose {
    display:block !important;
}


.shopify-section--video-carousel .video_slider .video-slider_slide .content-over-media .slideshow__slide-content .prose *,
.shopify-section--video-carousel .video_slider .video-slider_slide .content-over-media .slideshow__slide-content .prose {
      opacity: 1 !important;
    visibility: visible !important;
  text-indent:unset !important;
  z-index:99 !important;
  transform:unset !important;
  color:#fff;
  transition:none !important;
}

.shopify-section--main-cart .section-stack form.cart-page>.v-stack .cart-total-related-product-block .cart-footer {
    flex-direction: column;
    gap: 10px;
}

.shopify-section--main-cart .section-stack form.cart-page>.v-stack .cart-total-related-product-block .cart-footer cart-note.cart-note {
    width: 100%;
}

.shopify-section--video-carousel .video_slider .video-slider_slide .content-over-media .slideshow__slide-content .prose .h1 {
    font-size: 20px;
    letter-spacing: normal;
    text-transform: none;
    line-height: normal;
    color: #fff;
}

.shopify-section--video-carousel .button_wrapper {
    text-align: center;
    padding: 40px 0 0;
}

.shopify-section--video-carousel .button_wrapper a {
    color: #1c9bd6;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}

.shopify-section--video-carousel .container .section_heading .arrow-btn-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shopify-section--video-carousel .container .section_heading .arrow-btn-wrap button {
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #3bc1ca;
    border-radius: 100%;
}


.shopify-section--video-carousel .video_slider button.slick-prev, .shopify-section--video-carousel .video_slider button.slick-next {
    display: none !important;
}

/* Content over image css */

.shopify-section-content-image .section-spacing {
    padding: 100px 0;
}

.shopify-section-content-image .inner_container {
    max-width: 1248px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.shopify-section-content-image .inner_container .content .prose p.h3 {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 120%;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 600;
}

.shopify-section-content-image .inner_container .content .prose > div {
    margin: 0;
}


.shopify-section-content-image .inner_container .content .prose .button.button--outline {
    background-color: transparent;
  background: transparent;
    --hover-gradient: unset;
}

.shopify-section-content-image .inner_container .content .prose > div p {
    font-size: 22px;
    line-height: 150%;
    font-weight: 400;
}

.shopify-section-content-image .inner_container .content .prose .button.button--outline,
.shopify-section-content-image .inner_container .content .prose .button {
    margin-top: 30px;
    padding: 10px 20px;
    min-height: 50px;
    border-radius: 10px;
    font-size: 18px;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 600;
    border: 1px solid rgb(var(--button-outline-color, var(--button-background)));
    line-height: 24px
}

.use-cases2 .shopify-more-feature-multicolumn .section-spacing .container multi-column {
    padding: 0;
    /* overflow: visible; */
}

.use-cases2 .shopify-section--image-with-text-overlay image-with-text-overlay .content .prose > div p {
    font-size: 20px;
    font-weight: 400 !important;
    line-height: 120%;
    color: #ffffff;
}

.use-cases2 .shopify-section--image-with-text-overlay image-with-text-overlay .content .prose {
    padding: 50px 0;
    max-width: 900px;
    margin-top: 0px;
}

.shopify-more-feature-multicolumn .section-spacing .section-stack .shopify-more-feature-multicolumn {
   overflow:hidden; 
}

/* Manual Related Products css */

.shopify-section-content-image .inner_container .content .prose .button {
    padding: 5px 20px 5px 20px;
}

.shopify-section-related-products .section-spacing {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-color: transparent;
}

.shopify-section-related-products .section-stack {
    max-width: 1660px;
    display: flex;
    flex-direction: column;
    width: auto;
    margin: 0 auto;
    /* padding: 35px 50px; */
    gap: 50px;
}

.shopify-section-related-products .section-stack .section-header {
    width: 100%;
    max-width: 100%;
    text-align: left;
}


.shopify-section-related-products .section-stack .section-header .prose .h2.heading {
    font-size: 45px;
    line-height: normal;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 600;
    color: #fff;
}

.shopify-section-related-products .section-stack .section-header .prose .h2.heading strong{
    font-weight:600;
}

.shopify-section-related-products .section-stack .button_wrapper {
    text-align: center;
}

.shopify-section-related-products .section-stack .button_wrapper > a {
    font-size: 18px;
    line-height: 150%;
    font-weight: 600;
    color: #fff;
}

.related_product_item_list {
    padding: 0 15px;
}

.related_product_item_list.product-list product-card.product-card,
.related_product_item_list.product-list page-card.page-card {
    margin: 0 10px;
    /* height: 560px;
    min-height: 570px; */
}

.shopify-section-related-products .section_header_wrapper {
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shopify-section-related-products .section_header_wrapper .arrow-btn-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shopify-section-related-products .section_header_wrapper .arrow-btn-wrap > button {
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #3bc1ca;
    border-radius: 100%;
    background-color: #fff;
}

.related_product_item_list > button {
    display: none !important;
}


.marketing_featured_product product-rerender .product safe-sticky.product-info.desktop_hide {
    display: none;
} 

/* Packages section css */

.shopify-section-packages-products .section-stack {
    padding: 50px;
    gap: 30px;
}


.shopify-section-packages-products .section_header_wrapper .section-header {
    width: 100%;
    max-width: 100%;
    text-align: left;
}

.shopify-section-packages-products .section_header_wrapper .section-header .h2.heading {
    font-size: 42px;
    letter-spacing: normal;
    text-transform: none;
    line-height: normal;
    color: #212b36;
    font-weight: 600;
}

.shopify-section-packages-products .packages_product_item_list {
    display: flex;
    justify-content: start;
    gap: 30px;
    align-items: stretch;
}


.shopify-section-packages-products .packages_product_item_list product-card.product-card {
    flex-basis: 553.33px;
    border: 1px solid #DEE2E6;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
    grid-template-rows: auto auto 1fr auto;
    gap: 20px;
}

.shopify-section-packages-products .packages_product_item_list product-card.product-card.active {
    border-color: #3bc1ca;
}

.shopify-section-packages-products .packages_product_item_list product-card.product-card .product-card__info {
    text-align: left;
    display: contents;
}

.shopify-section-packages-products .packages_product_item_list product-card.product-card .product-card__info .seperator_wrapper {
    width: 100%;
}

.shopify-section-packages-products .packages_product_item_list product-card.product-card .product-card__info .seperator_wrapper .seperator {
    width: 100%;
    display: block;
    height: 1px;
    background-color: #DEE2E6;
}

.shopify-section-packages-products .product-card .card_top_info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.shopify-section-packages-products .product-card .card_top_info .price_container {
    display: block;
}

.shopify-section-packages-products .product-card .card_top_info .price_container .price-list {
    justify-content: start;
}


.shopify-section-packages-products .packages_product_item_list product-card.product-card .product-card__info .product-title-wrapper .product-title.h6 {
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
}

.shopify-section-packages-products .product-card .card_top_info .price_container .price-list sale-price {
    font-size: 30px;
    color: #212B36;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: none;
    line-height: normal;
}

.shopify-section-packages-products .product-card .card_top_info .price_container .price-list sale-price .price_from {
    display: none;
}

.shopify-section-packages-products .product-card .card_middle_info {
    width: 100%;
}

.main_product_page_wrapper safe-sticky.product-info .product-info__block-list .product-info__block-item .prose ul,
.shopify-section-packages-products .product-card .card_middle_info .product_card_description ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* .main_product_page_wrapper safe-sticky.product-info .product-info__block-list .product-info__block-item .prose ul > li,
.shopify-section-packages-products .product-card .card_middle_info .product_card_description ul > li {
    font-size: 16px;
    line-height: normal;
    /* padding-left: 30px; */
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    padding-inline-start: 0;
    flex-direction: column;
} */

.main_product_page_wrapper safe-sticky.product-info .product-info__block-list .product-info__block-item .prose ul > li {
      font-size: 16px;
    line-height: normal;
    /* padding-left: 30px; */
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    padding-inline-start: 0;
    flex-direction: column;
}

.shopify-section-packages-products .product-card .card_middle_info .product_card_description ul > li {
      font-size: 16px;
    line-height: normal;
    padding-left: 30px;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    /* padding-inline-start: 0; */
    flex-direction: column;
}

.main_product_page_wrapper safe-sticky.product-info .product-info__block-list .product-info__block-item .prose ul > li strong {
    width: 100%;
}

.main_product_page_wrapper safe-sticky.product-info .product-info__block-list .product-info__block-item .prose ul > li.included:before,
.shopify-section-packages-products .product-card .card_middle_info .product_card_description ul > li.included:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background-image: url(../svg/included_icon_af8fae14-f367-4bce-9527-17e17db278797c6e.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.shopify-section-packages-products .product-card .card_middle_info .product_card_description ul > li.not_included > span {
    opacity: 0.5;
}

.main_product_page_wrapper safe-sticky.product-info .product-info__block-list .product-info__block-item .prose ul > li.not_included:before,
.shopify-section-packages-products .product-card .card_middle_info .product_card_description ul > li.not_included:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background-image: url(../svg/not_included.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.shopify-section-packages-products .product-card .card_bottom_info {
    width: 100%;
}

.shopify-section-packages-products .product-card .card_bottom_info .product-card__quick-add-button {
    position: static;
    width: 100%;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 24px;
    height: 50px;
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
    outline: 0;
    border: 0;
    display: block;
    text-align: center;
}
.shopify-section-packages-products .product-card .card_bottom_info p.not-available-card-button {
    position: static;
    width: 100%;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 24px;
    height: 50px;
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
    outline: 0;
    border: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.shopify-section-packages-products .product-card .card_bottom_info p.not-available-card-button,
.shopify-section-packages-products .product-card .card_bottom_info .product-card__quick-add-button[disabled="disabled"],
.shopify-section-packages-products .product-card .card_bottom_info .product-card__quick-add-button[disabled] {
    opacity: 0.6;
    pointer-events: none;
}

.shopify-section-packages-products .product-card .card_bottom_info .product-card__quick-add-button:hover {
    background: linear-gradient(270deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 129.48%, #46BEA5 174.69%, #3BC1CA 120.65%);
}


.shopify-section-packages-products .product-card .card_bottom_info product-form {
    width: 100%;
    display: block;
}


.marketing_featured_product product-rerender .product safe-sticky.product-info .product-info__block-item[data-block-type="image"],
.marketing_featured_product product-rerender .product  .image_gallery_wrapper {
    display: none;
}


.marketing_featured_product product-rerender .product safe-sticky.product-info .buttons-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    column-gap: 10px;
    text-align: center;
    row-gap: 1rem;
    margin-top: 30px;
}

.marketing_featured_product product-rerender .product safe-sticky.product-info .buttons-wrapper button.button,
.marketing_featured_product product-rerender .product safe-sticky.product-info .buttons-wrapper a.button:first-child {
    border-radius: 10px;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 10px 15px;
    letter-spacing: normal;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    border: 0;
    color: #fffd;
    flex: 280.5px;
}

.marketing_featured_product product-rerender .product safe-sticky.product-info .buttons-wrapper button.button,
.marketing_featured_product product-rerender .product safe-sticky.product-info .buttons-wrapper a.button:first-child:hover {
    background: #fff;
      transition: background-color 0.5s ease;
}


.template-photobooth-for-rent .marketing_featured_product product-rerender .product safe-sticky.product-info .buttons-wrapper button.button {
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    color: #fff;
}


.marketing_featured_product product-rerender .product safe-sticky.product-info .buttons-wrapper a.button {
    flex: 280.5px;
    border-radius: 10px;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 10px 15px;
    letter-spacing: normal;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    border: 1px solid var(--Fotomaster, #2DC3E8);
    background-color: #fff;
    --initial-gradient: unset;
    color: rgb(var(--button-text-color));
}

.marketing_featured_product product-rerender .product safe-sticky.product-info .buttons-wrapper a.button:hover {
    background-color: #fff;
}

.marketing_featured_product product-rerender .product safe-sticky.product-info .buttons-wrapper a.button:last-child {
    background: none;
}

.marketing_featured_product product-rerender .product safe-sticky.product-info .buttons-wrapper a.button:last-child:hover {
    background-color: #fff;
}

.marketing_featured_product product-rerender .product safe-sticky.product-info .buttons-wrapper a.button:nth-child(1),
.marketing_featured_product product-rerender .product safe-sticky.product-info .buttons-wrapper a.button:nth-child(1):hover {
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    color: #fff;
}


/* Income calculator css */

.shopify-section--income-calculator .section-spacing {
    padding: 150px 0;
}

.shopify-section--income-calculator .section-spacing .income_calculator__outer_wrapper {
    max-width: 1248px;
    margin: 0 auto;
    width: 100%;
    box-shadow: 0px 2px 19.6px 0px rgba(15, 37, 58, 0.10);
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 50px;
    border-radius: 20px;
}

.shopify-section--income-calculator .section-header {
    width: 100%;
    text-align: left;
    max-width: 100%;
}

.shopify-section--income-calculator .section-header .prose .h2.heading {
    font-size: 42px;
    line-height: normal;
    letter-spacing: normal;
    text-transform: capitalize;
    color: #212b36;
    font-weight: 600;
}

.shopify-section--income-calculator .section-header .prose .h2.heading strong {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shopify-section--income-calculator  .income_calculator_wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.shopify-section--income-calculator .income_calculator_wrapper .main_field_wrapper {
    display: flex;
    justify-content: start;
    gap: 40px;
}

.shopify-section--income-calculator .income_calculator_wrapper .main_field_wrapper > .field {
    flex: 1;
    /* display: flex; */
    flex-direction: column;
    justify-content: flex-start;
}

.shopify-section--income-calculator .main_field_wrapper .field .field_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:20px;
}

.shopify-section--income-calculator .income_calculator_wrapper .main_field_wrapper > .field .mimimum_maximum_value {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.shopify-section--income-calculator .income_calculator_wrapper .main_field_wrapper > .field .mimimum_maximum_value > span {
    font-size: 14px;
    line-height: normal;
    color: #929EAB;
}

.shopify-section--income-calculator .main_field_wrapper .field .field_inner .wrap_icon {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.shopify-section--income-calculator .main_field_wrapper .field .field_inner .wrap_icon img {
    width: 30px;
}



.shopify-section--income-calculator .main_field_wrapper .field .field_inner .wrap_icon > label {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.shopify-section--income-calculator .main_field_wrapper .field .field_inner .avg_hour_wrapper {
    display: inline-flex;
    align-items: center;
}

.shopify-section--income-calculator .main_field_wrapper .field .field_inner > span,
.shopify-section--income-calculator .main_field_wrapper .field .field_inner .avg_hour_wrapper > span {
    font-size: 18px;
    color: #20262C;
    line-height: normal;
}

.shopify-section--income-calculator .income_calculator_wrapper .main_field_wrapper .field.per_hour_wrapper input#price-per-hour {
    /* padding: 9px 20px;
    border: 1px solid #EBEBEB;
    border-radius: 10px; */
    font-size: 18px;
    color: #20262C;
    line-height: 24px;
    outline: none;
}

.shopify-section--income-calculator .income_calculator_wrapper .main_field_wrapper .field.per_hour_wrapper input#price-per-hour::-webkit-inner-spin-button {
    display: none;
}


.shopify-section--income-calculator .income_calculator_wrapper input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background: transparent;
    outline: none;
    position: relative;
    padding: inherit;
    border: inherit;
}


.shopify-section--income-calculator .income_calculator_wrapper .main_field_wrapper > .field #rangeValue,
.shopify-section--income-calculator .income_calculator_wrapper .main_field_wrapper > .field #rangeValue1 {
    display: none;
}


.shopify-section--income-calculator .income_calculator_wrapper input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 3px solid #2dc3e8;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: background .3s ease;
}


.shopify-section--income-calculator .income_calculator_wrapper .main_total_amount #total-calculation {
    font-size: 25px;
    line-height: normal;
}

.shopify-section--income-calculator .income_calculator_wrapper .main_total_amount #total-calculation > span {
    font-size: 35px;
    line-height: normal;
    font-weight: 700;
    background: linear-gradient(81deg, #2DC3E8 -15.51%, #00BCDF -4.73%, #1C9AD6 4.4%, #00ADDC 15.4%, #46BEA5 23.13%, #3BC1CA 31.09%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shopify-section--video-slider {
    padding-bottom: 50px;
}

/* 3. Buy Now product css */

.shopify-section--main-product accordion-disclosure.accordion:last-child details.accordion__disclosure.group {
    margin-bottom: 0;
}

.main_product_page_wrapper safe-sticky.product-info .product-info__block-list .product-info__block-item:last-child {
    margin-bottom: 0;
}

.shopify-section--main-product .product-title.h3 {
    font-size: 60px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    letter-spacing: normal;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 10px;
}

.shopify-section--main-product .price-list sale-price {
    display: grid;
}

.main_product_page_wrapper safe-sticky.product-info price-list.price-list sale-price.text-subdued {
    color: rgb(var(--text-color));
}

.shopify-section--main-product .product__price{
    font-size: 40px;
    font-weight: 600;
    line-height: 46.88px;
    text-align: left;
    letter-spacing: normal;
}
.shopify-section--main-product span.price_from {
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    /* text-transform: capitalize; */
    letter-spacing: normal;
}

.main_product_page_wrapper safe-sticky.product-info .product-info__block-item[data-block-type="buy-buttons"] product-form {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}

.main_product_page_wrapper safe-sticky.product-info .product-info__block-item[data-block-type="buy-buttons"] product-form buy-buttons.buy-buttons {
    gap: 0;
}

.shopify-section--main-product button.button[type="submit"],
.shopify-section--main-product .product-info__block-item[data-block-type="button"] > a.button {
    padding: 7px 15px;
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    border-radius: 10px;
    color: #fff;
    text-transform: none;
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    height: 60px;
    border: 0;
}

.shopify-section--main-product button.button[type="submit"]:disabled {
    opacity: 0.7;
}


.shopify-section--main-product button.button[type="submit"]:hover {
  background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
  color:#fff;
}

.shopify-section--main-product .product-info__block-item[data-block-type="description"] p {
    font-size: 18px;
    line-height: 150%;
}
.shopify-section--main-product .product-info__block-group.text-with-rating {
    display: grid;
    gap: 20px;
}
.main_product_page_wrapper safe-sticky.product-info .product-info__block-item .compare-packages a {
    font-size: 16.19px;
    font-weight: 600;
    line-height: normal;
    text-decoration: underline;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
}

.main_product_page_wrapper safe-sticky.product-info .product-info__block-item .compare-packages a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    display: inline;
    z-index: 1;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
}

/* trust-bnanners */
.main_product_page_wrapper safe-sticky.product-info .product-info__block-item .trust-bnanners {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #D8DDE2;
    border-bottom: 1px solid #D8DDE2;
    padding: 15px 0;
}

.main_product_page_wrapper safe-sticky.product-info .product-info__block-item .trust-bnanners .trust-bnanner-item {
    display: grid;
    place-items: center;
    gap: 10px;
}
.main_product_page_wrapper safe-sticky.product-info .product-info__block-item .trust-bnanners .trust-bnanner-item p {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    letter-spacing: normal;
}
/* payment methods */
.main_product_page_wrapper safe-sticky.product-info .product-info__block-item[data-block-type="payment-methods"] .payment_method {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    padding-block: 0px 20px;
}
/* product page faq */

.shopify-section--main-product span.accordion__toggle {
    flex-direction: row-reverse;
}

.shopify-section--main-product span.accordion__toggle span.text-with-icon {
    flex-grow: 1;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: unset;
}
.shopify-section--main-product details.accordion__disclosure[open] span.accordion__toggle span.text-with-icon {
    color: #1a9cd7;
}
.shopify-section--main-product span.chevron-down-icon {
    width: 24px;
    aspect-ratio: 1;
    display: grid;
    place-content: center;
}
body .shopify-section--main-product .group[aria-expanded=true] svg {
    transform: rotate(90deg);
}
.faq__content accordion-disclosure.accordion {
    border: none;
    padding-inline: 0;
}
.shopify-section--main-product details.accordion__disclosure.group {
    border-block-width: 1px;
    border-inline-width: 1px;
    margin-bottom: 10px;
    border-radius: 20px;
    border-color: rgb(var(--border-color));
    padding-inline: 20px;
}
.shopify-section--main-product details.accordion__disclosure.group[open] {
    border-color: #3bc1ca;
}
.shopify-section--main-product .accordion__content {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #212B36;
}
.shopify-section--main-product .faq__content accordion-disclosure.accordion:last-child details {
    margin-bottom: 0;
}
.shopify-section--main-product details .accordion__toggle {
    padding-block: 20px 20px;
}
.shopify-section--main-product details.accordion__disclosure.group[open] .accordion__toggle {
    padding-block: 20px 10px;
}
.shopify-section--main-product .accordion__content  {
    padding-bottom: 30px;
    padding-right: 0px;
    padding-left:30px;
    padding-top:10px;
}
.shopify-section--main-product .inner_wrapper{
  padding-bottom: 47px;
}
.shopify-section--main-product .section-header {
    margin-top: 143px;
}
.shopify-section--main-product accordion-disclosure.accordion {
    border: none;
}
.shopify-section--main-product span.accordion__toggle.h6 span {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-transform: initial;
    letter-spacing: normal;
}
.shopify-section--main-product span.title-text {
    flex-grow: 1;
    text-align: left!important;
}

.shopify-section--main-product span.accordion__toggle.h6 {
    flex-direction: row-reverse;
} 
.shopify-section--main-product details.accordion__disclosure[aria-expanded="true"] .accordion__toggle {
    color: #1A9CD7;
}
.shopify-section--main-product .product-info__block-item[data-block-type="description"] {
  margin-top: 20px;
}
.shopify-section--main-product safe-sticky.product-gallery__thumbnail-list {
    margin-inline: auto;
}

.main_product_page_wrapper safe-sticky.product-info .product-info__block-list .product-info__block-item {
    margin-bottom: 20px;
    margin-top: 0;
}

.main_product_page_wrapper safe-sticky.product-info .product-info__block-list .product-info__block-group {
    gap: 20px;
    margin-top: 0;
    margin-bottom: 20px;
}

.main_product_page_wrapper safe-sticky.product-info .product-info__block-list .product-info__block-item[data-block-type="title"] {
    margin-bottom: 10px;
}

.main_product_page_wrapper safe-sticky.product-info .product-info__block-list .product-info__block-group .product-info__block-item {
    margin: 0;
}

.shopify-section-packages-products .package-element-on-product .section-stack {
    padding: 0;
}


.shopify-section--related-products product-recommendations .section-spacing {
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
}

.shopify-section--related-products product-recommendations .section-spacing .section-header {
    width: 100%;
    text-align: left;
    display: block;
    justify-self: left;
}

.shopify-section--related-products product-recommendations .section-spacing .section-stack {
    max-width: 1690px;
    margin: 0 auto;
    padding: 35px 50px;
    position: relative;
}

.shopify-section--related-products product-recommendations .section-spacing .section-header .h2.heading {
    font-size: 45px;
    line-height: normal;
    letter-spacing: normal;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
}

.shopify-section--related-products product-recommendations product-list scroll-carousel.product-list {
    --product-list-default-row-gap: 30px;
    --product-list-default-column-gap: 30px;
}

.shopify-section--related-products product-recommendations .section-spacing .section-stack product-list.floating-controls-container {
    position: static;
}


.shopify-section--related-products product-recommendations product-list .floating-controls-container__control {
    opacity: 1;
    transform: none;
    position: absolute;
    top: 40px !important;
    right: 50px;
    left: auto;
    inset-inline-start: unset;
    inset-block-start: unset;
    display: none;
}

.shopify-section--related-products product-recommendations product-list .floating-controls-container__control button.prev-next-button {
    opacity: 1;
    visibility: visible;
    width: 55px;
    height: 55px;
}
 
.shopify-section--related-products product-recommendations product-list carousel-prev-button.floating-controls-container__control {
    right: 120px;
}

.shopify-section--related-products product-recommendations .section-spacing .section-stack .button_wrapper {
    text-align: center;
}

.shopify-section--related-products product-recommendations .section-spacing .section-stack .button_wrapper a {
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    font-weight: 600;
}

.shopify-section--main-product safe-sticky.product-gallery__thumbnail-list .product-gallery__thumbnail-scroller {
    gap: 6.6px;
    padding: 5px;
    grid-auto-columns: 56px;
}


.shopify-section--main-product safe-sticky.product-gallery__thumbnail-list .product-gallery__thumbnail-scroller .product-gallery__thumbnail {
    transition: border-color .1s;
    position: relative;
    padding: 10px 10px;
    background: rgba(255, 255, 255, 0.95);
    /* box-shadow: 0px 1.214px 3.034px 0px rgba(17, 38, 58, 0.25); */
    backdrop-filter: blur(0.6068181395530701px);
    border-radius: 10px;
    /* opacity: 0.7; */
    /* border: 0; */
}

.shopify-section--main-product safe-sticky.product-gallery__thumbnail-list .product-gallery__thumbnail-scroller .product-gallery__thumbnail[aria-current=true] {
    border-radius: 10px;
    border: 1px solid var(--Fotomaster, #2DC3E8);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 1.214px 3.034px 0px rgba(17, 38, 58, 0.25);
    backdrop-filter: blur(0.6068181395530701px);
}

.shopify-section--video .content-over-media .video_badge {
    position: absolute;
    right: 95px;
    top: 0;
    min-width: 260px;
    width: 260px;
    border-radius: 0px 0px 20px 20px;
    background: linear-gradient(55deg, rgba(45, 195, 232, 0.50) -59.56%, rgba(0, 184, 223, 0.50) -23.79%, rgba(28, 154, 214, 0.50) 6.54%, rgba(0, 173, 220, 0.50) 43.08%, rgba(70, 190, 165, 0.50) 68.74%, rgba(59, 193, 202, 0.50) 95.18%);
    padding: 20px 20px;
}


.slider-container {
    position: relative;
    width: 300px;
    height: 15.3vw;
    overflow: hidden;
    margin: auto;
}

/* Slider Wrapper */
.shopify-section--video .content-over-media .video_badge .badge_content_1 {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s ease; /* Smooth transition */
    padding: 0 20px;
}

/* Individual Slide Styling */
.shopify-section--video .content-over-media .video_badge .badge_content_1 .badge_content_inner {
    height: 15.3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-direction:column;
}

.shopify-section--video .content-over-media .video_badge .badge_content_1 .badge_content_inner h4 {
    font-size: 1.56vw;
    line-height: 110%;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    width:100%;
}

.shopify-section--video .content-over-media .video_badge .badge_content_1 .badge_content_inner h4 strong {
    display: block;
    font-size: 1.3021vw;
}

.shopify-section--video .content-over-media .video_badge .badge_content_1 .badge_content_inner p {
    font-size: 0.83333vw;
    line-height: normal;
    width: 100%;
}


/* .shopify-section--video .content-over-media .video_badge .badge_content .badge_content_inner.slick-slide {
    visibility: hidden;
    opacity: 0;
    padding: 20px 0;

}

.shopify-section--video .content-over-media .video_badge .badge_content .badge_content_inner.slick-active.slick-current {
    visibility:visible;
    opacity:1;
   }


.shopify-section--video .content-over-media .video_badge .badge_content:not(.slick-initialized) .badge_content_inner {
    display: none;
}

.shopify-section--video .content-over-media .video_badge .badge_content:not(.slick-initialized) .badge_content_inner:first-child {
    display: block;
} */

.shopify-section--video .content-over-media .video_badge .badge_content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}





.shopify-section--video .content-over-media .video_badge .badge_content h4 {
    font-size: 30px;
    line-height: 110%;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.shopify-section--video .content-over-media .video_badge .badge_content p {
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
}

.shopify-section--video .content-over-media .video_badge .badge_content h4 strong {
    display: block;
    font-size: 25px;
}

.shopify-section--video-carousel .video_slider .video-slider_slide .content-over-media .slideshow__slide-content .button--outline {
border: 1.5px solid #fff;
    border-radius: 10px;
    padding: 12px 0 12px 15px;
    background: none;
    margin-top: 15px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    letter-spacing: normal;
    text-transform: capitalize;
    gap: 0;
    color: #fff;
    white-space: nowrap;
}


.video_wrapper_main.hide_short .video-media-container {
    display: none;
}


.template-product.template-razor-mirror-booth div#shopify-section-breadcrumb,
.template-product.template-beauty-mirror-booth div#shopify-section-breadcrumb,
.template-product.template-mirror-me-booth div#shopify-section-breadcrumb, 
.template-product.template-razor-mirror-booth div#shopify-section-breadcrumb {
    display: none;
}


.template-industry-page main#main.industry-page .two-layout-multi-column .section-header .h2.heading {
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 70.31px;
    font-size: 70px;
    font-weight: 700;
}

.template-industry-page main#main.industry-page .two-layout-multi-column .section-header p {
    max-width: 700px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 10px;
}

.two-layout-multi-column .container multi-column.multi-column .multi-column__item .prose .content_wrapper:empty {
    margin: 0;
}

.template-industry-page .shopify-section--rich-text .container.container--lg {
    max-width: var(--container-max-width) !important;!i;!;
    --container-max-width: unset;
}


.template-industry-page .shopify-section--rich-text .section-spacing {
    padding-bottom: 0;
}

.template-industry-page .shopify-section--rich-text .prose p.h2 {
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 120%;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
}


/* Main blog list css */

.shopify-section--main-blog-list .section-spacing .blog-post-list .featured-blog-post {
    display: none;
}


.shopify-section--main-blog-list .featured-blog-post .container {
    padding: 50px;
    padding-left: 100px;
}

.shopify-section--main-blog-list .featured-blog-post {
    background-color: #fff;
}

.shopify-section--main-blog-list .featured-blog-post .container .featured_blog_content_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shopify-section--main-blog-list .featured-blog-post  .featured_blog_content .h2.blog_title {
    line-height: 70.31px;
    font-size: 60px;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 700;
}

.shopify-section--main-blog-list .featured-blog-post .featured_blog_content .h2.featured_post_title {
    line-height: 52.73px;
    font-size: 45px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
    color: #67707A;
}

.shopify-section--main-blog-list .featured-blog-post .featured_blog_content .blog-post-card__excerpt {
    color: #67707A;
    font-size: 20px;
}

.shopify-section--main-blog-list .featured-blog-post .featured_blog_content .featured_blog_author_content {
    border: 1px solid #929EAB;
    border-left: 0;
    border-right: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 23.1px 0;
}

.shopify-section--main-blog-list .featured-blog-post .container .featured_blog_content_main .featured_blog_content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 50px;
}

.shopify-section--main-blog-list .featured-blog-post .featured_blog_content .featured_blog_author_content > * {
    flex: 1;
}

.shopify-section--main-blog-list .featured-blog-post .featured_blog_content .featured_blog_author_content .blog-post-author-name {
    text-align: left;
    line-height: 18.75px;
    font-size: 16px;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 700;
}

.shopify-section--main-blog-list .featured-blog-post .featured_blog_content .featured_blog_author_content .blog-post-card__category {
    color: #41474D;
    text-align: center;
    line-height: 18.75px;
    font-size: 16px;
    font-weight: 600;
}

.shopify-section--main-blog-list .featured-blog-post .featured_blog_content .featured_blog_author_content > span {
    color: #41474D;
    text-align: right;
    line-height: 18.75px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
}

.shopify-section--main-blog-list .featured-blog-post .container .featured_blog_content_main .featured_blog_content_wrapper .blog-post-card__read-more {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #1c9bd6;
    width: auto;
    display: -webkit-inline-box;
}


.shopify-section--main-blog-list .featured-blog-post .container .featured_blog_content_main .featured_blog_content_wrapper {
    max-width: 700px;
    width: 39.55%;
}

.shopify-section--main-blog-list .featured-blog-post .container .featured_blog_content_main .featured_blog_post_image {
    max-width: 749px;
    border-radius: 20px;
    width: 42.317%;
}

.shopify-section--main-blog-list .featured-blog-post .container .featured_blog_content_main .featured_blog_post_image img.zoom-image {
    border-radius: 20px;
}

.shopify-section--main-blog-list .section-spacing .blog-post-header > h2 {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: capitalize;
    color: #747D87;
    text-decoration: none;
    line-height: 63px;
    margin: 0;
}

.shopify-section--main-blog-list .section-spacing .blog-post-header {
    margin-bottom: 30px;
}

.shopify-section--main-blog-list .section-spacing .section-stack {
    gap: 0;
}

facets-sort-popover#sort-by-popover.popover::part(body) {
      background-color: #fff;
}

/* 404 PAGE CSS */

.main-404-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
}

.main-404-section .icon-404-text-block {
    min-height: 609px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22.5px;
}

.main-404-section .explore-button {
    padding: 50px 0;
    text-align: center;
}

.main-404-section .explore-button .button {
    background-color: #FFFFFF !important;
    background-image: none !important;
    border: 0;
    border-radius: 10px;
    padding: 10px 20px;
}

.main-404-section .explore-button .button span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-404-section .icon-404-text-block .title-404 {
    font-size: 40px;
    line-height: 110%;
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.main-404-section .icon-404-text-block .description-404 p {
    font-size: 24px;
    line-height: 110%;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center
}

.shopify-section--404 .section-spacing {
    padding-bottom: 0;
}

/* Contact Us Stage Form */

#stage_form_wrapper .hidden { 
  display: none;
}

#stage_form_wrapper .step { 
  margin-bottom: 20px;
}

#stage_form_wrapper .error { 
  color: red;
 }
      

#stage_form_wrapper > .step {
    margin: 0;
}

#stage_form_wrapper ul.steps {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top:30px;
}

#stage_form_wrapper ul.steps li.step {
    margin: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    background-color: transparent;
      border: 2px solid #09B1DC;
    border-radius: 10px;
}

    #stage_form_wrapper ul.steps li.step.current-step {
    background-color: #09B1DC;
}

#stage_form_wrapper .step_wrapper {
    text-align: left;
}

#stage_form_wrapper .step_wrapper h1,
#stage_form_wrapper .step_wrapper h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0px;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#stage_form_wrapper .step_wrapper h3 {
    font-size: 22px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
    background: #747d87;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
}


#stage_form_wrapper .step_wrapper .field_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 25px;
}

#stage_form_wrapper .step_wrapper .field_wrapper .field {
    flex: 1;
}

#stage_form_wrapper .step_wrapper .field {
    text-align: left;
    position: relative;
}

#stage_form_wrapper .step_wrapper.step_wrapper_3 .stage_button {
    margin-top: 20px;
}

#stage_form_wrapper .step_wrapper .checkbox_other_field_box textarea {
  margin-top:20px;
  padding: 10px 20px;
}

#stage_form_wrapper .step_wrapper .checkbox_other_field_box textarea,
#stage_form_wrapper .step_wrapper .field input {
    border: 1px solid #c3c6cb;
    outline: none;
    border-radius: 10px;
    padding: 10px 15px 10px 15px; /* Adjusted padding to fit label */
    min-height: 56px;
    font-size: 18px;
    line-height: 24px;
    color: #747D87;
    width: 100%;
    box-sizing: border-box;
}

#stage_form_wrapper .step_wrapper .field label {
    position: absolute;
    top: 28px;
    left: 15px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #747D87; /* Light gray color for the initial label */
    padding: 0;
    transition: all 0.2s ease;
    pointer-events: none;
    border-radius: 3px; /* Small rounding to match input field */
}

#stage_form_wrapper .step_wrapper .field label span {
    color: #f00;
    margin-left: 5px;
}

#stage_form_wrapper .step_wrapper .field select.has-value + label,
#stage_form_wrapper .step_wrapper .field select:focus + label,
#stage_form_wrapper .step_wrapper .field input.has-value + label, 
#stage_form_wrapper .step_wrapper .field input:focus + label {
    left: 10px;
    background: #FFFFFF; /* Background color to match input */
    top: 0px; /* Positions label above the input */
    font-size: 12px; /* Smaller font size for floating label */
    font-weight: 600;
    color: #4e555d; /* Consistent label color */
    padding: 0 5px; /* Background padding for better alignment */
}

#stage_form_wrapper .step_wrapper .stage_button {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

#stage_form_wrapper .step_wrapper_1 .stage_button {
    justify-content: flex-end;
}

#stage_form_wrapper .step_wrapper .stage_button .next_button {
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    padding: 12px 15px;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    min-width: 120px;
}

#stage_form_wrapper .step_wrapper > .select_field {
    margin-bottom: 25px;
}

#stage_form_wrapper .step_wrapper .select_field select {
    border: 1px solid #c3c6cb;
    outline: none;
    border-radius: 10px !important;
    padding: 10px 15px;
    min-height: 56px;
    font-size: 18px;
    line-height: 24px;
    color: transparent;
    width: 100%;
    -webkit-appearance: none;
    background-image: url("../png/vector-down-arrow11f1.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: auto;
}

#stage_form_wrapper .step_wrapper > .select_field > select[required] + label {
    background-color: #fff;
}

#stage_form_wrapper .step_wrapper .select_field select.has-value,
#stage_form_wrapper .step_wrapper .select_field select:focus {
    color: #747D87;
}

#stage_form_wrapper .step_wrapper .stage_button .previous_button {
    padding: 12px 15px;
    border-radius: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #67707A;
    border: 1.5px solid #00ADDC;
    min-width: 120px;
}

#stage_form_wrapper .step_wrapper .field.textarea_input textarea#message {
    border: 1px solid #c3c6cb;
    outline: none;
    border-radius: 10px !important;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 24px;
    color: #747D87;
    width: 100%;
    min-height: 100px;
}

#stage_form_wrapper .step_wrapper .field.textarea_input label {
    top: 20%;
    transform: translateY(-20%););
}

#stage_form_wrapper .step_wrapper .field.textarea_input textarea#message:focus + label,
#stage_form_wrapper .step_wrapper .field.textarea_input textarea#message.has-value + label {
  display:none;
}

#stage_form_wrapper .step_wrapper_2 ul.steps {
    margin-top: 10px;
}

#stage_form_wrapper .step_wrapper_2 .stage_button {
    margin-top: 20px;
}

#stage_form_wrapper .step_wrapper .field.checkbox_field .checkbox_field_box {
    display: flex;
    gap: 10px;
}

#stage_form_wrapper .step_wrapper .field.checkbox_field .checkbox_field_box .checkbox_field {
    position: relative;
}

#stage_form_wrapper .step_wrapper .field.checkbox_field .checkbox_field_box .checkbox_field label {
position: static;
    border: 1px solid #E4E4E4;
    padding: 7px 20px;
    border-radius: 100px;
    display: inline;
    color: #747D87;
    letter-spacing: 0.5px;
    font-size: 16px;
    line-height: 24px;
}

#stage_form_wrapper .step_wrapper .field.checkbox_field .checkbox_field_box .checkbox_field input[type="checkbox"] {
    display: none;
}

#stage_form_wrapper .step_wrapper .field.checkbox_field .checkbox_field_box .checkbox_field input[type="checkbox"]:checked + label {
    border-color: #00ADDC;
}

#stage_form_wrapper .step_wrapper .field.checkbox_field p {
    margin-bottom: 10px;
    color: #747D87;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}



.shopify-section--image__text_wrapper .partner-image-text image-with-text.container {
    padding: 50px 100px;
}

.shopify-section--image__text_wrapper .partner-image-text .inner_container {
    max-width: 100%;
    min-height: 600px;
    overflow: hidden;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
}

.shopify-section--image__text_wrapper .partner-image-text .inner_container > .prose {
    flex-basis: unset;
    max-width: 45%;
}

.shopify-section--image__text_wrapper .partner-image-text .inner_container >picture {
    border-radius: 20px;
    flex-basis: 749px;
    max-width: 50%;
}

.shopify-section--image__text_wrapper .partner-image-text .inner_container >picture img {
    border-radius: 20px;
    height: auto;
    width: 100%;
}

.shopify-section--map-with-text.shopify-section--image__text_wrapper  .image-with-text .inner_container .prose .buttons-wrapper {
    margin-top: 50px;
}

.shopify-section--image__text_wrapper .partner-image-text .inner_container > .prose .h1, .single_services-top_section product-rerender .product .product-info .product-info__block-item .product-title {
    font-size: 42px !important;
    line-height: normal !important;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 600 !important;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shopify-section--icon-text-multi-column_slider .section-stack .section-header-button-blocks .section-header p {
   padding-left: 20px; 
}

.shopify-section--icon-text-multi-column_slider .section-stack .section-header-button-blocks {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shopify-section--icon-text-multi-column_slider .section-stack .section-header-button-blocks .section-header {
    max-width: 100%;
}

.shopify-section--icon-text-multi-column_slider .section-stack .section-header-button-blocks .section-header .h2.heading {
    font-size: 42px;
    line-height: normal;
    color: #212b36;
    text-transform: capitalize;
    padding-left: 20px;
}

.shopify-section--icon-text-multi-column_slider .section-stack .section-header-button-blocks .sliders-buttons {
    display: flex;
    gap: 20px;
}

.shopify-section--icon-text-multi-column_slider .section-stack .section-header-button-blocks .sliders-buttons button {
    width: 55px;
    height: 55px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1C9AD6;
    border-radius: 50%;
}

.shopify-section--icon-text-multi-column_slider .section-stack .section-header-button-blocks .section-header .h2.heading strong {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .prose:not(.prose--tight) :where(:not(meta, span) + *) {
    margin-block-start: 10px;
    font-size: 18px;
    /* padding: 0 20px 0 0px; */
  }
}

@media screen and (max-width: 999px) {
  .prose:not(.prose--tight) :where(:not(meta, span) + *) {
    margin-block-start: 10px;
    font-size: 14px;
  }

  .two-layout-multi-column .container multi-column.multi-column .multi-column__item .prose .h3 {
    font-size: 22px;
  }
}


.partner-slider .slick-slider .slick-track {
  overflow: visible;
}

.partner-slider .slick-slider .slick-track .slick-list {
  overflow: visible;
}

.shopify-section--icon-text-multi-column_slider .section-stack multi-column.partner-slider .slick-track .multi-column__item .prose .h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: normal;
    text-transform: none;
}

.shopify-section--icon-text-multi-column_slider .section-stack multi-column.partner-slider .slick-track .multi-column__item .prose .h3 strong {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.shopify-section--icon-text-multi-column_slider .section-stack multi-column.partner-slider .slick-track .multi-column__item .prose .content_wrapper-partner {
    margin-top: 10px;
}

.shopify-section--icon-text-multi-column_slider .section-stack multi-column.partner-slider .slick-track .multi-column__item .prose .content_wrapper-partner p {
    font-size: 16px;
    color: #747D87;
    line-height: 150%;
    font-weight: 400;
}

.shopify-section--icon-text-multi-column_slider .section-stack multi-column.partner-slider .slick-track {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.shopify-section--icon-text-multi-column_slider .section-stack multi-column.partner-slider .slick-track .multi-column__item {
    margin: 20px 20px 20px 0px;
    display: flex;
    flex-direction: column;
}

.shopify-section--image-with-text-overlay image-with-text-overlay {
    --content-over-media-gap: 100px;
    row-gap: 0;
}

.shopify-section--image-with-text-overlay image-with-text-overlay .content .prose {
    padding: 50px 0;
    max-width: 900px;
    margin-top: 50px;
}

.shopify-section--image-with-text-overlay image-with-text-overlay .content .prose > div {
    margin-top: 10px;
    max-width: 100%;
}

.shopify-section--image-with-text-overlay image-with-text-overlay .content .prose > div p {
    font-size: 20px;
    font-weight: 400 !important;
    line-height: 120%;
    color: #212b36;
}

.shopify-section--image-with-text-overlay image-with-text-overlay .content .prose h1.h1 {
    font-size: 60px;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: 600;
    max-width: 100%;
    padding: 0 !important;
}

.shopify-section--image-with-text-overlay image-with-text-overlay .content .prose h1.h1 strong {
    background: linear-gradient(81deg, #2dc3e8 -15.51%, #00bcdf -4.73%, #1c9ad6 4.4%, #00addc 15.4%, #46bea5 23.13%, #3bc1ca 31.09%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shopify-section--image-with-text-overlay image-with-text-overlay .content .prose > .button {
    margin: 30px 0;
    border: 1.5px solid #fff;
    border-radius: 10px;
    background: transparent;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: none;
    line-height: 24px;
    padding: 14.5px 25px;
}


.how_to_table_section_wrapper .how-to-table-list .inner-how-to-table-list {
    display: flex;
    align-items: center;
}

.how_to_table_section_wrapper .how-to-table-list .inner-how-to-table-list .video-block-left {
    flex-basis: 860px;
    border-radius: 20px;
    max-width: 860px;
}

.how_to_table_section_wrapper .how-to-table-list .inner-how-to-table-list .video-block-left .content-over-media {
    gap: 0;
    border-radius: 20px;
}

/* .how_to_table_section_wrapper .how-to-table-list .inner-how-to-table-list .video-block-left .content-over-media:before {
    background: #000;
    opacity: 0.5;
} */

.how_to_table_section_wrapper .how-to-table-list .inner-how-to-table-list { 
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.how_to_table_section_wrapper .how-to-table-list .inner-how-to-table-list .video-block-left {
    flex-basis: 860px;
    border-radius: 20px;
    max-width: 860px;
}

.how_to_table_section_wrapper .how-to-table-list .inner-how-to-table-list .video-block-left .content-over-media {
    gap: 0;
    border-radius: 20px;
}

.how_to_table_section_wrapper .how-to-table-list .inner-how-to-table-list .right-table-listing-block {
    flex-basis: 860px;
    max-width: 860px;
    padding-left: 20px;
}

.how_to_table_section_wrapper .how-to-table-list .inner-how-to-table-list .right-table-listing-block .table-list-title-info {
    max-width: 411px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.how_to_table_section_wrapper .how-to-table-list .inner-how-to-table-list .right-table-listing-block .list-title {
    font-size: 45px;
    text-transform: capitalize;
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: normal;
    font-weight: 700;
}

.how_to_table_section_wrapper .how-to-table-list .inner-how-to-table-list .right-table-listing-block .list-info p {
    font-size: 20px;
    color: #67707A;
}

.how_to_table_section_wrapper .how-to-table-list .inner-how-to-table-list .right-table-listing-block .all-jump-titles {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.how_to_table_section_wrapper .how-to-table-list .inner-how-to-table-list .right-table-listing-block .all-jump-titles .single-jump-title {
    font-size: 18px;
    line-height: 150%;
    font-weight: 500;
    color: #1C9BD6;
    text-decoration: underline;
}

.how_to_table_section_wrapper .how-to-table-list .inner-how-to-table-list .right-table-listing-block .all-jump-titles .single-jump-title.single-jump-list {
    text-decoration: none;
}

.shopify-section--image-with-text image-with-text.container {
    display: flex;
    gap: 60px;
    justify-content: space-between;
    align-items: center;
    padding: 0px 100px;
    min-height: 400px;
}

.shopify-section--image-with-text image-with-text.container picture {
    flex-basis: 860px;
}

.shopify-section--image-with-text image-with-text.container picture img {
    border-radius: 20px;
}

.shopify-section--image-with-text image-with-text.container .prose {
    flex-basis: 860px;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
}

.shopify-section--image-with-text image-with-text.container.image-with-text--reverse .prose {

}

.shopify-section--image-with-text image-with-text.container .prose .h2 {
    font-size: 42px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 600;
    line-height: normal;
    background: linear-gradient(90.56deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }

/* Our Team */

#shopify-section-template--16909679984728__our_team_cwAAzE p {
   font-size: 18px !important;
}

#shopify-section-template--16909679984728__about_quality_photos_XEC4mr .inner-about-quality-photos-section .all-items .single-item span.photo-count p {
text-align: center;
}


.shopify-section--image-with-text image-with-text.container .prose .content_wrapper p {
    font-size: 18px;
    line-height: 150%;
}

.how-to-table-content-section .all-table-content .single-table-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.how-to-table-content-section .all-table-content .single-table-content .content-of-media,
.how-to-table-content-section .all-table-content .single-table-content .media-content {
    flex-basis: 860px;
}


.how-to-table-content-section .all-table-content .single-table-content .media-content {
  position:relative;
}


.how-to-table-content-section .all-table-content .single-table-content .media-content .btn_video_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background: transparent;
}

.how-to-table-content-section .all-table-content .single-table-content .media-content .video-cover-image img,
.how-to-table-content-section .all-table-content .single-table-content .media-content .normal-image img {
    border-radius: 20px;
}

.how-to-table-content-section .all-table-content .single-table-content .media-content video.table-video,
.how-to-table-content-section .all-table-content .single-table-content .media-content .table-video iframe {
    border-radius: 20px;
}

.how-to-table-content-section .all-table-content .single-table-content .media-content .table-video.youtube-video {
    position: relative;
    width: 100%; 
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;';;
}

.how-to-table-content-section .all-table-content .single-table-content .media-content .table-video.youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.how-to-table-content-section .all-table-content .single-table-content.image-video-left {
    flex-direction: row-reverse;
}

.how-to-table-content-section .all-table-content .single-table-content.image-video-right .content-of-media_inner {
    padding-left: 100px;
}

.how-to-table-content-section .all-table-content .single-table-content.image-video-left .content-of-media_inner {
    padding-right: 100px;
}

.how-to-table-content-section .all-table-content .single-table-content .content-of-media .content-of-media_inner {
    max-width: 100%;
}

.how-to-table-content-section .all-table-content .single-table-content .content-of-media .media-index {
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    color: #929EAB;
    margin-bottom: 15px;
}

.how-to-table-content-section .all-table-content .single-table-content .content-of-media .media-discription {
    margin-bottom: 15px;
}

.how-to-table-content-section .all-table-content .single-table-content .content-of-media .h2.media-title {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: none;
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}


.how-to-table-content-section .all-table-content .single-table-content .content-of-media .media-discription p {
    font-size: 20px;
    line-height: 150%;
}


.how-to-table-content-section .all-table-content .single-table-content .content-of-media .btn_video_play,
.how-to-table-content-section .all-table-content .single-table-content .content-of-media a.button {
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    border: 0;
    border-radius: 10px;
    font-size: 20px;
    letter-spacing: normal;
    line-height: 24px;
    outline: none;
    padding: 23px 15px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    margin: 10px 0;
}

.how-to-table-content-section .all-table-content .single-table-content .content-of-media .btn_video_play:hover,
.how-to-table-content-section .all-table-content .single-table-content .content-of-media a.button:hover {
    background: linear-gradient(270deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 129.48%, #46BEA5 174.69%, #3BC1CA 120.65%);
}


.how_to_table_section_wrapper .how-to-table-list .inner-how-to-table-list .video-block-left .content-over-media .place-self-center {
    max-width: unset;
    text-align: left;
    grid-area: unset;
    position: absolute;
    z-index: 2;
    left: 50px;
    bottom: 50px;
}

.how_to_table_section_wrapper .how-to-table-list .inner-how-to-table-list .video-block-left .content-over-media .place-self-center .prose .h6 {
    font-size: 25px;
    color: #fff;
    letter-spacing: normal;
    text-transform: none;
    line-height: normal;
    margin: 0;
    font-weight: 700;
}

.how_to_table_section_wrapper .how-to-table-list .inner-how-to-table-list .video-block-left .content-over-media .place-self-center .prose div {
    margin-top: 5px;
    max-width: 440px;
}

.how_to_table_section_wrapper .how-to-table-list .inner-how-to-table-list .video-block-left .content-over-media .place-self-center .prose div p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: normal;
}

.how_to_table_section_wrapper .how-to-table-list .inner-how-to-table-list .video-block-left .content-over-media .place-self-center .prose a {
    border: 1.5px solid #fff;
    border-radius: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    padding: 3px 10px;
    background: transparent;
    display: inline-flex;
    text-transform: capitalize;
    align-items: center;
}

.how_to_table_section_wrapper .how-to-table-list .inner-how-to-table-list .video-block-left .content-over-media .place-self-center .prose  .button_wrapper {
    margin-top: 20px;
}

.shopify-section--image-with-text .cm-photobooth-rent-image-with-text image-with-text.container {
    padding: 0 100px;
}

.shopify-section--image-with-text .cm-photobooth-rent-image-with-text image-with-text picture {
    flex-basis: 759px;
}

.shopify-section--image-with-text .cm-photobooth-rent-image-with-text image-with-text .prose {
    flex-basis: 571px;
}

.shopify-section--image-with-text .cm-photobooth-rent-image-with-text image-with-text .prose p.h1 {
color: #67707A;
    letter-spacing: normal;
    text-transform: none;
    font-size: 60px;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: 700;
}

.shopify-section--image-with-text .cm-photobooth-rent-image-with-text image-with-text .prose .content_wrapper {
    margin: 0;
}


.shopify-section--image-with-text .cm-photobooth-rent-image-with-text image-with-text .prose .content_wrapper .button {
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    position: static;
    color: #fff;
    border: 0;
    border-radius: 10px;
    width: 100%;
    padding: 18.5px 10px;
    font-size: 20px;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 700;
    line-height:24px;
}

.shopify-section--image-with-text .cm-photobooth-rent-image-with-text {
    padding: 50px 0;
}

.shopify-section--image-with-text image-with-text.container > p {
    display: none;
}

.how-to-table-content-section .all-table-content .single-table-content.image-video-right .content-of-media_inner {
  padding-right: 15px;
  padding-left: 0;
}
  
  .how-to-table-content-section .all-table-content .single-table-content.image-video-left .content-of-media_inner {
    padding-left: 15px;
    padding-right: 0;
}

.template-blog-category nav.pagination {
    display: none;
}

#blog-category .load-more {
    text-align: center;
}

#blog-category .load-more a.load-more_btn {
    background: transparent;
    border: 0;
    padding: 0;
    letter-spacing: normal;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}

#blog-category .container .section-stack .v-stack {
    gap: 1.5rem;
}

.how-to-start-section .how-to-start-inner_wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 50px;
}

.how-to-start-section .how-to-start-inner_wrapper .how-start-title {
    font-size: 60px;
    letter-spacing: normal;
    text-transform: uppercase;
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    line-height: 130%;
    margin-bottom: 15px;
}

.how-to-start-section .how-to-start-inner_wrapper .how-start-image img {
    border-radius: 20px;
}


.table-of-contents-section .inner-table-of-contents-section {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 15px;
}

.table-of-contents-section .inner-table-of-contents-section .table-content-title {
    font-size: 45px;
    letter-spacing: normal;
    text-transform: capitalize;
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    line-height: 200%;
    margin-bottom: 15px;
}

.table-of-contents-section .inner-table-of-contents-section .jump-titles-block {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
}

.table-of-contents-section .inner-table-of-contents-section .jump-titles-block .jump-sub-title {
    font-size: 20px;
    line-height: 150%;
    font-weight: 400;
}

.table-of-contents-section .inner-table-of-contents-section .jump-titles-block .all-jump-titles {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.table-of-contents-section .inner-table-of-contents-section .jump-titles-block .all-jump-titles .single-jump-title {
    font-size: 18px;
    font-weight: 500;
    color: #1C9BD6;
    text-decoration: underline;
}

.table-of-contents-section .inner-table-of-contents-section .button_wrapper {
    text-align: center;
    padding: 30px 0;
}

.table-of-contents-section .inner-table-of-contents-section .button_wrapper .button {
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    border: 0;
    border-radius: 10px;
    font-size: 20px;
    letter-spacing: normal;
    line-height: 24px;
    outline: none;
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 auto;
}

.table-of-contents-section .inner-table-of-contents-section .button_wrapper .button:hover {
  background: linear-gradient(270deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 129.48%, #46BEA5 174.69%, #3BC1CA 120.65%);
}


.table-of-contents-section .inner-table-of-contents-section .all-table-content {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 50px;
}

.table-of-contents-section  .single-table-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.table-of-contents-section .single-table-content .main-table-title {
    font-size: 25px;
    line-height: 150%;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 700;
}

.table-of-contents-section .single-table-content .table-content p,
.table-of-contents-section .single-table-content .table-content ul li {
    font-size: 18px;
    line-height: 160%;
    font-weight: 400;
}

.table-of-contents-section .single-table-content .table-image-block img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.shopify-app-block div#looxReviews {
    max-width: 100% !important;
}

.template-all-reviews .shopify-section--main-page .section-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.template-all-reviews .shopify-section--main-page .main-page .section-header h1 {
    font-size: 60px;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 700;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: normal;
}

.template-all-reviews .shopify-section--main-page .main-page .prose {
    max-width: 621px;
    font-size: 20px;
}

  .tiny-heading-two {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px !important;
    font-size: 42px !important;
    font-weight: 600 !important;
}

.ipad-photo-booths .shopify-section--image-with-text-overlay image-with-text-overlay .content .prose, .dslr-photo-booths .shopify-section--image-with-text-overlay image-with-text-overlay .content .prose, .mirror-photo-booths .shopify-section--image-with-text-overlay image-with-text-overlay .content .prose, .photo-booth-stations .shopify-section--image-with-text-overlay image-with-text-overlay .content .prose {
    margin-top:0px;
}

.template-all-reviews .quote_image {
    position: absolute;
    top: 0;
    background-image: url(/cdn/shop/files/quote_big.png?v=1729589590);
    right: 0;
    width: 440px;
    height: 345px;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.template-lobby-use-cases .shopify-more-services-multicolumn .section-stack,
.template-lobby-services .shopify-more-services-multicolumn .section-stack {
    background: transparent;
    padding: 0px 50px;
}

.template-lobby-use-cases .shopify-more-services-multicolumn .section-stack multi-column,
.template-lobby-services .shopify-more-services-multicolumn .section-stack multi-column {
    /* padding: 30px 20px; */
    row-gap: 20px;
    column-gap: 20px;
}

#shopify-section-template--16952208293976__icon_with_services_fQr7bH {
  --multi-column-gap: 20px !important;
}

#shopify-section-template--17072275226712__icon_with_services_fQr7bH {
    --multi-column-gap: 20px !important;
}

.template-lobby-use-cases .shopify-more-services-multicolumn .container,
.template-lobby-services .shopify-more-services-multicolumn .container {
    padding: 0;
}

.template-lobby-use-cases .shopify-more-services-multicolumn .section-spacing,
.template-lobby-services .shopify-more-services-multicolumn .section-spacing {
    padding: 0;
}

.template-lobby-services .shopify-more-services-multicolumn .multi-column__item img {
  height: 50px;
  width: 51px;
}

a.service-link {
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #212b36;
}

.shopify-more-services-multicolumn .prose p {
  font-weight: 400 !important;
  font-size: 16px !important;
}

.shopify-more-services-multicolumn .prose p.h3 {
  font-size: 25px !important;
  color: #212b36;
}

.shopify-more-services-multicolumn .prose p span {
    font-weight: 400 !important;
}

.shopify-more-services-multicolumn .prose h3.h3 {
  font-weight: 500 !important;
  color: #212b36 !important;
  font-size: 22px !important;
}

.shopify-more-services-multicolumn .prose .content {
  -webkit-line-clamp: none !important;
  max-height: unset !important;
  font-size: 16px;
  font-weight: 400;
}

.shopify-more-services-multicolumn .prose div.content {
  color: #67707a;
}


.shopify-more-services-multicolumn .multi-column__item {
    max-height: unset !important;
}

.template-lobby-use-cases .shopify-more-services-multicolumn .multi-column__item,
.template-lobby-services .shopify-more-services-multicolumn .multi-column__item {
    padding: 30px;
}

.template-lobby-use-cases .lobby-use-cases .shopify-section--rich-text .section-spacing .container.container--lg,
.template-lobby-services .lobby-services .shopify-section--rich-text .section-spacing .container.container--lg {
    max-width: var(--container-max-width);
    --container-max-width: unset;
}


.template-lobby-use-cases .lobby-use-cases .shopify-section--rich-text .prose .h1,
.template-lobby-services .lobby-services .shopify-section--rich-text .prose .h1 {
    font-size: 42px;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 600;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: normal;
}

.template-lobby-use-cases .lobby-use-cases .shopify-section--rich-text .prose  > div,
.template-lobby-services .lobby-services .shopify-section--rich-text .prose  > div {
    margin-top: 10px;
}

.template-lobby-use-cases .lobby-use-cases .shopify-section--rich-text .prose > div p,
.template-lobby-services .lobby-services .shopify-section--rich-text .prose > div p {
    max-width: 40%;
    font-size: 18px;
}


.single_services-top_section product-rerender .product {
    --product-gap: 0;
    display: flex;
    flex-direction: row-reverse;
    min-height: 800px;
    overflow: hidden;
    justify-content: start;
    align-items: center;
    position: relative;
}

.single_services-top_section product-rerender .product .desktop_image {
    border-radius: 20px;
    /* flex-basis: 749px; */
    position: relative;
    z-index: 0;
    left: auto;
    right: 0;
    /* height: 100%; */
    width: 100%;
}

.single_services-top_section .container {
    padding: 0 100px;
}

.single_services-top_section product-rerender .product safe-sticky.mobile_hide.product-info {
    top: unset !important;
    display: inline-flex;
    gap: 0;
    flex-direction: column;
    position: relative !important;
    /* flex-basis: 571px; */
}

.single_services-top_section product-rerender .product .desktop_image img.image {
    border-radius: 20px;
    /* height: 100%; */
    width: 100%;
}

.single_services-top_section product-rerender .product safe-sticky.product-info .product-info__block-item .prose p {
    font-size: 20px;
    line-height: 150%;
}


.single_services-top_section product-rerender .product .product-info .product-info__block-item {
    margin-bottom: 15px;
    margin-top: 0;
}

.single_services-top_section product-rerender .product .product-info .product-info__block-item .product-title {
    font-size: 60px;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 700;
}


.single_services-top_section product-rerender .product .product-info .product-info__block-item .card_product_type {
    font-weight: 600;
    background: linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    line-height: normal;
}

.single_services-top_section product-rerender .product .product-info .product-info__block-item .prose {
    font-size: 20px;
    line-height: 150%;
}

.single_services-top_section product-rerender .product .product-info .buttons-wrapper {
    margin-top: 20px;
}

/* .single_services-top_section product-rerender .product .product-info .buttons-wrapper .button {
    margin: 0;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%);
    border: 0;
    color: #fff;
    letter-spacing: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    min-height: 44px;
    border-radius: 10px;
    margin-right: 10px;
    text-transform: none;
} */

.single_services-top_section product-rerender .product .product-info .buttons-wrapper .button:last-child {
    background: #fff;
    border: 1px solid #2dc3e8;
    color: #212b36;
    margin: 0;
    font-weight: 500;
}

.team-profile-info .member-degignation {
    min-height: 60px;
}

.shopify-section--image-with-text .member-image-text image-with-text.container.image-with-text {
    padding: 50px 100px;
    justify-content: flex-start;
    gap: 30px;
    align-items: start;
}

.shopify-section--image-with-text .member-image-text image-with-text.container.image-with-text picture {
    flex-basis: unset;
    margin: unset;
    max-width: 288px;
}

.shopify-section--image-with-text .member-image-text image-with-text.container.image-with-text .prose {
    flex-basis: unset;
    padding: 0;
    max-width: 879px;
}

.shopify-section--image-with-text .member-image-text image-with-text.container.image-with-text .prose h1.h1 {
    display: block;
    font-size: 45px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: none;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.shopify-section--image-with-text .member-image-text image-with-text.container.image-with-text .prose  .content_wrapper {
    margin: 0;
}

.shopify-section--image-with-text .member-image-text image-with-text.container.image-with-text .prose .content_wrapper p.h6:first-child {
    font-size: 25px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: none;
    margin-bottom: 10px;
}

.shopify-section--image-with-text .member-image-text image-with-text.container.image-with-text .prose .content_wrapper p.h6:first-child strong {
}

.shopify-section--image-with-text .member-image-text image-with-text.container.image-with-text .prose .content_wrapper p.h6 {
    margin-top: 0;
    letter-spacing: normal;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.shopify-section--image-with-text .member-image-text image-with-text.container.image-with-text .prose .content_wrapper div {
    margin: 0;
    margin-top: 20px;
}

.shopify-section--image-with-text .member-image-text image-with-text.container.image-with-text .prose .content_wrapper .member-social-block {
    display: flex;
    align-items: center;
    gap: 22.5px;
}

.shopify-section--image-with-text .member-image-text image-with-text.container.image-with-text .prose .content_wrapper .member-social-block a {
    margin: 0;
    text-decoration: none;
    background: none;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 15px;
}

.shopify-section--image-with-text .member-image-text image-with-text.container.image-with-text .prose .content_wrapper .member-social-block a svg {
    width: 22px;
    fill: #00addc;
}

.shopify-section--image-with-text .member-image-text image-with-text.container.image-with-text .prose .content_wrapper .member-social-block a  svg > path,
.shopify-section--image-with-text .member-image-text image-with-text.container.image-with-text .prose .content_wrapper .member-social-block a  svg > g,
.shopify-section--image-with-text .member-image-text image-with-text.container.image-with-text .prose .content_wrapper .member-social-block a  svg > g > path:first-of-type {
    fill: #00addc;
    stroke: #00addc;
}

.metaobjects-list .metaobject-item {
    flex-basis: calc(33.33% - 14px);
    display: flex;
    flex-direction: column;
    gap: 0px;
    background-color: #fff;
    border-radius: 20px;
}

.inner-all-testimonials-section .metaobjects-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
    align-items: stretch;
}

.inner-all-testimonials-section .metaobjects-list .Testimonial-group {
    display: flex;
    gap: 20px;
}


.metaobjects-list .metaobject-item .testimonial-video-section {
    padding-top: 58%;
    position: relative;
    border-radius: 20px;
}

.metaobjects-list .metaobject-item .testimonial-details {
  padding: 20px;
}

.metaobjects-list .metaobject-item .testimonial-video-section .cover-image-play-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.metaobjects-list .metaobject-item .testimonial-video-section .cover-image-play-button img.cover-image {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.metaobjects-list .metaobject-item .testimonial-video-section .cover-image-play-button .video-play-button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
}

.metaobjects-list .metaobject-item .testimonial-video-section .testimonial-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.metaobjects-list .metaobject-item .testimonial-video-section .testimonial-video video {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: scale-down;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}


.all-testimonials-section .testimonial-title {
    padding: 50px 0;
    font-size: 60px;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 700;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: normal;
} 

.metaobjects-list .metaobject-item .testimonial-details .testimonial-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 150%;
    color: #000;
    padding: 0;
    background: transparent;
    -webkit-text-fill-color: unset;
}

.metaobjects-list .metaobject-item .testimonial-details .testimonial-description {
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    color: #212b36;
}

.metaobjects-list .metaobject-item .testimonial-details .testimonial-name-block {
    margin-top: 10px;
}

.metaobjects-list .metaobject-item .testimonial-details .testimonial-name-block .full-name {
    font-size: 14px;
    color: #67707A;
    font-weight: 700;
    line-height: 150%;
}

.metaobjects-list .metaobject-item .testimonial-details .testimonial-name-block .person-name {
    font-size: 14px;
    color: #67707A;
    font-weight: 400;
    line-height: 150%;
}

/* .metaobjects-list .metaobject-item:nth-last-child(3),
.metaobjects-list .metaobject-item:nth-last-child(2) {
    flex-basis: calc(50% - 10px);
}

.metaobjects-list .metaobject-item:last-of-type {
    flex-basis: 100%;
} */

.metaobjects-list .metaobject-item:last-of-type .testimonial-video-section .testimonial-video video {
    object-fit: cover;
}

.inner-all-testimonials-section nav.pagination {
    display: none;
}

.inner-all-testimonials-section .load-more {
    text-align: center;
    padding: 25px 0;
    margin-top: 20px;
}

.inner-all-testimonials-section .load-more .load-more_btn-testimoniols {
    background: none;
    border: 0;
    padding: 0;
    letter-spacing: normal;
    text-transform: none;
    text-decoration: underline;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: #1C9BD6;
}

.inner-all-testimonials-section .load-more .load-more_btn-testimoniols {
    background: transparent !important;
    color: #1C9BD6 !important;
}

main#main.All-testimonials {
    background-color: #fff;
}

.relative.cart_drawer_button cart-dot.header__cart-dot {
    inset-inline-start: -0.2rem;
    inset-inline-end: unset;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    width: 22px;
    height: 23px;
    border: 2px solid #bdf2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    font-weight: 800;
    left: -7px;
    top: -7px;
}

 .Single-Testimonial-section .product-deatils {
   margin: 0 0 50px;
   /* padding: 30px 20px;
   background-color: #fff;
   border-radius: 20px;
   box-shadow: 0 2px 30px #121d2a2b; */
   display: flex;
   justify-content: space-between;
   align-items: center;
 }

.Single-Testimonial-section.all-testimonials-section {
    /* background-color: #fff; */
    padding-top: 50px;
}

.Single-Testimonial-section .product-deatils .product-type-title-block {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.Single-Testimonial-section .product-deatils .product-type-title-block .product-title {
    font-size: 42px;
    font-weight: 600;
    line-height: normal;
}

.Single-Testimonial-section .product-deatils .product-type-title-block .product-type {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Single-Testimonial-section .product-deatils .product-button-block {
    display: flex;
    align-items: center;
    gap: 15px;
}

.Single-Testimonial-section .product-deatils .product-button-block .button {
    border: 0;
    width: auto;
    font-size: 18px;
    letter-spacing: normal;  
    text-transform: none;
    line-height: 24px;
    font-weight: 600;
    border-radius: 10px;
    background: transparent;
    color: #fff;
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    height: 45px;
    gap: 0;
    padding: 10px 0px 10px 15px;
    min-width: 110px;
}

.Single-Testimonial-section .product-deatils .product-button-block .button.exp-btn {
    color: #67707A;
    background: none;
    border: 1px solid #00ADDC;
    padding: 10px 15px;
} 


.shopify-section-software-products .section-more-software-products {
    background: transparent;
}


.shopify-section-more-software-products.shopify-section-software-products product-list.product-list {
    grid-template-columns: repeat(3, 1fr);
}


.section-more-software-products .product-card__inner > .product-card__warpper {
    display: grid;
    grid-template-columns: auto 220px;
    gap: 10px;
    width: 100%;
}


/* My account page */

.shopify-section--main-customers-login .section-spacing {
    padding: 50px;
}

.shopify-section--main-customers-login .container,
.shopify-section--main-customers-register .container {
    border-radius: 20px;
    box-shadow: 0px 2px 19.6px 0px rgba(15, 37, 58, 0.10);
    max-width: 767px;
    padding: 40px;
    background-color: #ffffff;
}


.shopify-section--main-customers-login .container .customer-account-box,
.shopify-section--main-customers-register .container .customer-account-box {
    max-width: 70%;
    margin: 0 auto;
}

.shopify-section--main-customers-register .container .customer-account-box .v-stack,
.shopify-section--main-customers-login .container .customer-account-box .v-stack {
    gap: 0;
}


.shopify-section--main-customers-register .container .customer-account-box h1.h3,
.shopify-section--main-customers-login .container .customer-account-box h1.h3 {
    font-size: 42px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: normal;
    text-transform: none;
}

.shopify-section--main-customers-register .container .customer-account-box p,
.shopify-section--main-customers-login .container .customer-account-box p {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.shopify-section--main-customers-register .container .customer-account-box .fieldset input ,
.shopify-section--main-customers-login .container .customer-account-box .fieldset input {
    border: 1px solid #c3c6cb;
    outline: none;
    border-radius: 10px;
    padding: 0 20px;
    min-height: 56px;
    font-size: 18px;
    line-height: 24px;
    color: #747D87;
    width: 100%;
}

/* captcha hide */

.customer-account-box .h-captcha {
    display: none;
}

#shop-hcaptcha-badge-container {
   display: none !important; 
}

/*  */

.shopify-section--main-customers-login .container .customer-account-box .fieldset .relative .input-suffix {
    margin-top: 5px;
}

.shopify-section--main-customers-register .container .customer-account-box form button.button,
.shopify-section--main-customers-login .container .customer-account-box form button.button {
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    padding: 13px 15px;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    border: 0;
    letter-spacing: normal;
    text-transform: none;
}

.header-sidebar .ecternal_button_wrapper {
    padding: 21.5px 0;
}

.header-sidebar .ecternal_button_wrapper a {
    min-height: unset;
    min-width: unset;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease;
}

/* Search Page css */



.shopify-section--main-search .section-stack > .section-header {
    padding: 0 50px;
    width: 100%;
    max-width: 100%;
}


.shopify-section--main-search .main-search .main-search__tabs > button {
    opacity: 1;
    letter-spacing: normal;
    text-transform: none;
    font-size: 24px;
}
/* 
.shopify-section--main-search .main-search .main-search__resource-item .collection {
    padding-right: 50px;
} */

.shopify-section--main-search .section-stack > .section-header h1 {
    font-size: 60px;
    line-height: normal;
    letter-spacing: normal;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    text-transform: none;
    font-weight: 700;
}

.shopify-section--main-search .section-stack > .section-header p {
    font-size: 18px;
}

.shopify-section--main-search .main-search .main-search__resource-item height-observer.collection-toolbar {
    box-shadow: none;
    border-block: 1px solid #2DC3E8;
}

.shopify-section--main-search .main-search .main-search__resource-item safe-sticky.facets-sidebar facets-form.facets-form-search {
    position: sticky;
    top: 150px;
    min-height: 500px;
    background: #fff;
    display: block;
    padding: 30px;
    border-radius: 20px;
}

.shopify-section--main-search form.main-search-form {
    min-width: 37.55rem;
}

.shopify-section--main-search form.main-search-form input {
    background-color: #fff;
    border-radius: 20px;
    padding: 0px 10px;
    min-height: 44px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #E0E0E0;
}

.shopify-section--main-search form.main-search-form .relative {
    --container-max-width: unset;
}

.shopify-section--main-search form.main-search-form input:hover {
    background: #1A9CD71A;
    border-color: #E0E0E0;
}

.shopify-section--main-search form.main-search-form .floating-label {
    display: none;
}

.shopify-section--main-search form.main-search-form button.input-suffix svg path {
    fill: #1c9ad6;
}


.shopify-section--main-search .container .prose h1 {
    font-family: Roboto;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    padding: 10px 0;
    letter-spacing: normal;
    text-transform: none;
}

.shopify-section--main-search form.main-search-form input:focus {
    background-color: #fff;
}

/* Software pricing page */

.product-perfect-package-section .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.product-perfect-package-section  .inner-product-perfect-package-section {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.inner-product-perfect-package-section .package-heading {
    font-size: 42px;
    color: #212b36;
    text-align: center;
    font-weight: 600;
    line-height: 52.73px;
    /* margin-bottom: 50px; */
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.inner-product-perfect-package-section  .perfect-package-main-block {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 30px;
}

.inner-product-perfect-package-section .perfect-package-main-block > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.inner-product-perfect-package-section .perfect-package-main-block .content_shadow_box {
    box-shadow: 0px 2px 19.6px 0px rgba(15, 37, 58, 0.10);
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
}


.support-package-block .support-package-image img {
    width: 70px;
    height: auto;
    margin: 0 auto;
}


.cloud-ai-confirmation-block .cloud-image img {
    width: 100px;
    height: auto;
    margin: 0 auto;
}


.support-package-block .support-package-title,
.cloud-ai-confirmation-block .cloud-title {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
}

.cloud-ai-confirmation-block .cloud-sub-title,
.support-package-block .support-package-short-description {
    font-size: 18px;
    line-height: 27px;
    padding: 20px 0;
    text-align: center;
    font-weight: 500;
    color: #2C3239;
}

.cloud-ai-confimation-btn form,
.package-include-block form {
    display: inline-block;
    margin: 0 auto;
}

.cloud-ai-confimation-btn form .toggle-switch,
.package-include-block form .toggle-switch {
    margin: 0 auto;
    display: inline-flex;
    border: 1px solid #D3E0E6;
    border-radius: 20px;
    overflow: hidden;
    background-color: #D3E0E6;
}

.cloud-ai-confimation-btn,
.package-include {
    text-align: center;
}

.cloud-ai-confimation-btn form .toggle-switch .toggle-option,
.package-include-block form .toggle-switch .toggle-option {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    padding: 10px 25px;
    display: inline-block;
    width: auto;
    background-color: transparent;
    /* color: #747D87; */
    border: 1px solid transparent;
}

.cloud-ai-confimation-btn form .toggle-switch input[type="radio"]:checked + .toggle-option,
.package-include-block form .toggle-switch input[type="radio"]:checked + .toggle-option {
    border: 1px solid #1c9ad6;
    border-radius: 20px;
    background-color: #fff;
}


.cloud-ai-confimation-btn form .toggle-switch input[type="radio"]:checked + .toggle-option span,
.package-include-block form .toggle-switch input[type="radio"]:checked + .toggle-option span {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cloud-ai-confirmation-block {
}

.cloud-details-block .cloud-details-title {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: normal;
    font-weight: 600;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cloud-details-block {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #DEE2E6;
}

.cloud-details-block .cloud-details-content {
    text-align: center;
}

.cloud-details-block .cloud-details-content p {
    font-size: 18px;
    line-height: 24px;
    /* color: #333333; */
    margin: 10px 0 20px 0;
}

.cloud-all-variants {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.cloud-all-variants > .single-variant {
    flex: 1;
    border: 1px solid #00ADDC;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cloud-all-variants > .single-variant .outer_sell {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
}

.cloud-all-variants > .single-variant .outer_sell input.single_cloud_variant {
    display: block;
    width: 27px;
    height: 27px;
    opacity: 0;
    position: absolute;
    z-index: 22;
}


.cloud-all-variants > .single-variant .outer_sell .inner_sell {
    width: 50px;
    height: 50px;
    border-radius: 120px;
    transition: all 0.3s;
}

.cloud-all-variants > .single-variant .outer_sell:hover .inner_sell {
    background-color: #e9e9e9;
}

.cloud-all-variants > .single-variant .outer_sell .input_sell {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
}

.cloud-all-variants > .single-variant .outer_sell .input_sell label {
    font-size: 0;
    border: 1.5px solid #BDBDBD;
    width: 27px;
    display: inline-block;
    height: 27px;
    border-radius: 100%;
    line-height: 0;
}

.cloud-all-variants > .single-variant .outer_sell input.single_cloud_variant:checked + label {
    background: linear-gradient(90.56deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%);
    border-color: #1C9AD6;
}

.cloud-all-variants > .single-variant .outer_sell input.single_cloud_variant:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cloud-all-variants > .single-variant .variat-title-price {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.cloud-all-variants > .single-variant .variat-title-price .variant-title {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    /* color: #777777; */
}

.cloud-all-variants > .single-variant .variat-title-price .variant-price {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cloud-all-variants > .single-variant .variat-title-price .variant-price > .variant-price {
    font-size: 50px;
    line-height: normal;
    font-weight: 500;
    /* color: #777777; */
}

.cloud-all-variants > .single-variant .variat-title-price .variant-price .variant-plan {
    /* color: #777777; */
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.cloud-all-variants > .single-variant .credit-bonus-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.cloud-all-variants > .single-variant .credit-bonus-details .bonus-icon-text .bonus-text {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cloud-all-variants > .single-variant .credit-bonus-details .bonus-price {
    /* color: #777777; */
    font-size: 20px;
    line-height: 23.44px;
    font-weight: 600;
}


.cloud-all-variants > .single-variant .all-short-specification ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.cloud-all-variants > .single-variant .all-short-specification ul li {
    position: relative;
    padding: 20px;
    padding-right: 0;
    padding-left: 40px;
    border-top: 1px solid #DEE2E6;
    /* color: #67707A; */
    font-size: 16px;
    line-height: 23.44px;
}

.cloud-all-variants > .single-variant .all-short-specification ul li:last-child {
    /* border: 0; */
}

.cloud-all-variants > .single-variant .all-short-specification ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 40px;
    top: 12px;
    height: 40px;
    background-image: url(/cdn/shop/files/checked.png?v=1731488787);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    transform: rotate(16deg);
}


.full-speciification_wrapper {
    padding: 12.49px 20px;
    text-align: center;
}

.full-speciification_wrapper .full-speciification {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-weight: 700;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
    cursor: pointer;
    position: relative;
}

.full-speciification_wrapper .full-speciification:after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    width: 100%;
    display: inline-block;
    height: 1px;
    background: linear-gradient(90.56deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%);
}

.AI-full-specification-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #00000047;
    z-index: 9999;
    height: 100%;
}

.AI-full-specification-block .AI-full-specification-inner_block {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 50px;
    box-shadow: 10px 4px 40px 10px #00000029;
    display: flex;
    flex-direction: column;
    gap: 30px;
    overflow: auto;
    height: 100vh;
}

.AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block {
    background-color: #fff;
    box-shadow: 0px 4px 40px 0px #00000029;
    border-radius: 20px;
}

.inner-compare-heading-block {
    min-height: 1180%;
}

body.FUll_Specification_popup_opne {
    overflow: hidden;
}

.AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block .experence-all-features {
    display: flex;
    flex-direction: column;
}

.AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block .experence-all-features .single-exp-feature {
    display: flex;
    width: 100%;
}

.AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block .experence-all-features .single-exp-feature > p {
    flex: 1;
    padding: 16px;
    border-bottom: 1px solid #DEE2E6;
}

.AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block .experence-all-features .single-exp-feature > .basic-feature-key,
.AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block .experence-all-features .single-exp-feature > .pro-feature-key {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

.AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block .experence-all-features .single-exp-feature > .feature-key {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block .experence-all-features .single-exp-feature > .basic-feature-key {
    border: 1px solid #DEE2E6;
    border-top: 0;
}


.AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block .experence-all-features .single-exp-feature:last-child > p {
    border-bottom: 0;
}
 
.AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block .experience-title {
    padding: 16px;
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block .experience-title > span {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 5px;
}


.compare-heading-paln-block .inner-compare-heading-block .compare-main-heading {
    font-size: 38px;
    color: #929EAB;
    text-align: center;
    font-weight: 700;
    line-height: 52.73px;
    margin-bottom: 20px;
}

.compare-heading-paln-block .inner-compare-heading-block  .compare-sub-heading {
    text-align: center;
    font-size: 20px;
    line-height: 21px;
    font-weight: 700;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.AI-full-specification-block .AI-full-specification-inner_block .Close-full-speci-poup {
    position: sticky;
    top: 0;
    margin-left: -32px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
}

.AI-full-specification-block .AI-full-specification-inner_block .Close-full-speci-poup svg {
    width: 24px;
    height: 24px;
}

.compare-heading-paln-block .inner-compare-heading-block .product-plan-block {
    display: flex;
    flex-direction: row;
    position: sticky;
    top: -30px;
    margin-top: 50px;
}

.compare-heading-paln-block .inner-compare-heading-block .product-plan-block > div {
    flex: 1;
    text-align: center;
}

.compare-heading-paln-block .inner-compare-heading-block .product-plan-block .single-variant-plan {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.compare-heading-paln-block .inner-compare-heading-block .product-plan-block .single-variant-plan .plan-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.compare-heading-paln-block .inner-compare-heading-block .product-plan-block .single-variant-plan .plan-selector {
    width: 90%;
    margin: 0 auto;
}

.package_color {
    display: flex;
    gap: 8px;
}

.package_color > span {
    font-size: 16px;
}

.inner-product-perfect-package-section .perfect-package-main-block .account-reminder-section.content_shadow_box {
    box-shadow: none;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.account-reminder-section > div {
    box-shadow: 0px 4px 40px 0px #00000029;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    margin: 20px 0 0 0;
}

.account-reminder-section .account_reminder_heading {
    padding: 50px 0 10px;
    font-size: 42px;
    line-height: 53px;
    font-weight: 600;
    letter-spacing: normal;
    text-align:center;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.inner-product-perfect-package-section .perfect-package-main-block .content_shadow_box.booth-software-package-section {
    box-shadow: none;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

.booth-software-package-section .software-package-title {
    padding: 50px 0 10px;
    font-size: 35px;
    line-height: 53px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: center;
    /* color: #929EAB; */
}

.booth-software-package-section .software-all-features {
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 2px 19.6px 0px rgba(15, 37, 58, 0.10);
}

.booth-software-package-section .software-all-features .software-single-feature {
    padding: 0;
}

.booth-software-package-section .software-all-features .software-single-feature .feature-title {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 33px;
    color: #67707A;
    /* margin-top: 20px; */
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.booth-software-package-section .software-all-features .software-single-feature:first-child .feature-title {
    margin-top: 0;
}


.booth-software-package-section .software-all-features .feature-deatils > ul {
    margin: 0 0 50px 0;
    list-style: none;
    padding: 0;
}

.booth-software-package-section .software-all-features .feature-deatils > ul > li {
    padding: 20px 0;
    border-top: 1px solid #DEE2E6;
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    line-height: 24px;
}

.booth-software-package-section .software-all-features .feature-deatils > ul > li:after {
content: '';
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%) rotate(16deg);
height: 40px;
background-image: url(https://fotomaster1.myshopify.com/cdn/shop/files/checked.png?v=1731488787);
background-position: center center;
background-repeat: no-repeat;
background-size: auto;
width: 40px;
}

.booth-software-package-section .software-all-features .feature-deatils > ul > li:has( > strong):after {
    display: none;
}


.booth-software-package-section .software-all-features .software-single-feature .feature-deatils:last-child > ul > li:last-child {
  border-bottom: 1px solid #DEE2E6;
}

.booth-software-package-section .software-all-features .feature-deatils > ul > li strong {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
}


.perfect-package-right-block .main-product-title-price-image-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.perfect-package-right-block .main-product-title-price-image-section .product-image-main {
    flex-basis: 16.5%;
    display: flex;
    justify-content: center;
}

.perfect-package-right-block .main-product-title-price-image-section .product-image-main img {
    max-width: 80px;
}

.perfect-package-right-block .main-product-title-price-image-section .title-price-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.perfect-package-right-block .main-product-title-price-image-section .title-price-block .product-title {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: normal;
    font-weight: 600;
    /* color: #777777; */
}

.perfect-package-right-block .main-product-title-price-image-section .title-price-block .product-price {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.perfect-package-right-block .main-product-title-price-image-section .title-price-block .product-price > span {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    /* color: #67707A; */
}

.perfect-package-right-block .main-product-title-price-image-section .title-price-block .product-price .price-main {
    font-size: 50px;
    line-height: 59px;
    font-weight: 500;
    letter-spacing: normal;
    /* color: #777777; */
}

.perfect-package-right-block .main-product-title-price-image-section .title-price-block .product-price .price-main > span:last-child {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.product-include-purchase-btn-block {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #DEE2E6;
}

.product-include-purchase-btn-block .include-text-purchase-button .include-content_outer {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-include-purchase-btn-block .include-text-purchase-button .include-content_outer .include-heading {
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-include-purchase-btn-block .include-text-purchase-button .include-content_outer .include-content > ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 15px;
}

.product-include-purchase-btn-block .include-text-purchase-button .include-content_outer .include-content > ul li {
    padding-left: 30px;
    position: relative;
    font-size: 16px;
}

.product-include-purchase-btn-block .include-text-purchase-button .include-content_outer .include-content > ul li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 17px;
    height: 40px;
    background-image: url(/cdn/shop/files/checked.png?v=1731488787);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    transform: rotate(16deg) translateY(-50%);
    top: 50%;
}

.product-include-purchase-btn-block .include-text-purchase-button .include-content_outer .include-content {
    margin-bottom: 20px;
}

.product-include-purchase-btn-block .include-text-purchase-button {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DEE2E6;
}

.product-include-purchase-btn-block .include-text-purchase-button #selected_packages_button {
    width: 100%;
    padding: 20px 15px;
    font-size: 22px;
    line-height: 24px;
    max-height: 60px;
}

.product-include-purchase-btn-block .payment-block .payment_method {
    display: flex;
    gap: 29.7px;
    justify-content: center;
    align-items: center;
    /* padding-block: 30px 30px; */
}


.shopify-section--main-video-blog .section-spacing {
    padding-top: 50px;
}

.shopify-section--main-video-blog .section-spacing .section-stack {
    gap: 30px;
}

.blog_post_video_card .overlay_link {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 11;
}

.AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block .experence-all-features .single-exp-feature > p.right-key {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block .experence-all-features .single-exp-feature > p.wrong-key {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

main#main.industry-page > .shopify-section.two-layout-multi-column > .section-spacing .section-header {
    padding: 27px 0;
}

.main-thank-you-section .icon-thank-you-text-block .branding-colors--tiktok {
    display: none;
}

.cart_buy_it_with .section-header.justify-self-center.text-center {
    margin-bottom: 10px;
    text-align: left;
    padding: 0;
}

.cart_buy_it_with .section_header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.cart_buy_it_with .section-header .prose h2.heading {
    font-size: 45px;
    font-weight: 600 !important;
    letter-spacing: normal;
    text-transform: capitalize;
    color: #212b36 !important;
    margin: 0;
    padding: 50px 0 0 0;
}

.cart_buy_it_with .section_header_wrapper .arrow-btn-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart_buy_it_with .section_header_wrapper .arrow-btn-wrap > button {
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #3bc1ca;
    border-radius: 100%;
    background-color: #fff;
}

.buy_it_product_item_list>.slick-arrow {
    display: none !important;
}

.shopify-section--main-cart .container {
    padding: 0px;
}
.shopify-section--main-cart .section-stack .section-header {
    padding: 0px;
}

.shopify-section--main-cart .section-stack form.cart-page {
  padding: 20px 0 50px 0;
  background-color: #fff;
  margin: 5px 50px;
  border-radius: 0px 0px 20px 20px;
}
  
.shopify-section--main-cart .section-stack form.cart-page>.v-stack {
  padding: 10px 50px;
  gap: 50px;
}

.shopify-section--main-cart .section-stack form.cart-page>.v-stack .item-table-purchase-info .purcahse-info {
  max-width: 100%;
  font-size: 14px;
}

.order-summary__header>tr>th {
  border-block-width: 0px;
  opacity: 1;
  text-align: left;
}
.order-summary__header>tr>td {
  text-align: left;
}

.cart-page .line-item{
  padding: 0px;
}

.cart-drawer__items .line-item {
  align-items: self-end;
}

.cart-drawer__items .line-item .line-item-info {
  align-self: center;
  height: 85%;
}

.cart-drawer__items .line-item .line-item-info a {
  font-size: 18px;
}

.cart-drawer__order-note dialog-close-button.contents button.button {
  border: 1px solid transparent;
  background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
  font-size: 18px;
}

.cart-drawer__footer .discount {
    padding: 10px;
    width: 100%;
    border: 1px dashed #000;
    border-radius: 10px;
    background-color: #fff;
    flex-direction: row !important;
    justify-content: space-between;
    margin: 15px 0 0 0;
}

.cart-drawer__footer .discount .text-subdued {
  font-size: 18px;
  font-weight: 500;
}

.table--reduce-border :is(td)+td {
    font-size: 22px;
    text-align: left;
}

.quantity-selector__input {
    vertical-align: text-top;
    font-size: 18px;
    font-weight: 400;
    color: #212b36;
}

.order-summary__body>tr line-item-quantity {
  justify-content: left;
}

.shopify-section--main-cart .section-stack form.cart-page>.v-stack .cart-total-related-product-block .cart-footer .cart-recap>.h-stack .text-lg:first-child {
  font-size: 22px;
  font-weight: 500;
}

.shopify-section--main-cart .section-stack form.cart-page>.v-stack .cart-total-related-product-block .cart-footer .cart-recap p {
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 20px 0;
}

.cart_button_wrapper button#Checkout_Button {
  font-weight: 500;
  min-height: 45px;
}

.cart_button_wrapper a.button {
  font-weight: 500;
}

.shopify-section--main-cart .section-stack form.cart-page>.v-stack .cart-total-related-product-block .cart-footer .cart-recap>.h-stack .text-lg:last-of-type {
  font-size: 30px;
  font-weight: 500;
}

.shopify-section--main-cart .section-stack .section-header>.v-stack {
  background-color: #fff;
  margin: 50px 50px 0px 50px;
  border-radius: 20px 20px 0px 0px;
}

.shopify-section--main-cart .section-stack .section-header .h2 {
    font-size: 42px !important;
    font-weight: 500 !important;
    color: #212b36;
    padding: 50px 50px 0 50px;
}

.shopify-section--main-cart .section-stack .section-header p {
  font-size: 18px !important;
  color: #212b36;
  margin: 0 50px 30px 50px;
}

.cart_buy_it_with .section-spacing.color-scheme {
    background: #f4f6f8;
}

.cart_buy_it_with .section-spacing .container {
    padding: 0 50px;
}

.buy_it_product_item_list.product-list .slick-track {
    padding: 20px 0;
    /* margin-left: -20px; */
}

.buy_it_product_item_list.product-list .slick-list {
  overflow: hidden;
}

.buy_it_product_item_list.product-list .slick-list .product-card {
  min-height: 450px;
  padding: 30px;
}

.buy_it_product_item_list.product-list product-card.product-card {
    margin: 0 10px;
}

.collection_page_wrapper.filter-enabled .product-list > product-card.product-card[handle="24-7-support"],
.collection_page_wrapper.filter-enabled .product-list > product-card.product-card[handle="ai-cloud"],
section.section-buy-it-with product-list.product-list product-card.product-card[handle="ai-cloud"],
section.section-buy-it-with product-list.product-list product-card.product-card[handle="24-7-support"] {
    display: none;
}

.two-layout-multi-column .container multi-column.multi-column .multi-column__item .overlay_link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.template-shop-by-category .shopify-section--main-page {
    display: none;
}

.template-shop-by-category .shopify-section--main-page + section .section-spacing {
    padding-block-start: calc(var(--section-vertical-spacing-override, var(--section-vertical-spacing)) + var(--section-vertical-spacing-block-start-compensation, 0px)) !important;
}

.metaobjects-list .metaobject-item .testimonial-details .button_wrapper a {
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    min-width: 120px;
    display: inline-block;
    margin-top: 15px;
    border: 1px solid #00ADDC;
    color: #67707a;
    text-align: center;
}



.blog-video-post-wrapper + .arrows_buttons .arrow-btn-wrap {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.blog-video-post-wrapper + .arrows_buttons .arrow-btn-wrap button.prev-btn,
.blog-video-post-wrapper + .arrows_buttons .arrow-btn-wrap button.next-btn {
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #3bc1ca;
    border-radius: 100%;
}

.shopify-section--main-search .main-search .main-search__resource-item blog-posts.blog-post-list .blog-post-card .blog-post-card__category {
    display: none;
}

.template-contact main.contact .shopify-section-group-footer-group.shopify-section--contact-stages {
    display: none;
}

.template-contact main.contact .shopify-section--social_media .social-media .social-media__item {
    opacity: 1;
    /* width: 80px; */
    /* height: 80px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px;
}

.template-contact main.contact .shopify-section--social_media .social-media .social-media__item.branding-colors--tiktok {
    display: none;
}




.line-item .line-item-info ul {
    margin: 0;
    list-style: none;
}

.line-item .line-item-info ul > li {
    color: #000;
}

.line-item .line-item-info ul > li > ul {
    margin-top: 5px;
}

.line-item .line-item-info ul > li > ul > li {
    font-size: 14px;
    line-height: normal;
    padding-left: 30px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.line-item .line-item-info ul > li > ul > li.included:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background-image: url(/cdn/shop/files/included_icon_af8fae14-f367-4bce-9527-17e17db27879.svg?v=1724756972);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.line-item .line-item-info ul > li > ul > li.not_included:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background-image: url(/cdn/shop/files/not_included.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.search_form-404 {
    min-width: 37.55rem;
}

.search_form-404 form.main-search-form {
    min-width: unset;
}

.search_form-404 form.main-search-form input {
    background-color: #fff;
    border-radius: 20px;
    padding: 0px 10px;
    min-height: 44px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #E0E0E0;
}

.search_form-404 form.main-search-form input:hover {
    background: #1A9CD71A;
    border-color: #E0E0E0;
}

.search_form-404 form.main-search-form label.floating-label {
    display: none;
}


.search_form-404 form.main-search-form button.input-suffix svg path {
    fill: #1c9ad6;
}

.template-faq #main.faq .shopify-section--faq .inner_wrapper .section-stack .section_content_wrapper_inner {
    position: sticky;
    top: 150px;
}

.shopify-section--video-slider .video_slider .video-slider-nav-btn.slick-arrow {
    top: -27px;
    right: 30px;
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #3bc1ca;
    border-radius: 100%;
    background-color: transparent;
}

button.slick-prev.pull-left.video-slider-nav-btn.slick-arrow {
    right: 100px;
    left: auto;
}

.shopify-section--logo-list .pull-right.video-slider-nav-btn {
    top: -40px !important;
    right: 50px !important;
    z-index: 1 !important;
} 

.shopify-section--logo-list button.slick-prev.pull-left.video-slider-nav-btn.slick-arrow {
    top: -40px !important;
    right: 100px !important;
    z-index: 1 !important;
}

.AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block.sms-features {
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    row-gap: 8px;
}

.AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block.sms-features .experience-title {
    flex-basis: calc(100% - 30%);
    padding-left: 0;
}

.AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block.sms-features .select_field {
    flex-basis: calc(100% - 70%);
    display: flex;
    justify-content: end;
}

.AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block.sms-features .select_field select {
    max-width: 300px;
}

.AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block.sms-features .experence-all-features {
    flex-basis: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 40px 0px #00000029;
    border-radius: 20px;
    padding: 20px;
}


.AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block.sms-features .experence-all-features .single-exp-feature > * {
    flex: 1;
    padding: 16px;
}

.AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block.sms-features .experence-all-features .single-exp-feature .feature-key {
    border-bottom: 1px solid #DEE2E6;
}

.AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block.sms-features .experence-all-features .single-exp-feature .pro-feature-key {
    border-bottom: 1px solid #DEE2E6;
}

.AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block.sms-features .experence-all-features .single-exp-feature:last-child > div {
    border-bottom: 0;
}

.AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block.sms-features .experence-all-features .single-exp-feature > .basic-feature-key > span:first-child,
.AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block.sms-features .experence-all-features .single-exp-feature > .pro-feature-key > div > span:first-child {
    font-weight: 700;
}

.AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block.sms-features .experence-all-features .available,
.AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block.sms-features .experence-all-features .not-available {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block.sms-features .select_field select {
    max-width: 300px;
}

section.shopify-section.shopify-more-feature-multicolumn .stack_on_mobile .container multi-column.multi-column .multi-column__item .prose a{
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #1C9BD6;
    background:none;
    background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.35em) / 100% 1px no-repeat;
    transition: background-size .3s ease-in-out;
    width: fit-content;
}

section.shopify-section.shopify-more-feature-multicolumn .stack_on_mobile .container multi-column.multi-column .multi-column__item .prose a:hover{
background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.35em) / 0% 1px no-repeat;
    transition: background-size .3s ease-in-out;
}

.article__footer .right-bar-titles .newsletter .blog-form .form-control label.floating-label.text-xs {
    display: none;
}


.shopify-section--main-list-collections .collection-list {
    display: flex;
    width: 80%;
    justify-content: space-between;
    gap: 20px;
    padding: 0;
    margin: 0 auto;
}

.shopify-section--main-list-collections .collection-list .collection-card {
    background: #fff;
    border-radius: 20px;
    flex-basis: var(--collection-list-item-size, calc(100% / var(--collection-list-items-per-row) - 20px*(var(--collection-list-items-per-row) - 1) / var(--collection-list-items-per-row)));
    position: relative;
    min-height: 180px;
    border: 3px solid #e6eaef;
    box-shadow: 0px 1.15px 17.19px 0px #1B2A3A0D;
}

.shopify-section--main-list-collections .collection-list .collection-card:hover {
    border-color: #3bc1ca;
}

.shopify-section--main-list-collections .collection-list .collection-card .content-over-media img {
    position: relative;
    max-height: unset;
    min-width: unset;
    max-width: 90px;
    min-height: auto;
    height: auto;
    margin: 0 auto;
}

.shopify-section--main-list-collections .section-spacing--tight {
    --section-vertical-spacing: 40px;
    padding-block-end: 40px;
    background: rgb(146 158 171 / 9%) !important;
}

.shopify-section--main-list-collections .collection-list .collection-card .content-over-media {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    --content-over-media-gap: 17px;
    row-gap: 17px !important;
}

.shopify-section--main-list-collections .collection-list .collection-card .content-over-media .collection-card__content.place-self-end-center {
    width: 100%;
}

.shopify-section--main-list-collections .collection-list .collection-card .content-over-media .collection-card__content.place-self-end-center p.h3 {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: normal;
    line-height: normal;
    margin-top: 10px;
    color: #212b36;
}

.photo-booths .shopify-section--collection-list .section-spacing {
    padding: 20px 0;
    width: 100%;
    /* margin: 30px auto; */
    background: #e4e8ea;
}

.shopify-section--collection-list .collection-list.wrap {
    display: flex;
    width: 90%;
    justify-content: center;
    gap: 20px; 
    padding: 0;
    margin: 0 auto;
}

.shopify-section--collection-list .collection-list.wrap .collection-card {
    background: #fff;
    border-radius: 20px;
    flex-basis: var(--collection-list-item-size, calc(100% / var(--collection-list-items-per-row) - 20px*(var(--collection-list-items-per-row) - 1) / var(--collection-list-items-per-row)));
    position: relative;
    min-height: 180px;
    border: 3px solid #fff;
    box-shadow: 0px 1.15px 17.19px 0px #1B2A3A0D;
}

.shopify-section--collection-list .collection-list.wrap .collection-card .content-over-media {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    --content-over-media-gap: 17px;
    row-gap: 17px !important;
}

.shopify-section--collection-list .collection-list.wrap .collection-card .content-over-media img.zoom-image {
    position: relative;
    max-height: unset;
    min-width: unset;
    max-width: 90px;
    min-height: auto;
    height: auto;
    margin: 0 auto;
}

.shopify-section--collection-list .collection-list.wrap .collection-card:hover {
    border-color: #3bc1ca;
}

.shopify-section--collection-list .collection-list.wrap .collection-card .content-over-media .collection-card__content.place-static {
    width: 100%;
}

.shopify-section--collection-list .collection-list.wrap .collection-card .content-over-media .collection-card__content.place-static p.h3 {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: normal;
    line-height: normal;
    margin-top: 10px;
}

/* Collections page */

.filter-drawer.drawer::part(base) {
    background-color:rgba(15, 37, 58, 0.10);
    backdrop-filter: blur(1px);
}

.filter-drawer.drawer::part(content) {
    box-shadow: 0px 0px 30px 0px rgb(103 112 122 / 28%);
}

.filter-drawer.drawer .h4 {
    color: #212b36;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
}

.filter-drawer.drawer .h6 {
    color: transparent;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: none;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    min-height: 70px;
    align-items: center;
}

.filter-drawer.drawer .accordion__content .link-faded {
    color:#212b36;
    font-size: 16px;
    font-weight: 500;
}

.filter-drawer.drawer .facets .accordion-list .accordion:first-child .accordion__toggle{
    padding-block: 0;
}

.filter-drawer.drawer .facets .accordion-list .accordion:first-child {
  border-block-start-width: 1px;
}

.filter-drawer.drawer .text-subdued {
    color:#212b36;
    font-size: 16px;
    font-weight: 500;
}

.filter-drawer.drawer .switch {
    --switch-height: 20px;
    --switch-width: 40px;
    --switch-padding: 4px;
    --switch-toggle-size: 12px;
    background:rgba(15, 37, 58, 0.3);
    padding: 3px 2px;
    border: 1px solid transparent;
}  

.filter-drawer.drawer .switch:checked {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    border: 1px solid transparent;
}

.filter-drawer.drawer .accordion__content .input-prefix {
    border-radius: 10px;
    border: 1px solid #c3c6cb;
}

.active-facets .removable-facet {
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid #929eabe3;
    background: rgb(255 255 255 / 50%);
}

.collection_page_wrapper .collection__main {
    row-gap: 20px;
}

.main-container.template-collection .product-list product-card.product-card .product-card__info .card_bottom_info product-form .product-card__quick-add-button.soldout {
  background: rgb(15 37 58 / 40%);
}

.section-buy-it-with {
  overflow: hidden;
}

/* Policy */

.shopify-policy__container {
  background-color: #fff;
  padding: 70px;
  max-width: 50%;
  border-radius: 20px;
  box-shadow: 0 2px 30px #1b2a3a0d;
  line-height: 32px;
}

.shopify-policy__container h1 {
    font-size:42px;
    font-weight:600;
    background: linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
}

/* Partners */

.partner-grow-business-section .container {
    padding:0px;
}

section.shopify-section.shopify-section--text-with-icon-section p {
  color: #212b36 !important;  
}

/* Support Page*/

.services-support .shopify-more-feature-multicolumn .section-spacing .container multi-column a.link {
    width:fit-content;
    font-size:16px;
    line-height:150%;
    font-weight:600;
    color:#1C9BD6;
}

/* Follow Us */

.shopify-section--social_media .container {
   display: flex;
   justify-content: center;
   padding: 0 100px;
   gap: 20px;
   flex-direction: column;
   align-items: center;
 }

.shopify-section--social_media .container h3 {
  font-size: 30px;
   font-weight: 600;
   background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
 }

.shopify-section--social_media .social-media--list .social-media__item {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 19.6px 0px rgba(15, 37, 58, 0.10);
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.shopify-section--social_media .social-media--list .social-media__item .icon-tiktok svg {
  color: #757d87;
}


/* Software Collection page */

.template-software .software .shopify-section--collection-banner {
    padding-top:30px;
}

.template-software .software .industry-featured-collection-section {
    padding: 0 0 50px 0;
}

/* Discover Page */

  .discover-lobby .shopify-more-services-multicolumn .multi-column__item {
      padding: 30px;
  }

  .discover-lobby #shopify-section-template--17163337728088__icon_with_services_DVmzcJ {
    --multi-column-gap: 20px;
  }

/* Certified Badge Page */

.services-certified-badge .single_services-top_section product-rerender .product {
    --product-gap: 0;
    display: flex;
    flex-direction: row-reverse;
    min-height: 600px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    position: relative;
    align-content: center;
    width:90%;
    margin:0 auto;
    gap: 100px;
}

.services-certified-badge .single_services-top_section product-rerender .product .desktop_image {
    /* border-radius: 20px; */
    flex-basis: 300px;
    position: relative;
    height: 100%;
    width: auto;
}

.services-certified-badge .single_services-top_section product-rerender .product .product-info .product-info__block-item .prose {
  font-size: 18px;
}

.services-certified-badge div#how-its-work {
  background-color: #fff;
  box-shadow: 0 2px 19.6px #0f253a1a;
  margin: 50px;
  border-radius: 20px;
}

.services-certified-badge .shopify-section--multiple-media-with-text multiple-media-with-text  {
  /* margin: 0px; */
}


/* Software Pricing */

#shopify-software-marketing .container .product {
  max-width: 70%;
  margin: 0 auto;
}

section#shopify-software-marketing .product-info span.h5.operating-system {
  font-size: 22px !important;
  font-weight: 600 !important;
}

/* Software template */

.software-template-air-graffiti-software .shopify-more-services-multicolumn .prose {
  justify-content: start;
}

/* Meet out team */

.shopify-section--meet-our-team h3.h2.heading, .shopify-section--meet-our-team h2.h2.heading {
  font-size: 42px !important;
  font-weight: 600 !important;;
  color: #212b36 !important;;
}

/* FM Care */

#shopify-section-template--17242923434072__main .section-stack.main-page .section-header .h2 {
    font-size: 35px;
    line-height: 150%;
    background: linear-gradient(90.56deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}

/* Media queries */


@media (max-width:3810px) {
   
  .shopify-section--video-slider .video_slider .video-slider_slide {
      width: 500px !important;
  }
    
  .shopify-section--video-slider .video_slider .video-slider_slide.slick-center.slick-active {
      width: 900px !important;
  }
  
}

@media (max-width:3500px) {
    
  .shopify-section--video-slider .video_slider .video-slider_slide {
      width: 470px !important;
  }
  
}

@media (max-width:3300px) {
    .shopify-section--video-slider .video_slider .video-slider_slide {
        width: 450px !important;
    }
  
}

@media (max-width: 3100px) {
    .shopify-section--video-slider .video_slider .video-slider_slide {
        width: 420px !important;
    }
}

@media (max-width: 2900px) {
    .shopify-section--video-slider .video_slider .video-slider_slide {
        width: 385px !important;
    }
}

@media (max-width: 2700px) {
    .shopify-section--video-slider .video_slider .video-slider_slide {
        width: 360px !important;
    }
}

@media (max-width:2560px) {
.shopify-section--video-slider .video_slider .video-slider_slide {
    width: 335px !important;
}

  
.shopify-section--video-slider .video_slider .video-slider_slide.slick-center.slick-active {
    width: 744px !important;
}


.product-list product-card.product-card .product-card__info .card_bottom_info product-form .product-card__quick-add-button,
.product-list product-card.product-card .product-card__info .card_bottom_info product-form .explore_more_button,
.product-list page-card.page-card .page-card__info .card_bottom_info product-form .product-card__quick-add-button,
.product-list page-card.page-card .page-card__info .card_bottom_info product-form .explore_more_button {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
  
  
}

@media (max-width: 2400px) {
    .shopify-section--video-slider .video_slider .video-slider_slide {
        width: 320px !important;
    }
}

@media (max-width: 2300px) {
      .shopify-section--video-slider .video_slider .video-slider_slide {
          width: 300px !important;
      }
  }

@media (max-width: 2100px) {
    .shopify-section--video-slider .video_slider .video-slider_slide {
        width: 280px !important;
    }
}

@media (max-width: 2000px) {
    .shopify-section--video-slider .video_slider .video-slider_slide {
        width: 265px !important;
    }
}
 
@media (max-width:1920px) {
.shopify-section--video-slider .video_slider .video-slider_slide {
        width: 255px !important;
    }
 
}

@media (max-width:1800px) {
  .shopify-section--video-slider .video_slider .video-slider_slide.slick-center.slick-active {
      width: 630px !important;
  }

  .shopify-section--video-slider .video_slider .video-slider_slide {
      width: 230px !important;
  }

}

@media (max-width:1750px) {

/* Header section css */


.product-list product-card.product-card .product-card__info .card_top_info .product-title-wrapper .product-title,
.product-list page-card.page-card .page-card__info .card_top_info .page-title-wrapper a {
    font-size: 24px;
}

.product-list product-card.product-card,
.product-list page-card.page-card {
    min-height: 450px;
    max-height: 450px;
}
   
   
  
}

@media (max-width:1400px) {

  #shopify-software-marketing .container .product {
    max-width: 80%;
    margin: 0 auto;
}

 .shopify-section--video-carousel .video_slider .video-slider_slide .content-over-media .slideshow__slide-content .button--outline {
    padding: 5px 0 5px 10px;
    font-size: 16px;
}

  .single_services-top_section .container {
    padding: 50px;
  }


.shopify-section--image__text_wrapper .partner-image-text .inner_container {
    min-height: 600px;
}

  .shopify-section--image__text_wrapper .partner-image-text image-with-text.container {
    padding: 50px 50px;
}

  .shopify-section--image__text_wrapper .partner-image-text .inner_container >picture {
    width: 50%;
}

  .shopify-section--image__text_wrapper .partner-image-text .inner_container > .prose {
    flex-basis: 500px;
}

  #default-page-template .prose p {
    font-size: 18px;
}
  .shopify-section--image__text_wrapper .partner-image-text .inner_container > .prose .h1 {
    font-size: 40px !important;
}
  
  .shopify-section--video-slider .video_slider .video-slider_slide.slick-center.slick-active {
    width: 600px !important;
    top: 60px;
  }

   .shopify-section--video-slider .video_slider .video-slider_slide {
    width: 210px !important;
  }

  .shopify-section--main-list-collections .collection-list {
    width: 90%;
  }

/* collections css */
  .container.collection-title {
    padding: 0;
  }
  
  .collection-title h1 {
    padding: 30px !important;
  }

  .shopify-section--main-collection .template-collection {
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 30px !important;
  }
  
  .collection-toolbar__layout-switch-list {
    padding: 0;
    padding-inline: 0;
    gap: 20px;
  }
  
}

@media (max-width:1600px) {

  /* Use cases and services  */

  .template-lobby-use-cases .shopify-more-services-multicolumn .section-stack,
  .template-lobby-services .shopify-more-services-multicolumn .section-stack {
      padding: 0px 30px;
  }

  
  /* Policy */
  
  .shopify-policy__container {
    background-color: #fff;
    padding: 60px;
    max-width: 70%;
    border-radius: 20px;
    box-shadow: 0 2px 30px #1b2a3a0d;
    line-height: 32px;
  }

  /*  */

.AI-full-specification-block .AI-full-specification-inner_block {
    width: 90%;
}
  
.shopify-section--main-search .main-search .main-search__resource-item .collection {
  padding:0;
}
  
.shopify-section--image-with-text .member-image-text image-with-text.container.image-with-text {
  padding:50px;
}
  
  .single_services-top_section product-rerender .product {
    min-height: 500px;
}

  /* IMPORTANT NOTE Commented out due to blog post issues */
  
/* .shopify-section--blog-posts .section-stack blog-posts.blog-post-list .blog-post-card-outer {
    height: 430px;
  width: 100% !important;
  max-width: calc(100% / 3);
}
  .shopify-section--blog-posts .section-stack blog-posts.blog-post-list .slick-track {
    padding-bottom: 15px;
    width: 100% !important;
} */

.template-video .shopify-section--blog-posts .section-stack blog-posts.blog-post-list .blog-post-card-outer {
    height: auto;
}
  
.shopify-section--main-blog-list .featured-blog-post .container {
    padding: 50px;
}

.shopify-section--main-blog-list .featured-blog-post .container .featured_blog_content_main .featured_blog_post_image,
.shopify-section--main-blog-list .featured-blog-post .container .featured_blog_content_main .featured_blog_content_wrapper {
    width: 45%;
}
    
.shopify-section--video-slider .video_slider .video-slider_slide.slick-center.slick-active .button_play {
    top: 40%;
}
  
.product-list product-card.product-card .product-card__info .card_bottom_info product-form .product-card__quick-add-button,
.product-list product-card.product-card .product-card__info .card_bottom_info product-form .explore_more_button,
.product-list page-card.page-card .page-card__info .card_bottom_info product-form .product-card__quick-add-button,
.product-list page-card.page-card .page-card__info .card_bottom_info product-form .explore_more_button {
  /* padding:10px; */
  white-space: nowrap;
}
  
.product-list product-card.product-card .product-card__info .card_top_info .product-title-wrapper .product-title,
.product-list page-card.page-card .product-card__info .card_top_info .page-title-wrapper a {
    font-size: 24px;
}
  
/* 3. Marketing product page */
.marketing_featured_product .section-spacing {
    min-height: 600px;
}
  
.product-list product-card.product-card .product-card__info .card_bottom_info product-form .product-card__quick-add-button,
.product-list product-card.product-card .product-card__info .card_bottom_info product-form .explore_more_button,
  .product-list page-card.page-card .page-card__info .card_bottom_info product-form .product-card__quick-add-button,
.product-list page-card.page-card .page-card__info .card_bottom_info product-form .explore_more_button {
    font-size: 16px;
    /* line-height: 16px; */
}

  
/* Header section css */

.header nav.header__primary-nav mega-menu-disclosure .mega-menu {
    gap: 30px;
    max-width: 95%;
}
  
.header nav.header__primary-nav ul.contents .header__primary-nav-item {
    flex-basis: auto;
    max-width: none;
}
  
.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist:has(>li>ul.has_third_level)>li>ul {
    gap: 0;
}

.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist:has(>li>ul.has_third_level)>li>a.h6,
.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist a.h6  {
    font-size: 20px;
}

.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist:has(>li>ul.has_third_level)>li>ul>li {
    padding: 10px 0;
}


.megamenu_bottom_text p {
    font-size: 120px;
    line-height: 85px;
}

.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist>li.justify-items-start:after {
    bottom: 13.7%;
}
  
.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist>li.justify-items-start {
    padding: 10px 0 30px;
}

.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist:has(>li>ul.has_third_level)>li {
    max-width: 100%;
}


.shopify-more-feature-multicolumn .section-spacing .container {
    /* padding: 0 10px; */
}

/* Video slider section css */

.shopify-section--video-slider .video_slider {
    padding-left: 30px;
}
  
.shopify-section--video-slider .video_slider .slick-track {
    padding: 0 0 70px;
}
  

.shopify-section--video-slider .video_slider .video-slider_slide.slick-center.slick-active {
    width: 500px !important;
    position: relative;
    top: 70px;
}

.shopify-section--video-slider .video_slider .video-slider_slide {
    width: 212px !important;
}


.shopify-section--video-slider .video_slider .video-slider_slide .content-over-media .slideshow__slide-content .prose .h6 {
    font-size: 20px;
}  

.shopify-section--video-slider .video_slider .video-slider_slide .content-over-media .slideshow__slide-content .prose .subtitle {
    margin-top: 12px;
    font-size: 12px;
}


.shopify-section--video-slider .video_slider .video-slider_slide .content-over-media {
    min-height: 350px;
}
  
.shopify-section--video-slider .video_slider .video-slider_slide .content-over-media video-media {
    height: 350px;
}

  
.shopify-section--video-slider .video_slider .video-slider_slide.slick-center.slick-active .content-over-media {
    min-height: 400px;
}

.shopify-section--video-slider .video_slider .video-slider_slide.slick-center.slick-active .content-over-media video-media {
    height: 400px;
}

  
  
/* Image Block With Text section  css */
  
.shopify-section-image-blocks-with-text .section-stack multi-column.multi-column .multi-column__item .prose h3.h3 {
    font-size: 20px;
}

.template-industry-page .two-layout-multi-column .container multi-column.multi-column .multi-column__item .prose .h3 {
    font-size: 20px;
}

.shopify-section-image-blocks-with-text .section-stack multi-column.multi-column .multi-column__item.view_all_column a {
    font-size: 20px;
}

/* Events section  css */

.shopify-section--multi-column-events multi-column.multi-column .multi-column__item {
    flex: 330px;
    min-width: 330px;
}
  
  
/* featured collection */
  
  .shopify-section--featured-collections product-card.product-card .product-card__info .card_top_info .product-title {
    font-size: 24px;
}

.shopify-section--featured-collections product-card.product-card .product-card__info .card_top_info .card_product_type,
.shopify-section--featured-collections product-card.product-card .product-card__info .card_top_info .product_card_description {
    font-size: 16px;
}

/* Image with section css */
  
.cm_image_with_text_wrapper>image-with-text>picture {
    max-width: 1000px;
}

/* Multicolumn section css */

.shopify-section--multi-column multi-column.multi-column .prose p {
    margin-top: 16px;
    font-size: 18px;
}
  
/* contact section css */
  
.shopify-section--contact .section-stack .cm_contact_section_form,
.shopify-section--contact .section-stack .cm_contact_section_content,
.shopify-section--contact .section-stack .cm_contact_section_content_book_a_demo {
    flex-basis: 50%;
    max-width: 80%;
    align-content: space-between;
}
  
}

.header nav.header__primary-nav ul.contents > .header__primary-nav-item summary.h6, .header nav.header__primary-nav ul.contents > .header__primary-nav-item > a {
  white-space: nowrap;
}

@media (max-width:1550px) {
    .shopify-section--video-slider .video_slider .video-slider_slide.slick-center.slick-active {
        top: 50px;
    }

      .shopify-section--video-slider .video_slider .video-slider_slide {
        width: 200px !important;
    }
    .header nav.header__primary-nav ul.contents > .header__primary-nav-item summary.h6, .header nav.header__primary-nav ul.contents > .header__primary-nav-item > a {
        font-size: 18px;
        line-height: 20px;
        letter-spacing: normal;
        white-space: nowrap;
    }
    .header__secondary-nav .ecternal_button_wrapper a {
      font-size: 18px;
    }

  /* Logo list section css */

  .service-page-template-wrapper .shopify-section--rich-text .container--lg {
    max-width: 100%;
    margin: 0 50px;
  }

  .shopify-section--logo-list {
    max-width: 100%;
  }

  .shopify-section--logo-list .pull-right.video-slider-nav-btn {
    right: 50px !important;
  }

  .shopify-section--logo-list button.slick-prev.pull-left.video-slider-nav-btn.slick-arrow {
    right: 100px !important;
  }

}

@media (max-width:1400px) {

  .template-lobby-use-cases .lobby-use-cases .shopify-section--rich-text .prose > div p,
  .template-lobby-services .lobby-services .shopify-section--rich-text .prose > div p {
      max-width: 80%;
      font-size: 18px;
  }

  .header nav.header__primary-nav ul.contents .header__primary-nav-item {
    padding: 10px 12px;
    /* white-space: nowrap; */
  }
  .shopify-section--video-carousel .video_slider .video-slider_slide {
      margin: 0 10px;
  }

  .shopify-section--video-carousel .container {
      padding: 50px 12px;
  }
  
  .shopify-section--video-carousel .container .section_heading {
      padding: 20px 22px;
  }
  
  
  .shopify-section--map-with-text .image-with-text .inner_container .prose .h2 {
      font-size: 50px;
  }
  
  .shopify-section--map-with-text .image-with-text .inner_container .prose .content p {
      font-size: 16px;
  }
  

  
/* 2. collection page */

.product-list product-card.product-card .product-card__info,
.product-list page-card.page-card .page-card__info{
    /* flex-basis: 60%; */
      flex: auto;
}

.product-list product-card.product-card,
.product-list page-card.page-card{
    min-height: 500px;
}

.product-list product-card.product-card>.product-card__figure,
.product-list page-card.page-card>.page-card__figure{
    /* flex-basis: 40%; */
    flex: auto;
}

.product-list product-card.product-card .product-card__info .card_top_info .product-title-wrapper .product-title,
.product-list page-card.page-card .page-card__info .card_top_info .page-title-wrapper a {
    font-size: 24px;
}

.product-list product-card.product-card .product-card__info .card_top_info .card_product_type,
.product-list product-card.product-card .product-card__info .card_top_info .product_card_description,
.product-list page-card.page-card .page-card__info .card_top_info .card_product_type,
.product-list page-card.page-card .page-card__info .card_top_info .product_card_description{
    font-size: 16px;
}

.product-list product-card.product-card .product-card__info .card_bottom_info product-form .product-card__quick-add-button,
.product-list product-card.product-card .product-card__info .card_bottom_info product-form .explore_more_button,
.product-list page-card.page-card .page-card__info .card_bottom_info product-form .product-card__quick-add-button,
.product-list page-card.page-card .page-card__info .card_bottom_info product-form .explore_more_button {
    padding: 10px 15px;
    font-size: 15px;
    /* line-height: 24px; */
    white-space: nowrap;
    text-align: center;
}

.product-list product-card.product-card .product-card__info .card_bottom_info product-form .product-card__quick-add-button,
.product-list page-card.page-card .page-card__info .card_bottom_info product-form .product-card__quick-add-button {
    margin-right: 10px;f
}  

  
/* Header section css */
  
.header__secondary-nav .ecternal_button_wrapper {
    min-width: auto;
    /* margin-right: 10px; */
}


.header .header__secondary-nav {
    column-gap: 8px;
}

.header__secondary-nav a {
    min-width: 34px;
    min-height: 34px;
}

  
/* Video slider section css */
  
    .shopify-section--video-slider .video_slider .video-slider_slide {
        width: 195px !important;
    }

    .shopify-section--video-slider .video_slider .video-slider_slide.slick-center.slick-active {
        width: 450px !important;
    }

  
.shopify-section--video-slider .video_slider .video-slider_slide .content-over-media {
    min-height: 280px;
}
  
.shopify-section--video-slider .video_slider .video-slider_slide .content-over-media video-media {
    height: 280px;
}

  
.shopify-section--video-slider .video_slider .video-slider_slide.slick-center.slick-active .content-over-media {
    min-height: 350px;
}

.shopify-section--video-slider .video_slider .video-slider_slide.slick-center.slick-active .content-over-media video-media {
    height: 350px;
}

  
/* Icon with text column section css */

.shopify-section--icon-text-multi-column multi-column.multi-column .multi-column__item {
    flex-basis: calc(20% - 12px);
    max-width: calc(20% - 12px);
    padding: 20px 35px 20px 20px;
}

.shopify-section--icon-text-multi-column multi-column.multi-column {
    gap: 15px;
    margin: 0 20px;
}
  
.shopify-section--icon-text-multi-column multi-column.multi-column .multi-column__item .prose .h4 {
    font-size: 20px;
}

.shopify-section--icon-text-multi-column multi-column.multi-column .multi-column__item .prose .content_wrapper p {
    font-size: 15px;
}


.shopify-section--icon-text-multi-column multi-column.multi-column .multi-column__item .prose .event_button_wrapper {
    bottom: 25px;
    right: 25px;
}

/* Image Block With Text section  css */
  
.shopify-section-image-blocks-with-text .section-stack .section-header .prose .h2.heading {
    font-size: 70px !important;
    line-height: 97px !important;
}

  .shopify-section-image-blocks-with-text .section-stack .section-header  {
    margin: 0 0 0 -20px;
}

.shopify-section-image-blocks-with-text .section-stack multi-column.multi-column .multi-column__item .prose {
    padding: 0 15px 20px;
}
  
  
/* Events section  css */

.shopify-section--multi-column-events multi-column.multi-column .multi-column__item {
    flex: 280px;
    min-width: 280px;
}

  
/* featured collection */  
  
.shopify-section--featured-collections featured-collections-carousel .featured-collections-carousel__item .product-list product-card.product-card {
    min-height: 500px;
}

.shopify-section--featured-collections featured-collections-carousel .featured-collections-carousel__item .product-list product-card.product-card>div.product-card__info {
    /* flex-basis: 60%; */
    width: 50%;
}

.shopify-section--featured-collections featured-collections-carousel .featured-collections-carousel__item .product-list product-card.product-card>div.product-card__figure {
    flex-basis: 40%;
}
  
.shopify-section--featured-collections .card_bottom_info product-form .product-card__quick-add-button,
.shopify-section--featured-collections .card_bottom_info product-form .explore_more_button {
    padding: 8px 10px;
    font-size: 15px;
    line-height: 20px;
}

.shopify-section--featured-collections .card_bottom_info product-form .explore_more_button {
    padding: 7px 10px;
}

.shopify-section--featured-collections .card_bottom_info product-form .product-card__quick-add-button {
    margin-right: 4px;
}


/* Image with section css */
  
.cm_image_with_text_wrapper>image-with-text>picture {
    max-width: 900px;
}

.shopify-section--image-with-text .cm_image_with_text_wrapper > image-with-text.container .prose>h2.h1 {
    margin-bottom: 15px;
}
  
.cm_image_with_text_wrapper .content_wrapper {

}

.cm_image_with_text_wrapper .content_wrapper p {
    font-size: 16px;
}

.cm_image_with_text_wrapper .content_wrapper button.button.button--outline {
  margin-top: 16px
}


/* Multicolumn section css */
  
.shopify-section--multi-column multi-column.multi-column .prose p {
    margin-top: 12px;
    font-size: 16px;
}

  
  
}

@media (max-width:1399px) {

.use-cases2 .shopify-section--image-with-text-overlay image-with-text-overlay .content .prose > div p {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 120%;
    color: #ffffff !important;
    width: 60%;
}

.how-to-start-section .how-to-start-inner_wrapper .how-start-title {
    font-size: 45px;
}

.table-of-contents-section .inner-table-of-contents-section .table-content-title {
    font-size: 30px;
    line-height: 100%;
}
  
  .shopify-section--video-slider .video_slider .video-slider_slide {
    width: 255px !important;
}

.shopify-section--image-with-text-overlay image-with-text-overlay .content .prose h1.h1 {
    font-size: 42px;
}

.shopify-section--image-with-text-overlay image-with-text-overlay .content .prose {
    padding: 0;
    max-width: 600px;
}

.shopify-section--image-with-text image-with-text.container .prose .h2,
.how_to_table_section_wrapper .how-to-table-list .inner-how-to-table-list .right-table-listing-block .list-title {
    font-size: 35px;
}
  
 .how-to-table-content-section .all-table-content .single-table-content .content-of-media .media-discription p, 
  .shopify-section--image-with-text image-with-text.container .prose .content_wrapper p,
  .how_to_table_section_wrapper .how-to-table-list .inner-how-to-table-list .right-table-listing-block .list-info p {
    font-size: 16px;
}

  .shopify-section--image-with-text-overlay image-with-text-overlay .content .prose > div p {
    font-size: 16px !important;
    color: #212b36 !important;
  }

}

@media (max-width:1360px) {
  .AI-full-specification-block .AI-full-specification-inner_block {
      padding: 30px 40px;
  }
  
  .compare-heading-paln-block .inner-compare-heading-block .product-plan-block .single-variant-plan .plan-selector {
      width: 98%;
  }
    
    
  .single_services-top_section product-rerender .product {
      min-height: 450px;
  }
  
    .single_services-top_section product-rerender .product .product-info .product-info__block-item .product-title {
      font-size: 40px;
  }
    
  .shopify-section--image-with-text .cm-photobooth-rent-image-with-text image-with-text.container {
      padding: 0 30px;
  }
  
  .shopify-section--image-with-text .cm-photobooth-rent-image-with-text image-with-text .prose p.h1 {
      font-size:28px;
  }
    
  .shopify-section--income-calculator .section-spacing {
      padding: 120px 0;
  }
  
    
  .shopify-section-related-products .section-stack {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
    
  .shopify-section--map-with-text .image-with-text .inner_container .prose .content {
      max-width: 620px;
  }
  
    
  /* Video slider section css */
  
  
  .shopify-section--video-slider .video_slider .video-slider_slide {
      width: 245px!important;
  }
  
    
  /* 3. Marketing product page */
  .two-layout-multi-column .container multi-column.multi-column .multi-column__item video-media {
      border-radius: 20px;
      min-height: 500px;
  }
    
  /* footer section */

  .shopify-section--footer .footer__block-list .footer__block--image {
      max-width: 250px;
      flex-basis: 250px;
  }

  .shopify-section--footer .footer__block-list .footer__block--links {
      max-width: calc(100% - 250px);
      flex-basis: calc(100% - 250px);
      grid-template-columns: 42% 17% 17% 17%;
  }
  
  .footer_logo_bottom_part ul.social-media {
      gap: 12px;
  }
  
  /* 2. Collection page */
    
  
  .primary_collection_product product-card.product-card .product-card__info {
      gap: 30px;
  }
  
  .primary_collection_product product-card.product-card .product-card__info .card_top_info .collection-title-wrapper {
      font-size: 50px;
  }
  
  .primary_collection_product product-card.product-card .product-card__info .card_top_info .product-title-wrapper .product-title {
      font-size: 30px;
  }
  
  .primary_collection_product product-card.product-card .product-card__info .card_bottom_info product-form .shopify-product-form .product-card__quick-add-button,
  .primary_collection_product product-card.product-card .product-card__info .card_bottom_info product-form .explore_more_button {
      min-width: auto;
      padding: 14px 25px;
  }

  .services-certified-badge .single_services-top_section product-rerender .product .desktop_image {
    flex-basis: 300px;
  }

  .services-certified-badge .single_services-top_section product-rerender .product .desktop_image img.image {
    min-width: 300px;
  }

}
/* footer */

@media (max-width:1100px) {

  /* policy */

.shopify-policy__container {
  background-color: #fff;
  padding: 60px;
  max-width: 90%;
  border-radius: 20px;
  box-shadow: 0 2px 30px #1b2a3a0d;
  line-height: 32px;
}

  /*  */

  
  .shopify-section--footer .footer__block-list {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    flex-wrap: nowrap;
  }

  .shopify-section--footer .footer__block-list .footer__block--links,
  .shopify-section--footer .footer__block-list .footer__block--image {
  max-width: 100%;
    grid-template-columns: unset;
    flex-basis: 100%;
    width: 100%;
  }
  
  .shopify-section--footer .footer__block-list .footer__block--links {
    gap: 0;
    display: flex;
    flex-direction: column;
  }
  
  .shopify-section--footer .footer__block-list .footer__block--links .v-stack>ul {
  display: none;
  }
  .shopify-section--footer .footer__block-list .footer__block--links .v-stack {
  gap: 0;
  padding: 8.5px 0;
  border-bottom: 1px solid #D8DDE2;
  }
  
  .shopify-section--footer .footer__block-list .footer__block--links .v-stack .h6 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  }
  
  .shopify-section--footer .footer__block-list .footer__block--links .v-stack .h6 span.footer_menu_toggle {
  display: block !important;
  }
  
  .shopify-section--footer .footer__block-list .footer__block--links .v-stack .slide_link_wrapper {
  border: 0;
  padding: 0;
  }
  
  .shopify-section--footer .footer__block-list .footer__block--links .v-stack .h6 span.footer_menu_toggle.show {
  transform: rotate(180deg);
  }
  
  .shopify-section--footer .footer__block-list .footer__block--links .v-stack .slide_link_wrapper > li {
  display: block;
  padding: 10px 0;
  }
  
  .shopify-section--footer .footer__block-list .footer__block--links .v-stack.Contact {
  display: block;
  }
  
  .footer .container .footer__inner {
  gap: 20px;
  }
  
  .footer .container .footer__inner .footer_bottom {
    border: 0;
    background-color: #F4F6F8;
    flex-direction: column;
  }
  
  .shopify-section--footer .footer__block-list .footer__block--links > .footer_menu:last-child {
  border: 0;
  }
  
  .footer.color-scheme {
  padding: 0;
  }
  
  .footer.color-scheme .container {
  padding: 0;
  }
  
  
  .footer .container .footer__block-list {
    padding: 0 18px;
    gap: 20px;
  }
  
  .footer .container .footer_bottom .footer_copyright {
  order: 2;
  font-size: 14px;
  }
  
  .footer__aside .payment-methods {
  order: 1;
  gap: 15px;
  }
  
  .footer .container .footer_bottom .footer_made_by {
  order: 3;
  }
  
  .footer_logo_bottom_part .logo_menu_wrapper {
  display: none;
  }
  
  .shopify-section--footer .footer__block-list .footer__block--image {
  gap: 30px;
  align-items: center;
  padding: 20px 0;
  }
  
  .shopify-section--footer .footer__block-list .footer__block--image img.constrained-image {
  max-width: 209px;
  }
  
  .footer_logo_bottom_part ul.social-media {
    gap: 16px;
    justify-content: space-between;
  }
  
  .footer_logo_bottom_part {
  width: 100%;
  justify-content: space-between;
  }
}

@media (max-width:1250px) {

  #shopify-section-template--16909679984728__about_quality_photos_XEC4mr .inner-about-quality-photos-section .all-items {
    column-gap: 100px;
  }

  /* software pricing */

  .product-info__block-item .payment_method, .product-include-purchase-btn-block .payment-block .payment_method {
  	gap: 10px !important;
  }
  
  .product-info__block-item .payment_method img, .product-include-purchase-btn-block .payment-block .payment_method img {
      width:50px;
  }

  .inner-product-perfect-package-section .perfect-package-main-block .content_shadow_box {
    padding: 25px;
  }

  .cloud-all-variants > .single-variant {
    gap: 20px;
  }

  .cloud-all-variants > .single-variant .variat-title-price .variant-price > .variant-price {
    font-size: 42px;  
  }

  .cloud-all-variants > .single-variant .credit-bonus-details .bonus-icon-text .bonus-text {
    font-size: 14px;
  }

  .cloud-all-variants > .single-variant .credit-bonus-details .bonus-price {
    font-size: 16px;
  }

  .cloud-all-variants > .single-variant .all-short-specification ul li {
    padding: 15px 0 15px 30px;
  }

  .cloud-all-variants > .single-variant .all-short-specification ul li:before {
    left: -10px;
    top: 5px;
  }

  /*  */

.related_product_item_list .product-card__info {
    max-width:50%;
}
.shopify-section--image-with-text image-with-text.container {
    padding: 0px 50px;
}
  
.buy_it_product_item_list.product-list product-card.product-card {
    min-height: 450px;
}
  
.product-list product-card.product-card,
.product-list page-card.page-card {
  /* padding: 30px 10px; */
}
  
product-list.product-list product-card.product-card {
    min-height: 100%;
    max-height: 100%;
}
  
.team-profile-info .member-degignation {
    min-height: 88px;
}

  
.product-list product-card.product-card, .product-list page-card.page-card {
    min-height: 450px;
    padding: 20px;
}
  
.header nav.header__primary-nav ul.contents > .header__primary-nav-item summary.h6, .header nav.header__primary-nav ul.contents > .header__primary-nav-item > a {
  font-size: 15px;
  width: max-content;
  white-space: nowrap;
}
.header__secondary-nav .ecternal_button_wrapper a {
    font-size: 15px;
}
.shopify-section--income-calculator .section-spacing {
    padding: 100px 0;
}


.shopify-section-packages-products .section-stack {
    padding: 0;
}
  
.shopify-section-packages-products .packages_product_item_list {
    gap: 15px;
}



.shopify-section--video-carousel .video_slider .video-slider_slide {
        margin: 0 10px;
    }

    .shopify-section--video-carousel .container {
        padding: 35px 20px;
    }

    .shopify-section--video-carousel .container .section_heading {
        padding: 20px 10px;
    font-size: 45px;
    }

    .shopify-section--video-carousel .container .section_sub_heading {
        font-size: 18px;
        padding: 0 10px;
    }

/* 3. Marketing product page */
.shopify-section--video .content-over-media.content-over-media--md {
    --content-over-media-height: clamp(25rem, 100vw, 30rem);
}

.shopify-more-feature-multicolumn multi-column.multi-column .multi-column__item .prose p {
    font-size: 16px;
}

  
/* Header section css */

.header nav.header__primary-nav mega-menu-disclosure .mega-menu {
    gap: 20px;
    max-width: 95%;
}

.header nav.header__primary-nav mega-menu-disclosure .mega-menu {%;
    padding: 20px;
}

    .megamenu_bottom_text p {
        font-size: 100px;
        line-height: 72px;
    }

  .header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist:has(>li>ul.has_third_level) {
    grid-template-columns: 16.368% 16.368% 16.368% 16.368% 18.989%;
}

  .header nav.header__primary-nav mega-menu-disclosure .mega-menu .megamenu_button_wrapper a.block.h6 {
    height: 40px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist:has(>li>ul.has_third_level)>li>a.h6,
.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist a.h6 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist:has(>li>ul.has_third_level)>li>ul>li>a {
    font-size: 14px;
    text-wrap: auto;
    line-height: 18px;
}

.header nav.header__primary-nav mega-menu-disclosure .mega-menu .mega-menu__linklist:has(>li>ul.has_third_level)>li>ul>li {
    padding: 10px 0;
}

  
/* Video slider section css */
  
    .shopify-section--video-slider .video_slider .video-slider_slide {
        width: 220px !important;
    }

    .shopify-section--video-slider .video_slider .video-slider_slide.slick-center.slick-active {
        width: 500px !important;
    }

  
}

@media (max-width:1250px) and (min-width:1020px) {
  .shopify-section--video-carousel .video_slider:not(.slick-initialized) .video-slider_slide:nth-child(n + 4) {
    display:none;
  }
    
  .shopify-section--video-carousel .video_slider:not(.slick-initialized) .video-slider_slide:nth-child(-n + 4) {
     display: block;
  }

  #stage_form_wrapper .step_wrapper .field label {
  font-size: 14px;
  left: 10px;
  }
  
  #stage_form_wrapper .step_wrapper .checkbox_other_field_box textarea, #stage_form_wrapper .step_wrapper .field input {
  font-size: 14px;
  padding: 10px;
  }
  
  #stage_form_wrapper .step_wrapper .field select.has-value + label, #stage_form_wrapper .step_wrapper .field select:focus + label, #stage_form_wrapper .step_wrapper .field input.has-value + label, #stage_form_wrapper .step_wrapper .field input:focus + label {
  left: 5px;
  }
  
  #stage_form_wrapper .step_wrapper .field label span {
  margin-left: 3px;
  }
  
  .disclaimer {
  padding-top: 40px;
  font-size: 13px;
  }

  .shopify-section--contact .section-stack .cm_contact_section_form {
    padding: 40px;
    align-content: center;
  }

  .shopify-section--main-cart .section-stack .section-header .h2 {
    padding: 30px 30px 0 30px;
    font-size: 38px !important;
  }

  .shopify-section--main-cart .section-stack .section-header p {
    margin: 0 30px 30px 30px;
    font-size: 16px;
  }

  .shopify-section--main-cart .section-stack form.cart-page {
    padding: 20px 0 30px 0;
  }

  .shopify-section--main-cart .section-stack form.cart-page>.v-stack {
    padding: 0 30px;
    gap: 30px;
  }

  .order-summary__header>tr>th {
    font-size: 16px;
    padding: 15px 0 15px 0;
  }

  .line-item__media {
    width: 100px;
  }

  .line-item-info a {
    margin: 0 0 10px 0 !important;
    font-size: 16px !important;
  }

  .line-item-info price-list.price-list sale-price {
    font-size: 18px;
    font-weight: 500;
    margin: 0
  }

  .table--reduce-border :is(td)+td {
    font-size: 18px;
    font-weight: 500;
    color: #212b36;
  }
 
  .order-summary__body>tr line-item-quantity quantity-selector.quantity-selector {
    min-width: 100px;
  }

  .quantity-selector__input {
    vertical: unset;
  }

  .shopify-section--main-cart .section-stack form.cart-page>.v-stack .cart-total-related-product-block .cart-footer .cart-recap {
    padding: 20px;
  }

  .shopify-section--main-cart .section-stack form.cart-page>.v-stack .cart-total-related-product-block .cart-footer .cart-recap>.h-stack {
    margin-bottom: 10px;
    flex-direction: column;
  }

  .shopify-section--main-cart .section-stack form.cart-page>.v-stack .cart-total-related-product-block .cart-footer .cart-recap>.h-stack .text-lg:last-of-type {
    font-size: 25px;
  }

  .shopify-section--main-cart .section-stack form.cart-page>.v-stack .cart-total-related-product-block .cart-footer .cart-recap>.h-stack .text-lg:first-child {
     font-size: 18px; 
  }

  .shopify-section--main-cart .section-stack form.cart-page>.v-stack .cart-total-related-product-block .cart-footer .cart-recap p {
    font-size: 14px;
    padding: 0 10px 20px 10px;
    line-height: 18px;
  }

  .cart_button_wrapper a.button {
    padding: 10px;
    font-size: 18px;
  }

  .cart_button_wrapper button#Checkout_Button {
    font-size: 18px;
    padding: 10px;
  }

  .cart_button_wrapper {
    gap: 15px;
  }

  .buy_it_product_item_list.product-list .slick-list .product-card {
    padding: 20px;
  }

  .product-list product-card.product-card .product-card__info .card_bottom_info price-list.price-list sale-price {
    font-size: 20px !important;
    /* font-weight: 500; */
  }

  .cart_buy_it_with .section-header .prose h2.heading {
    padding: 30px 0 0 0;
  }

  .cart_buy_it_with .section_header_wrapper .arrow-btn-wrap {
     margin-top: 20px;
  }

  #stage_form_wrapper .step_wrapper h3 {
    font-size: 18px;
  }

  #stage_form_wrapper .step_wrapper h1, #stage_form_wrapper .step_wrapper h2 {
    font-size: 38px;
  }

  .discount-badge {
    padding: 5px;
    font-size: 14px;
  }
}

.shopify-section--main-cart .section-stack form.cart-page>.v-stack .cart-total-related-product-block .cart-footer .cart-recap>.h-stack {
    flex-direction: column;
    font-size: 18px;
  }

.shopify-section--main-cart .section-stack form.cart-page>.v-stack .cart-total-related-product-block .cart-footer .subtotal {
  flex-direction: row !important;
  padding: 0 10px;
}

.shopify-section--main-cart .section-stack form.cart-page>.v-stack .cart-total-related-product-block .cart-footer .discount {
    padding: 10px;
    width: 100%;
    border: 1px dashed #000;
    border-radius: 10px;
    background-color: #fff;
    flex-direction: row !important 
}

.discount-badge {
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    color: rgb(var(--on-sale-badge-text));
    align-items: center;
    column-gap: .5rem;
    padding: 5px 10px;
    display: flex;
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px;
}

@media (max-width: 1250) and (min-width: 999px) {
    .discount-badge {
     font-size: 12px;
     padding:5px;
     white-space: nowrap;
  }
}

@media (max-width: 998px) {
    .discount-badge {
     font-size: 14px;
     padding:5px;
     white-space: nowrap;
  }

  .shopify-section--image-with-text-overlay image-with-text-overlay .content .prose h1.h1 {
    font-size: 35px;
  }

  .use-cases2 .content-over-media>picture img {
        height: 370px;
        object-fit: fill;
        object-position: bottom;
        background-color: #fff;
    }

  .content-over-media>picture img {
    height: 370px;
    object-fit: contain;
    object-position: bottom;
    background-color: #fff;
  }

  .services-support .content-over-media>picture img {
    height: 370px;
    object-fit: fill;
    object-position: bottom;
    background-color: #fff;
  }
}

.cart-total-related-product-block {
  transform: none !important;
}

.text-subdued {
  color: #212b36;
}

.line-item-info a {
    margin: 0 0 10px 0;
    font-size: 22px;
  }

@media (max-width:1249px) {
      .shopify-section--video-slider .video_slider .video-slider_slide {
        width: 385px !important;
    }

    .shopify-section--video-slider .video_slider .video-slider_slide.slick-center.slick-active {
        width: 600px !important;
    }
  
}

@media (max-width:1190px) {

  .shopify-section--main-list-collections .collection-list {
    width: 100%;
    --collection-list-items-per-row: 4;
    gap: 10px;
  }

  .shopify-section--main-list-collections .collection-list .collection-card {
    flex-basis: var(--collection-list-item-size, calc(100% / var(--collection-list-items-per-row) - 10px*(var(--collection-list-items-per-row) - 1) / var(--collection-list-items-per-row)));
  }

  .shopify-section--main-list-collections .collection-list .collection-card .content-over-media .collection-card__content.place-self-end-center p.h3 {
    font-size: 16px;
  }
      
  .shopify-section--video-slider .video_slider .video-slider_slide {
      width: 365px !important;
  }
  
  .single_services-top_section product-rerender .product {
      min-height: 400px;
  }
  
  .shopify-section--footer .footer__block-list .footer__block--links {
    max-width: 100%;
    flex-basis: calc(100% - 250px);
    grid-template-columns: 45% 15% 15% 15%;
  }
  
}

@media (max-width:1150px) {
      .shopify-section--video-slider .video_slider .video-slider_slide {
        width: 345px !important;
    }
}

@media (max-width: 1140px) {
    .header nav.header__primary-nav ul.contents .header__primary-nav-item {
      padding: 10px 8px;
  }
}

@media (max-width: 1100px) and (min-width:768px) {

  safe-sticky.for_mobile.product-info, div.description_for_mobile {
    display: none;
}

  .single_services-top_section .container {
    padding: 30px;
  }

  .shopify-section--icon-text-multi-column_slider .section-stack .section-header-button-blocks .section-header {
      max-width: 100%;
      /* padding-left: 20px; */
  }
  
  .shopify-section--contact .section-stack .cm_contact_section_form {
      padding: 30px !important;
  }
  
  .shopify-section--contact .section-stack .cm_contact_section_form h2 {
      font-size: 35px !important;
  }
  
  .shopify-section--contact .section-stack .cm_contact_section_form .step_wrapper .field_wrapper {
      display: flex;
      gap: 15px !important;
      margin-bottom: 15px !important;
      flex-direction: column;
  }
  
  .shopify-section--contact .section-stack .cm_contact_section_form h3 {
      font-size: 20px !important;
      margin-top: 10px;
      margin-bottom: 20px !important;
      line-height: normal;
  }
    
  .header__logo-image {
      width: calc(var(--header-logo-width) - 55px); 
  } 
    
  .shopify-section--video-slider .video_slider .video-slider_slide {
      width: 325px !important;
  }
  
    
  .product-list product-card.product-card,
  .product-list page-card.page-card {
      /* padding: 20px 10px; */
  }
  
  .product-list product-card.product-card .product-card__info .card_bottom_info product-form .product-card__quick-add-button,
  .product-list product-card.product-card .product-card__info .card_bottom_info product-form .explore_more_button,
    .product-list page-card.page-card .page-card__info .card_bottom_info product-form .product-card__quick-add-button,
  .product-list page-card.page-card .page-card__info .card_bottom_info product-form .explore_more_button{
    /* padding:8px;
    font-size: 14px; */
  }
  
  .shopify-section--featured-collections featured-collections-carousel .featured-collections-carousel__item .product-list product-card.product-card>div.product-card__info {
    width: 50%;
  }

  .shopify-section--image__text_wrapper .partner-image-text image-with-text.container {
    padding: 30px;
  }

  .services-certified-badge .single_services-top_section product-rerender .product {
    width: 100%;
    min-height:500px;
    gap: 20px;
    justify-content: space-between;
  }
  
}

@media (max-width:1024px) {

  #shopify-software-marketing .container .product {
    max-width: 95%;
    margin: 0 auto;
    grid-template-columns: 0.7fr 1fr;
  }
  
  .main_product_page_wrapper safe-sticky.product-info .product-info__block-item[data-block-type="payment-methods"] .payment_method {
  	gap: 10px;
  }
  
  .main_product_page_wrapper safe-sticky.product-info .product-info__block-item[data-block-type="payment-methods"] .payment_method img {
      width:50px;
  }
    .product-include-purchase-btn-block .payment-block .payment_method{
  	gap: 10px;
  }
  
  .product-include-purchase-btn-block .payment-block .payment_method img {
      width:50px;
  }
  

.ipad-photo-booths .shopify-section--image-with-text-overlay image-with-text-overlay, .dslr-photo-booths .shopify-section--image-with-text-overlay image-with-text-overlay, .mirror-photo-booths .shopify-section--image-with-text-overlay image-with-text-overlay, .photo-booth-stations .shopify-section--image-with-text-overlay image-with-text-overlay{
    --content-over-media-gap: 50px;
}

.template-industry-page .two-layout-multi-column .container multi-column.multi-column .multi-column__item .prose .h3 {
    font-size: 16px;
    font-weight: 400;
}

.shopify-section--logo-list {
    padding: 20px 0px;
}
  
.shopify-section-content-image .inner_container .content .prose p.h3 {
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 600;
}

.shopify-section-content-image .inner_container .content .prose > div p {
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
}

.team-profile-info .member-degignation {
  min-height: 60px;
}
  
.marketing_featured_product .section-spacing .container {
    width: 100%;
}
  
.shopify-section--income-calculator .section-spacing {
    padding: 75px 0;
}

.shopify-section-packages-products .packages_product_item_list product-card.product-card {
    padding: 30px 20px;
}

.shopify-section--map-with-text .image-with-text .inner_container .prose .h2 {
    font-size: 35px;
}

.shopify-section--map-with-text .image-with-text .inner_container .prose .content {
 max-width: 550px; 
}

.shopify-section--map-with-text .image-with-text .inner_container .prose .content p {
  font-size: 18px;
}

.text-with-icons {
  gap: 20px;
  --text-with-icons-column-gap: 20px !important;
  --text-with-icons-items-per-row: 2;
}

#how-its-work .text-with-icons {
  gap: 10px;
  --text-with-icons-items-per-row: 4;
}

.shopify-section--text-with-icons .text-with-icons__item {
  
}

.shopify-section--text-with-icons .text-with-icons__item img {
  width: 40%;
}
  
/* 3. Marketing product page */
.marketing_featured_product .section-spacing {
    min-height: 500px;
}

.shopify-more-feature-multicolumn .section-spacing.with-section_title {
  padding: 35px 30px;
}

.shopify-more-feature-multicolumn .section-spacing .container {
  padding: 0;
}

.shopify-more-feature-multicolumn .section-spacing .section-stack .section-header {
  padding: 0;
}

.shopify-more-feature-multicolumn .section-spacing .container multi-column {
  padding: 0;
  row-gap: 20px;
  column-gap: 20px;
}  

.shopify-more-feature-multicolumn multi-column.multi-column .multi-column__item a img.zoom-image {
  min-width: 385px;
}

.shopify-more-feature-multicolumn multi-column.multi-column .multi-column__item img.zoom-image {
  width: 100%;
  min-height: 200px;
  max-height: 230px;
  border-radius: 20px 20px 0 0;  
}
  
.marketing_featured_product product-form .v-stack buy-buttons.buy-buttons button.button,
.marketing_featured_product product-form .v-stack buy-buttons.buy-buttons .explore_button_wrapper a {
  min-height: 50px;
}

.two-layout-multi-column .container multi-column.multi-column .multi-column__item .prose .link {
    padding: 5px 0 5px 15px;
    font-size: 18px;
}

.shopify-more-feature-multicolumn multi-column.multi-column .multi-column__item {
    padding: 15px 15px;
}

.shopify-more-feature-multicolumn multi-column.multi-column .multi-column__item .prose {
    flex-basis: 300px;
}




/* 2. collection page */
.collection_page_product_cards .collection__main .large_card_layout {
    --product-list-default-row-gap: 10px;
    --product-list-default-column-gap: 10px;
}

.product-list product-card.product-card,
.product-list page-card.page-card {
    min-height: 400px;
    gap: 0;
    min-height: 560px;
}


.product-list product-card.product-card .product-card__info .card_top_info .product-title-wrapper .product-title,
.product-list page-card.page-card .page-card__info .card_top_info .page-title-wrapper a {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
}

.product-list product-card.product-card .product-card__info .card_top_info .card_product_type,
.product-list product-card.product-card .product-card__info .card_top_info .product_card_description,
  .product-list page-card.page-card .page-card__info .card_top_info .card_page_type,
.product-list page-card.page-card .page-card__info .card_top_info .page_card_description {
    font-size: 14px;
}

.product-list product-card.product-card .product-card__info .card_bottom_info price-list.price-list sale-price,
.product-list page-card.page-card .page-card__info .card_bottom_info price-list.price-list sale-price {
    font-size: 20px;
    line-height: 18px;
}

.product-list product-card.product-card .product-card__info .card_bottom_info .product_card_inventory,
.product-list page-card.page-card .page-card__info .card_bottom_info .page_card_inventory {
    font-size: 14px;
    line-height: 18px;
}

.product-list product-card.product-card .product-card__info .card_bottom_info price-list.price-list,
.product-list page-card.page-card .page-card__info .card_bottom_info price-list.price-list{
    margin-bottom: 15px;
    width: 100%;
}

.primary_collection_product product-card.product-card .product-card__info {
    gap: 18px;
}

.primary_collection_product product-card.product-card .product-card__info .card_top_info .collection-title-wrapper {
    font-size: 35px;
}

.primary_collection_product product-card.product-card .product-card__info .card_top_info .product-title-wrapper .product-title {
    font-size: 24px;
}

.primary_collection_product product-card.product-card .product-card__info .card_bottom_info product-form .shopify-product-form .product-card__quick-add-button,
.primary_collection_product product-card.product-card .product-card__info .card_bottom_info product-form .explore_more_button {
    padding: 10px 25px;
}

  
/* Header section css */

.header__logo-image {
    width: calc(var(--header-logo-width) - 50px); 
}

.shopify-section--header x-header.header {
    padding: 20px 15px 20px;
    column-gap: 10px;
    box-shadow: none;
}

/* .header nav.header__primary-nav ul.contents>.header__primary-nav-item summary.h6,
.header nav.header__primary-nav ul.contents>.header__primary-nav-item>a {
  font-size:16px;
} */

.header__secondary-nav .ecternal_button_wrapper a {
    font-size: 15px;
    padding: 10px;
}
  
.header__secondary-nav a {
      min-width: 30px;
      min-height: 30px;
}

.header__secondary-nav a svg {
    width: 24px;
    height: 24px;
}
  
  
 /* footer section */

  .shopify-section--footer .footer__block-list .footer__block--image {
      max-width: 100%;
      flex-basis: 100%;
  }

  .shopify-section--footer .footer__block-list .footer__block--links {
    max-width: 100%;
    flex-basis: calc(100% - 230px);
    grid-template-columns: 35% 20% 20% 20%;
}


  
/* Video slider section css */

     .shopify-section--video-slider .video_slider .video-slider_slide {
        width: 300px !important;
    }
  

/* Icon with text column section css */
  
.shopify-section--icon-text-multi-column multi-column.multi-column .multi-column__item {
    flex-basis: calc(25% - 13px);
    max-width: calc(25% - 13px);
    aspect-ratio: unset !important;
}

  
/* Blog Post section  css */

.shopify-section--blog-posts .blog-post-card .blog-post-card__info .blog-post-card__excerpt {
    font-size: 16px;
}

.shopify-section--blog-posts .blog-post-card .blog-post-card__info .blog-post-card__title {
    font-size: 22px;
}
  
.shopify-section--blog-posts .blog-post-card .blog-post-card__info .post_card_footer .blog-post-card__meta p.h6.text-subdued,
.shopify-section--blog-posts .blog-post-card .blog-post-card__info .post_card_footer .blog-post-card__meta>span.h6.text-subdued {
    font-size: 14px;
}

.shopify-section--blog-posts .blog-post-card .blog-post-card__info .post_card_footer .blog-post-card__read-more {
    font-size: 16px;
}

.shopify-section--blog-posts .section-stack .arrows_buttons .slick_custom_arrows button {
    height: 40px;
    width: 40px;
}


  
/* Image Block With Text section  css */
  
.shopify-section-image-blocks-with-text .section-stack .section-header .prose .h2.heading {
    font-size: 50px !important;
    line-height: 67px;
    writing-mode: vertical-lr !important;
    transform: rotate(180deg) translate(-4px) !important;
}

.shopify-section-image-blocks-with-text .section-stack multi-column.multi-column {
    gap: 10px;
}

.shopify-section-image-blocks-with-text .section-stack multi-column.multi-column .multi-column__item {
    flex-basis: calc(20% - 8px);
    max-width: calc(20% - 8px);
}

.shopify-section-image-blocks-with-text .section-stack multi-column.multi-column .multi-column__item .prose h3.h3,
.shopify-section-image-blocks-with-text .section-stack multi-column.multi-column .multi-column__item.view_all_column a {
    font-size: 16px;
}
  

  
/* featured collection */
  
carousel-navigation.featured-collections-navigation {
    gap: 1rem;
}


carousel-navigation .collection_tab_blocks {
    padding: 10px;
}

carousel-navigation .collection_tab_blocks span {
    font-size: 14px;
    margin-top: 10px;
}

  
  
.shopify-section--featured-collections featured-collections-carousel .featured-collections-carousel__item .product-list product-card.product-card {
    min-height: 400px;
    gap: 0;
}

.shopify-section--featured-collections product-card.product-card .product-card__info .card_top_info .product-title {
        font-size: 17px;
  }


.shopify-section--featured-collections product-card.product-card .product-card__info .card_top_info .card_product_type,
.shopify-section--featured-collections product-card.product-card .product-card__info .card_top_info .product_card_description {
    font-size: 14px;
}

.shopify-section--featured-collections featured-collections-carousel .featured-collections-carousel__item .product-list {
    --product-list-default-row-gap: 10px;
    --product-list-default-column-gap: 10px;
    --product-list-max-items-per-row-allowed: 2;
}

.shopify-section--featured-collections product-card.product-card .product-card__info .card_bottom_info .price_container price-list.price-list {
    margin-bottom: 15px;
}

.shopify-section--featured-collections product-card.product-card .product-card__info .card_bottom_info .product_card_inventory,
.shopify-section--featured-collections product-card.product-card .product-card__info .card_bottom_info .price_container sale-price {
    font-size: 16px;
    line-height: 18px;
}

/* Image with section css */
  
.cm_image_with_text_wrapper>image-with-text>picture {
    max-width: 768px;
}

  

/* Multicolumn section css */

.shopify-section--multi-column multi-column.multi-column .prose p {
    margin-top: 8px;
}
  
 
}

@media (max-width:1024px) and (min-width:769px) {
  .shopify-section--video-carousel .video_slider:not(.slick-initialized) .video-slider_slide:nth-child(n + 3) {
    display:none;
  }
    
  .shopify-section--video-carousel .video_slider:not(.slick-initialized) .video-slider_slide:nth-child(-n + 3) {
      display: block;
  }
}
 
@media (max-width:999px) {

  #shopify-software-marketing .container .product {
    max-width: 100%;
    margin: 0 auto;
    grid-template-columns: unset;
  }

  #shopify-section-template--16909679984728__about_quality_photos_XEC4mr .inner-about-quality-photos-section .all-items
  .single-item span.photo-count p {
      font-size: 32px !important;
  }
  
  #shopify-section-template--16909679984728__about_quality_photos_XEC4mr .inner-about-quality-photos-section .all-items .single-item .photo-label {
      font-size: 16px;
      line-height: 28px;
  }

  
  .shopify-section--video .content-over-media .video_badge .badge_content_1 .badge_content_inner h4 {
    font-size: 2.20vw;
    line-height: 26.4px;
  }
  
  .shopify-section--video .content-over-media .video_badge .badge_content_1 .badge_content_inner p {
      font-size: 1.5999vw;
  }
    
  .shopify-section--video .content-over-media .video_badge .badge_content_1 .badge_content_inner h4 strong {
      font-size: 2.20vw;
      display: inline-block;
  }
  
  collection-layout-switch button svg {
      color: #17a0d8;
      opacity: 1;
      width: 29px;
      height: auto;
  }

  facets-sort-popover#sort-by-popover .popover__value-list button.popover__value-option.group {
    color: #212b36;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; 
  }

    .collection .product-list[collection-desktop-layout=compact] ,  
    .shopify-section--main-search .main-search .main-search__resource-item .collection .collection__main product-list[collection-desktop-layout=compact] {
        --product-list-items-per-row: 1 !important;
    } 

  .shopify-section--main-search .main-search .main-search__resource-item .collection .product-list[collection-desktop-layout=large] {
    --product-list-items-per-row: 2;
  }

  .collection .product-list[collection-desktop-layout=compact] product-card.product-card {
      /* flex-direction: row-reverse; */
      gap: 0;
  }
  
    .collection .product-list[collection-desktop-layout=compact] product-card.product-card .product-card__info {
      display: grid;
      grid-template-rows: 1fr 1fr;
  }
    
  .product-list product-card.product-card .product-card__info, .product-list page-card.page-card .page-card__info {
    /* grid-template-rows: unset; */
    max-width: 100%;
    flex-basis: 50%;
  }
    
  .shopify-section--main-blog-list .featured-blog-post {
      display: block;
  }

  facets-sort-popover#sort-by-popover {
    position: absolute;
    --popover-block-offset: .75rem;
    inset-block-start: calc(100% + var(--popover-block-offset));
    inset-inline-end: 0;
    top: 100%;
    bottom: auto;
    width: 244px;
    left: 50%;
    transform: translateX(-50%);
  }

  facets-sort-popover#sort-by-popover.popover::part(content) {
      max-height: unset;
      transform: none !important;
  }
  
  facets-sort-popover#sort-by-popover.popover::part(header) {
      display: none;
  }
  
  
  facets-sort-popover#sort-by-popover .popover__value-list {
      gap: 10px;
  }
  
  facets-sort-popover#sort-by-popover .popover__value-list button {
      /* padding: 0; */
  }

  button.popover__value-option[aria-selected="true"] {
    line-height: 200px;
    font-size: 16px;
  }

.collection-toolbar__button-list button {
  transition: opacity 0.4s ease-out;
}
  
.collection-toolbar__button-list button.collection-toolbar__button[aria-expanded="true"] {
    background-color: #FFFFFF;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
}

.collection-toolbar__button-list button.collection-toolbar__button:after {
    content: '';
    position: absolute;
    left: -43%;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    top: 0;
    height: 100%;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    opacity:0;
    transition: opacity 0.4s ease-out;
}


.collection-toolbar__button-list button.collection-toolbar__button[aria-expanded="true"]:after {
  opacity: 0;
}

/* .collection-toolbar__button-list button.collection-toolbar__button:before {
    content: '';
    position: absolute;
    left: auto;
    right: -22%;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    top: 0;
    height: 100%;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    opacity:0;
    transition: opacity 0.4s ease-out;
} */

.collection-toolbar__button-list button[aria-expanded="true"]:before {
  opacity: 0;
}


  .collection-toolbar__button-list button.collection-toolbar__button span.text-with-icon {
    position: relative;
    z-index: 11;
}
  

.product-list page-card.page-card .page-card__info {
        grid-template-rows: 1fr auto 0fr;
}

  
.shopify-section--video .content-over-media {
    display: block;
}

.template-index .shopify-section--video .content-over-media .place-self-center {
    padding: 0 18px;
}

.shopify-section--video .content-over-media .video_badge {
    right: auto;
    left: 0;
    top: 30px;
    border-radius: 0px 20px 20px 0px;
    background: var(--Transparent-Grad, linear-gradient(55deg, rgba(45, 195, 232, 0.50) -59.56%, rgba(0, 188, 223, 0.50) -23.79%, rgba(28, 154, 214, 0.50) 6.54%, rgba(0, 173, 220, 0.50) 43.08%, rgba(70, 190, 165, 0.50) 68.74%, rgba(59, 193, 202, 0.50) 95.18%));
    padding: 18px 24px;
    width: 250px;
    height: 200px;
}
  .shopify-section--video .content-over-media .video_badge,
  .shopify-section--video .content-over-media .video_badge .badge_content_1 .badge_content_inner {
    height: 19vw;
}

.shopify-section--video .content-over-media .video_badge .badge_content h4 {
    font-size: 22px;
}

.shopify-section--video .content-over-media .video_badge .badge_content p {}

.shopify-section--video .content-over-media .video_badge .badge_content {
    max-width: 170px;
}
  
/* 2. collection page */

.collection_page_wrapper .main-container .collection {
    margin-top: 20px;
}


.product-list product-card.product-card,
.product-list page-card.page-card{
    flex-direction: column;
    gap: 1rem;
}
  
.collection_page_product_cards .collection__main .large_card_layout {
    --product-list-default-row-gap: 10px;
    --product-list-default-column-gap: 10px;
    --product-list-items-per-row: 2;
}

.collection .product-list[collection-desktop-layout=medium] {
      --product-list-items-per-row: 3;
}
  
.product-list product-card.product-card>.product-card__figure img.product-card__image,
.product-list page-card.page-card>.page-card__figure img {
        min-height: 225px;
        max-height: 225px;
}

.collection_card_info .container .info_title h5,
.collection_card_info .container>.info_text p {
    font-size: 14px;
    gap: 10px;
}
  
  
/* Header section css */

.header nav.header__primary-nav ul.contents {
    display: none;
}

.shopify-section--header x-header.header nav.header__primary-nav,
.header__secondary-nav .ecternal_button_wrapper,
.header__secondary-nav .header-search {
    display: none;
}

.shopify-section--header x-header.header {
    display: flex;
    justify-content: space-between;
}

div#sidebar-menu.header-sidebar {
  position: absolute;
  top: 70px;
  width: 100%;
  display: block;
  transform: translateY(-100%);
  transition: transform .3s ease-in-out;
  z-index: -1;
  display: flex;
  flex-direction: column;
  --drawer-max-width: unset;
  height: 100vh;
}
  
.show_menu div#sidebar-menu.header-sidebar {
    transform: translateY(0);
}

.header__logo-image {
    width: var(--header-logo-width);
}
  
div#sidebar-menu.header-sidebar .header-sidebar__main-panel {
    display: flex;
    flex-direction: column;
    padding: 16px 18px;
    background-color: #F4F6F8;
}

.mobile_menu_bar form.header-search__form {
    background-color: #fff;
    border-radius: 10px;
    padding: 0 10px;
}

.mobile_menu_bar form.header-search__form .header-search__form-control {
    padding: 0;
    min-height: 44px;
    gap: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.mobile_menu_bar form.header-search__form .header-search__form-control dialog-close-button.contents {
    display: none;
}

.mobile_menu_bar form.header-search__form .header-search__form-control input.header-search__input {
    letter-spacing: normal;
    text-transform: none;
    line-height: 150%;
    font-size: 18px;
}

.mobile_menu_bar form.header-search__form .header-search__form-control input.header-search__input::placeholder {
    font-style: italic;
    font-size: 18px;
    line-height: 150% !important;
}

#sidebar-menu.header-sidebar .header-sidebar__main-panel .header-sidebar__scroller {
    padding: 0;
    padding-top: 50px;
}

.header-search__form-control input.header-search__input {
    line-height: normal;
    font-size: 18px;
    letter-spacing: normal;
    text-transform: capitalize;
    color: #2C3239;
    width: 100%;
}

.header-search__input::-webkit-search-cancel-button {
    display: block;
}
  
#sidebar-menu.header-sidebar .header-sidebar__main-panel ul.header-sidebar__linklist > li {
    border: 0;
    border-bottom: 1px solid rgb(146 158 172 / 50%);
    position: relative;
}

#sidebar-menu.header-sidebar .header-sidebar__scroller ul.header-sidebar__linklist > li.has_submenu > .header-sidebar__linklist > li.has_second_submenu > a {
    position: absolute;
    top: 6px;
}

#sidebar-menu.header-sidebar .header-sidebar__scroller ul.header-sidebar__linklist > li.has_submenu > .header-sidebar__linklist > li accordion-disclosure summary.header-sidebar__linklist-button {
    justify-content: end;
}
  
#sidebar-menu.header-sidebar .header-sidebar__main-panel ul.header-sidebar__linklist > .has_submenu > ul.header-sidebar__linklist {
    display: none;
    border-top: 1.5px solid grey;
}

  input.header-search__input::placeholder {
    font-style: normal;
    font-size: 18px;
    line-height: 150% !important;
    text-transform: none;
    letter-spacing: normal;
}

.header-search__form-control dialog-close-button.contents {
    display: none;
}
  


#sidebar-menu.header-sidebar .header-sidebar__main-panel ul.header-sidebar__linklist > li > .header-sidebar__linklist-button,
  #sidebar-menu.header-sidebar .header-sidebar__main-panel ul.header-sidebar__linklist>li>div>.header-sidebar__linklist-button  {
    font-weight: 600;
    padding: 21.5px 0;
    gap: 10px;
    font-size: 18px;
    line-height: 150%;
    color: #747D87;
    letter-spacing: normal;
    text-transform: none;
    position: relative;
}

  #sidebar-menu.header-sidebar .header-sidebar__main-panel ul.header-sidebar__linklist > li > .header-sidebar__linklist-button {
    display: inline-block;
    width: auto;
    z-index: 99;
    color: #212B36;
    font-weight: 400;
}
  
#sidebar-menu.header-sidebar .header-sidebar__main-panel ul.header-sidebar__linklist>li span.toggle_submenu {
      position: absolute;
      top: 16px;
      right: 0;
      z-index: 1;
      cursor: pointer;
      width: 100%;
      text-align: right;
}


  #sidebar-menu.header-sidebar .header-sidebar__main-panel ul.header-sidebar__linklist>li span.toggle_submenu svg {
    margin-left: auto;
}

#sidebar-menu.header-sidebar  .header-sidebar__footer {
    display: none;
}

#sidebar-menu.header-sidebar .header-sidebar__main-panel ul.header-sidebar__linklist>.has_submenu>ul.header-sidebar__linklist > li summary.header-sidebar__linklist-button, #sidebar-menu.header-sidebar .header-sidebar__main-panel ul.header-sidebar__linklist>.has_submenu>ul.header-sidebar__linklist > li a {
    padding: 10px 0;
    font-size: 18px;
    letter-spacing: normal;
    text-transform: capitalize;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
  

#sidebar-menu.header-sidebar .header-sidebar__main-panel ul.header-sidebar__linklist>.has_submenu>ul.header-sidebar__linklist>li summary.header-sidebar__linklist-button span:before,
#sidebar-menu.header-sidebar .header-sidebar__main-panel ul.header-sidebar__linklist>.has_submenu>ul.header-sidebar__linklist>li summary.header-sidebar__linklist-button span.animated-plus:after{
  display:none;
}


#sidebar-menu.header-sidebar .header-sidebar__main-panel ul.header-sidebar__linklist>li span.toggle_submenu.show svg {
    transform: rotateX(180deg);
}

#sidebar-menu.header-sidebar .header-sidebar__main-panel ul.header-sidebar__linklist > .has_submenu > ul.header-sidebar__linklist > .has_second_submenu accordion-disclosure details.accordion__disclosure[open] span.animated-plus svg {
    transform: rotateX(180deg);
}
  

#sidebar-menu.header-sidebar .header-sidebar__main-panel ul.header-sidebar__linklist>.has_submenu>ul.header-sidebar__linklist > li {
    border: 0;
}

#sidebar-menu.header-sidebar .header-sidebar__main-panel ul.header-sidebar__linklist>li:has(> .toggle_submenu.show) {
    border: 0;
}

#sidebar-menu.header-sidebar .header-sidebar__main-panel ul.header-sidebar__linklist>.has_submenu>ul.header-sidebar__linklist>li summary.header-sidebar__linklist-button span.animated-plus {
    width: 40px;
    height: 40px;
}

.header .header__secondary-nav a {
    display: none;
}


  .header .header__secondary-nav a[aria-controls="cart-drawer"] {
display: inline-flex;
}
  
.header__secondary-nav a {
    width: 44px;
    height: 44px;
}
  
.header .header__secondary-nav button#toggle_menu_button {
    width: 44px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

  
/* featured collection */  
  
.shopify-section--featured-collections featured-collections-carousel .featured-collections-carousel__item .product-list product-card.product-card {
    flex-direction: column;
    gap: 1rem;
}

.shopify-section--featured-collections featured-collections-carousel .featured-collections-carousel__item .product-list product-card.product-card>div.product-card__figure img.product-card__image {
    min-height: 225px;
    max-height: 225px;
}

carousel-navigation .collection_tab_blocks img {
    width: 66px;
}

carousel-navigation .collection_tab_blocks {
    padding: 8px;
}

carousel-navigation .collection_tab_blocks span {
    font-size: 12px;
}

.shopify-section--featured-collections .featured-collections-carousel__item {
    gap: 20px;
}

.shopify-section--featured-collections featured-collections-carousel .featured-collections-carousel__item .product-list product-card.product-card>div.product-card__figure {
    width: 100%;
}


header-search::part(base) {
    height: auto;
    min-height: auto;
}

.header-search::part(overlay) {
    display: none;
}

.show_menu header-search {
    z-index: 0;
    display: block;
    inset-inline-start: unset;
    inset-block-start: unset;
    top: 70px;
    left: 0;
    padding: 0 0;
    opacity: 1;
    visibility: visible;
    background-color: #F4F6F8;
    padding-top: 18px;
    width: 100%;
    margin: 0 auto;
}

header-search {
    opacity: 0;
    visibility: hidden;
}

#sidebar-menu .mobile_menu_bar {
    display: none;
}

header-search .container > form#predictive-search-form:has( > .header-search__form-control.has-value) {
    width: calc(100% - 18px);
}

header-search .container:has( > form#predictive-search-form > .header-search__form-control.has-value) {
    padding: 9px 0;
    background-color: #fff;
    width: calc(100% - 18px);
}

.predictive-search__results {padding-left: 18px;padding-right: 18px;}


.predictive-search__resource-item > .v-stack {
    gap: 0;
}

.predictive-search__resource-item > .v-stack p.predictive-search__category {
    display: none;
}

.predictive-search__resource-item > .v-stack  .predictive-search__suggestions {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.predictive-search__resource-item > .v-stack .predictive-search__suggestions a.link-reverse {
    padding: 10px 0;
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 24px;
    color: #929EAB;
}

.predictive-search__resource-item > .v-stack .predictive-search__suggestions a.link-reverse mark {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


  header-search .container {
    padding: 0;
    background-color: transparent;
    border-radius: 20px;
    overflow: hidden;
}

header-search .container form#predictive-search-form {
        background-color: #fff;
        border-radius: 20px;
        padding: 0px 10px;
        min-height: 44px;
        width: calc(100% - 36px);
        margin: 0 auto;
        border: 1px solid #E0E0E0;
}

header-search .container form#predictive-search-form .header-search__form-control {
  padding: 0;
  height: 100%;
  min-height: 44px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.header-search::part(content) {
    border-radius: 20px;
    background-color: transparent;
}

input.header-search__input::placeholder {
    font-size: 16px;
    line-height: 150% !important;
    text-transform: none;
    letter-spacing: normal;
    font-family: var(--heading-font-family);
    font-style: italic;
    font-weight: 400;
}

.header-search__form-control dialog-close-button.contents {
    display: none;
}

  

}

@media (max-width:999px) and (min-width:768px) {
  .shopify-section-collage-multi-column multi-column.multi-column .section-header .prose p {
            font-size: 14px ! IMPORTANT;
  }

.shopify-section-collage-multi-column multi-column.multi-column .section-header .prose .h2.heading {
    font-size: 42px;
    font-weight: 600;
}

  .shopify-section--blog-posts .blog-post-card .blog-post-card__info .post_card_footer .blog-post-card__meta p.h6.text-subdued, 
.shopify-section--blog-posts .blog-post-card .blog-post-card__info .post_card_footer .blog-post-card__meta>span.h6.text-subdued {
      font-size: 13px;
  }

      .shopify-section--blog-posts .blog-post-card .blog-post-card__info .post_card_footer .blog-post-card__read-more {
        font-size: 13px;
    }
  
}

@media (max-width:950px) {
    .shopify-section--video-slider .video_slider .video-slider_slide {
      width: 285px !important;
  }

.shopify-section--video-slider .video_slider .video-slider_slide.slick-center.slick-active {
      width: 530px !important;
  }

  .shopify-section--main-list-collections .collection-list .collection-card .content-over-media img {
    max-width: 70px;
  }
}

@media (max-width:900px) {
    .shopify-section--video-slider .video_slider .video-slider_slide {
        width: 265px !important;
    }
}

@media (max-width:850px) {

  
    .shopify-section--video-slider .video_slider .video-slider_slide {
        width: 255px !important;
    }

    .shopify-section--video-slider .video_slider .video-slider_slide.slick-center.slick-active {
        width: 450px !important;
    }
  
}

@media (max-width:820px) {
      .shopify-section--video-slider .video_slider .video-slider_slide {
        width: 245px !important;
    }

      .shopify-section--video-slider .video_slider .video-slider_slide {
        width: 240px !important;
    }
}

@media (max-width:800px) {
      .shopify-section--video-slider .video_slider .video-slider_slide {
        width: 230px !important;
    }
}

@media (max-width:767px) {

  #shopify-section-template--16909679984728__more_features_multi_column_tKUdYU .section-stack .section-header .prose {
	padding: 0 20px 0 35px;
}

  /* Certified Badge */

  .services-certified-badge .single_services-top_section product-rerender .product {
    width: 100%;
    gap: 0px;
    padding-top:0;
    flex-direction: column;
    /* justify-content: space-between; */
  }

  .services-certified-badge .single_services-top_section product-rerender .product .desktop_image img.image {
    min-width: 250px;
    height: 250px;
    max-width: 250px;
    width: 250px;
  }

  .services-certified-badge div#how-its-work {
    margin: 30px 0;
    padding: 30px 20px;
  }

  /* Discover Section */

  .discover-lobby .shopify-more-services-multicolumn .section-stack {
    border-radius: 0px !important;
    padding: 30px !important;
  }

  .discover-lobby .shopify-more-services-multicolumn h2.h2.more-services-heading {
    text-align: left;
    font-size: 42px;
    font-weight:600 !important;
  }

  /*  */

  .shopify-more-services-multicolumn .section-stack {
    border-radius: 0px !important;
  }

  .discover-lobby .shopify-more-services-multicolumn multi-column.multi-column {
    column-gap: 20px;
    row-gap: 20px;
  }

  .template-lobby-use-cases .lobby-use-cases .shopify-section--rich-text .section-spacing .container.container--lg,
  .template-lobby-services .lobby-services .shopify-section--rich-text .section-spacing .container.container--lg {
      padding: 30px;
  }

  .template-lobby-use-cases .lobby-use-cases .shopify-section--rich-text .prose > div p,
  .template-lobby-services .lobby-services .shopify-section--rich-text .prose > div p {
      max-width: 100%;
      font-size: 18px;
  }

  #shopify-software-marketing .shopify-more-feature-multicolumn .section-spacing .container multi-column {
     gap:20px;
  }
  
  .services-support .shopify-more-feature-multicolumn .container .section-stack .section-header {
    padding: 0 60px 0 30px;
  }
  
  .template-faq #main.faq .shopify-section--faq .inner_wrapper {
    padding-top:0;
  }
    
  .search_form-404 {
      min-width: 27.55rem;
  }
    
  .header-sidebar .ecternal_button_wrapper a {
    font-size:18px;
  }
    
  .header__logo-image {
      height: 35px;
  }
    
  .cart_buy_it_with .section_header_wrapper .arrow-btn-wrap,
  .section-buy-it-with .section_header_wrapper.section-stack .arrow-btn-wrap {
      display: none;
  }
    
  .main-thank-you-section .icon-thank-you-text-block {
      padding: 0 12px;
  }
    
  .AI-full-specification-block .AI-full-specification-inner_block {
      padding: 20px;
  }
  
  .compare-heading-paln-block .inner-compare-heading-block .compare-main-heading {
      font-size: 30px;
      line-height: 35px;
  }
  
  .compare-heading-paln-block .inner-compare-heading-block .compare-sub-heading {
      font-weight: 400;
  }
  
  .compare-heading-paln-block .inner-compare-heading-block .product-plan-block > div:first-child {
      display: none;
  }
  
  .compare-heading-paln-block .inner-compare-heading-block .product-plan-block .single-variant-plan .plan-selector {
      width: 90%;
      font-size: 18px;
      padding: 10px;
  }
  
  .AI-full-specification-block .AI-full-specification-inner_block .Close-full-speci-poup {
      margin-left: -22px;
      z-index: 11;
  }

  .compare-heading-paln-block .inner-compare-heading-block .product-plan-block {
      top: -20px;
      z-index: 1;
  }
  
  .AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block {
      box-shadow: none;
  }
    
  
  .AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block .experience-title {
      text-align: center;
  }
  
  .AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block .experence-all-features .single-exp-feature > .feature-key {
      flex: 100%;
      text-align: center;
  }
  
  .AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block .experence-all-features .single-exp-feature {
      flex-wrap: wrap;
  }
  
  .AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block .experence-all-features .single-exp-feature > p {
      border: 0;
  }
  
  .AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block .experence-all-features .single-exp-feature > .basic-feature-key {
      border: 0;
  }
  
  .AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block .experence-all-features .single-exp-feature .basic-feature-key {
      position: relative;
  }

  .AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block .experence-all-features .single-exp-feature .basic-feature-key:after {
    content: '|';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #DEE2E6;
    background: unset;
    -webkit-text-fill-color: #DEE2E6;
  }
  
  .perfect-package-right-block .main-product-title-price-image-section .title-price-block.desktop {
    display: none;
  }
    
  .product-perfect-package-section .container {
      padding-top: 30px;
      padding-bottom: 30px;
  }
  
  .inner-product-perfect-package-section .package-heading {
      font-size: 30px;
      line-height: 35px;
      margin: 0;
  }
  
  .product-perfect-package-section .inner-product-perfect-package-section {
      gap: 30px;
  }
  
  .inner-product-perfect-package-section .perfect-package-main-block {
    flex-direction: column-reverse;
    align-items: unset;
  }
  
  .inner-product-perfect-package-section .perfect-package-main-block > div.perfect-package-right-block {
    position: sticky;
    top: 80px;
  }
  
  .perfect-package-right-block .main-product-title-price-image-section .title-price-block .product-price .price-main {
    font-size: unset;
    font-weight: unset;
    line-height: unset;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  
  .perfect-package-right-block .main-product-title-price-image-section .title-price-block .product-price .price-main > span {
      font-size: 16px;
      line-height: 18px;
      color: #67707A;
  }
  
  .perfect-package-right-block .main-product-title-price-image-section .title-price-block .product-price .price-main > span.money-with-currency {
      font-size: 40px;
      line-height: 46px;
      letter-spacing: normal;
      font-weight: 700;
  }
  
  .perfect-package-right-block .main-product-title-price-image-section .title-price-block .product-price {
      gap: 10px;
  }
  
  .perfect-package-right-block .main-product-title-price-image-section .title-price-block .product-price > span {
      font-size: 14px;
      line-height: 16px;
      color: #777777;
      font-weight: 500;
  }
  
  .product-include-purchase-btn-block {
      margin-top: 20px;
      padding-top: 20px;
  }
  
  .product-include-purchase-btn-block .include-text-purchase-button .include-content_outer {
      display: none;
  }
  
  .product-include-purchase-btn-block .include-text-purchase-button {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0;
  }
  
  .cloud-all-variants {
      flex-direction: column;
  }
    
  .cloud-ai-confimation-btn form .toggle-switch .toggle-option,
  .package-include-block form .toggle-switch .toggle-option {
      font-size: 16px;
      line-height: 24px;
      padding: 5px 20px;
      display: inline-flex;
      align-items: center;
      min-height: 60px;
  }
  
  .cloud-all-variants > .single-variant .variat-title-price .variant-price > .variant-price {
      font-size: 40px;
      line-height: 47px;
  }
  
  .booth-software-package-section .software-package-title {
      padding: 10px 0 30px;
      font-size: 30px;
      text-align: center;
      line-height: 35px;
  }
  
  .booth-software-package-section .software-all-features .software-single-feature {
      padding: 0;
  }
  
  .booth-software-package-section .software-all-features .software-single-feature .feature-title {
      text-align: center;
  }
  
  .account-reminder-section .account_reminder_heading {
      font-size: 30px;
      line-height: 36px;
      text-align: center;
  }
    
  .product-include-purchase-btn-block .payment-block {
      display: none;
  }
    
    
  .perfect-package-right-block .main-product-title-price-image-section .title-price-block {
      gap: 20px;
  }
  
  .perfect-package-right-block .main-product-title-price-image-section {
      align-items: self-start;
  }
  
  .perfect-package-right-block .main-product-title-price-image-section .product-image-main img {
      max-width: 60px;
  }
  
  
    .shopify-section--main-search form.main-search-form {
      min-width: 27.55rem;
  }
  
  .shopify-section--main-search .container .prose h1 {
      font-size: 40px;
  }
  
  .shopify-section--main-search .main-search .main-search__tabs > button {
      font-size: 18px;
      padding: 10px 10px;
      outline: none;
      box-shadow: none;
    }


  .shopify-section--main-search .main-search .main-search__tabs > button[aria-selected="true"] {
      border-bottom: 1px solid rgb(var(--text-color));
  }
    
  
  .collection .product-list[collection-mobile-layout=medium] {
      --product-list-items-per-row: 2;
  }
  
  .collection .product-list[collection-mobile-layout=large] {
      --product-list-items-per-row: 1;
  }
    
  collection-layout-switch button svg {
    width:18px;
  }
  
  
  .shopify-section--main-search .section-stack > .section-header h1 {
      font-size: 45px;
  }
    
    
  .shopify-section--main-customers-login .container .customer-account-box,
  .shopify-section--main-customers-register .container .customer-account-box {
    max-width:100%;
  }
    
  .shopify-section--main-customers-register .container .customer-account-box h1.h3,
  .shopify-section--main-customers-login .container .customer-account-box h1.h3 {
      font-size: 35px;
  }
  
    .shopify-section--main-customers-login .section-spacing {
      padding: 35px 18px;
  }
  
    .section-more-software-products .product-card__inner {
      flex-direction: column !important;
  }
  
  .relevent_for_row h5.h5 {
      margin-top: 20px !important;
  }
  
    
  .shopify-section-more-software-products.shopify-section-software-products product-list.product-list {
      grid-template-columns: 1fr;
  }
    
  .section-more-software-products .product-list product-card.product-card .product-card__figure {
      flex-direction: column;
      gap: 20px;
          align-items: self-start !important;
  }
  
    
  .section-more-software-products .product-card__inner > .product-card__warpper {
      display: flex;
      flex-direction: column-reverse;
  }
    
  .software-lobby .software_featured_product product-rerender .product {
      flex-direction: column !important;
      gap: 20
  }
  
  .software-lobby .software_featured_product product-rerender .product product-gallery.product-gallery {
      display: block;
      width: 100%;
  }
  
  .software-lobby .software_featured_product product-rerender .product .image_gallery_wrapper {
      display: none;
  }
  
    
  .Single-Testimonial-section.all-testimonials-section .container {
      padding: 0 18px;
  }
  
  .Single-Testimonial-section.all-testimonials-section {
      background-color: transparent;
      padding-top: 20px;
  }
  
  .Single-Testimonial-section .product-deatils {
      padding: 30px;
      margin: 0 0 35px;
      flex-direction: column;
      align-items: self-start;
      gap: 20px;
  }
  
  .Single-Testimonial-section .product-deatils .product-type-title-block .product-title {
      font-size: 28px;
  }
  
  .Single-Testimonial-section .product-deatils .product-type-title-block .product-type {
      font-size: 16px;
  }
  
  .Single-Testimonial-section .product-deatils .product-button-block .button {
      flex: 1;
      padding: 10px 8px;
  }
  
  .Single-Testimonial-section .product-deatils .product-button-block {
      width: 100%;
  }
    
    
  main#main.All-testimonials {
      background-color: transparent;
  }
  
  .all-testimonials-section .testimonial-title {
      padding: 50px 0;
      font-size: 40px;
  }
  
    .metaobjects-list .metaobject-item .testimonial-video-section {
      padding-top: 124%;
      position: relative;
      border-radius: 20px;
  }

    .metaobjects-list .metaobject-item .testimonial-video-section .testimonial-video video {
        object-fit: cover;
    }
  
  .inner-all-testimonials-section .metaobjects-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
    align-items: stretch;
    width: 100%;
  }
  .metaobjects-list .metaobject-item .testimonial-details .testimonial-title,
    .metaobjects-list .metaobject-item .testimonial-details .testimonial-description {
      font-size: 17px;
  }
  
  .inner-all-testimonials-section .metaobjects-list .Testimonial-group {
      display: flex;
      flex-direction: row;
      gap: 15px;
      flex-basis: calc(33.33% - 14px);
  }
    
  .all-testimonials-section .container {
      padding: 0 18px;
  }
  
  .shopify-section--image-with-text .member-image-text image-with-text.container.image-with-text {
      padding: 35px 18px;
  }
  
  .shopify-section--image-with-text .member-image-text image-with-text.container.image-with-text picture {
      max-width: 184px;
  }
  
  .shopify-section--image-with-text .member-image-text image-with-text.container.image-with-text .prose h1.h1 {
      font-size: 40px;
  }
  
  .shopify-section--image-with-text .member-image-text image-with-text.container.image-with-text .prose .content_wrapper .member-social-block {
      justify-content: space-between;
  }
    
  .shopify-section--image-with-text .member-image-text image-with-text.container.image-with-text .prose .content_wrapper .member-social-block a {
      width: 38.95px;
      height: 38.95px;
      border-radius: 9.74px;
  }
    
  .shopify-section--image-with-text .member-image-text image-with-text.container.image-with-text .prose .content_wrapper .member-social-block a svg {
      width: 16px;
  }
  
  .shopify-section-related-page .related_product_item_list page-card.page-card {
      width: 100%;
  }
    
  .single_services-top_section product-rerender .product .product-info .product-info__block-item {
      margin-bottom: 10px;
  }
  
  .single_services-top_section product-rerender .product .product-info .product-info__block-item .card_product_type {
      font-size: 14px;
  }
  
    
  .single_services-top_section .container {
      padding: 30px;
  }
  
  .single_services-top_section product-rerender .product {
      min-height: auto;
      flex-direction: column-reverse;
      gap: 0;
      padding-top: 35px;
  }
  
  .single_services-top_section product-rerender .product .desktop_image {
      position: static;
      flex-basis: unset;
  }
  
  .single_services-top_section product-rerender .product .product-info .product-info__block-item .product-title {
      font-size: 28px;
  }
  
  .single_services-top_section product-rerender .product .product-info .product-info__block-item .prose {
      font-size: 17px;
      margin-top: 10px;
  }
  
  .single_services-top_section product-rerender .product .product-info .buttons-wrapper {
      display: flex;
  }

  .single_services-top_section product-rerender .product .product-info .buttons-wrapper .button {
    font-size: 16px;
    /* flex: 1; */
  }

    
  .single_services-top_section product-rerender .product safe-sticky.mobile_hide.product-info {
      flex-basis: unset;
  }
    
  .template-lobby-services .shopify-more-services-multicolumn .section-stack multi-column {
      padding: 0;
  }
  
  .template-lobby-use-cases .lobby-use-cases .shopify-section--rich-text .prose .h1,
  .template-lobby-services .lobby-services .shopify-section--rich-text .prose .h1 {
      font-size: 40px;
  }
    
  .template-lobby-services .shopify-more-services-multicolumn .container {
      padding: 0;
  }
  
  .shopify-section--image-with-text .cm_image_with_text_wrapper > image-with-text.container > picture {
      max-width: 100%;
  }
    
  .shopify-section--image-with-text .cm_image_with_text_wrapper > image-with-text.container > picture img {
      height: 50vw;
  }
    
  .template-all-reviews .quote_image {
      display: none;
  }
  
  .template-all-reviews .shopify-section--main-page .main-page .section-header h1 {
      font-size: 40px;
  }
    
  .how-to-start-section .how-to-start-inner_wrapper .how-start-title {
      font-size: 40px;
  }
  
  .table-of-contents-section .inner-table-of-contents-section .table-content-title {
      font-size: 28px;
      line-height: 100%;
      margin-top: 40px;
      margin-bottom: 30px;
  }
    
  .shopify-section--image-with-text .cm-photobooth-rent-image-with-text image-with-text picture {
      width: 100%;
      flex-basis: 100%;
      max-width: 100%;
  }
  
  .shopify-section--image-with-text .cm-photobooth-rent-image-with-text image-with-text picture img {
      width: 100%;
  }
    
  .shopify-section--image-with-text image-with-text.container p.h1 {
      display: none;
  }

  .shopify-section--image-with-text .cm-photobooth-rent-image-with-text image-with-text.container > .h1 {
    display: block;
    color: #67707A;
    letter-spacing: normal;
    text-transform: none;
    font-size: 28px;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: left;
    width: 100%;
  }
  
.shopify-section--image-with-text .cm-photobooth-rent-image-with-text image-with-text.container {
    flex-direction: column;
}

.shopify-section--image-with-text .cm-photobooth-rent-image-with-text image-with-text .prose p.h1 {
  display:none;
}
  
  .how_to_table_section_wrapper .how-to-table-list .inner-how-to-table-list .video-block-left .content-over-media .place-self-center {
    left: 0;
    bottom: 20px;
    padding: 0 18px;
}

.shopify-section--image-with-text-overlay image-with-text-overlay .content .prose {
    padding: 0 18px;
}

.shopify-section--image-with-text-overlay image-with-text-overlay .content .prose h1.h1 {
    line-height: normal;
}

.how-to-table-content-section .all-table-content .single-table-content .content-of-media .media-discription p,
.shopify-section--image-with-text image-with-text.container .prose .content_wrapper p,
.how_to_table_section_wrapper .how-to-table-list .inner-how-to-table-list .right-table-listing-block .list-info p,
.shopify-section--image-with-text-overlay image-with-text-overlay .content .prose > div p {
    line-height: 160%;
}


  
.how_to_table_section_wrapper .how-to-table-list .inner-how-to-table-list {
    flex-direction: column;
    gap: 30px;
}

.how_to_table_section_wrapper .how-to-table-list .inner-how-to-table-list .right-table-listing-block {
    flex-basis: unset;
    max-width: unset;
    width: 100%;
    padding: 0;
}

.how_to_table_section_wrapper .how-to-table-list .inner-how-to-table-list .video-block-left {
  flex-basis: unset;
  max-width: 860px;
  width: 100%;
}

.shopify-section--image-with-text image-with-text.container {
    flex-direction: column;
    gap: 30px;
}

.shopify-section--image-with-text image-with-text.container picture {
    flex-basis: unset;
}

.shopify-section--image-with-text image-with-text.container .prose {
    flex-basis: unset;
    padding: 0 !important;
    text-align: left;
}


  .shopify-section--image-with-text image-with-text.container .prose .h2 {
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shopify-section--image-with-text-overlay image-with-text-overlay {
    --content-over-media-gap: 0;
}

.how-to-table-content-section .all-table-content .single-table-content .content-of-media .btn_video_play {
    margin-bottom: 0;
}
  
  
.how-to-table-content-section .all-table-content .single-table-content {
    flex-direction: column;
    gap: 100px;
}

.how-to-table-content-section .all-table-content .single-table-content.image-video-left {
    flex-direction: column;
    gap: 100px;
}

.how-to-table-content-section .all-table-content .single-table-content .content-of-media,
.how-to-table-content-section .all-table-content .single-table-content .media-content {
    flex-basis: unset;
  width:100%;
}
  
.how-to-table-content-section .all-table-content .single-table-content .content-of-media_inner {
    padding: 0 !important;
    max-width: 100% !important;
}
  
.how-to-table-content-section .all-table-content .single-table-content .content-of-media .h2.media-title {
    line-height: normal;
}

  
#stage_form_wrapper .step_wrapper h1,
#stage_form_wrapper .step_wrapper h2 {
    font-size: 40px;
}

#stage_form_wrapper .step_wrapper .field_wrapper {
    flex-direction: column;
    gap: 25px;
}


#stage_form_wrapper .step_wrapper .stage_button .next_button {
    width: 100%;
}

  #stage_form_wrapper .step_wrapper .stage_button,
#stage_form_wrapper .step_wrapper_2 .stage_button {
    margin-top: 15px;
    flex-direction: column;
    gap: 10px;
}


#stage_form_wrapper .step_wrapper .field.checkbox_field .checkbox_field_box {
    flex-direction: column;
    gap: 10px;
}

#stage_form_wrapper .step_wrapper .field.checkbox_field .checkbox_field_box .checkbox_field {
    margin: 7px 0;
}
  
  
.shopify-section--image__text_wrapper .inner_container {
    box-shadow: none !important;!i;!;
    padding: 0 !important;!i;!;
    min-height: auto !important;!i;!i;!i
    max-content;!i
    max-content;!i;!;
    flex-direction: column;
    gap: 30px;
}

.shopify-section--image__text_wrapper .inner_container picture {
    position: static !important;!i;!;
    width: 100% !important;!i;!;
}

.shopify-section--image__text_wrapper .partner-image-text .inner_container > .prose {
    width: 100%;
}

  
.shopify-section--image__text_wrapper .partner-image-text image-with-text.container {
    padding: 20px;
}

  
.template-faq #main.faq  .shopify-section--faq .section-spacing .container {
    padding: 0 18px;
}

  .template-faq #main.faq .shopify-section--faq .inner_wrapper .section-stack > div {
    max-width: 100% !important;
}

.template-faq #main.faq .shopify-section--faq .inner_wrapper .section-stack .section-header .prose .subheading {
    margin-bottom: 20px;
}
  

.main-404-section .icon-404-text-block .icon-404 img {
    max-width: 209px;
}

.main-404-section .icon-404-text-block .title-404 {
  color: #929EAB;
  background: none;
  -webkit-text-fill-color: unset;
  font-size: 30px;
  text-align: center;
}


  
.shopify-section--blog-posts .section-stack blog-posts.blog-post-list .blog-post-card-outer {
    height: auto;
    padding: 0 0 0 20px;
}
  
.product-list product-card.product-card, .product-list page-card.page-card {
    min-height: auto;
    max-height: 100%;
}
  

.shopify-section--main-blog-list .featured-blog-post .container {
    padding: 30px 18px;
}

.shopify-section--main-blog-list .featured-blog-post .container .featured_blog_content_main {
    flex-direction: column-reverse;
    gap: 20px;
}

.shopify-section--main-blog-list .featured-blog-post .container .featured_blog_content_main .featured_blog_post_image,
.shopify-section--main-blog-list .featured-blog-post .container .featured_blog_content_main .featured_blog_content_wrapper {
    width: 100%;
}
  
  
.template-industry-page main#main.industry-page .two-layout-multi-column .section-header .h2.heading {
    font-size: 40px;
    line-height: 46.88px;
}

.template-industry-page .two-layout-multi-column .section-spacing .section-stack {
    gap: 45px;
}


.template-industry-page main#main.industry-page .two-layout-multi-column .section-header .h2.heading {
    font-size: 40px;
    line-height: 46.88px;
}

.template-industry-page main#main.industry-page .two-layout-multi-column .section-header p {
    font-size: 20px;
}

.template-industry-page .two-layout-multi-column .section-spacing .section-stack {
    gap: 45px;
}

.template-industry-page .two-layout-multi-column .container multi-column.multi-column {
    display: flex;
    gap: 20px;
}

.template-industry-page .two-layout-multi-column .container multi-column.multi-column .multi-column__item {
    max-width: unset;
    flex-basis: calc(50% - 10px);
    margin: 0;
}

.template-industry-page .two-layout-multi-column .container multi-column.multi-column .multi-column__item .prose .h3 {
    font-size: 18px;
}

.two-layout-multi-column .container multi-column.multi-column .multi-column__item .prose {
    padding: 20px;
}

.two-layout-multi-column .container multi-column.multi-column .multi-column__item .prose .content_wrapper {
    color: #fff !important;
    margin: 10px 0;
    font-size: 16px;
}

.two-layout-multi-column .container multi-column.multi-column .multi-column__item .prose .content_wrapper p {
    opacity: 1 !important;
}

.two-layout-multi-column .container multi-column.multi-column .multi-column__item .prose .h3 {
  font-size: 22px;
}

.template-industry-page .two-layout-multi-column .container multi-column.multi-column .multi-column__item .overflow-hidden {
    min-height: 166px;
}

.template-industry-page .two-layout-multi-column .container multi-column.multi-column .multi-column__item .overflow-hidden img {
    height: 100%;
    object-fit: cover;
}

.template-industry-page .shopify-section--rich-text .section-spacing {
    padding-top: 20px;
}

.template-industry-page .shopify-section--rich-text + .shopify-section--apps .section-spacing.bordered-section {
    padding-top: 20px;
}
  
  
.template-product safe-sticky.for_desktop.product-info .product-info__block-list {
    display: flex;
    flex-direction: column;
}

.template-product safe-sticky.for_desktop.product-info .product-info__block-list .product-info__block-item[data-block-type="badges"] {
    order: 1;
}

.template-product safe-sticky.for_desktop.product-info .product-info__block-list .product-info__block-item[data-block-type="title"] {
    order: 2;
}

.template-product safe-sticky.for_desktop.product-info .product-info__block-list .product-info__block-item[data-block-type="@app"]{
    order: 3;
}

.template-product safe-sticky.for_desktop.product-info .product-info__block-list .product-info__block-item[data-block-type="price"] {
    order: 4;
}

.template-product safe-sticky.for_desktop.product-info .product-info__block-list .product-info__block-item[data-block-type="compare-package"] {
    order: 5;
}

.template-product safe-sticky.for_desktop.product-info .product-info__block-list .product-info__block-item[data-block-type="payment-terms"] {
    order: 6;
}

.template-product safe-sticky.for_desktop.product-info .product-info__block-list .product-info__block-item[data-block-type="description"] {
        order: 10;
        margin-bottom: 0px;
}

.template-product safe-sticky.for_desktop.product-info .product-info__block-list .product-info__block-item[data-block-type="trust-banner"] {
    order: 7;
}

.template-product safe-sticky.for_desktop.product-info .product-info__block-list .product-info__block-item[data-block-type="button"] {
    order: 8;
    margin-bottom: 0;
}

.template-product safe-sticky.for_desktop.product-info .product-info__block-list .product-info__block-item[data-block-type="payment-methods"]{
    order: 9;
}

.template-product safe-sticky.for_desktop.product-info .product-info__block-list .product-info__block-item[data-block-type="pdp-faq"] {
    order: 10;
}

.template-product .shopify-section--traditional-product safe-sticky.for_desktop.product-info .product-info__block-list .product-info__block-item[data-block-type="buy-buttons"] {
    order: 7;
    margin-bottom: 20px;
}

.template-product .shopify-section--traditional-product safe-sticky.for_desktop.product-info .product-info__block-list .product-info__block-item[data-block-type="description-mobile"] {
    order: 7;
}
  

.template-product safe-sticky.for_desktop.product-info .product-info__block-item[data-block-type="@app"],
.template-product safe-sticky.for_desktop.product-info .product-info__block-item[data-block-type="price"]{
  display:none;
}

  
.template-product safe-sticky.for_desktop.product-info .product-info__block-item[data-block-type="description"]{
  display:block;
}

.template-product .shopify-section--traditional-product safe-sticky.for_desktop.product-info .product-info__block-list .product-info__block-item[data-block-type="description-mobile"] {
    display: none;
}
  
  .shopify-section--video-slider {
      padding-bottom: 5px; 
  }

  .shopify-section--icon-text-multi-column .section-spacing {
    padding: 35px 0 15px 0;
  }

  .shopify-section--apps .section-spacing.bordered-section {
    padding: 35px 20px;
  }

  .grid-item {
    margin: 0px;
  }

.shopify-section--video-carousel .video_slider .video-slider_slide .content-over-media .slideshow__slide-content {
    max-width: 100%;
    width: 100%;
}

.shopify-section--video-carousel .video_slider .video-slider_slide .content-over-media .slideshow__slide-content .button--outline {
    padding: 5px 0 5px 15px;
    font-size: 18px;
}

.related_product_item_list.product-list {flex-direction: column;padding: 0 !important;gap: 20px !important;}

.related_product_item_list.product-list product-card.product-card, .related_product_item_list.product-list page-card.page-card {
    margin: 0;
}

.product-list product-card.product-card>.product-card__figure img.product-card__image,
.product-list page-card.page-card>.page-card__figure img {
    margin: 0 auto;
}

.shopify-section--video-carousel .video_slider.video_carousel .video-slider_slide .content-over-media.image_block > img,
.shopify-section--video-carousel .video_slider .video-slider_slide .content-over-media video-media {
    min-height: 540px;
    height: 540px;
}

.shopify-section--video-carousel .video_slider:not(.slick-initialized) {
    display: flex;
    overflow-x: auto;
    gap: 0;
    -webkit-user-select: none;
    user-select: none;
    cursor: grab;
    scroll-snap-type: x mandatory;
    height: 540px;
    overflow-x: hidden;
}

.shopify-section--video-carousel .video_slider:not(.slick-initialized) .video-slider_slide {
    flex: 80%;
    min-width: 80%;
    //min-height: 580px;
}
  
.shopify-section--video-slider .video_slider .video-slider_slide .content-over-media .button_play_on_non_active {
    display: none;
}

.shopify-section--video-slider .video_slider .video-slider_slide .content-over-media:has( > video-media[playing]) > .button_play > svg {
    display: none;
}

  
.shopify-section--video-slider .video_slider .video-slider_slide .content-over-media .button_play {
    display: block;
    height: 280px;
    top: 0;
    transform: translate(-50%, 0%);
    pointer-events: all;
}
  
 
.shopify-section--video-slider h2.section_heading {
  padding-left: 20px;
  font-weight: 600;
}
  
.product-list product-card.product-card .product-card__info .card_bottom_info product-form .product-card__quick-add-button,
.product-list page-card.page-card .page-card__info .card_bottom_info product-form .product-card__quick-add-button {
    width: 100%;
    display: block;
    text-align: center;
}

.marketing_featured_product .section-spacing .container {
    width: 95%;
}
  
.shopify-section--video .content-over-media .place-self-center {
    padding: 0 18px;
}
  
.two-layout-multi-column .container multi-column.multi-column .multi-column__item.column-width-auto,
.two-layout-multi-column .container multi-column.multi-column .multi-column__item.column-width-lg,
.two-layout-multi-column .container multi-column.multi-column .multi-column__item.column-width-medium,
.two-layout-multi-column .container multi-column.multi-column .multi-column__item.column-width-small {
    max-width: 100%;
    min-width: 100%;
}
  
/* .two-layout-multi-column .container multi-column.multi-column .multi-column__item:last-child {
    margin-right: 20px;
} */

.two-layout-multi-column .section-spacing .section-stack .button_wrapper:has( > a:empty) {
    padding: 0;
}
  
.shopify-section--related-products product-recommendations product-list scroll-carousel.product-list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    column-gap: normal;
}

.shopify-section--related-products product-recommendations .section-spacing .section-stack {
    padding: 0;
    gap: 30px;
}

.shopify-section--related-products product-recommendations .section-spacing {
    padding: 35px 0;
}

.shopify-section--related-products product-recommendations .section-spacing .section-header .h2.heading {
    font-size: 24px;
}

/* 3. Marketing product page */

.shopify-section--income-calculator .section-spacing {
    padding: 35px 20px;
}

.shopify-section--income-calculator .income_calculator_wrapper input[type="range"]::-webkit-slider-runnable-track {
    height: 8px;
}

.shopify-section--income-calculator .section-spacing .income_calculator__outer_wrapper {
    max-width: 100%;
    padding: 30px;
    gap: 30px;
}

.shopify-section--income-calculator .section-header .prose .h2.heading {
    font-size: 35px;
}

.shopify-section--income-calculator .income_calculator_wrapper .main_field_wrapper {
    flex-direction: column;
}

.shopify-section--income-calculator .income_calculator_wrapper input[type="range"]::-webkit-slider-thumb {
    height: 15px;
    width: 15px;
    border: 3px solid #2dc3e8;
  /* box-shadow: -407px 0 0 400px #00ADDC; */
}

.shopify-section--income-calculator .income_calculator_wrapper .main_total_amount #total-calculation {
    line-height: 144.5%;
}

.shopify-section--income-calculator .income_calculator_wrapper .main_total_amount #total-calculation > span {
    line-height: 144.5%;
}

.marketing_featured_product product-rerender .product .image_gallery_wrapper .gallery_mobile_wrapper_thumbnail:not(.slick-initialized) {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
}
  
.marketing_featured_product product-rerender .product .image_gallery_wrapper .gallery_mobile_wrapper:not(.slick-initialized) .image_item {
    display: none;
}

.marketing_featured_product product-rerender .product .image_gallery_wrapper .gallery_mobile_wrapper:not(.slick-initialized) .image_item:first-child {
    display: block;
}
  
.marketing_featured_product .product-info__block-list .product-info__block-item .compare_container {
    margin-top: 5px;
}

.marketing_featured_product .product-info__block-list .product-info__block-item .compare_container a {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16.19px;
    line-height: normal;
    font-weight: 600;
}

.marketing_featured_product .product-info__block-list .product-info__block-item .price_container {
    margin-top: 30px;
}

.marketing_featured_product .product-info__block-list .product-info__block-item .price_container p {
    font-size: 16.19px;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
}

.marketing_featured_product .product-info__block-list .product-info__block-item .price_container p span {
    font-size: 28px;
    color: #2C3239;
    line-height: normal;
    margin-left: 15px;
}

.marketing_featured_product .product-info__block-list .feature-badge-list .product-info__block-item .feature-badge .featured_icon {
    width: 32px;
    height: 32px;
}

  .marketing_featured_product product-rerender .product safe-sticky.mobile_hide .product-info__block-group {
    display: none;
}
  
.marketing_featured_product .product-info__block-list .feature-badge-list {
    margin: 0;
    margin-top: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid #D8DDE2;
    border-bottom: 1px solid #D8DDE2;
}


.marketing_featured_product .product-info__block-list .feature-badge-list .product-info__block-item .feature-badge {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-align: center;

}

.marketing_featured_product .product-info__block-list .feature-badge-list .product-info__block-item .feature-badge p {
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
}


.marketing_featured_product product-rerender .product safe-sticky.product-info .buttons-wrapper {
    margin-top: 30px;
}

.marketing_featured_product product-rerender .product safe-sticky.product-info .buttons-wrapper button.button,
.marketing_featured_product product-rerender .product safe-sticky.product-info .buttons-wrapper a.button {
    min-height: 45px !important;
    font-size: 18px;
}

.marketing_featured_product product-rerender .product safe-sticky.mobile_hide .buttons-wrapper {
    display: none;
}

image_gallery_wrapper .slick-list {
    padding: 0 !important;
}

.marketing_featured_product product-rerender .product safe-sticky.mobile_hide .product-info__block-list .product-info__block-item[data-block-type="text"] {
    display: none;
}
  
.marketing_featured_product product-rerender .product .image_gallery_wrapper .gallery_mobile_wrapper_thumbnail .thumbnail_image_item {
    height: 89px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
}

.marketing_featured_product product-rerender .product .image_gallery_wrapper .gallery_mobile_wrapper_thumbnail .thumbnail_image_item > div {
    background-color: #fff;
    border-radius: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 19.6px #0f253a1a;
    opacity: 0.5;
    width: 100%;
}

.marketing_featured_product product-rerender .product .image_gallery_wrapper .gallery_mobile_wrapper_thumbnail .thumbnail_image_item img {
    max-height: 60px;
}

  
.marketing_featured_product product-rerender .product .image_gallery_wrapper .gallery_mobile_wrapper_thumbnail .thumbnail_image_item.slick-active.slick-center > div {
        border: 0.89px solid #2DC3E8;
        opacity: 1;
}


.gallery_mobile_wrapper span.slick-prev,
.gallery_mobile_wrapper span.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #2DC3E8;
    left: 18px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.gallery_mobile_wrapper span.slick-next {
    left: auto;
    right: 18px;
}
  
  
.gallery_mobile_wrapper .image_item img {
    height: auto;
    max-width: none;
    width: 100%;
}
.marketing_featured_product product-rerender .product .mobile_image,
.marketing_featured_product product-rerender .product .image_gallery_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
  order:2;
}

.marketing_featured_product .container {
    padding: 0;
}

.marketing_featured_product product-rerender .product safe-sticky.product-info.desktop_hide {
  display:block;
  max-width: 100%;
}


  .gallery_mobile_wrapper_thumbnail .slick-list.draggable {
    padding: 0 !important;
}

.shopify-section-packages-products .product-card .card_bottom_info .product-card__quick-add-button {
  padding: 10.5px 24.91px;
}


.shopify-section-packages-products .section-spacing {
    padding: 35px 20px;
}

.shopify-section-collage-multi-column .section-spacing {
    padding: 35px 20px;
}

  .shopify-section--apps + .shopify-section--icon-text-multi-column .section-spacing {
    padding-top: 0;
    padding-bottom: 0;
}
.shopify-section--faq .inner_wrapper .section-stack .section-header .is_faq_header p {
    font-size: 18px;
}

.shopify-section--faq .inner_wrapper .section-stack .section-header .prose {
    gap: 0;
}
  
.shopify-section--contact-stages {
    padding:35px 0;
}

.shopify-section--video-carousel .video_slider .video-slider_slide {
  margin: 0 0 0 20px;
}

.shopify-section-content-image .inner_container {
  margin: 0 20px;
}

.shopify-section--image-with-text image-with-text.container .prose .content_wrapper p {
    font-size: 18px;
    margin-right: 30px;
}
.section-spacing {
    padding:0;
}

.shopify-section-packages-products .section-stack {
    gap: 20px;
}

.shopify-section-packages-products .section_header_wrapper .section-header .h2.heading {
    font-size: 42px;
    color: #212b36;
}

.shopify-section-packages-products .packages_product_item_list {
    flex-direction: column;
    gap: 20px;
    align-items: unset;
}

.shopify-section-packages-products .packages_product_item_list product-card.product-card {
    padding: 30px 18px;
    overflow: unset;
    flex-basis: auto;
}

.shopify-section--icon-text-multi-column .section-stack {
    gap: 0px;
}
.shopify-section-related-products .section-spacing {
    padding: 35px 20px;
}

.shopify-section-related-products .section-stack {
    padding: 0;
    gap: 30px !important;
}

.shopify-section-related-products .section_header_wrapper {
    padding: 0;
}

.shopify-section-related-products .section-stack .section-header .prose .h2.heading {
    font-size: 42px;
}

.section-buy-it-with .section_header_wrapper .arrow-btn-wrap,
.shopify-section-related-products .section_header_wrapper .arrow-btn-wrap {
    display: none;
}
.section-buy-it-with .section_header_wrapper {
    padding: 0 !important;
}

.buy_it_product_item_list.product-list product-card.product-card {
    margin: 0 !important;
}
  

.related_product_item_list.product-list product-card.product-card {
  margin: 0;
  min-height: auto;
  display: none;
}

.shopify-section-related-products .related_product_item_list {
    margin: 0;
    padding: 0;
    gap: 20px;
}

.shopify-section-related-products .section-stack .button_wrapper {
    text-align: center;
    padding: 11.5px;
}

.related_product_item_list.product-list product-card.product-card:nth-child(-n + 3) {
    display: block;
}


.marketing_featured_product product-rerender .product safe-sticky.product-info.desktop_hide .product-info__block-list .product-info__block-item[data-block-type="title"],
.marketing_featured_product product-rerender .product safe-sticky.product-info.desktop_hide .product-info__block-list .product-info__block-item[data-block-type="product-type"] {
    display: none;
}

/* .marketing_featured_product product-rerender product-gallery.product-gallery {
    display: block;
} */

.marketing_featured_product product-rerender .product .desktop_image {
  display:none;
}  

.marketing_featured_product product-rerender .product {
        flex-direction: column;
        align-items: self-start;
        gap: 30px;
        margin: 0 20px;
}

.marketing_featured_product product-rerender .product safe-sticky.mobile_hide {
    order: 1;
    flex-basis: auto;
    width: 100%;
    padding: 0px;
}

.marketing_featured_product product-rerender .product safe-sticky.desktop_hide {
    order: 3;
    flex-basis: auto;
    width: 100%;
    padding: 0px;
}

.marketing_featured_product product-rerender .product .image_gallery_wrapper .gallery_mobile_wrapper {
    padding: 0 18px;
    margin-bottom: 20px;
}

.marketing_featured_product product-rerender .product product-gallery.product-gallery {
    order: 2;
}

.marketing_featured_product product-rerender .product safe-sticky.desktop_hide {
    order: 3;
}

.marketing_featured_product product-rerender .product product-gallery.product-gallery {
    order: 2;
}

.marketing_featured_product product-rerender .product safe-sticky.mobile_hide .product-info__block-list .product-info__block-item[data-block-type="description"],
.marketing_featured_product product-rerender .product safe-sticky.mobile_hide .product-info__block-list .product-info__block-item[data-block-type="buy-buttons"] {
  display:none;
}

.marketing_featured_product .section-spacing {
    min-height: auto;
    padding: 35px 0 20px 0;
}

.marketing_featured_product .product-info__block-list .product-title.h3 {
    margin-bottom: 10px;
    font-size: 42px;
}

.marketing_featured_product .product-info__block-list .product-info__block-item .card_product_type {
    font-size: 14px;
    margin-bottom: 10px;
}

.marketing_featured_product  .product-gallery__image-list {
    margin-bottom: 30px;
}

  .marketing_featured_product .product-info__block-list .product-info__block-item .prose {
    font-size: 17px;
}
  
.two-layout-multi-column .container multi-column.multi-column {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    grid-auto-columns: 320px;
}

.two-layout-multi-column .section-spacing .section-stack .button_wrapper {
    text-align: center;
    padding: 11.5px;
    padding-right: 18px;
}

.two-layout-multi-column .section-spacing .section-stack .button_wrapper > a {
    color: #1C9BD6;
    font-size: 18px;
    line-height: 150%;
    font-weight: 600;
}

/* .two-layout-multi-column .section-spacing {
    padding: 35px 0 0px;
} */

.shopify-more-feature-multicolumn .section-spacing {
    padding-bottom: 15px;
}

.shopify-more-feature-multicolumn .section-spacing .container {
    /* padding: 0 0 0 18px; */
}

.shopify-more-feature-multicolumn .section-spacing.with-section_title {
   padding: 35px 0; 
}

.shopify-more-feature-multicolumn .section-spacing .container multi-column {
    padding: 0;
    gap: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
    grid-auto-columns: 278px;
}

.shopify-more-feature-multicolumn multi-column.multi-column .multi-column__item {
    padding: 25px;
    flex-direction: column-reverse;
    margin: 10px 0 20px 20px;
}

.use-cases2 .shopify-more-feature-multicolumn .section-spacing .container multi-column {
    gap: 0;
    column-gap: 0;
}

.use-cases2 .shopify-more-feature-multicolumn .section-spacing .section-stack .section-header .h2.heading {
    margin:0px 30px;
}

.use-cases2 .shopify-section--image-with-text-overlay image-with-text-overlay .content .prose {
    padding: 30px;
}

.shopify-more-feature-multicolumn multi-column.multi-column .multi-column__item .prose {
    flex-basis: auto;
}

section.shopify-section.shopify-more-feature-multicolumn .stack_on_mobile .container multi-column.multi-column .multi-column__item .prose {
  padding: 25px;
}

.shopify-more-feature-multicolumn multi-column.multi-column .multi-column__item img.zoom-image {
    width: 100%;
    min-height: 200px;
    max-height: 230px;
    border-radius: 20px 20px 0 0;
}

.shopify-more-feature-multicolumn multi-column.multi-column .multi-column__item a img.zoom-image {
    min-width: 385px;
}  

.shopify-more-feature-multicolumn multi-column.multi-column .multi-column__item:last-child {
    margin-right: 18px;
}


.shopify-section-collage-multi-column multi-column.multi-column {
    flex-direction: row;
    align-items: self-start;
    row-gap: 20px;
    column-gap: 20px;
}

.shopify-section-collage-multi-column multi-column.multi-column .section-header {
    flex-basis: 100%;
    max-width: 100%;
    flex: 1;
}

.shopify-section-collage-multi-column multi-column.multi-column .section-header .prose .h2.heading {
    font-size: 42px;
    font-weight: 600;
}

.shopify-section-collage-multi-column multi-column.multi-column .section-header .prose .h2.heading strong {
    display: inline-block;
}

.shopify-section-collage-multi-column multi-column.multi-column .section-header .prose p {
    /* display: none; */
}

.shopify-section-collage-multi-column .multi-column .multi-column__item.column-width-auto,
.shopify-section-collage-multi-column .multi-column .multi-column__item.column-width-small {
    /* flex-basis: calc(50% - 10.5px);
    max-width: calc(50% - 10.5px); */
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
}

.shopify-section-collage-multi-column .multi-column .multi-column__item.column-width-auto[size="1"],
.shopify-section-collage-multi-column .multi-column .multi-column__item.column-width-small[size="1"] {
    flex-basis: 100%;
    max-width: 100%;
    display: unset;
}

.shopify-section-collage-multi-column .multi-column .multi-column__item.column-width-lg,
.shopify-section-collage-multi-column .multi-column .multi-column__item.column-width-md {
    flex-basis: 100%;
    max-width: 100%;
}

.shopify-section-collage-multi-column .multi-column .multi-column__item .prose,
.shopify-section-collage-multi-column .multi-column .multi-column__item.column-width-auto[size="1"] .prose,
.shopify-section-collage-multi-column .multi-column .multi-column__item.column-width-small[size="1"] .prose {
    padding: 19px;
}

.shopify-section-collage-multi-column .multi-column .multi-column__item.column-width-auto .prose,
.shopify-section-collage-multi-column .multi-column .multi-column__item.column-width-small .prose {
    padding: 8.84px;
}

/* .shopify-section-collage-multi-column .multi-column .multi-column__item.column-width-auto .prose .h3,
.shopify-section-collage-multi-column .multi-column .multi-column__item.column-width-small .prose .h3 {
    font-size: 10.61px;
}
 */
.shopify-section-collage-multi-column .multi-column .multi-column__item.column-width-auto[size="1"] .prose .h3<
.shopify-section-collage-multi-column .multi-column .multi-column__item .prose .h3 {
    font-size: 22.92px;
}


.shopify-section--map-with-text .section-spacing {
    padding: 35px 0 15px;
}

.shopify-section--map-with-text .image-with-text .inner_container {
    padding: 50px 30px 170px;
    box-shadow: 0 2px 19.6px #0f253a1a;
}

.shopify-section--map-with-text .image-with-text .inner_container .prose {
    flex-basis: 100%;
    text-align: left;
    max-width: 100%
}

.shopify-section--map-with-text .image-with-text .inner_container .prose .image_type {
    padding-bottom: 10px;
}

.shopify-section--map-with-text .image-with-text .inner_container .prose .image_type img {
    max-width: 96px;
    height: auto;
}

.shopify-section--map-with-text .image-with-text .inner_container .prose .h2 {
    font-size: 32px;
}

.shopify-section--map-with-text .image-with-text .inner_container .prose .content p {
    font-size: 17px;
}

.shopify-section--map-with-text .image-with-text .inner_container .prose .buttons-wrapper {
    margin-top: 15px !important
    padding-bottom: 15px;
    display: flex;
    gap: 15px;
}


.shopify-section--map-with-text .image-with-text .inner_container .prose .buttons-wrapper .button {
    margin: 0 !important;
    padding: 10px 15px;
    /* flex: 50%; */
    min-height: 45px;
    font-size: 16px;
}

.shopify-section--map-with-text .image-with-text {
    padding: 20px;
}

.shopify-section--map-with-text .image-with-text.image-with-text--reverse .inner_container picture {
    bottom: 0;
    max-width: unset;
    flex-basis: unset;
}

.shopify-section--video-carousel .container {
    padding: 35px 0px 35px 0px;
}

.shopify-section--video-carousel .container .section_heading {
    padding: 0;
    font-size: 42px;
    padding: 0 20px 0 20px;
}

.shopify-section--video-carousel .container .section_sub_heading {
    font-size: 18px;
    padding: 0 20px 0 20px;
    margin-top: 10px;
}

.shopify-section--video-carousel .container .section_heading .arrow-btn-wrap {
    display: none;
}

.shopify-section--video-carousel .button_wrapper {
    padding: 30px 50px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shopify-section--video-carousel .button_wrapper .arrow-btn-wrap {
    display: flex !important;
    gap: 15px;
}

.shopify-section--video-carousel .button_wrapper .arrow-btn-wrap button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #3bc1ca;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

.shopify-section-content-image .section-spacing {
    padding: 35px 0;
}

.shopify-section-content-image .inner_container .content .prose p.h3 {
    font-size: 42px;
    font-weight: 600;
    margin: 0px 25px 10px 25px;
}

.shopify-section-content-image .inner_container .content .prose > div p {
    font-size: 18px;
    font-weight: 500;
    margin: 0 30px;
}


  .video-container-wrapper {
    padding: 25px 20px;
}

.two-layout-multi-column .section-spacing .section-header .h2.heading {
    font-size: 42px;
    padding-top: 30px;
    color: #212b36 !important;
    /* paddding: 20px 0 0 0; */
}

  .two-layout-multi-column .section-spacing .section-header p {
    font-size: 16px;
    padding: 0 0 20px 0;
  }
  
.two-layout-multi-column .section-spacing .section-stack {
    gap: 0px;
    margin: 0 20px;
}

/* .two-layout-multi-column .section-spacing .container {
    padding-right: 0;
} */
  
/* 2. collection page */

.primary_collection_product .container {
    padding: 35px 18px;
}
  
  .collection_card_info .container .info_title h5,
.collection_card_info .container>.info_text p {
    font-size: 12px;
}
  
/* .container {
    padding: 0 18px;
} */

  .container {
    padding: 0;
}
  
  .container .section-stack {
    padding: 0;
    gap: 20px;
}

  /* .container .section-stack .z {
    margin: 0 20px;
} */

.collection_page_product_cards .collection__main .product-list {
    margin: 0;
    column-gap: 10px;
    row-gap: 30px;
    --product-list-default-column-gap: 10px;
}

  .product-list product-card.product-card>.product-card__figure > .card_top_info,
  .product-list page-card.page-card>.page-card__figure > .card_top_info{
    display: block !important;
}

.product-list product-card.product-card,
.product-list page-card.page-card{
    padding: 30px 20px;
}

.product-list product-card.product-card .product-card__info .card_top_info,
.product-list page-card.page-card .page-card__info .card_top_info{
    display: none;
}

.product-list product-card.product-card .product-card__info .card_bottom_info,
.product-list page-card.page-card .page-card__info .card_bottom_info {
    width: 100%;
}

.product-list product-card.product-card .product-card__info .card_bottom_info price-list.price-list sale-price,
.product-list page-card.page-card .page-card__info .card_bottom_info price-list.price-list sale-price  {
    font-size: 22px;
}

.product-list product-card.product-card .product-card__info .card_bottom_info .product_card_inventory,
.product-list page-card.page-card .page-card__info .card_bottom_info .product_card_inventory {
    font-size: 16px;
}

.product-list product-card.product-card .product-card__info .card_bottom_info product-form,
.product-list page-card.page-card .page-card__info .card_bottom_info product-form{
    gap: 20px;
    justify-content: space-between;
}

.product-list product-card.product-card .product-card__info .card_bottom_info product-form > *,
.product-list page-card.page-card .page-card__info .card_bottom_info product-form > * {
    flex: 1 auto;
    text-align: left;
}

.product-list product-card.product-card .product-card__info,
.product-list page-card.page-card .page-card__info {
    grid-template-rows: 1fr;
}

.product-list page-card.page-card .page-card__info .card_bottom_info product-form .product-card__quick-add-button,
.product-list page-card.page-card .page-card__info .card_bottom_info product-form .explore_more_button {
    width: auto !important;
}
  

.product-list product-card.product-card>.product-card__figure>.card_top_info > .product-title-wrapper .product-title,
.product-list page-card.page-card>.page-card__figure>.card_top_info > .page-title-wrapper .page-title {
    font-size: 28px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: normal;
    margin-bottom: 10px;
}

.product-list product-card.product-card>.product-card__figure>.card_top_info  .card_product_type,
.product-list page-card.page-card>.page-card__figure>.card_top_info  .card_product_type {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    letter-spacing: normal;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
}

.product-list product-card.product-card>.product-card__figure>.card_top_info .product_card_description {
    font-size: 17px;
    line-height: normal;
    letter-spacing: normal;
}

.collection_card_info {
    padding: 14px 0;
}
  
/* Video Banner css */
  
.shopify-section--video .content-over-media .place-self-center .prose .h6 {
    font-size: 17px;
}

.shopify-section--video .content-over-media .place-self-center .prose .h2 {
    font-size: 28px;
}

.shopify-section--video .content-over-media .place-self-center .prose>div p {
    font-size: 14px;
}

.shopify-section--video .content-over-media .place-self-center {
    bottom: 20px;
    padding: 0;
}

.shopify-section--video .content-over-media .place-self-center .prose .button_wrapper a {
    width: 100%;
    text-align: center;
    padding: 15.5px 15px;
}

.shopify-section--featured-collections .section-stack .v-stack.justify-self-center {
    justify-self: unset;
    gap: 20px;
    margin-top: 35px;
}

.shopify-section--featured-collections .section-stack h1.h6,
.shopify-section--featured-collections .section-stack p.h6 {
      display: none;  
      margin: 0 20px;
}

carousel-navigation.featured-collections-navigation {
    gap: 10px;
    padding: 0 20px;
}


carousel-navigation .collection_tab_blocks img {
  width: 54px;
  height: 66px;
}
  

/* featured collection */
  
  carousel-navigation .collection_tab_blocks {
    flex-basis: 165px;
    max-width: 165px;
}

  carousel-navigation .collection_tab_blocks {
    padding: 5px;
    height: 115px;
}

.shopify-section--featured-collections featured-collections-carousel .featured-collections-carousel__item .product-list {
    margin: 0 20px; 
    column-gap: 10px;
    row-gap: 30px;
    overflow: unset;
    display: flex;
    flex-direction: column;
}

carousel-navigation .collection_tab_blocks span {      
  font-size: 12px;
}


.shopify-section--featured-collections featured-collections-carousel .featured-collections-carousel__item .product-list product-card.product-card>div.product-card__figure .card_top_info {
    display: block !important;
}

.shopify-section--featured-collections featured-collections-carousel .featured-collections-carousel__item .product-list product-card.product-card {
    padding: 30px 20px;
}

/* .shopify-section--featured-collections featured-collections-carousel .featured-collections-carousel__item .product-list product-card.product-card:nth-last-child(-n+3) {
  display: none;
} */

.shopify-section--featured-collections featured-collections-carousel .featured-collections-carousel__item .product-list product-card.product-card>div.product-card__figure .card_top_info .product-title-wrapper a.product-title {
    font-size: 21px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
    margin-bottom: 10px;
    width: 80%;
}

  .product-card__figure>.badge-list {
    right: 0;
    left: auto;
}

.shopify-section--featured-collections featured-collections-carousel .featured-collections-carousel__item .product-list product-card.product-card>div.product-card__figure .card_top_info .card_product_type {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    letter-spacing: normal;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
}

.shopify-section--featured-collections featured-collections-carousel .featured-collections-carousel__item .product-list product-card.product-card>div.product-card__figure .card_top_info .product_card_description {
    font-size: 17px;
    line-height: normal;
    letter-spacing: normal;
}

.shopify-section--featured-collections product-card.product-card .product-card__info .card_top_info {
    display: none;
}

.shopify-section--featured-collections product-card.product-card .product-card__info {
    grid-template-rows: 1fr;
}
  

.shopify-section--featured-collections product-card.product-card .product-card__info .card_bottom_info {
    width: 100%;
}

.shopify-section--featured-collections featured-collections-carousel .featured-collections-carousel__item .product-list product-card.product-card > div.product-card__info {
  width: 100%
}


  
.shopify-section--featured-collections product-card.product-card .product-card__info .card_bottom_info .product_card_inventory,
.shopify-section--featured-collections product-card.product-card .product-card__info .card_bottom_info .price_container sale-price {
    font-size: 18px;
}

.shopify-section--featured-collections product-card.product-card .product-card__info .card_bottom_info product-form {
    gap: 20px;
    justify-content: space-between;
}

.shopify-section--featured-collections product-card.product-card .product-card__info .card_bottom_info product-form > * {
    flex: 1 auto;
    text-align: center;
}

.shopify-section--featured-collections .card_bottom_info product-form .product-card__quick-add-button,
.shopify-section--featured-collections .card_bottom_info product-form .explore_more_button {
    padding: 11.5px 10px;
}

.shopify-section--featured-collections .card_bottom_info product-form .product-card__quick-add-button {
    width: 100%;
    margin: 0;
    padding: 12.5px 10px;
}
  
.shopify-section--featured-collections .featured-collections-carousel__item {
    gap: 30px;
    margin-bottom: 35px;
}

.shopify-section--featured-collections .section-spacing {
    padding-bottom: 0;
}


.shopify-section--image-with-text .cm_image_with_text_wrapper {
    padding-bottom: 40px;
    padding-top: 40px !important;
}

.shopify-section--image-with-text .cm_image_with_text_wrapper > image-with-text.container {
    flex-direction: column-reverse !important;
    gap: 30px;
    padding: 0px 20px;
}

.shopify-section--image-with-text .cm_image_with_text_wrapper > image-with-text.container .prose>h2.h1 {
    text-align: left;
    font-size: 42px;
    margin-bottom: 10px;
}

.cm_image_with_text_wrapper .content_wrapper:after {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 30px;
}
  
.cm_image_with_text_wrapper .content_wrapper {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.cm_image_with_text_wrapper .content_wrapper p {
    font-size: 17px;
    text-align: left;
}

.cm_image_with_text_wrapper .content_wrapper button.button.button--outline {
    margin-top: 30px;
    padding: 9.5px 15px 9.5px 20px;
    width: 100%;
    font-size: 18px;
}


.shopify-section--image-with-text .cm_image_with_text_wrapper > image-with-text.container .prose {
        position: static;
        transform: none;
        max-width: unset;
        flex-basis: unset;
}

.shopify-section--multi-column .section-spacing,
.shopify-section--multi-column-events .section-spacing,
  .shopify-section--text-with-icons .section-spacing {
    padding: 35px 0 !important;
}

.shopify-section--multi-column multi-column.multi-column {
    padding: 0;
    gap: 40px;
}


.shopify-section--multi-column multi-column.multi-column .prose p {
    margin-top: 20px;
    font-size: 22px;
}


.shopify-section--multi-column-events .container .section-stack .section-header .prose .h2.heading {
        font-size: 24px;
    }

.shopify-section--multi-column-events .container .section-stack {
    gap: 20px;
}

.shopify-section--multi-column-events multi-column.multi-column .multi-column__item {
    flex: 320px;
    min-width: 320px;
}
  
.shopify-section--multi-column-events multi-column.multi-column .multi-column__item>.prose p.h3 {
    font-size: 21px;
}

.shopify-section--multi-column-events multi-column.multi-column .multi-column__item>.prose p {
    font-size: 17px;
}


.shopify-section--multi-column-events multi-column.multi-column .multi-column__item>.prose .button_wrapper {
    width: 100%;
}

.shopify-section--multi-column-events multi-column.multi-column .multi-column__item>.prose>.button_wrapper button.link {
    width: 100%;
    padding: 3.5px 1.5px 3.5px 15px;
    font-size: 18px;
}


.shopify-section--video-slider h2.section_heading {
    font-size: 42px;
    /* margin-top: 30px; */
}


.shopify-section--video-slider .video_slider {
    padding: 20px 20px 0;
    display: flex;
    flex-direction: column;
    gap: 20px !important;
}

.shopify-section--video-slider .video_slider .video-slider_slide {
    width: 100% !important;
}

.shopify-section--video-slider .video_slider .video-slider_slide .content-over-media .slideshow__slide-content {
    opacity: 1;
    visibility: visible;
    height: 100%;
    margin-top: 15px;
}

  .shopify-section--video-slider .video_slider .video-slider_slide .content-over-media video-media {
    opacity: 1;
    visibility: visible;
    min-height: 350px;
    margin-top: 15px;
}

.shopify-section--video-slider .video_slider .video-slider_slide .content-over-media .slideshow__slide-content .prose .h6 {
    font-size: 16px;
}

.shopify-section--video-slider .video_slider .video-slider_slide .content-over-media .slideshow__slide-content .prose .subtitle {
    margin-top: 10px;
    font-size: 14px;
}

.shopify-section--video-slider .button_wrapper {
    padding: 30px 0;
}

.event_popup_video_wrapper .event_popup_video .event_popup_video_inner {
    max-width: 80%;
}

.shopify-section--text-with-icons .section-spacing .container {
    padding: 0px 20px;
}

.shopify-section--text-with-icons .text-with-icons__item {
  /* height: 195px; */
  padding: 20px;
}

.shopify-section--text-with-icons .text-with-icons__item>.v-stack {
    height: 100%;
}

.shopify-section--text-with-icons .text-with-icons__item .v-stack .h6 {
  font-size: 20px;
}
  
.shopify-section--text-with-icons .text-with-icons__item>.v-stack img.constrained-image {
    width: 30%;
}

.shopify-section-image-blocks-with-text .section-spacing  {
    padding: 35px 20px;
}

.shopify-section--faq .section-spacing  {
    padding: 35px 0;
}

.shopify-section-image-blocks-with-text .section-stack .section-header{
    margin:0;
}


.shopify-section--faq .section-spacing .container {
    padding: 0;
}


.shopify-section--faq a.btn-contact-support {
    /* margin-top: 20px; */
}

  
.shopify-section--faq .inner_wrapper {
    border-radius: 0;
        padding-inline: 18px;
      padding-bottom: 0;
}

.shopify-section--faq .inner_wrapper .section-stack .section-header {
    margin: 0px;
    width: 100%;
    font-size: 24px;
    padding: 0;
    justify-self: unset;
}

.faq-inner-header {
    margin:10px 10px 0px 10px;
    width: 100% !important;
}

.shopify-section--faq .inner_wrapper .section-stack .section-header .prose .h2.heading {
    font-size: 42px;
}

.shopify-section--faq span.accordion__toggle span.text-with-icon, .shopify-section--faq span.accordion__toggle h3.text-with-icon {
    font-size: 21px;
}

.shopify-section--faq details .accordion__toggle {
      align-items: self-start;
}

.shopify-section--faq .accordion__content {
    font-size: 17px;
}

.shopify-section--blog-posts .section-spacing {
    padding: 35px 0;
}

.shopify-section--blog-posts .section-stack .section-header .prose .h2.heading {
    font-size: 42px;
    color: #212b36 !important;
    font-weight: 600;
}

.shopify-section--blog-posts .section-stack .section-header {
    /* margin-bottom: 15px; */
    padding-left: 20px;
}

.shopify-section--blog-posts .section-stack blog-posts.blog-post-list {
    padding: 0px;
    margin: 0px;
    --blog-post-list-row-gap: 10px;
    --blog-post-list-column-gap: 10px;
}

.shopify-section--blog-posts .section-stack blog-posts.blog-post-list .blog-post-card {
    gap: 0;
}

.shopify-section--blog-posts .blog-post-card .blog-post-card__info .blog-post-card__title {
    font-size: 20px;
    margin-bottom: 10px;
}

.shopify-section--blog-posts .blog-post-card .blog-post-card__info {
    gap: 0;
    padding-bottom: 10px;
}

.shopify-section--blog-posts .section-stack blog-posts.blog-post-list .slick-track {
    display: flex;
}

  
.shopify-section--blog-posts .section-stack .arrows_buttons .slick_custom_arrows {
  display:none;
}

  .shopify-section--footer .footer__block-list {
        display: flex;
        flex-direction: column;
        padding-bottom: 20px;
}

.shopify-section--footer .footer__block-list .footer__block--links,
.shopify-section--footer .footer__block-list .footer__block--image {
max-width: 100%;
        grid-template-columns: unset;
        flex-basis: 100%;
        width: 100%;
}

.shopify-section--footer .footer__block-list .footer__block--links {
        gap: 0;
        display: flex;
        flex-direction: column;
}

.shopify-section--footer .footer__block-list .footer__block--links .v-stack>ul {
    display: none;
}
.shopify-section--footer .footer__block-list .footer__block--links .v-stack {
    gap: 0;
    padding: 8.5px 0;
    border-bottom: 1px solid #D8DDE2;
}

.shopify-section--footer .footer__block-list .footer__block--links .v-stack .h6 {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shopify-section--footer .footer__block-list .footer__block--links .v-stack .h6 span.footer_menu_toggle {
    display: block !important;
}

.shopify-section--footer .footer__block-list .footer__block--links .v-stack .slide_link_wrapper {
    border: 0;
    padding: 0;
}

.shopify-section--footer .footer__block-list .footer__block--links .v-stack .h6 span.footer_menu_toggle.show {
    transform: rotate(180deg);
}

.shopify-section--footer .footer__block-list .footer__block--links .v-stack .slide_link_wrapper > li {
    display: block;
    padding: 10px 0;
}

.shopify-section--footer .footer__block-list .footer__block--links .v-stack.Contact {
    display: block;
}

.footer .container .footer__inner {
    gap: 20px;
}
  
.footer .container .footer__inner .footer_bottom {
    border: 0;
    background-color: #F4F6F8;
    flex-direction: column;
}

.shopify-section--footer .footer__block-list .footer__block--links > .footer_menu:last-child {
    border: 0;
}

.footer.color-scheme {
    padding: 0;
}

.footer.color-scheme .container {
    padding: 0;
}


.footer .container .footer__block-list {
        padding: 0 18px;
        gap: 20px;
}

.footer .container .footer_bottom .footer_copyright {
    order: 2;
    font-size: 14px;
}

.footer__aside .payment-methods {
    order: 1;
    gap: 10px;
    padding: 0 20px;
}

.footer .container .footer_bottom .footer_made_by {
    order: 3;
}

.footer_logo_bottom_part .logo_menu_wrapper {
    display: none;
}

.shopify-section--footer .footer__block-list .footer__block--image {
    gap: 30px;
    align-items: center;
    padding: 20px 0;
}

.shopify-section--footer .footer__block-list .footer__block--image img.constrained-image {
    max-width: 209px;
}

.footer_logo_bottom_part ul.social-media {
        gap: 16px;
        justify-content: space-between;
    }

.footer_logo_bottom_part {
    width: 100%;
    justify-content: space-between;
}

  
/* Multicolumn section css */
  .shopify-section--icon-text-multi-column multi-column.multi-column .multi-column__item {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
}


/* .shopify-section--multi-column-events multi-column.multi-column .multi-column__item .event_popup_video_wrapper */
.shopify-section--multi-column-events .container .section-stack .section-header .prose .h2.heading {
    font-size: 28px;
}


/* faq section css */
  
.shopify-section--faq .inner_wrapper .section-stack {
    flex-direction: column;
    gap: 20px;
}
.shopify-section--faq .inner_wrapper {
  padding: 25px 20px 40px 20px;
}

.shopify-section--faq .inner_wrapper .faq .faq__content {
    flex-basis: unset;
    width: 100%;
}

/* contact section css */
  
.shopify-section--contact .section-stack {
    flex-direction: column;
    gap: 0;
    box-shadow: none !important;
}

.shopify-section--contact .section-stack .cm_contact_section_form {
    max-width: 100%;
}

.shopify-section--contact .section-stack .cm_contact_section_form, .shopify-section--contact .section-stack .cm_contact_section_content {
    max-width: 100%;
    flex-basis: 100%;
}
.shopify-section--contact .section-stack .cm_contact_section_form {
    padding: 30px !important;
}

.shopify-section--contact .section-stack .cm_contact_section_content {
    border-radius: 0 0px 20px 20px;
}

.shopify-section--contact .section-stack .cm_contact_section_form .section-header {
  margin-bottom: 20px;
}

 .shopify-section--contact .section-stack .cm_contact_section_form .prose h2.h2 {
   font-size: 35px;
 }

  .shopify-section--contact .section-stack .cm_contact_section_content_book_a_demo {
    max-width: 100%;
    padding: 30px;
    border-radius: 0px;
    min-height: unset;
    margin-bottom: 0;
  }
  
  .shopify-section--contact .section-stack .cm_contact_section_content_book_a_demo .section-header {
    text-align: center;
  }

  .shopify-section--contact .section-stack .cm_contact_section_content_book_a_demo .prose {
    gap: 0px;
  }
  
  .shopify-section--contact .section-stack .cm_contact_section_content_book_a_demo .prose h4 {
    line-height: 130%;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
  }

  .shopify-section--contact .section-stack .cm_contact_section_content_book_a_demo .prose p {
    font-weight: 500;
    font-size: 22px;
    width: 100%;
    padding: 25px 0 0 0;
    border-top: 1px solid #ffffff73;
    margin-bottom: 25px;
  }

  .shopify-section--contact .section-stack .cm_contact_section_content_book_a_demo .prose p span {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.7;
  }
/* Buy Now product css */

  .shopify-section--blog-posts .section-stack .arrows_buttons {
    display: none;
}
.shopify-section--header x-header.header {
  box-shadow:none;
}
  
  .shopify-section--main-product .section-spacing {
    padding: 35px 20px;
}
  nav.breadcrumb {
    padding: 9.5px 20px;
}
  product-rerender .product {
    display: flex;
    flex-direction: column;
    gap: 31px;
  }
  safe-sticky.for_mobile.product-info {
    order: 1;
    width: 100%;
  }
  product-gallery.product-gallery {
      order: 2;
  }
  
  safe-sticky.for_desktop.product-info {
      order: 3;
  }

  safe-sticky.for_desktop.product-info [data-block-id="title"] {
      display: none;
  }
  
  safe-sticky.for_desktop.product-info .product-info__block-group.text-with-rating {
      display: none;
  }
  
  safe-sticky.for_desktop.product-info [data-block-type="compare-package"] {
      display: none;
  }
  
  safe-sticky.for_desktop.product-info [data-block-id="description"] {
      display: none;
  }
  .description_for_mobile {
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
  }
  
  .main_product_page_wrapper safe-sticky.product-info .product-info__block-list .product-info__block-item[data-block-type="description-mobile"] {
      margin-bottom: 50px;
      margin-top: 35px;
  }
  .main_product_page_wrapper safe-sticky.product-info .product-info__block-list .product-info__block-item {
      margin-bottom: 0px;
  }
  .main_product_page_wrapper safe-sticky.product-info .product-info__block-item[data-block-type="buy-buttons"] product-form {
    padding: 4px 0;
  }
    .main_product_page_wrapper safe-sticky.product-info .product-info__block-item[data-block-type="payment-methods"] .payment_method {
      padding-block: 30px 20px;
  }
  .shopify-section--main-product safe-sticky.product-gallery__thumbnail-list .product-gallery__thumbnail-scroller {
    grid-auto-columns: 70.151px;
}
  .shopify-section--main-product safe-sticky.product-gallery__thumbnail-list .product-gallery__thumbnail-scroller {
    overflow-x: auto;
    max-width: calc(100vw - 36px);
    margin-inline: auto;
    align-items: center;
    gap: 8px;
}
  .shopify-section--main-product safe-sticky.product-gallery__thumbnail-list .product-gallery__thumbnail-scroller .product-gallery__thumbnail[aria-current=true] {
    min-width: 76px;
    aspect-ratio: 1;
    opacity: 1;
}
  .shopify-section--header x-header.header {
      padding: 13px 10px 13px 20px;
  }

    .shopify-section--image__text_wrapper .partner-image-text image-with-text.container picture .h1 {
    font-size: 35px;
    margin: 20px 0;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: normal;
    display: block !important;
}

  .shopify-section--image__text_wrapper .partner-image-text .inner_container > .prose .h1 {
    display:none;
  }
 
}

.faq-inner-header {
    width: 50%;
}

.two-layout-multi-column .section-spacing .section-header p {
  color: #212b36 !important;
}

.shopify-section-packages-products .section_header_wrapper .section-header p {
    color: #212b36;
}

.shopify-section--main-product .section-spacing {
  background-color: unset;
}

@media (max-width:749px) {

  /* Discover Section */

  .discover-lobby .shopify-more-services-multicolumn .prose .content {
        padding-bottom: 0px;
        margin-block-start: 10px;
}

  .discover-lobby .shopify-more-services-multicolumn .section-stack{
        padding: 50px 30px;
}

  /*  */

.template-lobby-use-cases .shopify-more-services-multicolumn .prose .content, .template-lobby-services .shopify-more-services-multicolumn .prose .content {
    padding-bottom: 0;
    margin-block-start: 10px;
}

.services-support .shopify-more-feature-multicolumn .container .section-stack .section-header {
  padding: 0 60px 0 30px !important;
}

  #how-its-work .text-with-icons {
  gap: 10px;
  --text-with-icons-items-per-row: 2;
    margin-bottom: 40px;
}
  
.shopify-section--main-product .product-title.h3 {
        font-size: 40px;
        line-height: 46.88px;
        flex-direction: column-reverse;
}

  .shopify-section--main-product .product-title.based_image .based_on_wrapper {
    text-align: center;
    width: 40%;
    margin-bottom: 20px;
}
  
.shopify-section--main-product .product__price {
  font-size: 35px;
  line-height: 41.02px;
}
  
.trust-bnanners {
  gap: 23.13px;
}

.product-info__block-item[data-block-type="trust-banner"] {
  padding-block: 1rem;
}
  
.payment_method {
  flex: 25%;
  flex-wrap: wrap;
}

  .blog-post-header p {
    display: inline;
    padding-right: 3px;
}
  .blog-post-header h2 {
    font-size: 28px;
}

.blog_post_video_card .video_content {
    padding: 0px 20px 20px 20px;
}
  
  .blog_post_video_card a.blog-post-card__read-more.link {
    width: auto;
}
  .blog_post_video_card a.blog-post-card__title.h4 {
    font-size: 21px;
}
  .blog_post_video_card a.blog-post-card__read-more.link {
    margin-top: 15px;
    font-size: 17px;
    min-height: auto;
    padding: 8px 12px;
}
/* faq section css */
.shopify-section--faq a.btn-contact-support.btn-contact-support-sm {
    display: block;
}
.shopify-section--faq a.btn-contact-support.btn-contact-support-md {
    display: none;
}
section.shopify-section.shopify-more-feature-multicolumn .stack_on_mobile .container {
    padding: 0;
}

.shopify-more-feature-multicolumn .section-spacing .section-stack .section-header {
  padding: 0px;
}

.shopify-more-feature-multicolumn .section-spacing .section-stack .section-header h2.h2 {
  padding: 0px 20px 0 20px;
}

section.shopify-section.shopify-more-feature-multicolumn multi-column.multi-column .multi-column__item:last-child {
     margin-right: 0px;
  }
}

#how-its-work h2.h2.heading-text-with-icon {
  margin-bottom: 40px;
  font-size: 42px;
}

@media (max-width:699px) {

  .services-certified-badge .single_services-top_section product-rerender .product {
    flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
  }
  
  .shopify-section--main-search .main-search .collection__main product-list {
    margin: 0;
  }
  
  .shopify-section--image-with-text-overlay image-with-text-overlay .content .prose > div p {
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
    margin: 0;
  }

  .ipad-photo-booths .shopify-section--image-with-text-overlay image-with-text-overlay .content .prose > div p, .dslr-photo-booths .shopify-section--image-with-text-overlay image-with-text-overlay .content .prose > div p, .mirror-photo-booths .shopify-section--image-with-text-overlay image-with-text-overlay .content .prose > div p, .photo-booth-stations .shopify-section--image-with-text-overlay image-with-text-overlay .content .prose > div p {
      max-width: 100%;
      padding-right: 0px !important;
  }

   .ipad-photo-booths .shopify-section--image-with-text-overlay image-with-text-overlay .content .prose, .dslr-photo-booths .shopify-section--image-with-text-overlay image-with-text-overlay .content .prose, .mirror-photo-booths .shopify-section--image-with-text-overlay image-with-text-overlay .content .prose, .photo-booth-stations .shopify-section--image-with-text-overlay image-with-text-overlay .content .prose {
    max-width: 100% !important;
    /* margin-top: 100px; */
    padding: 0px;
  }
  
  .ipad-photo-booths .shopify-section--image-with-text-overlay .content-over-media>picture img, .dslr-photo-booths .shopify-section--image-with-text-overlay .content-over-media>picture img, .mirror-photo-booths .shopify-section--image-with-text-overlay .content-over-media>picture img {
    height: 600px;
    object-fit: cover;
    object-position: bottom;
  }

  .photo-booth-stations .shopify-section--image-with-text-overlay .content-over-media>picture img {
     height: 60vw;
     object-fit: contain;
     object-position: 50% -10px;
     background: #fff;
  }

}


@media (max-width:500px) {

  .content-over-media>picture img {
    height: 85vw !important;
  }

  .ipad-photo-booths .shopify-section--image-with-text-overlay .content-over-media>picture img, .dslr-photo-booths .shopify-section--image-with-text-overlay .content-over-media>picture img, .mirror-photo-booths .shopify-section--image-with-text-overlay .content-over-media>picture img {
      height: 600px !important;
  }

  /* Logo list CSS */
  
  .shopify-section--logo-list h2, .shopify-section--logo-list h2 strong {
    
  }

  .shopify-section--logo-list .section-spacing .container .section-stack {
    gap: 0;
  }

  .shopify-section--logo-list button.slick-prev.pull-left.video-slider-nav-btn.slick-arrow {
    display: none !important;
  }

  .shopify-section--logo-list .pull-right.video-slider-nav-btn {
        display: none !important;
  }

  .shopify-section--video-slider h2.section_heading {
    margin-bottom: 0 !important;
    padding-left: 20px !important;
  }

/*  */
  
  .search_form-404,
  .shopify-section--main-search form.main-search-form {
    min-width: 18.75rem;
  }
  
  .shopify-section--video .content-over-media .video_badge .badge_content_1 .badge_content_inner h4 {
    font-size: 3.9vw;
    line-height: 26.4px;
  }
  
  .shopify-section--video .content-over-media .video_badge .badge_content_1 .badge_content_inner p {
      font-size: 2.9999vw;
  }
    
  .shopify-section--video .content-over-media .video_badge .badge_content_1 .badge_content_inner h4 strong {
      font-size: 3.9vw;
      display: inline-block;
  }
  
  .shopify-section--video .content-over-media .video_badge, .shopify-section--video .content-over-media .video_badge .badge_content_1 .badge_content_inner {
      height: 30vw;
  }
}

@media (max-width:699px) {
  :is(th,td):first-child, :is(th,td):empty+td {
    border-block-start: 0px;
  }
}

/* cart */

@media (max-width:1024px) {


  .shopify-section--icon-text-multi-column multi-column.multi-column .multi-column__item .media_container {
    height: 50px;
  }
  
  .shopify-section--main-cart .section-stack .section-header>.v-stack {
    margin: 20px 20px 0px 20px;
  }

  .shopify-section--main-cart .section-stack .section-header .h2 {
    font-size: 35px;
    font-weight: 500 !important;
    color: #212b36 !important;
    padding: 20px 20px 0 20px;
  }

  .shopify-section--main-cart .section-stack .section-header p {
    font-size: 16px !important;
    color: #212b36;
    margin: 0 20px 20px 20px;
  }

  .shopify-section--main-cart .section-stack form.cart-page {
    padding: 0;
    background-color: #fff;
    margin: 5px 20px;
    border-radius: 0px 0px 20px 20px;
  }

  :is(td):first-child, :is(td):empty+td {
    /* border-block-start: 1px; */
    padding: 20px 0 20px 0;;
  }

  .shopify-section--main-cart .section-stack form.cart-page>.v-stack {
    padding: 0 20px;
    gap: 30px;
  }

  .order-summary__body>tr>td:first-child line-item.line-item {
    gap: 5px;
  }

  .line-item-info a {
    font-size: 18px;
  }

  .order-summary__body>tr line-item-quantity quantity-selector.quantity-selector {
    min-height: 45px;
    min-width: 110px;
    margin-right: 10px;
  }

  .cart-total-related-product-block {
    transform: unset !important;
    margin: 0 0 20px 0;
  }

  .shopify-section--main-cart .section-stack form.cart-page>.v-stack .cart-total-related-product-block .cart-footer .cart-recap p {
    font-size: 14px;
  }

  .cart_buy_it_with .section-spacing .container {
    padding: 0 30px;
  }

  .product-list:not(.product-list--carousel) {
    margin-inline: unset;
    row-gap: 20px;
  }

  .order-summary__header>tr>th {
    padding: 15px 0 15px 0;
  }
}

@media (max-width:699px) {

/* 2. collection page */

    .primary_collection_product product-card.product-card .product-card__info .card_top_info .collection-title-wrapper {
        font-size: 28px;
    }

    .primary_collection_product product-card.product-card .product-card__info .card_top_info .product-title-wrapper .product-title {
        font-size: 21px;
    }


    .collection_card_info .container .info_title h5, .collection_card_info .container>.info_text p {
        font-size: 14px;
    }

.primary_collection_product .container {
    flex-direction: column-reverse;
    gap: 30px;
}
  
.collection_card_info {
    display: none;
}

.collection_page_wrapper .main-container .collection {
    /* margin-top: 35px; */
}

.collection_page_product_cards .collection__main .product-list[collection-mobile-layout="large"] {
    --product-list-items-per-row: 1;
}

.primary_collection_product product-card.product-card,
.primary_collection_product .collection_video {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
}

    .primary_collection_product product-card.product-card .product-card__info {
        gap: 25px;
    }


.primary_collection_product product-card.product-card .product-card__info .collection_card_info {
    display: block !important;
    border: 0;
    padding: 0;
        width: 100%;
}



.primary_collection_product product-card.product-card .product-card__info .collection_card_info .container {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    justify-content: start;
    gap: 0;
    align-items: start;
}

.primary_collection_product product-card.product-card .product-card__info .collection_card_info .container >  .info_title {
    flex: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #D8DDE2;
    margin-bottom: 8px;
    padding-top: 0;
}

.primary_collection_product product-card.product-card .product-card__info .collection_card_info .container > div {
    height: auto;
    max-width: unset;
    flex: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

  .primary_collection_product product-card.product-card .product-card__info .collection_card_info .container > div.info_text:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #2dc3e8 ;
}

.primary_collection_product product-card.product-card .product-card__info .collection_card_info .container > div.info_text:last-of-type:after {
    display: none;
}

.primary_collection_product product-card.product-card .product-card__info .collection_card_info .container > div p {
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.primary_collection_product product-card.product-card .product-card__info .collection_card_info .container > .info_title h5 {
    font-size: 16px;
}

.primary_collection_product product-card.product-card .product-card__info .card_bottom_info product-form > * {
    flex: 1 auto;
}

.primary_collection_product product-card.product-card .product-card__info .card_bottom_info product-form {
    width: 100%;
    flex-direction: column;
}

.primary_collection_product product-card.product-card .product-card__info .card_bottom_info {
    width: 100%;
}

.primary_collection_product product-card.product-card .product-card__info .card_bottom_info product-form .shopify-product-form button.product-card__quick-add-button {
    width: 100%;
}

.primary_collection_product product-card.product-card .product-card__info .card_bottom_info product-form .shopify-product-form .product-card__quick-add-button,
.primary_collection_product product-card.product-card .product-card__info .card_bottom_info product-form .explore_more_button {
    font-size: 18px;
    min-height: 45px;
}

.product-list product-card.product-card .product-card__info .card_bottom_info product-form .product-card__quick-add-button,
.product-list page-card.page-card .page-card__info .card_bottom_info product-form .product-card__quick-add-button {
    width: 100%;
}

.product-list product-card.product-card .product-card__info .card_bottom_info product-form .product-card__quick-add-button,
.product-list product-card.product-card .product-card__info .card_bottom_info product-form .explore_more_button,
.product-list page-card.page-card .page-card__info .card_bottom_info product-form .product-card__quick-add-button,
.product-list page-card.page-card .page-card__info .card_bottom_info product-form .explore_more_button  {
    padding: 10px 15px;
    font-size: 18px;
    text-align: center;
}

  .product-list product-card.product-card .product-card__info .card_bottom_info product-form .product-card__quick-add-button {
    width: 100%;
    display: block;
    margin: 0;
    text-align:center;
}

  
}

@media (min-width:769px) {


  .perfect-package-right-block .main-product-title-price-image-section .title-price-block.mobile {
    display: none;
  }

.software-lobby .software_featured_product product-rerender .product .product-info__block-group.feature-badge-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 30px;
    padding: 15px 0;
    border-top: 1px solid #D8DDE2;
    border-bottom: 1px solid #D8DDE2;
}


.software-lobby .software_featured_product product-rerender .product .product-info__block-group.feature-badge-list .product-info__block-item .feature-badge {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.software-lobby .software_featured_product product-rerender .product .product-info__block-group.feature-badge-list .product-info__block-item .feature-badge p {
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
}
  
.section-more-software-products .product-card__inner > .product-card__warpper {
    align-items: stretch;
    height: 100%;
}
  
.shopify-section--image-with-text image-with-text.container p.h1 {
    display: none;
}
  
  .shopify-section--image__text_wrapper .partner-image-text image-with-text.container picture .h1 {
    display:none;
}

  .shopify-section--map-with-text .image-with-text .inner_container .prose .buttons-wrapper .button:last-child {
    margin-top: 15px;
  }
  
.marketing_featured_product .product-info__block-list .feature-badge-list,
.marketing_featured_product product-rerender .product safe-sticky.product-info .product-info__block-item[data-block-type="starting-price"],
.marketing_featured_product product-rerender .product safe-sticky.product-info .product-info__block-item[data-block-type="compare"] {
  display:none;
}

  .shopify-section--footer .footer__block-list .footer__block--links .v-stack.Contact,
  .marketing_featured_product product-rerender .product safe-sticky.desktop_hide<
  .two-layout-multi-column .section-spacing .section-stack .button_wrapper {
    display: none;
}
safe-sticky.for_mobile.product-info, div.description_for_mobile {
    display: none;
}
}

@media (min-width:1000px) {

.shopify-section--main-video-blog blog-posts.blog-post-list {
    --blog-post-list-items-per-row: 4;
}
  
.inner-product-perfect-package-section .perfect-package-main-block > .perfect-package-right-block {
    position: sticky;
    inset-block-start: calc(var(--sticky-area-height) + 20px);
}
  
/* .header__secondary-nav a.header-search {
    display: none;
}
   */
/* 3. Buy Now product css */

.shopify-section--main-search .main-search .main-search__resource-item .collection {
    display: grid;
    grid-template-columns: var(--collection-sidebar-width) auto;
    gap: 50px;
}

  
.shopify-section--main-product .product {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.shopify-section--main-product .product product-gallery.product-gallery {
    position: sticky;
    top: 160px;
}
  
}

@media (min-width:1251px) {
  .shopify-section--video-carousel .video_slider:not(.slick-initialized) .video-slider_slide {
      display: none;
  }
  
  .shopify-section--video-carousel .video_slider:not(.slick-initialized) .video-slider_slide:nth-child(-n + 5) {
      display: block;
  }
}

/* Collection Page Styles Start */
facets-form.facets-form-collection input.range[aria-label="From price"]::-webkit-slider-thumb {
    background: #2DC3E8;
}
facets-form.facets-form-collection input.range[aria-label="To price"]::-webkit-slider-thumb {
    background: #46BEA5 
}
.main-container.template-collection nav.pagination * {
    color: #1a9cd7!important;
}
  .collection-toolbar__button-list button.collection-toolbar__button span.text-with-icon {
      color: #212b36;
      opacity: 1;
      text-transform: capitalize;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 150%;
      letter-spacing: normal;
  }

.collection-toolbar__button-list button.collection-toolbar__button span.text-with-icon svg path {
      stroke: #212b36;
  }

.product-list product-card.product-card .product-card__info .card_bottom_info price-list.price-list sale-price{
  line-height:24px;
}
  facets-form.facets-form-collection .input-group * {
    color: #2C3239;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  
  facets-form.facets-form-collection .input-group input[type="number"]{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
 
button.popover__value-option.group {
    color: #212b36;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; 
}

.popover:has(.popover__value-list)::part(body){
    padding:10px;
}
  
button.popover__value-option[aria-selected="true"] {
    color: #212b36;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    width: 100%;
    border-radius: 10px;
    background:#00addc1a;
}

  button.popover__value-option {
    color: #212b36;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding:5px;
    width:100%;
    
}

  button.popover__value-option:hover {
    background-color: #f5f5f5;
    border-radius:10px;
}

.collection_page_wrapper.filter-enabled .collection-toolbar{
    box-shadow: none;
    border-block: 1px solid rgba(15, 37, 58, 0.20);
    flex-direction: row;
}

collection-layout-switch button svg {
    color: #17a0d8;
      opacity: 1;
      width: 29px;
      height: auto;
}
.collection-toolbar__button-list {
    margin-inline-end: 50px;
    /* background: #fff; */
    border: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.collection-toolbar__button-list button.collection-toolbar__button {
    font-size: 16px;
    font-weight: 600;
    opacity: 1;
    /* padding-block: 15px; */
    border: none;
    height: 100%;
}

.collection-toolbar__button[aria-expanded="true"]{
  background:#fff;
}

.collection-toolbar__button-container+.collection-toolbar__button-container {
    border: none;
    background: transparent;
}

.collection_page_wrapper .main-container .collection .container {
    max-width: 100%;
    padding: 0;
}


@media (min-width:1000px) {

.collection_page_wrapper .main-container .collection .container {
    max-width: 100%;
    padding: 0;
}
  
  .collection_page_wrapper.filter-enabled .collection.limited_productShow.collection_page_product_cards .container,
  .collection_page_wrapper.filter-enabled .collection.all_productShow.collection_page_product_cards .container {
    display: grid;
    grid-template-columns: var(--collection-sidebar-width) auto;
    gap: 50px;
  }
  
  facets-form.facets-form-collection {
      position: sticky;
      top: 150px;
      min-height: 500px;
      background: #fff;
      display: block;
      padding: 30px;
      border-radius: 20px;
  }
  
  .grid__mode__enable[collection-desktop-layout="large"] {
      grid-template-columns: 1fr 1fr;
      gap: 20px;
  }

  
  .grid__mode__enable[collection-desktop-layout="medium"] {
      grid-template-columns: 1fr 1fr 1fr;
      gap: 20px;
  }

  
  .grid__mode__enable[collection-desktop-layout="compact"] {
      grid-template-columns: 1fr;
      gap: 20px;
  }
    .collection_page_wrapper.filter-enabled .product-list > product-card.product-card {
      height: 100%;
  }
  .collection_page_wrapper.filter-enabled .collection-toolbar{
    box-shadow: none;
    border-block: 1px solid rgba(15, 37, 58, 0.20);
    flex-direction: row;
  }
  .collection_page_wrapper.filter-enabled collection-layout-switch.collection-toolbar__layout-switch-list{
      border: none;
  }
  
facets-form.facets-form-search .accordion__toggle span.text-with-icon,
  facets-form.facets-form-collection .accordion__toggle span.text-with-icon {
    text-transform: capitalize;
    color: #747D87;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: normal;
  }

  facets-form.facets-form-search .checkbox-control label,
  facets-form.facets-form-collection .checkbox-control label {
    color: #747D87;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  

facets-form.facets-form-search .accordion__content,
 facets-form.facets-form-collection .accordion__content {
    padding-inline-start: 0;
    padding-inline-end: 0;
  }
  safe-sticky.facets-sidebar {
    background: rgb(255, 255, 255);
    display: block;
    border-radius: 20px;
  }
  
 .collection .product-list[collection-desktop-layout="compact"] .product-card__info {
      display: grid;
  }

  .main-container.template-collection nav.pagination {
      border-color: #00addc;
  }
  product-list.product-list[collection-desktop-layout="compact"] product-card.product-card{
      min-height: 300px;
  }
  product-list.product-list[collection-desktop-layout="compact"] product-card.product-card .product-card__info {
      grid-template-rows: 1fr 1fr;
  }
  product-list.product-list[collection-desktop-layout="compact"] product-card.product-card .product-card__info .card_top_info {
      grid-row: 1 / 2;
  }
  product-list.product-list[collection-desktop-layout="compact"] product-card.product-card .product-card__info .card_bottom_info {
      grid-row: 2 / 3;
  }
  product-list.product-list[collection-desktop-layout="compact"] img.product-card__image.product-card__image--primary.aspect-natural {
      max-height: 250px;
  }
  
  .main-container.template-collection .product-list product-card.product-card .product-card__info .card_bottom_info product-form .product-card__quick-add-button {
        margin-right: 10px;
        min-width: max-content;
        display:inline-block;
  }
}

  .collection-toolbar__button-list {
      position: relative;
  }
  
  .collection-toolbar__button-list::after {
      content: '';
      position: absolute;
      inset: 0;
      /* box-shadow: 0px -3px 1px 4px #fff; */
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      z-index: -1;
  }

  facets-sort-popover#sort-by-popover {
    background: #fff;
    box-shadow: 0px 10px 15px 0px rgb(103 112 122 / 28%);
    width: 100%;
    border-radius: 0 0 20px 20px;
}

  .collection-toolbar__button-container .popover::part(content) {
    border: none;
    width: 100%;
    box-shadow: none;
  }

  .collection-title h1 {
      padding: 50px;
      font-size: 42px;
      font-weight: 600;
      line-height: normal;
      letter-spacing: normal;
      background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-align: left;
  }
  
  .collection-toolbar__layout-switch-list {
    padding: 0;
    padding-inline: 0;
    border-inline-width: 0 0px;
    gap: 20px;
  }
  
  .shopify-section--main-collection .template-collection {
    max-width: 1820px;
    margin: 0 auto;
    padding: 0 50px;
  }

@media (min-width:1000px) and (max-width:1400px){
  product-list.product-list[collection-desktop-layout="medium"] product-card.product-card {
    flex-direction: column!important;
}
  .collection_page_wrapper.filter-enabled .collection.limited_productShow.collection_page_product_cards .container{
    gap: 25px;
    grid-template-columns: 300px auto;
  }
  .collection_page_wrapper.filter-enabled .facets-sidebar{
    width: 300px;
  }
   product-list.product-list[collection-desktop-layout="medium"] product-card.product-card>.product-card__figure {
    flex-basis: 150px;
  }
  product-list.product-list[collection-desktop-layout="medium"] .product-card__image {
    max-height: 150px;
  }
  product-list.product-list[collection-desktop-layout="medium"] product-card.product-card {
    gap: 1rem!important;
  }
}

@media(max-width:767px){
  .collection-title h1 {
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
     margin-bottom: 0;
     padding: 10px 0;
    text-align: left !important;
  }
  product-list.product-list[collection-mobile-layout="medium"] .product-card product-form {
      /* display: grid !important; */
      /* grid-template-columns: 1fr; */
  }

  .shopify-section--map-with-text.shopify-section--image__text_wrapper .image-with-text .inner_container .prose .buttons-wrapper {
    margin-top: 0;
    padding: 20px 0;
  }

.product-list product-card.product-card .product-card__info .card_bottom_info product-form > *,
.product-list page-card.page-card .page-card__info .card_bottom_info product-form > * {
        flex: 1 auto;
        text-align: left;
        width: 100%;
    }


  .product-list product-card.product-card .product-card__info .card_bottom_info product-form, .product-list page-card.page-card .page-card__info .card_bottom_info product-form {
    flex-direction: column;
    gap: 10px;
}


.product-list product-card.product-card .product-card__info .card_bottom_info product-form .product-card__quick-add-button {
        margin-top: 10px;
        font-size: 18px;
    }

  .product-list product-card.product-card .product-card__info .card_bottom_info product-form .product-card__quick-add-button, .product-list product-card.product-card .product-card__info .card_bottom_info product-form .explore_more_button, .product-list page-card.page-card .page-card__info .card_bottom_info product-form .product-card__quick-add-button, .product-list page-card.page-card .page-card__info .card_bottom_info product-form .explore_more_button {
    font-size: 18px;
  }
  
.product-list product-card.product-card .product-card__info .card_bottom_info .price_container,
.product-list page-card.page-card .page-card__info .card_bottom_info .price_container {
        flex-direction: column-reverse;
        margin-bottom: 10px;
}
  
  
  .product-list product-card.product-card .product-card__info .card_bottom_info price-list.price-list,
  .product-list page-card.page-card .page-card__info .card_bottom_info price-list.price-list {
    margin-bottom: 0;
    width: 230px;
  }

  .collection_page_product_cards .collection__main .product-list.large_card_layout[collection-mobile-layout="medium"] {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  
  .collection-toolbar__layout-switch-list[device="mobile"] svg path {
    fill: #17a0d8;
  }
  
  .collection-toolbar__button-list button {
    /* color: #747D87; */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    opacity: 1;
    text-transform: capitalize;
    letter-spacing: normal;
    padding-block: 15px;
  }

  .main-container.template-collection .collection-toolbar__layout-switch-list {
    border: none;
  }
  
  .main-container.template-collection .collection-toolbar {
      /* box-shadow: 0 1px rgb(23 160 216), 0 -1px rgb(23 160 216); */
      margin-bottom: 0px;
  }

  .collection-toolbar__button-list {
    flex-direction: row-reverse;
  

  .collection-toolbar__button-container {
    border-inline-start-width: 1px;
  }
  
  .main-container.template-collection .collection .product-list {
        row-gap: 20px;
  }
    
  .main-container.template-collection facets-drawer#facets-drawer [slot='header'] {
    color: #67707A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: normal;
    opacity: 1;
  }

.main-container.template-collection span.accordion__toggle .text-with-icon {
    color: #747D87;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: normal;
    text-transform: capitalize;
}
 .main-container.template-collection .accordion__content .checkbox-control label {
    color: #747D87;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.main-container.template-collection .drawer.filter-drawer::part(content) {
    max-width: calc(100% - 23px);
    background-color: rgb(var(--background));
    background-image: var(--background-gradient);
    color: rgb(var(--text-color));
    grid-auto-rows: auto minmax(0, 1fr) auto;
    align-content: start;
    width: 100%;
    height: calc(100% - 123px);
    display: grid;
    position: relative;
    top: 115px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
    z-index: 999;
}
.main-container.template-collection .drawer.filter-drawer::part(overlay) {
  background: rgb(0 0 0 / 10%);
}

.main-container.template-collection .drawer.filter-drawer button.button.w-full {
    border: 1.5px solid #3bc1ca;
    background: transparent;
    padding: 12.5px 10px;
    font-size: 18px;
    border-radius: 10px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1;
}
.main-container.template-collection nav.breadcrumb {
  padding: 9.5px 20px;
  padding-inline: 0;
  max-width: calc(100% - 40px);
  margin-inline: auto;
}
  
.primary_collection_product form.shopify-product-form {
    width: 100%!important;
}

.primary_collection_product a.explore_more_button {
    width: 100%;
}
  .primary_collection_product product-card.product-card .product-card__info .collection_card_info .container {
        border-bottom: 1px solid #D8DDE2;
    }

  /* sotware page */

  .shopify-more-feature-multicolumn .section-spacing.with-section_title {
    padding: 35px 20px;
  }

  .shopify-more-feature-multicolumn .section-spacing .section-stack{
    gap:0px;
  }

}
/* Collection Page Styles end */

html .grid-wrap {
    min-height: unset!important;
}

/* services page style start*/
div#service-page-template-wrapper .shopify-section--text-with-icons .container{
  max-width:1700px;
}
div#service-page-template-wrapper .shopify-section--text-with-icons .text-with-icons__item{
  aspect-ratio: 200 / 195;
  display: grid;
  place-content: center;
}

@media(min-width:1000px){
  div#service-page-template-wrapper .shopify-more-feature-multicolumn .section-header.justify-self-start.text-start {
      margin-bottom: 40px;
  }
  div#service-page-template-wrapper .shopify-more-feature-multicolumn multi-column.multi-column .multi-column__item .prose p {
      font-size: 25px;
      max-width: unset;
      line-height: normal;
  }
  div#service-page-template-wrapper multi-column.multi-column.multi-column-5-items {
      display: flex;
      flex-wrap: wrap;
  }
  
  div#service-page-template-wrapper multi-column.multi-column.multi-column-5-items > div {
      flex: 1 1 30%;
      width: 100%;
      max-width: 100%;
  }
  div#service-page-template-wrapper section.shopify-section.shopify-section--video.video-container-wrapper {
      padding-block-start: 0;
  }
}
/* services page style end */


.cm_contact_section_form form.klaviyo-form {
    padding: 0 !important;!i;!;
}

.cm_contact_section_form .needsclick[data-testid="form-row"] {
    width: 100%;
    !;!i;!i;!i;!;
    justify-content: end;
}

.cm_contact_section_form .needsclick div[component="[object Object]"] {
    !i;!;
}

.cm_contact_section_form .needsclick div[data-testid="form-component"] > div > div {
    text-align: left !important;!i;!;
    border: 0 !important;!i;!;
}

/* .cm_contact_section_form .needsclick div[data-testid="form-component"] > div > div:first-child {
    margin-bottom: 30px;
} */



.cm_contact_section_form .needsclick div[data-testid="form-component"] > div > div > .needsclick > .needsclick {
    padding: 0 !important;
    border-radius: 10px !important;
  border:0 !important; 
}

.cm_contact_section_form .needsclick div[data-testid="form-component"] > div > div button.needsclick[aria-label="Show Options"] {
    height: 48px !important;
    border-radius: 10px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    width: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cm_contact_section_form .needsclick div[data-testid="form-component"] input#Message_01J9V307A9S1MC318DXZK0X6CG {
    min-height: 100px !important;!i;!;
    height: auto !important;!i;!;
    !i;!;
}

.cm_contact_section_form .needsclick div[data-testid="form-component"] input#Message_01J9V307A9S1MC318DXZK0X6CG::placeholder {
    position: absolute;
    top: 10px;
}


.cm_contact_section_form .needsclick div[component="[object Object]"] #rich-text-01J9V3079THJVHASB6BG62YHJ1 div {
    font-weight: 500;
    font-size: 25px !important;
    letter-spacing: normal;
    margin: 0;
    line-height: 100%;
    text-transform: none;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px !important;
    display: block;
}

.cm_contact_section_form .needsclick div[data-testid="form-component"] input.go166609295 {
    border-right: 0 !important;!i;!;
    border-top-right-radius: 0 !important;!i;!;
    border-bottom-right-radius: 0 !important;!i;!;!~;!~
    i;!~;
}

.cm_contact_section_form .needsclick div[data-testid="form-component"] button#downshift-39-toggle-button {
    height: 48px !important;
}

.cm_contact_section_form .needsclick div[data-testid="form-component"] > div > div button.needsclick#downshift-40-toggle-button {
    height: 48px !important;
}

.cm_contact_section_form .needsclick div[data-testid="form-component"] > div > div button.needsclick#downshift-41-toggle-button {
    height: 48px !important;
}

.cm_contact_section_form .needsclick div[data-testid="form-component"] input[aria-owns="downshift-4-menu"],
.cm_contact_section_form .needsclick div[data-testid="form-component"] input[aria-owns="downshift-0-menu"] {
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.cm_contact_section_form .needsclick div[data-testid="form-component"] > div > div:first-child > span {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px  !important;!i;!;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
}

.cm_contact_section_form .needsclick div[data-testid="form-component"] > div > div > span,
.cm_contact_section_form .needsclick div[component="[object Object]"] #rich-text-01J9V3079THJVHASB6BG62YHJ1 div,
.cm_contact_section_form .needsclick div[component="[object Object]"] #rich-text-01J9V307AKSN1F6YMSMYJ95497 > p {
    font-weight: 500 !important;
    font-size: 25px !important;
    letter-spacing: normal;
    margin: 0;
    line-height: 100%;
    text-transform: none;
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px !important;
    display: block;
    text-align:left !important;
}

.cm_contact_section_form .needsclick div[data-testid="form-component"] input {
    padding: 10px 20px !important;
    outline: none;
    border: 1px solid #E4E4E4 !important;
    box-shadow: none;
    background-color: rgb(255 255 255 / 90%) !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0.5px !important;
    color: #747D87 !important;
}

.cm_contact_section_form .needsclick div[data-testid="form-component"] input#Message_01J9V307A9S1MC318DXZK0X6CG {
    min-height: 100px !important;
    height: auto !important;
}

.cm_contact_section_form .needsclick div[data-testid="form-component"] input#Message_01J9V307A9S1MC318DXZK0X6CG::placeholder {
    position: absolute;
    top: 10px;
}


.cm_contact_section_form .needsclick div[data-testid="form-component"] > div > div button.needsclick {
    outline: none;
    border: 1px solid #E4E4E4 !important;
    height: 50px !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.cm_contact_section_form .needsclick div[data-testid="form-component"] input[type="tel"] {
    border-left: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.cm_contact_section_form .needsclick div[component="[object Object]"] button[type="button"].needsclick.go300628013 {
    background: var(--Fotomaster, linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%)) !important;!i;!;
    border: 0;
    border-radius: 10px !important;
    font-size: 20px !important;
    letter-spacing: normal !important;
    line-height: 24px !important;
    outline: none;
    margin-left: auto;
    text-transform: none;
    padding: 13px 15px !important;
    color: #fff !important;
    font-weight: 700 !important;
    height: auto !important;
}

.template-contact .shopify-section--contact:not(.shopify-section--contact-stages) {
    display: none;
}
/* 
.shopify-section--social_media .social_section_header {
    display: inline-block;
    top: -64px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 20px;
    position: relative;
    background-color: rgb(var(--background));
}

.shopify-section--social_media h3 {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.shopify-section--social_media {
    border-top: 0.5px solid #929EAB;
}


.shopify-section--social_media .social_section_header {
    display: inline-block;
    top: -64px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 20px;
    position: relative;
    background-color: rgb(var(--background));
}

.shopify-section--social_media ul.social-media {
    justify-content: center;
}

.shopify-section--social_media ul.social-media li.social-media__item svg {
    width: 30px;
    height: 30px;
    fill: #00addc;
}

.shopify-section--social_media ul.social-media li.social-media__item svg > path,
.shopify-section--social_media ul.social-media li.social-media__item svg > g,
.shopify-section--social_media ul.social-media li.social-media__item svg > g > path:first-of-type {
    fill: #00addc;
    stroke: #00addc;
} */

@media (max-width:768px) {

  .main_product_page_wrapper safe-sticky.for_desktop.product-info .product-info__block-list .product-info__block-item[data-block-type="price"]{
    display: block;
  }
  
  section.section-buy-it-with .product-list product-card.product-card {
      display: none;
  }

  .shopify-section--social_media .container {
    padding: 50px 20px;
  }
  
  .shopify-section--social_media .container .social-media--list {
    justify-content: center;
    gap: 20px;
  }

  .shopify-section--icon-text-multi-column .section-header .prose .h2.heading {
    padding-left: 0px !important;    
  }

  .ipad-photo-booths .shopify-section--image-with-text-overlay image-with-text-overlay .content .prose, .dslr-photo-booths .shopify-section--image-with-text-overlay image-with-text-overlay .content .prose, .mirror-photo-booths .shopify-section--image-with-text-overlay image-with-text-overlay .content .prose, .photo-booth-stations .shopify-section--image-with-text-overlay image-with-text-overlay .content .prose {
    max-width: 50%;
  }

  .ipad-photo-booths .shopify-section--image-with-text-overlay image-with-text-overlay .content, .dslr-photo-booths .shopify-section--image-with-text-overlay image-with-text-overlay .content, .mirror-photo-booths .shopify-section--image-with-text-overlay image-with-text-overlay .content, .photo-booth-stations .shopify-section--image-with-text-overlay image-with-text-overlay .content {
    align-self: start;
    margin-top:50px;
  }

  .ipad-photo-booths .shopify-section--image-with-text-overlay image-with-text-overlay, .dslr-photo-booths .shopify-section--image-with-text-overlay image-with-text-overlay, .mirror-photo-booths .shopify-section--image-with-text-overlay image-with-text-overlay, .photo-booth-stations .shopify-section--image-with-text-overlay image-with-text-overlay {
    --content-over-media-gap: 30px;
  }
  
  /* Collections CSS */
  
  .shopify-section--collection-list .section-spacing {
      padding: 35px 0;
  }
  
  .shopify-section--collection-list .collection-list.wrap {
    width: 100%;
    gap: 10px;
    padding: 20px;
  }

  .shopify-section--collection-list .collection-list.wrap .collection-card {
    flex-basis: var(--collection-list-item-size, calc(100% / var(--collection-list-items-per-row) - 10px*(var(--collection-list-items-per-row) - 1) / var(--collection-list-items-per-row)));
  }

  .shopify-section--collection-list .collection-list.wrap .collection-card .content-over-media {
    padding: 20px;
  }

  .shopify-section--collection-list .collection-list.wrap .collection-card .content-over-media .collection-card__content.place-static p.h3 {
    font-size: 16px;
    font-weight: 500;
    width: 80%;
    margin: 0 auto;
  }
  
  /* Logo list section css */

  .service-page-template-wrapper .shopify-section--rich-text .container--lg {
     margin: 35px;
  }

  .shopify-section-image-blocks-with-text .section-stack {
    display: flex !important;
  }

  .shopify-section-image-blocks-with-text .section-stack .section-header {
    margin: 0;
  }

  .shopify-section--video-slider h2.section_heading {
    padding-left: 30px;
    font-weight: 600;
    margin-bottom: 30px;
  }

  .shopify-section--logo-list .section-spacing .container .section-stack{
    gap: 20px;
  }

  .shopify-section--logo-list{
    padding: 30px 0px;
  }

  /*  */
/* 
  .shopify-section--icon-text-multi-column .section-header .prose .h2.heading {
    padding-left: 20px;
  } */

   .content-over-media>picture img {
     height: 50vw;
     object-fit: cover;
     object-position: bottom;
     background: #fff;
    }
  
  .shopify-section--main-list-collections .collection-list .collection-card .content-over-media .collection-card__content.place-self-end-center {
    width: 85%;
    margin: 0 auto;
  }

  .shopify-section--main-list-collections .section-spacing--tight {
    --section-vertical-spacing: 30px;
    padding-block-end: 30px;
    padding: 30px;
  }

  .single_services-top_section .container {
    padding: 30px;
  }

  .AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block.sms-features {
      flex-wrap: nowrap;
      flex-direction: column;
      align-items: center;
  }
  
  .AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block.sms-features .experience-title {
      flex-basis: 100%;
      padding-right: 0;
      width: 100%;
  }
  
  .AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block.sms-features .select_field {
      flex-basis: 100%;
  }
  
  .AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block.sms-features .experence-all-features .single-exp-feature .pro-feature-key {
      border: 0;
  }
  
  .AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block.sms-features .experence-all-features .single-exp-feature .feature-key {
      border: 0;
  }
  
  .AI-full-specification-block .AI-full-specification-inner_block .experiences-feature-block.sms-features .experence-all-features {
      background-color: transparent;
      box-shadow: none;
  }
  
  blog-posts.blog-post-list .blog-post-card .blog-placeholder-image svg.blog-post-card__image {
      width: 100%;
      max-height: 150px;
  }
    
    .cm_contact_section_form .needsclick[data-testid="form-row"] {
      display: block !important;
  }
  
  /* .shopify-section--icon-text-multi-column_slider .partner-grow-business-section .section-stack .section-header-button-blocks .section-header .h2.heading {
      font-size: 24px !important;
      line-height: 28px !important;
      padding: 0;
      width: 80%;
  } */
  
  .shopify-section--icon-text-multi-column_slider .partner-grow-business-section .section-stack .section-header-button-blocks  .sliders-buttons {
      display: none;
  }
  
    .shopify-section--icon-text-multi-column {
      padding-top: 0px !important;
  }

  .shopify-section--icon-text-multi-column_slider .section-stack multi-column.partner-slider .multi-column__item .prose .h3 {
      font-size: 22px;
      line-height: 24px;
      margin-top: 10px !important;
      font-weight: 500;
      letter-spacing: normal;
  }
  
  .shopify-section--icon-text-multi-column_slider .section-stack multi-column.partner-slider .multi-column__item .prose .h3 > strong {
      background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 500;
  }
  
  .shopify-section--icon-text-multi-column_slider .section-stack multi-column.partner-slider .multi-column__item .prose .content_wrapper-partner {
      font-size: 16px;
      line-height: 25px;
      color: #747d8f;
  }
  
  .shopify-section--icon-text-multi-column_slider .section-stack multi-column.partner-slider .multi-column__item .overflow-hidden {
      overflow: unset;
  }

  .text-with-icons {
    gap: 20px;
    --text-with-icons-column-gap: 20px !important;
    --text-with-icons-items-per-row: 2;
  }
  
}

@media screen and (max-width: 768px) {
  .cart-drawer__order-note {
   padding: 25px;
  }
}

.cart-drawer__order-note {
  bottom: 240px;
}
  
.cart-drawer__order-note dialog-close-button.contents button.button {
  border: 1px solid #2dc3e8;
  font-size: 16px;
  font-weight: 500;
  color: #67707A;
}

.cart-drawer__order-note .form {
  row-gap: 15px;
}

/* About-us Photo Quality Section */


.about-quality-photos-section {
  padding-block: 0px !important;
}

.inner-about-quality-photos-section {
  padding: 0px;
}

.about-quality-photos-section .container {
  padding: 30px;
}

.inner-about-quality-photos-section .all-items {
  width: 100%;
  gap: 50px;
  flex-direction: row;
  display: flex;
  justify-content: space-evenly;
}

.inner-about-quality-photos-section .all-items .single-item {
    width:100%;
}

.inner-about-quality-photos-section .all-items .single-item .photo-label {
    font-size:18px;
}

.inner-about-quality-photos-section .all-items .single-item span.photo-count p {
    text-align:center;
    font-size: 50px !important;
    font-weight: 500;
}

.inner-about-quality-photos-section .all-items .single-item span.photo-count p strong {
    font-weight: 500;
}

@media(max-width: 767px) {

  safe-sticky.for_desktop.product-info [data-block-id="payment_terms"] {
      display: none;
  }
  
  safe-sticky.for_desktop.product-info [data-block-id="text_pXq3Ch"] {
      display: none;
  }

  .shopify-section--main-product .product-title.h3 {
    font-size: 42px;
  }

  .shopify-section--main-product .product-title.based_image .based_on_wrapper img {
    max-width: 60px;
  }

  .shopify-section--main-product .product-title.based_image .based_on_wrapper {
    gap: 0;
  }

  .tiny-heading-two {
    background: linear-gradient(91deg, #2dc3e8 -31.34%, #00bcdf 3.79%, #1c9ad6 33.58%, #00addc 69.48%, #46bea5 94.69%, #3bc1ca 120.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 50px 20px 0px 20px !important;
    font-size: 42px !important;
    font-weight: 600 !important;
  }

  .loox-reviews-default iframe { 
    padding:0 20px 0 20px;
  }

  .shopify-more-feature-multicolumn .section-spacing .container multi-column {
    gap: 0px;
  }

  .shopify-section--icon-text-multi-column_slider .partner-grow-business-section .section-stack .section-header-button-blocks .section-header {
        /* padding-left: 18px;
        padding-right: 18px; */
        max-width: 90%;
        width: 100%;
  }

  .shopify-section--icon-text-multi-column .section-header .prose .h2.heading {
    padding-left: 20px !important;
  }
  
  .about-quality-photos-section {
    padding-block: 0px !important;
  }

  .about-quality-photos-section .container {
    margin: 0px;
    padding: 0px;
  }
  
  .inner-about-quality-photos-section {
      padding: 40px 20px 40px 20px !important;
  }
  
  .inner-about-quality-photos-section .all-items {
    width: 100%;
    gap: 0px;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
  }
}

@media(max-width: 576px) {

  .template-lobby-use-cases .lobby-use-cases .shopify-section--rich-text .section-spacing .container.container--lg,
  .template-lobby-services .lobby-services .shopify-section--rich-text .section-spacing .container.container--lg {
      padding: 20px;
  }

  .template-lobby-use-cases .shopify-more-services-multicolumn .section-stack,
  .template-lobby-services .shopify-more-services-multicolumn .section-stack {
      padding: 0px 20px;
  }

  .photo-booth-stations .shopify-section--image-with-text-overlay .content-over-media>picture img {
     height: 80vw !important;
     object-fit: contain;
     object-position: 50% -10px;
     background: #fff;
  }

  .single_services-top_section .container {
    padding: 20px;
  }

  /* Login account */
  
  .shopify-section--main-customers-login .container,
  .shopify-section--main-customers-register .container {
      padding: 30px;
  }

  .shopify-section--main-customers-login .container .customer-account-box .fieldset .relative .input-suffix {
      max-width: 70px;
      line-height: 14px;
  }

  .shopify-section--main-customers-register .container .customer-account-box .fieldset input, .shopify-section--main-customers-login .container .customer-account-box .fieldset input {
    font-size: 16px;
    padding: 0 10px;
  }

  #customer_login .floating-label {
    left: 5px;
  }


  /* policy */

  .shopify-policy__container {
    background-color: #fff;
    padding: 30px;
    max-width: 90%;
    border-radius: 20px;
    box-shadow: 0 2px 30px #1b2a3a0d;
    line-height: 32px;
    gap: 20px;
  }

  .shopify-policy__container h1 {
      font-size: 35px;
      font-weight: 600;
      background: linear-gradient(91deg, #2DC3E8 -31.34%, #00BCDF 3.79%, #1C9AD6 33.58%, #00ADDC 69.48%, #46BEA5 94.69%, #3BC1CA 120.65%);
      background-clip: text;
      color: transparent;
      -webkit-background-clip: text;
  }
  /*  */

  .shopify-section--collection-list .heading {
    font-size:35px !important;
  }

  .content-over-media>picture img {
    height: 60vw;
  }

  .use-cases2 .content-over-media>picture img {
    height: 120vw !important;
  }


  .use-cases2 .shopify-section--image-with-text-overlay image-with-text-overlay .content {
    padding: 20px 0px;
    place-self: start;
  }
  
  .inner-about-quality-photos-section .all-items {
      width: 100%;
      gap: 20px;
      flex-direction: column;
      display: flex;
      justify-content: space-between;
  }

  .use-cases2 .shopify-section--image-with-text-overlay image-with-text-overlay .content .prose > div p {
    width: 100%;
    margin: 0;
  }
  
  .shopify-section--main-list-collections .section-spacing--tight {
    padding: 10px;
  }

  .shopify-section--main-list-collections .collection-list .collection-card .content-over-media .collection-card__content.place-self-end-center p.h3 {
    font-size: 13px;
    font-weight: 500;
  }

  .shopify-section--main-list-collections .collection-list .collection-card {
    border: none;
    min-height: 140px;
  }

  .shopify-section--main-list-collections .collection-list .collection-card .content-over-media {
    --content-over-media-gap: 10px;
    row-gap: 10px !important;
  }

  .shopify-section--logo-list .section-header {
    width: 100%;
    text-align: left;
    padding: 0 20px;
  }

  .shopify-section--video-slider h2.section_heading {
    padding-left: 20px;
    margin-bottom: 0px;
  }

 .service-page-template-wrapper .shopify-section--rich-text .container--lg {
    margin: 30px 20px !important;
  }

   .shopify-section--logo-list {
    padding: 20px 0;  
  }

  /* Collections Updates */

  .collection-title h1 {
    padding: 30px 20px !important;
  }

  .shopify-section--main-collection .template-collection {
    padding: 0 20px !important;
  }

  /* Software collection page */

  .template-software .software .industry-featured-collection-section {
    padding: 0px;
  }

}

/* Buy it with */

   .blog-post-card-outer {
        width: 100% !important;
    }

.section-buy-it-with, .cart_buy_it_with {
  overflow: hidden;
}


  
  .shopify-section--blog-posts .section-stack blog-posts.blog-post-list .slick-track {
    padding-bottom: 15px;
    width: 100%;
}
@media(max-width: 768px) {

  .section-buy-it-with {
    padding:35px 20px;
  }
  
  .section-buy-it-with h2.h2.heading {
      font-size:42px !important;
  }
  
    .section-buy-it-with .section-spacing{
      padding: 0 !important;
  }

  .cart_buy_it_with .section-spacing .container {
    padding: 0 20px;
  }
}

@media(max-width: 1000px) {

  .section-buy-it-with .buy_it_product_item_list.product-list .slick-list .product-card {
      min-height: 560px;  
  }

  .shopify-section--map-with-text .image-with-text.image-with-text--reverse .inner_container picture {
    top: 0;
    height: 100%;
  }

  .services-certified-badge .shopify-section--multiple-media-with-text multiple-media-with-text {
    margin: 50px;
  }
}

@media(max-width: 1200px) {

  .section-buy-it-with .buy_it_product_item_list.product-list .slick-list .product-card,
    .cart_buy_it_with .buy_it_product_item_list.product-list .slick-list .product-card  {
      min-height: 560px;  
    }
}

@media (min-width: 700px){
  
  .collection-toolbar__layout-switch-list {
    border-inline-width: 0 0px !important;
  }
}

@media (min-width: 768px) {
  .marketing_featured_product product-rerender .product .mobile_image {
    display:none;
  }

  .shopify-section--image__text_wrapper .partner-image-text image-with-text.container picture .h1 {
    display:none;
  }

  .shopify-section--map-with-text .image-with-text .inner_container .prose .buttons-wrapper .button:last-child {
    margin: 10px 0 0 0 !important;
  }
  
}

@media(max-width: 375px) {
  .photo-booths .shopify-section--collection-list .collection-list {
    --collection-list-items-per-row: 2;
  }

}

@media (max-width: 769px) {

.shopify-section--icon-text-multi-column_slider .section-stack .section-header-button-blocks .section-header p {
  padding-left: 20px !important;
}

.shopify-section-image-blocks-with-text .section-stack .section-header .prose .h2.heading {
    font-size: 42px !important;
    writing-mode: horizontal-tb !important;
    transform: none !important;
  }

  .shopify-section--icon-text-multi-column multi-column.multi-column {
    margin: 0px !important;
  }
}

@media (max-width:425px) {
  
  .photo-booth-stations .shopify-section--image-with-text-overlay .content-over-media>picture img {
    height: 100% !important;
  }

  .single_services-top_section product-rerender .product .product-info .buttons-wrapper .button {
    font-size: 14px;
    padding: 10px 15px;
  }
  
}
