/** Shopify CDN: Minification failed

Line 795:2 Unexpected "{"
Line 795:3 Expected identifier but found "%"

**/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
body,
blockquote, .heading, h1, h2, h3, h4, h5, h6, .h0, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Outfit', sans-serif;
    font-weight: 400;
  font-style: normal;
}
.page-width{
  width: 100%;
  max-width: 1440px !important;
  padding: 0 15px !important;
}

.main-heading-list.top-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

/* Prevent page jump when bar becomes fixed */
.cl-selector.has-top-sticky {
  padding-top: var(--main-heading-list-height, 0px);
}
.topbar-section-main {
  width: 100%;
  background: #211f1f;
  color: #ffffff;
  overflow: hidden;
  font-size: 10px;
  line-height: 1;
  padding:15px 0;
}

.custom-topbar__inner {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.custom-topbar__announcement {
  grid-column: 2;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}

.custom-topbar__content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.custom-topbar__content p,
.custom-topbar__content span {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.custom-topbar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  color: #ffffff;
}

.custom-topbar__icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.custom-topbar__social {
  grid-column: 3;
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  gap: 5px;
}

.custom-topbar__social a {
  color: #ffffff;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 1;
}

.custom-topbar__social a:hover {
  opacity: 0.75;
}

.custom-topbar__social svg {
  width: 22px;
  height: 22px;
  display: block;
}

.custom-topbar__social ul,
.custom-topbar__social .list-social {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-topbar__social li {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.main-banner .banner__title.heading{
  font-size:48px;
  font-weight:500;
  color:#000;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.main-banner .banner__title.heading strong span{
  color:#006bff;
  font-weight:600;
}
.main-banner ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 16px;
  max-width: 480px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.main-banner li {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #efefef;
  border-radius: 999px;
  padding: 10px 18px 10px 40px;
  font-size: 15px;
  font-weight: 500;
  color: #241F20;
  line-height: 1.2;
  white-space: nowrap;
}

/* Blue circle */
.main-banner li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #2b6ef2;
  transform: translateY(-50%);
}

/* White checkmark, sits on top of the circle */
.main-banner li::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 50%;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translateY(-65%) rotate(45deg);
}

.main-banner a.button--secondary{
  background:#007FFF;
  color:#fff;
  border:1px solid #007FFF;
  padding:0 30px;
  line-height:2.8;
  font-size:16px;
  font-weight:500;
  border-radius:6px;
}
.main-banner a.button--secondary::after{display:none ;}
.main-heading-list{
  background-color:#007FFF;
  padding:25px 0;
  /* position: sticky;
  top: 0;
  z-index:99; */
}
.main-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 0;
}
.main-wrapper h4{
  font-size:38px;
  font-weight:600;
  color:#241F20;
  margin:0;
  padding:0;
}
.main-wrapper h4 span:last-child {
    color: #007fff;
    font-weight: 700;
}
.main-wrapper a.button--secondary{
    background: #007fff;
    color: #fff;
    border: 1px solid #007FFF;
    padding: 0 30px;
    line-height: 2.8;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
}
.main-wrapper .button--secondary .btn-fill{
  background:#fff;
}
.main-wrapper .button--secondary:focus .btn-text,
.main-wrapper .button--secondary:hover .btn-text{
  color:#007fff;
}
.main-wrapper a.button--secondary:after{display:none;}

