/** Shopify CDN: Minification failed

Line 401:17 Expected ":"

**/
/* Custom Classes */
@font-face {
    font-family: 'Cal-Sans';
    src: url('/cdn/shop/files/CalSans-Regular.woff2?v=1760523602') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root{
    --clight : #ffffff;
    --csky : #4487F3;
    --cdarkBlue: #211C84;
    --clightBlue: #0D0A4A;
    --textColor: #3C3939;
    --linear: linear-gradient(80deg, var(--cdarkBlue), var(--clightBlue));
}
::placeholder{
       font-family: var(--font-body-family);
       color: var(--textColor)
}
.flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.container{
    width: 1440px;
}
.cs-btn{
    background: linear-gradient(80deg, var(--cdarkBlue), var(--clightBlue));
    color: white;
    padding: 10px 30px;
    border-radius: 100px;
    text-decoration: none;
    /* text-transform : capitalize; */
    width: max-content;
}

.cart__ctas .cs-btn {
    padding: 10px 8px 10px 30px !important;
    width: 50% !important;
    justify-content: space-between !important;
    gap: 20px !important;
    letter-spacing: 0px;
}

.cs-primary-btn{
    background-color: white;
    color: black;
    padding: 8px 30px;
    border-radius: 100px;
    text-decoration: none;
}
.text-center{
    text-align: center;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Cal-Sans' !important;
    /* text-transform: capitalize; */
}
.cs-mb{
margin-bottom: 2rem;
}
.cart-count-bubble{
    background-color: #F24848;  
    bottom: 3rem;
    left: 3rem;
}
.cart-notification-product__image{
border-radius: 10rem;
overflow: hidden !important; 
}

.sub-heading {
    border: 2px solid #29249A;
    padding: 10px 30px;
    border-radius: 10rem;
    color: #29249A;
    font-weight: 200;
    font-size: 2rem;
    margin: 0;
}
.search__button{
        top: 10px !important;
}
button{
    cursor:pointer;
}
/* root checker */
.callSecnone footer .footer-container .Call-Section {
    display: none !important;
}
.collectionCta footer .footer-container .Call-Section {
    display: none !important;
}

/* header */
.cs-header {
    background: none !important;
    transform: translateY(120px);
    position: relative;
    right: 0px;
    position: absolute;
    left: 0px;
    top: -110px;
    border:none;
}
.cs-header .header__inline-menu{
    background: white;
    padding: 5px 15px;
    box-shadow: 0px 2px 10px #0000005e;
    border-radius: 100px;
}

/* language selector*/


.cs-header select#language_select ,
.cs-header select#language_selectX{
    padding: 15px 15px 15px 60px;
    font-size: 16px;
    border: none;
    border-radius: 10rem;
    width: 100px;
    box-shadow: 0px 2px 10px #0000005e;
    font-weight: bold;
    font-family: var(--font-body-family);
    appearance: none;
    background-position: left 10px center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    background-color: white;
    background-size: 35px;  
}

.hs-language-selector option {
  background-repeat: no-repeat;
  padding-left: 25px;
}

/* Dropdown flags */
.hs-language-selector option[value="en"] {
  background-image: url("https://flagcdn.com/gb.svg");
}







.cs-header select#language_select option {
  background: var(--csky);
  color: var(--clight);
  padding: 10px;
  font-size: 16px;
}
.cs-header select#language_select:focus-visible {
    outline: none;
    outline-offset: 0;
}
.header__menu-item:hover span{
   text-decoration: none;
}
.cs-header .header__active-menu-item{
    color: #639AF2;
    text-decoration: none;
}
.cs-search-icon,
.cs-header a#cart-icon-bubble,
a.header__icon.header__icon--account.link.focus-inset.small-hide
{
    background: linear-gradient(80deg, var(--cdarkBlue), var(--clightBlue));
    color: white;
    border-radius: 50px;
    margin-right: 0;
}
.cs-header .header-localization:not(.menu-drawer__localization){
    gap: 10px;
}
.cs-header .disclosure{
    background: white;
    border-radius: 50px;
    padding: 5px 20px;
}
.cs-header .svg-wrapper>svg{
    width: 60%;
}
.header__icon span{
    color: white;
}
.scrolled{
    background: linear-gradient(45deg, var(--clightBlue), var(--csky));
    backdrop-filter: blur(100px);
}

/* maga menu */
details[open]>.header__submenu{
    background: linear-gradient(1deg, var(--swiper-theme-color) 40%, var(--cdarkBlue) 100%);
    padding: 30px 0px;
    border-radius: 1rem;
}
details[open]>.header__submenu .header__menu-item,
details[open]>.header__submenu span {
    color: white !important;
}


/* mobile drawer */
.js details[open].menu-opening>.menu-drawer{
    transform: translate(0);
    visibility: visible;
    background: linear-gradient(97deg, var(--clightBlue), var(--csky));
    backdrop-filter: blur(150px) !important; 
}
.menu-drawer__menu-item{
    color: white !important;
}


