/** Shopify CDN: Minification failed

Line 882:0 Expected "}" to go with "{"

**/
@font-face {
  font-family: 'Gilroy-Regular';
  src: url('https://cdn.shopify.com/s/files/1/0939/6276/files/Gilroy-Regular.woff2?v=1730196900') format('woff2'),
       url('https://cdn.shopify.com/s/files/1/0939/6276/files/Gilroy-Regular.woff?v=1730196900') format('woff');
}

body#your-shopping-cart .floating-controls-container {
    overflow: hidden;
}
.announcement-bar p.bold.text-xs {
    text-transform: uppercase;
}
/* home banner section css */

.slideshow_banner_home split-lines {
    text-transform: uppercase;
}

.slideshow_banner_home p.bold {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

/* collection  section */

.image-link-blocks-home h2 {
    font-weight: 800;
}

.image-link-blocks-home a.content-over-media.rounded {
    gap: 0;
    width: 100%;
    display: block;
}

.image-link-blocks-home .place-self-end-start {
    background: #00000040;
    font-size: 22px;
    letter-spacing: 0;
    font-weight: 500;
    position: absolute;
    z-index: 999;
    bottom: 0;
    padding: 10px 20px;
}

/* image-with-text-overlay_home */

.image-with-text-overlay_home .prose {
    max-width: 620px;
}

.image-with-text-overlay_home  p em {
    font-size: 24px;
    line-height: 30px;
}

/* before-after-image_home */

.before-after-image_home p {
    font-size: 18px;
}

.before-after-image_home h2.h2 {
    font-size: 40px;
    line-height: 45px;
}

.before-after-image_home p.bold {
    font-weight: 400;
    color: #3f8ebc;
    font-style: italic;
}

/* featured collection section */

.shopify-section--featured-collection h2 {
    font-weight: 800;
}
/* .hot-spots-home-page  */

.hot-spots-home-page .place-self-center-start {
    max-width: 600px !important;
}

.hot-spots-home-page h2.h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: 1px;
}

/* .multi-column-home-1 */

.multi-column-home-1 img.rounded {
    border-radius: 0;
}

.multi-column-home-1 p.h1 {
    font-size: 40px;
    margin-bottom: 20px;
}

.multi-column-home-1 .prose p {
    font-size: 18px;
}

.button--lg, .button--xl {
    padding: 10px 50px;
    font-weight: 500;
    font-size: 18px;
}

.multi-column-home-1 .button--lg {
    margin-top:20px;
}

/* .revealed-img-scroll-home */

.revealed-img-scroll-home .text-custom img {
    width: 120px;
    margin: 0 auto;
    transform: none;
    object-fit: contain;
    height: max-content;
}

.revealed-img-scroll-home p.h0 {
    font-size: 50px;
}

/* multiple-img-text-home */

.multiple-img-text-home p {
    font-size: 18px;
    line-height: 30px;
}

.multiple-img-text-home p.h1 {
    font-size: 40px;
    line-height: 50px;
}

.multiple-img-text-home p.bold {
    font-weight: 400;
    color: #3f8ebc;
    font-style: italic;
}

/* shopify-section--press */

  .shopify-section--press blockquote {
    font-style: italic;
    font-size: 26px;
    font-weight: 700;
}

.shopify-section--press {
    padding-top: 50px;
    background: #fff !important;
}

/* footer section css */

.footer p.bold {
    font-size: 20px;
    font-weight: 500;
}

img.footer_logo {
    margin-bottom: 30px;
    max-width: 200px;
}

html.js.native-share--enabled {
    padding-bottom: 0px !important;
}

.footer_sunscription {
    max-width: 400px;
}

footer p, footer ul li a {
    color: rgb(var(--text-color) / 1);
    opacity: 1 !important;
}

footer .lists_blocks ul.v-stack.gap-3 {
    gap: 0;
}

footer .footer_sunscription .form-control {
    border-bottom: 1px solid;
}

footer .footer_sunscription input {
    border: 0;
}

footer .footer_sunscription .input:focus {
    box-shadow: none;
}

footer .footer_sunscription .social-media {
    gap: 10px;
}



/* section.shopify-section.shopify-section--apps {
    max-width: 1100px;
    margin: 0 auto;
} */

.collection-banner h1 {
    font-weight: 700;
    letter-spacing: 1px;
}

.collection.collection--filters-sidebar .product-list {
    gap: 15px;
}


/* product page css starts here */

safe-sticky.product-info variant-picker.variant-picker {
    flex-direction: column-reverse;
    display: flex;
    width: 100%;
}

safe-sticky.product-info legend.text-subdued {
    font-weight: 900;
    font-size: 18px;
}

