/** Shopify CDN: Minification failed

Line 169:13 Expected identifier but found whitespace
Line 169:14 Unexpected "var("

**/
/* component-video-with-text.css */
h2.video-with-text__heading.inline-richtext.h1 {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 500;
    font-size: 55.5202px;
    line-height: 61px;
    color: #404A3D;
}
.video-with-text__text.rte.body {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    color: #404A3D;
}
a.button.button--primary {
    width: 170px;
    padding: 0 2rem;
    height: 60.74px;
    background: #017D43;
    border-radius: 30.3704px;
    border: none;
    color: white;
    font-family: 'Signika', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
   
    text-decoration: none;
  
}

.global-media-settings img, .global-media-settings iframe, .global-media-settings model-viewer, .global-media-settings video, .global-media-settings .placeholder-svg {
    border-radius:20px;
}
.video-with-text .grid {
  margin-bottom: 0;
}

.video-with-text .grid__item {
  position: relative;
}

@media screen and (min-width: 750px) {
  .video-with-text__grid--reverse {
    flex-direction: row-reverse;
  }
}

.video-with-text__media {
  min-height: 100%;
  overflow: visible;
}

.video-with-text__media--small {
  height: 19.4rem;
}

.video-with-text__media--medium {
  height: 29.6rem;
}

.video-with-text__media--large {
  height: 43.5rem;
}

@media screen and (min-width: 750px) {
  .video-with-text__media--small {
    height: 31.4rem;
  }

  .video-with-text__media--medium {
    height: 46rem;
  }

  .video-with-text__media--large {
    height: 69.5rem;
  }
}

.video-with-text__media--placeholder {
  position: relative;
  overflow: hidden;
}

.video-with-text__media--placeholder:after {
  content: '';
  position: absolute;
  background: rgba(var(--color-foreground), 0.04);
}

.video-with-text__media--placeholder.video-with-text__media--adapt {
  height: 20rem;
}

@media screen and (min-width: 750px) {
  .video-with-text__media--placeholder.video-with-text__media--adapt {
    height: 30rem;
  }
}

.video-with-text__media--placeholder > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.video-with-text__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-self: center;
  padding: 4rem calc(4rem / var(--font-body-scale)) 5rem;
  position: relative;
  z-index: 1;
}

.video-with-text .grid__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video-with-text:not(.video-with-text--overlap) .video-with-text__media-item:after {
  border-radius: 0px;
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

.video-with-text:not(.video-with-text--overlap) .video-with-text__text-item:after {
  border-radius:0px;
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}

/* .video-with-text .video-with-text__media-item > * {
  border-radius: 0px;
  overflow: hidden;
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
} */
/* 
.video-with-text .global-media-settings {
  overflow: visible !important;
} */
/* 
.video-with-text .video-with-text__text-item > * {
  border-radius: 0px;
  /* overflow: hidden; */
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
} */

.video-with-text:not(.video-with-text--overlap) .video-with-text__media-item > *,
.video-with-text:not(.video-with-text--overlap) .video-with-text__text-item > * {
  box-shadow: none;
}

@media screen and (max-width: 749px) {
    .lauren-liner-advantage-section {
        padding: 50px 15px 5px 15px !important;
    }
  #shopify-section-template--19440525869219__video_with_text_Fgba4q .video-with-text__video-container {
    margin-top: 30px !important;
    border-radius: 0px !important;
}
  /* .section-template--19440525869219__video_with_text_Fgba4q-padding {
    padding-bottom: 280px !important;
} */
  .video-with-text.collapse-corners:not(.video-with-text--overlap) .video-with-text__media-item:after,
  .video-with-text.collapse-corners:not(.video-with-text--overlap) .grid__item .video-with-text__media,
  .video-with-text.collapse-corners:not(.video-with-text--overlap) .video-with-text__media .placeholder-svg {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .video-with-text.collapse-corners:not(.video-with-text--overlap) .video-with-text__text-item:after,
  .video-with-text.collapse-corners:not(.video-with-text--overlap) .grid__item .video-with-text__content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .video-with-text.collapse-borders:not(.video-with-text--overlap) .video-with-text__content {
    border-top: 0;
  }
}

.video-with-text__content--mobile-right > * {
  align-self: flex-end;
  text-align: right;
}

.video-with-text__content--mobile-center > * {
  align-self: center;
  text-align: center;
}

.video-with-text--overlap .video-with-text__content {
  width: 90%;
  margin: -3rem auto 0;
}