/* hero section */
.cs-hero-section{
    height: 850px;
    mask-image: linear-gradient(#000 70%, transparent 100%);
}
.cs-hero-section .hero-container{
    align-items: center;
    justify-content: flex-end;
    padding: 13rem 0rem 0rem 0rem;
    background-size: cover;
    background-position: center;
}
.cs-hero-section .hero-container .content {
    width: 50%;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
}
.cs-hero-section .hero-container h1 {
    font-size: 4.6rem;
    color: var(--clight);
    line-height: 60px;
    margin: 20px 0px 5px 0px;
}
.cs-hero-section .hero-container .content p {
    color: var(--clight);
    font-size: 1.6rem;
    font-weight: 200;
}
.cs-hero-section .hero-main-image {
    width: 48%;
    animation: up-down linear 4s;
    animation-iteration-count: infinite;
}
 a img.arrow-image {
    position: relative;
    left: 2rem;
}
.hero-container .sub-heading{
    font-size: 1.7rem;
    padding: 5px 20px;
    width: 50%;
    text-align: center;
}
.hero-container .buttons{
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 12px;
}
/* search button */
.hero-container .cs-primary-btn{
    padding: 2px 3px 0px 20px;
    width: 60%;
    justify-content: space-around;
}
.hero-container input{
    width: 80%;
    border: none;
    font-size: 18px;
}
.hero-container input:focus-visible {
    outline: none;
    outline-offset: 0;
    box-shadow: none;
}
.hero-container svg{
    padding: 0;
    width: 45px;
    margin: 0;
}
.hero-container form button{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    height: max-content;
    width: max-content;
}
/* brand section */
.cs-brand-section {
  /* margin: 150px auto;     */
    mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 30%,
    black 90%,
    transparent 95%
    );
    -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 30%,
    black 90%,
    transparent 95%
    );
}
.myLogoSwiper .swiper-slide {
  width: 150px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.myLogoSwiper .swiper-wrapper {
  align-items: center;
}
.myLogoSwiper .swiper-slide img {
  width: 50%;
  height: auto;
  object-fit: contain;
  opacity: 0.9;
  transition: 0.3s ease;
}
.myLogoSwiper .swiper-slide img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* second breadcrumb */
.hs-top-second-hero-section{
    background-color: #2e2c9a !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 20px 30px 20px;
    max-height: 600px;
    height: 570px;

    /* background: linear-gradient(323deg, #2e2c9a 80%, #63A4FE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 20px 30px 20px;

    max-height: 600px;
    height: 550px; */
}
.hs-top-second-hero-section .content {
    width: 100%;
    height: 100%;
}

.hs-top-second-hero-section .content h2 {
    color: var(--clight);
    font-size: 6rem;
    position: relative;
    top: -80px;
    width: 70%;
    text-align: center;
}

.callSecnone .hs-top-second-hero-section .content h2 {
    color: var(--clight);
    font-size: 6rem;
    top: 0px;
}




/* why choose cards */
.cs-why-choose-section{
    margin: 60px 0px 0px 0px;
}
.cs-why-choose-section .parent-box{

    height: 100%;
    width : 100%;

    justify-content: space-around;
    align-items: center;
}
.cs-why-choose-section  .why-choose-card{
    background: var(--clight);
    border-radius 20px;
    border: none;
    width: 23%;
    height: 290px;
    border-radius: 20px;
    padding: 10px 30px;

    
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;

    transition-duration: 0.5s;

    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);

}
.why-choose-card  img{
    width: 45px;
}
.why-choose-card  .content{
    margin-top: 50px;
}
.why-choose-card  h4{
    margin: 0px 0px 15px 0px;
    font-size: 2rem;
    color: var(--textColor);
    font-weight: 500;
    font-family: 'Cal-Sans';
}
.why-choose-card  p{
    margin: 0;
    line-height: 18px;
    font-weight: 500;
    font-size: 1.4rem;
}

.cs-why-choose-section  .why-choose-card:hover{
        box-shadow: 0px 22px 63px #29249A;
        background: #29249A;
}
.cs-why-choose-section  .why-choose-card:hover *{
    color: white;
    fill: white;
}
/* What is an eSIM? */
.cs-what-is-section{
margin: 90px 0px 200px 0px;
}
.what-is-sim {
   align-items: flex-start;
    justify-content: space-between;
}
.what-is-sim img {
    width: 40%;
}
.what-is-sim .content {
    width: 55%;
}
.what-is-sim .content h2 {
    font-family: 'Cal-sans';
    font-size: 5rem;
    margin: 0px 0px 0px 0px;
    color:var(--textColor);
}
.what-is-sim .content p {
    font-weight: 600;
    font-size: 1.4rem;
}
.what-is-sim .content b {
    font-size: 1.5rem;
    font-weight: 900;
}
.what-is-sim .content ul {
padding: 0px;
}
.what-is-sim .content li {
  list-style: none; /* Remove default bullet */
  background: url("/cdn/shop/files/Group_1577706759.svg?v=1760628348") no-repeat left center;
    background-size: 25px;
    padding-left: 40px;
    font-weight: 800;
    line-height: 3;
}
/*  Where do you Need Internet */
section.where_you_need{
     margin: 0px 0px 150px 0px;
}
.whereneed-section{
align-items: center;
flex-direction: column;
justify-content: center;
padding: 0px !important;
}
.whereneed-section h2.sub-heading {
    border: 2px solid #29249A;
    padding: 10px 30px;
    border-radius: 10rem;
    color: #29249A;
    font-weight: 200;
    font-size: 2rem;
    margin: 0;
}
.whereneed-section h1.main-heading {
    font-size: 7rem;
    color:var(--textColor);
    margin: 20px 0px 5px 0px;
}