safe-sticky.product-info .product_accordians {
    margin: 0;
    padding: 10px 20px;
    background: #f0f0f0;
    border-radius: 12px;
}

safe-sticky.product-info .product_accordians details.product-info__accordion {
    border-top: 0;
}

safe-sticky.product-info .product_accordians details.product-info__accordion:last-child {
    border: 0;
}

safe-sticky.product-info .product_accordians .accordion__toggle.bold {
  padding: 14px 0px;
}

 safe-sticky.product-info .product-info__text {
    background: #f0f0f0;
    padding: 14px 20px;
    border-radius: 10px;
} 

safe-sticky.product-info .product-info__text p:before {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0939/6276/files/shipping_truck.png);
    position: relative;
    left: 0;
    width: 26px;
    background-position: center left;
    background-size: contain;
    margin-right: 10px;
    background-repeat: no-repeat;
}

safe-sticky.product-info .product-info__text p {
    display: flex;
    position: relative;
    padding-left: 10px;
    justify-content: center;
    font-size: 20px;
} 

safe-sticky.product-info .product-info__text .prose {
    text-align: center;
}

safe-sticky.product-info .product-info__vendor {
    font-weight: 700;
    opacity: 0.7;
}

safe-sticky.product-info .rating-with-text .text-lg {
    font-size: 30px;
}

safe-sticky.product-info .block-swatch {
    height: max-content;
    padding-top: 6px;
    padding-bottom: 6px;
}

safe-sticky.product-info .product-info__quantity-selector input {
    width: 0;
    font-size: 20px;
}

.images_accordian_main img {
    margin-bottom: 0 !important;
}

.accordion-product-page h2.h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    max-width: 450px;
}

.accordion-product-page .section-stack__intro p {
    font-size: 17px;
    color: #000;
    opacity: 1;
}

.shopify-section--product-recommendations h2.h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

.product-info__description1 p {
    font-size: 18px;
}

.product-info__description1 p strong {
    font-size: 20px;
    font-weight: 800;
}

.product-info__description1 {
    text-align: center;
    padding-bottom: 60px;
}

.product_accordians_1, .product-info__description1 {
    max-width: 1000px;
    margin: 0 auto;
}

.accordion-product-page .section-stack__intro p.bold {
    color: #3f8ebc;
    font-weight: 600;
    font-style: italic;
    font-size: 20px;
}

safe-sticky.product-info hr.product-info__separator {
    border: 1px solid #D9D9D9;
}
.shopify-section--logo-list .section-stack {
    gap: 0;
}
.shopify-section--logo-list .section.section-full.bg-custom {
    padding: 30px 0px;
}
.shopify-section.product_description {
    background: #fff !important;
}

/* scrolling bar multiple css starts here  */

.scrolling-text_multiple section-header.section-header {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.product_txt_icons .product-info__text1 {
    display: flex;
    align-items: center;
    padding: 5px 0px;
}

.product_txt_icons .product-info__text1 img {
    margin-right: 10px;
}
.section.pdpds {
    padding-top: 0;
    padding-bottom: 0;
}
.rating-with-text a.reviews_scroll.rating {
    display: none;
}

.image_banner_product .section.section-full.bg-custom {
    background: #fff;
    padding-bottom: 60px;
}

/* css shipping page  */


body#shipping-amp-delivery-of-our-apple-iphone-cases-catalyst-case .tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

body#shipping-amp-delivery-of-our-apple-iphone-cases-catalyst-case .large--hide {
    display: none!important;
}

body#shipping-amp-delivery-of-our-apple-iphone-cases-catalyst-case .three-tenths {
    width: 30%;
    padding-left: 30px;
}

body#shipping-amp-delivery-of-our-apple-iphone-cases-catalyst-case .two-thirds {
    width: 66.666%;
    padding-left: 40px;
}

body#shipping-amp-delivery-of-our-apple-iphone-cases-catalyst-case .grid.medium-down--hide {
    display: flex;
}

body#shipping-amp-delivery-of-our-apple-iphone-cases-catalyst-case .tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
}

body#shipping-amp-delivery-of-our-apple-iphone-cases-catalyst-case .tab button.active {
    border-bottom: 4px solid #007dad;
    color: #007dad;
}

body#shipping-amp-delivery-of-our-apple-iphone-cases-catalyst-case .tab {
    margin-bottom: 15px;
}

body#shipping-amp-delivery-of-our-apple-iphone-cases-catalyst-case .tabcontent h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

body#shipping-amp-delivery-of-our-apple-iphone-cases-catalyst-case .three-tenths a {
    word-wrap: break-word;
}

