/** Shopify CDN: Minification failed

Line 390:26 Unexpected "{"

**/
.home-grid-container .home-grid__block {
  margin-bottom:-0.5em;
}

/* MAIN SLIDER - carseats slideshow CHECK THIS */
.slideshow-wrapper {
  background-color: transparent!important;
}

/******************** SUPPORT *************************/
/***** SUPPORT MIG Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .blocks-list {
    margin: 0 -15px;
  }
}

.blocks-item {
  /*** border: 1px solid rgba(0, 0, 0, 1); JMR OFF ***/
  border: 1px solid  #E3F2FF; /** JMR ON ***/
  border-radius: 4px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 1);
  display: flex;
  flex: 1 0 340px;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .blocks-item {
    margin: 0 15px 30px;
  }
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: #F0F8FF; /* rgba(0, 0, 0, 1); JMR */
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: #333;    /*  #FFFFFF;  JMR */
  text-decoration: none;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock::before {
  content: "\1F512";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: #333333;
}

.blocks-item-link {
  color: rgba(0, 0, 0, 1);
  padding: 20px 30px;
}

.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
}

.blocks-item-description {
  font-weight: 300;
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

.blocks-item img {
  width: 80px;
	margin-top: 20px;
}

.section-header .template__main-title {
	text-align: left;
}







/******* JR SUPPORT PORTING OVER CSS FROM CURRENT SUPPORT *******/






/* hide "Follow up" link */
.request-follow-up {
	display:none;
}
/* end hide "Follow up" link */
/* hide form selection pull down */
.form-field.select.optional.request_ticket_form_id {
	display:none;
}
/* end hide form selection pull down */
/* Help Centre hide links to forms, sign in, comments on articles - 04/12/2014 Mariko */
.user-nav {
	/*display:none;*/
}
/*show user's name*/
#user {
	/*display:none;*/
}
#user-dropdown{
	/*display:none;*/
}
.dropdown-menu [role="menuitem"].my-activities {
	/*display:none;*/
}
.dropdown-menu [role="separator"] {
	display:none;
}
.article-more-questions {
	display:none;
}
/* .article-comments { OFF 08.12.23 JR
  display: none;
} */

/* JR test remove 
.article-info {
	display:none;
}*/

.login {
	display:none;
}
/* end hide user options */
/* hide "Submit a request" button under ticket details */
.side-column [role="button"] {
    display: none;
}
/* end hide Sub Request options */
/*JR 16.062015 COMPARISON TABLE */
.comparison td, .comparison th {
	border: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px;
	font-size: 12px;
	color: #333
}
.comparison tr:nth-child(odd) td {
	background-color: #ffffff
}
.comparison tr:nth-child(even) td {
	background-color: #fbfbfb
}
.comparison tr:first-child td, .comparison tr:last-child td {
	background-color: #fff
}
.comparison tr:last-child p {
	text-align: left
}
.comparison tr:hover td {
	background: #f1f1f1
}
.comparison tr:first-child:hover td, .comparison tr:last-child:hover td {
	background: none
}
.comparison th {
	background: #DE0000;
	color: #fff;
  text-align: center;
	/*text-shadow: 1px 1px #666*/
}
.comparison th a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
	float: left;
}
.comparison th:hover {
	background: #d90000;
  
}
.comparison th a:hover {
	color: #fff;
	padding: 0
  
}
.comparison ul {
	list-style: inherit;
	padding: 0 20px;
	margin: inherit
}
.comparison ul li {
	margin: 0;
	padding: 3px 0 0 0
}
.comparison tr:nth-child(odd) td.no-background, .comparison tr:nth-child(even) td.no-background {
	background-color: #fff;
	padding: 0
}
.comparison a:hover {
	color: #de0000
}
/* END COMPARISON TABLE */


