/** Shopify CDN: Minification failed

Line 1026:18 Expected identifier but found bad string token
Line 1026:19 Unterminated string token

**/
:root{
  --main-font:  "Jost", sans-serif;
  --font-monst: "Montserrat", sans-serif;
}
header{
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.header-menu a span {
    color: #654321;
}
.header-menu li:hover span {
    color: #a8807e;
}
.home-custom-video-class {
  border-radius: 40px;
  max-height: 550px;
  overflow: hidden;
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 9;
}

.home-custom-video-class video,
.home-custom-video-class iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border: 0;
}
.cyber-video-btn {
    display: inline-block;
    background: transparent;
    color: #654321;
    padding: 16px 10px;
    width: 289px;
    border: 1px solid #654321;
    border-radius: 0;
    transition: all .3s ease;
    margin: 32px auto 0;
    text-transform: capitalize;
}
.cyber-video-btn:hover{
    color: #fff;
    border-color: #654321;
    background: #654321;
}
.cyber-image-section {
    padding: 40px 0;
}
.cyber-image-section__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
   align-items: self-end;
}
.cyber-image-section__column {
    width: calc(50% - 50px);
}
.cyber-image-section__heading {
    font-family: var(--main-font);
    color: #654321;
    font-weight: 500;
    font-size: 48px;
    margin-top: 20px !important;
    margin-bottom: 25px;
}
.cyber-image-section__image img {
  max-width: 100%;
  height: auto;
}
.cyber-image-section__text {
    font-family:var(--font-monst);
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #828282;
}
.cyber-image-section__text {
    padding-top: 40px;
}
.cyber-image-section__button {
    display: inline-block;
    margin-top: 32px;
    background: transparent;
    color: #AC8A85;
    padding: 16px 10px;
    width: 289px;
    border: 1px solid #AC8A85;
    border-radius: 0;
    transition: all .3s ease;
}
.cyber-image-section__button:hover {
    color: #fff !important;
    color: #654321;
    border-color: #654321;
    background: #654321;
}

.find-your-layers-section .section-collection-list__content h3 {
    color: #654321 !important;
    font-family: var(--main-font) !important;
    font-weight: 500 !important;
    font-size: 36px !important;
    text-transform: uppercase !important;
    margin-bottom: 10px;
}
.find-your-layers-section .collection-card__inner p {
    font-family: var(--main-font);
    font-weight: 500 !important;
    font-size: 26px;
    text-transform: uppercase;
    color: #654321;
    padding-top: 2px;
}