.whereneed-section p.description {
    width: 65%;
}
.display_product{
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.display_product .card-of-product{
    justify-content: space-between;
    width: 32%;
    padding: 20px 25px;
    background: #F7FAFE;
    text-align: left;
    border-radius: 20px;
    transition-duration: 0.5s;
}
.display_product .card-of-product:hover{
    background: var(--cdarkBlue);
    box-shadow: 0px 5px 40px var(--cdarkBlue);
}
.display_product .card-of-product:hover *{
    color: white;
    fill: white;
}
.display_product .card-of-product h3{
    font-family: var(--font-body-family);
    font-size: 25px;
}
.display_product .card-of-product p,
.display_product .card-of-product svg path,
.display_product .card-of-product h3{
    fill: var(--textColor);
    color: var(--textColor);
    margin: 0;
}
.display_product .card-of-product img.flag {
    width: 55px;
    border-radius: 100%;
}
.whereneed-section .cs-btn{
    margin-top: 40px;
}

/* Best eSIM Plans for Seamless Travel Connectivity section */
section.best_esim_section{
    margin-bottom: 30px;
}
.best_esim_container .display_product{
width: 100%;
justify-content: space-between;
}
.best_esim_container .display_product .card{

    width: 32%;
    height: 500px;
    text-align: left;
    border-radius: 20px;
    padding: 30px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;

    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}
.best_esim_container .display_product .card p.description {
    width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 20px;

}
.best_esim_container .display_product .card h5 {
    margin: 15px 0px 10px 0px;
    font-size: 2rem;
    color: var(--textColor);
}

/* flexible_plans_container */
.flexible_plans_section{
    margin-bottom: 60px;
}
.flexible_plans_container{
    background: linear-gradient(137deg, var(--csky) 40%, transparent);
    justify-content: space-between;
    border-radius: 20px;
    padding: 0px 0px 0px 50px;
    overflow: hidden;
    margin-bottom: 150px;
    /* max-width: 1070px !important; */
}
.flexible_plans_container .content {
    width: 35%;
    color: white;
}
.flexible_plans_container .content h2{
    margin: 0;
    color: var(--clight);
    font-size: 4rem;
}
.flexible_plans_container .content p,a{
    margin: 0;
    text-decoration: none;
    color: white;
}
.flexible_plans_container .content .logo-for-plans{
    width: 15%;
    margin-bottom: 15px;
}
.flexible_plans_container .cs-btn {
    margin: 20px 0px;
}
.flexible_plans_container .global-image {
  width: 55%;
}

/* Stay Connected */
section.stay_connected_section{
    background: linear-gradient(178deg, var(--csky), transparent 95%);
    margin-bottom: 20px;
    padding: 60px 0px 60px 0px;
    border-radius: 30px 30px 0px 0px;
    overflow: hidden;
}
.stay_connected_container{
    height: 100%;
   
}
.stay_connected_container h1{
    color: var(--clight);
    text-align: center;
    font-size: 6rem;
}
.stay_connected_container .parent-box{
    height: 100%;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}
.stay_connected_container .stay_card {
    background: white;
    opacity: 0.5;
    border: none;
    width: 23%;
    border-radius: 20px;
    padding: 30px 30px 60px 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    transition-duration: 0.5s;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    height: 300px;
    display: flex;
} 
.stay_connected_container .swiper-slide-active{
      opacity: 1 !important;
}
.stay_connected_container .stay_card img{
    width: 50px;
    margin-bottom: 40px;
} 
.stay_connected_container .stay_card h4{
    font-size: 2.8rem;
} 
.stay_connected_container .swiper {
    width: 100%;
    height: 100%;
    padding: 20px 0px 20px 0px;
    padding-bottom: 30px !important;
    overflow: visible;
}
.stay_connected_container .pagination-class.flex.items-center.justify-between {
    /* background: red; */
    position: relative;
    justify-content: space-between;
    margin-top: 0px;
    transform: translate3d(0px, 0px, 0px) !important;
    opacity: 1 !important;
}
.stay_connected_container button.prev.swiper-button-prev.custom-btn,.stay_connected_container button.next.swiper-button-next.custom-btn {
    left: 0;
    right: 0;
    position: relative;
    background: black;
    padding: 22px;
    border-radius: 20px;
    background: var(--clight);
    border: none !important;
    z-index: 1;
}
.stay_connected_container button.prev.swiper-button-prev.custom-btn {
    left: -10px !important;
}

.stay_connected_container .line {
    display: block !important;
    width: 80%;
    background: white;
    height: 1px;
}
.stay_connected_container .counter {
    color: white;
    font-weight: 700;
    font-size: 20px;
}
.stay_connected_container .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px !important;
    color: var(--csky) !important;
}
.stay_connected_container .swiper-button-next.swiper-button-disabled , .swiper-button-prev.swiper-button-disabled {
    background: var(--clightBlue) !important;
    opacity: 1 !important;
}
.stay_connected_container .swiper-pagination-fraction{
    width: auto !important;
    padding: 0px !important;
    color: var(--clight )!important;
}


/* How Does roamex eSIM Work? */
.how_does_esim_section{
    margin-bottom: 150px;
    padding: 0px 10px ;
}
.how-dose-esim-work .display_product .card{
    background-color: #f6fafd !important;
}
.how-dose-esim-work .display_product .card img {
    box-shadow: 10px 8px 30px 0px var(--csky);
    border-radius: 10rem;
    
}
/* Travel The World Section */
section.travel_the_world_section  {
    margin: 80px 0px 150px 0px;
}
.travel_the_world_section .content {
    width: 70%;
}
.travel_the_world_section .display_greener {
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    align-items: center;
    justify-content: space-around
}
.travel_the_world_section .card {
    height: 300px;
    text-align: center;
    padding: 50px 30px 30px 30px;
    width: 30%;
    background: none;
    align-items: center;
}
.travel_the_world_section .card p {
    width: 100%;
}
.travel_the_world_section .card img {
    width: 80px;
    box-shadow: 0px 10px 40px 1px var(--csky);
    border-radius: 10rem;
}
.travel_the_world_section .card h5 {
    font-size: 25px;
    color: var(--textColor);
    margin: 20px 0px 0px 0px;
}
.travel_the_world_section .card p {
    width: 80%;
    margin: 10px auto 0px auto;
    font-size: 15px;
    line-height: 20px;
}
.travel_the_world_section .card2 {
    border-right: 2px solid;
    border-left: 2px solid;
    border-color: #00000040;
}


