/** Shopify CDN: Minification failed

Line 6:0 Unexpected "66"

**/
66* {
  font-family: "Avenir Next Rounded", sans-serif;
}
a:hover{
  text-decoration: underline !important;
}
.sale-badge {
  background: #f9660d;
}
.page-home-new {
}
.wrapper.main-content.page-main--wrapper {
    padding-top: 0 !important;
    max-width: 100% !important; 
}
.content-width, .wrapper-padded {
    max-width: 1580px !important;
}
.flexi-btn-component a{
  background-color: #F9660D  !important;
  color: #ffffff  !important;
  border-color: transparent  !important;
  padding: 12px 24px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  min-width: 224px !important;
  border-radius: 8px !important;
}

header.site-header {
    padding: 0 15px !important;
}

@media(max-width:768px){
  .shorts-slider h2, 
  #flexi-header-flexi_heading_QYbxwC, 
  .junip-review-carousel-title, 
  #flexi-header-flexi_heading_BinkYg, 
  h2.homepage-sections--title, 
  .rebuy-widget .super-title, 
  .rebuy-recommended-products .super-title, 
  h2.homepage-sections--title, 
  .newsletter--section .newsletter_title h3,
  #shopify-section-template--25476517888365__newsletter_newsletter_a6wfJW .homepage-sections--title{
    font-size: 28px !important;
    line-height: 34px !important;
  }
  .rebuy-widget .super-title, .rebuy-recommended-products .super-title {
    text-transform: capitalize !important;
  }
  .shopify-section .homepage-sections-wrapper--white{
    padding-top: 0px !important;
  }
}

/* Video Carousel */
.shorts-slider h2{
  text-align: center;
}
.slick-arrow{
  position: absolute;
  height: 40px;
  width: 40px;
  background: transparent;
  z-index: 100;
  border-width: 0px;
  font-size: 50px;
}
.slick-prev.slick-arrow{
  left: -30px;
  top: calc(50% - 20px);
}
.slick-next.slick-arrow{
   right: -30px;
   bottom: calc(50% - 20px);
}
  .shorts-slider {
    width: 100%;
    max-width: 1410px;
    margin: 0 auto;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom:40px;
  }
  .sliderContainer {
    width: 100%;
  }
  .slideCaption {
     position: relative;
    width: 100%;
    height: auto;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-top:10px;
    padding-bottom:5px;
    opacity:0.85;
  }
  .video-container div {
    background: transparent;
  }
  .video-thumbnails div {
    height: 75px;
    background: black;
    text-align: center;
    background-size: cover;
  }
  .videoWrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
  .videoIframe {
    aspect-ratio: 9 / 16;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    border-radius: 8px;
  }

  .videoPoster {
    aspect-ratio: 9/16;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-size: cover;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    border-radius: 8px;
  }
  .videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
  }
  .videoIframe {
    position: absolute;
    top: 0;
  }
  .stroke-dotted {
    stroke-dasharray: 4, 5;
    stroke-width: 1px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: spin 4s infinite linear;
    animation: spin 4s infinite linear;
    -webkit-transition: opacity 1s ease, stroke-width 1s ease;
    transition: opacity 1s ease, stroke-width 1s ease;
    opacity: 0;
  }
  .stroke-solid {
    stroke-dashoffset: 0;
    stroke-dasharray: 300;
    stroke-width: 4px;
    -webkit-transition: stroke-dashoffset 1s ease, opacity 1s ease;
    transition: stroke-dashoffset 1s ease, opacity 1s ease;
    opacity: 0;
  }
  .vid-icon {
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  }
  /* .play-vid:hover .stroke-dotted {
    stroke-width: 4px;
    opacity: 1;
  } */
  /* .play-vid:hover .stroke-solid {
    opacity: 1;
    stroke-dashoffset: 300;
  } */
  /* .play-vid:hover .icon {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  } */
  .play-vid {
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.85;
    width: 110px;
    height: 110px;
  }
  @-webkit-keyframes spin {
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spin {
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  .video-thumbnails .slick-slide {
    opacity: 0.65;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);    
    outline: none;    
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
  }
  .slick-slide {color:white;height: unset;    aspect-ratio: 9 / 16; padding: 0 10px;margin: 0px;}
  .video-thumbnails .slick-slide:hover {
    opacity: 1;
    transform: scale(0.9);
  }
  .slick-slide.slick-center {
    opacity: 1;
    transform: scale(1);
    cursor: pointer;
  }
  .no-fouc {visibility: hidden}

/* footer */
.footer-wrapper{
  display: none !important;
}
#shopify-section-template--25476517888365__advanced_layout_custom_html_da9HRG{
  padding: 50px 15px !important;  
  background-color: #1A4760;
}
#shopify-section-template--25476517888365__advanced_layout_custom_html_da9HRG .grid__item-inner--html{
  display: flex;
		flex-direction: column ;
  align-items: center;
}
	.dal-footer{
		color: #fff;
		display: flex;
		flex-direction: column ;
        max-width: 1410px;
      width: 100%;
	}
	.dal-footer a{
		color: #fff;
	}
	.dal-flex-row{
		display: flex;
		flex-direction: row ;
		gap: 10px;

	}
	.dal-flex-col{
		display: flex;
		flex-direction: column ;
		gap: 10px;
	}
	.dal-footer ul{
		list-style-type: none;
      margin: 0px;
		padding: 0px;		gap: 0px;
	}
	.dal-footer h4{
		font-weight: 600;
		font-size: 22px;
	}
	.dal-asst-box{
		gap: 30px;
	}

	.dal-asst-box ul li a{
		font-size: 18px;
		text-decoration: none;
	}
	.dal-social{
		gap: 20px !important;
	}