.cyber-slider-wrapper {
  padding: 20px 0 0;
}
.collection-block {
  margin-bottom: 3rem;
}
.collection-title {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.collection-image {
  text-align: center;
  margin-bottom: 1rem;
}
.collection-image img {
  max-width: 100%;
    height: 400px; 
   object-fit: cover;
}
.cyber-slider {
  margin: 0 auto;
}
.cyber-slider .slide {
  padding: 10px;

}
.cyber-slider .slide img {
  width: 100%;
 
}
.cyber-slider-wrapper  .slick-slide {
  margin: 0 5px; 
}

.cyber-slider-wrapper .slick-list {
  margin: 0 -5px; 
}
.cyber-slider-otd {
    padding: 0 45px;
    box-sizing: border-box;
}
.cyber-slider-otd .slick-prev, .cyber-slider-otd .slick-next {
  
    width: auto;
    height: auto;
   
}
.cyber-slider-otd .slick-next {
    right: -56px;
}
.cyber-slider-otd .slick-prev {
    left: -50px;
}
.cyber-slider-otd .collection-link {
    position: relative;
}
.collection-title {
    position: absolute;
    bottom: -5px;
    left: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

footer h2 {
    font-weight: 600 !important;
}
footer rte-formatter p {
    color: #828282 !important;
    font-family: var(--main-font) !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 30px !important;
    text-align: center !important;
}
footer .email-signup__button.button-unstyled {
    width: 113px;
    display: flex;
    align-items: center;
    gap: 10px;
}
footer .email-signup-block {
    width: 845px;
}
footer input[type="email"]{
    border-radius: 0!important;
    border: 1px solid #D9D9D9;
    padding: 16px 20px;
  /*  background: #fff;*/
}
span.email-signup__button-text.custom-email-text {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
    color: #654321;
}
.cyber-extra-footer-wrapper {

    background: linear-gradient(180deg,#fff 4.44%,#ac8a8529 110.38%) !important;
}
.cyber-footer-content {
    padding: 30px 0 23px;
}
.cyber-footer-title {
    font-family: var(--main-font);
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 12px;
}

.cyber-footer-description {
    font-family: var(--main-font);
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #828282;
    margin-top: 0;
}

.cyber-instagram-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

.cyber-instagram-icon img {
  height: 40px;
  width: auto;
}

.cyber-footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.cyber-footer-col {
   max-width: 100%;
   width: calc(25% - 55px);
}

.cyber-footer-col h3 {
    font-family: var(--main-font) !important;
    font-size: 20px !important;
    margin-bottom: 18px !important;
    color: #121212 !important;
    font-weight: 400 !important;
}
.cyber-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cyber-footer-col ul li {
  margin-bottom: 6px;
}

.cyber-footer-col ul li a {
    font-family: var(--main-font);
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.cyber-footer-col ul li a:hover {
  color: #000;
}
/* Container for each product block */
.template-index .product-block {
  text-align: center;
  padding: 10px 10px 0;
}

/* Image wrapper with fixed height */
.template-index .product-image {
  width: 100%;
  height: 350px; /* You can adjust this value as needed */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7; /* Optional: background for empty areas */

}

/* Image styling */
.template-index .product-image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.template-index .product-title {
    font-size: 16px;
  
}
.template-index .product-price {
    font-weight: 600;
}
.cyber-slider-feature-heading {
    color: #654321 !important;
    font-family: var(--main-font) !important;
    font-weight: 500 !important;
    font-size: 36px !important;
    text-transform: uppercase !important;
    text-align: center;
    margin-bottom: 10px;
}
.cyber-slider-outer {
    padding: 40px 0;
}
/* Copyright Section */
.cyber-footer-copyright {
  padding: 20px 0;
  text-align: center;
}

.cyber-footer-copyright .copyright-text {
    font-family: var(--main-font);
    font-size: 14px;
    color: #333;
    margin: 0;
    font-weight: 400;
}

.cyber-collection-card {
    position: relative;
}
.template-collection .cyber-collection-card .group-block-content.layout-panel-flex.layout-panel-flex--column.mobile-column {
  /*  content: '';
    position: absolute;
    bottom: 60px;
    color: #fff;*/
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
.template-collection .cyber-colection-price .price {
    font-weight: 700;
  
}
.template-collection .cyber-colection-price .compare-at-price {
    opacity: 1;
    font-weight:500;
  
}
.cyber-collection-header h3 {
    font-weight: 600 !important;
    font-family: var(--main-font) !important;
    font-size: 40px !important;
    text-transform: uppercase !important;
}
.cyber-collection-page .collection-card__content p {
    font-weight: 500;
}
/*collection page*/
button.button.button-primary.facets__see-results {
    display: none;
}
h2.facets-drawer__title.h3 {
    font-family: var(--main-font);
    font-weight: 600;
    font-size: 20px;
    color: #654321;
}
button.button.facets-drawer__close.button-unstyled svg path {
    stroke: #999;
}
.facets__label {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 18px;
    color: #654321 !important;
}
:is(.facets--drawer,.facets--vertical) .facets__item:before, .sorting-filter:before {
      border-color: #e5e5e5 !important;
}
.price-facet__field {
    width: 100px !important;
}
.facets .facets__inputs-wrapper.price-facet__inputs-wrapper{
  justify-content: space-between !important;
}
.price-facet__input {
    background: #efefef;
    color: #828282;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--main-font);
}
.field__label.price-facet__label {
    color: #654321 !important;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--main-font);
}
.facets .checkbox .checkbox__label-text {
    font-family: Jost;
    font-weight: 400;
    font-size: 16px;
    color: #828282 !important;
}
.facets__panel span.svg-wrapper.icon-caret.icon-animated svg path {
    stroke: #000;
}
.template-collection .shopify-section.section-wrapper div:nth-child(2) p {
    font-weight: 600;
    font-family: var(--main-font);
}

.price-slider {
  margin: 20px 0 10px;
}

.price-slider-values {
  display: flex;
  align-items: center;
  gap: 10px;
}

.price-slider-values .field {
  flex: 1;
}
.checkbox .icon-checkmark {
    border-radius: 0;
    border-color: #828282;
    border-width: 2px;
}
.template-collection a.spf-product-card__image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
}
/*.template-collection .spf-product__info {
    position: relative;
    margin-top: -80px;
    z-index: 1;
   
}*/
.template-collection button.spf-product__form-btn-addtocart {
    width: 100px !important;
    right: 10px !important;
    left: unset !important;
    border-radius: 50px !important;
 
}
.template-collection .spf-product-card button.spf-product__form-btn-addtocart {
    color: #fff;
    background: #AC8A85 !important;
    border: 1px solid #AC8A85 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
}
.template-collection .spf-product-card button.spf-product__form-btn-addtocart:hover {
    background: #fff !important;
    color: #AC8A85 !important;
    border: 1px solid #AC8A85 !important;
}
.template-collection span.spf-product__label.spf-product__label-sale.sale-text {
    border-radius: 50px;
}
.template-collection .spf-product-card.spf-product-card__left.spf-product-card__template-1:hover button.spf-product__form-btn-addtocart {
  
    bottom: 3px;
}

.template-collection .h4.spf-product-card__title {
    text-align: center;
}
.template-collection .h4.spf-product-card__title a {
  
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
.template-collection .spf-product-card__price-wrapper {
    text-align: center;
    margin-top: 5px;
}
.template-collection span.spf-product-card__price.money,.template-collection span.spf-product-card__saleprice.money {
    font-weight: 700;
   
    font-size: 16px;
    font-family: var(--main-font);
}
.template-collection span.spf-product-card__oldprice.money{
 
  font-weight: 500;
}
.template-collection  span.gf-summary, .template-collection .sort-by.limit-by.hidden-xs {
    display: none;
}
.template-collection #gf-controls-container {
    padding-top: 35px;
}
.template-collection  .gf-refine-toggle-mobile {
    border: unset !important;
}
.template-collection .gf-refine-toggle-mobile span {
    color: #000;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
}
.template-collection .gf-filter-selection .sort-by {
    background: transparent;
    border: none;
}
.template-collection .gf-filter-selection .sort-by label {
    color: #000;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
}
body > #gf-tree .gf-filter-header > div.gf-filter-heading {
    text-transform: capitalize !important;
    color: #654321 !important;
    font-family: var(--main-font) !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    padding-top: 40px !important;
    padding-bottom: 15px !important;
}
#gf-tree .noUi-handle {
    border: 6px solid #654321 !important;
    background: #fff !important;
}
#gf-tree .noUi-connect {
    background: #654321 !important;
}
.gf-left .gf-option-block .gf-block-title .h3:after, .gf-left .gf-option-block .gf-block-title h3:after, .gf-offcanvas .gf-option-block .gf-block-title .h3:after, .gf-offcanvas .gf-option-block .gf-block-title h3:after {
     float: right !important;
}
.gf-range-inputs input[type="text"] {
    border: unset !important;
    font-family: var(--main-font) !important;
    font-weight: 500 !important;
    font-size: 16px !mportant;
    color: #999 !important;
}
input#max-275217 {
    text-align: right !important;
}
span.gf-range-split {
    visibility: hidden !important;
}
.noUi-value.noUi-value-horizontal.noUi-value-large {
    background: #EFEFEF !important;
    padding: 10px 20px !important;
    margin-bottom: 10px !important;
}
body > #gf-tree .gf-option-block, body > #gf-tree .globo-selected-items-wrapper > .globo-selected-items {
    border-bottom: 1px solid #e5e5e5 !important;
    padding-bottom: 30px !important;
}
.template-collection ul#gf-products {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.template-collection .spf-col-xl-4,.template-collection .spf-col-lg-4,.template-collection .spf-col-md-6,.template-collection .spf-col-sm-6,
.template-collection .spf-col-6{
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
/*collection page*/
/*faq*/
.page-handle-faq .section.section--page-width h3 {
    font-family: var(--main-font);
    font-weight: 600;
    font-size: 40px;
    text-transform: capitalize;
    color: #654321;
}
.page-handle-faq .section.section--page-width rte-formatter h4 {
    font-family: var(--main-font);
    font-weight: 600;
    text-transform: capitalize;
    color: #654321;
}
.cyber-faq-section summary.details__header {
    font-family: var(--main-font);
    font-weight: 600;
    font-size: 20px;
    color: #654321;
}
.cyber-faq-section .details-content p {
    font-family: var(--main-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    max-width: 100%;
    color: #828282;
}
.cyber-faq-section details.details {
    border: 1px solid #E5E5EE;
    padding: 20px;
    margin-bottom: 10px;
}
/*faq*/
/*about*/
.cyber-about-part h2 {
    font-family: var(--main-font);
    font-weight: 600;
    font-size: 40px;
    text-transform: capitalize;
    color: #654321;
}
.cyber-about h2 {
    font-family: var(--main-font) !important;
    font-weight: 600 !important;
    font-size: 36px !important;
    text-transform: capitalize !important;
    color: #654321 !important;
}
.cyber-about p {
    font-family: var(--main-font) !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #828282;
    max-width:100%;
}
.cyber-about-icon-section h2 {
    font-family: var(--main-font) !important;
    font-weight: 500 !important;
    font-size: 26px !important;
    text-transform: capitalize !important;
    color: #654321 !important;
}
.cyber-about-icon-section p {
    font-family: var(--main-font) !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 30px !important;
    color: #828282 !important;
  
}
.cyber-about-icon-section svg {
    fill: #654321 !important;
}
/*about*/
/*pdp*/
.template-product h1 {
    font-family: var(--main-font) !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    vertical-align: middle;
    color: #654321 !important;
}
.template-product .price {
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 18px;
    vertical-align: middle;
    color: #AC8A85;
}
.product-people-viewed{
   display:flex;
   align-items:center;
   gap:6px;
   margin-top:8px;
}
.product-people-viewed span {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 14px;
    color: #828282;
}
.product-purity {
    background: #ac8a851f;
    padding: 10px;
    text-align: center;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 14px;
    color: #ac8a85;
    margin-top: 0;
    width: 100%;
}
.cyber-pdp-img-group img {
    width: 80px;
    height: 80px;
}
.cyber-pdp-img-group  .group-block-content {
    display: flex;
    flex-direction: row;
}
.cyber-buttons-row {
    display: flex;
    gap: 20px;
}
.cyber-buttons-row > span {
    width: 50%;
}
.cyber-buttons-row .accelerated-checkout-block {
    width: 50%;
}
.cyber-buttons-row >span button {
    border: 1px solid #AC8A85;
    border-radius: unset;
    font-family: var(--main-font);
    font-weight: 600;
    font-size: 16px;
    background: transparent;
    color: #AC8A85;
}
.cyber-buttons-row >span button:hover {
  background: #AC8A85;
  color: #fff;
}
.cyber-buttons-row >span button:hover span.svg-wrapper.add-to-cart-icon svg g path {
    fill: #fff;
}
.cyber-buttons-row .accelerated-checkout-block  button {
    background: #AC8A85;
    border:1px solid #AC8A85;
    border-radius: 0;
    text-transform: capitalize;
    font-family: Jost;
    font-weight: 600;
    font-size: 16px;
}
.cyber-buttons-row .accelerated-checkout-block  button:hover{
    background: transparent;
    color: #AC8A85;
}
button#checkout,a.button.cart-items__empty-button {
 background: #AC8A85;
    border:1px solid #AC8A85;
    border-radius: 0;
    text-transform: capitalize;
    font-family: Jost;
    font-weight: 600;
    font-size: 16px;
}
button#checkout:hover,a.button.cart-items__empty-button:hover {
    background: transparent;
    color: #AC8A85;
}
.product-certificate-images {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #E5E5E5;
    padding-top: 30px;
    margin-top: 30px;
}
.product-certificate-images img {
    width: 80px;
    height: 80px;
}
.cyber-pdp-accordion summary.details__header {
    font-family: var(--main-font);
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #654321;
}
.cyber-pdp-accordion details.details {
    border-color: #e5e5e5!important;
    padding-bottom: 20px;
    padding-top: 20px;
}
.cyber-pdp-accordion .details-content p {
    width: 100%;
    max-width: 100%;
    font-family:var(--main-font);
    display: flex;
    align-items: flex-start;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #828282;
}
.cyber-pdp-accordion .details-content p:first-child>span {
    font-family: var(--main-font);
    padding-bottom: 20px;
}
.cyber-pdp-accordion .details-content p strong {
    width: 180px;
    display: inline-flex;
    align-items: start;
    color: #121212;
    font-weight: 500 !important;
}
.cyber-recommended-section h3 {
    font-family: var(--main-font);
    font-weight: 600;
    font-size: 40px;
    color: #654321;
}
.cyber-most-popular-text p {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: 4%;
    text-transform: capitalize;
    color: #121212;
}
.cyber-most-popular-text .price {
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 16px;
   text-transform: capitalize;
    color: #121212;
}
.cyber-most-popular-text .compare-at-price {
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #828282;
     opacity: 1;
}