/* faq section */
.faq-section {
  margin: 80px auto;
}
.faq-title {
    font-size: 7rem;
    color: var(--textColor);
    margin: 20px 0px 60px 0px;
    text-align: center;
}

.faq-container{
    flex-wrap: wrap;
    gap: 15px;
    filter: drop-shadow(0px 80px 100px #9AC0F6);
}
.faq-item {
    width: 45%;
    background-color: var(--clight);
    border-radius: 10rem;
    padding: 10px;
    transition-duration: 0.4s;
}
.faq-item.open {
    border-radius: 10px;
    background: linear-gradient(45deg, var(--csky) 30%, transparent 140%);
}
.faq-item.open * {
    color: white;
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-family: 'Cal-Sans';
  font-size: 1.4rem;
  padding: 15px 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222;
  transition: color 0.3s ease;
}

/* .faq-question:hover {
  color: var(--clightBlue, #007bff);
} */

.faq-icon {
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer p {
  padding: 0 10px 15px 10px;
  color: #555;
  line-height: 1.6;
}

.faq-item.open .faq-icon {
  transform: rotate(180deg);
}
/* footer */

footer{
    margin-top: 300px;
    padding-top: 40px;
    background: linear-gradient(180deg, var(--csky) -40%, transparent);
    border-radius: 30px 30px 0px 0px;
}
.callSecnone footer {
    margin-top: 100px;
}
.collectionCta footer {
    margin-top: 100px;
}
footer .footer-container{
    flex-direction : column;
}
footer .footer-container .Call-Section{
    padding: 60px 0px 60px 60px;
    border-radius: 20px;
    margin-bottom: -10rem;
    transform: translateY(-200px);
    position: relative;
    background-color: #29249A;
    justify-content: space-between;
    box-shadow: 8px 40px 100px -20px var(--cdarkBlue);
}
footer .footer-container .Call-Section .content{
    width: 60%;
}
footer .footer-container .Call-Section .content h3{
    color: var(--clight);
    font-size: 5rem;
    margin: 0;
}
footer h2{
    color: var(--textColor);
    font-family: var(--font-body-family) !important;
    font-weight: bold;
}
footer .footer-container .Call-Section .content p{
    margin: 20px 0px 20px 0px;
    color: var(--clight);
}
footer .footer-container .Call-Section .content a{
    background: var(--clight);
    color: black;
}

footer .image {
    width: 50%;
}
footer .image img{
    width: 50%;
    position: absolute;
    top: -7.4rem;
    right: -1rem;
}
footer .main-footer {
    justify-content: space-between;
    align-items: self-start;
    gap: 10px;
}
.main-footer .fist-section {
    width: 30%;
}
.main-footer .second-section,.main-footer .third-section,.main-footer .fourth-section{
    width: 22%;
}
.main-footer ul.footer-menu-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 30px;
}
.main-footer ul.footer-menu-ul li{
    line-height: 40px;
}
.main-footer ul.footer-menu-ul li a{
    text-decoration: none;
    color: var(--textColor);
}
.bottom-footer {
    text-align: center;
    width: 100%;
    margin-top: 50px;
    position: relative;
    top: -70px;
}
.main-footer .fist-section {
    margin: 20px 0px;
}
.fist-section img {
    width: 60%;
}
.fist-section p {
    line-height: 25px;
}
.bottom-footer a{
    text-decoration: none;
}
.bottom-footer a img{
    width: 40px;
        margin-right: 20px;
}
.bottom-footer .copy-footer {
    text-align: center;
    color: var(--textColor);
    border-top: 1px solid var(--textColor);
    margin-top: 20px;
}

/* pages start */
/* faq.page.liquid */
.hs-top-hero-section {
    background: linear-gradient(323deg, #2e2c9a 80%, #63A4FE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 20px 30px 20px;    
}
.hs-top-hero-section .container .content{
    width: 39%; 
}
.hs-top-hero-section .container .content h2{
    color: var(--clight);
    font-size: 6rem;
    margin: 15px 0px;
}
.hs-top-hero-section .container .image{
    width: 50%;
}
.hs-top-hero-section .container .image img{
    width: 100%;
}


/* hs-destination-section */
.hs-destination-section{
    text-align: center;
    margin-top: 100px;
    flex-direction: column;
}
.hs-destination-section h2{
    font-size: 6rem;
    color: var(--textColor);
    margin: 0;
}
.hs-destination-section form{
    background: #F3F3F3;
    width: 50%;
    padding: 5px 5px 5px 20px;
    border-radius: 10rem;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.hs-destination-section form input{
    width: 80%;
    border: none;
    background: transparent;
}
.hs-destination-section form input:focus-visible{
    outline: none;
    outline-offset: none;
    box-shadow: none;
}
.hs-destination-section form button{
    border: none;
    padding: 20px 40px;
}

/* pages end */



/* about pages styling */
.global-section{
    background: linear-gradient(179deg, var(--csky), transparent 95%);
    height: 800px;
    margin: 0px 10px;
    padding-top: 40px;
    border-radius: 30px;
}
.global-section .global-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.global-section .global-container .hs-destination-section {
   width: 90%;
    gap: 20px;
}
.global-section .global-container .hs-destination-section h2 {
    color: var(--clight);
}
.global-section .global-container .hs-destination-section form {
   width: 65%;
}
.global-section .global-container .hs-destination-section form input {
   width: 70%;
}
.global-section .global-container .hs-destination-section form button {
       padding: 15px 10px;
}
.global-section .global-container .hs-destination-section form button.cs-btn {
        width: 30%;
}
.global-section .image {
  width: 100%;
}
.global-section .image img {
    width: 90%;
}
/* about pages styling */

/* contact page */
/* .hs-contact{
    margin-top: -80px;
} */
.hs-top-second-hero-section .page-width{
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    width: 100%;
    height: 100%;  
}
.callSecnone .hs-top-second-hero-section .page-width {
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100%;
    height: 100%;
}




.field__input{
    background: #E8F2FF;
    border-radius: 3rem;
    padding: 30px !important;  
    color: var(--textColor)
}
.field__input:focus{
    background: linear-gradient(90deg, #4487F3 60%, transparent 109%);
    border: none;
    color: white;
}
.field__input:focus-visible{
    box-shadow: 4px 7px 12px #cbdfff !important;
    outline: 0;
    /* border-radius: 10rem; */
}
.field__label,
.field__input:focus~.field__label{
    display: none ;
}

.field__input::placeholder{
    opacity: 1 !important;
    color: var(--textColor);
}
.field__input:focus::placeholder{
    color: white;
}


#ContactForm .cs-btn{
    padding: 10px 10px 10px 30px;
    font-family: var(--font-body-family);
    font-size: 16px;
    gap: 30px;
    justify-content: space-between;
    cursor: pointer;
}
#ContactForm #ContactForm-affiliate{
    padding: 0px 20px 0px 20px !important;
    height: 60px;
}
select#ContactForm-affiliate option {
    background: var(--csky);
    backdrop-filter: blur(10px);
    color: black;
}
.bottom-contact h4{
    margin: 15px 0px 0px 0px;
}
/* contact page */

/* custom container for about page */
.cs-container-cutom-section{
    margin: 90px 0px;
}
.cs-custom-conteiner{
    gap: 40px;
}
.cs-custom-contnet{
    margin: 0;
    width: 50%;
}  
.cs-custom-contnet h1{
    margin: 0;
    color: var(--textColor);
    font-size: 5rem;
}  
.cs-custom-contnet p{
    font-size: 16px;
    line-height: 20px;
}  
.cs-container-img{
    width: 45%;
}  
.cs-container-img img{
    width: 100%;
}  
/* custom container for about page */


/* Collection page cards */
.hs-collection-card .card{
    flex-direction: row !important;
    gap: 20px;
    background: #F7FAFE;
    height: max-content !important;
    align-items: center !important;
    padding: 15px 20px;
    border-radius: 20px;
    transition-duration: 0.5s;
    margin: 4px;
}
.hs-collection-card .card__inner {
    width: 35%;
    border-radius: 100% !important;
    overflow: overlay;
}
.hs-collection-card .card:hover {
    background: var(--cdarkBlue);
    box-shadow: 0px 5px 40px var(--cdarkBlue);
}
.hs-collection-card .card:hover * {
    color: white;
    fill: white;
}
.hs-collection-card .esim-text,
.hs-collection-card .card__information
 {
    padding: 0;
    margin: 0;
    color: var(--textColor);
}
.hs-collection-card .card__heading a{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 150px;
    text-decoration: none !important;
    font-size: 18px;
}
.hs-collection-card .svg-right {
    width: 30px;
}
.hs-collection-card .svg-right path{
    fill: var(--textColor);
    width: 200px !important;
    height: 200px !important;
}

/* pagination */
a.pagination__item.pagination__item--current.light {
    color: white;
    background: var(--clightBlue);
    border-radius: 10rem;
    opacity: 1 !important;
}
a.pagination__item--current:after{
    display: none;
}
/* filter */
.hs-fillter{
   margin-bottom: 4rem !important;
}
.hs-fillter .facets__disclosure,
.hs-fillter .facet-filters__field .select{
    margin-right: 2.5rem;
    padding: 15px;
    text-decoration: none !important;
    background: linear-gradient(90deg, var(--csky) 5%, transparent 130%);
    border-radius: 10rem;
    box-shadow: 0px 15px 40px -10px var(--csky);
    transition-duration: 0.2s
}
.hs-fillter .facets__wrapper,
.hs-fillter .facet-filters.sorting.caption
{
    align-items: baseline !important;
}
.hs-fillter .facet-filters__field .select:hover,
.hs-fillter .facets__disclosure:hover{ 
    background: var(--cdarkBlue);
}
.hs-fillter .facets__disclosure[open] .facets__summary,
.hs-fillter .facet-filters__field .select:hover *,
.hs-fillter .facets__summary:hover{
    color: var(--clight);
    text-decoration: none !important;
}
.hs-fillter .facets__summary,
.hs-fillter .facet-filters__field .select .svg-wrapper svg path,
.hs-fillter .facet-filters__field select#SortBy,
.hs-fillter .facets__summary .icon-caret path{
    color: var(--clight) !important;
    fill: var(--clight) !important;
    margin: 0 !important;
}
.hs-fillter .facet-filters__field select#SortBy option{
    background: var(--clightBlue)
}
.hs-fillter .facet-filters__sort:focus-visible {
    outline: none;
    outline-offset: 0;
    box-shadow: none;
}
.hs-fillter .facet-filters__field .select .svg-wrapper{
    right: 20px !important;  
}
.hs-fillter .product-count.light{
    align-self: center !important;
}