/* JR 16.62015 Double-color dashed line */ 
hr.style-three { border: 0; border-bottom: 1px dashed #ccc; background: #999;}
/* END Double-color dashed line */ 

/***** 2019 JULZ - HOMEPAGE IMAGE CATEGORY LINKS ******/

ul.hpsupport{
  margin: 5px auto 25px;;
  text-align: center;
  font-size: 12px;
  line-height:2.6;
}
ul.hpsupport li {
  display: inline;
  padding: 0 5px;
  border-right: 1px solid #999;
}
ul.hpsupport li:last-child {
  border-right: none;
}
ul.hpsupport li:hover {
  text-decoration: underline;
}



/* 2019 JULZ - FOOTER SUBMENU */
.footer-support h5 {text-align:center; margin-bottom:10px;}
ul.support {
  margin: 5px auto 25px;;
  text-align: center;
  font-size: 11px;
  line-height:2.6;
  max-width:350px;
}
ul.support li {
  display: inline;
  padding: 0 5px;
  border-right: 1px solid #999;
}
ul.support li:last-child {
  border-right: none;
}
ul.support li:hover {
  text-decoration: underline;
}

/* 2019 JULZ - FOOTER */
/* FOOTER LEFT BRAND */
div.footer-left {width:50%;text-align:left;border-right:1px solid #ddd;}
div.footer-left h4 a:link{text-align:left;color:black;padding-bottom:20px;}
div.footer-left h4 a:hover{text-align:left;color:red;padding-bottom:20px;}
ul.footer-left  {
  clear:left;
  margin: 5px auto 25px;
  text-align: left;
  font-size: 12px;
  line-height:2.6;
}
ul.footer-left  li {
  /*display: inline;*/
  width:130px;
  padding: 0 0px;
  border-right: none;
  
}
ul.footer-left  li:last-child {
  border-right: none;
}
ul.footer-left  li:hover {
  text-decoration: underline;
}
@media (max-width: 320px) {
div.footer-left {width:46%;text-align:left;border-right:1px solid #ddd;}
}

/* 2019 JULZ - FOOTER */
/* FOOTER RIGHT BRAND */
div.footer-right {float:right;text-align:left;}
.footer-right h4 a:link {text-align:left;color:black;padding-bottom:20px;padding-left:0px;}
.footer-right h4 a:hover {text-align:left;color:grey;padding-bottom:20px;padding-left:0px;}
ul.footer-right {
  /*clear:left;*/
  margin: 5px auto 25px;;
  text-align: left;
  font-size: 12px;
  line-height:2.6;
  padding-left:0px;
}
ul.footer-right li {
  /*display: inline;*/
  width:130px;
  padding: 0 0px;
  border-right: none;
}
ul.footer-right li:last-child {
  border-right: none;
}
ul.footer-right li:hover {
  text-decoration: underline;
}



/* 2019 HOME MERGE */
/***** CSS Modifications for Category Images *****/


@media (min-width: 768px) {
.blocks-item-link img {
  align-items: center;
  width:80px
 }
}


@media (max-width: 768px) {
.categories .blocks-item-link {
  display: flex;
  align-items: center;
 }
}

@media (max-width: 768px) {
.blocks-item img, .category-page-images, .section-page-images {
  margin-right: 10px;
  width: 42px;
  height: 42px;
 }
}
@media (max-width: 768px) {
.blocks-item-link  {
 /*** color: rgba(0, 0, 0, 1);   #f7f7f7 **/
  color:#333;
  padding: 10px 15px;
 }
}

@media (max-width: 768px) {
.blocks-item p  {
 text-align: left;
 margin-left: 68px;
  margin-top: 0px;
 }
}

@media (max-width: 768px) {
.blocks-item p a  {
font-size: 14px;
 }
}

@media (max-width: 768px) {
.blocks-item p a:hover,   {
font-size: 14px;
text-decoration:underline;
 }
}


@media (max-width: 768px) {
.blocks-item-title h3  {
font-size: 17px;
 }
}

h3.blocks-item-title {
margin-top: .5rem;
}
h3.blocks-item-title a {
	text-decoration: none;
}


/***** END CSS Modifications for Category Images *****/

/*** make 3 columns Artcles ***/
section.article-relatives {
 flex-direction: column;
}

.article-relatives > * {
 flex: 0;
}


/** JR UPDATES MIGRATION prelaunch links **/
.section-tree-title a, .article-list-item a {
	text-decoration: none;
}
.section-tree-title a:hover, .article-list-item a:hover {
	text-decoration: underline;
}
/* Reposition support headers */
#MainContent { 
padding:0rem 0 1rem 0; /* affects all */
}
.faq-container--header {
  margin-top: 2rem; /* affects only faqs */
}
/**** END SUPPORT MIGRATION ***/



/*********************************************** MIGRATED FROM CUSTOM **********************************************/
/***** GLOBAL - back to top - EU/CA/ MOVED UP AWAY FROM CHAT ICON and or LANGUAGES MENU
Altered for Gorgias 19.08.25 */
    .back-to-top {
    bottom:1.5em;
    }

@media only screen and (max-width: 768px) {
  .back-to-top {
    bottom:1.7em;
    left: 1em;
    }
}

/* === TARGETING gorgias CHAT BUTTON 19.08.25 JR === */
@media only screen and (min-width: 769px) {
.gorgias-chat-key-1ju6qu0 #chat-button {
  bottom: 10px!important;
}
}
@media only screen and (max-width: 768px) {
.gorgias-chat-key-1ju6qu0 #chat-button {
  left: unset!important;
  right: 5px!important;
  bottom: 10px!important;
}
}