.benefits-section {
  width: 100%;
  background: #ffffff;
  padding: 20px 0;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.benefit-card {
  background: #F2F7F8;
  border-radius: 7px;
  min-height: 78px;
  padding: 16px 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.benefit-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  color: #078bff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.benefit-icon svg {
  width:32px;
  height:32px;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-content h3 {
  margin: 0 0 5px;
  color: #241F20;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.15;
}

.benefit-content p {
  margin: 0;
  color: #241F20;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.collaction_list .title-wrapper {
    margin-bottom: 15px;
}
.collaction_list .title-wrapper h1 {
    font-size: 34px;
    font-weight: 600;
}
.collaction_list .media-card__link {
    background: #fff;
}
.collaction_list .media-card .media {
    background: #fff;
    border: 1px solid #CECECE;
    border-radius: 12px;
}
.collaction_list .media-card .media img{
  padding:15px;
}
.collaction_list .media-card__text .heading{
  font-size:24px;
  font-weight:500;
  color:#241F20;
}
.wrapper-main {
    position: relative;
}
.wrapper-main button.cl-shop-back {
    position: absolute;
    top: 0;
    right: 0;
}


/* =========================================================
   Slick product gallery
   ========================================================= */

.product-slick-gallery {
  --gallery-border: #d8d8d8;
  --gallery-active: #078bff;
  --gallery-radius: 12px;
  --gallery-thumb-radius: 8px;

  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  width: 100%;
  min-width: 0;
}

.product-slick-gallery--single {
  grid-template-columns: minmax(0, 1fr);
}

.product-slick-gallery *,
.product-slick-gallery *::before,
.product-slick-gallery *::after {
  box-sizing: border-box;
}

/* Prevent layout flash before Slick loads */
.product-slick-gallery__main:not(.slick-initialized)
  > .product-slick-gallery__main-slide:not(:first-child) {
  display: none;
}

.product-slick-gallery__thumbs:not(.slick-initialized) {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 540px;
  overflow: hidden;
}

/* =========================================================
   Main gallery
   ========================================================= */

.product-slick-gallery__main-column {
  min-width: 0;
}

.product-slick-gallery__main {
  width: 100%;
  min-width: 0;
}

.product-slick-gallery__main .slick-list {
  overflow: hidden;
  border-radius: var(--gallery-radius);
}

.product-slick-gallery__main-slide {
  min-width: 0;
  outline: 0;
}

.product-slick-gallery__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
  border: 1px solid var(--gallery-border);
  border-radius: var(--gallery-radius);
  background: #ffffff;
}

.product-slick-gallery__main-image,
.product-slick-gallery__media-element,
.product-slick-gallery__media video,
.product-slick-gallery__media iframe,
.product-slick-gallery__media model-viewer {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}

.product-slick-gallery__main-image {
  padding: clamp(15px, 3vw, 35px);
  object-fit: contain;
  object-position: center;
}

.product-slick-gallery__media video {
  object-fit: contain;
  background: #ffffff;
}

.product-slick-gallery__media iframe,
.product-slick-gallery__media model-viewer {
  border: 0;
}

/* =========================================================
   Vertical thumbnails
   ========================================================= */

.product-slick-gallery__thumb-column {
  position: relative;
  min-width: 0;
}

.product-slick-gallery__thumbs {
  width: 78px;
  overflow: hidden;
}

.product-slick-gallery__thumbs .slick-list {
  height: 100%;
  overflow: hidden;
}

.product-slick-gallery__thumbs .slick-track {
  display: block;
}

.product-slick-gallery__thumb-slide {
  padding: 0 0 11px;
  outline: 0;
}

.product-slick-gallery__thumb-button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 67px;
  padding: 5px;
  overflow: hidden;
  border: 1px solid var(--gallery-border);
  border-radius: var(--gallery-thumb-radius);
  background: #ffffff;
  color: #222222;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.product-slick-gallery__thumb-button:hover {
  border-color: var(--gallery-active);
}

.product-slick-gallery__thumbs
  .slick-current
  .product-slick-gallery__thumb-button {
  border-color: var(--gallery-active);
  box-shadow: 0 0 0 1px var(--gallery-active);
}

.product-slick-gallery__thumb-image,
.product-slick-gallery__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.product-slick-gallery__thumb-image {
  object-fit: contain;
}

.product-slick-gallery__media-icon {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: rgba(7, 139, 255, 0.92);
  color: #ffffff;
}

.product-slick-gallery__media-icon svg {
  width: 11px;
  height: 11px;
  fill: currentColor;
}

/* Disable Slick's default spacing */
.product-slick-gallery .slick-slide {
  height: auto;
}

.product-slick-gallery .slick-slide > div {
  height: 100%;
}
.collection-section .card.product-card{
    background: #fff;
}
.collection-section .product-card__media {
    border: 1px solid #B3B3B3;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px;
}
.collection-section .product-card__content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left;
}
.collection-section .product-card__content.text-center .price {
    justify-content: flex-start;
}
.collection-section .product-card__content.text-center .price span {
    font-size: 18px;
    font-weight: 600;
}
.collection-section .product-card__content.text-center .price__sale {
    font-weight: 400 !important;
    font-size: 16px !important;
}



/* =========================================================
   Tablet and mobile
   ========================================================= */

