/** Shopify CDN: Minification failed

Line 638:51 Unexpected "{"
Line 639:8 Expected ":"

**/
html{
  padding-bottom: 0 !important;
}

/* 23-07-2024 */
.footer__item.footer__item--links.is-first .footer__item-content {
    margin: 0 0 40px;
}
.footer__item.footer__item--links.is-first  .img-text-wrapper img {
    max-width: 220px;
}
.footer__item.footer__item--links.is-first {
    display: flex;
    flex-direction: column;
}
.footer .img-text-wrapper .text-below-img {
    font-size: 15px;
    line-height: 22px;
  padding-right:55px;
}
.footer__item.footer__item--links.is-first .img-text-wrapper {
    margin-top: 100px;
    padding-bottom: 0;
}
.footer .footer__item-content a {
    text-decoration: none;
}

.shopify-section--apps .content-box.custom-heading {
    margin-bottom: 48px;
}

/* 26-08-2024 */

.new-coll-list .list-collections__item {
    height: 100%;
}

.new-coll-list .list-collections__item-info {
    position: static;
    color: #000;
    padding: 18px 14px;
    transform: unset;
}
.new-coll-list .list-collections__item-info .heading {
    color: #000;
}

.new-coll-list .list-collections__item-image {
    min-height: auto;
    height: 100%;
    width: 100%;
}