.dal-r1{
  border-bottom: 1px solid #2F5C75;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.dal-r1-c1{
  flex-basis: 30%;
}
.dal-r1-c2{
  flex-basis: 50%;
}.dal-r1-c3{
  flex-basis: 20%;
}
.dal-r1-c3 a{
  display: flex;
  flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}
.dal-r1-c3 img{
  max-width: 257px;
  width: 100%;
  
}
.dal-r2 ul li a{
  font-size: 14px;
  color: #80ADC6;
}
.dal-r2-c1{
  flex-basis: 16%;
}
.dal-r2-c2{
  flex-basis: 16%;
}
.dal-r2-c3{
  flex-basis: 68%;
      display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}
.dal-r2-c3 img{
max-width: 655px;
  width: 100%;
}
.dal-r3{
  text-align: center;
  font-size: 14px;
  color: #80ADC6;
  padding-top: 10px;
  justify-content: center;
}
@media(max-width:768px){
  .dal-flex-col {
    align-items: flex-start !important;
  }
}

/* Newsletter */
#shopify-section-template--25476517888365__newsletter_newsletter_a6wfJW{
  background-color: #0E3B54 !important;
  font-size: 0px;
  padding: 40px 15px;
}
#shopify-section-template--25476517888365__newsletter_newsletter_a6wfJW .wrapper{
  width: 100%;
    max-width: 1410px;
}
#shopify-section-template--25476517888365__newsletter_newsletter_a6wfJW .homepage-sections-wrapper--dark{
  background-color: transparent !important;
}
#shopify-section-template--25476517888365__newsletter_newsletter_a6wfJW .homepage-sections--title{
  color: #FFFFFF !important;
  text-align: left !important;
  font-size: 24px !important;
  font-weight: bold !important;
}
#shopify-section-template--25476517888365__newsletter_newsletter_a6wfJW  #newsletter_text{
  background-color: transparent !important;
  border: solid 1px #43667A !important;
  border-radius: 8px !important;
  font-size:16px !important;
  max-width: 356px !important;
  color: #fff !important;
  height: 50px !important;
  margin-right: 10px;
}
#shopify-section-template--25476517888365__newsletter_newsletter_a6wfJW  #newsletter_text::placeholder{
  color: #618498 !important;
}
#shopify-section-template--25476517888365__newsletter_newsletter_a6wfJW  #newsletter_submit{
  color: #1A4760 !important;
  background-color: #ffffff !important;
  font-weight: bold !important;
  font-size: 18px !important;
  width: 204px !important;
  text-align: center !important;
  padding: 11px !important;
}
#shopify-section-template--25476517888365__newsletter_newsletter_a6wfJW  #newsletter_submit span{
  display: none !important;
}
#shopify-section-template--25476517888365__newsletter_newsletter_a6wfJW  #newsletter_submit  #newsletter-wrapper{
      display: flex;
    justify-content: flex-end;
}
@media(max-width:768px){
  #shopify-section-template--25476517888365__newsletter_newsletter_a6wfJW .wrapper .grid{
    grid-template-columns: auto !important;
  }
  .medium--one-half {
        width: 100% !important;
    }
}