@media screen and (max-width: 989px) {
  .product-slick-gallery {
    grid-template-columns: minmax(0, 1fr);
    gap: 13px;
  }

  .product-slick-gallery__main-column {
    order: 1;
  }

  .product-slick-gallery__thumb-column {
    order: 2;
  }

  .product-slick-gallery__thumbs {
    width: 100%;
    height: auto !important;
  }

  .product-slick-gallery__thumbs .slick-list {
    height: auto !important;
    margin-right: -6px;
    margin-left: -6px;
  }

  .product-slick-gallery__thumbs .slick-track {
    display: flex;
  }

  .product-slick-gallery__thumb-slide {
    height: auto !important;
    padding: 0 6px;
  }

  .product-slick-gallery__thumb-button {
    aspect-ratio: 1 / 1;
    min-height: 0;
  }

  .product-slick-gallery__media {
    aspect-ratio: 1 / 1.02;
  }
}

@media screen and (max-width: 749px) {
  .product-slick-gallery {
    gap: 11px;
  }

  .product-slick-gallery__media {
    border-radius: 10px;
  }

  .product-slick-gallery__main-image {
    padding: 14px;
  }

  .product-slick-gallery__thumbs .slick-list {
    margin-right: -4px;
    margin-left: -4px;
  }

  .product-slick-gallery__thumb-slide {
    padding-right: 4px;
    padding-left: 4px;
  }

  .product-slick-gallery__thumb-button {
    border-radius: 6px;
  }
}
nav.breadcrumbs {
    margin: 25px 0 30px;
}
nav.breadcrumbs a,
nav.breadcrumbs span{
  font-size:14px;
  color:#241F20;
}
nav.breadcrumbs a{
    color:#5e5e5e;
}
 .section-product-top .product__title h1 {
      font-size: 34px !important;
      font-weight: 600;
      line-height: 1.3;
  }
  .section-product-top .product__text{
    background:transparent;
    padding:0;
  }
  .section-product-top .product__text-inner{
    padding:0 !important;
    margin-bottom: 10px;
  }
  .section-product-top ul{
    list-style:none;
    padding:0;
  }
  .section-product-top ul li{
    font-size:18px;
    color:#241F20;
    font-weight:400;
     position: relative;
  list-style: none;
  padding-left: 30px;
  margin-bottom: 10px;
  }

/* Outlined circle ring */
.section-product-top ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 2.5px solid #0080FF;
  border-radius: 50%;
  transform: translateY(-50%);
}

/* Checkmark, slightly overflowing top-right like the reference */
.section-product-top ul li::after {
  content: "";
  position: absolute;
    left: 6px;
    top: 50%;
    width: 6px;
    height: 9px;
  border: solid #0080FF;
  border-width: 0 2.5px 2.5px 0;
  transform: translateY(-65%) rotate(40deg);
}
.section-product-top .product-form__submit:after,
.section-product-top .select,
.section-product-top .product-form__submit,
.section-product-top .gravity-button,
.section-product-top .quantity {
    border-radius: 12px !important;
}

.new-swipper h2.heading .highlighted-text.animate[data-style=text],
.new-swipper h2.heading {
    font-size: 42px;
    font-weight: 600;
    color: #241F20;
}
.new-swipper .product-card__media{
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
}
.new-swipper .product-card__content{
    background: #f7f7f7;
    text-align: left;
    padding:20px 0;
}
.new-swipper .product-card__content .product-card__title{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-swipper .product-card__content .price span {
    font-size: 15px;
    color:#241F20;
}
.new-swipper .product-card__content .price span.price__sale {
    color: #919191;
    margin-left:5px;
}
.new-swipper .product-card__content .price{
    justify-content: left;
}

/* Style FOr the modal */
.cl-iphone-popup {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.48);
  border:none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.cl-iphone-popup[hidden] {
  display: none;
}

.iphone-wrapper{
    width: 100%;
    max-width: 1070px;
    background: #ffffff;
    border-radius: 18px;
    padding: 45px 50px 40px;
    position: relative;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25);
    border:none !important;
}
.cl-iphone-popup__box :focus-visible,
.iphone-wrapper :focus-visible{
  outline:none !important;

}
.cl-iphone-popup__box {
    max-height: calc(100vh - 48px);
    overflow-y: auto; 
} {% endcomment %}