/********  PRODUCT PAGES  **************/
/* ESTIMATE SHIPPING MESSAGE - FREE SHIPPING - hidden for RW - JR 06.22 > see customize product pane
.product-single .shipping__info {
	display:none;
} */
/* DTOP Elegibility moved from below product_price to above Add2cart form */
@media only screen and (min-width: 56.25em) {
  .shipping__info {
    padding-top: 30px;/* 30px; */
    padding-bottom: 1px; /* 15px; */
  }
  .shipping__info p {
    padding-top: .5em;
    font-size: .75rem;
    line-height: 1.1rem;
    color: #6C6C6C;
  }
  .shipping__info h5 {
    font-weight: 400;
  }
}
/* 2 instances of Elegibility moved from below price_ to above Add2cart form MOBILE */
@media only screen and (max-width: 900px) {
  .shipping__info {
    padding-top: 30px;/* 30px; */
    padding-bottom: 1px; /* 15px; */
  }
  .shipping__info p {
    padding-top: .6em;
    font-size: .9rem;
    line-height: 1.3rem;
    color: #6C6C6C;
  }
}

/***** SWAPPER REVIEW FROM NZ AU SETUP 05/23 ************/
/***** Colour Messaging and Price Block *****/
.product-form__item-inner {
  margin-bottom: 1px;
}
.product-form__item {
  margin: 0 0 0.1em;
}

/***** Colour names text labels *****/
.product-form__item.radio-wrapper .product-form__item-inner > label {
  margin: 0 0 0.2em;
}

/***** Colour Swatches Form *****/
#ProductSelect-option-1.single-option-radio {
  margin: 0 0 0.3em;
}

/***** Availability Text *****/
@media only screen and (min-width: 56.25em) {
  .availability__block {
    margin-top: 1px !important;
    margin-bottom: 1em !important;
    max-height: 50px;
  }
}
.availability__block {
  padding-bottom: 8px;
  margin-top: 0.1em;
  margin-bottom: 1em !important;
  max-height: 50px;
}

/***** Add to Cart Block *****/
.action__buttons {
  margin-top: 26px;
}

/***** Description Text MOB *****/
@media only screen and (max-width: 900px) {
  .product__description {
    margin: 1.5rem 0 1.5rem;
  }
}
.top__block--mobile {
  margin-bottom: 0.2em;
}
/******** END PRODUCT PAGES  **************/

/*------- L U X U R Y - P A G E - unique to EU moved from custom 31.05.23 -------*/ 
     /*------- Second content block -------*/
.template-page-luxury-collection  .second__block--inner .overlay__block--info {
  max-width: 530px;
}

  /*------- Third content block -------*/
.template-page-luxury-collection  .third__block--inner {
    padding: 120px 0 120px;
    background-color: #F4F4F4;
    }


     /*------- Fourth content block -------*/
.template-page-luxury-collection .fourth__block--inner {
    padding: 120px 0 120px;
    background-color: #fff;
    }

   /*------ Fifth content block -------*/
.template-page-luxury-collection  .fifth__block--inner  {
    padding: 120px 0 120px;
    background-color: #F4F4F4;
    }
/*------- end L U X U R Y - P A G E -------*/




/*#### CAR SEATS LAUNCH 2023 ####*/
/* HOME VIDEO TEXT and BUTTON */
.call-to-action__title {
  font-size: 30px;
  line-height: 2em;
  color: #212121;  
}
.call-to-action__body {
  margin-inline: auto;
  max-width: 35em;
  margin-bottom: 2em;
}
.btn.btn-secondary, a.btn.btn-secondary {
  border-color: #212121;;
  background-color: #212121;
  color: white;
  margin-bottom:4em;
}
.btn.btn-secondary, a.btn.btn-secondary:hover {
  border-color: #212121;
  background-color: #fff;
  color: #212121;
}
/* @media only screen and (min-width: 1650px) {
    .template-index .slideshow {
      height: 580px;
      }
}
 */


/* CAR SEATS 2023 PAGE UPDATE Besed off Twin */
.template-page-carseats {
    background-color: #f4f4f4;
  }
  .hero-info {
    padding: 82px 40px 55px;
    @include mq(md) {
      padding: 70px 0 74px;
      /* max-width: 595px; */
      margin: 0 auto;
    }
    h2 {
      font: 700 25px/27px $font-stack-primary;
      margin-bottom: 58px;
      text-align: left;

      @include mq(md) {
        font: 500 30px/32px $font-stack-primary;
        margin-bottom: 29px;
      }
    }

    p {
      font: 400 14px/22px $font-stack-primary;
      text-align: left;
    }
  }





