/** Shopify CDN: Minification failed

Line 959:21 Expected identifier but found whitespace
Line 959:23 Unexpected "{"
Line 959:32 Expected ":"

**/


/* CSS from section stylesheet tags */
#collection-banner-mobile {
  display: none;
}

.use_screen_one_quarter {
    height: 25vh;
}
.use_screen_one_eighth {
    height: 17.5vh
}

.image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}
  
#collection-banner-desktop, #collection-banner-mobile {
  position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#banner-content h2.collection-page-h2 {
    line-height: 1 !important;
    margin-bottom: 0px;
    padding-top: 0px;
    font-weight: 500 !important;
}
  
#banner-content .collection-page-body {
    margin-top: 20px;
}

.details-container {
  padding-top: 30px;
}
  
.details-container h2.list-title {
    margin-bottom: 0px;
    line-height: 1.1;
}
  
.banner-detail-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
  
.banner-detail {
  margin: 20px 0px;
  text-align: center;
  flex: 1;
  min-height: 65px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner-detail:not(:last-of-type) {
  border-right: 1px solid;
}

.banner-detail h4 {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 0;
}

.badge-container {
    position: absolute !important;
    top: 8px;
    left: 8px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.discount-badge.collection-discount-badge, .second-badge.collection-second-badge  {
    padding: 10px;
    border-radius: 100px;
    margin: 2px 2px 0 2px;
    border: 1px solid;
}

.discount-badge.collection-discount-badge {
    background-color: white;
    border-color: #e46554;
}

.discount-badge.collection-discount-badge p, .second-badge.collection-second-badge p {
    margin-bottom: -2px;
    font-size: 11px;
    line-height: 12px;
}

.single-button {
  width: 100% !important;
}

.product-list.feature-product-list {
    grid-template-columns: repeat(4,1fr) !important;
    grid-template-rows: auto;
    grid-template-areas:
        "block1 block1 block2 block2"
        "block3 block4 block5 block6";
}

.feature-product-list .product-block.product-block-1 {
    grid-area: block1;
}
.feature-product-list .product-block.product-block-2 {
    grid-area: block2;
}
.feature-product-list .product-block.product-block-3 {
    grid-area: block3;
}
.feature-product-list .product-block.product-block-4 {
    grid-area: block4;
}
.feature-product-list .product-block.product-block-5 {
    grid-area: block5;
}
.feature-product-list .product-block.product-block-6 {
    grid-area: block6;
}

.three-column-layout {
    grid-template-columns: repeat(3,1fr) !important;
}

.collection-button-wrapper {
  margin-top: 60px;
}

.collection-button-wrapper .btn.collection-button {
  background-color: transparent !important;
  color: black;
  border: 1px solid black !important;
  font-weight: 440 !important;
  transition: all 0.35s;
  max-width: 100%;
  width: fit-content;
}

.collection-button-wrapper .btn.collection-button:hover {
    color: white !important;
    background-color: black !important;
}

a.btn.btn--bottom.quick-add.single-button {
    height: fit-content;
}

  .homepage-image {
    display: flex;
    flex-direction: column;
  }
  .homepage-image .content--centered.banner-content-wrapper {
    position: relative;
    transform: none;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
  }
  
@media screen and (max-width: 768px) {
  #collection-banner-desktop {
    display: none;
  }
  #collection-banner-mobile {
    display: flex !important;
  }
  #banner-content .collection-page-body {
    margin-top: 10px;
  }
  .details-container {
    padding-bottom: 30px !important;
  }
  .details-container h2.list-title {
    text-align: left !important;
    margin-bottom: 10px !important;
  }
  .banner-detail-wrapper {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
  .banner-detail {
    width: 100% !important;
    margin: 0px;
    min-height: fit-content;
    align-items: flex-start;
    padding-left: 0px !important;
  }
  .banner-detail:not(:last-of-type){
    border-right: 0px !important;
    border-bottom: 1px solid;
  }
  .banner-detail h4 {
      text-align: left;
  }
  .discount-badge.collection-discount-badge, .second-badge.collection-second-badge {
    padding: 5px 8px !important;
  }
  .product-list.feature-product-list {
    grid-template-rows: auto;
    grid-template-columns: repeat(2,1fr) !important;
    grid-template-areas:
        "block1 block1"
        "block2 block2"
        "block3 block4"
        "block5 block6";
  }
  .three-column-layout {
    grid-template-columns: repeat(2,1fr) !important;
  }
  .collection-button-wrapper {
    margin-top: 40px;
}
}

    
  .stamped-widget-text::before {
    content:'Based on ';
  }
    .stamped-widget-text::after {
    content:' Reviews';
  }

