/** Shopify CDN: Minification failed

Line 897:1 Unexpected "{"

**/
.rte > p:first-child {
    margin-top: 0;
}

.rte > p:last-child {
    margin-bottom: 0;
}

.rte table {
    table-layout: fixed;
}

.rte img {
    height: auto;
    max-width: 100%;
}

.rte ul {
    padding-left: 2rem;
}

.rte li {
    list-style: inherit;
}

.rte li:last-child {
    margin-bottom: 0;
}

.rte blockquote {
    display: inline-flex;
}

.rte blockquote > * {
    margin: -0.5rem 0 -0.5rem 0;
}

.halo-text-format{
    font-size: var(--font-body-size);
    font-weight: var(--font-weight-normal);
    line-height: var(--body-line-height);
    letter-spacing: var(--body-letter-spacing);
    color: var(--color-text2);
}

.halo-text-format p{
    margin-bottom: 0;
}

.halo-text-format p + p{
    margin-top: 17px;
}

.halo-text-format p + ul,
.halo-text-format p + ol{
    margin-top: 18px;
}

.halo-text-format h1,
.halo-text-format h2,
.halo-text-format h3,
.halo-text-format h4,
.halo-text-format h5,
.halo-text-format h6{
    margin-top: 0;
    margin-bottom: 7px;
}

.halo-text-format h1 + p,
.halo-text-format h2 + p,
.halo-text-format h3 + p,
.halo-text-format h4 + p,
.halo-text-format h5 + p,
.halo-text-format h6 + p {
    padding-top: 0;
}

.halo-text-format p + h1,
.halo-text-format p + h2,
.halo-text-format p + h3,
.halo-text-format p + h4,
.halo-text-format p + h5,
.halo-text-format p + h6{
    margin-top: 25px;
}

.halo-text-format p a{
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    transition: text-decoration var(--duration-short) ease;
}

.halo-text-format ul,
.halo-text-format ol{
    margin: 0 0 10px 17px;
    padding: 0 0 22px 0;
    list-style: inherit;
}

.halo-text-format ol{
    list-style: square;
}

.halo-text-format ol{
    list-style: decimal;
}

.halo-text-format ul li,
.halo-text-format ol li{
    font-size: var(--font-body-size);
    font-weight: var(--font-weight-normal);
    letter-spacing: var(--body-letter-spacing);
    line-height: var(--body-line-height);
    color: var(--color-text2);
    position: relative;
}

.halo-text-format ul li + li,
.halo-text-format ol li + li{
    margin-top: 10px;
}

.halo-text-format blockquote{
    font-size: calc(var(--font-body-size) + 3px);
    font-weight: var(--font-weight-normal);
    font-style: italic;
    letter-spacing: var(--body-letter-spacing);
    line-height: var(--body-line-height);
    margin: 0 0 40px 0;
    color: var(--color-text);
    background: var(--bg-white);
    border-radius: 0;
    text-align: center;
    border: none;
    padding: 48px 30px 45px 30px;
    position: relative;
}

.halo-text-format blockquote h4{
    font-size: var(--font-body-size);
    font-weight: var(--font-weight-normal);
    font-style: normal;
    letter-spacing: var(--body-letter-spacing);
    line-height: var(--body-line-height);
    color: var(--color-text);
    text-transform: uppercase;
    margin: 0 0 17px 0;
}

.halo-text-format blockquote p{
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: calc(var(--font-body-size) + 3px);
    font-weight: var(--font-weight-normal);
    font-style: italic;
    letter-spacing: var(--body-letter-spacing);
    line-height: var(--body-line-height);
    color: var(--color-text);
}