@media screen and (min-width: 750px) {
  .video-with-text__grid--reverse .video-with-text__content {
    margin-left: auto;
  }

  .video-with-text__content--bottom {
    justify-content: flex-end;
    align-self: flex-end;
  }

  .video-with-text__content--top {
    justify-content: flex-start;
    align-self: flex-start;
  }

  .video-with-text__content--desktop-right > * {
    align-self: flex-end;
    text-align: right;
  }

  .video-with-text__content--desktop-left > * {
    align-self: flex-start;
    text-align: left;
  }

  .video-with-text__content--desktop-center > * {
    align-self: center;
    text-align: center;
  }

  .video-with-text--overlap .video-with-text__text-item {
    display: flex;
    padding: 3rem 0;
  }

  .video-with-text--overlap .video-with-text__content {
    height: auto;
    width: calc(100% + 4rem);
    min-width: calc(100% + 4rem);
    margin-top: 0;
    margin-left: -4rem;
  }

  .video-with-text--overlap .video-with-text__grid--reverse .video-with-text__content {
    margin-left: 0;
    margin-right: -4rem;
  }

  .video-with-text--overlap .video-with-text__grid--reverse .video-with-text__text-item {
    justify-content: flex-end;
  }

  .video-with-text--overlap .video-with-text__media-item--top {
    align-self: flex-start;
  }

  .video-with-text--overlap .video-with-text__media-item--middle {
    align-self: center;
  }

  .video-with-text--overlap .video-with-text__media-item--bottom {
    align-self: flex-end;
  }

  .video-with-text__media-item--small,
  .video-with-text__media-item--large + .video-with-text__text-item {
    flex-grow: 0;
  }

  .video-with-text.collapse-corners:not(.video-with-text--overlap)
    .grid:not(.video-with-text__grid--reverse)
    .video-with-text__media-item:after,
  .video-with-text.collapse-corners:not(.video-with-text--overlap)
    .grid:not(.video-with-text__grid--reverse)
    .video-with-text__media,
  .video-with-text.collapse-corners:not(.video-with-text--overlap)
    .grid:not(.video-with-text__grid--reverse)
    .video-with-text__media
    .placeholder-svg,
  .video-with-text.collapse-corners:not(.video-with-text--overlap)
    .video-with-text__grid--reverse
    .video-with-text__text-item:after,
  .video-with-text.collapse-corners:not(.video-with-text--overlap)
    .video-with-text__grid--reverse
    .video-with-text__content,
  .video-with-text.collapse-corners:not(.video-with-text--overlap)
    .video-with-text__grid--reverse
    .video-with-text__content:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .video-with-text.collapse-corners:not(.video-with-text--overlap)
    .grid:not(.video-with-text__grid--reverse)
    .video-with-text__text-item:after,
  .video-with-text.collapse-corners:not(.video-with-text--overlap)
    .grid:not(.video-with-text__grid--reverse)
    .video-with-text__content,
  .video-with-text.collapse-corners:not(.video-with-text--overlap)
    .grid:not(.video-with-text__grid--reverse)
    .video-with-text__content:after,
  .video-with-text.collapse-corners:not(.video-with-text--overlap)
    .video-with-text__grid--reverse
    .video-with-text__media-item:after,
  .video-with-text.collapse-corners:not(.video-with-text--overlap)
    .video-with-text__grid--reverse
    .video-with-text__media,
  .video-with-text.collapse-corners:not(.video-with-text--overlap)
    .video-with-text__grid--reverse
    .video-with-text__media
    .placeholder-svg {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .video-with-text.collapse-borders:not(.video-with-text--overlap)
    .grid:not(.video-with-text__grid--reverse)
    .video-with-text__content {
    border-left: 0;
  }

  .video-with-text.collapse-borders:not(.video-with-text--overlap)
    .video-with-text__grid--reverse
    .video-with-text__content {
    border-right: 0;
  }
}

.video-with-text:not(.collapse-corners, .video-with-text--overlap) .video-with-text__media-item {
  z-index: 2;
}

/* Needed for gradient continuity with or without animation so that transparent PNG images come up as we would expect */
.video-with-text.video-with-text--overlap .backround-transparent,
.video-with-text:not(.video-with-text--overlap) .background-transparent {
  background: transparent;
}

/* Needed for gradient continuity with or without animation, the transform scopes the gradient to its container which happens already when animation are turned on */
.video-with-text .gradient {
  transform: perspective(0);
}

.video-with-text__content {
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  word-break: break-word;
}

@media screen and (min-width: 990px) {
  .video-with-text__content {
    padding: 4rem 5rem 5rem;
  }
}

.video-with-text__content > * + * {
  margin-top: 2rem;
}

.video-with-text__content > .video-with-text__text:empty ~ a {
  margin-top: 2rem;
}

.video-with-text__content > :first-child:is(.video-with-text__heading),
.video-with-text__text--caption + .video-with-text__heading,
.video-with-text__text--caption:first-child {
  margin-top: 0;
}

.video-with-text__content :last-child:is(.video-with-text__heading),
.video-with-text__text--caption {
  margin-bottom: 0;
}

.video-with-text__content .button + .video-with-text__text {
  margin-top: 2rem;
}

.video-with-text__content .video-with-text__text + .button {
  margin-top: 3rem;
}

.video-with-text__heading {
  margin-bottom: 0;
}

.video-with-text__text p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.video-with-text__buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 749px) {
  .video-with-text__buttons {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .collapse-padding .video-with-text__grid .video-with-text__content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 750px) {
  .collapse-padding
    .video-with-text__grid:not(.video-with-text__grid--reverse)
    .video-with-text__content:not(.video-with-text__content--desktop-center) {
    padding-right: 0;
  }

  .collapse-padding
    .video-with-text__grid--reverse
    .video-with-text__content:not(.video-with-text__content--desktop-center) {
    padding-left: 0;
  }
}

/* Video specific styles */
.video-with-text__video-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius:0px;
}

.video-with-text__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-with-text__video.youtube-video {
  aspect-ratio: 16 / 9;
  height: auto;
}

.video-with-text__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: rgba(var(--color-foreground), 0.04);
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .video-with-text .grid {
    margin-left: 0;
  }
}

@media(max-width:768px){
  #shopify-section-template--19440525869219__video_with_text_Fgba4q video{
    width:100% !important;
    height:100% !important;
    object-fit:contain;
  }
}
#shopify-section-template--19440525869219__video_with_text_Fgba4q video{
    border-radius:0 !important;
  }