body#shipping-amp-delivery-of-our-apple-iphone-cases-catalyst-case ul.disc, body#shipping-amp-delivery-of-our-apple-iphone-cases-catalyst-case .rte ul {
    list-style: disc outside;
}

body#shipping-amp-delivery-of-our-apple-iphone-cases-catalyst-case ol, body#shipping-amp-delivery-of-our-apple-iphone-cases-catalyst-case ul.square, body#shipping-amp-delivery-of-our-apple-iphone-cases-catalyst-case ul.disc, body#shipping-amp-delivery-of-our-apple-iphone-cases-catalyst-case .rte ul {
    margin-left: 20px;
}

body#shipping-amp-delivery-of-our-apple-iphone-cases-catalyst-case ul, body#shipping-amp-delivery-of-our-apple-iphone-cases-catalyst-case ol {
    margin: 0 0 30px;
    padding: 0;
}

body#shipping-amp-delivery-of-our-apple-iphone-cases-catalyst-case p {
    font-size: 17.5px;
    margin: 0 0 15px;
}


/* warrenty css */



body#warranty-information-for-all-catalyst-products .tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

body#warranty-information-for-all-catalyst-products .large--hide {
    display: none!important;
}

body#warranty-information-for-all-catalyst-products .three-tenths {
    width: 30%;
    padding-left: 30px;
}

body#warranty-information-for-all-catalyst-products .two-thirds {
    width: 66.666%;
    padding-left: 40px;
}

body#warranty-information-for-all-catalyst-products .grid.medium-down--hide {
    display: flex;
}

body#warranty-information-for-all-catalyst-products .tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
}

body#warranty-information-for-all-catalyst-products .tab button.active {
    border-bottom: 4px solid #007dad;
    color: #007dad;
}

body#warranty-information-for-all-catalyst-products .tab {
    margin-bottom: 15px;
}

body#warranty-information-for-all-catalyst-products .tabcontent h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

body#warranty-information-for-all-catalyst-products .three-tenths a {
    word-wrap: break-word;
}

body#warranty-information-for-all-catalyst-products ul.disc, body#warranty-information-for-all-catalyst-products .rte ul {
    list-style: disc outside;
}

body#warranty-information-for-all-catalyst-products ol, body#warranty-information-for-all-catalyst-products ul.square, body#warranty-information-for-all-catalyst-products ul.disc, body#warranty-information-for-all-catalyst-products .rte ul {
    margin-left: 20px;
}

body#warranty-information-for-all-catalyst-products ul, body#warranty-information-for-all-catalyst-products ol {
    margin: 0 0 30px;
    padding: 0;
}

body#warranty-information-for-all-catalyst-products p {
    font-size: 17.5px;
    margin: 0 0 15px;
}

p.flex_paragaph_cstm {
    display: flex;
    align-items: center;
}

p.flex_paragaph_cstm a {
    background: none!important;
    text-decoration: none;
    width: 20%;
    padding: 0px 10px;
}





body#customerservice .page-spacer {
    margin: auto;
}

body#customerservice .page-spacer h1.h1.text-center {
    display: none;
}

body#customerservice .page-spacer .shg-fw {
    margin: 0;
}

body#customerservice .shg-box-content {
    margin-top: 0 !important;
}

body#customerservice main section.shopify-section {
    background: #fff!important;
    padding-bottom: 60px;
}

.shg-c-lg-3.shg-c-md-3.shg-c-sm-3.shg-c-xs-6 {
    margin: 0;
}


.shg-c-lg-3.shg-c-md-3.shg-c-sm-3.shg-c-xs-6 .shg-box.shg-c {
    padding-bottom: 40px;
}

 div#accessiblyOtmButton {
    display: none;
}

body.product {
    overflow-x: hidden;
}
.cart-drawer button.button {
    display: none;
}
.prose a:not(.button) {
    background: inherit;
}


/* footer css of large screen */
@media (min-width : 768px){

.image-with-text-overlay_home .mobile_cstm, .logo_slider {
    display: none !important;
} 
 .image-with-text-overlay_home .content-over-media>:not(img,video,iframe,svg,video-media) {
    max-width: 40%;
} 
}
  

@media (min-width : 769px){

  .product .product-gallery__media-list .product-gallery__media {
    left: -12px !important;
}

.product .product-gallery__media-list .product-gallery__media img.rounded {
    transform: scale(0.98);
}

  
 .announcement-bar__wrapper.justify-between p.bold {
    font-size: 15px;
    font-weight: 400; 
} 
 
.footer_sec_main {
    display: flex;
}

.footer_sec_main .section_footer_newsletter {
    width: 55%;
}

.footer_sec_main .lists_blocks {
    width: 45%;
}

.footer_sec_main .lists_blocks .footer__block-list {
    flex-wrap: wrap;
    gap: 0px;
    width: 100%;
}

.footer_sec_main .lists_blocks .footer__block-list .footer__block {
    width: 50%;
    margin: 0;
    padding-bottom: 30px;
}
.warrnty {
    max-width: 200px;
    margin: 0 auto;
}
  
}