.reviews-section {
  padding: 50px 0;
}
#collection-banner-mobile {
  display: none;
}

.use_screen_one_quarter {
    height: 25vh;
}
.use_screen_one_eighth {
    height: 17.5vh
}

.image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}
  
#collection-banner-desktop, #collection-banner-mobile {
  position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#banner-content h2.collection-page-h2 {
    line-height: 1 !important;
    margin-bottom: 0px;
    padding-top: 0px;
    font-weight: 500 !important;
}
  
#banner-content .collection-page-body {
    margin-top: 20px;
}

.details-container {
  padding-top: 30px;
}
  
.details-container h2.list-title {
    margin-bottom: 0px;
    line-height: 1.1;
}
  
.banner-detail-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
  
.banner-detail {
  margin: 20px 0px;
  text-align: center;
  flex: 1;
  min-height: 65px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner-detail:not(:last-of-type) {
  border-right: 1px solid;
}

.banner-detail h4 {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 0;
}

.klaviyo-btn-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 10px 0px !important;
}

.badge-container {
    position: absolute !important;
    top: 8px;
    left: 8px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.discount-badge.collection-discount-badge, .second-badge.collection-second-badge  {
    padding: 10px;
    border-radius: 100px;
    margin: 2px 2px 0 2px;
    border: 1px solid;
}

.discount-badge.collection-discount-badge {
    background-color: white;
    border-color: #e46554;
}

.discount-badge.collection-discount-badge p, .second-badge.collection-second-badge p {
    margin-bottom: -2px;
    font-size: 11px;
    line-height: 12px;
}

.single-button {
  width: 100% !important;
}

.product-list.feature-product-list {
    grid-template-columns: repeat(4,1fr) !important;
    grid-template-rows: auto;
    grid-template-areas:
        "block1 block1 block2 block2"
        "block3 block4 block5 block6";
}

.feature-product-list .product-block.product-block-1 {
    grid-area: block1;
}
.feature-product-list .product-block.product-block-2 {
    grid-area: block2;
}
.feature-product-list .product-block.product-block-3 {
    grid-area: block3;
}
.feature-product-list .product-block.product-block-4 {
    grid-area: block4;
}
.feature-product-list .product-block.product-block-5 {
    grid-area: block5;
}
.feature-product-list .product-block.product-block-6 {
    grid-area: block6;
}

.three-column-layout {
    grid-template-columns: repeat(3,1fr) !important;
}

.collection-button-wrapper {
  margin-top: 60px;
}

.collection-button-wrapper .btn.collection-button {
  background-color: transparent !important;
  color: black;
  border: 1px solid black !important;
  font-weight: 440 !important;
  transition: all 0.35s;
  max-width: 100%;
  width: fit-content;
}

.collection-button-wrapper .btn.collection-button:hover {
    color: white !important;
    background-color: black !important;
}

a.btn.btn--bottom.quick-add.single-button {
    height: fit-content;
}

    .homepage-image {
    display: flex;
    flex-direction: column;
  }
  .homepage-image .content--centered.banner-content-wrapper {
    position: relative;
    transform: none;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
  }
  
@media screen and (max-width: 768px) {
  #collection-banner-desktop {
    display: none;
  }
  #collection-banner-mobile {
    display: flex !important;
  }
  #banner-content .collection-page-body {
    margin-top: 10px;
  }
  .details-container {
    padding-bottom: 30px !important;
  }
  .details-container h2.list-title {
    text-align: left !important;
    margin-bottom: 10px !important;
  }
  .banner-detail-wrapper {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
  .banner-detail {
    width: 100% !important;
    margin: 0px;
    min-height: fit-content;
    align-items: flex-start;
    padding-left: 0px !important;
  }
  .banner-detail:not(:last-of-type){
    border-right: 0px !important;
    border-bottom: 1px solid;
  }
  .banner-detail h4 {
      text-align: left;
  }
  .discount-badge.collection-discount-badge, .second-badge.collection-second-badge {
    padding: 5px 8px !important;
  }
  .product-list.feature-product-list {
    grid-template-rows: auto;
    grid-template-columns: repeat(2,1fr) !important;
    grid-template-areas:
        "block1 block1"
        "block2 block2"
        "block3 block4"
        "block5 block6";
  }
  .three-column-layout {
    grid-template-columns: repeat(2,1fr) !important;
  }
  .collection-button-wrapper {
    margin-top: 40px;
}
}