.halo-text-format blockquote:before{
    content: '';
    display: block;
    /*background-image: url(quote.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 75px;
    height: 50px;
    position: absolute;
    top: 28px;
    left: 30px;
}

.halo-text-format table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    margin: 0;
}

.halo-text-format table tr{
    background: transparent;
}

.halo-text-format table tr:nth-child(odd){
    background: #f1f1f1;
}

.halo-text-format table td{
    padding: 11px 13px 8px 13px;
    text-align: left;
}

.halo-text-format .description-banner{
    display: block;
    position: relative;
    margin: 0 0 37px 0;
}

.halo-text-format .banner-item{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.halo-text-format .banner-item .banner-itemLeft,
.halo-text-format .banner-item .banner-itemRight{
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.halo-text-format .banner-item .banner-itemRight{
    margin-top: 32px;
}

.halo-text-format .banner-item .image{
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.halo-text-format .list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 840px;
    margin: 38px auto 0 auto;
    font-size: 0;
    letter-spacing: 0;
}

.halo-text-format .list .item{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.halo-text-format .list .item h4{
    font-size: var(--font-body-size);
    font-weight: var(--font-weight-bold);
    letter-spacing: var(--body-letter-spacing);
    line-height: var(--body-line-height);
    color: var(--color-text);
    text-transform: uppercase;
    margin: 0 0 22px 0;
}

.tab-des {
    margin-top: 15px;
}

.productView-tab .halo-text-format,
.productView-tab .halo-text-format ul li,
.productView-tab .halo-text-format ol li {
    color: var(--text-cart);
}

.productView-tab .halo-text-format blockquote {
    margin: 0 0 37px 0;
    color: var(--color-text);
    background: var(--bg-white);
    border-radius: 0;
    text-align: left;
    border: none;
    position: relative;
    padding: 0;
}

.productView-tab .halo-text-format blockquote p {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: var(--font-body-size);
    letter-spacing: var(--body-letter-spacing);
    line-height: var(--body-line-height);
    color: var(--text-cart);
    background-color: var(--bg-global);
    padding: 34px 40px;
    font-style: normal;
}

.description-sample-container h4 {
    font-size: calc(var(--font-body-size) + 2px);
    font-weight: var(--font-weight-semibold);
    line-height: var(--body-line-height);
    letter-spacing: var(--body-letter-spacing);
    margin-bottom: 18px;
}

.description-sample-container .quote h4 {
    font-size: calc(var(--font-body-size) + 2px);
    font-weight: var(--font-weight-semibold);
    line-height: var(--body-line-height);
    letter-spacing: var(--body-letter-spacing);
    text-transform: capitalize;
    margin-bottom: 18px;
}

.description-sample-container ul:not(.slick-dots) li + li,
.description-sample-container ol li + li{
    margin-top: 7px;
}

.description-sample-container ul:not(.slick-dots),
.description-sample-container ol{
    margin: 0 0 10px 17px;
    padding: 0 0 28px 0;
    list-style: inherit;
}

.sample-lists {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    gap: 30px;
}

.sample-lists .item {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.sample-lists .item ul {
    list-style-type: none;
    margin-left: 0 !important;
}

.sample-lists .item ol {
    list-style: auto;
}

.sample-lists .item ul li {
    position: relative;
    padding-left: 1.5em;
}

.sample-lists .item ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: currentColor;
    border-radius: 50%;
    padding-right: 5px;
}

.description-sample-container img {
    padding-left: 15px;
    padding-right: 15px;
}

.description-sample-container .articleGallery-slider {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 33px;
}

.description-sample-container .articleGallery-slider:not(.slick-initialized) {
    white-space: nowrap;
    overflow: hidden;
}

.description-sample-container .articleGallery-slider:not(.slick-initialized) .imgGallery-item {
    width: calc(100% / 3);
    display: inline-block;
}

.description-sample-container .articleGallery-slider.column-4:not(.slick-initialized) .imgGallery-item {
    width: calc(100% / 4);
}

.description-sample-container .articleGallery-block {
    margin-top: 34px;
    padding-bottom: 60px;
}

.description-sample-container .slick-dots {
    bottom: -47px;
    margin: 0;
    padding: 0;
}

.description-sample-container .slick-dots li + li {
    margin-top: 0;
}

.description-sample-container .img-box {
    position: relative;
}

.description-sample-container .hover-icon-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--hover-icon-background-color, #111);
    width: var(--icon-width);
    height: var(--icon-height);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 250ms ease-in-out;
    cursor: pointer;
    pointer-events: none;
}

.description-sample-container .hover-icon-container .icon {
    width: var(--icon-size);
    height: var(--icon-size);
    fill: var(--icon-color, #fff);
}

.description-sample-container .sample-text-block p {
    margin-top: 3px;
}

.toggle-content-wrapper {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.toggle-content-wrapper .content-left,
.toggle-content-wrapper .content-right {
    width: 50%;
}

.toggle-content-wrapper .content {
    width: 100%;
}

.toggle-content-wrapper table {
    margin-bottom: 30px;
}




/*LPA Changes*/
.recently-viewed-products .price-box .price-regular, .recently-viewed-products .price-box .old-price, .recently-viewed-products .price-box .special-price {
  display: none;
}

p{
  font-weight: 400;
}

p a{
  color: #1557c3;
  text-decoration: underline;
}

h1.main-page-title.page-header{
  color: #99621f;
  font-size: 24px;
}

h3 a{
  color: #000;
  text-decoration: underline;
}

.logo-title{
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 4px;
  width: 100% !important;
}

.main-menu{
  background: transparent;
}

.site-nav .menu-lv-1 > a{
  text-shadow: 1px 1px 3px rgba(111, 111, 111, 1);
}

.wrapper_header_02 .site-nav .menu-lv-1>a{
  padding-bottom: 13px !important;
}

.wrapper-navigation{
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("/cdn/shop/files/Bronze-shutterstock_1681180837.jpg?v=1680790446");
  background-size: cover;
}

.col-12.header-bottom-right.col-xl-4{
  display: flex;
  align-items: center;
}

.site-nav .menu-lv-1 > a{
  font-family: Cabin, sans-serif;
}

.slide-button.slide-button-1.btn{
  background-color: #5BC2E7 !important;
  letter-spacing: 1px;
  border-color: #40A0C3 !important;
}	

.__pf_hJppy842 .pf-7bc8285948c5-13_ [data-pf-type=TabHeader][data-pf-tab-active=true]{
  background-color: #D2A9A3 !important;
}

.widget-title .box-title .title{
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #000;
}

#home-blog-165574106730d96692{
  padding-top: 40px;
}