@media (min-width :992px){

.multi-column-home-1 .multi-column__item {
    width: 28%;
}

.multi-column-home-1 .multi-column {
    display: flex;
}

.multi-column-home-1 .multi-column__item:last-child {
    width: 44%;
    padding-top: 60px;
}

  .shopify-section--press blockquote {
    padding-bottom: 30px;
}

.shopify-section--press press-carousel {
    padding-bottom: 30px;
}
  
}


@media (min-width : 1150px){

.before-after-image_home .section-stack__intro {
    width: 40%;
    padding-right: 10px;
}

.before-after-image_home .section-stack__main {
    width: 60%;
}

}



@media (min-width : 1000px){

.multiple-img-text-home multiple-images-with-text-image-list {
    width: 55% !important;
}

.multiple-img-text-home .multiple-images-with-text {
    display: flex;
}

.multiple-img-text-home .multiple-images-with-text__content-with-nav {
    width: 45%;
}

.multiple-img-text-home img {
    width: 100%;
    max-width: 100%;
}
  

}



@media (max-width :767px){

  .scrolling-text_multiple{
   display:none !important;
 }  

  .image-with-text-overlay_home .text-custom {
    padding: 0;
}
 .image-with-text-overlay_home .desktop_cstm {
    display: none;
}

.lists_blocks {
    padding-top: 40px;
}

  .image-link-blocks-home h2 {
    font-size: 26px;
}

.before-after-image_home h2.h2 {
    font-size: 30px;
}

 .slideshow_banner_home p.h0 {
    font-size: 30px;
}

  .shopify-section--featured-collection h2 {
    font-size: 30px;
}

  .hot-spots-home-page h2.h2 {
    font-size: 24px;
     line-height: 30px;
}

  .multiple-img-text-home p.h1 {
    font-size: 30px;
    line-height: 40px;
}

  .hot-spots-home-page {
    background: #fff !important;
    padding:40px 0px 0px;
}

  .shopify-section--product-recommendations h2.h2 {
    font-size: 30px;
}

  .accordion-product-page h2.h2 {
    font-size: 30px;
    max-width: 335px;
}

  safe-sticky.product-info .product-info__text p:before {
    width: 20px;
}

  safe-sticky.product-info .product-info__text p {
    padding-left: 0;
    font-size: 14px;
}

  safe-sticky.product-info h1.product-info__title.h2 {
    font-size: 30px;
}
  .shopify-section--logo-list reveal-items.logo-list.scroll-area.bleed {
    padding-inline-start: 0;
}

  body#shipping-amp-delivery-of-our-apple-iphone-cases-catalyst-case .grid.medium-down--hide {
    display: flex;
    flex-wrap: wrap;
}

  body#shipping-amp-delivery-of-our-apple-iphone-cases-catalyst-case .three-tenths {
    width: 100%;
    padding-left: 0px;
}

  body#shipping-amp-delivery-of-our-apple-iphone-cases-catalyst-case .two-thirds {
    width: 100%;
    padding-left: 0px;
    border: 0 !important;
}

  body#shipping-amp-delivery-of-our-apple-iphone-cases-catalyst-case .tab button {
    padding: 14px 6px;
}

  body#warranty-information-for-all-catalyst-products .two-thirds {
    width: 100%;
    padding-left: 0px;
    border-right: 0px !important;
    padding-right: 0px !important;
}

  body#warranty-information-for-all-catalyst-products .three-tenths {
    width: 100%;
    padding-left: 0px;
}

  body#warranty-information-for-all-catalyst-products .grid.medium-down--hide {
    display: flex;
    flex-wrap: wrap;
}

  body#warranty-information-for-all-catalyst-products .section.section-blends.section-full {
    padding: 0;
}

  body#warranty-information-for-all-catalyst-products .tab button {
    padding: 14px 6px;
}
 .content-over-media .text_below_image {
    grid-area: 5 / 2 / auto / span 1;
    text-align: center;
} 
  img.warrnty {
    max-width: 150px;
    margin: 0 auto;
    padding-bottom: 30px;
}

  .product_description .section.pdpds {
    padding-top: 30px;
}
  
.faq-question h3 {
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'Gilroy-Bold';
    font-weight: 800;
    color: #333333;
    line-height: 34px;
}
/* .js.product-form__input.product-form__input--pill input.disabled + label {
    display: none;
} */