/* Collection page cards */

/* single product page */

    
.hs-single-product .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 45% !important;
    width: calc(65% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
.hs-single-product .product--large:not(.product--no-media) .product__info-wrapper{
    padding: 0px !important;
    max-width: 50% !important;
}
/* sssssssss */
.hs-single-product .product.grid {
    gap: 40px;
}
.hs-single-product .product-media-container.constrain-height.media-fit-contain  {
    border: none;
}
.hs-single-product .product__media.media.media--transparent{
    border: 15px solid var(--clight);
    box-shadow: 0px 0px 50px -20px #0000008a;
    border-radius: 50px;
}
.hs-single-product h1{
    color: var(--textColor)  !important;
}
/* .hs-single-product .product-form__input--pill input[type=radio]:checked+label{ */
.hs-single-product .product-form__input--pill input[type=radio]+label {
    height: 140px;
    width: 140px;
    border-radius: 20px !important;
    display: flex;
    align-items: start;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px 10px !important;
    margin: 0 !important;
    text-align: left;
    color: #000000;
    background: #F7FAFE;
    border: none;
    line-height: 26px;
    font-size: 17px;
}
.cs-single-product .accordion {
    margin-top: 2.5rem;
    margin-bottom: 0;
    border-top: none;
    border-bottom: .1rem solid rgba(var(--color-foreground), .08);
}
.hs-single-product .product-form__input{
    max-width: 100%;
    min-width: 100%;
    display: flex;
    border: none;
    align-items: center;
    justify-content: left;
    gap: 12px;
    flex-wrap: wrap;
    position: relative;
}
.product-form__input--pill input[type=radio]:checked+label {
    background: var(--cdarkBlue) !important;
    color: var(--clight);
    box-shadow: 0px 5px 40px -10px var(--cdarkBlue);
}
button.quantity__button {
    background: #29249A !important;
    border-radius: 10rem;
    color: white;
}
.quantity__button .svg-wrapper{
    width: 1.6rem;  
}
quantity-popover .quantity,
.quantity:before {
    border-radius: 10rem !important;
    background: #DFEDFF !important;
}
.quantity:after ,.button:after{
    border-radius: 10rem;
    box-shadow: none;
}
.quantity{
    width: 160px;
    padding: 8px;
    height: 60px;
}
button.cs-custom-btn {
    background: linear-gradient(90deg, var(--csky) 5%, transparent 130%);
    border-radius: 10rem;
    box-shadow: 0px 10px 50px -6px var(--csky);
    border: none !important;
    color: var(--clight);
}
button.cs-custom-btn2 {
    padding: 13px 20px;
    width: 100%;
    font-size: 15px;
    background: transparent;
    color: #29249A;
    border: 1px solid #29249A !important;
    box-shadow: none;
    font-weight: 600;
    border-radius: 10rem;
    cursor: pointer;
}
.button:not([disabled]):hover:after{
    --border-offset: none;
    box-shadow: none;
}
#buttons-container{
    border-radius: 10rem !important;
    overflow: hidden !important;
}
.product-form__input input[type="radio" i] {
    position: relative !important;
    z-index: 999;
    top: -45px;
    left: 45px;
    /* border-color: #dee9f2; */
    appearance: none;
    border: 1px solid var(--clightBlue);
    width: 20px !important;
    height: 20px !important;
    border-radius: 100%;
    clip: unset !important;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.hs-single-product variant-selects {
    margin-bottom: 4rem !important;
}
.product-form__input input[type="radio" i]:checked {
    background: url(/cdn/shop/files/Group_1577708447.png?v=1761911178);
    background-size: cover;
    border: none;
}
/* list Style */
.icon-with-text--horizontal{
    align-items: end;
    margin: 40px 0px 0px 0px !important;
    padding: 0 !important;
}
.icon-with-text--horizontal li{
    display: flex;
    flex-direction: row !important;
    align-items: center;
    gap: 10px;
    justify-content: center; 
    width: 40% !important;
}
.icon-with-text--horizontal li img{
    margin: 0 !important;
}
.product-form .product-form__buttons {
    max-width: 100%;
}
.activation-box {
    padding: 10px 20px;
    background: #f9f9f9;
    border-radius: 20px;
}
.activation-box svg {
    position: relative;
    top: 3px;
    margin-right: 4px;
}
.activation-desc * {
    display: inline;
}
.activation-desc {
    padding-top: 10px;
}
.product__media-toggle:after{
    content: unset !important;
}
.product__modal-opener .product__media-icon {
    display: none;
}
.cartbtnnotification{
    background: unset !important;
    color: #121212 !important;
}
.recommendedSwiper.swiper-initialized {
    opacity: 1;
    animation: taadaa 2s;
}
.swiper-pagination-bullet-active{
    background: var(--clightBlue) !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    width: 100%;
    text-align: center;
    padding-top: 35px;
}
/* single product page */

.plans-container.page-width.flex{
    flex-direction: column;
    border: none;
    border-radius: 25px !important;
    gap: 0;
    justify-content: center;
    align-items: center;
    height: 400px;
    background-repeat: no-repeat !important;
    background: url(/cdn/shop/files/Group_1577708450-min.png?v=1761987430);
    background-position: center;
    background-size: contain;
    text-align: center;
}

.plans-container h1{
    margin: 0;
    color: #ffffffff;
    font-size: 5rem;
    width: 60%; 
}
.plans-container p{
    margin: 20px 0px;
    color: white;
}
.plans-container .cs-btn{
    border: none;
    justify-content: space-evenly;
    padding: 10px 10px 10px 15px;
    font-size: 1.5rem;
    gap: 15px;
}
.cs-variants{
        transform: translateX(-35px);
}
.cs-variant-plans{
        transform: translateX(35px);
        margin-bottom: 1rem !important;
        font-weight: 800;
}
.cs-single-product svg.icon.icon-caret{
    background: var(--cdarkBlue) !important;
    border-radius: 30rem !important;
    padding: 5px !important;
    height: 20px !important;
    width: 20px !important;
}
.cs-single-product svg.icon.icon-caret path{
fill: var(--clight) !important;
}

/*relatedswiper swiper */
.relatedswiper {
    width: 100%;
    overflow: hidden;
}

.relatedswiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.relatedswiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product--large .price.flex{
    justify-content: flex-start;
}
.mb-1{
    margin: 4.5rem 0px 2.5rem 0px !important;
}
/* recommendedSwiper product swiper */
.cs-recommended-products {
    overflow: hidden;
    background: linear-gradient(178deg, var(--csky), transparent 90%);
    height: 1000px;
    padding: 20px 0px;
    border-radius: 20px;
    margin: 0px 20px;
}
.cs-recommended-products h2 {
    text-align: center;
    color: var(--clight);
    font-size: 5rem;
}
.recommendedSwiper {
    width: 100%;
   height: max-content;
}
.recommendedSwiper .swiper-wrapper {
    width: 30%;
}
.recommendedSwiper .card-wrapper{
   width: 85%; 
}
.recommendedSwiper .swiper-slide{
  display: block;
    width: 60%;
    height: max-content !important;
}
.recommendedSwiper .hs-collection-card .card {
    gap: 40px !important;
    width:100%;
    flex-direction: column !important;
    justify-content: center;
    text-align: center;
    padding: 40px 10px;
}
.recommendedSwiper .card__information{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.recommendedSwiper .hs-collection-card .card__inner {
    width: 30%;
    box-shadow: 0px 0px 0px 10px #70a3f554;
}
.recommendedSwiper .hs-collection-card .esim-text {
    font-family: 'DM Sans';
}
.recommendedSwiper .hs-collection-card .card__heading a {
    font-size: 30px !important;
}
.recommendedSwiper .price__regular{
    color: #29249A;
    font-weight: bold;
    font-family: 'DM Sans';
}


/* btn popup */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  background: #fff;
  border-radius: 12px;
  padding: 5px 48px;
  width: 90%;
  max-width: 600px;
    overflow-y: scroll;
    max-height: 80vh;
  position: relative;
}

.close-popup {
    border-radius: 10rem;
  background: #1C274C;
  padding: 0px 13px;
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
  color: white;
}

#deviceSearch {
  width: 100%;
  padding: 10px;
  margin: 15px 0;
  border: 1px solid #ccc;
  border-radius: 6px;
}