.home-instagram{
  padding-top: 0;
}

.home-instagram .widget-title .box-title+p{
  max-width: 400px;
}

.home-instagram .btn{
  background-color: #60707D;
  color: #ffffff;
  border: 1px solid #60707D;
}

.home-instagram .btn:hover{
  border: 1px solid #5BC2E7;
  color: #5BC2E7;
}

.list-blogs .article-title a{
  text-transform: uppercase;
  letter-spacing: 1px;
}

.list-blogs .blog_author{
  color: #99621F;
}

.product-title{
 text-transform: uppercase;
  letter-spacing: 1px;
}

.price-box .price-regular, .banner-button.btn{
  color: #99621F;
}

.product-item .btn{
 width: 75%;
}

.col-12.col-xl-4.header-bottom-left{
  display: none;
}

.header-panel-top .row{
  justify-content: space-evenly;
}

.wrapper_header_02 .acc-links{
  width: 100px;
}

.wrapper_header_02 .customer-links .text{
  display: inline-block !important;
  padding-left: 10px;
  vertical-align: top;
  color: #000;
}

.wrapper_header_02 .customer-links{
  margin-right: 8px !important;
}

/*.wrapper_header_02 .customer-links svg:after{
  content: "Sign In | Sign Up"
  color: #000;
}*/

.top-message .close svg{
  display: none;
}

/*[data-pf-type=TabHeader][data-pf-tab-active=true]{
  background: #f3ffb7 !important;
  color: #000 !important;
}*/

.__pf_hJppy842 .pf-7bc8285948c5-13_ [data-pf-type=TabHeader][data-pf-tab-active=true]{
  background: #ffffff !important;
  color: #000 !important;
}

.product-shop .product-title, .short-description h4{
color: #99621F;
}

.short-description h4{
  margin-bottom: 5px;
  margin-top: 25px;
}

.swatch[data-option-index="1"]{
  display: none !important;
}

.product-shop .groups-btn #product-add-to-cart, #notify-me-wrapper .btn{
  background-color: #60707D;
  border-color: #60707D;
}

.product-shop .groups-btn #product-add-to-cart:hover, #notify-me-wrapper .btn:hover{
  background-color: #BBDEF1;
  border-color: #BBDEF1;
  color: #ffffff;
}

.lpa-separator{
  border-bottom: 1px solid #000000;
  margin: 30px 10em 0 10em;
}

.next_prev-groups .next-prev-product{
  display: none;
}

#insta-feed{
  /*background-color: #AFD2E9 !important;*/
  background-color: #fff;
  margin-top: 215px !important;
  padding: 0 150px 80px 150px;
}

.contact-us-page .form-group label, #nofify_sold-out h4, .tabs__product-page .tab-links, .swatch .header{
  color: #3C3C3C;
}

.layout-breadcrumb--skin1 span, .layout-breadcrumb--skin1 a{
  color: #999;
}

.layout_style_flower .product-shop .groups-btn .icon-share svg{
  top: -10px !important;
}

#notify-me-wrapper .btn, .product-shop .groups-btn #product-add-to-cart{
  color: #fff;
}

#notify-me-wrapper .btn:hover{
  background: #fff !important;
  border-color: #3C3C3C !important;
  color: #3C3C3C !important;
}