@media only screen and (min-width: 56.25em) {
.template-page-carseats .hero-info {
  max-width: 625px;
}
}
.column__block--info p {
  padding-bottom: 0.75em;
}
#protect-infant-car-seat .column__block--info ul {
  list-style-position:   unset;
  padding-left: 1em;
}
.column__block--info ul li {
  padding-bottom: 1em;
}

.template-page-carseats-collection .third__block--inner {
  background-color: #f4f4f4;
}
.template-page-carseats-collection .fourth__block--inner {
  background-color: #fff;    
}
/* IMGs top padding */
.template-page-carseats-collection .fifth__block--inner .column__block--single-img, 
.template-page-carseats-collection .third__block--inner .column__block--single-img {
  padding-top: 0px;
}
#shopify-section-carseats-collection .collections-list {
  padding-top: 80px;
}

/* SLIDE UL NEEDS COLOR */
.product-herofeatures .product-herofeatures__text-block-inner {
  color: #212121!important;
}

.template-page-carseats-collection .first__block--inner .column__block--info {
  padding-bottom: 10px;
}

/* Links */
.template-page-carseats-collection a.grid-link  {
  padding-top: 1em;
  text-decoration: underline;
  font: 500 16px/24px var(--font-stack-primary);
  color: #241f21;
}
.template-page-carseats-collection a.grid-link:hover  {
  text-decoration: underline;
  font: 500 16px/24px var(--font-stack-primary);
  color: #000;
}

/* Paragraphs */
#shopify-section-carseats-collection .hero-info p {
  font: 400 16px/24px var(--font-stack-primary);
}
.template-page-carseats-collection .column__block--info li {
  font: 400 16px/24px var(--font-stack-primary);
}

@media only screen and (min-width: 56.25em) {
.template-page-carseats-collection .first__block--inner .column__block--info {
  padding: 37px 80px 15px!important;
}
}
.template-page-carseats-collection .first__block--inner .column__block--info p {
  /* color: green; */
  font: 400 16px/24px var(--font-stack-primary);
}
.template-page-carseats-collection .content-block-wrap .content-block__description .text-block p {
  font: 400 16px/24px var(--font-stack-primary);
}

/* Headings */
.template-page-carseats-collection h2 {
  font-size: 28px;
  line-height: 2.2rem;
}


.template-page-carseats-collection .hero-info h1 {
  font-size: 42px;
  line-height: 3rem;
  margin-bottom: .225em;
  font-weight: 500;
  /* max-width: 540px;  */
}
.template-page-carseats-collection .first__block--inner .column__block--info h2 {
  font: 500 30px/38px var(--font-stack-primary);
  margin-top: 1em;
  margin-bottom: 0.425em;
}
/* UL list indent and IMG space */
.template-page-carseats-collection .column__block--info ul {    
    text-indent: -20px;
    margin-left: 20px; 
}
.template-page-carseats-collection .column__block--info__list-img img {
  padding: 30px 0 20px;
}


/* UNUSED Meta */
.template-page-carseats-collection .first__block--inner .column__block--info h3 {
  display: none;
}

/* HIDES */
#shopify-section-carseats-collection .second__block--inner {
  display: none;  
}
.template-page-carseats-collection .first__block--inner {
  padding: 27px 0 0px;
}

/* .content-block-wrap type-2 {
  padding-bottom:20px!important;    
} */

/* TPL8 widen intro */
.template-page-carseats .hero-info {
  max-width: 800px;
  padding: 55px 40px 60px;
  margin: 0 auto;
}


.template-page-carseats__block--column .container {
  max-width: 920px; 
}
.template-page-carseats__block--column .first__block--inner .background__block,
.template-page-carseats-collection .first__block--inner .background__block {
  background-color: #fff;
}
.template-page-carseats-collection .content-block-wrap .content-block__image img {
  object-position: left bottom;
}
.template-page-carseats-collection .content-block-wrap {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 60px;
}
.template-page-carseats-collection .content-block-wrap .content-block {
  background-color: #F4F4F4;  
}

.template-page-carseats-collection .content-block__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* REMOVE UNUSED BLOCKS */
.template-page-carseats-collection .first__block--inner .inner__image {
  display: none!important;
}

/*#########/*#########/*######### */


/* GLOBAL - HOMEPAGE TESTIMONIAL QUOTES UPSIZE */
.quotes.container-width.container.page-width .quote__image {
  width: 220px;
  height: 220px;
}