#deviceList {
  padding: 0;
}
#deviceList a{
      color: var(--csText);
      font-family: 'Cal-Sans';
}
#deviceList li {
    padding: 8px 0;
    font-size: 14px;
    line-height: 30px;
    list-style: none;
    background: url(/cdn/shop/files/Group_1577706759.svg?v=1760628348) no-repeat left center;
    background-size: 15px;
    padding-left: 25px;
    font-weight: 800;
}

/* all Pages narrow*/
.page-width--narrow {
    margin-top: 150px;
}

/* changePlanes slider */
#learnMorepopUp{
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    justify-content: flex-end;
    align-items: center;
    z-index: 10;
    position: fixed;
    top: 0;
    /* overflow-y: scroll; */
    display: none;
}
#learnMorepopUp .contentbox{
    width: 450px;
    background: #ffffff;
    padding: 20px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    animation: drawerChange 1s 1 alternate;
    overflow-y: scroll;
}
#learnMorepopUp .contentbox header{
    justify-content: space-between;
    align-items: center;
    width: 100%;    
}
#learnMorepopUp .contentbox header h2 {
    font-size: 2rem;
}
#learnMorepopUp .contentbox header svg {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
@keyframes drawerChange {
    0%{
        transform: translateX(300px)
    }
    100%{
        transform: translateX(0px)
    }
}
#learnMorepopUp .contentbox .image-Container{
    background: #f8f8fb;
    width: 100%;
    border-radius: 15px;
    text-align: center;
}
#learnMorepopUp .contentbox .image-Container img{
        width: 50%;
}
#learnMorepopUp ul{
    margin: 0;
    padding: 0;
}
#learnMorepopUp ul li{
    list-style: none;
    background-size: 30px;
    background-repeat: no-repeat;
    line-height: 20px;
    background-color: #f8f8fb;
    padding: 10px 10px 10px 50px;
    border-radius: 5px;
    background-position: 5px 8px;
    margin-bottom: 15px;
}
#learnMorepopUp ul li.listOne{
    background-image: url(/cdn/shop/files/no-phone.png?v=1762765074);
}