/* 28-08-2024 */
.shopify-section--rich-text.rich-text .section {
    margin: 0 auto;
    padding: 50px 0 40px;
}
.shopify-section--rich-text.rich-text .section .heading {
    margin: 0 0 15px;
}
.new-coll-list header.section__header {
    margin-bottom:25px;
}
.new-coll-list .section {
    margin-top: 0;
}
.new-coll-list .list-collections__item-list {
    padding: 0;
    max-width:80%;
    margin: 0 auto;
    gap: 15px;
    height: 100%;
  align-items:flex-start;
}
.new-coll-list .list-collections__item-image-wrapper {
    height: 280px;
    overflow: hidden;
}
.new-coll-list .list-collections__item-info .heading {
    font-size: 20px;
    line-height: normal;
}
/* 04-11-2024 */
.sa-product-item .product-item__cta-wrapper .button {
    padding: 18px 10px;
}
.sa-product-item .product-item__aspect-ratio {
    height: 300px;
    object-fit: cover;
}
.sa-product-item .product-item__cta-wrapper {
    margin-top: auto !important;
}
.sa-product-item form.shopify-product-form {
    margin-top: auto;
}
.sa-product-item  .product-item-meta {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.shopify-section--faq:has(.section:empty) {
    margin: 0;
    display: none;
}
.faq-section-part header.section__header.text-container {
    margin-top: 50px;
}
.shopify-section--contact-form .contact {
    align-items: center;
}
/* 04-11-2024 */

@media  screen and (min-width: 741px) and (max-width: 999px){
.new-coll-list .list-collections--grid .list-collections__item-list {
    grid-auto-columns: unset;
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    padding: 0 30px;
}
  .new-coll-list .list-collections__item-image-wrapper {
    height: 220px;
}
}

@media screen and (max-width:1499px){
.new-coll-list .list-collections__item-list {
    max-width:85%;
}
  .new-coll-list .list-collections__item-image-wrapper {
    height: 260px;
}
  .new-coll-list .list-collections__item-info .heading {
    font-size: 19px;
}
}
@media screen and (max-width:1199px){
.new-coll-list .list-collections__item-list {
    max-width:100%;
}
    .new-coll-list .list-collections__item-info .heading {
    font-size: 18px;
}
  .new-coll-list .list-collections__item-info {
    padding: 15px 12px;
}
}
@media screen and (max-width:999px){
.new-coll-list .list-collections__item-image-wrapper {
    height: 230px;
}
  .new-coll-list .list-collections__item-info .heading {
    font-size: 17px;
}
}

@media screen and (max-width:740px){
  html{
    font-size: 14px;
  }
  .shopify-section--apps .content-box.custom-heading {
    margin-bottom: 32px;
}
.new-coll-list .list-collections__item-list {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.new-coll-list .list-collections__item-info .heading {
    font-size: 16px;
    line-height: 22px;
}
  .new-coll-list .list-collections__item-image-wrapper {
    height: 220px;
}
  .new-coll-list .list-collections__item-info {
    padding: 10px;
}
  .shopify-section--rich-text.rich-text .section {
    padding: 40px 0 30px;
}
}
@media screen and (max-width:480px){
.new-coll-list .list-collections__item-image-wrapper {
    height: 160px;
}
  .new-coll-list .list-collections__item-info .heading {
    font-size: 14px;
    line-height: 19px;
}
  .new-coll-list .list-collections__item-list {
    gap: 12px;
}
}
@media screen and (max-width:360px){
.new-coll-list .list-collections__item-image-wrapper {
    height: 140px;
}
  .new-coll-list .list-collections__item-info .heading {
    font-size: 13px;
    line-height: 18px;
}
  .new-coll-list .list-collections__item-info {
    padding: 6px 4px;
}
}

@media screen and (min-width:768px){
  sa-hide-desktop{
    display:none;
  }
}
@media screen and (max-width:767px){
  .sa-hide-mobile{
    display:none;
  }
  .sa-product-item .product-item-meta__excerpt {
    display: none;
}
  .sa-product-item .product-item__aspect-ratio {
    height: 180px;
}
}


.pagination .pagination__nav-item{
  font-size: 26px;
  font-weight: 900;
  box-shadow: none;
}
.pagination .pagination__nav-item[aria-current="page"]{
  color: #9d0e0e;
}
.pagination .pagination__nav-item:before{
  display:none;
}
.pagination .pagination__nav-item svg{
  width: 16px;
    height: auto;
}
.pagination .pagination__nav-item[rel="prev"] svg{
  transform: rotate(180deg);
}
@media screen and (max-width:767px){
  .pagination .pagination__nav-item{
    font-size: calc(52/1024*100vw);
  }
}

/* Newsletter */
.sa-newsletter .image-with-text-block__content{
  margin-top: calc(90/1920*100vw);
  margin-bottom: calc(50/1920*100vw);
  padding: 0;
}
.sa-newsletter .sa-grid{
  display: grid;
  grid-template: 'title''form' / 100%;
  grid-gap: calc(20/1920*100vw);
  align-items: center;
}
.sa-newsletter .sa-grid .heading{
  grid-area: title;
  margin:0;
  font-size: calc(35/1920*100vw);
}
.sa-newsletter .sa-grid form{
  grid-area: form;
  margin:0;
}
.sa-newsletter .sa-grid form .input__field{
  border-radius:10px;
  background: #fff;
  color: #2f2f2f;
}
.sa-newsletter .sa-grid form label{
  background: #fff;
  color: #2f2f2f;
}
.sa-newsletter .sa-grid form button{
  border-radius:10px;    
  font-size: max( 20px, calc(28/1920*100vw) );
  letter-spacing: 0;
  font-weight: 900;
  padding-left: 15px;
  padding-right: 15px;
}
/* 08-08-2024 */
.social-logo-section .logo-list {
    margin: 0 auto !important;
}
.social-logo-section .logo-list__list {
    --logos-per-row: 12;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
    width: 100%;
}
.social-logo-section .logo-list__list .logo-list__item {
    padding: 0;
    width: 100%;
    max-width: 80px;
    height: 80px;
    margin: 0 auto;
}
.social-logo-section .logo-list__list .logo-list__image {
    width: 100% !important;
    max-width: 100%;
  margin:0 auto;
    height: 100%;
  object-fit:contain;
  
}



@media screen and (min-width:768px){
  .sa-newsletter .container-grid{
    display:grid;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    padding:0;
  }
  .sa-newsletter .sa-grid{
    padding:  max( 20px, calc(45/1920*100vw) ) calc(100/1920*100vw) max( 20px, calc(45/1920*100vw) ) calc(230/1920*100vw);
  }
  .sa-newsletter .sa-img{
    position:relative;
  }
  .sa-newsletter .sa-img img{
    margin:0;
    top: 50%;
    left: 50%;
    width: calc(100% + 2px);
    max-width: calc(100% + 2px);
    height: calc(100% + 2px);
    transform: translate(-50%,-50%);
  }
}
@media screen and (max-width:767px){
  .sa-newsletter .image-with-text-block__content{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 20px 25px;
  }
  .sa-newsletter .sa-grid{
    grid-template: 'title' 'form' / 100%;
    grid-gap: 20px;
  }
  .sa-newsletter .sa-grid .heading{
    font-size: calc(54/1024*100vw);
    text-align: center;
  }
  .sa-newsletter .sa-img{
    display:none;
  }
}



  
.google-play-and-app-store{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}




/* Slideshow */
.sa-home-slideshow .slideshow__text-wrapper{
  position: absolute;
    left: calc(80/1920*100vw);
    bottom: calc(110/1920*100vw);
    padding: 0;
}
.sa-home-slideshow .slideshow__text-wrapper .content-box{
  margin:0;
}
.sa-home-slideshow .slideshow__text-wrapper .content-box .button {
  display: inline-flex;
    align-items: center;
  border-radius:25px;
  font-size: calc(32/1920*100vw);
    line-height: calc(52/1920*100vw);
      font-weight: bold;
  padding-left: calc(35/1920*100vw)
    padding-right:calc(35/1920*100vw)
}
.sa-home-slideshow .slideshow__text-wrapper .content-box .button img{
  display: inline-flex;
      margin: 0 0 0 10px;
  height: calc(20/1920*100vw);
}

@media screen and (max-width:767px){
  .sa-home-slideshow .slideshow__text-wrapper{
    display:none;
  }
}





/*  image With Text */
.sa-home-image-with-text{

}
.sa-home-image-with-text .image-with-text__wrapper{
  display: grid;
  grid-template-columns: 1120fr 800fr;
}
.sa-home-image-with-text .image-with-text__wrapper img{
  width: 100%;
}   
.sa-home-image-with-text .image-with-text__wrapper .image-with-text__image.sa-mobile{
  display:none;
}
.sa-home-image-with-text .image-with-text__wrapper .image-with-text__image-wrapper{
  width: 100%;
  margin: 0;
}
.sa-home-image-with-text .image-with-text__wrapper .image-with-text__content-wrapper{
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: calc(60/1920*100vw);
  padding-right: calc(290/1920*100vw);
}
@media screen and (min-width:768px){
  .sa-home-image-with-text .container{
    max-width: 100%;
    padding: 0;
  }
  .sa-home-image-with-text .image-with-text__wrapper{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .sa-home-image-with-text .image-with-text__wrapper .image-with-text__content-wrapper,
  .sa-home-image-with-text .image-with-text__wrapper .image-with-text__content-wrapper .image-with-text__content-list{
    height:100%;
  }
  .sa-home-image-with-text .image-with-text__wrapper .image-with-text__content-wrapper .image-with-text__content{
    display:grid;
  }
  .sa-home-image-with-text .image-with-text__wrapper .image-with-text__content-wrapper .image-with-text__content div:nth-child(1){
    align-self:start;
  }
  .sa-home-image-with-text .image-with-text__wrapper .image-with-text__content-wrapper .image-with-text__content div:nth-child(2){
    align-self:center;
  }
  .sa-home-image-with-text .image-with-text__wrapper .image-with-text__content-wrapper .image-with-text__content div:nth-child(3){
    align-self:end;
  }
  .sa-home-image-with-text .image-with-text__wrapper .image-with-text__content-wrapper img{
    margin: 0;
  }
}
@media screen and (max-width:767px){
  .sa-home-image-with-text {
    margin-top:20px !important;
  }
  .sa-home-image-with-text .image-with-text {
    padding: 0;
  }
  .sa-home-image-with-text .image-with-text .container{
    padding: 0;
  }
  .sa-home-image-with-text .image-with-text__wrapper{
    grid-template-columns: 100%;
  }
  .sa-home-image-with-text .image-with-text__wrapper .image-with-text__content-wrapper{
    padding-left: 20px;
    padding-right: 20px;
  }
  .sa-home-image-with-text .image-with-text__wrapper .image-with-text__content-wrapper .image-with-text__content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .sa-home-image-with-text .image-with-text__wrapper .image-with-text__content-wrapper .image-with-text__content img{
    margin: 20px 0;
  }
  .sa-home-image-with-text .image-with-text__wrapper .image-with-text__content-wrapper .image-with-text__content .image-with-text__text-wrapper,
  .google-play-and-app-store{
    display: none;
  }
  .sa-home-image-with-text .image-with-text__wrapper .image-with-text__image.sa-desktop{
    display:none;
  } 
  .sa-home-image-with-text .image-with-text__wrapper .image-with-text__image.sa-mobile{
    display:block;    
    position: relative;
  }
}


/* Featured Collection */
  .sa-featured-collection{
    margin-top: 0;
    margin-bottom: 0;
  }
  .sa-featured-collection .container{
    max-width:100%;
  }
  .sa-featured-collection .section__header{
    margin-left: calc(var(--container-gutter) * -1);
    margin-right: calc(var(--container-gutter) * -1);
    max-width: initial;
    background: #ffffff;
    margin-top: 30px;
    margin-bottom: 12px;
    padding: 30px 10px 25px;
  }

/* 09-08-2024 */

body .sa-featured-collection.cstm-head .section__color-wrapper .heading.heading--small {
    font-size: 2.1875vw;
    line-height: 1.0714285714;
    font-weight: 700;
    text-align: center;
    letter-spacing: -1px;
    margin: 0 auto;
}

@media screen and (min-width:768px){
  .sa-featured-collection .featured-collections{
     padding: 
  }
}
.sa-featured-collection .text-container .heading,
body .sa-featured-collection.cstm-head .section__color-wrapper .heading.heading--small {
  font-size:42px;
  margin-top: 0;
  margin-bottom: 0;
}
.sa-featured-collection .text-container .heading.heading--small{
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
}

.sa-featured-collection .text-container p{
  font-size:32px;
  line-height: 1.2;
  font-weight:500;
  font-style:italic;
  margin-top: 5px;
}
.sa-featured-collection .section__footer {
  text-align: right;
}
.sa-featured-collection .section__footer .sa-button{
  display: inline-flex;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
}
.sa-featured-collection .section__footer .sa-button svg{
  display: inline-flex;
  margin-left: 10px;
  height: 30px;
  width: auto;
}
/*
.sa-featured-collection .sa-product-item .product-item-meta__title{
  font-size: 28px;
}
.sa-featured-collection .sa-product-item .product-item-meta__excerpt{
  font-size: 26px;
}
.sa-featured-collection .sa-product-item .price{
  font-size: 36px;
}
.sa-featured-collection .sa-product-item .price.price--compare{
  font-size: 30px;
}
*/

.sa-product-item .product-item__image-wrapper{
  margin-bottom: 0;
}
.sa-product-item .product-item__info{
  background: #fff;
  padding: 30px 10px 0;
}
.sa-product-item .product-item-meta__title{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.sa-product-item .product-item-meta__excerpt{
  font-size: 16px;
  line-height: 1.2;
}
.sa-product-item .price-list{
  align-items: center;
}
.sa-product-item .price{
  font-size: 24px;
  font-weight: bold;
}
.sa-product-item .price.price--compare{
  font-size: 20px;
  font-weight: 400;
}
.sa-product-item .price.price--highlight{
  color: #282828 !important;
}
.sa-product-item .product-item__cta-wrapper{
  margin: 0 -10px;
}
.sa-product-item .product-item__cta-wrapper .button{
  width: 100%;
    font-size: 24px;
    line-height: 1;
  letter-spacing: 0;
    padding: 25px 10px;
    text-transform: inherit;
}

@media screen and (max-width:1920px){
  .sa-featured-collection .text-container .heading,{
    body .sa-featured-collection.cstm-head .section__color-wrapper .heading.heading--small 
    font-size: calc(42/1920*100vw) ;
  }
  .sa-featured-collection .text-container .heading.heading--small{
    font-size: 18px ;
  }
  .sa-featured-collection .text-container p{
    font-size: calc(32/1920*100vw) ;
    
  }
  /*
  .sa-featured-collection .sa-product-item .product-item-meta__title,
  .sa-featured-collection .sa-product-item .product-item-meta__excerpt{
    font-size: calc(28/1920*100vw);
  }*/
  .sa-product-item .product-item-meta__title{  
    font-size: max( 18px, calc(18/1920*100vw) );
    }
  .sa-product-item .product-item-meta__excerpt{
    font-size: max( 16px, calc(16/1920*100vw) );
  }
  .sa-product-item .product-item__cta-wrapper .button{
    font-size: calc(24/1920*100vw);
  }
  /*
  .sa-featured-collection .sa-product-item .price{
    font-size: calc(36/1920*100vw);
  }
  .sa-featured-collection .sa-product-item .price.price--compare{
    font-size: calc(30/1920*100vw);
  }*/
  .sa-product-item .price{
    font-size: calc(24/1920*100vw);
  }
  .sa-product-item .price.price--compare{
    font-size: calc(20/1920*100vw);
  }
  .sa-featured-collection .section__footer .sa-button{
    font-size: calc(32/1920*100vw);
  }
  .sa-featured-collection .section__footer .sa-button svg{
    height: calc(24/1920*100vw);
  }
}

@media screen and (max-width:1599px){
.social-logo-section .logo-list__list .logo-list__item {
    max-width: 60px;
    height: 60px;
}
}
@media screen and (max-width:1240px){
  .sa-featured-collection .text-container .heading,
  body .sa-featured-collection.cstm-head .section__color-wrapper .heading.heading--small {
    font-size: 32px;
  }
  .sa-featured-collection .text-container .heading.heading--small{
    font-size: 16px;
  }
  .sa-featured-collection .text-container p{
    font-size: 24px;
  }
}

@media screen and (max-width:1199px){
  .social-logo-section .logo-list {
    padding: 0;
}
.social-logo-section .logo-list__list .logo-list__item {
    max-width: 50px;
    height: 50px;
}
}
@media screen and (max-width:767px){
  .sa-featured-collection{
    margin-top: 0;
    margin-bottom: 0;
  }
  .sa-featured-collection .section__header{
    margin-left: calc(var(--container-gutter) * -1);
    margin-right: calc(var(--container-gutter) * -1);
    background: #ffffff;
    margin-bottom: 12px;
    padding: 15px 10px 10px;
  }
  .sa-featured-collection .section__footer{
    margin-top: 20px;
    margin-left: calc(var(--container-gutter) * -1);
    margin-right: calc(var(--container-gutter) * -1);
    background: #2f2f2f;
    padding: 5px max(20px,calc(40/1024*100vw));
  }
  .sa-featured-collection .product-list{
    --product-list-column-gap: max(20px,calc(60/1024*100vw));
  }
  .sa-featured-collection .section__footer .sa-button{
    font-size: calc(42/1024*100vw);
    color:#fff;
  }
  .sa-featured-collection .section__footer .sa-button svg {
    height: calc(38/1024*100vw);
  }
  .sa-featured-collection .section__footer .sa-button svg path{
    fill:#fff;
  }
  .sa-featured-collection .product-list__inner {
      margin: 0 !important;
  }    
  .sa-featured-collection .product-list__inner .sa-product-item:nth-child(3),
  .sa-featured-collection .product-list__inner .sa-product-item:nth-child(4){
    display:none;
  }
  .sa-featured-collection .text-container .heading,
  body .sa-featured-collection.cstm-head .section__color-wrapper .heading.heading--small {
    font-size: calc(54/1024*100vw);
  }
  .sa-featured-collection .text-container .heading.heading--small {
    font-size: 12px;
  }
  .sa-featured-collection .text-container p {
    font-size: calc(28/1024*100vw);
  }
  /*
  .sa-featured-collection .sa-product-item .product-item-meta__title{
    font-size: calc(36/1024*100vw);
    } 
  .sa-featured-collection .sa-product-item .product-item-meta__excerpt{
    font-size: calc(28/1024*100vw);
  }
  .sa-featured-collection .sa-product-item .price{
    font-size: calc(32/1024*100vw);
  }
  .sa-featured-collection .sa-product-item .price.price--compare{
    font-size: calc(28/1024*100vw);
  }
  */
  .sa-product-item .product-item__cta-wrapper .button{
    font-size: calc(32/1024*100vw);
    padding: 15px 5px;
  }
  .sa-product-item .product-item-meta__title{
    font-size: max( 16px, calc(38/1024*100vw) );
    } 
  .sa-product-item .product-item-meta__excerpt,
  .sa-product-item .product-item-meta__color-count{
    font-size: max( 14px, calc(30/1024*100vw) );
  }
  .sa-product-item .price{
    font-size: calc(32/1024*100vw);
  }
  .sa-product-item .price.price--compare{
    font-size: calc(28/1024*100vw);
  }
  .social-logo-section .logo-list__list {
    flex-wrap: wrap;
}
  .social-logo-section .logo-list__list .logo-list__item {
    max-width: 40px;
    height: 40px;
}
}
@media screen and (max-width:360px){
.social-logo-section .logo-list__list {
    gap: 15px;
}
}
/* Header */
.header__bottom-navigation{
  border: 0 !important;
}
@media screen and (max-width:767px){
  .header__secondary-links .sa-cart .header__cart-count{
    display: none !important;
  }
}



/* Footer */
footer.footer .footer__item-list{
  grid-template-columns: 1fr 1fr 1fr;
}
footer.footer .footer__item{
  max-width: 100%;
}
footer.footer .footer__item-title{
   font-size: 24px;
  letter-spacing: 0;
}
footer.footer .linklist__item{
   font-size: 18px;
      line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0;
}
footer.footer .footer__item-content p{
  font-size: 18px;
      line-height: 1.5;
  letter-spacing: 0;
  margin-top: max( 20px, calc(40/1920*100vw) );
}
footer.footer .social-media__item{
  box-shadow: none;
  height: max-content;
}
footer.footer .social-media__item:not(:last-child){
    margin-right: calc(20/1920*100vw);
}
footer.footer .social-media__item:before{
  display:none;
}
footer.footer .social-media__link{
    width: calc(40/1920*100vw);
  height: calc(40/1920*100vw);
}
footer.footer .social-media__item--facebook{
  background: #fff;
    border-radius: 500px;
}
footer.footer .social-media__item--facebook svg{
width: auto;
    height: calc(25/1920*100vw);
}
footer.footer .social-media__item--facebook svg path{
  fill: #282828;
}

footer.footer .social-media__item--twitter{
  background: #fff;
    border-radius: 500px;
}
footer.footer .social-media__item--twitter svg{
width: auto;
    height: calc(23/1920*100vw);
}
footer.footer .social-media__item--twitter svg path{
  fill: #282828;
}

footer.footer .social-media__item--instagram svg{
width: calc(40/1920*100vw);
    height: auto;
}
footer.footer .social-media__item--instagram svg path{
  fill: #fff;
}

footer.footer .social-media__item--youtube svg{
width: calc(40/1920*100vw);
    height: auto;
}
footer.footer .social-media__item--youtube svg path{
  fill: #fff;
}

footer.footer .spy-spot-footer-map-iframe-area{
    margin-top:40px;
  }

footer.footer .spy-spot-footer-map-iframe-area iframe{
     max-width:100%;
  }


@media screen and (max-width:1920px){
  footer.footer .footer__item-title{
     font-size: max( 18px, calc(24/1920*100vw) );
  }
  footer.footer .linklist__item{
     font-size: 14px;
  }
  footer.footer .footer__item-content p{
    font-size: max( 14px, calc(16/1920*100vw) );
  }
}

@media screen and (max-width:767px){
  footer.footer .footer__item-list{
    display:grid;
    grid-template-columns:  1fr 1fr;
  }
  footer.footer .footer__item-title {
    font-size: calc(36/1024*100vw);
  }
  footer.footer .linklist__item {
    font-size: calc(22/1024*100vw);
  }
  footer.footer .footer__item-content p {
    font-size: calc(25/1024*100vw);
/*     margin-top: calc(-10px - 4.705vw);
 */  }


  
  /*
  footer.footer .footer__item--social-media .footer__item-content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }*/
  footer.footer .social-media__link{
    width: calc(60/1024*100vw);
    height: calc(60/1024*100vw);
  }
  footer.footer .social-media__item--facebook svg{
      height: calc(35/1024*100vw);
  }
 
  footer.footer .social-media__item--instagram svg{
    width: calc(60/1024*100vw);
  }
  footer.footer .social-media__item--youtube svg{
    width: calc(60/1024*100vw);
  }
  footer.footer .social-media__item--twitter svg{
      height: calc(30/1024*100vw);
  }
  footer.footer .linklist__item:not(:first-child) {
    padding-top: 4px;
  }
  footer.footer .social-media__item:not(:last-child){
    margin-right:10px;
  }
  footer.footer .footer__item--social-media .footer__item-content {
    margin-top: 10px;
  }
}



/* Collection Banner */
.sa-collection-banner h1.heading {
  font-size:calc(85/1920*100vw);
  font-weight: 900;
}
.sa-collection-banner.sa-general h1.heading {
      font-size: max(16px,calc(19/768*100vw));
    font-weight: 600;
    margin-bottom: 0;
    text-transform: inherit;
}
.sa-collection-banner.sa-general .image-overlay{
  min-height: max(70px,calc(70/768*100vw));
  height: max(70px,calc(70/768*100vw));
}
.sa-collection-banner.sa-general .image-overlay__image-wrapper{
  padding-bottom:0!important;
}
.sa-collection-banner.sa-general .image-overlay__content-wrapper{
  padding:0!important;
}
.sa-collection-banner.sa-general .sa-subtitle{
  font-size: max(14px,calc(14/768*100vw));
  font-style: italic;
  margin:0;
}
.sa-collection-banner.sa-general .sa-banner-description{
  font-size: max(10px,calc(10/768*100vw));
  padding:  max(15px,calc(15/768*100vw)) max(20px,calc(100/768*100vw));
  text-align:center;
}
@media screen and (max-width:767px){
  .sa-collection-banner.sa-general .container{
    padding: 0 10px;
  }
  .sa-collection-banner.sa-general .image-overlay{
      height: var(--image-height);
      min-height: var(--image-height);
  }
  .sa-collection-banner.sa-general h1.heading {
        font-size:  min(14px,calc(14/375*100vw));
  }
  .sa-collection-banner.sa-general .sa-subtitle{
    font-size: min(12px,calc(9.5/375*100vw));
  }
  .sa-collection-banner.sa-general .sa-banner-description {
    font-size: max(10px,calc(10/768*100vw));
    padding: 15px 24px;
    text-align: center;
  }
}




/* Blog */
.article-list[data-current-page="1"]{
  grid-template:
        'a1 a1 a2'
        'a1 a1 a3'
        'a4 a5 a6'
        'a7 a8 a9' auto / 1fr 1fr 1fr;
}
@media screen and (min-width:1024px){
  .article-list[data-current-page="1"] .article-item:first-child .article-item__title{
    font-size: calc(44/1920*100vw);
  }
}
@media screen and (min-width:768px){
  .article-list[data-current-page="1"] .article-item:first-child{
    grid-area: a1;
  }
}


@media screen and (max-width:767px){
  .article-list[data-current-page="1"]{
    grid-template: none;
    grid-template-columns: 1fr;
  }
  .article-list .article-item__image-container{
    border-radius: 10px;
  }
}



/* PRIVATE INVESTIGATIONS */

@media screen and (max-width:767px){
  .sa-private-investigation-header .image-overlay,
  .sa-private-investigation-header .image-overlay__image-wrapper{
    height:0;
    padding-bottom: calc(100% / var(--image-mobile-aspect-ratio)) !important;
  }
}
.sa-private-investigation-header .sa-container .content-box{
    width: auto;
    text-align: left;
    margin-left: 43vw;
}
.sa-private-investigation-header .sa-container .content-box .heading{
    font-size: calc(100/1920*100vw);
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 0;
}
.sa-private-investigation-header .sa-container .content-box .image-overlay__text-container{
    margin-top: 0;
}
.sa-private-investigation-header .sa-container .content-box .image-overlay__text-container p{
    font-size: calc(30/1920*100vw);
    letter-spacing: .4px;
    margin-bottom: max( 15px, calc(25/1920*100vw) );
}
.sa-private-investigation-header .sa-container .content-box .sa-buttons-group{
    display: flex;
}
.sa-private-investigation-header .sa-container .content-box .button-wrapper{
    display: inline-flex;
    margin-right: max( 20px, calc(55/1920*100vw) );
}
.sa-private-investigation-header .sa-container .content-box .sa-buttons-group .button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: calc(314/1920*100vw);
    height: calc(74/1920*100vw);
    padding: 0;
    border-radius: 6px;
  transition: all .5s ease;
}
.sa-private-investigation-header .sa-container .content-box .sa-buttons-group .sa-btn-1 a{
    font-size: calc(22/1920*100vw);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
    background: #9d0e0e;
    border: max(2px,calc(5/1920*100vw)) solid #9d0e0e;
    color: #fff;
}
.sa-private-investigation-header .sa-container .content-box .sa-buttons-group .sa-btn-2 a{
    font-size: calc(31/1920*100vw);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
    background: transparent;
    border: max(2px,calc(5/1920*100vw)) solid #9d0e0e;
    color: #fff;
}
.sa-private-investigation-header .sa-container .content-box .sa-buttons-group .sa-btn-1 a:hover,
.sa-private-investigation-header .sa-container .content-box .sa-buttons-group .sa-btn-2 a:hover{
    background: #9d0e0e;
    border: max(2px,calc(5/1920*100vw)) solid #ffffff;
}

@media screen and (max-width:767px){
  .sa-private-investigation-header .sa-container .image-overlay__content-wrapper{
    position: absolute;
    display: flex;
    height: auto;
    width: auto;
    left: 5%;
    bottom: 30%;
    padding: 0;
  }
  .sa-private-investigation-header .sa-container .content-box{
      margin-left: 0;
  }
  .sa-private-investigation-header .sa-container .content-box .heading{
      font-size: calc(92/1024*100vw);
  }
  .sa-private-investigation-header .sa-container .content-box .image-overlay__text-container p{
      font-size: calc(10.2/375*100vw);
    margin-left:0;
    margin-bottom: 10px;
  }
  .sa-private-investigation-header .sa-container .content-box .sa-buttons-group .button{
      width: calc(314/1024*100vw);
      height: calc(74/1024*100vw);
  }
  .sa-private-investigation-header .sa-container .content-box .sa-buttons-group .sa-btn-1 a{
      font-size: calc(22/1024*100vw);
  }
  .sa-private-investigation-header .sa-container .content-box .sa-buttons-group .sa-btn-2 a{
      font-size: calc(31/1024*100vw);
  }
}


.sa-private-investigation-content .container{
    padding: 60px calc(240/1920*100vw) 30px;
    width: 100%;
    max-width: 100%;
}
.sa-private-investigation-content .container .page-content{
    width: 100%;
    max-width: 100%;
}
.sa-private-investigation-content .page-header{
    display:none;
}

.sa-dec-underline{
  text-decoration: underline;
    text-underline-offset: 2px;
  -webkit-text-decoration-color: rgb(var(--text-color));
    text-decoration-color: rgb(var(--text-color));
  transition: text-decoration-color .2s ease-in-out,color .2s ease-in-out,-webkit-text-decoration-color .2s ease-in-out;
}
.sa-private-investigation-content .sa-dec-link{
    text-decoration: none!important;
}
.sa-private-investigation-content .sa-dec-link:hover .sa-dec-underline{
    text-decoration: none!important;
}
.sa-private-investigation-content .sa-dec-link:after{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    content: ">";
    margin-left: 10px;
    text-decoration: none;
    background: #9d0e0e;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 100px;
    font-family: monospace;
}
.sa-private-investigation-content ul{
  margin-left: 35px!important;
}
.sa-private-investigation-content ul li{
  position:relative;
    list-style-type: none;
    padding-top: 6px!important;
    padding-left: 15px!important;
    padding-bottom: 10px!important;
}
.sa-private-investigation-content ul li:before{
  content: '';
  display: inline-flex;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #9d0e0e;
  position:absolute;
  top: 13px;
  left: -10px;
}

@media screen and (min-width:768px){
  .sa-private-investigation-content h4{
      margin-top: max( 60px, calc(100/1920*100vw) )
  }
}

@media screen and (max-width:767px){
  .sa-private-investigation-content .container{
      padding: 40px 20px;
  }
  .sa-private-investigation-content .sa-dec-link:after{
    width: 26px;
    height: 26px;
  }
}



/* Contact Map  */

.sa-contact-map{
  margin: 40px auto;  
}
.sa-contact-map .sa-section-title{
  font-size: max(18px, calc(42/1920*100vw));
  font-weight: 900;
  margin-bottom: 15px;
}
.sa-contact-map .container{
    width: 100%;
    max-width: calc(1560/1920*100vw);
    padding: 0;
}
.sa-contact-map .sa-block{
  background: #fff; 
    padding: 25px 25px 25px 60px;
}
.sa-contact-map .sa-title{
  font-size: max(16px, calc(38/1920*100vw));
  line-height: 1.4;
  margin-bottom: 0;
}
.sa-contact-map .sa-subtitle{
  font-size: max(14px, calc(28/1920*100vw));
  line-height: 1.4;
  color: #9d0e0e;
}
.sa-contact-map .sa-content{
    display: grid;
    grid-template-columns: 915fr 720fr;
    grid-gap: 20px;    
    margin-top: max(25px, calc(60/1920*100vw));
}
.sa-contact-map .map {
  display:flex;
  padding-top:calc(550/720*100%);
  width:100%;
  position:relative;
}
.sa-contact-map .map iframe{
  position:absolute;
  top:50%;
  left:50%;
  width:100%;
  height:100%;
  transform: translate(-50%,-50%);
}
.sa-contact-map .content{
  display:grid;
  grid-gap: 35px;
  font-size: max(14px, calc(20/1920*100vw));
}

.sa-contact-map .content a[href^="tel:"] {
  ---sa-phone-size: max(25px,calc(32/1920*100vw));
  display:inline-flex;
  position:relative;
  text-decoration: none;
  margin-bottom: 10px;
  color:#29d8ff;
}
.sa-contact-map .content a[href^="tel:"]:before {
  content:'Call us: ';   
  padding-left: calc(var(---sa-phone-size) + 10px);
  margin-right: 5px;
  color: rgb(var(--heading-color));
}
.sa-contact-map .content a[href^="tel:"]:after {
  content: "";
    display: inline-flex;
    position: absolute;
    width: var(---sa-phone-size);
    height: var(---sa-phone-size);
    left: 0;
    top: 50%;
    background: antiquewhite;
    transform: translate( 0, -50% );
}

@media screen and (max-width:767px){
  .sa-contact-map .container{
      width: 100%;
      max-width: 100%;
      padding: 0 24px;
  }
  .sa-contact-map .sa-block{
      padding: 24px;
  }
  .sa-contact-map .sa-content{
    grid-template-columns: 100%;
  }
}


.sa-contact-form-section {
    margin: 40px auto; 
}
.sa-contact-form-section .container{
    width: 100%;
    max-width: calc(1560/1920*100vw);
    padding: 25px;
  background:#fff;
}
.sa-contact-form-section .contact .contact__main,
.sa-contact-form-section .contact .contact__aside {
  display: inline-flex;
  width: 50%;
  max-width: 50%;
  margin:0;
}
.sa-contact-form-section .contact__text-list{
  padding: 0;
  padding-right: calc(140/1920*100vw);
  border: 0;
  width: 100%;
  align-items: center;
}
.sa-contact-form-section .contact__text-list .heading {
  font-size: max(16px, calc(38/1920*100vw));
  font-weight: 900;
  line-height: 1.4;
}
.sa-contact-form-section .contact__text-list .rte p{
  font-size: max(14px, calc(20/1920*100vw));
}
.sa-contact-form-section .contact .contact__main .contact__form{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.sa-contact-form-section .contact .contact__main .contact__form .input{
  width: 100%;
}
.sa-contact-form-section .contact .contact__main .contact__form .input__label{
  background:#fff;
}
.sa-contact-form-section .contact .contact__main .contact__form button{
  display: inline-flex;
    width: max-content;
    padding: 0 15px;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0;
    margin-left: auto;
    border-radius: 10px;
  background: #9d0e0e;
}
@media screen and (min-width:768px){
  .sa-contact-form-section .contact .contact__main .contact__form .banner {
     width: 100%;
  }
  .sa-contact-form-section .contact .contact__main .contact__form .input.sa-name,
  .sa-contact-form-section .contact .contact__main .contact__form .input.sa-phone{
    width: calc(50% - 10px);
  }
  .sa-contact-form-section .contact .contact__main .contact__form .input.sa-phone{
    margin-top: 0;
    margin-left:20px;
  }
}

@media screen and (max-width:767px){
  .sa-contact-form-section .container{
      width: 100%;
      max-width: 100%;
  }
  .sa-contact-form-section .contact{
    flex-direction: row-reverse;
  }
  .sa-contact-form-section .contact .contact__main,
  .sa-contact-form-section .contact .contact__aside {
    width: 100%;
    max-width: 100%;
  }
  .sa-contact-form-section .contact {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }    
  .sa-contact-form-section .contact__text-list{
    padding-right:0;
    margin-bottom:25px;
  }
}




/* ABOUT US */

.sa-about-grid{
  margin: 40px auto;  
}
.sa-about-grid .sa-section-title{
  font-size: max(18px, calc(42/1920*100vw));
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 15px;
}
sa-about-grid .container{
    width: 100%;
    max-width: calc(1560/1920*100vw);
    padding: 0;
}
.sa-about-grid .sa-block{
  
}
.sa-about-grid .sa-title{
  font-size: max(16px, calc(38/1920*100vw));
      font-weight: 900;
    line-height: 1.2;
  margin-top: 0;
  margin-bottom: 15px;
}
.sa-about-grid .sa-content{
    display: grid;
    grid-template-columns: 820fr 740fr;
    grid-gap: 0 ;    
  margin-bottom:25px;
  align-items: center;
}
.sa-about-grid .content{
  grid-area: content;
}
.sa-about-grid .video-container{
  grid-area: video;
}
.sa-about-grid .video {
  display:flex;
  padding-top:calc(586/700*100%);
  width:100%;
  position:relative;
}
.sa-about-grid .video iframe{
  position:absolute;
  top:50%;
  left:50%;
  width:100%;
  height:100%;
  transform: translate(-50%,-50%);
}
.sa-about-grid .content{
  font-size: max(14px, calc(20/1920*100vw));
}
.sa-about-grid a{
      text-decoration: none !important;
    color: #008aff;
}
@media screen and (min-width:768px){
  .sa-about-grid .sa-content:nth-child(even){
      grid-template-areas: 'video content';
  }
  .sa-about-grid .sa-content:nth-child(odd){
      grid-template-areas: 'content video';
  }
  .sa-about-grid .sa-content:nth-child(odd) .video-container{
    padding-left: max(20px, calc(45/1920*100vw));
  }
  .sa-about-grid .sa-content:nth-child(even) .video-container{
    padding-right: max(30px, calc(85/1920*100vw));
  }
  .sa-about-grid.sa-about-header-mod .container{
    max-width: calc(1650/1920*100vw);
    padding:0;
  }
  .sa-about-grid.sa-about-header-mod .sa-content{
    align-items: flex-start;
  }
  .sa-about-grid.sa-about-mod .container{
    max-width: calc(1650/1920*100vw);
    padding:0;
  }
  .sa-about-grid.sa-about-mod .sa-content:nth-child(even) .content,
  .sa-about-grid.sa-about-mod .sa-content:nth-child(odd) .video-container{
    padding-right: calc(55/1920*100vw);
  }
}
@media screen and (max-width:767px){
  .sa-about-grid{
    margin: 20px auto;  
  }
  .sa-about-grid .sa-section-title{
    font-size: max(18px, calc(60/1024*100vw));
  }
  .sa-about-grid .container{
      width: 100%;
      max-width: 100%;
      padding: 0 24px;
  }
  .sa-about-grid .sa-block{
      padding: 24px;
  }
  .sa-about-grid .sa-content{
    grid-template-columns: 1fr;
    grid-template-areas:  'content' 'video';
    grid-gap:30px;
    margin-bottom:60px;
  }
  .sa-about-grid .sa-content:last-child{
    margin-bottom:0;
  }
  .sa-about-grid .sa-title{
    font-size: max(18px,calc(50/1024*100vw));
  }
  .sa-about-grid.sa-about-mod .sa-content{
    text-align: center;
  }
}


.sa-about-1{
  margin: 60px auto 100px;  
}
.sa-about-1 .sa-section-title{
  font-size: max(16px, calc(38/1920*100vw));
  font-weight: 900;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 15px !important;
  text-align: center;
}
.sa-about-1 .sa-block{
  padding:24px;
  background: #fff;
}
.sa-about-1 .sa-block-inner{
  display:flex;
  justify-content:center;
}
.sa-about-1 .image-container{
  margin: 0 max(10px,calc(30/1920*100vw));
}
.sa-about-1 .sa-section-content{
  font-size: max(14px, calc(20/1920*100vw));
  text-align: center;
  margin-top: 20px !important;
}
@media screen and (max-width:767px){
  .sa-about-1{
    margin: 20px auto;  
  }
  .sa-about-1 .container{
      width: 100%;
      max-width: 100%;
      padding: 0 24px;
  }
}

.sa-about-2{
  margin-top:100px;
}
.sa-about-2 .sa-title{
  font-size: max(16px, calc(38/1920*100vw));
  font-weight: 900;
  line-height: 1.2;
  margin-top: 0;
}
.sa-about-2 .content .c{
  font-size: max(14px, calc(20/1920*100vw));
}
.sa-about-2 .sa-section-content{
  font-size: max(16px, calc(28/1920*100vw));
  text-align:center;
}
.sa-about-2 .sa-section-content strong{
    font-weight: 900;
}
.sa-about-2 .sa-content{
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    grid-gap: calc(90/1920*100vw);
  margin-bottom:100px;
}
.sa-about-2 .google-play-and-app-store{
  margin: 40px auto 0;
  max-width:600px;
}
.sa-about-2 a{
      text-decoration: none !important;
    color: #008aff;
}
@media screen and (min-width:768px){
  .sa-about-2.sa-about-2-mod .container{
    max-width: calc(1650/1920*100vw);
    padding:0;
  }
}
@media screen and (max-width:767px){
  .sa-about-2 {
    margin-top:0;
  }
  .sa-about-2.sa-about-2-mod .container{
      width: 100%;
      max-width: 100%;
      padding: 0 24px;
  }
  .sa-about-2 .sa-content{
      grid-template-columns: 1fr;
    margin-bottom:40px;
  }
  .sa-about-2 .google-play-and-app-store{
        display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 20px;
  }
}


#sa-link-bar__scroller{
  scroll-behavior: smooth;
  max-width: 100%;
}
.sa-link-bar{ 
    position: relative;
    max-width: calc(100% - 96px);
    padding: 0 48px;
}
.link-bar__scroller_left{
  cursor:pointer;
  display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    width: 48px;
    height: 48px;
    transform: translate(0, -50%);
  z-index: 1;
}
.link-bar__scroller_left svg{
    transform: rotate(180deg);
}
.link-bar__scroller_right{
  cursor:pointer;
  display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    width: 48px;
    height: 48px;
    transform: translate(0%, -50%);
  z-index: 1;
}
.link-bar__scroller_left svg ,
.link-bar__scroller_right svg {
    width: 14px;
    height: auto;
}
@media screen and (min-width:768px){
  .sa-link-bar{
    user-select: none;   
  }
}

/* 23-07-2024 */
@media screen and (max-width:1024px){
  .footer .footer__item.footer__item--links.is-first .img-text-wrapper .text-below-img {
    padding-right: 0;
}
    .footer__item.footer__item--links.is-first .img-text-wrapper {
    margin-top: 40px;
}
}
@media screen and (max-width:767px){
  .sa-link-bar{
      max-width: calc(100% - 66px);
  }
  /* 23-07-2024 */
.footer__item.footer__item--links.is-first .img-text-wrapper .text-below-img {
    font-size: 14px;
    line-height: 22px;
}

}
/* 23-07-2024 */
@media screen and (max-width:575px){
  .footer__item.footer__item--links.is-first .img-text-wrapper {
    margin-top: 0;
    order: -1;
    margin-bottom: 30px;
}
  .footer__item.footer__item--links.is-first .footer__item-content {
    margin: 0;
}
  .footer__item.footer__item--links.is-first .img-text-wrapper .text-below-img {
    font-size: 12px;
    line-height: 20px;
}
}
@media screen and (max-width:480px){
.footer__item.footer__item--links.is-first .img-text-wrapper img {
    max-width: 180px;
}
footer.footer .footer__item-list {
    grid-template-columns: 1fr;
    gap: 30px;
}

.footer__item.footer__item--links.is-first .img-text-wrapper .text-below-img {
    font-size: 11px;
    line-height: 16px;
}
}

/* 7 Feb 2023 */
@media screen and (min-width: 1000px){
  .faq__wrapper {
      max-width: 900px;
      width: 100%;
  }
  .faq__wrapper .faq__item .collapsible-toggle{
    font-size: max(18px, 1.25vw);
  } 
  .faq__wrapper .faq__item .collapsible__content{
    font-size: max(16px, 1vw);
  }
}


button.wrapper-AtBcr.u-isActionable.u-textLeft.u-inlineBlock.u-borderNone.u-textBold.u-textNoWrap.Arrange.Arrange--middle.u-userLauncherColor {
    display: none !important;
}