.product-block a.button-override {
  color: white !important;
  background: black !important;
  border-radius: 40px !important;
  font-size: 1rem !important;
  transition: all ease .2s !important;
  width: 100% !important;
  padding: 12px 20px 10px !important;
  text-align: center !important;
  border-color: #000 !important;
  margin: auto 0 0 0 !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  font-family: 'AktivGrotesk-Medium';
}
.product-block a.button-override:hover {
  color: white !important;
  background: black !important;
}

   
  .stamped-widget-text::before {
    content:'Based on ';
  }
    .stamped-widget-text::after {
    content:' Reviews';
  }

.reviews-section {
  padding: 50px 0;
}
#collection-banner-mobile {
  display: none;
}

.use_screen_one_quarter {
    height: 25vh;
}
.use_screen_one_eighth {
    height: 17.5vh
}

.image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}
  
#collection-banner-desktop, #collection-banner-mobile {
  position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#banner-content h2.collection-page-h2 {
    line-height: 1 !important;
    margin-bottom: 0px;
    padding-top: 0px;
    font-weight: 500 !important;
}
  
#banner-content .collection-page-body {
    margin-top: 20px;
}

.details-container {
  padding: 30px 0px;
}
  
.details-container h2.list-title {
    margin-bottom: 0px;
    line-height: 1.1;
}
  
.banner-detail-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
  
.banner-detail {
  margin: 20px 0px;
  text-align: center;
  flex: 1;
  min-height: 65px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner-detail:not(:last-of-type) {
  border-right: 1px solid;
}

.banner-detail h4 {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 0;
}

.klaviyo-btn-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.badge-container {
    position: absolute !important;
    top: 8px;
    left: 8px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.discount-badge.collection-discount-badge, .second-badge.collection-second-badge  {
    padding: 10px;
    border-radius: 100px;
    margin: 2px 2px 0 2px;
    border: 1px solid;
}

.discount-badge.collection-discount-badge {
    background-color: white;
    border-color: #e46554;
}

.discount-badge.collection-discount-badge p, .second-badge.collection-second-badge p {
    margin-bottom: -2px;
    font-size: 11px;
    line-height: 12px;
}

.single-button {
  width: 100% !important;
}

.product-list.feature-product-list {
    grid-template-columns: repeat(4,1fr) !important;
    grid-template-rows: auto;
    grid-template-areas:
        "block1 block1 block2 block2"
        "block3 block4 block5 block6";
}

.feature-product-list .product-block.product-block-1 {
    grid-area: block1;
}
.feature-product-list .product-block.product-block-2 {
    grid-area: block2;
}
.feature-product-list .product-block.product-block-3 {
    grid-area: block3;
}
.feature-product-list .product-block.product-block-4 {
    grid-area: block4;
}
.feature-product-list .product-block.product-block-5 {
    grid-area: block5;
}
.feature-product-list .product-block.product-block-6 {
    grid-area: block6;
}

.three-column-layout {
    grid-template-columns: repeat(3,1fr) !important;
}

.collection-button-wrapper {
  margin-top: 60px;
}

.collection-button-wrapper .btn.collection-button {
  background-color: transparent !important;
  color: black;
  border: 1px solid black !important;
  font-weight: 440 !important;
  transition: all 0.35s;
  max-width: 100%;
  width: fit-content;
}

.collection-button-wrapper .btn.collection-button:hover {
    color: white !important;
    background-color: black !important;
}

a.btn.btn--bottom.quick-add.single-button {
    height: fit-content;
}

  .homepage-image {
    display: flex;
    flex-direction: column;
  }
  .homepage-image .content--centered.banner-content-wrapper {
    position: relative;
    transform: none;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
  }
  
@media screen and (max-width: 768px) {
  #collection-banner-desktop {
    display: none;
  }
  #collection-banner-mobile {
    display: flex !important;
  }
  #banner-content .collection-page-body {
    margin-top: 10px;
  }
  .details-container {
    padding-bottom: 30px !important;
  }
  .details-container h2.list-title {
    text-align: left !important;
    margin-bottom: 10px !important;
  }
  .banner-detail-wrapper {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
  .banner-detail {
    width: 100% !important;
    margin: 0px;
    min-height: fit-content;
    align-items: flex-start;
    padding-left: 0px !important;
  }
  .banner-detail:not(:last-of-type){
    border-right: 0px !important;
    border-bottom: 1px solid;
  }
  .banner-detail h4 {
      text-align: left;
  }
  .discount-badge.collection-discount-badge, .second-badge.collection-second-badge {
    padding: 5px 8px !important;
  }
  .product-list.feature-product-list {
    grid-template-rows: auto;
    grid-template-columns: repeat(2,1fr) !important;
    grid-template-areas:
        "block1 block1"
        "block2 block2"
        "block3 block4"
        "block5 block6";
  }
  .three-column-layout {
    grid-template-columns: repeat(2,1fr) !important;
  }
  .collection-button-wrapper {
    margin-top: 40px;
}
}
  
  .stamped-widget-text::before {
    content:'Based on ';
  }
    .stamped-widget-text::after {
    content:' Reviews';
  }