.product-shop .groups-btn .wishlist.whislist-added, .product-shop .groups-btn .wishlist:hover{
  background: #BBDEF1;
  border-color: #BBDEF1;
}

.faqs-page .panel-title > a{
  font-size: 18px;
}

.faqs-page .panel-group .panel-body > div:before{
  display: none;
}

.faqs-page .panel-group .panel-body{
  padding-left: 50px;
}

.faqs-page .contact-link .btn{
  background: #BBDEF1;
  color: #3C3C3C;
  border-color: #BBDEF1;
}

.contact-link .text h4{
  text-align: center;
}

.faqs-page .panel-group .panel-title a{
  background: #FBF2F0;
}

.rte .current-offer{
  border: 4px solid #D2A9A3;
  margin: 40px 200px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #FBF2F0;
}

.rte .current-offer img{
  width: 250px;
}

.page-tpl .rte .current-offer p{
  width: 39%;
  display: inline-block;
  margin-bottom: 0;
  margin-left: -3px;
}

.current-offer h2{
  width: 59%;
  display: inline-block;
  padding-left: 0px;
  padding-right: 50px;
  text-align: center;
}

.current-offer a{
  color: #3C3C3C;
}

.site-footer .logo-ft img{
  max-height: 85px;
}

.lpa-free-shipping-offer-container{
  text-align: center;
  padding: 20px 50px;
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.lpa-free-shipping-offer-container h2{
    font-weight: 500;
  }

.lpa-free-shipping-offer-container b{
  color: #99621F;
}

.lpa-alert-banner{
  font-size: 16px;
}

.lpa-alert-banner img{
  transform: translatey(-1px);
  margin-right: 5px;
}

.lpa-free-shipping-offer-container p:nth-child(2){
  margin-bottom: 10px !important;
}

.footbar-fixed.footbar-fixed-product {
  display: none;
}
.page-tpl a {
  text-decoration: underline;
}
.page-tpl a:hover {
  text-decoration: none;
}

div.col-left.returning-customer p a{
    text-decoration: underline !important;
  }

/*Professional Instructional Videos Page*/

img.lpa-top-banner-img{
  width: 1400px; 
  height: 600px; 
  object-fit: cover;
  padding-bottom: 20px;
}

.lpa-instructional-video-container {
  vertical-align: top;
  margin: 0 20px 20px;
  transform: translatey(-70px);
}
.lpa-instructional-video-container h3 {
  font-weight: 500;
  text-align: center;
  padding-top: 10px;
  color: #583812;
}
.lpa-instructional-videos-background {
  margin-top: 120px;
  background: #f6e7d4;
  column-count: 2;
}
.lpa-instructional-vids-cta {
  background: url("/cdn/shop/files/orange_trees.jpg?v=1697823770");
  padding: 130px 50px;
  margin-top: 30px;
  background-size: cover;
  background-position: top left;
}
.lpa-instructional-vids-cta a {
  text-transform: uppercase;
  background: #c28e5c;
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  letter-spacing: 1px;
  border: 2px solid transparent;
  border-radius: 30px;
}
.lpa-instructional-vids-cta a:hover {
  border: 2px solid #c28e5c;
  background: transparent;
  color: #c28e5c;
}
.lpa-instructional-vids-text {
  width: 60%;
  background: rgba(255, 255, 255, 0.85);
  padding: 50px 40px 60px;
}
.lpa-instructional-vids-text h3 {
  color: #99621f;
  text-transform: uppercase;
}
/*******************/

/*Our Collections Page*/


.lpa-collections-container{
  padding: 0 40px;
}

.lpa-each-collection{
  width: 100%;              /* Make each div full width */
  box-sizing: border-box;   /* Include padding and borders in width */
  clear: both;              /* Prevent float overlap, just in case */
  margin-bottom: 20px;      /* Optional spacing between sections */
}

.lpa-collections-container .lpa-each-collection h2{
  text-align: left; 
  font-size: 30px; 
  margin: 100px 0 20px 0px;
  color: #595959;
  font-weight: 400;
}

.lpa-collections-container .lpa-each-collection h2 span{
  font-weight: 700;
  color: #895D33 !important;
}

.lpa-collections-container .lpa-each-collection h3 {
  color: #99621F;
  margin-top: 0px;
}

.lpa-collections-container .lpa-each-collection p,
p.p1,
.lpa-collections-container .lpa-each-collection p,
p.p2,
.productView-desc.halo-text-format p,
p.p1,
.productView-desc.halo-text-format p,
p.p2{
  font-size: 17px;
  line-height: 160%;
  font-weight: 400;
  margin: 10px 0px 10px;
}{
  font-size: 17px;
  line-height: 160%;
  font-weight: 400;
  margin: 10px 0px 10px;
}


.lpa-collections-container .lpa-each-collection img{
  max-width: 350px;
  width: 100%;
  margin: 40px 100px 0;
}


.lpa-collections-container .lpa-each-collection a {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 30px;
  color: #068bbe;
  letter-spacing: 1px;
  border: 3px solid #068bbe;
  background: transparent;
  margin-right: 10px;
  border-radius: 30px;
}

.lpa-collections-container .lpa-each-collection a:hover{
  border: 3px solid #068bbe;
  background: #068bbe;
  color: #fff;
}

.lpa-leaf-icon{
  max-width: 25px !important;
  margin: 0 !important;
}

.lpa-collections-container .lpa-each-collection li:before{
  display: none;
}

.lpa-collections-container .lpa-each-collection ul{
  margin-top: -15px !important;
}

.lpa-collections-divider{
    border-bottom: 2px solid #faf0e5;
    margin: 60px 100px 40px;
}

.lpa-bullet-leaf {
  list-style: none; /* Remove default bullets */
  padding-left: 0;
}

.lpa-bullet-leaf li {
  font-size: 16px;
  background: url('/cdn/shop/files/free-leaf-icon-1531-thumb.png?v=1698083269') no-repeat left center;
  background-size: 2em;
  padding-left: 3em; /* space for the image bullet */
  margin-bottom: 0.75em; /* optional spacing between items */
  overflow: hidden; /* or use clearfix method */
}

/************************************/

/*How to Videos*/

.lpa-howto-vids-container, 
.lpa-howto-vids-container-2{
  background: #fff !important;
  padding: 30px 0px 10px 30px;
  margin: 20px 0px !important;
  border: 2px solid #f6e7d4;
  border-radius: 3px;
  flex: 0 0 30%; /* 3 per row, accounting for gap */
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start; /* Equal spacing between items */
  box-sizing: border-box;
  max-width: 1170px;
}

.lpa-howto-vids-container h2,  
.lpa-howto-vids-container-2 h2{
  background: #fff;
  color: #99621f;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 0px;
  font-size: 28px;
  text-transform: uppercase;
  transform: translatey(-45px);
  margin: 25px 0px 0px 0px !important;
  margin-bottom: 0px !important;
  clear: both;
  float: none;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  box-sizing: border-box !important;  
  line-height: 0px;
}

.lpa-howto-vids-container h3, .lpa-howto-vids-container-2 h3{
  margin: 5px 0 0 15px;
  font-weight: 400;
  margin-top: -15px;
  clear: both;
  float: none;
  width: 100%;
  box-sizing: border-box;  
}

.lpa-howto-vids-container iframe, .lpa-howto-vids-container-2 iframe{
  display: inline-block;
  line-height: 0px;
  width: 32% !important;
  height: 224px;
  margin: 0px 1% 20px 0px !important;
  padding-top: 0px;
  position: relative;
  background: #4c807a !important;
}


/************************************/

/*Our Story*/
.lpa-our-story-banner{
    column-count: 2;
}

.lpa-our-story-banner div{
  height: 600px;
  border: 1px solid #F3DEC4;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 12px;
  margin-right: -30px;
}

.lpa-our-story-banner img{
  height: 630px;
  width: 100%;
  object-fit: cover;
  object-position: 0% 20%;
  padding-top: 25px;
  margin-left: -10px;
}

.lpa-our-story-banner h2{
  color: #895d33;
  padding: 7rem 100px 0;
  font-weight: 500;
  font-size: 28px;
  font-family: Cabin;
}

.lpa-our-story-banner h2 span{
  font-weight: 700;
}

.lpa-our-story-banner h3{
  padding: 0 100px;
  font-weight: 400;
  font-size: 16px;
  font-family: Cabin;
}

.lpa-about-us-section h2{
  margin-bottom: 0;
  padding: 80px 225px 0;
  font-size: 30px;
  color: #895d33;
  font-family: Cabin;
}

.lpa-about-us-section p{
  background: #fff;
  padding: 15px 300px 80px 225px;
  font-size: 21px;
  font-family: Cabin;
  line-height: 28px;
}

.lpa-highlight-reel-cta{
  display: flex;
  flex-direction: row;
  align-items: center;
  transform: translatey(-40px);
  box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
}

.lpa-highlight-reel-cta iframe{
  max-width: 600px;
  width: 100%;
  height: 400px;
}

.lpa-highlight-reel-cta div{
  padding: 0 50px;
  width: 50%;
  height: 400px;
  border: 1px solid #F3DEC4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lpa-highlight-reel-cta h3{
  color: #895d33;
  font-size: 24px;
}

.lpa-highlight-reel-cta p{
  font-size: 18px;
  margin-bottom: 0 !important;
}
/************************************/

/*Rewards*/
.lpa-rewards-page div{
  display: block;
  min-height: 250px;
  border: 1px solid #ccc;
  border-top: 3px solid #C28E5C;
  border-radius: 3px;
  margin-bottom: 30px;
  overflow: hidden;
}

.lpa-rewards-page div img{
  height: 100%;
  width: 350px;
  object-fit: cover;
  margin-right: 40px;
  float: left;
}

.lpa-rewards-page div h3{
  padding: 40px 15px 0;
  font-size: 24px;
  margin-bottom: 10px;
}

.lpa-rewards-page div p{
 padding: 0 20px 20px;
  margin-bottom: 0 !important;
}

img.lpa-reward-icon{
  max-width: 30px !important;
  margin-right: 5px !important;
}

.lpa-rewards-page li::before{
 display: none;
}
/************************************/

/*Sales & Promos*/

.lpa-bttn {
  border-radius: 30px;
  font-size: 16px;
  padding: 20px 30px 10px;
}

.lpa-limited-time-offers{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.lpa-limited-time-offers div{
  border: none !important;
  display: inline-block;
  margin: 0 10px 20px;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px;
  text-align: center;
  vertical-align: top;
  padding-bottom: 30px;
  min-height: 480px;
}

.lpa-limited-time-offers div a{
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 30px;
  color: #fff;
  letter-spacing: 1px;
  border: 2px solid transparent;
  border-radius: 30px;
  background: #C28E5C;
}

.lpa-limited-time-offers div a:hover{
  border: 2px solid #c28e5c;
  background: transparent;
  color: #c28e5c;
}

.lpa-limited-time-offers div h3{
  padding: 15px 10px 0px;
  text-align: left !important;
  font-weight: 700;
}

.lpa-limited-time-offers div p{
  text-align: left;
  padding: 0px 10px;
  font-weight: 400;
}

.lpa-limited-time-offers div img{
  height: 275px;
  object-fit: cover;
  width: 100%;
  object-position: top center;
}

.lpa-sales-and-promos-cta {
  background: url("/cdn/shop/files/pineapple_background_1.jpg?v=1698425002");
  padding: 110px 50px;
  margin-top: 30px;
  background-size: cover;
  background-position: top left;
}

.lpa-sales-and-promos-cta a {
  text-transform: uppercase;
  background: #c28e5c;
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  letter-spacing: 1px;
  border: 2px solid transparent;
}

.lpa-sales-and-promos-cta a:hover {
  border: 2px solid #c28e5c;
  background: transparent;
  color: #c28e5c;
}

.lpa-sales-and-promos-text {
  width: 50%;
  background: rgba(255, 255, 255, 0.85);
  padding: 50px 40px 60px;
}
  
.lpa-sales-and-promos-text h3 {
  color: #99621f;
  text-transform: uppercase;
}
/************************************/





/*************  LPA BLOCK 2 *******************/



/************************************/

/*Celeb Circle*/
.lpa-celeb-circle-grid{
  column-count: 4;
}

.lpa-celeb-circle-grid div{
  margin-bottom: 20px;
  display: inline-block;
}

.lpa-celeb-circle-grid div h3{
  text-align: center;
  font-weight: 500;
  color: #583812;
  background: #f3dec4;
  margin: -20px 25px 10px;
  padding: 20px 15px;
  z-index: 3;
  position: relative;
  line-height: 1.2;
}

.lpa-celeb-circle-grid div em{
  font-family: 'Playfair Display';
  font-size: 19px;
  font-weight: 400;
}

.lpa-celeb-circle-clips{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
}

.lpa-celeb-circle-clips iframe{
  max-width: 600px;
  width: 100%;
  height: 400px;
}

.lpa-celeb-circle-clips div{
  padding: 0 70px;
  width: 50%;
  height: 400px;
  border: 1px solid #F3DEC4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lpa-celeb-circle-clips div p{
  font-size: 18px;
  margin-bottom: 0 !important;
}

.lpa-celeb-circle-clips div h3{
  color: #895D33;
  font-size: 24px;
}

/************************************/

/*Blog Page*/

.main-blog-block.blog-layout-default{
  border-top: 1px solid #99621f;
  background: #fdf9f5;
  padding-top: 20px;
}

.main-blog-block.blog-layout-default .breadcrumb.breadcrumb-left {
  padding-top: 20px;
}

.halo-blog-content.halo-grid-content .blog-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* Equal spacing between items */
  max-width: 1170px !important;
}

.halo-blog-content.halo-grid-content .blog-row.blog-block-item.column-3 .item{
  display: inline-block !important;
  overflow: hidden !important;
  position: relative !important;
  border: 1px solid #f3dec5;
  flex: 0 0 calc(31%); /* 3 per row, accounting for gap */
  box-sizing: border-box;
  padding: 0px;
  margin-bottom: 40px;
}

.halo-blog-content.halo-grid-content .blog-row.blog-block-item.column-3 .article-label{
  display: none;
}

.halo-blog-content.halo-grid-content .blog-row.blog-block-item.column-3 .item  article.article-item{
  display: inline-block !important;
  overflow: hidden !important;
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  padding-bottom: 20px;
  margin-bottom: 0px;
}

.halo-blog-content.halo-grid-content .blog-row.blog-block-item.column-3 .item article.article-item .blog-image.img-box,
.halo-blog-content.halo-grid-content .blog-row.blog-block-item.column-3 .item article.article-item .img-box.image {
  width: 100%;
  max-width: 100%;
  display: block;
  overflow: hidden !important;
  position: relative !important;
  margin-bottom: 30px;
}

.halo-blog-content.halo-grid-content .blog-row.blog-block-item.column-3 .blog-content.text-left {
  width: 100% !important;
  margin: 0px;
  padding: 0px 30px !important;
}

.halo-blog-content.halo-grid-content .blog-row.blog-block-item.column-3 .blog-content.text-left h3.blog-title a{
  text-decoration: none;
  color: #99621f;
}

/************************************/

                  
/*************  LPA BLOCK 3 *******************/


/*Our Ingredients*/
.lpa-our-ingredients-grid{
  column-count: 4;
}

.lpa-our-ingredients-grid div{
  display: inline-block;
  margin-bottom: 20px;
  border: 1px solid #eee;
  padding: 10px 10px 20px;
  height: 750px;
  width: 100%;
}

.lpa-our-ingredients-grid div img{
  height: 260px;
  object-fit: cover;
  width: 100%;
}

.lpa-our-ingredients-grid div p{
  margin-bottom: 20px !important;
  font-family: Cabin;
  font-size: 17px;
}
.rte p{
  font-size: 17px;
  line-height: 170%;
}

.lpa-our-ingredients-grid div h4{
  color: #C28E5C !important;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
}

.lpa-our-ingredients-grid div h3{
  margin-bottom: 20px;
  padding-top: 10px;
  font-weight: 500;
}

/************************************/

/*Press Page*/
.lpa-press-page-grid{
  column-count: 2;
  padding: 0 75px;
}

.lpa-press-page-grid img{
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/************************************/

/* Vitiligo Vanquish*/

.lpa-VV-meet-jackie-banner{
  column-count: 3;
  margin-bottom: 60px;
}

.lpa-VV-meet-jackie-banner a{
  display: block;
  background: #c28e5c;
  text-decoration: none;
  padding: 10px 25px;
  color: #fff;
  letter-spacing: 1px;
  border: 2px solid transparent;
  margin-bottom: 15px;
  text-align: center;
}

.lpa-VV-meet-jackie-banner a:hover {
  border: 2px solid #c28e5c;
  background: transparent;
  color: #c28e5c;
}

.lpa-VV-meet-jackie-banner h2{
  color: #583812;
  font-size: 28px;
  padding-top: 6rem;
  margin-top: 8rem;
  font-weight: 500;
}

.lpa-VV-meet-jackie-banner p{
  
}

.lpa-accent-background{
  display: inline-block;
  padding: 2rem;
  margin-left: -80px;
  border: 1px solid #F3DEC4;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 12px;
}

.lpa-VV-meet-jackie-banner img:nth-child(1){
  height: 500px;
  object-fit: cover;
}

.lpa-VV-meet-jackie-banner img:nth-child(2){
  height: 400px;
  object-fit: cover;
  margin-top: 30px;
}

.lpa-VV-page h2{
  color: #583812;
}

.lpa-VV-page h2 span{
  font-style: italic;
  color: #b47a43;
}

.lpa-shop-VV, .lpa-shop-VV-2{
  column-count: 2;
}

.lpa-shop-VV-2 a{
  text-transform: uppercase;
  background: #c28e5c;
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  letter-spacing: 1px;
  border: 2px solid transparent;
}

.lpa-shop-VV-2 a:hover{
  border: 2px solid #c28e5c;
  background: transparent;
  color: #c28e5c;
}

.lpa-shop-VV-2 div{
  padding: 0 60px;
}

.lpa-shop-VV div{
  padding: 50px 0 0;
}

.lpa-shop-VV div h3, .lpa-shop-VV-2 div h3{
  font-size: 26px;
  color: #583812;
  font-weight: 600;
}

.lpa-shop-VV-2 div{
  height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}


.contact-us-page .form-group {
    margin-bottom: 20px
}

.contact-us-page .form-group label {
    font-weight: 500;
    margin-bottom: 9px
}

.contact-us-page .form-group textarea {
    max-width: 620px
}

.contact-us-page .btn,
.contact-us-page .product-shop .shopify-payment-button button.shopify-payment-button__button,
.product-shop .shopify-payment-button .contact-us-page button.shopify-payment-button__button,
.contact-us-page .product-shop .groups-btn .wishlist,
.product-shop .groups-btn .contact-us-page .wishlist,
.contact-us-page .tabs__product-page .spr-container .spr-summary-actions-newreview,
.tabs__product-page .spr-container .contact-us-page .spr-summary-actions-newreview,
.contact-us-page .addresses-page .btn-edit-delete a,
.addresses-page .btn-edit-delete .contact-us-page a {
    min-width: 205px;
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1);
    margin-top: 5px
}

.contact-us-page .btn:hover,
.contact-us-page .product-shop .shopify-payment-button button.shopify-payment-button__button:hover,
.product-shop .shopify-payment-button .contact-us-page button.shopify-payment-button__button:hover,
.contact-us-page .product-shop .groups-btn .wishlist:hover,
.product-shop .groups-btn .contact-us-page .wishlist:hover,
.contact-us-page .tabs__product-page .spr-container .spr-summary-actions-newreview:hover,
.tabs__product-page .spr-container .contact-us-page .spr-summary-actions-newreview:hover,
.contact-us-page .addresses-page .btn-edit-delete a:hover,
.addresses-page .btn-edit-delete .contact-us-page a:hover {
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--border_2)
}