/* FAQ */
.flexi-btn-AL3BWWTUza2EzOXlRW__flexi_theme_library_buttons_block_tLjEDM-first{
	font-size: 18px !important;
	font-weight: bold !important;
	color: #fff !important;
	background-color: #F9660D !important;
	border-radius: 8px !important;
	min-width: 224px !important;
	padding: 12px !important;
}


#shopify-section-template--25476517888365__accordion_hePJXU {
	padding: 50px 0 0 0 !important;
}
#shopify-section-template--25476517888365__accordion_hePJXU .homepage-sections--title{
	font-size: 32px !important;
	font-weight: bold !important;
	color: #1A4760 !important;
}
.accordion-container.wrapper-padded {
    max-width: 1000px !important;
}
.accordion-content{
	border: solid 1px #D9D9D9 !important;
	background-color: #fff !important;
	border-radius: 8px !important;
	margin-bottom: 20px;
	padding: 10px 30px !important;
}
.accordion-content[open]{
	background-color: #F2F7FA !important;
  border: solid 1px #F2F7FA !important;
}
.accordion-content summary{
	font-size: 22px !important;
	font-weight: bold !important;
	color: #1A4760 !important;
	text-align: left !important;
}
.accordion-content .rte{
	font-size: 20px !important;
	color: #1A4760 !important;
	text-align: left !important;
}
@media(max-width:768px){
  #shopify-section-template--25476517888365__accordion_hePJXU {
    padding: 50px 0 0 !important;
  }
  .accordion-content summary {
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 26px !important;
  }
  #AL3BWWTUza2EzOXlRW__flexi_theme_library_buttons_block_tLjEDM {
    padding-bottom: 50px;
  }
}


/* products section */
#shopify-section-template--25476517888365__apps_xeU8rb{
	background-color: #F2F7FA !important;
}
.flexi-btn-AM2EzQjlmcmc5NHhxZ__flexi_theme_library_buttons_block_BtkCpb-first{
	font-size: 18px !important;
	font-weight: bold !important;
	color: #1A4760 !important;
	background-color: transparent !important;
	border: solid 1px #1A4760 !important;
	border-radius: 8px !important;
	min-width: 224px !important;
	padding: 12px !important;
}

#shopify-section-template--25476517888365__174608390481b7eda4{
	background-color: #F2F7FA !important;
}
#shopify-section-template--25476517888365__174608390481b7eda4 .wrapper-padded{
max-width: 1545px !important;
}
#shopify-section-template--25476517888365__174608390481b7eda4 .rebuy-widget{
	padding: 70px 0 20px 0 !important;
}
#shopify-section-template--25476517888365__174608390481b7eda4 .super-title{
	font-size: 32px !important;
	font-weight: bold !important;
	color: #1A4760 !important;
}
.rebuy-product-title{
font-size: 20px !important;
	font-weight: 500 !important;
	color: #1A4760 !important;
	text-align: left !important;
}
.rebuy-product-price{
	font-size: 20px !important;
	font-weight: bold !important;
	color: #1A4760 !important;
	text-align: left !important;
}
#AM2EzQjlmcmc5NHhxZ__flexi_theme_library_buttons_block_BtkCpb .flexi-btn-component a{
  border: solid 1px #1A4760 !important;
  background-color: transparent !important;
  color:  #1A4760 !important;
}