#custom-lightbox {
  position: fixed;
  z-index: 9999;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#custom-lightbox img {
  max-width: 90%;
  max-height: 80vh;
  object-fit: contain;
}

#custom-lightbox .close-lightbox {
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

#custom-lightbox .prev,
#custom-lightbox .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  color: white;
  cursor: pointer;
  user-select: none;
}

#custom-lightbox .prev { left: 30px; }
#custom-lightbox .next { right: 30px; }
#custom-lightbox .prev img,
#custom-lightbox .next img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1); /* optional: makes black SVG white */
}
@media screen and (max-width: 768px) {
  #custom-lightbox .prev,
  #custom-lightbox .next,
  #custom-lightbox .close-lightbox {
    font-size: 30px;
  }
}
.filled-star {
    fill: #FBA524 !important;
}
.product-details .quantity-selector {
    border-radius: 0;
}
.cart-bubble__background {
    background-color: #ac8a85;
}
.cart-drawer__heading .cart-bubble__background {
    background-color: #ac8a85 !important;
}
.cart-drawer__heading .cart-bubble__text {
    color: #fff !important;
}
p.rating-count.paragraph {
    color: #828282;
    font-family: var(--main-font);
    font-weight: 500 !important;
    font-size: 14px;
}


product-form-component div#wishlisthero-product-page-button-container {
    display: none !important;
}
.template-product .cyber-whis-cart-grp-otd {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.template-product .wishlist-hero-custom-button.wishlisthero-floating {
    border: 1px solid #AC8A85;
    max-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: auto;
   
}
.template-product span.cyber-whis-cart-grp > span {
    width: 100%;
}
.template-product span.cyber-whis-cart-grp {
    display: flex;
    gap: 10px;
}
.template-product .wishlist-hero-custom-button.wishlisthero-floating:hover{
      background-color: #AC8A85;
    color: #fff;
}
.template-product .wishlist-hero-custom-button.wishlisthero-floating:hover svg path {
    fill: #fff !important;
    stroke: #fff !important;
}
.cyber-pdp-info .group-block-content> div:nth-child(1) {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
  align-items: center;
}
.template-product h1 {
    width: auto;
    margin-bottom: 0 !important; 
}
#wishlisthero-product-page-button-container,#custom-share-btn-container {
    background: #e6dcda;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    margin: 0 !important;
    align-items: center;
    justify-content: center;
    display: flex !important;
    padding: 0 !important;
}
div#wishlisthero-product-page-button-container button {
    padding: 0 !important;
}
.whislist-share {
    display: flex;
    width: auto !important;
    gap: 15px;
}
button.share-product-btn {
    background: transparent;
    border: unset;
    cursor: pointer;
}
#custom-share-popup{
  display:none;
  position:absolute;
  background:#e6dcda;
  border:1px solid #e6dcda;
  padding:12px;
  border-radius:8px; box-shadow:0 4px 10px rgba(0,0,0,0.1);
  width:280px;
  z-index:9999;
}
#closeSharePopup{
  position:absolute;
  top:8px;
  right:8px;
  background:none;
  border:none;
  font-size:18px;
  cursor:pointer;
  color:#ac8a85;
}
#copyBtn{
   padding:6px 10px;
   background:#AC8A85;
 
   color:#fff;
   border:none;
   border-radius:0;
   cursor:pointer;"
}
#copyBtn:hover {
    background: #a8807e;
 
}
.social-icon-pop-share {
    display: flex;
    justify-content: space-around;
    margin-bottom: 12px;
}
.social-icon-pop-share svg {
    width: 30px;
    height: 30px;
}
#shareOverlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 9998;
}