.contact-us-page .line {
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: var(--page_title_color)
}

.contact-us-page .des {
    margin-bottom: 27px
}

.contact-us-page .page-header {
    margin-bottom: 24px
}

.contact-us-page .page-header h2,
.contact-us-page .page-header h1 {
    margin-bottom: 17px
}

.contact-us-page .location {
    line-height: var(--font_size_plus12)
}

.contact-us-page .location h4 {
    font-size: var(--font_size_plus2);
    line-height: var(--font_size_plus10);
    color: var(--page_title_color);
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: 22px
}

.contact-us-page .location p {
    margin-bottom: 24px
}

.contact-us-page .location p:last-of-type {
    margin-bottom: 28px
}

.contact-us-page .location a {
    color: var(--body_color)
}

.contact-us-page .location a:hover {
    color: var(--link_color)
}

.contact-us-page .location strong {
    font-weight: normal
}

.contact-us-page .location .open-hours {
    border-top: 1px solid var(--border_bt_sidebar);
    padding-top: 28px
}

.contact-us-page .form-contact {
    margin-bottom: 50px
}

.contact-us-page .note.form-success {
    margin-bottom: 30px
}


/*************  END LPA BLOCK 2 *******************/






@media (max-width: 1024px) {
    .description-sample-container img {
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media (max-width: 767px) {
    .toggle-content-wrapper {
        flex-direction: column;
    }

    .toggle-content-wrapper .content-left,
    .toggle-content-wrapper .content-right {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .tab-des {
        margin-top: 0;
    }

    .sample-lists {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin-top: 30px;
        gap: 0;
    }

    .sample-lists .item {
        width: 100%;
    }

    .description-sample-container .slick-arrow.slick-prev {
        left: 15px;
    }

    .description-sample-container .slick-arrow.slick-next {
        right: 15px;
    }

    .productView-tab .halo-text-format blockquote p {
        padding: 15px 20px;
    }
}

@media (min-width: 1025px) {
    .description-sample-container .img-box:hover .hover-icon-container {
        opacity: 1;
    }
}