.rebuy-widget .splide .rebuy-product-block:not(.splide__slide){
  display: block !important;
}
@media(max-width:768px){
  #shopify-section-template--25476517888365__174608390481b7eda4 .rebuy-widget{
    padding-top: 50px !important;
  }
  #AM2EzQjlmcmc5NHhxZ__flexi_theme_library_buttons_block_BtkCpb {
    padding-bottom: 50px !important;
  }
}

/* easy steps */
.flexi-btn-Aa0krczFtZGJzWHFBe__flexi_theme_library_buttons_block_pEDLw4-first{
	font-size: 18px !important;
	font-weight: bold !important;
	color: #fff !important;
	background-color: #F9660D !important;
	border-radius: 8px !important;
	min-width: 224px !important;
	padding: 12px !important;
}

#shopify-section-template--25476517888365__template_product_info_columns_YUCLX3{
	padding: 70px 0 0 0	 !important;
}
#shopify-section-template--25476517888365__template_product_info_columns_YUCLX3 .wrapper-padded{
	padding: 0 15px !important;
	max-width: 1440px !important;
}
#shopify-section-template--25476517888365__template_product_info_columns_YUCLX3 .homepage-sections--title{
	padding: 0 0 40px 0 !important;
	margin: 0px !important;
	font-size: 32px !important;
	font-weight: bold !important;
	color: #1A4760 !important;
}
#shopify-section-template--25476517888365__template_product_info_columns_YUCLX3 .swiper-wrapper{
  gap: 30px !important;
  justify-content: center;
}
#shopify-section-template--25476517888365__template_product_info_columns_YUCLX3 .grid__item{
	background-color: #F2F7FA !important;
	border-radius: 8px !important;
	padding: 0px !important;
	margin: 0px 0px !important;
      /* max-width: 460px !important; */
  max-width: 31% !important;
  overflow: hidden !important;
}
.info-cols--title{
 padding: 15px 35px 0 35px !important;
 font-weight: bold !important;
 font-size: 32px !important;
 color: #F9660D !important;
}
.info-cols--text{
padding: 0 35px 0 35px !important;
font-size: 24px !important;
font-weight: bold !important;
 color: #1A4760 !important;
}
.info-cols--link--wrapper{
padding: 0  35px 45px 35px !important;
font-size: 20px !important;
 color: #1A4760 !important;
}
.info-cols--link--wrapper a, .info-cols .info-cols--link_text{
	color: #1A4760 !important;
 text-decoration: none !important;
 cursor: none !important;
 border-bottom-width: 0px !important;
}
/* @media(max-width:1365px){
  #shopify-section-template--25476517888365__template_product_info_columns_YUCLX3 .wrapper-padded{
        padding: 0 15px !important;
  }
  #shopify-section-template--25476517888365__template_product_info_columns_YUCLX3 .grid__item{
      max-width: 31% !important;
  }
} */
@media(max-width:768px){
   #shopify-section-template--25476517888365__template_product_info_columns_YUCLX3 .grid__item{
      max-width: 100% !important;
     width: 100% !important;
  }
  #shopify-section-template--25476517888365__template_product_info_columns_YUCLX3{
    /* background: url(/cdn/shop/files/paging-1_430x.png) bottom center no-repeat; */
    padding-top: 50px !important;
    
  }
  #Aa0krczFtZGJzWHFBe__flexi_theme_library_buttons_block_pEDLw4{
    padding-bottom: 50px;
  }
  section[data-wetheme-section-id="template--25476517888365__template_product_info_columns_LzCdwQ"] .swiper-wrapper{
    flex-direction: column !important;
    min-height: 210px;
  }
  #shopify-section-template--25476517888365__template_product_info_columns_LzCdwQ .homepage-sections--title{
    font-size: 24px !important;
  }
  .shopify-section .homepage-sections-wrapper--white[data-wetheme-section-id="template--25476517888365__template_product_info_columns_YUCLX3"]{
    padding: 0 15px 30px 15px !important;
  }
  #shopify-section-template--25476517888365__template_product_info_columns_LzCdwQ .responsive-image-wrapper img{
    max-width: 280px !important;
  }
  #shopify-section-template--25476517888365__template_product_info_columns_YUCLX3 .swiper-wrapper{
    flex-direction: column !important;
    height: auto !important;
  }
}


