/** Shopify CDN: Minification failed

Line 3417:6 Expected ":"

**/
/* Overlay */
.right-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}
.drawer-content * {
    color: #977B59;
}
/* Drawer */
.right-drawer-panel {
    position: fixed;
    top: 0;
    right: -40%;
    width: 40%;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    transition: 0.4s ease;
    z-index: 1000;
    padding: 24px;
}

/* Open state */
.right-drawer-panel.active {
  right: 0;
}
.right-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}
.gift-box {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

.gift-box .right-xt {
    flex: 0 0 40%
}
/* Close button */
.right-drawer-panel .drawer-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 35px;
    background: none;
    border: none;
    cursor: pointer;
    color: #977B59;
    line-height: 1.4;
}

/* Typography */
.drawer-content h2 {
    font-size: 28px;
    margin-bottom: 6px;
    font-weight: bold;
}
.right-drawer-panel .subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

/* Sections */
.right-drawer-panel .drawer-section {
  margin-bottom: 25px;
}
.drawer-section h3 {
  font-size: 16px;
  margin-bottom: 10px;
   font-weight: bold;
}

/* Grid */
.drawer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.right-drawer-panel .item {
  text-align: center;
}
.right-drawer-panel .item img {
    height: 151px;
    object-fit: cover;
}
.right-drawer-panel .item img {
  width: 100%;
  border-radius: 6px;
}
.right-drawer-panel .item p {
    font-size: 14px;
    margin-top: 6px;
    text-align: left;
    margin-bottom: 0;
}
/* More box */
.more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  height: 100%;
  font-size: 22px;
}

/* Gift */
.gift-box {
  background: #F1F3F4;
  padding: 15px;
  border-radius: 8px;
}
.drawer-content svg path {
    stroke: #977B59;
}
.gift-btn {
    margin-top: 0;
    padding: 6px 25px;
    background: #977B59 !important;
    color: #fff  !important;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}
.gift-box h3 {
    font-size: 16px;
    font-weight: bold;
}
.gift-packaging {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #977B59;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.gift-packaging .icon {
    line-height: 1;
}
.gift-lett p {
    margin-bottom: 2px;
}
.gift-packaging .icon {
  font-size: 16px;
}
/*************custom Product Html section**********/
.full-width-banner-outer img {
    max-width: 100%;
}
.custom-richtextt .readmore {
    text-decoration: underline;
    font-weight: 600;
    text-transform: uppercase;
}
.custom-richtextt .rte p {
    margin-bottom: 12px;
}
.custom-richtextt h3, .custom-richtextt .rte h3 {
    margin-bottom: 9px;
}
.full-width-banner-outer {
    text-align: center;
    line-height: 0;
}
.mob-image {
    display: none;
}
.full-width-banner-outer img {
    width: 100%;
}
.full-width-banner-outer {
    padding-top: 50px;
}
@media(max-width:768px){
  .des-image {
    display: none;
}
.gift-btn {
    font-size: 14px;
}
.right-drawer-panel .item p, .gift-lett p, .gift-packaging span.text, .right-drawer-panel .subtitle {
    line-height: 1.2;
    font-size: 12px;
}
.drawer-content h2 {
    font-size: 24px;
}
.right-drawer-panel .item img {
    height: 91px;
    object-fit: cover;
}
.right-drawer-panel {
    right: -350px;
    width: 350px;
}
body .mob-image {
    display: block;
}
}
.row-with-flex {
    display: flex;
    align-items: center;
}
.item-flex.image-rox {
    line-height: 0;
}
.custom-richtextt .rte p {
    margin: 0;
}
.custom-richtextt .subtheading {
    padding-top: 0;
    padding-bottom: 0px;
    line-height: 1.2;
}
.custom-richtextt {
    padding: 50px 15px 30px;
    text-align: center;
}
.small-wrappper {
    max-width: 800px;
    margin: 0 auto;
}
.custom-richtextt h2 {
    justify-content: center;
    line-height: 1.3;
    padding-top: 0;
}
.row-with-flex.flex-reverse {
    flex-direction: row-reverse;
}
.custom-richtextt .rte p {
    margin: 0;
}
.rte.imfi {
    margin: 9px 0;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.12px;
    line-height: 1.6;
}
.custom-richtextt .rte {
    font-size: 18px;
   margin: 5px 0;
     letter-spacing: 0.12px;
    line-height: 1.6;
}
.text-block-ry .subtitle-ima, .custom-richtextt .subtheading {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.25;
    letter-spacing: 0.71px;
    padding: 8px 0;
    text-transform: uppercase;
}
.text-block-ry h2, .custom-richtextt h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 35px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0;
    color: rgb(var(--black));
    padding: 5px 0;
}
.row-with-flex .item-flex {
    flex: 0 0 50%;
    max-width: 50%;
}

.text-block-ry {
    max-width: 85%;
    margin: 0 auto;
    padding: 0 20px;
}





/*************custom Product Html section end**********/


































html body.template-collection .site-box.box__heading.box--big:not(.fix-me-with-height-hard), html body.template-collection .site-box.box--big,
html body.template-collection.odd-screen-height #section-collection .site-box.box__heading.box--big:not(.fix-me-with-height-hard),
html body.template-collection .site-box.box__heading.box--big:not(.fix-me-with-height-hard), body.template-collection .site-box.box--big,
html body.template-collection.odd-screen-height #section-extra-images .site-box.box__heading.box--big:not(.fix-me-with-height-hard){
    padding: 0 30px !important;
    margin-top: 20px !important;
    margin-bottom: 15px !important;
}
body .switchimages button {
    color: #977b59;
}
.template-product-newtemplate2 .product-split-images-sec .drop-down {
    height: 300px;
    overflow: auto !important;
}

.template-product-newtemplate2 .product-split-images-sec .drop-down a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.template-product-newtemplate2 .product-split-images-sec .drop-down::-webkit-scrollbar {
  width: 0.2em;
}
.template-product-newtemplate2 .product-split-images-sec .drop-down::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.375rem #0000004d;
}
.template-product-newtemplate2 .product-split-images-sec .drop-down::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 0 solid #000;
  width: 0.1em;
}
.template-product-newtemplate2 .product-variants-holder {
    display: none !important;
}
.template-collection div#section-collection .site-box.bbflowww , .template-collection div#section-collection .site-box.bbflowww  * {
    text-align: left;
    justify-content: flex-end;
}
body .title-box-etccc {
    width: 100%;
}
.switchimages {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    gap: 10px;
    margin-top: 15px;
}
.switchimages button.active {
    font-weight: bold;
}
div#section-collection .site-box.box__heading .site-box-content {
    max-width: 100% !important;
    width: 100% !important;
}
.reqest-form-ect .layout-2 {
  margin-top: 20px;
}
.template-page-request-a-quote .alert.alert--success
{
 background: #262627 !important;
 color: #fff;
 padding: 10px; 
 margin-bottom: 20px;
}
.template-page-request-a-quote .alert.alert--success p {
    margin-bottom: 0px;
}


body .header__desktop-nav-text {
  display: none;
}
body .reqest-form-ect section.contact-page-ect .container {
  max-width: 1000px;
}

body .reqest-form-ect section.contact-page-ect .container .layout {
  padding: 35px;
}
.reqest-form-ect .flex-button-css-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reqest-form-ect .layout__section--large-secondary {
    width: 100%;
    margin: 0;
}
.reqest-form-ect .layout-2 {
    margin-top: 20px;
}
body .contact__store-info {
    margin: 0;
}
body .contact__store-info h2.contact__store-heading {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 8px;
}
@media screen and (min-width: 641px){
.reqest-form-ect .form__input-row:not(:last-child) {
    margin-bottom: 12px;
}
.reqest-form-ect .form__input-row>.form__input-wrapper {
    margin-bottom: 0;
}
.reqest-form-ect .form__input-row>* {
    margin-left: 6px;
    margin-right: 6px;
}
.reqest-form-ect .form__input-row>.form__input-wrapper {
    margin-bottom: 0;
}
}
.reqest-form-ect .select-wrapper--primary svg {
    width: 12px;
    height: 14px;
    top: calc(50% - 6px);
    right: 16px;
    opacity: .7;
}

.reqest-form-ect .select-wrapper svg {
    position: absolute;
    pointer-events: none;
    vertical-align: baseline;
    fill: currentColor;
    display: inline-block;
}
.reqest-form-ect form#contact_form .select-wrapper--primary select {
    height: 55px;
    font-family: Helvetica,Helvetica Neue,Arial,Lucida Grande,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .9375rem;
    padding: 0 20px;
    margin: 0;
    display: inline-block;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px solid transparent;
    color: #977b59;
    transition: all .15s linear;
    display: block;
    width: 100%;
}
.reqest-form-ect .form__input-wrapper label.form__floating-label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
.reqest-form-ect .form__field {
    width: 100%;
    display: block;
}
@media screen and (min-width: 641px){
.reqest-form-ect .form__input-row {
    flex-direction: row;
    align-items: flex-end;
    margin: 0 -6px;
}
}
.reqest-form-ect .form__input-row {
    display: flex;
}
.reqest-form-ect .form__input-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
}
.reqest-form-ect .form__input-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
}
.reqest-form-ect button.form__submit.button.button--primary {
    margin-left: auto;
    margin-right: auto;
}

.reqest-form-ect  .form__submit {
    display: block;
    margin-top: 20px;
}
.reqest-form-ect  .button--min-width {
    min-width: 200px;
}
.reqest-form-ect  .button--primary {
    background: var(--primary-button-background);
    color: var(--primary-button-text-color);
}
.reqest-form-ect  .button {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    line-height: 48px;
    border-radius: 2px;
    text-align: center;
    font-weight: var(--text-font-bolder-weight);
    font-size: var(--base-text-font-size);
    cursor: pointer;
    transition: background .25s ease-in-out,color .25s ease-in-out,box-shadow .25s ease-in-out;
}
.reqest-form-ect form#contact_form .form__field::placeholder {
  color: #977b59 !important;
  opacity: 1 !important; /* Firefox */
}

.reqest-form-ect form#contact_form .form__field::-ms-input-placeholder { /* Edge 12 -18 */
  color: #977b59 !important;
}
.reqest-form-ect form#contact_form .form__field::placeholder {
  color: #977b59 !important;
  opacity: 1 !important; /* Firefox */
}