#custom-share-popup {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 9999 !important;
  display: none;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.template-product .variant-option--equal-width-buttons {
    --variant-min-width: unset;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(var(--variant-min-width),1fr));
    display: flex;
    flex-direction: row;
}
.template-product .variant-option--equal-width-buttons .variant-option__button-label {
    min-width: unset !important;
    background: transparent !important;
    border: unset;
    color: #000000cf !important;
    padding-top:0 !important; 
}
.template-product .variant-option__button-label {
    flex: unset;
    float: left;
    min-height: unset;
}
.template-product .variant-option--buttons legend {
   
    float: left;
    font-weight: 700;
    width: 60px;
}
/*pdp*/
/*contact*/
.template-page--contact .content-for-layout {
  flex:unset;
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  justify-content: center;
  padding-top:40px;
}

.template-page--contact .content-for-layout > div:nth-child(1),
.template-page--contact .content-for-layout > div:nth-child(2) {
    width: calc(50% - 120px);
}

.template-page--contact .content-for-layout > div:nth-child(3) {
  width: 100%;
}
.template-page--contact .content-for-layout>div:nth-child(1) {
    background: #AC8A85;
    border: 1px solid #e5e5e5;
    border-radius: 24px 0 0 24px;
    border-right: unset;
}
.template-page--contact .content-for-layout>div:nth-child(1) h2 {
    font-family: var(--main-font) !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    color: #fff !important;
    text-align: left !important;
    text-transform: uppercase !important; 
}
.template-page--contact .content-for-layout>div:nth-child(1) p {
    font-family: Jost;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: left;
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.template-page--contact .content-for-layout > div:nth-child(2) {
    border: 1px solid #e5e5e5;
    border-left: unset;
    border-radius: 0 24px 24px 0;
}
.template-page--contact .contact-form__form .visually-hidden:not(:focus,:active) {
    position: relative!important;
    overflow: unset;
    font-family: Jost;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #654321;
    text-align: left !important;
    padding-bottom: 25px;
}
.template-page--contact .contact-form__form-row {
    flex-direction: column;
    align-items: self-start;
}
.template-page--contact .contact-form__input,.template-page--contact .contact-form__input-group select {
    border-radius: 0 !important;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
    color: #828282 !important;
    border-color: #e5e5e5 !important; 
}
.template-page--contact .contact-form__input::placeholder,.template-page--contact .contact-form__input-group selectt::placeholder {
  color: #828282 !important; /* New placeholder color */
  opacity: 1;
}
.template-page--contact .contact-form__input::-webkit-input-placeholder, .template-page--contact .contact-form__input-group selectt::placeholder {
  color: #828282 !important;
}
.template-page--contact .contact-form__input-group {
    display: flex;
}
.template-page--contact .contact-form__input-group select {
    border-right: unset;
    width: auto;
    color: #654321 !important;
}
.template-page--contact .contact-form__form  button[type="submit"] {
    width: 100%;
    border-radius: 0;
    background: #AC8A85;
    font-family: Jost;
    font-weight: 600;
    font-size: 16px;
    color:#fff;
    border:1px solid #AC8A85;
}
.template-page--contact .contact-form__form  button[type="submit"]:hover {
    background: transparent;
    color:#AC8A85;
}
.contact-form-text p {
    text-align: center;
    width: 100%;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #828282;
}
.contact-form-text p strong{
  color: #000;
}
.contact-form-text rte-formatter{
  width:100%;
}
/*contact*/
/*header*/
.account-actions__sign-ins a {
    background: #ac8a85;
    border: 1px solid #AC8A85;
    border-radius: 0;
    text-transform: capitalize;
    font-family: Jost;
    font-weight: 600;
    font-size: 16px;
}
.account-actions__sign-ins a:hover {
    background: transparent;
    color: #ac8a85;
}
.account-actions a:hover {
    background-color: #ac8a85;
}
/*header*/
.custom-page-class .page-title {
    font-size: 40px;
}
/*new arrival*/
.new-arrivals-products .section-resource-list__header h3 {
    font-weight: 600 !important;
    font-family: var(--main-font) !important;
    font-size: 40px !important;
    text-transform: uppercase !important;
    color: #654321;
}
.new-arrivals-price-group p {
    font-family: var(--main-font) !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    color: #333 !important;
}
.new-arrivals-price-group .price {
    font-weight: 700;
    font-size: 16px;
    font-family: var(--main-font);
    color: #141414;
}
/*new arrival*/
/*insta section*/
div#shopify-section-template--18612223213739__1749645863d30e966e {
    background: #f4eae3;
    padding-bottom: 40px;
}
.cyber-custom-social-header {
    padding-top: 40px;
}
.cyber-custom-social-header .cyber-footer-title,.cyber-custom-social-header .cyber-footer-description {
    color: #654321;
}
/*insta section*/
@media(min-width:750px){
  .hidden-mobile {
    display: block;
  }
 .hidden-mobile, .hidden-mobile button {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    font-family: var(--main-font);
    align-items: center;
  }
  .hidden-mobile span.svg-wrapper {
    transition: revert;
    transform: rotate(270deg);
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
    fill: #000!important;
  }
  .hidden-mobile span.svg-wrapper svg {
    stroke: #000;
  }
  .cyber-sort-by span.facets__label {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    color: #000 !important;
    font-family: var(--main-font);
    align-items: center;
  }
  .cyber-sort-by span.svg-wrapper.icon-caret.icon-animated {
        transform: rotate(270deg);
  }
  .cyber-sort-by span.svg-wrapper.icon-caret.icon-animated svg path{
     stroke: #000;
  }
  details[open]>summary .icon-animated>svg {
      transform: rotate(90deg);
  }
  .custom-facets-form-desktop .products-count-wrapper {
    margin-left: 0 !important;
  }
  .custom-facets-form-desktop overflow-list.facets__overflow-list {
      display: none;
  }
  .custom-facets-form-desktop .products-count-wrapper {
    display: none !important;
  }
  .custom-facets-form-desktop form {
    display: flex;
    align-items: center;
  }
  /*pdp*/
  .product-information__grid:not(:has(.product-information__media:empty)).product-information--media-left:has(.media-gallery--extend) {
    grid-column: unset;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 20px;
}
  .product-information__grid:not(:has(.product-information__media:empty)).product-information--media-left{
    
    grid-template-columns: 1fr 1fr !important;
    display: grid;
    gap: 20px;
  }
    .template-product ul.media-gallery__grid.list-unstyled li:nth-child(1), .template-product ul.media-gallery__grid.list-unstyled li:nth-child(4) {
        height: calc(100% - 100px);
        width: 100%;
    }
    .template-product ul.media-gallery__grid.list-unstyled li:nth-child(3) {
      margin-top: -100px;
    }
    .template-product ul.media-gallery__grid.list-unstyled li:nth-child(5) {
      margin-top: -100px;
      width: 100%;
      grid-template-columns: 1fr;
      grid-column: span 2;
  }
  /*pdp*/
  /*header menu*/
  /*collection*/
 

 /*collection*/
}
.home-custom-video-class video::-webkit-media-controls {
  display: none !important;
}