/* featured in */
#shopify-section-template--25476517888365__template_product_info_columns_LzCdwQ{
	background-color: #1A4760 !important;
	padding: 50px 0 !important;

}
#shopify-section-template--25476517888365__template_product_info_columns_LzCdwQ .wrapper-padded{
	max-width: 1000px !important;
}
#shopify-section-template--25476517888365__template_product_info_columns_LzCdwQ .homepage-sections--title{
  color: #fff !important;
    font-size: 32px !important;
    font-weight: bold !important;
}
@media(max-width:768px){
  #shopify-section-template--25476517888365__template_product_info_columns_LzCdwQ {
    padding: 50px 0 10px 0 !important;
  }
  section[data-wetheme-section-id="template--25476517888365__template_product_info_columns_LzCdwQ"] .swiper-wrapper{
    flex-direction: column !important;
    min-height: 210px;
  }
  #shopify-section-template--25476517888365__template_product_info_columns_LzCdwQ .homepage-sections--title{
    font-size: 24px !important;
  }
}


/* our mission */
.flexi-blocks--template--25476517888365__flexi_image_with_blocks_kgeFKG {
    grid-template-columns: 1fr !important;
    width: 100% !important;
}
.flexi-blocks-wrapper--template--25476517888365__flexi_image_with_blocks_kgeFKG {
  grid-template-columns: unset !important;
  max-width: 690px !important;
  width: 100%;
}
.bl-btn-flexi_button_EtrTe3 {
    padding: 12px 24px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    min-width: 224px !important;
    border-radius: 8px !important;
}


/* customer review section testimonial */
#shopify-section-template--25476517888365__174607974964a5eecd{
	background-color: #F2F7FA !important;
}
.junip-review-carousel-title{
	font-size: 32px !important;
	font-weight: bold !important;
}
.junip-review-carousel-summary-stats{
	font-size: 16px !important;
}
.junip-review-carousel-summary-rating{
	flex-direction: row-reverse !important;
	gap: 5px !important;
    font-weight: bold !important;
}
.junip-review-carousel-item{
	text-align: left !important;
	align-items: flex-start !important;
	padding: 30px !important;
	border: 1px solid #fff !important;
}
.junip-powered-by-footer{
	display: none !important;
}
.junip-review-carousel-item-title{
	font-size: 18px !important;
}
.junip-review-body{
	font-size: 16px !important;
}
.junip-mt-4{
	font-size: 16px !important;
	flex-direction: row-reverse !important;
    gap: 5px !important;
}
.junip-verified-badge{
	background-color: #1a4760 !important;
}
.junip-review-carousel-arrow{

}
.junip-review-product-container{
	display: none !important;
}
.junip-review-carousel-arrow{
	width: 40px!important;
}
@media(max-width:768px){
  .junip-review-carousel{
        padding-top: 48px !important;
    padding-bottom: 25px !important;
  }
}