.reqest-form-ect form#contact_form .form__field::-ms-input-placeholder { /* Edge 12 -18 */
  color: #977b59 !important;
}
.reqest-form-ect form#contact_form .form__field, 
.reqest-form-ect form#contact_form .select-wrapper--primary select {
    border-radius: 4px;
}
html body .popup-checkboxes .ec {
    display: flex;
    align-items: start;
}.reqest-form-ect .form__field, .reqest-form-ect select, .reqest-form-ect textarea, .reqest-form-ect input, section.contact-page-ect select {
    height: 45px !important;
}
body .reqest-form-ect .popup-checkboxes .ec input {
    margin-right: 7px;
    height: 15px !important;
    width: 15px !important;
}
body .reqest-form-ect textarea.form__field {
    height: 95px !important;
}
.reqest-form-ect button.form__submit.button.button--primary {
    border-radius: 3px;
}
html body .popup-checkboxes .ec {
    display: flex;
    align-items: start;
}
.popup-checkboxes .ec input {
    position: relative;
    top: 4px;
}
.popup-checkboxes .ec input {
    margin-right: 7px;
    border-color: #ccc !important;
    border-radius: 2px;
}
.popup-checkboxes .ec {
    display: flex;
    align-items: center;
}
.reqest-form-ect button.form__submit.button.button--primary {
    background: #ac8e6a;
}
.reqest-form-ect .popup-checkboxes p {
    margin-bottom: 7px;
}
form#contact_form .form__field, form#contact_form .select-wrapper--primary select {
    border-color: #ccc !important;
}
.popup-checkboxes a {
    text-decoration: underline;
    color: #977b59 !important;
}
section.contact-page-ect .form__field, section.contact-page-ect select, section.contact-page-ect textarea {
    background: transparent;
}
section.contact-page-ect .contact__store-text.rte {
    line-height: 1.4;
}
.contact-page-ect .form__header, .contact-page-ect .form__legend {
    margin-bottom: 30px;
}
.reqest-form-ect .layout-2 {
    display: block;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
.flex-button-css-two .book_now_clovecode-2 a {
  width: 100%;
  background: #e60012;
  color: #fff;
  padding: 0 10px;
  line-height: 48px;
  text-align: center;
  border-radius: 2px;
  display: inline-block;
  font-weight: 700;
  margin: 0;
}
.flex-button-css-two .book_now_clovecode-2 {
  flex: 0 0 49%;
  max-width: 49%;
  width: 49%;
}

.flex-button-css-two .book_now_clovecode-2 a {
  width: 100%;
}
.reqest-form-ect .form__input-wrapper label.form__floating-label p {
    margin: 0;
}
@media(max-width:767px){
  
  body .popup-checkboxes .ec input {
    position: relative;
    top: 4px;
}
.popup-checkboxes .ec input {
    width: 20px;
    max-width: 18px;
}
.popup-checkboxes label {
    flex: 1;
}
}





































.desktop-top-header-bar-nav {
    background: #000;
}
body .split-color-custom-22 .offers .shopify-product-form .product-variants-holder.newbtnsec, body .split-color-custom-22 .offers .shopify-product-form .innersec.newbtnsec {
    flex: 0 0 48%;
    max-width: 48%;
}
.desktop-top-header-bar-nav .page-width {
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.top-bar-navm {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.top-bar-navm {
    min-height: inherit;
}

.top-bar-first-sect {
    position: absolute;
    left: 0;
}
.top-bar-first-sect ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-bar-first-sect ul li {
    list-style: none;
}
.top-bar-first-sect ul li .ship-to-button span.ship-to-button__text {
    color: #fff;
}
@media (min-width: 992px){
.top-bar-first-sect ul li .ship-to-button {
    padding: 6px 0;
}
}
.ship-to-button {
    display: inline-flex;
    align-items: center;
    font-family: Helvetica,Helvetica Neue,Arial,Lucida Grande,sans-serif;
    text-decoration: none;
    transition: opacity .4s,visibility .4s;
}
.top-bar-navm p.promo-bar__content.p1 {
    font-size: 13px;
    line-height: 18px;
    margin: 8px 0;
    color: #fff;
    font-weight: 500;
}
.top-bar-navm .top-bar-middle-box-nav {
    width: 100%;
    text-align: center;
}
.ship-to-button--mobile {
    font-size: 12px;
    position: relative;
    padding: 0px align-items: center;
}
.ship-to-button .ship-to-button__flag {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 8px;
    background-size: cover;
    line-height: unset;
}
.flag-icon-au {
    background-image: url(../flags/4x3/au.svg);
}
body .top-bar-first-sect ul li .ship-to-button span.ship-to-button__text {
    font-weight: normal;
}









/*************Latest Css****/
.accordion {
  margin: 0;
  padding: inherit;
  text-decoration: none;
  font-size: 10px;
  position: relative;
  text-align: left;
  padding: 10px 0px;
}
.site-box-content .badge-if-a,
.site-box-content1 .badge-if-a {
  right: 15px;
  left: auto;
}
body .badge-if-a .product-badge.series {
  background: #977b59;
  color: #fff !important;
}
.template-product .site-box .price-reviews .badge-if-a {
  display: none !important;
}
.badge-if-a {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 99;
}
.badge-if-a {
  gap: 3px;
  display: flex;
  flex-direction: column;
}
body .badge-if-a .product-badge.new {
  background: #fff;
  color: #000 !important;
  text-align: center;
}
body .badge-if-a .product-badge.sold {
  background: #000;
  color: #fff !important;
  opacity: 1;
}
body .badge-if-a .product-badge {
  position: static !important;
  line-height: 1;
  padding: 7px 10px;
  background: #ededed;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff !important;
  font-size: 11px;
  border-radius: 3px;
  text-align: center;
}
body .badge-if-a .product-badge.preorder {
  background: #fff !important;
  color: #000 !important;
}
.coll-swat ul.extcustswatch li {
  height: 25px;
  width: 25px;
  margin: 0 2px;
}
.coll-swat ul.extcustswatch {
  margin: 8px -2px 0;
}
.accordion-open svg {
  transform: rotate(180deg);
  transition: all 0.3s;
}
.faq h2 span {
  float: right;
}
.faqpage div.container {
  padding: 0;
  margin: 0;
}
.faq-box svg path {
  fill: #977b59;
}
.pair-wi-row .box--product-image img {
  opacity: 1;
  max-width: 100%;
  object-fit: inherit;
}
.pair-with-pro .caption * {
  font-size: 13px;
}
.pair-with-pro h2 {
  text-transform: inherit;
  letter-spacing: inherit;
  padding: 12px 0;
  width: auto;
  text-align: left;
  margin: 0;
  display: block;
  position: relative;
  cursor: pointer;
}
body .product--add-to-cart-form .regular-select-cover {
  border-color: #977b59;
}
.pair-with-pro {
  margin-top: 10px;
}
.box__product-content .pair-with-pro .price {
  font-weight: normal;
}
.pair-wi-row {
  display: flex;
  justify-content: center;
  margin: 0 -5px;
}
.metafield-rich_text_field p {
  margin: 0;
}
.pair-wi-row .site-box-content {
  padding: 0 !important;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 5px !important;
}
.faqpage div.container {
  max-width: 100%;
  padding: 5px 0;
}
.faqpage div.content ul li {
  list-style-position: inside;
  line-height: 25px;
  list-style-type: disc;
}
.faqpage div.content {
  margin: 0;
  padding: 5px 0 20px;
  line-height: 1.5em;
  overflow: hidden;
  text-align: left;
}
.faqpage div.content ul {
  padding: 0;
  margin: 0;
  padding: 0;
}

.faqpage div.content p {
  padding: 0;
  padding: 0;
}

.faqpage div.content ul li {
  list-style-position: inside;
  line-height: 25px;
}
.power-faq .faq-box:last-child {
  border-bottom: 1px solid #977b59;
}
.faq-box {
  margin-bottom: 5px;
}
.faq-box {
  border-top: 1px solid #977b59;
  margin: 0;
}
.faq h2 {
  text-transform: inherit;
  padding: 12px 0;
  width: auto;
  text-align: left;
  margin: 0;
  display: block;
  position: relative;
  cursor: pointer;
}

.faqpage.powerfaq {
  margin-top: 20px;
}

.custom-latest-new h1.product-title {
  margin-bottom: 0px;
}
.custom-latest-new .box__product-content .product-price {
  font-size: 24px;
}
body .product-variants-holder .product-variant a.ch path {
  fill: #735d42;
}
.custom-latest-new .short-message:after {
  content: "";
  position: absolute;
  left: 10px;
  height: 8px;
  width: 8px;
  background: #977b59;
  top: 16px;
  border-radius: 100%;
}
.site-box.box__collection .product-item:not(:last-child),
#shopify-product-reviews
  .box__collection.spr-header
  .product-item:not(:last-child),
#shopify-product-reviews
  .box__collection.spr-content
  .product-item:not(:last-child),
.template- div.box__collection[class*="title"] .product-item:not(:last-child),
.template- div.box__collection[class*="body"] .product-item:not(:last-child) {
  border: 0;
  height: auto !important;
}
.coll-swat {
  margin-top: 5px;
  margin-bottom: 10px;
}
.site-box.box__collection .product-item.color--light.style--one .caption {
  padding-bottom: 0px !important;
}
.custom-latest-new .short-message {
  border: 1px solid;
  border-radius: 4px;
  padding: 10px;
  line-height: 1.4;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}
.custom-latest-new .product-variants-holder .product-variant {
  margin: 17px 0 0 !important;
}
.custom-latest-new .box__product-content .rte {
  margin-top: 15px;
  opacity: 1;
}
.custom-latest-new .meta-tagline {
  margin-bottom: 5px;
  margin-top: 10px;
  font-style: italic;
}
body .product-variants-holder .product-variant a.ch {
  margin-left: 3px;
}
.faqpage div.content p {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .split-color-custom-22 .custom-latest-new .offers .shopify-product-form {
    display: flex;
    flex-direction: inherit;
    align-items: flex-end;
  }

  .split-color-custom-22
    .custom-latest-new
    .offers
    .shopify-product-form
    .product-variants-holder {
    flex: 0 0 49%;
    max-width: 49%;
  }

  .split-color-custom-22
    .custom-latest-new
    .offers
    .shopify-product-form
    .cart-functions.payment-button--false {
    flex: 0 0 49%;
    max-width: 49%;
    margin: 0;
  }

  .split-color-custom-22
    .custom-latest-new
    .offers
    .shopify-product-form
    .cart-functions.payment-button--false
    button.button.color {
    min-width: 100%;
    height: 56px !important;
    line-height: 54px !important;
  }
}
@media (max-width: 768px) {
  .pair-wi-row {
    flex-wrap: inherit;
    overflow: auto;
    justify-content: flex-start;
  }
  .custom-latest-new .product-variants-holder .product-variant {
    margin: 0 !important;
  }
  body .custom-latest-new .box__product-content .product-price {
    font-size: 1.125rem;
  }
  body .box__product-content .price {
    line-height: 1.2;
  }
  body .product-variants-holder {
    justify-content: flex-start !important;
  }
  .pair-wi-row .site-box-content {
    margin: 0 !important;
    flex: 0 0 55%;
    max-width: 55%;
  }
}
/*************End Latest Css****/

html
  body
  .split-color-custom-22
  .product--add-to-cart-form
  button[type="submit"].button {
  flex: 0 0 49%;
  width: 49%;
  margin: 0 !important;
}
.product--add-to-cart-form button[type="submit"].button:hover,
html body .product--add-to-cart-form button[type="submit"].button:hover {
  background: #735d42 !important;
}
body .product-carousel-4 .product-carousel__item {
  border: 0 !important;
}
.split-color-custom-22
  .product-personalizer
  button.btn.pplr-c-button.pplr-btn.button.Button--secondary.ptc_button {
  min-width: 100%;
}
html
  body
  .split-color-custom-22
  .product--add-to-cart-form
  button[type="submit"].button,
.split-color-custom-22
  .product-personalizer
  button.btn.pplr-c-button.pplr-btn.button.Button--secondary.ptc_button {
  font-size: 15px !important;
  height: 58px !important;
  line-height: 54px !important;
}
html
  body
  .split-color-custom-22
  .product--add-to-cart-form
  button[type="submit"].button {
  min-width: 49%;
}
body
  .split-color-custom-22
  .cart-functions.payment-button--false
  .product-personalizer {
  width: 49%;
  flex: 0 0 49%;
  margin: 0 !important;
}
.split-color-custom-22 .offers .shopify-product-form .product-variants-holder,
.split-color-custom-22 .offers .shopify-product-form .innersec {
  flex: 0 0 100%;
  max-width: 100%;
}
.split-color-custom-22 .offers .shopify-product-form .cart-functions {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
.split-color-custom-22 .offers .shopify-product-form .cart-functions {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
.split-color-custom-22 .offers .shopify-product-form {
  flex-direction: column;
}
.lv-header__main-nav-burger {
  left: 0.5rem;
}
.lv-megamenu-list__item.-disabled:not(:hover) {
  opacity: 0.6;
}
body div#toggleMenu {
  margin-top: 0;
}
.list-label-l {
  font-size: 16px;
  letter-spacing: 0.025rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.lv-header__main-nav-burger {
  right: 0.5rem;
}
body .lv-mega-menu-grid__items {
  list-style: none !important;
}
@media screen and (min-width: 48rem) {
  .lv-header__main-nav-burger {
    display: none;
  }
}

.lv-header__main-nav-burger .lv-header-icon-burger {
  display: flex;
  height: 100%;
  align-items: center;
}

.lv-header__main-nav-burger .lv-header-icon-burger {
  padding: 0.5rem;
}

.lv-header__utility-items {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}

.lv-header__utility-items {
  padding: 0 1rem 0 2.5rem;
}

.lv-header__utility-items {
  padding: 0 2.5rem 0 1rem;
}

@media screen and (min-width: 48rem) {
  .lv-header__utility-items {
    box-sizing: border-box;
  }

  .lv-header__utility-items {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }

  .lv-header__utility-items {
    margin-left: var(--burger-button-width);
  }

  .lv-header__utility-items {
    margin-right: var(--burger-button-width);
  }
}

@media screen and (min-width: 48rem) and (min-width: 48rem) {
  .lv-header__utility-items {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}

@media screen and (min-width: 48rem) and (min-width: 64rem) {
  .lv-header__utility-items {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}

@media screen and (min-width: 48rem) and (min-width: 90rem) {
  .lv-header__utility-items {
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
  }
}

.lv-header__utility-label {
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  font-weight: 400;
}

.lv-header__utility-item {
  color: #000;
  display: flex;
}

.lv-header__utility-item {
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.lv-header__utility-item a {
  color: #000;
}

.lv-header__utility-item a {
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.lv-header__utility-item .lv-icon {
  width: 1rem;
  height: 1rem;
}

.lv-header__utility-item .lv-button {
  display: inline-flex;
  align-items: center;
}

.lv-header__utility-item .lv-button {
  padding: 0;
}

.lv-header__utility-item .lv-button .lv-icon + span {
  padding-left: 1rem;
}

.lv-header__utility-item .lv-button .lv-icon + span {
  padding-right: 1rem;
}

.lv-header__utility-item.-mylv,
.lv-header__utility-item.-wishlist {
  display: none;
}

.lv-header__utility-item.-search {
  margin-left: 0.25rem;
}

.lv-header__utility-item.-search {
  margin-right: 0.25rem;
}

.lv-header__utility-item.-search .lv-button {
  padding: 0.5rem;
  transition: none;
}

.lv-header__utility-item.-search span {
  display: none;
}

.lv-header__utility-item.-cart {
  flex: 1;
  justify-content: flex-end;
}

@media screen and (min-width: 48rem) {
  .lv-header__utility-item.-search {
    flex: 1;
  }

  .lv-header__utility-item.-mylv,
  .lv-header__utility-item.-search,
  .lv-header__utility-item.-wishlist {
    display: flex;
  }

  .lv-header__utility-item.-mylv .lv-header__utility-label,
  .lv-header__utility-item.-search .lv-header__utility-label,
  .lv-header__utility-item.-wishlist .lv-header__utility-label {
    display: block;
  }

  .lv-header__utility-item.-mylv,
  .lv-header__utility-item.-wishlist {
    max-width: 7.5rem;
  }

  .lv-header__utility-item.-mylv,
  .lv-header__utility-item.-wishlist {
    margin-right: 1rem;
    text-align: right;
  }

  .lv-header__utility-item.-mylv,
  .lv-header__utility-item.-wishlist {
    margin-left: 1rem;
    text-align: left;
  }

  .lv-header__utility-item.-mylv .lv-icon,
  .lv-header__utility-item.-wishlist .lv-icon {
    display: none;
  }

  .lv-header__utility-item.-cart {
    flex: 0 0 auto;
  }

  .lv-header__utility-item:last-child {
    margin-right: 0;
  }

  .lv-header__utility-item:last-child {
    margin-left: 0;
  }
}

@media screen and (min-width: 64rem) {
  .lv-header__utility-item.-mylv,
  .lv-header__utility-item.-wishlist {
    max-width: none;
  }

  .lv-header__utility-item.-mylv a,
  .lv-header__utility-item.-mylv button,
  .lv-header__utility-item.-wishlist a,
  .lv-header__utility-item.-wishlist button {
    padding: 0 0.5rem;
  }

  .lv-header__utility-item:last-child a,
  .lv-header__utility-item:last-child button {
    padding-right: 0;
  }

  .lv-header__utility-item:last-child a,
  .lv-header__utility-item:last-child button {
    padding-left: 0;
  }
}

.lv-header__search {
  position: absolute;
  top: 100%;
  height: 4.5rem;
  display: flex;
}

.lv-header__search {
  border-bottom: 1px solid #eae8e4;
  left: 0;
  right: 0;
  background: #fff;
  padding: 0 1rem;
}

@media screen and (min-width: 48rem) {
  .lv-header__search {
    top: 0;
    z-index: 2;
    height: 5.5rem;
    box-sizing: border-box;
  }

  .lv-header__search {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}

@media screen and (min-width: 48rem) and (min-width: 48rem) {
  .lv-header__search {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}

@media screen and (min-width: 48rem) and (min-width: 64rem) {
  .lv-header__search {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}

@media screen and (min-width: 48rem) and (min-width: 90rem) {
  .lv-header__search {
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
  }
}

@media screen and (min-width: 48rem) {
  .lv-header__search .lv-search-input {
    max-width: 40rem;
  }

  .lv-header__search .lv-search-input {
    margin: 0 auto;
  }
}

@media screen and (min-width: 68.75rem) {
  .lv-header__search .lv-search-input {
    max-width: 45rem;
  }
}

.lv-header__search-close {
  position: absolute;
}

.lv-header__search-close.-form {
  display: none;
}

.lv-header__search-close.-predictive {
  top: 0.5rem;
}

.lv-header__search-close.-predictive {
  right: 1rem;
}

.lv-header__search-close.-predictive {
  left: 1rem;
}

@media screen and (min-width: 48rem) {
  .lv-header__search-close.-predictive {
    display: none;
  }

  .lv-header__search-close.-form {
    display: flex;
    top: 50%;
  }

  .lv-header__search-close.-form {
    transform: translateY(-50%);
  }

  .lv-header__search-close.-form {
    right: 3.125vw;
  }

  .lv-header__search-close.-form {
    left: 3.125vw;
  }
}

.lv-header__predictive {
  position: absolute;
  top: 8.0625rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 11;
  max-height: calc(var(--vh, 1vh) * 100 - 8rem);
}

.lv-header__predictive {
  background-color: #fff;
  left: 0;
  right: 0;
}

@media screen and (min-width: 48rem) {
  .lv-header__predictive {
    top: 5.5rem;
    max-height: calc(var(--vh, 1vh) * 100 - 5.5rem);
  }
}

.lv-header__predictive.expand-enter-active {
  transition-delay: 0.2s;
}

.lv-header__lock {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.lv-header__lock [data-lock] {
  height: 100%;
}

.lv-modal__content .lv-header__login {
  padding-bottom: 0;
}
body  .show-lazy-preloader.current {
    display: none;
}

.site-box-content  .showimageclass.current {
    display: block !important;
}
@media screen and (min-width: 48rem) {
  .lv-modal__content .lv-header__login {
    padding-bottom: 3rem;
  }
}

.lv-header__login .lv-login-form__form,
.lv-header__login .lv-reset-password__form {
  padding-bottom: 1.5rem;
}

.lv-header__login-separator {
  border-top: 1px solid #eae8e4;
  padding-bottom: 1.5rem;
}

@media screen and (min-width: 48rem) {
  .lv-header__login-separator {
    padding-bottom: 3rem;
  }
}

.-header-is-immersive .lv-header .-transparent .lv-header__container {
  background: transparent;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  box-shadow: none;
}

.-header-is-immersive
  .lv-header
  .-transparent
  .lv-header__container
  + .lv-header__search.slide-down-leave-to {
  opacity: 0;
}

.-header-is-immersive
  .lv-header
  .-transparent
  .lv-header__container
  + .lv-header__search.slide-down-leave-to {
  transform: none;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (min-width: 48rem) {
  .-header-is-immersive
    .lv-header
    .-transparent
    .lv-header__container
    + .lv-header__search.slide-down-leave-to {
    opacity: 1;
  }

  .-header-is-immersive
    .lv-header
    .-transparent
    .lv-header__container
    + .lv-header__search.slide-down-leave-to {
    transform: translateY(-100%);
    transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-delay: 0.3s;
  }
}

.-header-is-immersive .lv-header .-transparent.-contrast .lv-header__container {
  color: #fff;
}

.-header-is-immersive
  .lv-header
  .-transparent.-contrast
  .lv-header__utility
  .lv-notification-bubble:after {
  background-color: #fff;
}

.-header-is-immersive .lv-header .-transparent.-contrast .lv-header__logo a,
.-header-is-immersive
  .lv-header
  .-transparent.-contrast
  .lv-header__utility-item,
.-header-is-immersive
  .lv-header
  .-transparent.-contrast
  .lv-header__utility-item
  a {
  color: #fff;
}

.-header-is-immersive .lv-header .-transparent.-contrast .lv-header__logo a {
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.-header-is-immersive
  .lv-header
  .-transparent.-contrast
  .lv-icon-with-count__count {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
}

.-header-is-immersive .lv-header .-transparent.-contrast .lv-env-badge {
  color: #fff;
}

.-header-is-immersive .lv-header .-transparent.-contrast .lv-env-badge {
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (-moz-touch-enabled: 0),
  (-webkit-hover: hover),
  (hover: hover) and (pointer: fine) {
  .-header-is-immersive .lv-header .-transparent:hover .lv-header__container {
    color: #000;
  }

  .-header-is-immersive .lv-header .-transparent:hover .lv-header__container {
    background: #fff;
    box-shadow: 0 1px 0 0 #eae8e4;
  }

  .-header-is-immersive
    .lv-header
    .-transparent:hover
    .lv-header__utility
    .lv-notification-bubble:after {
    background-color: #d6852a;
  }

  .-header-is-immersive .lv-header .-transparent:hover .lv-header__logo a,
  .-header-is-immersive .lv-header .-transparent:hover .lv-header__utility-item,
  .-header-is-immersive
    .lv-header
    .-transparent:hover
    .lv-header__utility-item
    a {
    color: #000;
  }

  .-header-is-immersive
    .lv-header
    .-transparent:hover
    .lv-icon-with-count__count {
    background-color: #000;
  }

  .-header-is-immersive .lv-header .-transparent:hover .lv-env-badge {
    color: #000;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes spinner {
  0% {
    transform: rotate(-90deg);
    stroke-dashoffset: 132;
  }

  50% {
    transform: rotate(270deg);
    stroke-dashoffset: 28;
  }

  to {
    transform: rotate(630deg);
    stroke-dashoffset: 132;
  }
}

.lv-logo__wrap {
  display: block;
  height: 100%;
  width: 100%;
}

.lv-logo__wrap {
  margin: 0;
}

.lv-logo__wrap:focus {
  overflow: hidden;
}

.lv-logo svg {
  width: 100%;
  height: 100%;
}

.lv-logo path {
  fill: currentColor;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes spinner {
  0% {
    transform: rotate(-90deg);
    stroke-dashoffset: 132;
  }

  50% {
    transform: rotate(270deg);
    stroke-dashoffset: 28;
  }

  to {
    transform: rotate(630deg);
    stroke-dashoffset: 132;
  }
}

.lv-mega-menu__wrapper {
  position: fixed;
  top: 3.5rem;
  z-index: 11;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.lv-mega-menu__wrapper {
  left: 0;
  right: 0;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.lv-mega-menu__wrapper.-active {
  opacity: 1;
  visibility: visible;
  height: calc(var(--vh, 1vh) * 100 - 3.5rem);
}

@media screen and (min-width: 48rem) {
  .lv-mega-menu__wrapper {
    height: 100vh;
    top: 0;
    width: 33.3333333333%;
    max-width: 30rem;
  }

  .lv-mega-menu__wrapper {
    right: auto;
    box-shadow: inset -1px 0 0 #eae8e4;
    transform: translate3d(-100%, 0, 0);
  }

  .lv-mega-menu__wrapper {
    left: auto;
    box-shadow: inset 1px 0 0 #eae8e4;
    transform: translate3d(100%, 0, 0);
  }

  .lv-mega-menu__wrapper.-active {
    height: 100vh;
  }

  .lv-mega-menu__wrapper.-active {
    transform: translateZ(0);
  }
}

.lv-mega-menu__content {
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
  color: #000;
  -webkit-overflow-scrolling: touch;
}

.lv-mega-menu__content {
  padding: 1rem 0 4rem;
}

.lv-mega-menu__content.-no-scroll {
  overflow: hidden;
}

@media screen and (min-width: 48rem) {
  .lv-mega-menu__content {
    margin-top: 5rem;
    padding: 0 0 1rem;
  }
}

.lv-mega-menu .lv-mega-menu__backdrop {
  height: calc(var(--vh, 1vh) * 100);
  z-index: 10;
}

.lv-mega-menu .lv-mega-menu__burger {
  position: absolute;
  top: 50%;
  z-index: 12;
}

.lv-mega-menu .lv-mega-menu__burger {
  padding: 0.5rem;
  transform: translateY(-50%);
}

.lv-mega-menu .lv-mega-menu__burger {
  left: 0.5rem;
}

.lv-mega-menu .lv-mega-menu__burger {
  right: 0.5rem;
}

@media screen and (min-width: 48rem) {
  .lv-mega-menu .lv-mega-menu__burger {
    left: 0;
    margin-left: calc(3.125vw - 0.5rem);
  }

  .lv-mega-menu .lv-mega-menu__burger {
    right: 0;
    margin-right: calc(3.125vw - 0.5rem);
  }
}

@media screen and (min-width: 64rem) {
  .lv-mega-menu .lv-mega-menu__burger {
    margin-left: calc(3.125vw - 0.5rem);
  }

  .lv-mega-menu .lv-mega-menu__burger {
    margin-right: calc(3.125vw - 0.5rem);
  }
}

@media screen and (min-width: 90rem) {
  .lv-mega-menu .lv-mega-menu__burger {
    margin-left: calc(3.33333vw - 0.5rem);
  }

  .lv-mega-menu .lv-mega-menu__burger {
    margin-right: calc(3.33333vw - 0.5rem);
  }
}

@media screen and (min-width: 48rem) {
  .lv-mega-menu__list {
    padding-bottom: 6rem;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes spinner {
  0% {
    transform: rotate(-90deg);
    stroke-dashoffset: 132;
  }

  50% {
    transform: rotate(270deg);
    stroke-dashoffset: 28;
  }

  to {
    transform: rotate(630deg);
    stroke-dashoffset: 132;
  }
}

.lv-header-icon-burger {
  position: relative;
  display: flex;
  align-items: center;
}

.lv-header-icon-burger__bars {
  display: inline-block;
  position: relative;
  height: 1rem;
  width: 1rem;
}

.lv-header-icon-burger__bars:after,
.lv-header-icon-burger__bars:before,
.lv-header-icon-burger__bars span:after,
.lv-header-icon-burger__bars span:before {
  content: "";
  display: block;
  height: 0.0625rem;
  position: absolute;
  width: 100%;
}

.lv-header-icon-burger__bars:after,
.lv-header-icon-burger__bars:before,
.lv-header-icon-burger__bars span:after,
.lv-header-icon-burger__bars span:before {
  background: currentColor;
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transform-origin: 50% 50%;
}

.lv-header-icon-burger__bars:after,
.lv-header-icon-burger__bars:before,
.lv-header-icon-burger__bars span:after,
.lv-header-icon-burger__bars span:before {
  left: 50%;
  transform: translateX(-50%);
}

.lv-header-icon-burger__bars:after,
.lv-header-icon-burger__bars:before,
.lv-header-icon-burger__bars span:after,
.lv-header-icon-burger__bars span:before {
  right: 50%;
  transform: translateX(50%);
}

.lv-header-icon-burger__bars:before {
  top: 0.0625rem;
}

.lv-header-icon-burger__bars:after {
  top: 0.8125rem;
}

.lv-header-icon-burger__bars span:after,
.lv-header-icon-burger__bars span:before {
  top: 0.4375rem;
}

[aria-expanded="true"] .lv-header-icon-burger__bars:after,
[aria-expanded="true"] .lv-header-icon-burger__bars:before {
  top: 0.4375rem;
  opacity: 0;
}

[aria-expanded="true"] .lv-header-icon-burger__bars:after,
[aria-expanded="true"] .lv-header-icon-burger__bars:before {
  transform: translateX(-50%) scale(0);
}

[aria-expanded="true"] .lv-header-icon-burger__bars:after,
[aria-expanded="true"] .lv-header-icon-burger__bars:before {
  transform: translateX(50%) scale(0);
}

[aria-expanded="true"] .lv-header-icon-burger__bars span:before {
  transform: translateX(-50%) rotate(-45deg);
}

[aria-expanded="true"] .lv-header-icon-burger__bars span:before {
  transform: translateX(50%) rotate(45deg);
}

[aria-expanded="true"] .lv-header-icon-burger__bars span:after {
  transform: translateX(-50%) rotate(45deg);
}

[aria-expanded="true"] .lv-header-icon-burger__bars span:after {
  transform: translateX(50%) rotate(-45deg);
}

.lv-header-icon-burger__desktop-label {
  max-height: 1.25rem;
  overflow: hidden;
}

.lv-header-icon-burger__desktop-label {
  margin-left: 1rem;
}

.lv-header-icon-burger__desktop-label {
  margin-right: 1rem;
}

.lv-header-icon-burger__desktop-label:lang(ja),
.lv-header-icon-burger__desktop-label:lang(ko),
.lv-header-icon-burger__desktop-label:lang(zh) {
  max-height: 1rem;
}

.lv-header-icon-burger__desktop-label span {
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: inherit;
  display: block;
}

.lv-header-icon-burger__desktop-label span {
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.lv-header-icon-burger__desktop-label span:lang(ko),
.lv-header-icon-burger__desktop-label span:lang(zh) {
  font-size: 0.7875rem;
}

.lv-header-icon-burger__desktop-label span:lang(ja) {
  font-size: 0.7rem;
}

.lv-header-icon-burger__desktop-label span:lang(ja),
.lv-header-icon-burger__desktop-label span:lang(ko),
.lv-header-icon-burger__desktop-label span:lang(th),
.lv-header-icon-burger__desktop-label span:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-header-icon-burger__desktop-label span:lang(th) {
  word-break: break-word;
}

.lv-header-icon-burger__desktop-label span:lang(vi) {
  line-height: 1.3;
}

.lv-header-icon-burger.-active .lv-header-icon-burger__desktop-label span {
  transform: translateY(-100%);
}

.lv-header-icon-burger .lv-notification-bubble {
  position: absolute;
  top: 0.75rem;
}

.lv-header-icon-burger .lv-notification-bubble {
  right: 0.125rem;
}

.lv-header-icon-burger .lv-notification-bubble {
  left: 0.125rem;
}

.lv-mega-menu .lv-header-icon-burger .lv-notification-bubble {
  top: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes spinner {
  0% {
    transform: rotate(-90deg);
    stroke-dashoffset: 132;
  }

  50% {
    transform: rotate(270deg);
    stroke-dashoffset: 28;
  }

  to {
    transform: rotate(630deg);
    stroke-dashoffset: 132;
  }
}

.lv-notification-bubble {
  position: absolute;
}

.lv-notification-bubble:after {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
}

.lv-notification-bubble:after {
  border-radius: 50%;
  background-color: #d6852a;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes spinner {
  0% {
    transform: rotate(-90deg);
    stroke-dashoffset: 132;
  }

  50% {
    transform: rotate(270deg);
    stroke-dashoffset: 28;
  }

  to {
    transform: rotate(630deg);
    stroke-dashoffset: 132;
  }
}

.lv-megamenu-list__items {
  box-sizing: border-box;
}

.lv-megamenu-list__items {
  padding-left: 6.4vw;
  padding-right: 6.4vw;
}

@media screen and (min-width: 48rem) {
  body .lv-megamenu-list__items {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}

@media screen and (min-width: 64rem) {
  body .lv-megamenu-list__items {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}

@media screen and (min-width: 90rem) {
  body .lv-megamenu-list__items {
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
  }
}

.lv-megamenu-list__items:not(.-level1) {
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: inherit;
}

.lv-megamenu-list__items:not(.-level1):lang(ko),
.lv-megamenu-list__items:not(.-level1):lang(zh) {
  font-size: 0.9rem;
}

.lv-megamenu-list__items:not(.-level1):lang(ja) {
  font-size: 0.8rem;
}

.lv-megamenu-list__items:not(.-level1):lang(ja),
.lv-megamenu-list__items:not(.-level1):lang(ko),
.lv-megamenu-list__items:not(.-level1):lang(th),
.lv-megamenu-list__items:not(.-level1):lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-megamenu-list__items:not(.-level1):lang(th) {
  word-break: break-word;
}

.lv-megamenu-list__items:not(.-level1):lang(vi) {
  line-height: 1.3;
}

@media screen and (min-width: 48rem) {
  .lv-megamenu-list__items:not(.-level1) {
    font-size: 1.125rem;
    letter-spacing: 0.025rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: inherit;
  }

  .lv-megamenu-list__items:not(.-level1) {
    padding-top: 0.5rem;
  }

  .lv-megamenu-list__items:not(.-level1):lang(ko),
  .lv-megamenu-list__items:not(.-level1):lang(zh) {
    font-size: 1.0125rem;
  }

  .lv-megamenu-list__items:not(.-level1):lang(ja) {
    font-size: 0.9rem;
  }

  .lv-megamenu-list__items:not(.-level1):lang(ja),
  .lv-megamenu-list__items:not(.-level1):lang(ko),
  .lv-megamenu-list__items:not(.-level1):lang(th),
  .lv-megamenu-list__items:not(.-level1):lang(zh) {
    letter-spacing: 0;
    line-height: normal;
    font-style: normal;
  }

  .lv-megamenu-list__items:not(.-level1):lang(th) {
    word-break: break-word;
  }

  .lv-megamenu-list__items:not(.-level1):lang(vi) {
    line-height: 1.3;
  }
}

.lv-megamenu-list__items.-level1 {
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.75rem;
  font-weight: 600;
  color: inherit;
  font-weight: 400;
}

.lv-megamenu-list__items.-level1:lang(ko),
.lv-megamenu-list__items.-level1:lang(zh) {
  font-size: 1.35rem;
}

.lv-megamenu-list__items.-level1:lang(ja) {
  font-size: 1.2rem;
}

.lv-megamenu-list__items.-level1:lang(ja),
.lv-megamenu-list__items.-level1:lang(ko),
.lv-megamenu-list__items.-level1:lang(th),
.lv-megamenu-list__items.-level1:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-megamenu-list__items.-level1:lang(th) {
  word-break: break-word;
}

.lv-megamenu-list__items.-level1:lang(vi) {
  line-height: 1.3;
}

.lv-megamenu-list__items:first-of-type:not(:last-child) {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #eae8e4;
}

.lv-megamenu-list__items:first-of-type:not(:last-child).-level1 {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
}

.lv-megamenu-list__services {
  box-sizing: border-box;
}

.lv-megamenu-list__services {
  padding-left: 6.4vw;
  padding-right: 6.4vw;
}

@media screen and (min-width: 48rem) {
  .lv-megamenu-list__services {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}

@media screen and (min-width: 64rem) {
  .lv-megamenu-list__services {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}

@media screen and (min-width: 90rem) {
  .lv-megamenu-list__services {
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
  }
}

@media screen and (min-width: 48rem) {
  .lv-megamenu-list__services {
    margin-top: 2.5rem;
  }
}

.lv-megamenu-list__services.-hidden {
  visibility: hidden;
}

.lv-megamenu-list__grid {
  margin-bottom: 1rem;
  border-bottom: 1px solid #eae8e4;
}

@media screen and (min-width: 48rem) {
  .lv-megamenu-list__grid {
    margin-bottom: 3rem;
  }
}

.lv-megamenu-list__grid + .lv-megamenu-list__items {
  padding-top: 0;
}

.lv-megamenu-list__wrapper {
  position: relative;
}

.lv-megamenu-list__wrapper .lv-icon {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  pointer-events: none;
  left: auto;
  right: 0;
}

.lv-megamenu-list__wrapper .lv-icon {
  transform: translateY(-50%);
}

.lv-megamenu-list__wrapper .lv-icon {
  right: 0;
}

@media screen and (min-width: 48rem) {
  .lv-megamenu-list.-is-selected > .lv-megamenu-list__item:not(.-active) {
    color: #b4b4b4;
  }
}
.lv-megamenu-list__items li.lv-megamenu-list__item {
  list-style: none;
  text-align: left;
}
.lv-megamenu-list__item > a {
  color: currentColor;
}

.lv-megamenu-list__item.-disabled:not(:hover) {
  opacity: 0.6;
}

.lv-megamenu-list__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.lv-megamenu-list__button {
  padding: 0.75rem 0;
}

@media screen and (min-width: 768px) {
  body .lv-mega-menu__wrapper {
    transform: translate3d(-100%, 0, 0);
  }
  body .lv-mega-menu__wrapper {
    left: 0 !important;
    right: auto !important;
  }
}

.lv-megamenu-list__button .lv-icon {
  width: 1rem;
  height: 1rem;
}

.lv-megamenu-list__button span {
  text-decoration: none;
  color: #ac8e6a;
}
.lv-megamenu-list__wrapper .lv-icon path {
  fill: #ac8e6a;
}

.lv-megamenu-list__button span {
  box-shadow: 0 2px 0 -1px;
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  cursor: pointer;
  box-shadow: none;
}

@media screen and (min-width: 48rem) {
  .lv-megamenu-list__button span {
    box-shadow: none;
    background-image: linear-gradient(#19110b, #19110b);
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }

  .lv-megamenu-list__button span {
    background-position: 0 100%;
  }

  .lv-megamenu-list__button span {
    background-position: 100% 100%;
  }
}

@media screen and (min-width: 48rem) and (-moz-touch-enabled: 0),
  screen and (min-width: 48rem) and (-webkit-hover: hover),
  screen and (min-width: 48rem) and (hover: hover) and (pointer: fine) {
  .lv-megamenu-list__button span:hover {
    background-size: 100% 1px;
  }
}

.keyboard-is-used .lv-megamenu-list__button span:focus {
  color: rgba(25, 17, 11, 0.6);
}

.lv-megamenu-list__button span:disabled {
  color: rgba(25, 17, 11, 0.4);
}

.lv-megamenu-list__button span:disabled {
  cursor: auto;
}

.lv-megamenu-list__panel {
  opacity: 0;
  visibility: hidden;
}

.lv-megamenu-list__panel {
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1),
    transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.lv-megamenu-list__panel {
  transform: translate3d(100%, 0, 0);
}

.lv-megamenu-list__panel {
  transform: translate3d(-100%, 0, 0);
}

.lv-megamenu-list__panel.-active {
  opacity: 1;
  visibility: visible;
}

.lv-megamenu-list__panel.-active {
  transform: translateZ(0);
}

@media screen and (min-width: 48rem) {
  .lv-megamenu-list__panel {
    transition: none;
    transform: none;
  }
}

.lv-megamenu-list__recommended-title {
  box-sizing: border-box;
  color: #5e5a56;
}

.lv-megamenu-list__recommended-title {
  padding-left: 6.4vw;
  padding-right: 6.4vw;
}

@media screen and (min-width: 48rem) {
  .lv-megamenu-list__recommended-title {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}

@media screen and (min-width: 64rem) {
  .lv-megamenu-list__recommended-title {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}

@media screen and (min-width: 90rem) {
  .lv-megamenu-list__recommended-title {
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
  }
}
.lv-mega-menu-grid__items {
  list-style: none;
}
.lv-megamenu-list .-stagger-down,
.lv-megamenu-list .-stagger-up {
  opacity: 1;
}

.lv-megamenu-list .-stagger-down,
.lv-megamenu-list .-stagger-up {
  transition: all 0.3s calc(var(--i) * 0.03s)
    cubic-bezier(0.39, 0.575, 0.565, 1);
}

.lv-megamenu-list .-stagger-up {
}

.lv-megamenu-list .-stagger-down {
}

.lv-megamenu-list.-active .lv-mega-menu-services [class*="-stagger-"],
.lv-megamenu-list.-active
  > ul
  > li
  > .lv-megamenu-list__wrapper
  > [class*="-stagger-"],
.lv-megamenu-list.-active > ul > li > [class*="-stagger-"] {
  opacity: 1;
}

.lv-megamenu-list.-active .lv-mega-menu-services [class*="-stagger-"],
.lv-megamenu-list.-active
  > ul
  > li
  > .lv-megamenu-list__wrapper
  > [class*="-stagger-"],
.lv-megamenu-list.-active > ul > li > [class*="-stagger-"] {
  transform: translateY(0);
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes spinner {
  0% {
    transform: rotate(-90deg);
    stroke-dashoffset: 132;
  }

  50% {
    transform: rotate(270deg);
    stroke-dashoffset: 28;
  }

  to {
    transform: rotate(630deg);
    stroke-dashoffset: 132;
  }
}

.lv-mega-menu-panel {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.lv-mega-menu-panel {
  background-color: #fff;
}

.lv-mega-menu-panel {
  left: 0;
}

.lv-mega-menu-panel {
  right: 0;
}

.lv-mega-menu-panel [data-lock] {
  height: 100%;
}

@media screen and (min-width: 48rem) {
  .lv-mega-menu-panel {
    left: 100%;
    box-shadow: inset -1px 0 0 #eae8e4;
  }

  .lv-mega-menu-panel {
    right: 100%;
    box-shadow: inset 1px 0 0 #eae8e4;
  }
}

.lv-mega-menu-panel__header {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  font-weight: 600;
  color: inherit;
  font-weight: 400;
}

.lv-mega-menu-panel__header {
  border-bottom: 1px solid #f2efeb;
}

.lv-mega-menu-panel__header:lang(ko),
.lv-mega-menu-panel__header:lang(zh) {
  font-size: 1.125rem;
}

.lv-mega-menu-panel__header:lang(ja) {
  font-size: 1rem;
}

.lv-mega-menu-panel__header:lang(ja),
.lv-mega-menu-panel__header:lang(ko),
.lv-mega-menu-panel__header:lang(th),
.lv-mega-menu-panel__header:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-mega-menu-panel__header:lang(th) {
  word-break: break-word;
}

.lv-mega-menu-panel__header:lang(vi) {
  line-height: 1.3;
}

@media screen and (min-width: 48rem) {
  .lv-mega-menu-panel__header {
    display: none;
  }
}

.lv-mega-menu-panel__content {
  flex: 1;
  overflow: auto;
  max-height: 100%;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

.lv-mega-menu-panel__content {
  padding: 1rem 0 4rem;
}

.lv-mega-menu-panel__content.-has-grid {
  padding: 0 0 4rem;
}

.lv-mega-menu-panel__content.-no-scroll {
  overflow: hidden;
}

@media screen and (min-width: 48rem) {
  .lv-mega-menu-panel__content {
    padding: 5rem 0 1rem;
  }
}

.lv-mega-menu-panel__back {
  width: 3.375rem;
  height: 3rem;
}

.lv-mega-menu-panel__back {
  text-align: center;
}

.lv-mega-menu-panel__back .lv-icon {
  width: 1rem;
  height: 1rem;
}

.lv-mega-menu-panel__back .lv-icon {
  padding: 1rem 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes spinner {
  0% {
    transform: rotate(-90deg);
    stroke-dashoffset: 132;
  }

  50% {
    transform: rotate(270deg);
    stroke-dashoffset: 28;
  }

  to {
    transform: rotate(630deg);
    stroke-dashoffset: 132;
  }
}

.lv-mega-menu-grid {
  display: flex;
  flex-wrap: wrap;
}

.lv-mega-menu-grid__items {
  width: 50%;
}

.lv-mega-menu-grid__items {
  background-color: #fff;
}

.lv-mega-menu-grid__items.-fullwidth {
  width: 100%;
}

.lv-mega-menu-grid__link {
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media (-moz-touch-enabled: 0),
  (-webkit-hover: hover),
  (hover: hover) and (pointer: fine) {
  .lv-mega-menu-grid__link {
    position: relative;
  }

  .lv-mega-menu-grid__link:after {
    display: block;
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    bottom: 0;
    will-change: box-shadow;
  }

  .lv-mega-menu-grid__link:after {
    left: 0;
    right: 0;
    transition: box-shadow 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }

  .lv-mega-menu-grid__link:hover:after {
    box-shadow: inset 0 0 0 5px #eae8e4;
  }

  .keyboard-is-used .lv-mega-menu-grid__link:focus:after {
    outline: 0;
  }

  .keyboard-is-used .lv-mega-menu-grid__link:focus:after {
    box-shadow: inset 0 0 0 1px #7c6e65;
  }

  .lv-mega-menu-grid__link:active:after {
    box-shadow: inset 0 0 0 1px #eae8e4;
  }

  .lv-mega-menu-grid__link:after {
    transition: none;
  }

  .lv-mega-menu-grid__link:hover:after {
    box-shadow: inset 0 0 0 1px #eae8e4;
  }
}

.lv-mega-menu-grid__description {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lv-mega-menu-grid__description {
  padding: 0.5rem 1rem 1.5rem;
  text-align: center;
}

@media screen and (min-width: 48rem) {
  .lv-mega-menu-grid__description {
    padding: 0.8rem 1rem 0.8rem;
  }
}
.lv-mega-menu__content button#site-close-handle {
  left: 33px;
  top: 27px;
}
body #site-nav--desktop button#site-menu-handle {
  display: none;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes spinner {
  0% {
    transform: rotate(-90deg);
    stroke-dashoffset: 132;
  }

  50% {
    transform: rotate(270deg);
    stroke-dashoffset: 28;
  }

  to {
    transform: rotate(630deg);
    stroke-dashoffset: 132;
  }
}

.lv-mega-menu-services {
  display: flex;
  flex-direction: column;
}

.lv-mega-menu-services__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 1.5rem;
}

.lv-mega-menu-services__item .lv-header-service-call,
.lv-mega-menu-services__item .lv-smart-link,
.lv-mega-menu-services__item button.lv-header-icon-account {
  width: 100%;
}

.lv-mega-menu-services__item .lv-header-service-call,
.lv-mega-menu-services__item .lv-smart-link,
.lv-mega-menu-services__item button.lv-header-icon-account {
  padding: 0.5rem 0;
}

.lv-mega-menu-services.-with-icons
  .lv-mega-menu-services__item:not(:first-child) {
  border-top: 1px solid #eae8e4;
}

.lv-mega-menu-services.-with-icons
  .lv-mega-menu-services__item
  .lv-header-service-call,
.lv-mega-menu-services.-with-icons .lv-mega-menu-services__item .lv-smart-link,
.lv-mega-menu-services.-with-icons
  .lv-mega-menu-services__item
  button.lv-header-icon-account {
  width: 100%;
}

.lv-mega-menu-services.-with-icons
  .lv-mega-menu-services__item
  .lv-header-service-call,
.lv-mega-menu-services.-with-icons .lv-mega-menu-services__item .lv-smart-link,
.lv-mega-menu-services.-with-icons
  .lv-mega-menu-services__item
  button.lv-header-icon-account {
  padding: 1rem 0;
}
body .lv-megamenu-list__button {
  font-size: 18px;
}
.lv-mega-menu-panel__back svg {
  width: 28px;
  height: 30px;
}

.lv-mega-menu-panel__back svg path {
  fill: #ac8e6a;
}
body .ship-to-button .ship-to-button__flag {
    display: none;
}

@media (max-width: 767px) {
  body .lv-mega-menu__wrapper {
    top: 6.4em;
  }
  .top-bar-navm {
    justify-content: center;
}

.top-bar-navm .top-bar-first-sect {
    width: 100%;
}
  body .product--add-to-cart-form.style--minimal ul {
    left: 0;
    margin: 0;
    width: 100%;
}
  .offers .shopify-product-form .product-variants-holder.newbtnsec, .offers .shopify-product-form .innersec.newbtnsec {
    flex: 0 0 100% !important;
    max-width: 100%!important;
    width: 100%!important;
}
  body .top-bar-first-sect {
    display: block;
}
  .site-box-content .badge-if-a,
  .site-box-content1 .badge-if-a {
    right: 8px;
    left: auto;
  }
  body
    .split-color-custom-22
    .custom-latest-new
    .offers
    .shopify-product-form
    .cart-functions.payment-button--false
    button.button.color {
    min-width: 100%;
    height: 56px !important;
    line-height: 54px !important;
  }
  html body .badge-if-a .product-badge {
    font-size: 8px;
    padding: 5px 4px;
  }
  body .badge-if-a {
    top: 7px;
    left: 7px;
  }
  .coll-swat ul.extcustswatch li {
    height: 20px;
    width: 20px;
    margin: 0 1px;
    padding: 2px;
    min-width: 20px;
    margin-bottom: 2px;
  }
  html
    body
    .split-color-custom-22
    .product--add-to-cart-form
    button[type="submit"].button,
  .split-color-custom-22
    .product-personalizer
    button.btn.pplr-c-button.pplr-btn.button.Button--secondary.ptc_button {
    font-size: 0.75rem !important;
    height: 54px !important;
    line-height: 48px !important;
  }
  .lv-mega-menu-panel__header {
    border-bottom: 1px solid #f2efeb;
    border-top: 1px solid #f2efeb;
  }
  .lv-mega-menu__list span {
    color: #ac8e6a;
  }
  body div#site-overlay.hidemobileclass {
    opacity: 0;
    visibility: hidden;
  }
  .lv-mega-menu__content button#site-close-handle {
    display: none;
  }
  .site-nav.style--sidebar li.has-submenu:not(.collections-menu) .submenu li a {
    display: block;
  }
  .site-nav.style--sidebar
    li.has-submenu:not(.collections-menu)
    .submenu
    li:not(:last-child) {
    margin-bottom: 5px;
  }
  body .site-nav.style--sidebar .has-babymenu a .icon-go {
    margin-left: 0px !important;
    top: 13px !important;
    left: 100%;
    right: -15px !important;
    left: auto;
  }

  html body .site-close-handle {
    top: 20px;
    right: 18px;
  }
  body .site-nav.style--sidebar .collections-menu {
    margin-bottom: 24px !important;
  }

  body .site-nav.style--sidebar li.has-submenu:not(.collections-menu) .icon-go {
    right: 0;
  }
  .site-nav-container-last p.title {
    border-bottom: 1px solid #eee;
    padding-bottom: 11px;
    font-size: 16px !important;
    font-weight: bold;
  }
  .site-nav.style--sidebar .primary-menu a {
    font-size: 16px !important;
    color: #ac8e6a;
    opacity: 1 !important;
  }
  body .site-nav.style--sidebar .site-nav-container-last {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  body .site-close-handle {
    top: 8px;
    right: 25px;
  }
  body .site-nav.style--sidebar .site-nav-container .top {
    padding-top: 0;
  }
  body button#site-menu-handle.onlyformobile {
    display: block !important;
  }

  body div#toggleMenu.onlyfordesktop {
    display: none;
  }
}

/********************Menu css*******************/
/************Slider********************/
.product-carousel-4 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  justify-content: space-between;
  row-gap: 20px;
}

.new-home-look .site-box-content {
  padding: 25px;
}

.new-home-look .site-box-content h3.title {
  margin: 0;
}
.new-home-look .site-box.box--big.lap--box--bigger.box__shop-the-look {
  padding: 0;
  background: transparent;
}
.product-carousel-4 .product-carousel__item {
  margin: 0 !important;
  flex: 0 0 49%;
  max-width: 49%;
  width: 49%;
  margin-bottom: 0;
}
body .featured-slider .slick-next:before {
  content: "\f105";
}

body .featured-slider .slick-prev:before {
  content: "\f104";
}

body .featured-slider .slick-prev:hover:before,
body .featured-slider .slick-next:hover:before {
  background: #fff;
  color: #ac8e6a;
  opacity: 1;
}
.featured-slider.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.featured-slider-44 .slick-slide .icons-row__item {
  max-width: 100%;
}
body .featured-slider-44.featured-slider .slick-track {
  display: flex !important;
  align-items: flex-start;
  flex-wrap: wrap;
}
.featured-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.featured-slider {
  padding: 0;
}

body .featured-slider .slick-prev {
  left: 25px;
}

body .featured-slider .slick-next {
  right: 25px;
}

.featured-slider.slick-slider {
  position: relative;
  float: none;
  width: 100%;
}

body .featured-slider .slick-prev,
body .featured-slider .slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
  font-size: 25px;
  z-index: 99;
}

.featured-slider.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 0;
}

.featured-slider.slick-slider .slick-slide {
  float: none;
  height: 100%;
  min-height: 1px;
  display: none;
  display: inline-block;
}

.featured-slider.slick-slider .slick-track,
.featured-slider.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  display: block;
}

body .featured-slider .slick-prev:before,
body .featured-slider .slick-next:before {
  font-family: fontAwesome;
  background: #fff;
  color: #ac8e6a;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  opacity: 1;
  border: 0;
  font-size: 18px;
  text-shadow: none;
}

section.contact-page-ect .container.container--medium {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.product-split-images-sec .box--column-flow.box__product-content {
  border-bottom: 0;
}
body ul.lv-product-reinsurance__list.lv-list {
  list-style: none;
}
body .lv-product-reinsurance__item {
  margin: 0 !important;
}
.layout-2 {
  display: block;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.contact__store-heading,
.contact__store-image {
  margin-bottom: 30px;
}
.layout-2 .three-grid-column .column-1.address {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
  border-left: 1px solid #eee;
}

.layout-2 .three-grid-column .column-1.address h3 {
  font-weight: bold;
  margin-bottom: 6px;
}

.layout-2 .three-grid-column .column-1.address .in-col p {
  margin: 0;
  line-height: 1.4;
  color: #888;
}
.layout-2 .three-grid-column {
  display: flex;
  flex=-w: w;
}
section.contact-page-ect .form__field,
section.contact-page-ect select,
section.contact-page-ect textarea,
section.contact-page-ect input {
  background: #fafcfe;
}
section.contact-page-ect textarea {
  height: 90px;
}
.layout__section.custom-image-column .contact__store-image .aspect-ratio {
  padding: 0 !important;
}
section.contact-page-ect .inside-row .layout {
  background: #fff;
  padding: 50px 35px;
  margin: 0;
  border-radius: 8px;
}
.layout__section.custom-image-column {
  margin: 0;
  padding-right: 50px;
}
section.contact-page-ect .inside-row .layout {
  flex-wrap: wrap;
}
.layout__section.custom-image-column .contact__store-image {
  border-radius: 8px;
  overflow: hidden;
  line-height: 0;
}
section.contact-page-ect {
  background: #f5f4e9;
  padding-top: 50px;
  padding-bottom: 50px;
}
section.contact-page-ect .inside-row .layout {
  background: #fff;
  padding: 50px;
  margin: 0;
  border-radius: 8px;
}
@media screen and (min-width: 1000px) {
  .new-home-look .site-box-content {
    padding-top: 0;
  }
  .layout__section {
    margin: 0 15px;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
  }
  .layout {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}
body .contact__store-info h2.contact__store-heading {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 8px;
}
.flex-div-reivewo {
  line-height: 1.4;
}
.button-review-bototm {
  text-align: center;
}
.button-review-bototm a.btn.button {
  background: red;
  color: #fff;
  padding: 0 20px;
  line-height: 45px;
  text-align: center;
  border-radius: 2px;
  display: inline-block;
}
.button-review-bototm {
  margin-top: 20px;
}
.custom-product-section {
  padding: 60px 0;
}

.custom-product-section .product-slider-full {
  padding: 0 50px;
  max-width: 1920px;
}
.custom-product-section h3.product--title {
  font-size: 20px;
  line-height: 23.44px;
  margin-top: 0;
}
.single-items-innerr .image-group-custom {
  margin-bottom: 6px;
}
.custom-product-section .product-slider-full .row.header {
  text-align: left;
  margin-bottom: 30px;
}
span.product--subtitle {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 5px;
}
.featured-slider-44 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.featured-slider-44 .icons-row__item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 980px) {
  .custom-product-section .product-slider-full {
    padding: 0 15px;
    max-width: 1920px;
  }
  .custom-product-section {
    padding: 30px 0;
  }
  body .featured-slider-44 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0 5px;
  }
  .custom-product-section h3.product--title {
    font-size: 16px;
  }
  .custom-product-section .product-slider-full .row.header h2.title {
    text-align: center;
  }
  span.product--subtitle {
    font-size: 13px;
  }
  .featured-slider-44 .icons-row__item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.custom-product-section .product-slider-full .row.header h2.title {
  font-size: 26px;
}
.offers .shopify-product-form .product-variants-holder,
.offers .shopify-product-form .innersec {
  flex: 0 0 48%;
  max-width: 48%;
}

.offers .shopify-product-form .cart-functions {
  flex: 0 0 48%;
  max-width: 48%;
}
body .lv-product-reinsurance__item {
  min-height: 3.875rem;
}
body .style--one.alt .box--product-image {
  height: auto;
}
body .product-variants-holder .product-variant {
  max-width: 100%;
}
html body .product--add-to-cart-form button[type="submit"].button {
  flex: 0 0 100%;
  width: 100%;
  margin: 0 !important;
}
body .product-variants-holder {
  width: 100%;
}
html body .cart-functions.payment-button--false {
  justify-content: space-between;
}
.cart-functions.payment-button--false
  .product-personalizer
  button.btn.pplr-c-button {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .site-box.box__collection .product-item .box--product-image,
  #shopify-product-reviews
    .box__collection.spr-header
    .product-item
    .box--product-image,
  #shopify-product-reviews
    .box__collection.spr-content
    .product-item
    .box--product-image,
  .template-
    div.box__collection[class*="title"]
    .product-item
    .box--product-image,
  .template-
    div.box__collection[class*="body"]
    .product-item
    .box--product-image {
    height: auto;
    transform: none !important;
  }
}
body.template-collection
  .site-box.box__heading.box--big:not(.fix-me-with-height-hard),
body.template-collection .site-box.box--big,
html
  .template-collection.odd-screen-height
  #section-collection
  .site-box.box__heading.box--big:not(.fix-me-with-height-hard),
.productt-recc .site-box.box__heading.box--big:not(.fix-me-with-height-hard),
html
  .template-collection.odd-screen-height
  #section-extra-images
  .site-box.box__heading.box--big:not(.fix-me-with-height-hard) {
  width: 100%;
  padding: 0;
  min-height: inherit !important;
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
  height: auto !important;
  border: 0 !important;
}
.shopify-product-form span.variant-quantity {
  display: none;
}
.title-box-etccc .site-box-content {
    text-align: left !important;
}
.offers .shopify-product-form,
.offers .shopify-product-form {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
div#section-related-products {
  display: flex;
  flex-wrap: wrap;
}
.offers .shopify-product-form .cart-functions,
.offers .cart-functions {
  margin-left: 0px !important;
}

.productt-recc .site-box.box--big {
  width: 100%;
  min-height: inherit !important;
  height: auto !important;
  border: 0 !important;
}
.site-box.box__image-text:hover .site-box-background.with-image,
#shopify-product-reviews
  .box__image-text.spr-header:hover
  .site-box-background.with-image,
#shopify-product-reviews
  .box__image-text.spr-content:hover
  .site-box-background.with-image,
.template-
  div.box__image-text[class*="title"]:hover
  .site-box-background.with-image,
.template-
  div.box__image-text[class*="body"]:hover
  .site-box-background.with-image,
.site-box.box__image-text.hover .site-box-background.with-image,
#shopify-product-reviews
  .box__image-text.hover.spr-header
  .site-box-background.with-image,
#shopify-product-reviews
  .box__image-text.hover.spr-content
  .site-box-background.with-image,
.template-
  div.box__image-text.hover[class*="title"]
  .site-box-background.with-image,
.template-
  div.box__image-text.hover[class*="body"]
  .site-box-background.with-image {
  transform: inherit !important;
}
.site-box .site-box-background.with-image:after,
#shopify-product-reviews .spr-header .site-box-background.with-image:after,
#shopify-product-reviews .spr-content .site-box-background.with-image:after,
.template- div[class*="title"] .site-box-background.with-image:after,
.template- div[class*="body"] .site-box-background.with-image:after {
  display: none;
}
.template-collection .box__collection .box--product-image,
.productt-recc .box__collection .box--product-image {
  width: 100%;
  margin: 0;
}
.template-collection .site-box.box__collection .caption,
.productt-recc .site-box.box__collection .caption {
  padding: 15px 0 !important;
  height: auto !important;
  position: static;
}
body.template-collection
  .site-box.box__heading.box--add-hr
  .site-box-content:after,
.productt-recc .site-box.box__heading.box--add-hr .site-box-content:after {
  display: none;
}
.site-box.box__heading.box--typo-big .title {
  font-size: 26px;
}
body.template-collection .box__heading .site-box-content .rte.extract-images,
.productt-recc .box__heading .site-box-content .rte.extract-images {
  margin-top: 10px !important;
}
body.template-collection .box__heading .site-box-content .rte.extract-images,
.productt-recc .box__heading .site-box-content .rte.extract-images {
  margin-top: 10px !important;
}
body.template-collection .collection__holder {
  padding: 0 25px;
  display: flex;
  flex-wrap: wrap;
}
.template-collection
  .site-box.box__collection.box--typo-small
  .product-item
  .caption
  .longarrow,
.productt-recc
  .site-box.box__collection.box--typo-small
  .product-item
  .caption
  .longarrow {
  right: 0 !important;
}
.template-collection.odd-screen-height #section-collection .box--small,
.template-collection #section-collection .box--small,
.template-collection.odd-screen-height #section-extra-images .box--small,
.template-collection #section-extra-images .box--small {
  width: 25%;
  padding: 0 5px;
  border: 0;
  height: auto !important;
  margin-bottom: 20px;
}
.productt-recc .box__collection .box--product-image img {
  position: static !important;
}
#section-related-products .box__collection:nth-child(odd),
.productt-recc .box--small {
  border: 0 !important;
}
.productt-recc .box--small {
  padding: 0 15px;
  border: 0;
  height: auto !important;
  margin-bottom: 20px;
}
.template-collection .box__collection .box--product-image img,
.productt-recc .box--product-image img {
  object-fit: inherit !important;
  position: static;
  height: auto;
}
.template-collection
  .site-box.box__collection
  .product-item.alt:hover
  .box--product-image,
.template-collection .site-box .box--product-image,
.productt-recc .site-box .box--product-image {
  transform: inherit !important;
}
body.template-collection .box__heading .site-box-content,
.productt-recc .box__heading .site-box-content {
  text-align: center;
}
body.template-collection .site-box-content,
.productt-recc .site-box-content {
  transform: inherit !important;
}
.metafield-con {
  margin-top: 7px;
}

.metafield-con p {
  margin: 0;
}
ul.extcustswatch {
  display: flex;
  flex-wrap: wrap;
}

ul.extcustswatch li {
  height: 35px;
  width: 35px;
  margin: 0 4px;
  border-radius: 60px;
  overflow: hidden;
  border: 1px solid #ededed;
  padding: 3px;
  min-width: 21px;
  margin-bottom: 5px;
}
.product-variants-holder label {
  display: block;
  width: 100%;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.cart-functions .button,
.cart-functions #shopify-product-reviews .spr-summary-actions-newreview,
#shopify-product-reviews .cart-functions .spr-summary-actions-newreview,
.cart-functions .shopify-payment-button {
  margin: 26px 0px 0;
}
ul.extcustswatch li.active {
  border-color: #ac8e6a;
}
ul.extcustswatch li * {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 80px;
}
div#section-related-products {
  margin: 0 -15px;
}
#section-related-products .box__heading {
  margin: 20px 0 !important;
  text-align: left;
  display: block;
}

#section-related-products .box__heading .site-box-content {
  text-align: left;
  padding: 0 14px;
}

#section-related-products .box__heading .site-box-content h4.title {
  font-size: 30px;
}
html body .cart-functions.payment-button--false {
  margin-left: 0;
  margin-right: 0 !important;
  width: 100%;
}
.product-variants-holder {
  margin-left: 0;
}
.product-variants-holder .product-variant {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body .product--add-to-cart-form.style--classic label,
.innersec label {
  opacity: 1;
  text-align: left;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
/******************Split Images****************/
@media (min-width: 1090px) {
  .product-split-images-sec .site-box-container,
  .productt-recc div#section-related-products {
    padding: 0 145px;
    padding-top: 30px;
  }
}
.lv-content-card__content {
  text-align: left;
}
section.contact-page-ect input[type="submit"] {
  background: #ac8e6a;
}
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
}
.thunbnaile-class {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}

.thunbnaile-class ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: auto;
  padding: 0 2px;
}

.thunbnaile-class ul li {
  width: 99px;
  margin-right: 4px;
  margin: 0.25rem 0;
  display: block;
  position: relative;
  overflow: hidden;
  outline: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;

  padding: 0 2px;
  white-space: nowrap;
}
.popup-inner {
  max-width: 1100px;
  width: 95%;
  padding: 35px;
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  border: 0;
  background: #fff;
  max-height: calc(var(--vh, 1vh) * 80 - 4.5rem);
  overflow: auto;
  border-radius: 0.5rem;
}
h1#modalTitle {
  font-size: 1.5rem;
  letter-spacing: 0;
  margin-bottom: 20px;
}
a#close:hover {
  background-color: #eae8e4;
  border-radius: 0 !important;
}
.popup-close {
  width: 60px;
  height: 60px;
  padding-top: 4px;
  transition: ease 0.25s all;
  border-radius: 0;
  background: transparent;
  font-family: Arial, Sans-Serif;
  font-size: 28px;
  text-align: left;
  line-height: 100%;
  color: #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 77;
}
.lv-modal__content {
  text-align: left;
}
.product-form a.ch {
  margin-left: 11px;
  border-bottom: 0;
  padding: 3px 10px;
  background: #111;
  font-size: 12px;
  color: #fff;
  border-radius: 2px;
}
body
  .product-split-images-sec
  .site-box.box--big.lap--box--bigger.box--typo-big.box__product-gallery
  .site-box-content {
  gap: 10px;
}
@media (min-width: 1100px) {
  .box__product-gallery[data-images-aspect="fit"]
    .gallery-item[data-product-media-type="image"] {
    padding-top: 27vw !important;
  }

  .template-product-newtemplate2 .box__product-gallery[data-images-aspect=fill] .gallery-item {
    padding-top: 27vw !important;
  }
}
@media (max-width: 1099px) {
  .product-split-images-sec .site-box-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .box__product-gallery[data-images-aspect="fit"]
    .gallery-item[data-product-media-type="image"] {
    padding-top: 28vw !important;
  }
   .template-product-newtemplate2 .box__product-gallery[data-images-aspect=fill] .gallery-item {
    padding-top: 28vw !important;
  }
  .product-split-images-sec .site-box-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.row.content.mobile-view {
  display: none;
}
@media (max-width: 767px) {
.row-with-flex {
    flex-direction: column;
    text-align: center;
}
.full-width-banner-outer {
    padding-top: 20px;
}
.row-with-flex {
    flex-direction: column;
    text-align: center;
}
.text-block-ry .subtitle-ima {
    line-height: 1.2;
}
body .row-with-flex.flex-reverse {
    flex-direction: column-reverse;
}
.row-with-flex {
    flex-direction: column-reverse;
}
.row-with-flex .item-flex {
    flex: 0 0 100%;
    max-width: 100%;
}
.custom-richtextt .subtheading {
    padding-bottom: 0;
}
.custom-richtextt .rte {
    font-size: 16px;
    margin: 5px 0;
    letter-spacing: 0.12px;
    line-height: 1.6;
}
.row-with-flex .item-flex * {
    text-align: center;
    justify-content: center;
}
.custom-richtextt {
    padding: 30px 15px 30px;
    text-align: center;
}
.text-block-ry {
    max-width: 100%;
    padding: 32px 20px;
}

.text-block-ry .subtitle-ima {
    padding: 0;
}


.text-block-ry .rte.imfi {
    font-size: 16px;
    margin-bottom: 0;
    margin: 0;
}

.text-block-ry .rte.imfi p {
    margin-bottom: 0;
}

.text-block-ry h2, .custom-richtextt h2 {
    font-size: 28px;
}
.row-with-flex .item-flex {
    flex: 0 0 100%;
    max-width: 100%;
}

.row-with-flex .item-flex * {
    text-align: center;
    justify-content: center;
}
  section.contact-page-ect .inside-row .layout {
    padding: 20px;
  }
  body .row.content.mobile-view {
    display: block;
  }
  body .row.content.desktop-view {
    display: none;
  }
  body .row.content.mobile-view .featured-slider-44 {
    flex-wrap: inherit;
    overflow: auto;
    padding: 0;
  }

  .mobile-view .featured-slider-44 .icons-row__item {
    flex: 0 0 85%;
    max-width: 85%;
    padding: 0;
    margin-bottom: 20px;
    flex-shrink: 0;
    margin-right: 16px;
  }
  body .custom-product-section .product-slider-full {
    padding: 0;
  }

  body .row.content.mobile-view {
    padding: 0 0 0 18px;
  }
  body .product--add-to-cart-form.style--classic label {
    margin-top: 0 !important;
  }
  .offers .shopify-product-form .product-variants-holder,
  .offers .shopify-product-form .innersec,
  .offers .shopify-product-form .cart-functions {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .offers .shopify-product-form,
  body .offers .shopify-product-form {
    flex-wrap: wrap;
  }
  .site-box.box--big.lap--box--bigger.box--typo-big.box--center-align.box--column-flow.box__product-content {
    margin-top: 20px;
  }
  body .innersec {
    margin-top: 25px;
  }
  body .contact__store-info h2.contact__store-heading {
    font-size: 24px;
  }
  section.contact-page-ect {
    padding: 25px 20px;
  }
  .form-vertical h3.simple-title {
    margin-bottom: 20px;
  }

  .layout-2 .three-grid-column .column-1.address {
    flex: 0 0 100%;
    max-width: 100%;
    border-left: 0;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
  }

  .layout-2 .three-grid-column {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  body .featured-slider-44 {
    margin: 0 !important;
  }
  body .layout__section.custom-image-column {
    margin: 0;
    padding-right: 0;
  }
  section.contact-page-ect {
    padding: 25px 20px;
  }
  section.contact-page-ect .inside-row .layout {
    padding: 20px;
  }
  body .product-page-popup .modal-body {
    padding: 24px 20px !important;
  }
  .google-review-pop {
    display: flex;
    justify-content: center;
  }
  .product-split-images-sec .site-box-container {
    padding-left: 0;
    padding-right: 0;
  }
  html body .product-variants-holder .product-variant {
    max-width: 100%;
  }
  html body .product--add-to-cart-form button[type="submit"].button,
  body
    .product-personalizer
    button.btn.pplr-c-button.pplr-btn.button.Button--secondary.ptc_button {
    height: 54px !important;
    line-height: 48px !important;
    margin-left: 0px !important;
    min-width: inherit;
    width: 100%;
    flex: 0 0 100%;
    font-size: 0.8125rem !important;
  }
  body .box__product-content .price {
    margin: 0;
  }
  body .product--add-to-cart-form button[type="submit"].button {
    flex: 0 0 100%;
    width: 100%;
    margin: 0 !important;
  }
  body .box__product-content .site-box-content {
    text-align: left;
  }
  body .product-split-images-sec .cart-functions.payment-button--false {
    margin-top: 10px;
  }
  body .product--add-to-cart-form.style--classic label,
  .innersec label {
    text-align: left;
  }
  body ul.extcustswatch {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  body .product-variants-holder {
    width: 100%;
  }
}

@media (min-width: 800px) {
  .product-split-images-sec .box__product-content .site-box-content {
    padding: 40px 0 100px;
    width: 82%;
    max-width: 800px;
  }
  .template-product-split-color-group1 .site-box-content .gallery-item,
  .template-product-split-color-group2 .site-box-content .gallery-item {
    display: none;
  }

  .template-product-split-color-group1 .site-box-content .showimageclass,
  .template-product-split-color-group2 .site-box-content .showimageclass {
    display: block !important;
  }

  .template-product-split-images .product-page-wrapper,
  .template-product-split-color-group1 .product-page-wrapper,
  .template-product-split-color-group2 .product-page-wrapper,
  .template-product .product-page-wrapper {
    max-width: 100%;
  }
  body
    .product-split-images-sec
    .site-box.box--big.lap--box--bigger.box--typo-big.box__product-gallery {
    width: 60%;
    padding: 0;
    border: 0 !important;
  }
  .product-split-images-sec
    .gallery-item[data-image-zoom]
    + .gallery-item:after {
    display: none;
  }
  .product-split-images-sec .box--column-flow.box__product-content {
    width: 40%;
  }
  body
    .product-split-images-sec
    .site-box.box--big.lap--box--bigger.box--typo-big.box__product-gallery
    .site-box-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  body
    .product-split-images-sec
    .site-box.box--big.lap--box--bigger.box--typo-big.box__product-gallery
    .site-box-content
    .gallery-item {
    flex: 0 0 49%;
    max-width: 49%;
    margin-bottom: 10px;
  }
}
.product-split-images-sec .cart-functions.payment-button--false {
  margin-left: 0;
}

.product-split-images-sec .box__product-content {
  border: 0;
}
body#sergio-scali-leather-iphone-case .cart-functions button[type="submit"] {
  display: none;
}
body#sergio-scali-leather-iphone-case .box__product-content .rte {
  margin-top: 20px;
}

.lv-content-card.-grey-background {
  background-color: #f6f5f3;
  color: #ac8e6a;
}

.lv-content-card {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 90rem) {
  .lv-content-card__media {
    width: 8.75rem;
  }
}
.lv-content-card__media {
  flex: none;
  display: block;
  position: relative;
  overflow: hidden;
  width: 7.25rem;
  height: 100%;
}
.lv-content-card__media:before {
  padding-top: 100%;
}

.lv-content-card__media:before {
  display: block;
  content: "";
  width: 100%;
}
.lv-content-card__media > :not(button):not(.lv-loader):not(.lv-nosized) {
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.lv-content-card__media > :not(button):not(.lv-loader):not(.lv-nosized) {
  position: absolute;
  top: 50%;
  width: 100%;
}
.lv-smart-picture.is-loaded picture {
  opacity: 1;
}

.lv-smart-picture picture {
  left: 0;
  right: 0;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.lv-content-card__content {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
body .lv-content-card__icon {
  margin: 0 1rem 0 0.5rem;
}

.lv-content-card__icon {
  width: 0.75rem;
  height: 0.75rem;
  flex: 0 0 0.75rem;
}
.lv-icon {
  fill: currentColor;
}
.lv-content-card__content {
  flex-grow: 1;
}
body .lv-content-card__title {
  margin: 0 0 0.5rem;
}
body .lv-content-card__text {
  margin: 0;
}

.lv-content-card__text {
  word-break: break-word;
}
body .lv-mega-menu__wrapper {
  z-index: 99999;
}
.list-label-m {
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.lv-content-card__title {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.25rem;
  font-weight: 600;
  color: inherit;
  text-transform: uppercase;
  word-break: break-word;
  display: block;
}
body .lv-product__packaging + .lv-product__reinsurance {
  margin-top: 0;
}
body .lv-list {
  margin: 0;
}
body .lv-product-reinsurance__text {
  text-align: left;
}
body .lv-product-reinsurance__icon.-modal-mobile {
  margin-right: 0;
  right: 0;
}

body .lv-product-reinsurance__icon.-modal-mobile {
  transform: translateY(-50%);
}
@media screen and (min-width: 64rem) {
  body .lv-product-reinsurance__icon.-modal-mobile {
    display: none;
  }
}
body .lv-product-reinsurance__item:not(:last-child) {
  border-bottom: 1px solid #e1dfd8;
}
.lv-product-reinsurance__icon.-modal-mobile {
  position: absolute;
  top: 50%;
  width: 1rem;
  height: 1rem;
  display: block;
}
@media screen and (min-width: 64rem) {
  body .lv-product-reinsurance__text {
    margin-right: 2.5rem;
  }
}
.lv-product-reinsurance__text > span,
.lv-product-reinsurance__title {
  display: block;
}

.-text-is-light {
  font-weight: 300;
}
.list-label-m {
  font-size: 12px;
  letter-spacing: 0.025rem;
  line-height: 1rem;
  font-weight: 400;
}
body .lv-product-reinsurance__title {
  margin-bottom: 0.25rem;
}

.lv-product-reinsurance__text > span,
.lv-product-reinsurance__title {
  display: block;
}
.-text-is-uppercase {
  text-transform: uppercase;
}
.-text-is-medium {
  font-weight: 500;
}
.list-label-l {
  font-size: 13px;
  letter-spacing: 0.025rem;
  line-height: 1rem;
  font-weight: 600;
}
body .lv-product-reinsurance__text {
  margin-right: 2rem;
}

.lv-product-reinsurance__text {
  flex: 1;
}
.lv-product-reinsurance__item a button {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  color: #ac8e6a;
}
.lv-icon {
  fill: currentColor;
}
body .lv-product-reinsurance__icon {
  margin-right: 1.5rem;
}

.lv-product-reinsurance__icon {
  width: 2rem;
  height: 2rem;
}
body .lv-product-reinsurance__item:not(:last-child) {
  border-bottom: 1px solid #e1dfd8;
}

[dir] .lv-product-reinsurance__item {
  padding: 0;
}
.lv-product-reinsurance__item {
  width: 100%;
  position: relative;
  min-height: 6.875rem;
}

.lv-product-reinsurance__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lv-list {
  list-style: none;
}
body .lv-product__reinsurance {
  padding: 0;
}

body .lv-product__details > * + * {
  margin-top: 2.5rem;
}

.product-split-images-sec .drop-down-wrapper {
  display: block;
  position: relative;
}
body .product--add-to-cart-form.style--minimal .custswatch.color-true li {
  border-radius: 60px;
}

body .product--add-to-cart-form.style--minimal .custswatch.color-true li span {
  border-radius: 50px;
}
.product-split-images-sec .drop-down-btn {
  width: 100%;
  text-align: left;
  padding: 0.75rem 1rem;
  border-radius: 0;
  position: relative;
  z-index: 31;
  background-color: transparent !important;
  color: #ac8e6a !important;
  appearance: none;
  display: inline-block;
  text-decoration: none;
  font-family: Muli, sans-serif;
  font-style: normal;
  white-space: normal;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #eee;
}
body .product--add-to-cart-form.style--minimal .product-variants-holder {
  margin-top: 3px;
  margin-bottom: 8px;
}
.box__product-content .product-title {
  margin-bottom: 20px;
}
.innersec {
  margin-top: 10px;
}
body .product-split-images-sec .drop-down-btn {
  cursor: pointer;
}
.product-split-images-sec .drop-down.active {
  transform: translateY(100%);
  opacity: 1;
  visibility: visible;
  width: 100%;
  display: block;
  margin: 0;
}
.product-split-images-sec .drop-down-btn::after {
  float: right;
  width: 0.75em;
  content: "";
  display: inline-block;
  height: 0.75em;
  transform: rotate(45deg);
  transform-origin: 75% 75%;
  border: none;
  border-bottom: 1px #ac8e6a solid;
  border-right: 1px #ac8e6a solid;
  margin: 0;
}
.product-split-images-sec .drop-down li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  height: 1px;
  background-color: #f4f4f4;
}
.product-split-images-sec .drop-down li:first-child a {
  padding-top: 1rem;
  transition: all 0.15s;
  /* padding: 1rem; */
  display: block;
}
body .price-reviews {
  margin-top: 10px;
}
.product-split-images-sec .drop-down li a {
  display: block;
  transition: all 0.15s;
  padding: 0.7rem;
}
.product-split-images-sec .drop-down-btn.active:after {
  transform: rotate(-135deg);
}
.product-split-images-sec .drop-down {
  bottom: 0;
  min-width: 100%;
  transform: translate(0%, 100%);
  z-index: 30;
  overflow: hidden;
  position: absolute;
  width: 240px;
  max-width: 100vw;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 3px 3px 5px #ccc;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  border: 0;
}
.product-split-images-sec .drop-down li a:hover {
  color: #000;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 3px 3px #ccc;
  box-shadow: 0 3px 3px #ccc;
}
.product-split-images-sec .drop-down li {
  position: relative;
  height: auto;
  min-height: inherit;
  width: 100%;
  margin: 0;
  border: 0;
  text-align: left;
  opacity: 1;
  display: block;
}

/*********************P-section-1**************************/
.container_header_ourmaterials {
  background-color: #e9e9e9;
}
.content_header_ourmaterials {
  margin: 0 auto;
  padding: 50px 15px;
  text-align: center;
}
.content_header_ourmaterials img {
  height: 95px;
}
.title-section {
  text-transform: capitalize;
  font-size: 2em;
  text-align: center;
  font-weight: 400;
  margin: 0 0 0.5em;
  line-height: 1.4;
}
.container_header_ourmaterials p {
  margin: 0 0 0.9375em 0;
}

@media screen and (min-width: 768px) {
  .content_header_ourmaterials {
    max-width: 1000px !important;
    padding: 50px 15px 80px !important;
  }
}
/*********************P-section-2**************************/

.container_body_ourmaterials {
  padding: 50px 15px 20px;
}
.content_body_ourmaterials,
.container-takecare {
  max-width: 1280px;
  margin: 0 auto;
}
.subtitle-section,
.subtitle-section-right {
  text-transform: capitalize;
  padding: 0 5% 20px;
  font-size: 2em;
  font-weight: 400;
  margin: 0 0 0.5em;
  line-height: 1.4;
}
.content_body_ourmaterials_section {
  display: grid;
  grid-template-columns: auto;
  grid-tempalate-rows: 50px 1fr;
  align-items: center;
  padding: 0 5% 20px;
}
.image_container {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.content_body_ourmaterials_section .text {
  padding: 30px 0 0 0;
}
.text p {
  margin: 0 0 0.9375em 0;
}
.content_body_ourmaterials_section .text a {
  text-decoration: none;
  font-style: italic;
}
.content_body_ourmaterials_section ul,
.content_body_ourmaterials_section ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.materials-swatches {
  width: 20px;
  display: inline-block;
  margin-right: 5px;
}
.swatches-materials {
  height: 20px !important;
  border-radius: 50%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .container_body_ourmaterials {
    padding: 60px !important;
  }
  .content_body_ourmaterials_section img {
    width: 100% !important;
  }
  .content_body_ourmaterials_section .text {
    padding: 0 0 0 10% !important;
  }
  .content_body_ourmaterials_section {
    grid-template-columns: 400px 1fr !important;
    grid-tempalate-rows: auto !important;
    justify-content: center !important;
    align-items: center !important;
  }
}

/*********************P-section-3**************************/
.container_body_ourmaterials-2 {
  padding: 50px 15px 20px;
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #e9e9e9;
}
.container_body_ourmaterials-2 hr {
  max-width: 200px;
  margin-bottom: 50px;
  background-color: #e9e9e9;
}
.left-spec .container_body_ourmaterials {
  padding-top: 30px !important;
  padding-bottom: 0 !important;
}
.right-spec .container_body_ourmaterials {
  padding-top: 0;
}
.subtitle2-section {
  text-transform: capitalize;
  text-align: center;
  font-size: 2em;
}
.container_body_ourmaterials-2 ul,
.container_body_ourmaterials-2 ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.caring_for {
  display: grid;
  grid-template-columns: auto;
  grid-tempalate-rows: 50px 1fr;
  align-items: center;
  padding: 0 5%;
}
#reverse_image {
  display: grid;
  grid-template-columns: auto;
  grid-tempalate-rows: 50px 1fr;
  align-items: center;
  padding: 0 5% 20px;
}

.image_container2 {
  max-width: 45%;
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}
.space_left {
  padding-left: 30px;
}
.title-subsection {
  text-transform: capitalize;
  font-size: 1.1em;
  font-weight: 400;
  margin: 0 0 0.5em;
  line-height: 1.4;
}
.space_left p {
  margin: 12px 0;
}
#reverse_image .text {
  padding: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .container_body_ourmaterials-2 {
    padding: 60px !important;
  }
  #reverse_image .text {
    padding: 0 10% 0 0 !important;
  }
  .subtitle-section-right {
    text-align: right !important;
  }
  #reverse_image {
    grid-template-columns: 1fr 400px !important;
    grid-tempalate-rows: auto !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .image_container2 {
    max-width: 100% !important;
    height: 150px !important;
  }
  .caring_for {
    grid-template-columns: 134px 1fr !important;
    grid-tempalate-rows: auto !important;
    justify-content: center !important;
    align-items: center !important;
  }
}

.caring_for-2 {
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .caring_for-2 {
    max-width: 1000px !important;
  }
}
.container_header_tech {
  background-color: #ffffff;
}
@media only screen and (max-width: 1400px) {
  body .product-split-images-sec .site-box-container,
  body .productt-recc div#section-related-products {
    padding: 30px 50px 0;
  }
}

@media only screen and (max-width: 1025px) {
  .space_left {
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .subtitle2-section,
  .subtitle-section,
  .subtitle-section-right,
  .title-section {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .space_left,
  .content_body_ourmaterials_section .text {
    text-align: center;
  }
  body .product-carousel-4 .product-carousel__item {
    margin: 0 !important;
    flex: 0 0 48%;
    max-width: 48%;
    width: 48%;
    margin-bottom: 0;
  }
  .new-home-look .site-box-content {
    padding: 20px;
  }
  .product-carousel-4 {
    column-gap: 8px;
    row-gap: 16px;
  }
  body.template-product .site-box.box--big.lap--box--bigger {
    margin-top: 0px;
  }
  body .product-split-images-sec .site-box-container,
  body .productt-recc div#section-related-products {
    padding: 0;
  }
  .product--section.sticky-because .site-box.box__product-gallery {
    border: 0 !important;
  }
  .site-box-content.fix-me-with-margin {
    margin-bottom: 20px !important;
  }
  body .image_container2 {
    margin: auto;
  }
  .left-spec .image_container {
    width: 100%;
  }
  #reverse_image {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .subtitle2-section,
  .subtitle-section,
  .subtitle-section-right,
  .title-section {
    text-align: center;
  }
  #reverse_image .text {
    text-align: center;
  }
}

.sergio-category .container.container--narrow {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}
body section.page-cont .container.container--narrow h1.page__title.heading.h1 {
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
body .cart-functions.payment-button--false {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}

body .cart-functions.payment-button--false .product-personalizer {
  width: 50%;
  flex: 0 0 50%;
  margin: 0 !important;
}
.product-personalizer
  button.btn.pplr-c-button.pplr-btn.button.Button--secondary.ptc_button {
  margin-top: 0;
}

body .product--add-to-cart-form button[type="submit"].button {
  flex: 0 0 50%;
  width: 50%;
  margin: 0 !important;
}
.tow-banners-row .b-1.b-2 {
  margin-top: 15px;
  margin-bottom: 50px;
}

.hero.hero-home.hero-outer {
  position: relative;
}
body .hero.hero-home.hero-outer img {
  width: 100%;
}
.cs-botton:hover,
.cs-botton:focus {
  color: inherit !important;
}
.hero__inner {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 1480px;
  width: 100%;
  padding: 0 10px;
  right: 0;
  margin: auto;
}
.page-discription h3 {
  margin-bottom: 14px;
}
.hero__inner {
  text-align: center;
}
.hero__inner .wrapper.hero-hominner h2.h1.mega-title b {
  color: #e00;
}
.hero__inner .wrapper.hero-hominner {
  max-width: 95%;
  margin: auto;
  width: 100%;
}
.hero__inner .wrapper.hero-hominner h2.h1.mega-title,
.hero__inner .rte-setting.mega-subtitle {
  color: #fff;
}
.hero__inner .wrapper.hero-hominner h2.h1.mega-title {
  font-size: 50px;
  line-height: normal;
  margin-bottom: 40px;
}
.hero__inner .wrapper.hero-hominner a.button.button--primary {
  font-size: 18px;
  text-transform: inherit;
  font-weight: bold;
  padding: 0 30px;
  line-height: 50px;
}
section.page-cont {
  background: #fcfcfc;
  padding: 60px 0;
}
body section.page-cont .page__content.rte {
  margin: 0;
}
body section.page-cont header.page__header {
  margin-top: 0;
}
.product-page-wrapper {
  max-width: 1200px;
  margin: auto;
}
body .site-footer-size--sm .box__footer {
  min-height: inherit !important;
  padding: 35px 0;
}

body .to-bottom-content {
  bottom: 0;
}
@media screen and (max-width: 768px),
  screen and (max-width: 1024px) and (orientation: portrait) {
  body .site-footer {
    padding: 50px 0 !important;
  }
}
body .site-footer .footer-content:not(:last-child) {
  margin-bottom: 30px;
}
.icons-row-full .pad-sm {
  margin: 0;
  padding: 55px 0;
}
.icons-row--background.pad-sm {
  overflow: hidden;
}
.icons-row-full .container {
  display: block;
  position: relative;
  margin: 0rem auto;
  width: 100%;
  z-index: 0;
  max-width: 1300px;
}
.icons-row-full .row.row-lg {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
.title-bar.custom-font {
  margin-bottom: 30px;
}
.icons-row-full.icons-row-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.icons-row--background.pad-sm {
  background-repeat: repeat !important;
  background-size: contain;
}

.icons-row-full .icons-row__item {
  padding: 50px 0;
  width: 100%;
  flex-shrink: 0;
  margin-right: 15px;
}
.icons-row-full .icons-row__item img.icon_img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.title-bar.custom-font h2 {
  font-size: 35px;
  text-align: center;
  font-weight: bold;
}

.icons-row-full .icons-row__title {
  margin-bottom: 18px;
  color: inherit !important;
  font-size: 18.2px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  margin-top: 14px;
}
.icons-row-full .icons-row-wrapper {
  display: flex;
  overflow-x: inherit;
  margin: 10px auto 0;
  padding: 0 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.icons-row-full .icons-row__item h3.icons-row__title {
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

ul.custswatch.color-false li {
  padding: 8px;
  height: auto;
  margin-left: 0;
  margin-bottom: 8px;
  line-height: 19px;
}
ul.custswatch.color-false li span {
  margin-top: 0;
}
ul.custswatch.color-false {
  margin: 0;
  padding-top: 5px;
}
body .box__shop-the-look .product-carousel__item-caption {
  padding: 20px 20px 20px;
}
.product--add-to-cart-form.style--minimal ul.color-true li:first-child {
  margin-left: 0;
}
.custswatch.color-true span.Beige {
  background-image: url(/cdn/shop/files/beige.png?v=1617014830);
}
.custswatch.color-true span.Black {
  background-image: url(/cdn/shop/files/Black.png?v=1617014829);
}
.custswatch.color-true span.Pink {
  background-image: url(/cdn/shop/files/Pink.png?v=1617014829);
}
.custswatch.color-true span.Blue {
  background-image: url(/cdn/shop/files/Blue.png?v=1617014829);
}
.custswatch.color-true span.Red {
  background-image: url(/cdn/shop/files/Red_9a895fb4-4bc1-421b-8568-4f538ef4f277.png?v=1617014829);
}
.custswatch.color-true span.Green {
  background-image: url(/cdn/shop/files/Green.png?v=1617014829);
}
.custswatch.color-true span.Brown {
  background-image: url(/cdn/shop/files/Brown.png?v=1617014829);
}
.custswatch.color-true span.Gray {
  background-image: url(/cdn/shop/files/Gray.png?v=1617014829);
}
.custswatch.color-true span.Emerald {
  background-image: url(/cdn/shop/files/British.png?v=1632746255);
}

.product--add-to-cart-form.style--minimal .custswatch.color-true li span {
  background-size: cover;
  background-position: center center !important;
}
body ul.custswatch.color-true {
  margin: 0;
}
.product--add-to-cart-form.style--minimal .custswatch.color-true li {
  height: 40px;
  width: 40px;
}
body
  .product-personalizer
  button.btn.pplr-c-button.pplr-btn.button.Button--secondary.ptc_button:hover {
  background: #000 !important;
}
body
  .product-personalizer
  button.btn.pplr-c-button.pplr-btn.button.Button--secondary.ptc_button {
  overflow: hidden;
}
.icons-row-full .icons-row__item a:hover {
  color: inherit;
}
.icons-row-full
  .icons-row--background.pad-sm
  .icons-row-wrapper
  .icons-row__item:last-child {
  margin-right: 0;
}
body .shopify-section.sergio-category section.page-cont .page__content.rte {
  margin: 0;
  text-align: center;
}
span.single-imageid {
  padding: 10px;
  display: block;
  border-radius: 5px;
  line-height: 0;
  background: #fff;
  margin-bottom: 20px;
}
.cs-botton {
  width: auto;
  display: inline-block;
  clear: both;
  text-align: center;
  padding-top: 25px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 2px solid !important;
  text-decoration: none;
}
body .product--add-to-cart-form.style--minimal .custswatch.color-true li {
  height: 35px;
  width: 35px;
  margin: 0 4px;
}
@media (min-width: 1200px) {
  .site-header.desktop-view--minimal div#site-nav--desktop {
    position: absolute;
    right: 60px;
    z-index: 333;
  }
  .site-box.box--big.lap--box--bigger.box--typo-big.box--no-padding.box__product-gallery {
    padding-right: 60px;
  }
  .site-header.desktop-view--minimal .logo {
    width: 100%;
    text-align: center;
    padding-right: 31px;
  }
}
@media (min-width: 768px) {
  .site-header.desktop-view--minimal div#site-nav--desktop {
    position: absolute;
    right: 30px;
    z-index: 333;
  }
  body .hamburder-icon {
    position: absolute;
    left: 30px;
    z-index: 333;
  }
  body .product--section.sticky-because .site-box.box__product-gallery {
    padding-right: 40px;
  }
  .site-header.desktop-view--minimal .logo {
    width: 100%;
    text-align: center;
    padding-right: 31px;
  }
}
@media (min-width: 768px) {
  .icons-row-full .icons-row__item {
    padding: 0 10px;
    width: 25%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.product-split-images-sec .site-box-content1.mobile-view {
  display: none !important;
}
@media (max-width: 767px) {
  body div#toggleMenu {
    margin-top: 0;
  }
  .product-split-images-sec .box__product-gallery .site-box-content {
    max-width: 100%;
    margin: 0 auto !important;
  }
  .product-split-images-sec .site-box-content1.mobile-view {
    width: 100%;
  }
  .product-split-images-sec
    .box__product-gallery[data-images-aspect="fit"]
    .gallery-item[data-product-media-type="image"] {
    height: auto !important;
    display: block !important;
    position: relative;
    padding: 0 !important;
    line-height: 0;
  }
  .product-split-images-sec
    .box__product-gallery[data-images-aspect="fit"]
    .gallery-item[data-product-media-type="image"]
    img {
    position: static;
    opacity: 1;
  }
  .product-split-images-sec .show-lazy-preloader:before {
    display: none !important;
  }
  .product-split-images-sec .site-box-content.desktop-view {
    display: none !important;
  }
  body .product-split-images-sec .site-box-content1.mobile-view {
    display: block !important;
  }
  .box__product-gallery .site-box-content {
    max-width: 290px;
    margin: 0 auto !important;
  }
  body .drop-down li a {
    text-align: left;
  }
  .site-box-content .jdgm-prev-badge {
    font-size: 12px;
  }
  body .site-header {
    padding-top: 21px !important;
  }
  .site-header .box__banner.style--bar {
    height: auto;
    line-height: 1.2;
  }
  body .box__product-content .site-box-content {
    margin: 0px 0 30px !important;
    padding: 0;
  }
  body .box__product-content .rte {
    margin-top: 23px;
    opacity: 0.92;
  }
  body .product--add-to-cart-form.style--minimal .custswatch.color-true li {
    height: 30px;
    width: 30px;
    margin: 0 3px;
  }
  html .product--add-to-cart-form button[type="submit"].button,
  .product--add-to-cart-form
    #shopify-product-reviews
    button[type="submit"].spr-summary-actions-newreview,
  #shopify-product-reviews
    .product--add-to-cart-form
    button[type="submit"].spr-summary-actions-newreview {
    padding: 0 10px !important;
  }
  body .product--add-to-cart-form.style--minimal .product-variants-holder {
    margin-top: 5px;
    margin-bottom: 6px;
  }
  body .offers .shopify-product-form .cart-functions,
  .offers .cart-functions {
    margin-left: 0 !important;
  }
  .product--add-to-cart-form.style--minimal
    .product-variants-holder
    .product-variant {
    margin-top: 0 !important;
  }
  .box__product-content .product-title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .site-box.box--big.box__product-content,
  .box__product-gallery {
    border: 0 !important;
    box-shadow: none;
  }

  body
    .site-box.box__slideshow-split
    .slideshow-item
    .site-box-background-container
    .site-box-black-overlay {
    display: none;
  }
  body .site-box.box__slideshow-split .slideshow-item .site-box-content {
    height: auto !important;
    display: block !important;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0 !important;
    background: #000;
    padding: 20px;
    background: #282828eb;
    color: #ac8e6a;
    max-width: 100%;
    margin: auto !important;
    right: 0;
  }
  body
    .site-box.box__slideshow-split
    .slideshow-item
    .site-box-content
    a.button.with-icon {
    background: #ac8e6a !important;
    color: #262627 !important;
    height: 35px;
    line-height: 35px;
    margin-top: 3px !important;
  }
  body
    .site-box.box__slideshow-split
    .slideshow-item
    .site-box-content
    h3.title {
    font-size: 20px !important;
  }
  body
    .site-box.box__slideshow-split
    .slideshow-item
    .site-box-content
    p.subtitle {
    margin: 14px 0 !important;
    font-size: 14px;
    line-height: normal;
  }
  .icons-row-full .pad-sm {
    margin: 0;
    padding: 30px 0;
  }
  .product-personalizer
    button.btn.pplr-c-button.pplr-btn.button.Button--secondary.ptc_button {
    min-width: inherit !important;
    margin: 0 !important;
  }
  body .cart-functions.payment-button--false {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 5px;
    width: 100% !important;
    padding: 0 15px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body .cart-functions.payment-button--false .product-personalizer {
    width: 100%;
    flex: 0 0 100%;
    margin: 0 0 10px !important;
  }
  html body .cart-functions.payment-button--false {
    padding: 0;
  }
  .lv-modal__content p {
    margin-bottom: 15px;
  }
  body .product--add-to-cart-form button[type="submit"].button {
    height: 48px !important;
    line-height: 48px !important;
    margin-left: 5px !important;
    min-width: inherit;
  }
  .title-bar.custom-font h2 {
    font-size: 1.75rem;
    text-align: center;
    font-weight: bold;
    margin: 0;
  }
  .title-bar.custom-font {
    margin-bottom: 20px;
  }
  body .icons-row-full .icons-row__item {
    padding: 20px 0;
    width: 100%;
    flex-shrink: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  body .site-header {
    padding: 14px 15px !important;
  }
  .popup-inner {
    max-width: 1100px;
    padding: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .site-box.box__collection .product-item .caption,
  #shopify-product-reviews .box__collection.spr-header .product-item .caption,
  #shopify-product-reviews .box__collection.spr-content .product-item .caption,
  .template- div.box__collection[class*="title"] .product-item .caption,
  .template- div.box__collection[class*="body"] .product-item .caption {
    text-align: left;
  }
}
@media screen and (max-width: 768px),
  screen and (max-width: 1024px) and (orientation: portrait) {
  .template-collection.odd-screen-height #section-collection .box--small,
  .template-collection #section-collection .box--small,
  .template-collection.odd-screen-height #section-extra-images .box--small,
  .template-collection #section-extra-images .box--small {
    width: 50%;
  }
  html
    .template-collection
    .site-box.box__heading.box--big:not(
      .fix-me-with-height-hard
    ).lap--box--small-fl {
    min-height: inherit !important;
  }
}
@media (max-width: 767px) {
  html
    .template-collection
    .site-box.box__heading.box--big:not(
      .fix-me-with-height-hard
    ).lap--box--small-fl {
    min-height: inherit !important;
  }
  .productt-recc .box--small {
    padding: 0 8px;
    border: 0;
    height: auto !important;
    margin-bottom: 11px;
  }
  body div#section-related-products {
    padding: 0 10px;
    margin: 0;
  }
  body.template-collection .collection__holder {
    padding: 0 14px;
    display: flex;
    flex-wrap: wrap;
}
  body .product-variants-holder {
    justify-content: center;
  }
  .site-box.box__heading.box--typo-big .title {
    font-size: 24px;
  }
  .template-collection .site-box.box__collection .caption {
    padding: 10px 0 !important;
    height: auto !important;
    position: static;
  }
  html body.template-collection .site-box.box__heading.box--big:not(.fix-me-with-height-hard), html body.template-collection .site-box.box--big, html body.template-collection.odd-screen-height #section-collection .site-box.box__heading.box--big:not(.fix-me-with-height-hard), html body.template-collection .site-box.box__heading.box--big:not(.fix-me-with-height-hard), body.template-collection .site-box.box--big, html body.template-collection.odd-screen-height #section-extra-images .site-box.box__heading.box--big:not(.fix-me-with-height-hard) {
    padding: 0 20px !important;
    margin-top: 20px !important;
    margin-bottom: 15px !important;
}
  body.template-collection
    .site-box.box__heading.box--big:not(.fix-me-with-height-hard),
  body.template-collection .site-box.box--big,
  html
    .template-collection.odd-screen-height
    #section-collection
    .site-box.box__heading.box--big:not(.fix-me-with-height-hard),
  html
    .template-collection.odd-screen-height
    #section-extra-images
    .site-box.box__heading.box--big:not(.fix-me-with-height-hard) {
    margin-top: 2rem !important;
    margin-bottom: 2.25rem !important;
  }
  body.template-collection .box__heading .site-box-content * {
    text-align: left !important;
}
  body.template-collection .box__heading .site-box-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  body .switchimages {
    margin-top: 10px;
}
  .logo-img img {
    max-width: 160px !important;
}
  div#site-nav--desktop svg {
    width: 21px !important;
}
body .cart-menu .count {
    left: -2px;
}
  .template-collection.odd-screen-height #section-collection .box--small,
  .template-collection #section-collection .box--small,
  .template-collection.odd-screen-height #section-extra-images .box--small,
  .template-collection #section-extra-images .box--small {
    width: 50%;
    padding: 0 7px;
    border: 0;
    height: auto !important;
    margin-bottom: 12px;
  }
  body .site-menu-handle,  body .site-cart-handle,  body .site-search-handle,  body .site-filter-handle {
    margin: 10px 6px 0;
}
}