.home-custom-video-class video {
  pointer-events: none; /* disables interaction like pause/play */
}
/*
.section.section--page-width.color-scheme-1.cyber-footer-fst-part {
    background: #654321;
}
.cyber-footer-fst-part h2, .cyber-footer-fst-part p {
    color: #fff !important;
}*/


@media(max-width:1200px){
  .cyber-image-section__heading {
      font-size: 44px;
  }
  .cyber-image-section__text {
    font-size: 16px;
    line-height: 1.5;
  }
  .cyber-image-section__text {
     padding-top: 36px;
  }
  .cyber-image-section__button {
      margin-top: 28px;
  }
  .collection-title {
    font-size: 18px;
  }
  .find-your-layers-section .section-collection-list__content h3, .cyber-slider-feature-heading {
    font-size: 34px!important;
  }
  .find-your-layers-section .collection-card__inner p {
    font-size: 22px;
  }
  footer h2 {
    font-size: 36px !important;
  }
  footer rte-formatter p {
    font-size: 16px;
  }
  .cyber-footer-description {
    font-size: 16px;
  }
  .cyber-footer-title {
    font-size: 18px;
  }
  .cyber-footer-col h3 {
    font-size: 18px !important;
  }
  /*collection*/
  .template-collection .cyber-collection-card .group-block-content.layout-panel-flex.layout-panel-flex--column.mobile-column, 
  .template-collection .h4.spf-product-card__title a,.cyber-collection-page .collection-card__content p {
    font-size: 18px;
  }
  div#shopify-section-template--17274494156877__section div:nth-child(2) p,
  .template-collection .shopify-section.section-wrapper div:nth-child(2) p {
    font-size: 36px !important;
  }
  .custom-page-class .page-title {
    font-size: 36px;
}
   .cyber-collection-header h3 {
    font-size: 36px !important;
  }
  /*faq*/
  .page-handle-faq .section.section--page-width h3,.cyber-about-part h2 {
    font-size: 36px;
  }
  .cyber-faq-section summary.details__header {
     font-size: 18px;
  }
  .page-handle-faq .section.section--page-width rte-formatter h4 {
    font-size: 22px;
  }
  .cyber-about h2 {
    font-size: 32px !important;
  }
  /*pdp*/
  .cyber-recommended-section h3 {
    font-size: 36px;
  }
  /*conact*/
  .template-page--contact .content-for-layout>div:nth-child(1) h2 {
    font-size: 30px!important;
  }
  /*new arrivals*/
  .new-arrivals-products .section-resource-list__header h3 {
    font-size: 36px !important;
  }
  .new-arrivals-price-group p {
    font-size: 18px !important;
  }
}
@media(max-width:1124px){
  .cyber-buttons-row {
    width: 100%;
    flex-direction: column;
  }
  .template-product .cyber-whis-cart-grp-otd {
    width: 100%;
  }
  .cyber-buttons-row .accelerated-checkout-block {
    width: 100%;
  }
}
@media(max-width:1100px){
  .home-custom-video-class {
    max-height: 450px;
  }
  /*pdp*/
  .cyber-pdp-info .group-block-content> div:nth-child(1) {
    flex-direction: column;
    align-items: self-start;
  }
}
@media(max-width:1024px){
  .cyber-image-section__heading {
     font-size: 40px;
  }
  .cyber-image-section__button {
    padding: 14px 10px;
  }
  .collection-title {
    font-size: 16px;
  }
  .find-your-layers-section .collection-card__inner p {
    font-size: 20px;
  }
  footer h2 {
      font-size: 34px!important;
  }
  footer .email-signup-block {
      width: 80%;
  }
  .cyber-slider-wrapper {
      padding: 0px 0;
  }
  .find-your-layers-section {
      padding-top: 30px;
      padding-bottom: 40px;
  }
  .find-your-layers-section .section-collection-list__content h3{
      margin-bottom: 0;
  }
  .cyber-slider-feature-heading {
    margin-bottom: 16px;
  }
  .cyber-footer-fst-part >div {
      gap: 40px;
      padding-bottom: 10px;
  }
  /*collection css*/
   div#shopify-section-template--17274494156877__section div:nth-child(2) p,
  .template-collection .shopify-section.section-wrapper div:nth-child(2) p {
    font-size: 34px;
  }
  .custom-page-class .page-title {
    font-size: 34px;
  }
   .cyber-collection-header h3 {
    font-size: 34px !important;
  }
  .template-collection .spf-product__info {
    margin-top: 0px;
  }
  .template-collection button.spf-product__form-btn-addtocart {
    width: 100% !important;
    right: unset !important;
    left: unset !important;
    border-radius: 0 !important;
    margin-top: 10px;
  }
  
  .template-collection .h4.spf-product-card__title a, 
  .template-collection span.spf-product-card__price.money,
  .template-collection span.spf-product-card__saleprice.money,
  .template-collection span.spf-product-card__oldprice.money{
    color: #333 !important; 
  }
  
  /*faq*/
  .page-handle-faq .section.section--page-width h3,.cyber-about-part h2 {
    font-size: 34px;
  }
  .cyber-about h2 {
    font-size: 28px !important;
  }
  /*pdp*/
  .cyber-recommended-section h3 {
    font-size: 34px;
  }
  .cyber-pdp-accordion summary.details__header {
    font-size: 18px;
  }
   /*new arrivals*/
  .new-arrivals-products .section-resource-list__header h3 {
    font-size: 34px !important;
  }
  .new-arrivals-price-group p {
    font-size: 16px !important;
  }
  
}
@media(max-width:991px){
  .cyber-image-section__heading {
      font-size: 36px;
  }
  .header-menu a span {
    font-size: 14px;
  }
  .cyber-image-section__text {
     padding-top: 32px;
  }
  .cyber-image-section__button {
      margin-top: 24px;
  }
  /*faq*/
  .product-certificate-images img {
    width: 55px;
    height: 55px;
  }
  .cyber-buttons-row {
      gap: 10px;
      flex-direction: column;
  }
  .cyber-buttons-row>span {
      width: 100%;
  }
  .cyber-buttons-row .accelerated-checkout-block {
      width: 100%;
  }
  .cyber-most-popular-text p {
    font-size: 18px;
  }
  .cyber-pdp-accordion .details-content p {
    display: block;
  }
  .cyber-pdp-accordion .details-content p strong {
    display: block;
  }
  /*contact*/
  .template-page--contact .content-for-layout>div:nth-child(1), .template-page--contact .content-for-layout>div:nth-child(2) {
    width: calc(50% - 20px);
  }
  .template-page--contact .content-for-layout>div:nth-child(1) h2 {
      font-size: 28px!important;
  }
  .custom-page-class .page-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .home-custom-video-class {
    aspect-ratio: 4 / 3;
    max-height: 300px;
  }
  
  .cyber-image-section__heading {
    font-size: 1.5rem;
  }

  .cyber-footer-title {
    font-size: 20px;
  }

  .cyber-footer-description {
    font-size: 14px;
  }


  .cyber-image-section__text {
    font-size: 14px;
  }
  .collection-title {
    font-size: 14px;
  }
  .find-your-layers-section .section-collection-list__content h3 {
      font-size: 24px!important;
      padding-top: 28px; 
  }
  .cyber-slider-feature-heading {
      font-size: 24px!important;
  }
  .find-your-layers-section .section-collection-list__content .spacing-style.text-block.text-block--AakZNRzZBRE5RTjBVN__text_V6nDfW.custom.custom-typography.custom-font-size.custom-color {
    padding-bottom: 0;
  }
  .cyber-footer-fst-part>div {
     gap: 20px;
  }
  footer h2 {
    font-size: 24px!important;
  }
  footer rte-formatter p {
    font-size: 14px;
  }
  .cyber-footer-columns {
    gap: 10px;
  }
  .cyber-footer-col {
      width: 23%;
  }
  .cyber-footer-title, .cyber-footer-col h3 {
    font-size: 16px !important;
  }
  footer .email-signup-block {
      width: 70%;
  }
  .find-your-layers-section .collection-card__inner p {
    font-size: 16px;
  }
  .cyber-image-section {
    padding: 30px 0;
  }
  .find-your-layers-section {
    padding-top: 1px;
    padding-bottom: 20px;
  }
 .menu-drawer__menu-item-text {
    color: #654321;
    font-size: 16px;
  }
  ul.menu-drawer__menu.has-submenu li:hover  .menu-drawer__menu-item-text{
       color: #a8807e;
  }
  .cyber-image-section__text {
     padding-top: 28px;
  }
  .cyber-image-section__button {
      margin-top: 20px;
  }
   /*collection css*/
   div#shopify-section-template--17274494156877__section div:nth-child(2) p
  ,.template-collection .shopify-section.section-wrapper div:nth-child(2) p {
      font-size: 24px;
  }
   .cyber-collection-header h3 {
    font-size: 24px !important;
  }
  .cyber-footer-title, .cyber-footer-col h3 {
      font-size: 16px !important;
  }
  .template-collection .cyber-collection-card .group-block-content.layout-panel-flex.layout-panel-flex--column.mobile-column,
   .template-collection .h4.spf-product-card__title a,.cyber-collection-page .collection-card__content p{
    font-size: 16px;
  }
  .cyber-colection-price,.template-collection .h4.spf-product-card__title a,.cyber-collection-page .collection-card__content p,
  .template-collection span.spf-product-card__price.money, .template-collection span.spf-product-card__saleprice.money{
    font-size: 14px;
  }
   /*faq*/
  .page-handle-faq .section.section--page-width h3,.cyber-about-part h2 {
    font-size: 24px;
  }
  .cyber-faq-section summary.details__header {
    font-size: 16px;
  }
  .cyber-faq-section details.details {
    padding: 10px;
  }
  .page-handle-faq .section.section--page-width rte-formatter h4 {
    font-size: 18px;
  }
  .cyber-about h2 {
      font-size: 20px !important;
  }
  .cyber-about p {
    font-size: 14px;
  }
  .cyber-about-icon-section h2 {
    font-size: 20px !important;
}
  /*pdp*/
 .cyber-recommended-section h3 {
    font-size: 24px;
  }
  .product-information__grid:not(:has(.product-information__media:empty)).product-information--media-left {
      gap: 0;
  }
  .template-product h1{
    font-size: 20px!important;
  }
  .template-product .price{
     font-size: 16px!important;
  }
  .cyber-most-popular-text p {
    font-size: 16px;
  }
  .cyber-most-popular-text .price,.cyber-most-popular-text .compare-at-price {
    font-size: 14px!important;
  }
  .cyber-pdp-accordion details.details {
    padding-bottom: 0;
    padding-top: 0;
  }
  .cyber-pdp-accordion summary.details__header {
      font-size: 16px;
  }
  /*contact*/
  .template-page--contact .content-for-layout>div:nth-child(1) h2 {
    font-size: 24px!important;
  }
  .template-page--contact .content-for-layout>div:nth-child(1) p,.contact-form-text p {
    font-size: 14px;
  }
  .custom-page-class .page-title {
    font-size: 24px;
  }
  /*new arrivals*/
  .new-arrivals-products .section-resource-list__header h3 {
    font-size: 24px !important;
  }
  .new-arrivals-price-group p {
    font-size: 14px !important;
  }
  .new-arrivals-price-group .price {
    font-size: 14px;
  }
}
@media(max-width:749px){
  .facets-toggle__button {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    font-family: var(--main-font);
    align-items: center;
  }
  .facets-toggle__button span.svg-wrapper {
    transition: revert;
    transform: rotate(270deg);
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
    fill: #000!important;
  }
  .sorting-filter__container .facets__label {
      font-size: 18px !important;
  }
  /*mobile menu*/
  .menu-drawer .menu-drawer__featured-content {
      display: none;
  }
  /*pdp*/
  .template-product .product-media-container.media-fit {
      max-height: 400px;
  }
  .template-product .product-media-container.media-fit img {
    object-fit: contain;
    max-height: 400px;
    height: auto;
    width: 100%;
  }
  .cyber-buttons-row {
      flex-direction: row;
  }
  .cyber-pdp-accordion .details-content p, .cyber-pdp-accordion .details-content p strong {
      display: flex;
  }
  /*contact*/
  .template-page--contact .content-for-layout {
    gap: 20px;
  }
  .template-page--contact .content-for-layout>div:nth-child(1), .template-page--contact .content-for-layout>div:nth-child(2) {
    width: calc(100% - 60px);
  }
  .template-page--contact .content-for-layout>div:nth-child(1) {
    border-radius: 24px;
    border: 1px solid #e5e5e5;
    padding-bottom: 28px;
  }
  .template-page--contact .content-for-layout>div:nth-child(2) {
    border: 1px solid #e5e5e5;
    border-radius: 24px;
  }
  /*menu logo*/
  .header-logo__image {
    --header-logo-image-height: 60px !important;
  }
}