/***** FIX AVAILABILITY REPETITION ISSUES PER VARIANT - uses NZ/AU afterpay settings 01.28.25 ************/
/***** Colour Messaging and Price Block *****/
.product-form__item-inner {
  margin-bottom: 1px;
}
.product-form__item {
  margin: 0 0 0.1em;
}

/***** Colour names text labels *****/
.product-form__item.radio-wrapper .product-form__item-inner > label {
  margin: 0 0 0.2em;
}

/***** Colour Swatches Form *****/
#ProductSelect-option-1.single-option-radio {
  margin: 0 0 0.3em;
}

/***** Availability Text *****/
@media only screen and (min-width: 56.25em) {
  .availability__block {
    margin-top: 1px !important;
    margin-bottom: 1em !important;
    max-height: 50px;
  }
}
.availability__block {
  padding-bottom: 8px;
  margin-top: 0.1em;
  margin-bottom: 1em !important;
  max-height: 50px;
}

/***** Add to Cart Block *****/
.action__buttons {
  margin-top: 26px;
}

/***** Description Text MOB *****/
@media only screen and (max-width: 900px) {
  .product__description {
    margin: 1.5rem 0 1.5rem;
  }
}
/* END Availablity block FIX */

/******** END PRODUCT PAGES  **************/

/*===== HOMEPAGE GRID HOVER UPGRADE showing PILOT CREDITS TEXT 04.25 =====*/
/********* MB 30 years GRID + *********/

.home-grid-container .home-grid_left--gradient .home-grid__block:before {
  bottom: 0;
}

/* HP > Background Image*/
/* .template-index  {
  background: url("https://cdn.shopify.com/s/files/1/0260/3614/2125/files/mb-background-bw-people-lighter-1920x1080.jpg?v=1693528978") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
} */

/* HP > GRID WIDTH SCREENS */
  @media only screen and (min-width: 74.5em) {
.template-index .container, .container-width {
      width: 55.25rem;
    }
  }
  @media only screen and (min-width: 93.75em) {
.template-index .container, .container-width {
      width: 74.5rem;
    }
  }
  
/* HP > GRID WIDTHS */
.home-grid-container .home-grid-container-left .home-grid__block:first-child {
      width: 100%!important;
      -webkit-columns: 1!important;
      columns: 1!important;
      display: block!important;
  }
  
.home-grid-container .home-grid-container-left .home-grid__block {
      width: 100%!important;
      -webkit-columns: 2!important;
    columns: 2!important;
    display: block!important;
}

.home-grid-container .home-grid-container-left .home-grid__block:last-child {
    width: 100%!important;
    -webkit-columns: 1!important;
    columns: 1!important;
    display: block!important;
}

.home__hero .hero__mob-background-left .hero__inner {
    background: transparent;
}

/* FOOTER Brand Value - shipping - warrenty etc - was transparent */
.home-brand-values-section {
  background-color: #fff;
}

/* HP CATEGORY TEXT */
.home-grid-container .home-grid__block .home-grid__info-block {
    position: absolute;
    left: 16px!important;
    bottom: unset!important;
    right: unset!important;
    color: #fff;
    padding: 0;
    text-align: left;
    top: 16px!important;
}
@media only screen and (min-width: 56.25em) {
.home-grid-container .home-grid__block .home-grid__info-block {
    text-align: left;
    left: 28px!important;
    padding: 0;
    bottom: unset!important;
    top: 28px!important;
}}
/* HP CATEGORY TEXT GRADIENT */
.home-grid-container .home-grid_left--gradient .home-grid__block:before {
  bottom: unset!important;
  /* background-image: linear-gradient(0deg, #2e2d2c00, ##2e2d2cd4)!important; */
  background-image: linear-gradient(0deg, hsla(30, 3%, 18%, 0), hsla(30, 3%, 18%, 0.53)) !important;
}
/* GRID ALTERATIONS - PILOTS CREDITS 04.25 */
.home-grid-container .home-grid__block img {
    height: auto; /* JR was 100% */
    max-width: 566px;/* NEW JR */
}
.home-grid-container .home-grid_left--gradient .home-grid__block:before {
    max-width: 566px;/* NEW JR */
}
.home-grid_left {
  max-width: 566px;
}
/* UNDO the custom sizes from a while back lines 100ish HP > GRID WIDTHS  */
@media only screen and (max-width: 56.24em) {
.template-index .home-grid-items .home-grid-container a.home-grid__block {
  height: auto!important;
}
}
/****** END 30 years *******/
/***** END HP GRID *****/