/** Shopify CDN: Minification failed

Line 2824:52 Expected ")" to end URL token

**/
@import url('https://pro.fontawesome.com/releases/v5.15.0/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

*, :before, :after{
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	box-sizing:border-box;
} 

:root{
    --primary-color:#131313;
    --white:#ffffff;
    --body-bg:#EEE4DB;
    --bg-gray:#F5F3EF; 
    --black:#000000;
    --theme-orange:#8B5E3C;
    --heading-color:#434D10;
    --primary-font:"Montserrat", sans-serif;
    --secondary-font:"Montserrat", sans-serif;
    --page-width:1170px;
    --custom-page-width:1600px;
    --grid-desktop-horizontal-spacing: 30px;
    --grid-desktop-vertical-spacing: 30px;
    --grid-mobile-horizontal-spacing: 16px;
    --grid-mobile-vertical-spacing: 24px;
}

body{
    padding:0;
    margin:0;
    font-size:16px;
    line-height:1.5 !important;
    font-weight:normal !important;
    color:var(--primary-color);
    font-family: var(--primary-font) !important;
    letter-spacing: normal;
    background-color:var(--body-bg) !important;
}

h1,h2,h3,h4,h5,h6,
.h0, .h1,.h2,.h3,.h4,.h5,.h6{
  padding:0;
  margin-top:0;
  margin-bottom:0;
  line-height: 1.2;
  color:var(--heading-color);
  font-family: var(--secondary-font);
  text-transform:inherit;
  letter-spacing: normal;
  font-weight:normal;
}

p{
    margin:0 0 20px 0;
    font-size:inherit;
    color:inherit;
    line-height:inherit;
}
p:last-child{
	margin-bottom:0;
}
p:empty, div:empty{
    display:none;
}
ul, ol{
	margin:0;
    padding:0;
    list-style:none;
}
    
img{
	display:block;
  	max-width:100%;
}
    
video, iframe{
  display:block;
  width:100%;
  border:0;
}
a{
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a,
a:hover,
a:focus{
	text-decoration:none;
}
:focus{
    outline:none !important;
}  
table{
    width:100%;
}
.btn:not(button, .site-header__cart), .button{
    padding: 12px 30px;
    background: var(--theme-orange);
    font-size: 15px;
    color: var(--white);
    font-weight: 400;
    font-family: var(--primary-font);
    border: 1px solid var(--theme-orange);
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align:center;
    min-height: 50px;
    border-radius:0;
    min-width:157px;
    cursor:pointer;
    position:relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn:not(button, .site-header__cart):hover, .button:hover{
    background: var(--white);
    color: var(--theme-orange) !important;
}
.btn:not(button, .site-header__cart):before,
.btn:not(button, .site-header__cart):after,
.button:before, .button:after{
    display:none;
}
.btn:not(button, .site-header__cart) svg, .button svg{
    width:22px;
    height:8px;
    margin-left:9px;
}

form .field:before, form .field:after{
    display:none;
}

textarea, textarea.text-area{
    display:block;
    font-family: var(--primary-font);
    height: 150px;
    width:100%;
    border: 1px solid #ddd;
    background: var(--white);
    padding: 10px 20px;
    margin:0;
    font-size: 16px;
    color:var(--primary-color);
    font-weight:normal;
    letter-spacing: normal;
    box-shadow: none !important;
    border-radius:0 !important;
    resize:none;
}

input[type="text"], 
input[type="password"], 
input[type="url"], 
input[type="tel"], 
input[type="search"], 
input[type="number"], 
input[type="datetime"], 
input[type="email"], 
input[type="date"], select{
    display:block;
    font-family: var(--primary-font);
    height: 44px;
    width:100%;
    border: 1px solid #ddd;
    background: var(--white);
    padding: 10px 20px;
    margin:0 !important;
    font-size: 16px;
    font-weight:normal;
    letter-spacing: normal;
    color:var(--primary-color);
    box-shadow: none !important;
    border-radius:0 !important;
}
select{
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 1L8 8L1 1' stroke='%232C2C2C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat !important;
    background-size: 10px !important;
    background-position: center right 1.5rem !important;
    padding-right:3.5rem !important;
}

.mobile{
    display:none !important;
}
@media only screen and (max-width:767px){
    .mobile{
        display:block !important;
    }
    .desktop{
        display:none !important;
    }
}

.page-width{
    max-width:var(--page-width);
    margin-left:auto;
    margin-right:auto;
    padding-left:15px !important;
    padding-right:15px !important;
}

@media (max-width:1199px){
    .page-width, .page-width-desktop{
      max-width:960px;
    }
}
@media (max-width:991px){
    .page-width, .page-width-desktop{
      max-width:100%;
    }
}

/* slick arrow */
.slick-slider{
    position:relative;
}
.slick-slider .slick-track{
    margin-left:0;
    margin-right:0;
}
.slick-slider .slick-arrow{
    padding:0;
    width:60px;
    height:60px;
    background-color:transparent;
    border:1px solid transparent;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:0;
    color:#434D10;
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    z-index:2;
    transition:all 0.3s;
    cursor:pointer;
}
.slick-slider .slick-arrow:before{
    display:none !important;
}
.slick-slider .slick-prev{
    left:0;
    right:auto;
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='12' viewBox='0 0 23 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.325139 5.46967C0.0322455 5.76256 0.0322455 6.23744 0.325139 6.53033L5.09811 11.3033C5.391 11.5962 5.86588 11.5962 6.15877 11.3033C6.45166 11.0104 6.45166 10.5355 6.15877 10.2426L1.91613 6L6.15877 1.75736C6.45166 1.46447 6.45166 0.989593 6.15877 0.696699C5.86588 0.403806 5.391 0.403806 5.09811 0.696699L0.325139 5.46967ZM0.855469 6.75H22.7126V5.25H0.855469V6.75Z' fill='%23434D10'/%3E%3C/svg%3E%0A") !important;
}
.slick-slider .slick-next{
    left:auto;
    right:0;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='12' viewBox='0 0 24 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.8155 6.53033C23.1084 6.23744 23.1084 5.76256 22.8155 5.46967L18.0425 0.696699C17.7496 0.403805 17.2747 0.403805 16.9819 0.696699C16.689 0.989592 16.689 1.46447 16.9819 1.75736L21.2245 6L16.9819 10.2426C16.689 10.5355 16.689 11.0104 16.9819 11.3033C17.2747 11.5962 17.7496 11.5962 18.0425 11.3033L22.8155 6.53033ZM22.2852 5.25L0.428013 5.25L0.428013 6.75L22.2852 6.75L22.2852 5.25Z' fill='%23434D10'/%3E%3C/svg%3E%0A") !important;
}
.slick-slider .slick-prev, .slick-slider .slick-next{
    background-size:36px !important;
    background-position:center !important;
    background-repeat:no-repeat !important;    
}
.slick-next.slick-arrow:hover{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='12' viewBox='0 0 24 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.8155 6.53033C23.1084 6.23744 23.1084 5.76256 22.8155 5.46967L18.0425 0.696699C17.7496 0.403805 17.2747 0.403805 16.9819 0.696699C16.689 0.989592 16.689 1.46447 16.9819 1.75736L21.2245 6L16.9819 10.2426C16.689 10.5355 16.689 11.0104 16.9819 11.3033C17.2747 11.5962 17.7496 11.5962 18.0425 11.3033L22.8155 6.53033ZM22.2852 5.25L0.428013 5.25L0.428013 6.75L22.2852 6.75L22.2852 5.25Z' fill='%23BE7333'/%3E%3C/svg%3E%0A") !important;    
}
.slick-prev.slick-arrow:hover{
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='12' viewBox='0 0 23 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.325139 5.46967C0.0322455 5.76256 0.0322455 6.23744 0.325139 6.53033L5.09811 11.3033C5.391 11.5962 5.86588 11.5962 6.15877 11.3033C6.45166 11.0104 6.45166 10.5355 6.15877 10.2426L1.91613 6L6.15877 1.75736C6.45166 1.46447 6.45166 0.989593 6.15877 0.696699C5.86588 0.403806 5.391 0.403806 5.09811 0.696699L0.325139 5.46967ZM0.855469 6.75H22.7126V5.25H0.855469V6.75Z' fill='%23BE7333'/%3E%3C/svg%3E%0A") !important;
}
.slick-slider .slick-list{
    margin-left:-10px;
    margin-right:-10px;
}
.slick-slider .slick-slide{
    padding-left:10px;
    padding-right:10px;
}
.slick-arrow.slick-disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.slick-dotted .slick-dots{
    margin-top:20px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    position:static;
}
.slick-dotted .slick-dots li{
    display:inline-block;
    margin:3px;
    width:auto;
    height:auto;
}
.slick-dotted .slick-dots li button{
    display:block;
    width:8px;
    height:8px;
    border:0;
    padding:0;
    background:#c5c5c5;
    border-radius:50%;
    font-size:0;
    transition:all 0.3s;
    cursor:pointer;
}
.slick-dotted .slick-dots .slick-active button{
    width:24px;
    border-radius:20px;
    background:var(--theme-orange);
}
.slick-dotted .slick-dots li button:before{
    display:none;
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
/* end slick arrow */

.field:before,
.field:after {
  display: none;
}
.field .field__label,
.customer .field label {
  display: none;
}
::placeholder {
    color: #A6A6A6;
    opacity: 1 !important;
}
::-ms-input-placeholder {
    color: #A6A6A6;
}
.field .field__input {
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--white);
    border-radius: 0;
    margin: 0;
    font-weight:normal;
}
.customer .field input:not([type="radio"], [type="checkbox"], [type="file"]) {
  padding: 10px 20px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--white);
  margin: 0 !important;
  height: 50px;
}
.select .svg-wrapper, .customer select+.svg-wrapper {
    display: none !important;
}
.common-gap{
    padding-top:90px;
    padding-bottom:90px;
}

.cst-slide-arrow{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    column-gap:14px;
}
.cst-slide-arrow .slideArrow{
    width:60px;
    height:60px;
    background:none;
    border-radius:50%;
    flex-shrink:0;
    color:#434D10;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0;
    border:1px solid #434D10;
    transition:all 0.3s;
    cursor:pointer;
}
.slideArrow svg{
    width:22px;
    height:12px;
}
.cst-slide-arrow .slideArrow:hover{
    border-color:#BE7333;
    color:#BE7333;
}
.slideborder {
    -ms-flex: 1;
    flex: 1;
    border-top: 1px solid #D9CFC5;
    font-size: 0;
    position:relative;
}

.pt-0{
    padding-top:0 !important;
}
.pb-0{
    padding-bottom:0 !important;
}
.no-space{
    padding-top:0 !important;
    padding-bottom:0 !important;
}

/* end common css */

/* Start Header */
@media only screen and (min-width:1280px){
    .announcement-bar .page-width, .header-wrapper .page-width{
        max-width:var(--custom-page-width);
        padding-left:50px !important;
        padding-right:50px !important;
    }
}
.announcement-bar .announcement {
    padding: 0;
}
.announcement .announcement__text{
    font-size:14px;
}
.announcement .announcement__text p{
    font-size:inherit;
}
.frosted-header-glass:before {
    border: 0!important;
    background: rgba(238,228,219,1) !important;
}
body:not(.template-index) .header-wrapper{
    border-bottom:1px solid #ADADAD;
}
.header-wrapper {
    position: relative;
    border: 0;
    color: var(--primary-color);
}
header.header {
    padding-top: 9px;
    padding-bottom: 9px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 15px;
}
.header .header__heading {
    max-width: 200px;
    width: 100%;
    padding: 0;
    margin:0;
}
.header__heading .header__heading-link {
    padding: 0;
    margin: 0;
    display: block;
}
.header__heading .header__heading-logo {
    width: 100%;
}
.header .header__inline-menu {
    margin-left: auto;
    margin-right: auto;
    -ms-flex: 1;
    flex: 1;
}
.header .header__inline-menu>.list-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.header .header__inline-menu>.list-menu>li{
    display:inline-block;
    padding:0 15px;
}
.header .header__inline-menu>.list-menu>li>.list-menu__item,
.header .header__inline-menu>.list-menu>li summary.list-menu__item{
    padding:8px 0;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
    color:currentColor;
    line-height:1.2;
    text-decoration:none;
    font-family:var(--primary-font);
    font-weight:normal;
    letter-spacing:0.04em;
}
.header .header__inline-menu>.list-menu>li>.list-menu__item:after,
.header .header__inline-menu>.list-menu>li summary.list-menu__item:after{
    content:"";
    margin:0;
    height:2px;
    width:0;
    transition:all 0.3s;
    background:var(--theme-orange);
    position:absolute;
    left:0;
    bottom:0;
    right:auto;
    opacity:0;
    visibility:hidden;
    border:0
}
.header .header__inline-menu>.list-menu>li>.header__active-menu-item:after,
.header .header__inline-menu>.list-menu>li summary.header__active-menu-item:after{
    opacity:1;
    width:75%;
    visibility:visible;
}
.header__inline-menu .header__menu-item span{
    padding:0;
}
.header__inline-menu .header__menu-item span a{
    color:inherit !important;
}
.header__menu-item span{
    text-decoration:none !important;
    color: currentColor;
}
.list-menu__item.header__active-menu-item{
    color:var(--theme-orange) !important;
}
.header summary.list-menu__item {
    padding-right: 2rem !important;
}
.header summary.header__menu-item .icon-arrow{
    position:absolute;
    right:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    will-change:transform;
    transition:all 0.3s;
}
.header details[open]>.header__menu-item .icon-arrow{
    -webkit-transform:translateY(-50%) rotateX(-180deg);
    transform:translateY(-50%) rotateX(-180deg);
}
header .header__icons {
    padding: 0;
    align-items: center;
    margin-left: auto;
}
.header__icons localization-form {
    margin-left: 10px !important;
}
.js .header__icons.header__icons--localization .localization-form__select {
    padding:0;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.js .header__icons.header__icons--localization .localization-form__select .img-icon-flag{
    width:40px;
    height:40px;
    background:var(--white);
    border:5px solid var(--white);
    border-radius:50%;
    flex-shrink:0;
}
.js .header__icons.header__icons--localization .localization-form__select .img-icon-flag img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.localization-list__header .localization-list__search input {
    padding: 7px 50px 7px 20px;
    height: 44px;
}
.header .header__icons>* {
    margin: 0 15px 0 0;
}
.header .header__icons>*:last-child{
    margin-right:0;
}
.search__input.field__input {
    padding-right: 7.375rem;
}
header .search-form__input-wrapper{
    min-width:clamp(200px,20vw, 293px);
}
header .search-form__input-wrapper .search__input {
    padding: 5px 50px 5px 0;
    background: none;
    border: 0;
    border-bottom: 1px solid #ADADAD;
    height: 36px;
    min-height:auto;
    color:var(--primary-color);
    letter-spacing: 0.04em;
}
header .search-form__input-wrapper .search__input::placeholder {
    color:var(--primary-color);
    font-weight:normal;
}
header .search-form__input-wrapper .search__input::-ms-input-placeholder {
      color:var(--primary-color);
    font-weight:normal;
}
header .search-form__input-wrapper .field__button {
    width: 36px;
    height: 36px;
    position:absolute;
    top:0;
    right: 0;
    padding:0;
    transform:none;
    text-align:center;
    line-height:36px;
}
header .search-form__input-wrapper .modal__close-button.link{
    height:36px;
    font-size:12px;
}
.header__icons .header__search [open] .search__input {
    padding-right: 7.375rem;
}
.predictive-search.predictive-search--header{
    background-color:var(--body-bg);
    box-shadow:0px 3px 4px rgba(0,0,0,0.14);
    height: calc(100vh - var(--header-height));
}
.predictive-search .predictive-search__load-results {
    background: var(--white);
}
.predictive-search__view-all{
    font-weight:500 !important;
}
.predictive-search__view-all svg {
    width: 16px;
    height: 16px;
}
.header__icon--cart .cart-count-bubble {
    width: 16px;
    height: 16px;
    padding: 0;
    background: var(--theme-orange);
    border-radius: 50%;
    min-width: auto;
    right: 5px;
    top: 5px;
}
.header__icon--cart .cart-count-bubble span {
    font-weight: 400;
    font-size: 12px;
}
header .header__icons .mblsrch {
    display: none !important;
}
/* End header */

/* Start banner */
.index-banner{
    overflow:hidden;
}
.indexMain-bnr-content{
    display:block !important;
    position:relative;
    overflow:hidden;
    width:100% !important;
}
.indexMain-bnr-content .image-wrap {
    position: relative;
}
.indexMain-bnr-content .image-wrap:after{
    content:"";
    background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.9) 29.23%, rgba(0, 0, 0, 0) 119.55%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 29.23%, rgba(0, 0, 0, 0) 119.55%);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    pointer-events:none;
    opacity:0.75;
}
.indexMain-bnr-content .image-wrap img {
    width: 100%;
}
.homebnr--container{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
.indexMain-bnr-content .content-box {
    max-width: 733px;
    width: 100%;
    font-size: 24px;
    color: var(--white);
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.indexMain-bnr-content .content-box>*:not(:last-child) {
    margin-bottom: 10px;
}
.indexMain-bnr-content .content-box h2{
    font-size:64px;
    font-weight:300;
    color:var(--white);
    text-transform:capitalize;
    line-height:1.1;
}
.indexMain-bnr-content .content-box h2 strong{
    display:block;
    color:#FBFFDB;
    font-weight:bold;
}
.indexMain-bnr-content .content-box .btnwrap{
    margin-top:24px;
}
.index-slider {
    position: relative;
}
@media only screen and (min-width:768px){
  .hm--banner--slider .slick-dots {
      margin: 0;
      width: 10px;
      position: absolute;
      top: 0;
      left: clamp(30px,4vw,50px);
      bottom: 0;
      align-content: center;
      pointer-events:none;
  }
  .hm--banner--slider .slick-dots li {
      width: 100%;
      pointer-events:all;
  }
  .hm--banner--slider .slick-dots li button{
      background:rgba(255,255,255,0.4);
  }
  .hm--banner--slider .slick-dots .slick-active button{
      width:8px;
      height:24px;
      background-color:var(--white);
  }  
}
.abslt-scroll {
    position: absolute;
    top: 40%;
    right: 40px;
    color: var(--white) !important;
    z-index: 2;
    writing-mode: vertical-rl;
    transform: translateY(-50%);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    cursor: pointer;
    padding: 3px;
    -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
}

@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
/* End banner */

/* Start Footer */
@media only screen and (min-width:1280px){
    footer .page-width, .subfooter-section .page-width{
        max-width:var(--custom-page-width);
        padding-left:50px !important;
        padding-right:50px !important;
    }
}
footer.site-footer{
    background:var(--theme-orange);
    padding:0;
    color:var(--white);
}
.site-footer .site-footer__top{
    padding:0;
}
.site-footer__top .site-footer__content {
    display: flex;
    flex-wrap: wrap;
    align-items: inherit;
    gap: 0;
}
.site-footer__content .site-footer__item {
    display:block;
    flex: inherit !important;
    padding: 97px 57px 57px 114px;
    max-width: 33.33%;
    width: 100%;
}
.site-footer__content .site-footer__item:nth-child(1), .site-footer__content .site-footer__item:nth-child(2){
    max-width:calc((100% - 33.33% * 2) / 2);
    padding-left:0;
    padding-right:28px;
}
.site-footer__content .site-footer__item:last-child{
    padding-right:0;
}
.site-footer__content .site-footer__item:not(:first-child):not(:last-child){
    border-right:1px solid rgba(223, 223, 223, 0.2);
}
footer.site-footer .h4{
    font-size:20px;
    font-weight:600;
    letter-spacing:0.03em;
    margin-bottom:20px;
    padding-bottom:10px;
    color:currentcolor;
    text-transform:capitalize;
    position:relative;
}
footer.site-footer .h4:after{
    display:inline-block;
    content:"";
    height:1px;
    width:49px;
    position:absolute;
    left:0;
    bottom:0;
    background:var(--white);
}
footer.site-footer p, footer.site-footer p a{
    font-size:inherit;
    font-weight:normal;
    line-height: 1.2;
}
.site-footer .site-footer__linklist-item {
    padding-bottom: 14px;
    line-height: 1.2;
}
.site-footer .site-footer__linklist-item:last-child{
    padding-bottom:0;
}
.site-footer .site-footer__linklist-item a {
    color: currentcolor;
    font-size: 16px;
    font-family: var(--primary-font);
    text-transform: inherit;
    font-weight: normal;
    white-space: inherit;
}
.footer-logos {
    display: flex;
    flex-direction: column;
    margin-top: -15px;
    max-width:207px;
}
.footer-logos .logo-image img {
    max-width: 200px;
    margin: 0 auto;
}
.footer-logos>*:not(:last-child){
    margin-bottom:10px;
}
.footer__payment .list-payment {
    justify-content: center;
}
.site-footer__item-inner.site-footer__item-inner--newsletter {
    text-align: left !important;
}
.site-footer__item-inner--newsletter .footer-newsletter p {
    margin-bottom: 10px;
    padding-bottom:0;
}
.footer-newsletter .h4 {
    text-transform: uppercase !important;
}
.footer-newsletter .field-wrapper {
    margin: 0;
    position:relative;
}
.footer-newsletter .field-wrapper label {
    display: block;
    width: 21px;
    position: absolute;
    right: 0;
    top: 50%;
    height: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer-newsletter .field-wrapper label svg{
    display:block;
    width:21px;
    height:17px;
}
.footer-newsletter .input-group--error .field-wrapper label {
    display: none;
}
.footer-newsletter .field-wrapper input{
    height:45px;
    padding:10px 40px 10px 0;
    background:none;
    border:0;
    border-bottom:1px solid #ADADAD;
    color:var(--white);
    font-size:14px;
}
.footer-newsletter .field-wrapper input::placeholder {
    color: #fff !important;
    text-transform:inherit;
    font-weight:normal;
}
.footer-newsletter .field-wrapper input::-ms-input-placeholder {
    color: #fff !important;
    text-transform:inherit;
    font-weight:normal;
}
.footer-newsletter .newsletter-form-info .btn {
    margin-top: 20px;
    padding: 12px 30px;
    font-size: 15px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 156px;
    line-height: 1.2;
    font-family: var(--primary-font);
    background: var(--white);
    color: var(--theme-orange);
    border:1px solid transparent;
    -webkit-transition: all 0.3s;
      transition: all 0.3s;
}
.footer-newsletter .newsletter-form-info .btn:after{
    display:none;
}
.footer-newsletter .newsletter-form-info .btn:hover{
    background:#91531e;
    border-color:var(--white);
    color:var(--white);
}
.footer-newsletter .field-wrapper__icon-error{
    right:0;
}
.footer-newsletter .field-wrapper__icon-error svg{
    fill:var(--white);
}
.footer-newsletter .input-group__actions .input-error-message {
    color: var(--white);
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}
.newsletter-message-box {
    margin-top: 20px;
    background: #fbffdb;
    padding: 10px;
    border: 1px solid var(--primary-color);
}
.footer-newsletter .newsletter-message-box h4{
    font-size: 20px;
    margin-bottom: 3px;
    font-weight: 500;
    color:var(--theme-orange);
}
.footer-newsletter .form-message--success {
    color: var(--primary-color);
    line-height: 1.2;
    font-size:14px;
}
.subfooter-section{
    background:var(--theme-orange);
}
.subfooter-section .site-footer__bottom{
    display:block;
    border-top:1px solid rgba(223, 223, 223, 0.2);
    background:none;
    padding:19px 0 30px 0;
}
.site-footer__bottom .site-footer__bottom-left {
    padding: 0;
    text-align:center;
}
.subfooter-section .site-footer__copyright p{
    font-size:14px;
    color:var(--white);
    font-family:var(--secondary-font);
}
/* End Footer */

.index__icontext{
    padding:100px 0 54px 0;
    overflow:hidden;
}
.indexicon__textMain{
    padding-top:0 !important;
    padding-bottom:0 !important;
}
.indexicon__textMain .multicolumn-section {
    padding: 0;
    background: none;
}
.indexicon__textMain .multicolumn__list{
    display:grid;
    grid-gap:0;
}
.indexicon__textMain .multicolumn__list li{
    padding:0 40px 57px 40px;
    position:relative;
}
.indexicon__textMain .multicolumn__list li:first-child{
    padding-left:0;
}
.indexicon__textMain .multicolumn__list li:last-child{
    padding-right:0;
}
.indexicon__textMain .multicolumn__list li:not(:last-child):after{
    content:"";
    width:1px;
    height:268px;
    background-image: url("data:image/svg+xml,%3Csvg width='1' height='268' viewBox='0 0 1 268' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='0.5' x2='0.499988' y2='267.5' stroke='url(%23paint0_linear_329_190)' stroke-opacity='0.61' stroke-linecap='round' stroke-dasharray='5 11'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_329_190' x1='-0.5' y1='-2.18561e-08' x2='-0.500012' y2='268' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23BE7333' stop-opacity='0'/%3E%3Cstop offset='0.468061' stop-color='%23BE7333'/%3E%3Cstop offset='1' stop-color='%23BE7333' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size:1px;
    background-repeat:repeat-y;
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
    pointer-events:none;
}
.indexicon__textMain .multicolumn__item{
    gap:0;
    padding:0;
}
.indexicon__textMain .multicolumn__item .multicolumn__img{
    width:116px;
    height:116px;
    background:var(--white);
    box-shadow: 0px 2.81px 10.53px 0px #F0F0F0;
    border-radius:50%;
    padding:10px;
    margin:0 auto;
}
.indexicon__textMain .multicolumn__item .multicolumn__img .image-wrapper {
    width: 100%;
    height: 100%;
    background: #367325 !important;
    border: 10px solid var(--white);
    border-radius: 50%;
    box-shadow: 0px 8.42px 45.63px 5.62px rgba(27, 89, 161, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.indexicon__textMain .multicolumn__item .multicolumn__img .image-wrapper img{
    max-width:53px;
    max-height:38px;
    width:auto;
    height:auto;
    margin:auto;
    object-fit:contain;
}
.indexicon__textMain .multicolumn__item .multicolumn__text{
    padding-top:20px;
}
.indexicon__textMain .multicolumn__item .multicolumn__text h4{
    font-size:20px;
    font-weight:bold;
    margin-bottom:15px;
    color:var(--heading-color);
}
.indexicon__textMain .multicolumn__item .multicolumn__text .rte{
    font-size:inherit;
    font-weight:normal;
    color:var(--primary-color);
}
.indexicon__textMain .multicolumn__item .multicolumn__text .rte p{
    font-weight:inherit;
    color:currentcolor;
}
.quotes-section{
    padding:140px 0 !important;
    background:url('quotes-bg.jpg') no-repeat center !important;
    background-size:cover !important;
}
.section__title{
    position:relative;
    margin-bottom:40px;
}
.section__title>*:not(:last-child){
    margin-bottom:20px;
}
.section__title .common--heading{
    color:var(--heading-color);
}
.common--heading{
    padding-bottom:17px;
    font-size:40px;
    font-weight:500;
    text-transform:capitalize;
    background-image: url("data:image/svg+xml,%3Csvg width='159' height='2' viewBox='0 0 159 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1H114.5' stroke='%23BE7333' stroke-width='1.5'/%3E%3Cpath d='M123 1H159' stroke='%23BE7333' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-repeat:no-repeat;
    background-position:left bottom;
    background-size:159px;
}
.section__title.center .common--heading{
    background-position:center bottom;
}
.section__title.color-white .common--heading{
    background-image: url("data:image/svg+xml,%3Csvg width='159' height='2' viewBox='0 0 159 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1H114.5' stroke='%23ffffff' stroke-width='1.5'/%3E%3Cpath d='M123 1H159' stroke='%23ffffff' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.color-white, 
.color-white h2, 
.color-white h1, 
.color-white h3, 
.color-white h4, 
.color-white h5, 
.color-white h6{
    color:var(--white) !important;
}
.quotes-wrapper .slick-slider{
    padding:0 60px;
}
.quotes-section .quotes-wrapper {
    padding-bottom: 30px;
}
.quotes-wrapper .quotes-slider__text{
    max-width:750px;
    width:100%;
    margin:0 auto;
    padding:0;
    font-size:inherit;
}
.quotes-slider__text .quote-icon {
    width: 64px;
    display: block;
    margin: 0 auto;
}
.quotes-slider__text .quote-icon svg{
    display:block;
}
.quotes-slider__text .quote-text {
    padding: 0!important;
    margin: 20px 0 0 0!important;
    width: 100%;
    color: var(--white);
    font-size: 16px;
    line-height: 1.5 !important;
}
.quotes-slider__text .quote-text.rte p {
    font-size: inherit;
    color: currentColor;
    max-width: 100%;
    padding: 0;
    line-height: inherit;
}
.quotes-slider.slick-slider .slick-arrow{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    opacity:0.5;
}
.quotes-slider.slick-slider .slick-arrow:hover{
    opacity:1;
}
.quotes-slider__author-logo {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quotes-slider__author-logo img {
    max-width:191px;
    max-height: 46px !important;
    height:revert-layer !important;
    object-fit:contain;
    margin: auto;
    transform:scale(1) !important;
}
.quotes-autor-wrapper .quotes-slider__text{
    padding:0;
}
.quotes-section .slick-list{
    margin-left:-15px !important;
    margin-right:-15px !important;
}
.index-ftrclctn{
    padding:100px 0 130px 0;
    overflow:hidden;
}
.index-ftrclctn .section-collection-list{
    padding-top:0;
    padding-bottom:0;
}
.ftcollection--headbar{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    margin-bottom:50px;
}
.ftcollection--headbar .section__title{
    margin-bottom:0;
}
.ftcollection--headbar .vw-all a{
      text-transform:uppercase;
    font-weight:300;
    text-decoration:underline;
    color:var(--theme-orange);
}
.grid__item.slick-slide {
    max-width: 100% !important;
    width: 100%;
}

@media only screen and (min-width:1280px){
    .ftrd-collection-tophead .page-width, .section-featured-collection .page-width.cst-slide-arrow{
        max-width: var(--custom-page-width);
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .section-featured-collection .page-width{
        max-width: calc(100% - (50% - (var(--custom-page-width) / 2)));
        padding-right:0 !important;
        padding-left:50px !important;
        margin-right:0;
    }
}
.collection-grid {
    overflow: hidden;
}
.grid.slick-slider {
    margin: 0;
    display:block;
}
.product-card-wrapper{
    transform:scale(1) !important;
}
.product-card-wrapper .product-card__image-wrapper{
    position:relative;
    display:block;
    width:100%;
}
.product-card-wrapper .product-card__image .media:not(.product-card__image--hover){
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}
.product-card-wrapper .product-card__image .media{
    border-radius:8px;
    overflow:hidden;
}
.product-card-wrapper .product-card:not(.article-card) .product-card__information{
    position:relative;
    top:auto;
    left:auto;
    z-index:1;
    padding-top:0 !important;
    background:none;
}
 .product-card-wrapper .product-card__information__wrapper--hide{
    display:none;
}
.product-card-wrapper .product-card:not(.article-card) .product-card__information__wrapper{
    padding:22px 0 0 0;
}
.product-card-wrapper .product-card:not(.article-card) .product-card__information__wrapper .quick-add {
    max-height: initial;
    opacity: 1;
}
.product-card-wrapper .product-card:not(.article-card) .quick-add .btn, .product-card-wrapper .product-card:not(.article-card) .product-card__information .product-card__added{
    margin:20px 0 0 0;
    padding:0;
    display:inline-flex;
    align-items:center;
    transform:scale(1) !important;
    border:0;
    width:auto;
    min-width:auto;
    min-height:16px;
    color:var(--theme-orange);
    font-size:15px;
    font-weight:400;
    text-transform:uppercase;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.product-card-wrapper .product-card:not(.article-card) .quick-add .quick-add__submit.btn span:not(.btn__loader) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.product-card-wrapper .product-card:not(.article-card) .quick-add .btn:after{
    display:none;
}
.product-card-wrapper .product-card:not(.article-card) .quick-add .quick-add__submit.btn span:not(.btn__loader):after{
    border:0;
    content:"";
    display:inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0337 1.4772C12.0717 1.06473 11.7682 0.699555 11.3557 0.661554L4.63417 0.0422754C4.22171 0.0042737 3.85653 0.307837 3.81853 0.720304C3.78053 1.13277 4.08409 1.49795 4.49656 1.53595L10.4713 2.08642L9.92078 8.06111C9.88278 8.47358 10.1863 8.83876 10.5988 8.87676C11.0113 8.91476 11.3765 8.6112 11.4145 8.19873L12.0337 1.4772ZM0.520283 9.38315C0.201754 9.64793 0.158186 10.1208 0.422973 10.4393C0.687759 10.7579 1.16063 10.8014 1.47916 10.5366L0.520283 9.38315ZM10.8075 0.831642L0.520283 9.38315L1.47916 10.5366L11.7663 1.98514L10.8075 0.831642Z' fill='%23BE7333'/%3E%3C/svg%3E%0A");
    width:13px;
    height:11px;
    background-repeat:no-repeat;
    background-size:100%;
    position: static;
    margin-left:2px;
}
.product-card-wrapper .product-card:not(.article-card) .product-card__information__wrapper>a {
    width:100%;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-card-wrapper .product-card:not(.article-card) .product-card__information__wrapper .product-card__title {
    font-size: 22px;
    font-weight: 600;
    text-transform: inherit !important;
    font-family: var(--secondary-font);
    order: -1;
    margin: 0 0 10px 0;
}
.product-card-wrapper .product-card:not(.article-card) .product-card__information__wrapper .price{
    font-size:16px;
    color:var(--primary-color);
    font-weight:400;
    font-family:var(--primary-font);
    margin-bottom:0;
}
.product-card-wrapper .product-card:not(.article-card) .price .price-item__from{
    display:none;
}
.product-card-wrapper .product-card:not(.article-card) .price--on-sale .price-item--sale{
    color:currentcolor;
}
.product-card-wrapper .product-card:not(.article-card) .price--on-sale .price-item--sale__save-tag{
    background:var(--theme-orange);
    padding:7px 12px;
    font-size:12px;
    font-family:var(--primary-font);
    font-weight:normal;
    border-radius:10em;
}
.product-card-wrapper .product-card:not(.article-card) .product-card__information__wrapper .product-card-item__colors{
    display:none;
}
.section-featured-collection .cst-slide-arrow {
    margin-top: 30px;
}

/* End Homepage */

.shopify-challenge__button.btn {
    display: table;
    margin: 0 auto;
}

/* product details */
.template-product-wrapper {
    padding-top: 50px;
}
product-information .product-single__page-wrap{
    margin-top:0;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
}
.product-single__page-wrap .product__media-wrapper{
    max-width:57%;
    width:100%;
}
.product-single__page-wrap .product__info-wrapper{
    max-width:43%;
    width:100%;
    min-width:auto;
    padding:0 0 0 50px;
    position:relative !important;
    right:auto;
}
@media only screen and (min-width:768px){
    .product-single__page-wrap .product__media-wrapper{
        position: sticky;
        top: 30px;
    }
}
.product-single__gallery .slick-list{
    margin:0;
}
.product-single__gallery .slick-slide{
    padding:0;
}
.product__info-container .rating .loox-rating-label {
    position: static;
    color: var(--heading-color);
    margin: 0 8px 0 0;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 1;
    order:-1;
}
.product__info-container .rating .loox-rating .loox-icon{
    color:var(--theme-orange);
    width:16px;
    height:16px;
}
.product__info-container .product-promo-content{
    align-items:center;
    flex-direction:row-reverse;
    padding-bottom:16px;
}
.product__info-container .product-promo-content .rating{
    text-align:left;
}
.product__info-container .product-single__meta .product__title{
    font-size:40px;
    font-weight:500;
    text-transform:inherit !important;
    color:var(--heading-color);
    line-height: 1.2;
}
.product__info-container .product__price {
    margin-top: 20px;
}
.product__info-container .product__price .price{
    font-size:24px;
    font-weight:bold;
    color:var(--theme-orange);
}
.product__info-container .product__price .price--on-sale .price-item--sale{
    color:currentcolor;
}
.product__info-container .product__price .price--on-sale .price__compare{
    font-size:14px;
    font-weight:normal;
    color:var(--heading-color);
    margin-top:2px;
}
.product__info-container .product__price .price--on-sale .price-item--regular {
    color: currentcolor;
    margin-right: 10px;
}
.product__info-container .product__price .price--on-sale .price__sale{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
}
.product__info-container .price--on-sale .price-item--sale__save-tag{
    background: var(--theme-orange);
    padding: 8px 10px;
    font-size: 12px;
    font-family: var(--primary-font);
    font-weight: 400;
    text-transform:inherit;
}
.product__info-container .price--large .price__last{
    gap:10px;
}
.product__info-container variant-radios .product-meta-selector{
    margin-bottom:16px;
}
.product__info-container .product-single__meta .product-form__label{
    color:var(--primary-color);
    font-size:16px;
    font-weight:normal;
    font-family:var(--primary-font);
    text-transform:inherit;
    display:block;
    margin-bottom:10px;
}
.product__info-container .product-form__input:not(.single-option-selector--box-color) .single-option-selector__option{
    min-width:50px;
    background:rgba(255, 255, 255, 0.5);
    height:auto;
    font-size:14px;
    font-weight:normal;
    font-family:var(--primary-font);
    padding:10px 14px;
    text-align:center;
    line-height:1.2;
}
.product__info-container .single-option-selector__option span {
    padding: 0;
}
.product__info-container .product-form__input:not(.single-option-selector--box-color) input[type=radio]:checked+.single-option-selector__option-wrap label{
    background:var(--theme-orange);
    color:var(--white);
}
.product__info-container .product-meta-selector--size .product-form__input{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
}
.product__info-container .product-meta-selector--size .product-form__input .single-option-selector__option{
    text-transform:inherit;
}
.product__info-container .product-meta-option--Color .product-form__selected-status{
    color:var(--heading-color);
    font-weight:normal;
}
.product__info-container .product-meta-option--Color .product-form__input .single-option-selector__option-wrap{
    width:34px;
    height:34px;
    border:1px solid var(--white);
    padding:4px;
    transition:all 0.3s;
}
.product__info-container .product-meta-option--Color .product-form__input .single-option-selector__option {
    width: 100%;
    height: 100%;
    min-width: auto;
    padding: 0;
}
.product__info-container .product-meta-option--Color .selector-color-square.chip-color {
    border: 0;
}
.product__info-container .product-single__meta .dscrptn{
    margin-top:17px;
    padding-top:11px;
    border-top:1px solid #D2CFCF;
    color:var(--primary-color);
}
.product__info-container .product-single__meta .dscrptn p{
    color:currentColor;
}
.product__info-container .product-form__buy-buttons .btn.product-form__cart-submit:after, 
.product__info-container .product-form__buy-buttons .btn.product-form__cart-submit .icon-add-cart{
    display:none;
}
.product__info-container .product-form__buy-buttons .btn.product-form__cart-submit{
    padding:14px 30px;
    background:var(--theme-orange);
    font-size:16px;
    font-weight:800;
    color:var(--white);
    text-transform:uppercase;
    font-family:var(--secondary-font);
    border:1px solid var(--theme-orange);
    transition:all 0.3s;
}
/* .product__info-container .product-form__buy-buttons .btn.product-form__cart-submit:hover{
    background:var(--heading-color);
    border-color:var(--heading-color);
} */
.product-single__gallery .slick-arrow {
    display:none !important;
    background-color: var(--body-bg)!important;
    border-radius: 0;
    background-size:20px !important;
}

.prod-media-text{
    padding-top:50px;
    padding-bottom:50px;
}
image-with-text[data-animation=true] .featured-row__subtext, image-with-text[data-animation=true] .h2{
    opacity:1 !important;
    transition:none !important;
    transform:none !important;
}
image-with-text .feature-row__text__inner .h2 {
    font-size: 40px;
    font-weight: 500;
    font-family: var(--secondary-font);
}
.product_mediatext_innerbox{
    overflow:hidden;
}
.product_mediatext_innerbox .feature-row{
    display:flex;
    flex-wrap:wrap;
    margin:0 -18px;
    width:initial;
}
.product_mediatext_innerbox .feature-row--text{
    max-width:51%;
    flex:0 0 51%;
    width:100%;
    padding:0 18px;
    background-color:transparent;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.product_mediatext_innerbox .feature-row__item--image{
    max-width:49%;
    flex:0 0 49%;
    width:100%;
    padding:0 18px;
}
.product_mediatext_innerbox .feature-row__item--image .media>img {
    object-fit: contain;
}
.prod-video-text .product_mediatext_innerbox .feature-row__item--image .media{
    padding-bottom:100%;
}
.prod-video-text .product_mediatext_innerbox .feature-row__item--image .media>img{
    object-fit:cover;
}
.product_mediatext_innerbox .feature-row--text .section__title {
    margin-bottom: 24px;
}
.product_mediatext_innerbox .feature-row--text .rte{
    color:var(--primary-color) !important;
    font-family:var(--primary-font) !important;
    font-size:inherit;
}
.product_mediatext_innerbox .feature-row--text .rte>*{
    margin:0 0 20px 0 !important;
}
.product_mediatext_innerbox .feature-row--text .rte>*:last-child{
    margin-bottom:0 !important;
}
.product_mediatext_innerbox .feature-row--text .rte p, .product_mediatext_innerbox .feature-row--text .rte li {
    color: currentColor;
    font-size: inherit;
    font-weight: inherit;
    margin-bottom:20px;
}
.product_mediatext_innerbox .feature-row--text .rte li:last-child{
    margin-bottom:0;
}
.product_mediatext_innerbox .feature-row--text .rte b, .product_mediatext_innerbox .feature-row--text .rte strong{
    font-weight:600;
    color:var(--theme-orange)
}
.product_mediatext_innerbox .feature-row--text .rte ul{
    list-style:none;
    margin-left:0;
}
.product_mediatext_innerbox .feature-row--text .rte ul li{
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.63461 7.00115C1.3251 7.00201 1.02215 7.0905 0.760821 7.25636C0.499492 7.42221 0.290462 7.65867 0.157914 7.93837C0.0253652 8.21808 -0.0252843 8.52959 0.0118247 8.83688C0.0489337 9.14416 0.172285 9.43466 0.367607 9.67477L4.53142 14.7754C4.67988 14.9598 4.87018 15.106 5.08652 15.2021C5.30285 15.2981 5.53898 15.3411 5.77528 15.3276C6.28068 15.3004 6.73696 15.0301 7.02788 14.5855L15.6772 0.655863C15.6786 0.653535 15.6801 0.651235 15.6816 0.648965C15.7627 0.524358 15.7364 0.277419 15.5689 0.122289C15.5229 0.0796886 15.4686 0.0469596 15.4095 0.0261177C15.3504 0.00527569 15.2876 -0.00323796 15.225 0.00110124C15.1625 0.00544043 15.1014 0.0225406 15.0457 0.0513484C14.9901 0.0801562 14.9408 0.120062 14.9011 0.168608C14.898 0.172424 14.8948 0.176183 14.8916 0.179885L6.16863 10.0355C6.13544 10.073 6.09512 10.1035 6.05003 10.1253C6.00494 10.1471 5.95596 10.1597 5.90595 10.1624C5.85594 10.1651 5.8059 10.1579 5.75872 10.1411C5.71154 10.1243 5.66816 10.0983 5.63112 10.0646L2.73615 7.43012C2.43548 7.1545 2.0425 7.00146 1.63461 7.00115Z' fill='%23BE7333'/%3E%3C/svg%3E%0A");
    background-size:13px;
    padding-left:24px;
    background-position: left top 3px;
    background-repeat:no-repeat;
    min-height:16px;
}
.thumbnails-wrapper{
    margin-top:30px !important;
}
.thumb-slider.slick-slider{
    padding:0 40px;
    display:block;
}
.thumb-slider.slick-slider .slick-list {
    margin-left: 0;
    margin-right: 0;
}
.thumb-slider.slick-slider .slick-slide{
    padding-left:7px;
    padding-right:7px;
}
.product-single__thumbnail.active-thumb {
    transform: scale(1)!important;
    border: 2px solid var(--primary-color);
}
.product-single__thumbnails .product-single__thumbnails-item{
    margin:0;
}
.thumb-slider.slick-slider .slick-arrow{
    width:40px;
    height:40px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='19' viewBox='0 0 11 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9975 9.57517C10.9976 9.67039 10.9789 9.7647 10.9425 9.85267C10.906 9.94065 10.8526 10.0206 10.7851 10.0878L2.08527 18.7877C1.80216 19.0708 1.3431 19.0708 1.05999 18.7877C0.776878 18.5046 0.776878 18.0455 1.05999 17.7624L9.2472 9.57517L1.05999 1.388C0.776879 1.10489 0.776879 0.645796 1.05999 0.362682C1.34311 0.0795689 1.80216 0.0795689 2.08528 0.362682L10.7851 9.06251C10.8526 9.12977 10.906 9.20968 10.9425 9.29766C10.9789 9.38564 10.9976 9.47995 10.9975 9.57517Z' fill='%23131313'/%3E%3C/svg%3E%0A") !important;
    background-size:11px !important;
}
.thumb-slider.slick-slider .slick-prev {
    -webkit-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
}
.product__info-container .product-single__meta p {
    color: currentColor !important;
}
.product-form__controls-group .ymq-box .ymq-options-box {
    margin: 0 0 30px 0 !important;
}
.product-form__controls-group .ymq-box .ymq-options-box .spotlight-group {
    display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap: wrap;
    column-gap:10px;
    row-gap:10px;
}
.product-form__controls-group .ymq-options-box.plug-swatch .ymq-options-img-input{
    display:none;
}
.product-form__controls-group .ymq-options-box.plug-swatch .ymq-options-img-input+label {
    min-width: 45px !important;
    height: 40px;
    background-size: 25px !important;
    background-position: center left 5px !important;
    background-repeat: no-repeat !important;
    margin:0;
    overflow:visible;
    width:auto;
    padding:5px 10px 5px 40px;
    border:1px solid rgba(255, 255, 255, 0.5);
    background-color:rgba(255, 255, 255, 0.5) !important;
    box-shadow:none;
}
.product-form__controls-group .ymq-options-box.plug-swatch .ymq-options-img-input+label:after{
    content: attr(data-show);
    display: inline-block !important;
}
.product-form__controls-group .ymq-box .ymq-options-box:not([data-label="Color"]) input+label {
    font-size: 12px;
    font-weight: 400;
    font-family: var(--primary-font); 
    text-align: center;
    line-height: 1.2;
    color: var(--heading-color);
}
.product-form__controls-group .ymq-box .ymq-options-box[data-label="Size"] input+label{
    max-width:calc(33.33% - 10px*2 / 3);
    width:100%;
    background-position: center top 5px !important;
    padding: 40px 5px 10px 5px;
    height: auto;
    display: flex;
    align-items: flex-start;
}
.product-form__controls-group .ymq-box .ymq-options-box:not([data-label="Color"]) input:checked+label{
    border-color:var(--theme-orange);
    background-color: #121212 !important;
    color:var(--white);
}
.product-form__controls-group .ymq-box .ymq-options-box[data-label="Color"] input+label{
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    border: 3px solid #d5c8bd;
    box-shadow: none;
}
.product-form__controls-group .ymq-box .ymq-options-box[data-label="Color"] input:checked+label{
    border-color:var(--theme-orange);
}
.product__info-container .ymq-box .ymq-option-title{
    color:var(--primary-color);
    font-size:16px;
    font-weight:normal;
    font-family:var(--primary-font);
    text-transform:inherit;
    display:block;
    margin-bottom:10px;
}
.product__info-container .ymq-box .ymq-option-title .ymq_lable:after{
    content:":";
    display:inline-block;
    margin-left:2px;
}

/* Quick add modal */
.quick-add-modal .quick-add-modal__content{
    background-color:var(--body-bg);
}
.quick-add-modal .product__info-wrapper .product-single__meta{
    background:none;
}
.quick-add-modal .product__info-container .product-single__meta .product__title{
    font-size:26px;
}
.quick-add-modal .product__info-container .product__price .price{
    font-size:18px;
}
.quick-add-modal .product__info-container .product__view-details.btn {
    font-size: 16px;
    font-family: var(--secondary-font);
    font-weight: 800;
    padding: 10px 20px;
    min-height: 50px;
}
.quick-add-modal .product__info-container .product-form__buy-buttons .btn.product-form__cart-submit{
    padding: 10px 20px;
    min-height: 50px;
}
.quick-add-modal .product__info-container .product-form__input:not(.single-option-selector--box-color) .single-option-selector__option{
    font-size: 12px;
    padding: 8px 10px;
}
.quick-add-modal__content .btn-close-modal-text {
    border: 1px solid var(--primary-color);
    overflow: hidden;
}

/* End Quick add modal */

.gift-banner-full, .giftbanr__bg{
    position:relative;
    overflow:hidden;
}
.giftbanr__bg img{
    width: 100%;
}
.giftbanr__bg:after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.28);
    pointer-events:none;
}

.giftbnr__textwrap{
    max-width:446px;
    width:calc(100% - 30px);
    margin:0 auto;
    padding:0;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:2;
    display:-ms-flexbox;
    display: flex;
    -ms-flex-direction:column;
    flex-direction: column;
    -ms-flex-pack:center;
    justify-content: center;
    text-align: center;
    color:var(--white);
}
.giftbnr__textwrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top:0;
    left:0;
    pointer-events:none;
}
.giftbnr__textwrap .innertext p{
    font-size:20px;
    font-weight:600;
    margin-bottom:3px;
}
.giftbnr__textwrap .innertext h2 {
    color: currentColor;
    font-size: 40px;
    font-weight: 500;
}
.prod-benefits{
    padding:50px 0;
    overflow:hidden;
}
.benefit-container{
    display:flex;
    flex-wrap:wrap;
}
.benefit-container>*{
    max-width:50%;
    width:100%;
}
.benefit-container .benefit-right {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.benefit-container .slider-thumb.slick-slider .slick-track {
    width: 100% !important;
    transform: none !important;
    display:flex;
    flex-wrap:wrap;
    justify-content:Center;
}
.benefit-container .slider-thumb.slick-slider .slick-track:before, .benefit-container .slider-thumb.slick-slider .slick-track:after{
    display:none;
}
.benefit-container .slider-thumb.slick-slider .slick-list {
    margin-left: 0;
    margin-right: 0;
    transform: none;
}
.benefit-container .slider-thumb.slick-slider .slick-slide{
    padding:0;
    width:auto !important;
    margin:0;
    float:none;
}
.benefit-container .slider-thumb.slick-slider .slick-slide>div {
    display: block !important;
    width: 100%;
}
.benefit-container .benefit-right .section__title{
    margin-bottom:20px;
}
.benefit-container .benefit-right .common--heading {
    font-size: 24px;
    font-weight:bold;
    padding-bottom: 10px;
    background-size: 100px;
}
.benefit-container .benefit-right .benefit-heading {
    display: block!important;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 20px;
    border-radius: 0;
    margin: 5px;
    cursor: pointer;
    color:var(--heading-color);
    background:rgba(255, 255, 255, 0.5);
    border: 1px solid #ddbea3;
    text-align: center;
    width:auto !important;
    transition:all 0.3s;
}
.benefit-container .benefit-right .benefit-heading h4 {
    font-weight: inherit;
    font-size: inherit;
    color: currentColor;
}
.benefit-right .slick-current .benefit-heading{
    background:var(--theme-orange);
    border-color:var(--theme-orange);
    color:var(--white);
}
.benefit-lft-contentwrp{
    background: var(--white);
    padding:30px 15px;
    border-radius: 10px;
    border: 2px dashed var(--theme-orange);
    max-width: 80%;
    width:100%;
    margin: 0 auto;
}
.benefit-img-txt{
    text-align:center;
    display:block !important;
}
.benefit-img-txt>*:not(:last-child){
    margin-bottom:15px;
}
.benefit-img-txt .benefit-grndtext{
    font-size:14px;
    color:var(--primary-color);
}
.benefit-img-txt .benefit-grndtext h3{
    font-size:24px;
    font-weight:bold;
    margin-bottom:15px;
}
.benefit-img-txt .imgwrap img {
    width:auto;
    height: 200px;
    margin: 0 auto;
}
.benefit-container .slider-content.slick-slider .slick-arrow {
    width: 30px;
    height: 30px;
    background-size: 16px !important;
    top: auto;
    bottom: -30px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color:var(--heading-color);
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='12' viewBox='0 0 24 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.8155 6.53033C23.1084 6.23744 23.1084 5.76256 22.8155 5.46967L18.0425 0.696699C17.7496 0.403805 17.2747 0.403805 16.9819 0.696699C16.689 0.989592 16.689 1.46447 16.9819 1.75736L21.2245 6L16.9819 10.2426C16.689 10.5355 16.689 11.0104 16.9819 11.3033C17.2747 11.5962 17.7496 11.5962 18.0425 11.3033L22.8155 6.53033ZM22.2852 5.25L0.428013 5.25L0.428013 6.75L22.2852 6.75L22.2852 5.25Z' fill='%23ffffff'/%3E%3C/svg%3E%0A") !important;
}
.benefit-container .slider-content.slick-slider .slick-prev{
    -webkit-transform: translateY(0) scaleX(-1);
    transform: translateY(0) scaleX(-1);
    left: calc(50% - 35px);
}
.benefit-container .slider-content.slick-slider .slick-next{
    right:calc(50% - 35px);
}
.product__info-container .help-center {
    border-radius: 0;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
    line-height: 1.34;
    background-color: rgba(255,255,255,0.5);
    border: 1px solid rgba(134,134,134,0.7);
    margin-top:20px;
}
.product__info-container .help-center .help-left{
    width:80px;
    height:80px;
    border-radius:50%;
    background:var(--white);
    overflow:hidden;
}
.product__info-container .help-center .help-left img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.product__info-container .help-center .help-right{
    max-width:calc(100% - 80px - 10px);
    width:100%;
}
.product__info-container .help-center .help-right p:not(:last-child){
    margin:0 0 3px 0;
}
.product__info-container .help-center .help-right a:not(.btn,.button) {
    color: var(--theme-orange);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.product__info-container .help-center .help-right a:not(.btn,.button):hover{
    color:var(--heading-color);
}
.product__info-container .help-center .help-right :where(a,b,strong){
    font-weight:600;
}

/* End product details */

.cart-drawer .cart-item__discounted-prices{
    display:flex;
    flex-direction:column;
}
.cart-drawer .quantity{
    width:6rem;
    height:2rem;
    border:1px solid var(--heading-color);
}
.cart-drawer .quantity .quantity__input{
    padding:0;
    height:100%;
    border:0;
    border-left:1px solid var(--heading-color);
    border-right:1px solid var(--heading-color);
}
.cart-drawer-recommendations .cart__product-information .btn {
    padding: 6px 8px;
    min-height: auto;
    font-size: 11px;
    min-width: auto;
}
.cart-drawer-recommendations .cart__product-information .btn .btn__icon {
    width: 1rem;
    height: 1rem;
    margin:0;
}
.top-banner-full, .top-banner-full .imgwrap{
    position:relative;
    overflow:hidden;
}
.top-banner-full .imgwrap img{
    width:100%;
}
.top-banner-full .imgwrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.6) 29.23%, rgba(0, 0, 0, 0) 131.42%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 29.23%, rgba(0, 0, 0, 0) 131.42%);
    pointer-events: none;
}
.toppgbnr__container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.toppg-bnr-content {
    max-width: 733px;
    width: 100%;
    color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.toppg-bnr-content h1{
    font-size: 60px;
    font-weight: 300;
    color: var(--white);
    text-transform: capitalize;
    line-height: 1.1;
}
.toppg-bnr-content h1 strong, .toppg-bnr-content .page-title {
    color: #fbffdb;
    font-weight: 700;
}

/* Facets Collection page */
.collection-grid-section{
    padding-top:100px;
    margin-bottom:50px;
}
#FacetsWrapperDesktop{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
}
.facets__filters__details .facets__summary {
	margin-bottom: 0;
	background: none;
	font-size: 16px;
	text-transform: inherit;
	font-weight: normal;
	padding: 5px 30px 5px 5px;
    color: var(--heading-color);
    line-height:1.2;
}
.facets__filters__details .facets__summary .icon-chevron-down {
	width: 12px;
	height: 12px;
	right: 0;
}
.facets__heading-wrap .facets__heading {
	margin: 0 ;
    padding:5px 5px 5px 0;
	font-size: inherit;
	text-transform: inherit;
}
.facet-filters__sort .facets__summary {
	width: auto !important;
	padding: 0;
	display: flex;
	align-items: center;
}
.facet-filters__sort .facets__summary .facets__summary__text {
	font-size: inherit;
	font-weight: normal;
	text-transform: none;
}
.facet-filters__sort .facets__summary .facet-filters__selected-sort {
	padding: 5px 30px 5px 5px;
	text-transform: none;
	margin: 0 0 0 5px;
	flex-shrink: 0;
	max-width: 200px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.facets__filters__column .facets__filters__details .facets__summary {
    max-width: 120px;
}
.facet-filters__clear-filters{
    display:none;
}
.active-facets facet-remove:last-child {
    margin-bottom: 10px !important;
}
.active-facets__button-inner .icon{
    height:11px !important;
}

/* End Facets Collection page */

.faq-sec{
    padding:100px 0;
    overflow:hidden;
}
.faq-sec .collapsible-content__wrapper{
    padding:0;
    max-width:100%;
    display:block;
}
.faq-sec .collapsible-content__header{
    max-width:700px;
    width:100%;
    margin:0 auto 40px auto;
    text-align:center;
    color: var(--primary-color);
}
.faq-sec .collapsible-content__header .section__title{
    margin-bottom:20px;
}
.faq-sec .collapsible-content__rows{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    column-gap:30px;
}
.faq-sec .collapsible-content__rows>*{
    max-width:calc(50% - 30px*1 / 2);
    width:100%;
}
.faq-sec .collapsible-content__rows .accordion{
    margin:0 0 20px 0;
    background:none;
    color:var(--heading-color);
}
.faq-sec .collapsible-content__rows .accordion:last-child{
    margin-bottom:0;
}
.faq-sec .collapsible-content__rows .accordion summary{
    padding:30px 60px 30px 20px;
    display:flex;
    align-items:center;
    background:var(--white);
}
.faq-sec .collapsible-content__rows .accordion .accordion__sumary-text {
    width: 100%;
}
.faq-sec .collapsible-content__rows .accordion summary .accordion__icon-open {
    color: var(--theme-orange);
}
.faq-sec .collapsible-content__rows .accordion .accordion__title{
    color:inherit;
    font-weight:600;
    font-family:var(--secondary-font);
    font-size:20px;
    line-height:1.2;
}
.faq-sec .collapsible-content__rows .accordion__content {
    font-size: inherit;
    color: var(--primary-color);
    padding: 0 20px;
    background:var(--white);
}
.faq-sec .collapsible-content__rows .accordion [open] summary, .faq-sec .collapsible-content__rows [open] .accordion__content{
    background:var(--theme-orange);
    color:var(--white);
}
.faq-sec .collapsible-content__rows .accordion [open] summary .accordion__icon-open{
     color:var(--white);
}
.faq-sec .collapsible-content__rows .accordion__content .rte{
    margin-bottom:30px;
    font-size:inherit;
    color:inherit;
    font-weight:normal;
}
.faq-sec .collapsible-content__rows .accordion__content .rte p, .faq-sec .collapsible-content__rows .accordion__content .rte li{
    color:currentcolor;
    font-size: inherit;
    font-weight: inherit;
}
.faq-sec .collapsible-content__rows .accordion__content .rte ol {
    padding-left: 24px;
    list-style:auto;
}
.faq-sec .collapsible-content__rows .accordion__content .rte ul{
    list-style:none;
    padding:0;
}
.faq-sec .collapsible-content__rows .accordion__content .rte li:not(:last-child){
    margin-bottom:15px;
}
.faq-sec .collapsible-content__rows .accordion__content .rte ul li{
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.63461 7.00115C1.3251 7.00201 1.02215 7.0905 0.760821 7.25636C0.499492 7.42221 0.290462 7.65867 0.157914 7.93837C0.0253652 8.21808 -0.0252843 8.52959 0.0118247 8.83688C0.0489337 9.14416 0.172285 9.43466 0.367607 9.67477L4.53142 14.7754C4.67988 14.9598 4.87018 15.106 5.08652 15.2021C5.30285 15.2981 5.53898 15.3411 5.77528 15.3276C6.28068 15.3004 6.73696 15.0301 7.02788 14.5855L15.6772 0.655863C15.6786 0.653535 15.6801 0.651235 15.6816 0.648965C15.7627 0.524358 15.7364 0.277419 15.5689 0.122289C15.5229 0.0796886 15.4686 0.0469596 15.4095 0.0261177C15.3504 0.00527569 15.2876 -0.00323796 15.225 0.00110124C15.1625 0.00544043 15.1014 0.0225406 15.0457 0.0513484C14.9901 0.0801562 14.9408 0.120062 14.9011 0.168608C14.898 0.172424 14.8948 0.176183 14.8916 0.179885L6.16863 10.0355C6.13544 10.073 6.09512 10.1035 6.05003 10.1253C6.00494 10.1471 5.95596 10.1597 5.90595 10.1624C5.85594 10.1651 5.8059 10.1579 5.75872 10.1411C5.71154 10.1243 5.66816 10.0983 5.63112 10.0646L2.73615 7.43012C2.43548 7.1545 2.0425 7.00146 1.63461 7.00115Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
    background-size:13px;
    padding-left:24px;
    background-position: left top 3px;
    background-repeat:no-repeat;
    min-height:16px;
}
.faq-sec .collapsible-content__rows .accordion__content .rte a {
    font-weight: normal;
}
.faq-sec .collapsible-content__rows .accordion__content .rte>*{
    margin:0 0 15px 0;
}
.faq-sec .collapsible-content__rows .accordion__content .rte>*:last-child{
    margin-bottom:0;
}
.sectable-cntn-research{
    padding:100px 0;
    background:var(--white);
}
.features-tableresearch-box .feature-row--text .rte ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 30px;
    gap: 20px 30px;
}
.features-tableresearch-box .feature-row--text .rte ul li{
    margin-bottom:0;
}
.features-tableresearch-box .feature-row--text .rte ul li:nth-child(odd){
    grid-column: 1;
}
.features-tableresearch-box .feature-row--text .rte ul li:nth-child(even){
    grid-column: 2;
}

.main-blog.page-width {
    padding-top: 50px;
}
.blog-articles .product-card-wrapper:after{
    display:none;
}
.blog-articles__article .article-card .product-card__image-wrapper{
    position:relative;
}
.blog-articles__article .product-card__image-wrapper .media--square {
    padding-bottom: 75%;
    background-color: rgba(110,110,110,0.1);
}
.blog-articles .article-card .product-card__information{
    padding:0;
    background:none;
    z-index:auto;
}
.blog-articles .article-card .product-card__information__wrapper{
    padding:16px 0 0 0;
    display:flex;
    flex-direction:column;
}
.blog-articles .article-card .product-card__information__wrapper .article-card__title {
    font-size: 20px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 10px;
}
.blog-articles .product-card__information__wrapper .product-card__article-info {
    order: -1;
    margin: 0 0 10px 0;
}
.blog-articles .product-card__information__wrapper .product-card__article-info .product-card__title, .article-template__article-info .article-template__date {
    background: var(--theme-orange);
    padding: 5px 10px;
    font-size: 11px;
    font-family: var(--primary-font);
    font-weight: 400;
    display: inline-block;
    width: auto;
    margin: 0;
    line-height: 1;
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
}
.blog-articles .product-card__information__wrapper .article-card__excerpt{
    font-size:16px;
    color:var(--primary-color);
}
.blog-articles .product-card__information__wrapper .article-card__excerpt {
    font-size: inherit;
    color: var(--primary-color);
    margin: 0;
    font-weight: normal;
    line-height: 1.5;
}
article.article-template{
    margin-top:50px;
    margin-bottom:100px;
}
.article-template .article-template-wrap{
    background:none;
}
.article-template__content.rte {
    padding: 0;
}
.article-template__content.rte p{
    margin:20px 0;
}
.rte, .rte ul li, .rte ol li, .rte p{
    font-size:inherit;
    color:inherit;
    font-weight:normal;
}
.rte a:not(.btn, .button){
    color:currentcolor;
    text-decoration:underline;
    border:0;
    padding:0;
    text-underline-offset:2px;
}
.article-template__content.rte figure {
    display: block;
    width: 100%;
    margin: 10px 0;
}
.article-template__content.rte table{
    table-layout:inherit;
    width:100%;
    margin:10px 0 20px 0;
}
.article-template__content.rte table table {
    margin-bottom: 10px;
}
.article-template__content.rte table th, .article-template__content.rte table td{
    border:1px solid #a7a5a5;
    padding:8px 10px;
    color:var(--primary-color);
    font-size:inherit;
}
.article-template__social-sharing .share-button__button:not(.share-button__button--open) {
    background: none;
    padding: 0;
    border: 0;
}
.template-article .toppg-bnr-content{
    max-width:100%;
}
.shopify-section .rich-text-section{
    padding:50px 0;
}
.rich-text-section .rich-text>*:not(:last-child){
    margin-bottom:20px;
}
.rich-text-section .rich-text p {
    font-size: inherit;
    font-family: var(--primary-font);
}
.socialMedia__bnrsection{
    margin-top:50px;
}
.section-social-media-banner .section-social-media-banner__item{
    height:auto;
}
.section-social-media-banner .section-social-media-banner__item .media {
    height: 0;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.section-social-media-banner__overlay-text .overlay-text__text {
    color: var(--white);
}
.section-social-media-banner__overlay-text{
    background:rgba(64,64,64,0.2) !important;
}
.section-social-media-banner__overlay-text .overlay-text__text h2, .section-social-media-banner__overlay-text .overlay-text__text p{
    color:currentColor;
    font-weight:normal
}
.main__pgsec .page-template{
    margin-top:50px;
    margin-bottom:100px;
}
.main__pgsec .page-template-wrap {
    background: none;
}
.main__pgsec .page-template__content{
    padding:0;
}
.main__pgsec .page-template__content>* {
    margin: 0 0 20px 0;
}
.main__pgsec .rte ol, .main__pgsec .rte ul {
    padding-left: 24px;
    margin:0 0 20px 0;
}
.main__pgsec .rte ol{
    list-style:auto;
}
.main__pgsec .rte ul{
    list-style:disc;
}
.pp_tracking_content .pp_tracking_title{
    text-align:center;
    padding-bottom:17px;
    font-size:40px;
    font-weight:500;
    text-transform:capitalize;
    background-image: url("data:image/svg+xml,%3Csvg width='159' height='2' viewBox='0 0 159 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1H114.5' stroke='%23BE7333' stroke-width='1.5'/%3E%3Cpath d='M123 1H159' stroke='%23BE7333' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-repeat:no-repeat;
    background-position:center bottom;
    background-size:159px;
    margin-bottom:30px;
}
.pp_tracking_span {
    margin-bottom: 5px;
    line-height: 1.2;
}
.pp_tracking_input input{
    background:rgba(255,255,255,0.75);
    border:1px solid rgba(255,255,255,0.5);
}
.pp_tracking_button .button {
    min-width: auto;
    width: 100%;
}
.template-search__search .search__button{
    right:0 !important;
}
.template-search__search .search__button .icon-search{
    height:20px;
    transform:none;
}
.search-form__input-wrapper .modal__close-button.link{
    font-size:12px;
}
body:is(.template-collection-shop-template) .product-card-wrapper .product-card:not(.article-card) {
    background: rgba(255,255,255,0.5);
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
}
body:is(.template-collection-shop-template) .product-card-wrapper .product-card:not(.article-card) .grid-view-item__link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
}
body:is(.template-collection-shop-template) .product-card-wrapper .product-card:not(.article-card) .product-card__image-wrapper {
    max-width: 30%;
    width: 100%;
}
body:is(.template-collection-shop-template) .product-card-wrapper .product-card:not(.article-card) .product-card__information{
    max-width:calc(70% - 10px);
    width:100%;
    padding-right:35px;
}
body:is(.template-collection-shop-template) .product-card-wrapper .product-card:not(.article-card) .product-card__information__wrapper{
    padding:0;
}
.pdcard-rightside-arrow{
    display:none !important;
    width: 24px;
    height: 24px;
    border: 1px solid var(--theme-orange);
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color:var(--theme-orange);
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
}
.pdcard-rightside-arrow svg{
    width:12px;
    height:12px;
}
body:is(.template-collection-shop-template) .pdcard-rightside-arrow{
    display:block !important;
}
.how-itworks-steps{
    padding:50px 0;
    overflow:hidden;
}
.how-steps-itemwrap{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-column-gap:20px;
    column-gap:20px;
}
.how-steps-itemwrap .how-steps-item{
    max-width:calc(33.33% - 20px*2 / 3);
    width:100%;
}
.how-steps-rep-inner{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
}
.how-steps-rep-inner>*:not(:last-child){
    margin-bottom:10px;
}
.how-steps-rep-inner .imgwrap{
    position:relative;
    overflow:hidden;
    padding-top:100%;
}
.how-steps-rep-inner .imgwrap img, .how-steps-rep-inner .imgwrap video{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
}
.playpausepl {
    width: 45px;
    height: 45px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color:#eee4db;
    cursor:pointer;
}
.playpausepl svg{
    width:45px;
    height:45px;
    fill:currentcolor;
}
.how-steps-rep-inner h2{
    font-size:24px;
    font-weight:500;
    font-family:var(--primary-font);
}
.feature-row__play svg, .media__play svg {
    width: 45px !important;
    height: 45px !important;
}
.product-single__content-details__item .product-single_scale{
    background: linear-gradient(to right, rgba(193,113,57,1) 0, rgb(var(--color-background)) 150%);
}
.product-single__content-details__item .product-single_scale ul{
    font-size:12px;
    font-weight:400;
}
.product-single_scale-content .scale-index {
    display: block;
}
.product-single__content-details__item .product-single_care-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0 34px;
    gap: 0 34px;
}
.product-single__content-details__item .product-single_care-list li{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin:0;
    color:var(--primary-color);
}
.product-single__content-details__item .product-single_care-list .care-icons{
    width: 50px;
    height: 50px;
    background: var(--theme-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
}
.product-single__content-details__item .product-single_care-list .care-icons img{
    max-width:32px;
    max-height:32px;
    margin:auto;
    object-fit:contain;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.product-single__content-details__item .product-single_care-list span{
    display:block;
    -ms-flex:1;
    flex:1;
    color:currentColor;
    margin:0;
    line-height:1.2;
}
.prod-quality-inner {
    padding:30px 0;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    -webkit-column-gap:30px;
    column-gap:30px;
}
.prod-quality-inner .prod-quality-left{
    max-width:20%;
    width:100%;
}
.prod-quality-inner .prod-quality-left .svg-area{
    position:relative;
    padding-top:75%;
    overflow:hidden;
    background:var(--theme-orange);
    color:var(--body-bg);
}
.prod-quality-inner .prod-quality-left .svg-area svg{
    display:block;
    width:60%;
    height:60%;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.prod-quality-inner .prod-quality-right{
    max-width:calc(100% - 20% - 30px);
    width:100%;
}
.prod-quality-inner .prod-quality-right ul li:not(:last-child){
    margin-bottom:8px;
}
.prod-quality-inner .prod-quality-right ul li{
    text-transform:uppercase;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    color:var(--primary-color);
    column-gap:5px;
}
.prod-quality-inner .prod-quality-right ul li .qlty-tick{
    width:20px;
    flex-shrink:0;
    display:inline-block;
    color:var(--theme-orange);
}
.prod-quality-inner .prod-quality-right ul li .qlty-tick svg{
    width:16px;
    height:16px;
    display:block;
}
.prod-quality-inner .prod-quality-right ul li .qlty-text{
    -ms-flex:1;
    flex:1;
    display:block;
}
.cart-drawer .cart__ctas .btn {
    width: 100%;
    background: var(--theme-orange);
    min-width: auto;
    font-weight: normal;
}
.cart-drawer .cart__ctas .btn:after{
    display:none;
}
#cart-icon-bubble svg.svg-inline--fa.fa-bag-shopping.icon path {
  fill:#be7333;
}
.product-form__buy-buttons .selected-status--left-quantity .product-form__selected-status{
  background:var(--theme-orange);
}
.product-form__buy-buttons .product-form__stock-message{
    color:var(--theme-orange);
}
.cart-drawer-recommendations h4.product-title-style.uppercase {
    font-size: 18px;
}
.announcement.custom-announce {
    display: flex;
    justify-content: center;
    align-items: center;
}
.timer-container{
    display:flex;
}
.section-featured-collections .collection-grid .grid{
    display:flex;
    flex-wrap:wrap;
}
.section-featured-collections .collection-grid .grid__item{
    max-width:50%;
    width:100%;
}
.happy-customer-inner>*:not(:last-child){
    margin-bottom:15px;
}
.happy-customer-inner h2 {
    font-size: 40px;
    font-weight: bold;
}
.happy-customer-inner h4{
    font-size:21px;
    font-weight:600;
}
.happy-customer-inner .btnwrap{
    margin-top:30px;
}
.happy-customer-inner .button:focus{
    background: var(--white);
    color: var(--theme-orange) !important;
}

.prodrev-slider.cst-vdo-sec{
    padding:70px 0 70px 0;
    background-color:var(--white);
    overflow:hidden;
}
.prodrev-slider.cst-vdo-sec .customer-reviews-section{
    padding-top:0;
    padding-bottom:0;
}
.reviews-grid.cstmr-vdo{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
.product-recommendations h2 {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    background-position: center bottom;
    padding-bottom: 17px;
    font-size: 40px;
    font-weight: 500;
    text-transform: capitalize;
    background-image: url(data:image/svg+xml,%3Csvg width='159' height='2' viewBox='0 0 159 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1H114.5' stroke='%23BE7333' stroke-width='1.5'/%3E%3Cpath d='M123 1H159' stroke='%23BE7333' stroke-width='1.5'/%3E%3C/svg%3E%0A);
    background-repeat: no-repeat;
    background-size: 159px;
}