@media(max-width:667px){
  .cyber-image-section__column {
      width: calc(100% - 0px);
  }
  h2.cyber-image-section__heading br {
    display: none;
  }
  .cyber-image-section__heading {
    text-align: center;
    margin-top:0 !important;
    margin-bottom: 0; 
  }
  .cyber-image-fst-col .cyber-image-section__image {
    display: none;
  }
  .cyber-image-section__button {
    margin: 20px auto 0;
    display: block;
  }
  .cyber-image-scn-col .cyber-image-section__text {
    background: #F4EAE3;
    padding: 20px;
    color: #654321;
  }
}
@media(max-width:567px){
  .cyber-footer-col {
      width: calc(50% - 10px);
  }
  .cyber-buttons-row {
    flex-direction: column;
  }
}
@media(max-width:480px){
  .home-custom-video-class {
      max-height: 250px;
  }
  .cyber-video-btn{
    width:200px;
  }
  .cyber-image-section__heading {
      font-size: 20px;
  }
  .find-your-layers-section .section-collection-list__content h3, .cyber-slider-feature-heading {
      font-size: 20px!important;
  }
  footer h2 {
    font-size: 20px!important;
  }
  footer .email-signup-block {
    width: 95%;
  }
  .find-your-layers-section .collection-list {
    grid-template-columns: 1fr;
  }
  .cyber-image-section__button {
      width: auto;
  }
   /*collection css*/
   div#shopify-section-template--17274494156877__section div:nth-child(2) p,
  .template-collection .shopify-section.section-wrapper div:nth-child(2) p {
    font-size: 20px;
  }
   .cyber-collection-header h3 {
    font-size: 20px !important;
  }
   /*faq*/
  .page-handle-faq .section.section--page-width h3 {
    font-size: 20px;
  }
  .page-handle-faq .section.section--page-width rte-formatter h4 {
    font-size: 16px;
  }
  .cyber-faq-section summary.details__header {
    font-size: 15px;
  }
  /*pdp*/
  .cyber-buttons-row {
      flex-direction: column;
  }
  .cyber-recommended-section h3 {
      font-size: 20px;
  }
  .cyber-pdp-accordion .details-content p, .cyber-pdp-accordion .details-content p strong {
    display: block;
  }
 .cyber-most-popular-text {
    padding-top: 0;
  }
  /*contact*/
  .template-page--contact .content-for-layout>div:nth-child(1) h2 {
    font-size: 20px!important;
  }
  .custom-page-class .page-title {
    font-size: 20px;
  }
  /*new arrivals*/
  .new-arrivals-products .section-resource-list__header h3 {
    font-size: 20px !important;
  }
}