.reviews-section {
  padding: 50px 0;
}
#collection-banner-mobile {
  display: none;
}

.use_screen_one_quarter {
    height: 25vh;
}
.use_screen_one_eighth {
    height: 17.5vh
}

.image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}
  
#collection-banner-desktop, #collection-banner-mobile {
  position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#banner-content h2.collection-page-h2 {
    line-height: 1 !important;
    margin-bottom: 0px;
    padding-top: 0px;
    font-weight: 500 !important;
}
  
#banner-content .collection-page-body {
    margin-top: 20px;
}

.details-container {
  padding-top: 30px;
}
  
.details-container h2.list-title {
    margin-bottom: 0px;
}

.badge-container {
    position: absolute !important;
    top: 8px;
    left: 8px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.discount-badge.collection-discount-badge, .second-badge.collection-second-badge  {
    padding: 10px;
    border-radius: 100px;
    margin: 2px 2px 0 2px;
    border: 1px solid;
}

.discount-badge.collection-discount-badge {
    background-color: white;
    border-color: #e46554;
}

.discount-badge.collection-discount-badge p, .second-badge.collection-second-badge p {
    margin-bottom: -2px;
    font-size: 11px;
    line-height: 12px;
}  
@media screen and (max-width: 768px) {
  #collection-banner-desktop {
    display: none;
  }
  #collection-banner-mobile {
    display: block;
  }
  #banner-content .collection-page-body {
    margin-top: 10px;
  }
  .discount-badge.collection-discount-badge, .second-badge.collection-second-badge {
    padding: 5px 8px !important;
  }
}
.badge-container {
    position: absolute !important;
    top: 8px;
    left: 8px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.discount-badge.collection-discount-badge, .second-badge.collection-second-badge  {
    padding: 10px;
    border-radius: 100px;
    margin: 2px 2px 0 2px;
    border: 1px solid;
}

.discount-badge.collection-discount-badge {
    background-color: white;
    border-color: #e46554;
}

.discount-badge.collection-discount-badge p, .second-badge.collection-second-badge p {
    margin-bottom: -2px;
    font-size: 11px;
    line-height: 12px;
}  
@media screen and (max-width: 768px) {
.discount-badge.collection-discount-badge, .second-badge.collection-second-badge {
    padding: 5px 8px !important;
  }
}
.homepage-content-block {
	padding: 100px 20px !important;
background-color: white; 

background-size: cover;
background-position: center;
	
text-align: center;
font-family: Times New Roman, Arial !important;
letter-spacing: 1px;
}

.page-content {
	padding: 0 !important;
width: 75%;
}

.bigger-banner {
padding: 350px 20px !important;
}

.homepage-content-block p {
font-size: 16px;
letter-spacing: 1px;
line-height: 1.9em;
}
.badge-container {
    position: absolute !important;
    top: 8px;
    left: 8px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.discount-badge.collection-discount-badge, .second-badge.collection-second-badge  {
    padding: 10px;
    border-radius: 100px;
    margin: 2px 2px 0 2px;
    border: 1px solid;
}

.discount-badge.collection-discount-badge {
    background-color: white;
    border-color: #e46554;
}

.discount-badge.collection-discount-badge p, .second-badge.collection-second-badge p {
    margin-bottom: -2px;
    font-size: 11px;
    line-height: 12px;
}

.single-button {
  width: 100% !important;
}
.collection-grid-item-image {
    min-height: 250px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

.collection-grid-v2-content {
    text-align: center;
    margin-top: 20px;
}

a.collection-grid-item-link {
    text-decoration: none;
}

.collection-grid-v2-content h4 {
    margin-bottom: 0;
    font-size: 20px !important;
}
.how-it-works-section {
    background-color: {{ section.settings.background_color }};
    padding-top: 60px;
  }
  .how-it-works-section .rte.rte-text p {
    font-size: 14px;
  }
  .how-it-works-section .text-block {
    padding: 20px 30px;
  }
  .how-it-works-section .tiles-block {
    background-color: #fde3dd;
    border-radius: 20px;
    padding: 20px 30px;
  }
  .how-it-works-section .tiles-container {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .how-it-works-section .tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    position: relative;
  }
  img.tick-icon {
    position: absolute;
    top: -15px;
    width: 30px;
  }
  .how-it-works-section .tile p {
    margin-bottom: 0px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: black;
    line-height: 1.2;
  }

@media screen and (max-width:768px) {
  .how-it-works-section {
    padding-top: 30px !important;
  }
  .how-it-works-section .grid {
    margin-left: 0px !important;
  }
  .how-it-works-section .text-block {
    padding: 15px 20px;
  }
  .how-it-works-section .tiles-block {
    padding: 15px 20px;
    margin-top: 20px;
  }
  .how-it-works-section .tile {
    padding: 15px;
  }
  .how-it-works-section .tile p {
    font-size: 14px;
  }
}
.terms-section {
    padding: 50px 0px;
    margin-top: 30px;
}

.terms-conditions {
    margin-bottom: 0;
}

.terms-conditions p {
    font-size: 13px !important;
    color: grey;
    margin-bottom: 0;
}

.terms-conditions p strong {
    font-weight: 600;
}

@media screen and (max-width: 768px) {
  .terms-section {
    padding: 30px 0px;
  }
}
#collection-banner-mobile {
  display: none;
}

.use_screen_one_quarter {
    height: 25vh;
}
.use_screen_one_eighth {
    height: 17.5vh
}

.image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}
  
#collection-banner-desktop, #collection-banner-mobile {
  position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#banner-content h2.collection-page-h2 {
    line-height: 1 !important;
    margin-bottom: 0px;
    padding-top: 0px;
    font-weight: 500 !important;
}
  