#learnMorepopUp ul li.listTwo{
    background-image: url(/cdn/shop/files/ask.png?v=1762765073);
}

#learnMorepopUp ul li.listThree{
    background-image: url(/cdn/shop/files/issue.png?v=1762765041);
}

#learnMorepopUp .refund__cta-info{
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;  
    line-height: 20px;
}
#learnMorepopUp .refund__cta-info .cs-btn{
    width: 80% !important;
}
#learnMorepopUp .refund__cta-info p{
    color: var(--textColor);
        margin-top: 30px;
    font-size: 15px;
}
#learnMorepopUp .refund__cta-info p a{
    color: var(--csky);

}


/* cart page */

cart-items.gradient{
margin-top: 150px;
}

.cart-item__image-container {
    overflow: hidden !important;
    border-radius: 100%;
}

/* search query */
details-modal.header__search {
    display: none !important;
}
.template-search__search {
    display: none;
}
.predictive-results{
    width: 60%;
    background: linear-gradient(45deg, var(--clightBlue), var(--csky));
    border-radius: 1rem;
    padding: 10px;
    position: absolute;
    z-index: 10;
    top: 80%;
    gap: 15px !important;
    flex-direction: column;
    margin: 0 auto;
}
.predictive-results a{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.predictive-results a img{
    width: 10%;
    border-radius: 10rem;
}

.hs-destination-section .predictive-results {
        width: 50%;
        margin-top: 10px;
        position: relative;
}
.global-container .hs-destination-section .predictive-results {
    width: 60%;
    margin-top: -10px;
    position: relative;
}
.noresult{
    color: white;
}
.cart__ctas {
 justify-content: flex-end;   
}

.product__accordion .accordion__content{
    animation: fade-up linear 1s 1;

}
p[role=status] {
    text-align: center;
}
.hs-destination-section.esim-banner-search {
    margin: 0;
    padding-top: 25px;
}
.esim-banner-search form {
    margin: auto;
}


/* animation */
@keyframes fade-up{
  0% {
    opacity:  0;
  }
  100% {
    opacity:  1;
  }
}

/* animation */
@keyframes up-down{
  0% {
    transform:  translate(1px,20px)  ;
  }
  24% {
    transform:  translate(1px,30px)  ;
  }
  50% {
    transform:  translate(1px,12px)  ;
  }
  74% {
    transform:  translate(1px,22px)  ;
  }
  100% {
    transform:  translate(1px,20px)  ;
  }
}

@keyframes taadaa { 
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}



/* Search bar of header */

button.reset__button.field__button {
    position: relative;
    top: 8px;
}

details[open]>.search-modal {
    border-radius: 10rem !important;


}

details[open] .modal-overlay:after{

    background-color: rgb(18 18 18 / 0%) !important;
}

.predictive-search__image {
    border-radius:100%;
}

/* contact form succes message */
h2.form-status.form__message:focus-visible{
   border: none !important;
    outline: none;
    box-shadow: none;
}
h2.form-status.form__message{
opacity: 1;
    height: 120px;
    padding: 0;
    color: black;
    margin: 0;
    display: flex
;
    align-items: end;
    gap: 20px;
    justify-content: flex-start;
    margin-bottom: 40px;
    border: none;
}
	
.form__message .icon  {
    height: 30px !important;
    margin-right: 0 !important;
    width: 30px !important;
}
    .section-template--24774066078019__rich_text_fV7LL9-padding {
        padding-bottom: 0px !important;
    }
/* footerColaps */
.footercollapse{
    overflow: hidden;
    height: 0px;
    border-bottom: 1px solid gray;
    /* animation: footerAnimation 2s 1;
     */
     
}

/* @keyframes footerAnimation {
    0%{
    height: 0px;
    }
    30% {
    height: 30px;
    }
    60% {
    height: 200px;
    }   
    100%{
    height: max-content;
    }
} */

.first-menu-heading,
.second-menu-heading,
.second-menu-heading{
justify-content: space-between;   
}

.first-menu-heading svg,
.second-menu-heading svg,
.second-menu-heading svg{
width: 20px;
display:none;
}


/* collaps */
/* .hs-description .box-description h2,
.hs-description .box-features,
.hs-description .box-technical-specs {
    display: none !important;
}

.hs-features .box-features h2,
.hs-features .box-description,
.hs-features .box-technical-specs {
    display: none !important;
}

.hs-technical-specs .box-technical-specs h2,
.hs-technical-specs .box-features,
.hs-technical-specs .box-description {
    display: none !important;
} */

.hs-mobile-language{
    display: none !important;
}
.menu-drawer__localization localization-form{
    display: block !important;
}
@media (max-width: 768px) {
  .stay_connected_container h1 {
    font-size: 3rem;
  }

  .stay_connected_container .stay_card {
    height: auto;
    padding: 24px 20px 32px 20px;
  }

  .stay_connected_container .stay_card img {
    margin-bottom: 24px;
  }

  .stay_connected_container .pagination-class {
    margin-top: 10px;
  }
}

/* ================================
   ROAMEX – Plans pills (clean + universal)
   ================================ */

/* 0) Haal de translateX hacks weg (die maken het "geplakt" en soms smal) */
.hs-single-product .cs-variants,
.hs-single-product .cs-variant-plans{
  transform: none !important;
}

/* Geef desktop weer wat ademruimte t.o.v. de foto */
@media (min-width: 990px){
  .hs-single-product .product--large:not(.product--no-media) .product__info-wrapper{
    padding-left: 24px !important;
  }
}

/* 1) Input uit flow en onzichtbaar (maar toegankelijk via label[for]) */
.hs-single-product fieldset.cs-variants.product-form__input--pill > input[type="radio" i]{
  position: absolute !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
  clip: rect(0, 0, 0, 0) !important;
  overflow: hidden !important;
  top: auto !important;
  left: auto !important;
  z-index: auto !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

/* 2) Label is positioning-context voor de indicator */
.hs-single-product fieldset.cs-variants.product-form__input--pill > input[type="radio" i] + label{
  position: relative !important;
}

/* 3) Indicator (cirkel) rechtsboven – altijd stabiel */
.hs-single-product fieldset.cs-variants.product-form__input--pill > input[type="radio" i] + label::after{
  content: "" !important;
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 999px !important;
  border: 1px solid var(--clightBlue) !important;
  background: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

/* 4) Checked = jouw PNG checkmark op dezelfde plek */
.hs-single-product fieldset.cs-variants.product-form__input--pill > input[type="radio" i]:checked + label::after{
  border: none !important;
  background-image: url("/cdn/shop/files/Group_1577708447.png?v=1761911178") !important;
}

/* 5) MOBIEL: 2 kolommen, cards vullen de kolom (niet “super dun”) */
@media (max-width: 520px){
  .hs-single-product fieldset.cs-variants.product-form__input--pill{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  /* Override jouw vaste 140px breedte op mobiel: maak ze responsive */
  .hs-single-product .product-form__input--pill input[type=radio] + label{
    width: 100% !important;
    height: 140px !important; /* behoud hoogte, maar breedte wordt kolombreed */
  }
}

/* Add to cart dezelfde blauw als selected variant */
button.cs-custom-btn{
  background: var(--cdarkBlue) !important;
  box-shadow: 0px 10px 50px -6px var(--cdarkBlue) !important;
  color: var(--clight) !important;
}

/* optioneel: hover iets donkerder */
button.cs-custom-btn:hover{
  background: var(--clightBlue) !important;
}

/* Product image iets kleiner op mobiel */
@media (max-width: 749px){
  .hs-single-product .product-media-container{
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