/* Hero Section */
.flexi-image-and-text--template--25476517888365__flexi_image_with_blocks_QDKVJK{
  min-height: 600px !important;
}
.flexi-blocks--template--25476517888365__flexi_image_with_blocks_QDKVJK {
  grid-template-columns: unset !important;
  max-width: 480px !important;
  width: 100%;
  
    display: flex !important;
    justify-content: center !important;
    align-content: center !important;

}
.bl-btn-flexi_button_4zBtxc {
    padding: 12px 24px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    min-width: 224px !important;
    border-radius: 8px !important;
}
@media only screen and (max-width: 768px){
  .flexi-image-and-text--template--25476517888365__flexi_image_with_blocks_QDKVJK{
    background: url('/cdn/shop/files/mobile_hero_bg_55ff56d3-3710-47ac-b7c1-c4e99670d694.png') repeat-x !important ;
    background-size: cover  !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 700px !important;
  }
  #flexi-header-flexi_heading_VYTr4K {
     font-size: 32px !important;
  }
  .flexi-review-component-flexi_review_DcqEhB {
    flex-direction: column !important;
  }
  /* .flexi-image-and-text--template--25476517888365__flexi_image_with_blocks_QDKVJK {
    padding: 145px 0  !important;
  } */
  .flexi-blocks--template--25476517888365__flexi_image_with_blocks_QDKVJK {
      max-width: 440px !important;
    }
  .bl-btn-flexi_button_4zBtxc {
      padding: 14px 24px !important;
  }
}

/* Video Carousel */
#shopify-section-template--25476517888365__1746079243ee5b045c .wrapper-padded {
  padding: 70px 0px !important;
}


/* Why choose section */
.flexi-blocks-container--template--25476517888365__flexi_how_it_works_hiD8hB .flexi-how-it-works-grid > div{
	background-color: #F2F7FA !important;
	padding: 35px !important;
	border-radius: 8px !important;
}
.flexi-blocks-wrapper--template--25476517888365__flexi_how_it_works_hiD8hB{
  max-width: 1490px !important;
}
.flexi-blocks-container--template--25476517888365__flexi_how_it_works_hiD8hB .flexi-how-it-works-grid {
    gap: 20px !important;
    padding: 0 !important;
}
.title-flexi_step_8ddxFJ, .title-flexi_step_U6Q6Y8, .title-flexi_step_TNERjr, .title-flexi_step_9PzrkM{
  padding-bottom: 7px !important;
}

@media(max-width:768px){

  .dal-social {
    gap: 15px !important;
  }
      .dal-social li a img{
      max-width: 40px !important;
  }
    .dal-r1-c3 img {
      max-width: 150px;
  }
    .dal-r2-c1, .dal-r2-c2 {
      flex-basis: 48%;
  }
   
    .dal-r2-c3 {
      flex-basis: 100%;
  }
    .dal-flex-row {
      flex-wrap: wrap !important;
  }
  .dal-r1-c3 a {
    justify-content: center !important;
  }
  .dal-r1{
    flex-direction: column !important;
    gap: 30px;
  }
  #shopify-section-template--25476517888365__advanced_layout_custom_html_da9HRG {
    padding: 50px 15px !important;
  }
  #shopify-section-template--25476517888365__newsletter_newsletter_a6wfJW .homepage-sections--title{
    text-align: center !important;
  }
  #shopify-section-template--25476517888365__newsletter_newsletter_a6wfJW #newsletter_text{
    max-width: 356px !important;
    width: 100% !important;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  #shopify-section-template--25476517888365__newsletter_newsletter_a6wfJW #newsletter_submit{
    max-width: 356px !important;
    width: 100% !important;
  }
    #shopify-section-template--25476517888365__newsletter_newsletter_a6wfJW{
        padding: 50px 15px !important; 
  }
  #shopify-section-template--25476517888365__newsletter_newsletter_a6wfJW .grid__item {
        margin-top: 0px !important; 
  }
}