#banner-content .collection-page-body {
    margin-top: 20px;
}

.details-container {
  padding-top: 30px;
}
  
.details-container h2.list-title {
    margin-bottom: 0px;
    line-height: 1.1;
}
  
.banner-detail-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
  
.banner-detail {
  margin: 20px 0px;
  text-align: center;
  flex: 1;
  min-height: 65px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner-detail:not(:last-of-type) {
  border-right: 1px solid;
}

.banner-detail h4 {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 0;
}

.badge-container {
    position: absolute !important;
    top: 8px;
    left: 8px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.discount-badge.collection-discount-badge, .second-badge.collection-second-badge  {
    padding: 10px;
    border-radius: 100px;
    margin: 2px 2px 0 2px;
    border: 1px solid;
}

.discount-badge.collection-discount-badge {
    background-color: white;
    border-color: #e46554;
}

.discount-badge.collection-discount-badge p, .second-badge.collection-second-badge p {
    margin-bottom: -2px;
    font-size: 11px;
    line-height: 12px;
}

.single-button {
  width: 100% !important;
}

.product-list.feature-product-list {
    grid-template-columns: repeat(4,1fr) !important;
    grid-template-rows: auto;
    grid-template-areas:
        "block1 block1 block2 block2"
        "block3 block4 block5 block6";
}

.feature-product-list .product-block.product-block-1 {
    grid-area: block1;
}
.feature-product-list .product-block.product-block-2 {
    grid-area: block2;
}
.feature-product-list .product-block.product-block-3 {
    grid-area: block3;
}
.feature-product-list .product-block.product-block-4 {
    grid-area: block4;
}
.feature-product-list .product-block.product-block-5 {
    grid-area: block5;
}
.feature-product-list .product-block.product-block-6 {
    grid-area: block6;
}

.three-column-layout {
    grid-template-columns: repeat(3,1fr) !important;
}

.collection-button-wrapper {
  margin-top: 60px;
}

.collection-button-wrapper .btn.collection-button {
  background-color: transparent !important;
  color: black;
  border: 1px solid black !important;
  font-weight: 440 !important;
  transition: all 0.35s;
  max-width: 100%;
  width: fit-content;
}

.collection-button-wrapper .btn.collection-button:hover {
    color: white !important;
    background-color: black !important;
}

a.btn.btn--bottom.quick-add.single-button {
    height: fit-content;
}

  .homepage-image {
    display: flex;
    flex-direction: column;
  }
  .homepage-image .content--centered.banner-content-wrapper {
    position: relative;
    transform: none;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
  }

  .list-title {
    padding: 0 13px;
  }
  
@media screen and (max-width: 768px) {
  #collection-banner-desktop {
    display: none;
  }
  #collection-banner-mobile {
    display: flex !important;
  }
  #banner-content .collection-page-body {
    margin-top: 10px;
  }
  .details-container {
    padding-bottom: 30px !important;
  }
  .details-container h2.list-title {
    text-align: left !important;
    margin-bottom: 10px !important;
  }
  .banner-detail-wrapper {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
  .banner-detail {
    width: 100% !important;
    margin: 0px;
    min-height: fit-content;
    align-items: flex-start;
    padding-left: 0px !important;
  }
  .banner-detail:not(:last-of-type){
    border-right: 0px !important;
    border-bottom: 1px solid;
  }
  .banner-detail h4 {
      text-align: left;
  }
  .discount-badge.collection-discount-badge, .second-badge.collection-second-badge {
    padding: 5px 8px !important;
  }
  .product-list.feature-product-list {
    grid-template-rows: auto;
    grid-template-columns: repeat(2,1fr) !important;
    grid-template-areas:
        "block1 block1"
        "block2 block2"
        "block3 block4"
        "block5 block6";
  }
  .three-column-layout {
    grid-template-columns: repeat(2,1fr) !important;
  }
  .collection-button-wrapper {
    margin-top: 40px;
  }
    .list-title {
    padding: 0px !important;
  }
}

    
  .stamped-widget-text::before {
    content:'Based on ';
  }
    .stamped-widget-text::after {
    content:' Reviews';
  }

.reviews-section {
  padding: 50px 0;
}
.badge-container {
    position: absolute !important;
    top: 8px;
    left: 8px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.discount-badge.collection-discount-badge, .second-badge.collection-second-badge  {
    padding: 10px;
    border-radius: 100px;
    margin: 2px 2px 0 2px;
    border: 1px solid;
}

.discount-badge.collection-discount-badge {
    background-color: white;
    border-color: #e46554;
}

.discount-badge.collection-discount-badge p, .second-badge.collection-second-badge p {
    margin-bottom: -2px;
    font-size: 11px;
    line-height: 12px;
}

.single-button {
  width: 100% !important;
}