.cl-iphone-popup__close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: #007fff;
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.cl-iphone-popup__grid {
  display: grid;
  grid-template-columns: 1.20fr 0.80fr;
  gap: 50px;
  align-items: start;
}

.cl-iphone-popup__title {
    margin: 0;
    color: #241f20;
    font-size: 36px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -1px;
}

.cl-iphone-popup__subtitle {
  margin: 0 0 40px;
  color: #241f20;
  font-size: 20px;
  font-weight:400;
  line-height: 1.35;
}

.cl-iphone-popup__steps {
  margin-bottom: 36px;
}

.cl-iphone-popup__step {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  min-height: 82px;
}

.cl-iphone-popup__step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 32px;
  bottom: -6px;
  border-left: 1px dotted #555555;
}

.cl-iphone-popup__number {
  color: #007fff;
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
}

.cl-iphone-popup__step p {
  margin: 0;
  color: #241f20;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 400;
}

.cl-iphone-popup__step strong {
  font-weight: 700;
}

.cl-iphone-popup__image {
  height: 500px;
  background: #fffdf6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cl-iphone-popup__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit:contain;
}

.cl-iphone-popup__note {
  margin: 5px 0 30px;
  padding: 15px 28px;
  background: #FCF7C8;
  border-left: 12px solid #d7c83a;
  border-radius: 10px;
  color: #241f20;
  font-size: 18px;
  font-weight:400;
  line-height: 1.55;
}

.cl-iphone-popup__back {
  min-height: 54px;
  padding: 0 36px;
  border: 0;
  border-radius: 9px;
  background: #007fff;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

html.cl-iphone-popup-open,
html.cl-iphone-popup-open body {
  overflow: hidden;
}

.collection-iphone-18-screen-protector .card.product-card {
    pointer-events: none;
}
.template-collection h1{
  font-size:48px;
}
.template-collection h2{
  font-size:34px;
}
.template-collection .rich-text h2.heading{
    font-size: 24px;
    font-weight: 600;
}
.template-collection p{
  font-size:18px;
}
@media screen and (max-width: 989px) {
  .cl-iphone-popup__box {
    padding: 46px 28px 38px;
  }

  .cl-iphone-popup__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .cl-iphone-popup__title {
    font-size: 34px;
  }

  .cl-iphone-popup__subtitle {
    margin-bottom: 38px;
    font-size: 18px;
  }

  .cl-iphone-popup__step p {
    font-size: 21px;
  }

  .cl-iphone-popup__image {
    min-height: auto;
  }
}

@media screen and (max-width: 575px) {
  .cl-iphone-popup {
    padding: 12px;
    align-items: flex-start;
  }

  .cl-iphone-popup__box {
    border-radius: 14px;
    padding: 38px 18px 30px;
  }

  .cl-iphone-popup__close {
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    font-size: 28px;
  }

  .cl-iphone-popup__title {
    padding-right: 45px;
    font-size: 28px;
  }

  .cl-iphone-popup__subtitle {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .cl-iphone-popup__step {
    grid-template-columns: 34px 1fr;
    min-height: 60px;
  }

  .cl-iphone-popup__number {
    font-size: 19px;
  }

  .cl-iphone-popup__step p {
    font-size: 17px;
  }

  .cl-iphone-popup__step:not(:last-child)::after {
    left: 13px;
    top: 26px;
  }

  .cl-iphone-popup__note {
    font-size: 15px;
    padding: 16px 18px;
    border-left-width: 8px;
  }

  .cl-iphone-popup__back {
    width: 100%;
  }
}
/* Style FOr the modal */
@media screen and (max-width: 1499px) {
  .custom-topbar__inner {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1399px) {
  .main-banner .video-hero.banner {
      height: 550px;
  }
}
@media screen and (max-width: 1199px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .custom-topbar__inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  .custom-topbar__content {
    font-size: 9px;
  }
  .benefits-container {
    padding: 0 12px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .benefit-card {
    padding: 15px 14px;
  }
  .main-wrapper {
    flex-wrap: wrap;
  }
  .main-wrapper a.button--secondary {
    margin-top: 20px;
  }
  .main-banner .banner__title.heading {
      font-size: 38px;
      line-height: 1;
  }
  .cl-selector__dropdowns {
      flex-direction: column;
  }
  .cl-selector__field {
      width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .custom-topbar__social {
    display: none;
  }
  .main-banner ul {
    grid-template-columns: 1fr;
  }
}