/** Shopify CDN: Minification failed

Line 915:1 Expected "}" to go with "{"

**/
/*!
  @license
  Fabrica, by Logicgo Themes
*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, body, canvas, caption, center, cite, code, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, select, small, span, strike, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  background: 0 0;
  outline: 0;
  text-decoration: none;
}
a{
  text-decoration: none !important;
}
svg{
  vertical-align: middle;
}
li{
  list-style: none;
}
.w-100{
  width: 100%;
}
.predictive-search__loading-state{
  display: none;
}
.full__width{
  padding: 0 30px;
}
.full__width.mega-menu__list--condensed{
  padding: 0 15px;
}
.swiper-container {
  overflow: hidden;
  position: relative;
   width: 100%;
  height: 100%;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 0px!important;
}
.swiper-button-next svg{
  transform: rotate(-90deg);
}
.swiper-button-prev svg {
  transform: rotate(90deg);
}
.swiper-button-next, .swiper-button-prev {
  z-index: 2!important;
  width: 40px!important;
  height: 40px!important;
  transform: translateY(-50%);
  margin-top: 0 !important;
  transition: all .5s ease;
  border-radius: var(--buttons-radius)!important;
}
.swiper-button-prev {
  left: 0 !important;
}
.swiper-button-next {
  right: 0 !important;
}
.swiper-button-next svg, .swiper-button-prev svg {
  width: 14px !important;
  height: 14px !important;
}
.swiper-pagination-bullet {
  width: 25px!important;
  height: 5px!important;
  margin: 0 10px !important;
  opacity: 1;
  transition: all .5s ease;
  cursor: pointer;
  border-radius: var(--buttons-radius-outset);
}
.swiper-pagination-bullet-active{
  width: 50px !important;
}
.swiper-pagination {
  z-index: 2!important;
  margin: 20px 0;
}
.related-products div#ui-countdown {
  display: none !important;
}
.login_image_wrapper:hover img, .register_image_wrapper:hover img, .product-collection-top-banner:hover img, .second-inner-about-us-top-image:hover img, .video-section__poster:hover img, .team-img:hover img,
.faq_image_wrapper:hover img, .privacy_image_wrapper:hover img, .return_image_wrapper:hover img, .shipping_image_wrapper:hover img, .terms_image_wrapper:hover img,
.login-top-image:hover img{
  transform: scale(1.1);
}
.login_image_wrapper img, .register_image_wrapper img, .product-collection-top-banner img, .second-inner-about-us-top-image img, .video-section__poster img, .team-img img,
.faq_image_wrapper img, .privacy_image_wrapper img, .return_image_wrapper img, .shipping_image_wrapper img, .terms_image_wrapper img,
.login-top-image img{
  transition: all 0.5s ease;
  cursor: pointer;
}
.login_image_wrapper .media, .register_image_wrapper .media, .second-inner-about-us-top-image .media, .video-section__poster .media,
.faq_image_wrapper .media, .privacy_image_wrapper .media, .return_image_wrapper .media, .shipping_image_wrapper .media, .terms_image_wrapper .media,
.login-top-image .media{
  overflow: hidden;
  border-radius: var(--media-radius);
}
.theme_main_description{
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}
.theme_main_subheading{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: var(--text_weight);
}
.theme_main_heading{
  font-family: var(--font-heading-family);
  font-size: 28px;
  line-height: 1.2;
  font-weight: var(--text_weight);
  text-transform: var(--text_style);
}
body.showBefore:before, body.accountshowBefore:before, body.megashowBefore:before {
  content: "";
  top: 0%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - -100vh);
  width: 100%;
  display: block;
  position: fixed;
  background-color: rgb(var(--color-foreground),.5);
  z-index: 3;
}
.title_bottom_margin{
  margin-bottom: 35px;
}
.blog .card__heading a {
  position: relative;
  transition: all .5s ease;
  font-size: 18px;
  font-weight: var(--text_weight);
  text-transform: var(--text_style);
  font-family: var(--font-heading-family);
}
.product-card-wrapper .card__heading a {
  font-size: 14px;
  text-transform: var(--text_style);
  font-family: var(--font-heading-family);
  transition: all .5s ease;
}
.quick-add__submit {
  padding: 0.8rem;
  box-sizing: border-box;
}
.card--card .product-card-buttons {
  margin: var(--image-padding);
  position: absolute;
  display: none;
  z-index: 2;
}
.card--card .product-hover{
  display: flex;
}
.card-wrapper:hover .countdown-timer{
  display: none !important;
}
.card-wrapper product-form .cart_btn{
  min-width: inherit;
  min-height: inherit;
}
.card-wrapper.side_position .card--card .product-card-buttons,
.card-wrapper.center_position .card--card .product-card-buttons,
.card-wrapper.up_position .card--card .product-card-buttons{
  right: 10px;
  top: 10px;
}
.card-wrapper.side_position .card--card .product-hover,
.card-wrapper.center_position .card--card .product-hover,
.card-wrapper.up_position .card--card .product-hover{
  flex-direction: column;
  row-gap: 10px;
}
.card-wrapper.bottom_position .card--card .product-card-buttons{
  left: 0;
  bottom: 10px;
  right: 0;
}
.card-wrapper.bottom_position .card--card .product-hover{
  flex-direction: row;
  column-gap: 10px;
  justify-content: center;
}
.card-wrapper.up_position .card--card .third_cart_btn{
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
  display: none;
  z-index: 2;
}
.card-wrapper.up_position:hover .card--card .third_cart_btn{
  display: block;
}
.product-card-wrapper:hover .product-card-buttons{
  display: block;
}
.product-popup-modal__content-info .h2 {
    color: #fff;
}
.product-popup-modal__content-info .main-size tr {
    background-color: #333333;
    color: #fff;
}
/* .card--standard .product-card-buttons {
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  bottom: 10px;
  right: 0;
  display: none;
  z-index: 2;
} */
.card--standard .product-card-buttons {
  margin: var(--image-padding);
  position: absolute;
  display: none;
  z-index: 2;
}
.card--standard .product-hover{
  display: flex;
}
.card-wrapper.side_position .card--standard .product-card-buttons,
.card-wrapper.center_position .card--standard .product-card-buttons,
.card-wrapper.up_position .card--standard .product-card-buttons{
  right: 10px;
  top: 10px;
}
.card-wrapper.side_position .card--standard .product-hover,
.card-wrapper.center_position .card--standard .product-hover,
.card-wrapper.up_position .card--standard .product-hover{
  flex-direction: column;
  row-gap: 10px;
}
.card-wrapper.bottom_position .card--standard .product-card-buttons{
  left: 0;
  bottom: 10px;
  right: 0;
}
.card-wrapper.bottom_position .card--standard .product-hover{
  flex-direction: row;
  column-gap: 10px;
  justify-content: center;
}
.card-wrapper.up_position .card--standard .third_cart_btn{
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
  display: none;
  z-index: 2;
}
.card-wrapper.up_position:hover .card--standard .third_cart_btn{
  display: block;
}

.card-wrapper.side_position .quick-add{
  margin-top: 10px;
}
.complementary-products .card--card .product-card-buttons {
  transform: translate(calc(-50% - (var(--image-padding) * 2)), calc(-50% - (var(--image-padding) * 2)));
}
.card_product_quick-view .quick-add__submit {
  min-width: 40px;
  min-height: 40px;
}
.swatch-anchor {
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
}
.card_product_quantity {
  margin-bottom: 1.2rem;
}
.sticky_cart select,.sticky-quantity,
.wishlist-card-wrapper .sticky-quantity{
-webkit-appearance: none;
-moz-appearance: none;
  text-align: center;
}
.card_product_quantity input[type=number]::-webkit-inner-spin-button,
.card_product_quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.card_product_quantity input[type=number] {
  -moz-appearance: textfield;
}
.d-inline-block {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.grid-terminal-flash {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  padding: 5px;
  float: left;
  transition: all .5s ease;
  border-radius: var(--buttons-radius-outset);
}
.grid-terminal-flash svg {
  width: 20px;
  height: 20px;
}
.main-collection-product-grid-section .facets-vertical-form {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 15px;
  padding: 15px 10px;
  margin-bottom: 30px;
  border-radius: var(--media-radius);
}
.product-grid-container .grid--1-col-desktop .card-information,
.product-grid-container .grid--1-col-desktop .card__information{
  text-align: left;
}
.product-grid-container .grid--1-col-desktop .card__inner {
  width: 100%;
  max-width: 30%;
}
.product-grid-container .grid--1-col-desktop .card{
  flex-direction: row !important;
  column-gap: 30px;
}
.product-grid-container .grid--1-col-desktop .description_wrapper{
  display: block;
  margin-bottom: 5px !important;
}
.product-grid-container .grid--1-col-desktop .product_variant{
  max-width: 35%;
}
.product-grid-container .grid--1-col-desktop .side_position .quick-add__submit{
  max-width: 40%;
  width: 100%;
}
.custom-lavel-grid-system.horizontal {
  line-height: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  grid-column: 1;
  grid-row: 2;
}
.facets__form-vertical div#FacetsWrapperDesktop {
  margin-bottom: 0px;
}
div#FacetsWrapperDesktop {
  margin-bottom: 20px;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: grid;
  align-content: center;
  justify-content: center;
}
.spinnerr {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 50%;
  border-bottom: 0;
  animation: loaderOut 2s linear infinite;
}
@keyframes loaderOut {
   0% {
    transform: rotate(0deg);
   }
  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.spinnerr {
  border-color: #333333;
  border: 3px solid #333333;
  border-top: 5px solid #fff;
}
div#ui-countdown {
  display: flex;
  align-items: center;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  justify-content: center;
  transition: all .5s ease;
}
.countdown-timer .main-c-motel:first-child {
  margin-left: 0;
}
.countdown-timer .main-c-motel {
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin: 0 2px;
  width: 45px;
  height: 45px;
}
.countdown-item {
  font-size: 18px;
  font-weight: var(--text_weight);
  line-height: 1;
}
.bigtext_countdown {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1;
}
.page-buttons {
  display: flex;
  justify-content: center;
  column-gap: 30px;
}
.heading-img{
  max-width: fit-content;
  height: auto;
  margin-bottom: 10px!important;
}
.heading-img.media{
  max-width: 80px;
}
.count-bubble {
  position: absolute;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  top: 6px;
  right: 6px;
}
.wishlist-card-wrapper .card__media1 {
  margin: var(--image-padding);
  width: calc(100% - 2 * var(--image-padding));
  border-radius: calc(var(--border-radius) - var(--border-width) - var(--image-padding));
}
.wishlist-card-wrapper .card__media1 img{
  border-radius: var(--product-card-corner-radius);
}
.wishlist-card-wrapper {
  border-radius: var(--product-card-corner-radius);
}
.wishlist-card-wrapper .product-form__buttons,
.wishlist-card-wrapper .quantity{
  margin-top: 10px;
}
.main-wishlist-page .product-hover button,
.main-compare-page .product-hover button {
  z-index: 2;
  position: absolute;
  top: 15px;
  right: 15px;
}
.product-hover button {
  border: none;
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--buttons-radius-outset);
  padding: 0;
  transition: all .5s ease;
}
.product-hover svg {
  width: 20px;
  height: 20px;
}
.compare-card-wrapper li .compare-card-details {
  padding-right: 5px;
}
.compare-card-wrapper li {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
}
.compare-card-wrapper li:first-child {
  padding: 0px;
}
.main-wishlist-page,
.main-compare-page {
  padding: 0px 15px;
}

.main-compare-page .compare-card-wrapper img,
.main-wishlist-page .wishlist-card-wrapper img {
  width: 100%;
  display: block;
}
.main-compare-page .compare-card-wrapper,
.main-wishlist-page .wishlist-card-wrapper{
  width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  position: relative;
}
@media screen and (max-width: 989px) {
  .main-compare-page .compare-card-wrapper,
  .main-wishlist-page .wishlist-card-wrapper{
    width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
  }
}
@media screen and (max-width: 749px) {
  .main-compare-page .compare-card-wrapper,
  .main-wishlist-page .wishlist-card-wrapper{
    width: calc(50% - var(--grid-mobile-horizontal-spacing) * 1 / 2);
    max-width: calc(50% - var(--grid-mobile-horizontal-spacing) * 1 / 2);
  }
}
@media screen and (max-width: 479px) {
  .main-compare-page .compare-card-wrapper,
  .main-wishlist-page .wishlist-card-wrapper{
    width: 100%;
    max-width: 100%;
  }
}
.product-card-buttons button:hover svg{
  -webkit-animation: .6s ease-in-out infinite icon-animation;
  animation: .6s ease-in-out infinite icon-animation;
}
@keyframes icon-animation {
  0%,
  100% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  50% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1)
  }
}
@-webkit-keyframes icon-animation {
  0%,
  100% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  50% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1)
  }
}
/* special collection */
.special_collection_btn,
.special_collection-slider .side_position .special_collection_btn{
  display: none;
}
.special_collection-slider .card{
  flex-direction: row !important;
  column-gap: 15px;
}
.special_collection-slider .product-card-buttons product-form,
.special_collection-slider .card-wrapper.up_position .card--card .third_cart_btn,
.special_collection-slider .card-wrapper.up_position .card--standard .third_cart_btn{
  display: none !important;
}
.special_collection-slider .special_collection_btn,
.special_collection-slider .card-wrapper:hover .product-card-buttons{
  display: block;
}
.special_collection-slider .bottom_position .product-hover{
  flex-direction: column !important;
  row-gap: 10px;
}
.special_collection-slider .bottom_position .product-card-buttons{
  right: 10px !important;
  top: 10px;
  left: inherit !important;
  bottom: inherit !important;
}
.special_collection-slider .special_collection_btn{
  margin-top: 10px;
}
/* color swatch */
.product-color-variant {
  z-index: 0;
  position: relative;
  box-sizing: border-box;
}
.product-color-variant .product-form__input input[type='radio'] + label.color-swatch,
.product-color-variant .product-form__input input[type='radio'] + label.color-swatch:after,
.product-color-variant .product-form__input input[type='radio'] + label.color-swatch:before{
        border-radius: 0;
}
.product-color-variant .product-form__input input[type='radio'] + label.color-swatch.round,
.product-color-variant .product-form__input input[type='radio'] + label.color-swatch.round:after,
.product-color-variant .product-form__input input[type='radio'] + label.color-swatch.round:before{
    border-radius: 100%;
  }
.product-color-variant .product-form__input input[type='radio'] + label.color-swatch.round-corners,
.product-color-variant .product-form__input input[type='radio'] + label.color-swatch.round-corners:after,
.product-color-variant .product-form__input input[type='radio'] + label.color-swatch.round-corners:before{
        border-radius: 5px;
  }
.product-color-variant .product-form__input input[type='radio'] + label.color-swatch{
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: .7rem .5rem .2rem 0;
  display: inline-block;
  padding: 10px;
  font-size: 1.4rem;
  letter-spacing: .1rem;
  line-height: 1;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
  position: relative;
  border-radius: var(--buttons-radius);
}
.product-color-variant .product-form__input input[type=radio]+label.color-swatch{
 width: 20px;
 height: 20px;
}
.product-color-variant .product-form__input input{
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.product-color-variant .product-form__input input[type='radio'] + label.color-swatch:hover:before{
  border: 1px rgb(125 124 124) solid;
}
.product-color-variant .product-form__input input[type='radio']:checked + label.color-swatch:before{box-shadow: 0 0 0 1px rgb(var(--color-foreground));border-color:rgb(var(--color-foreground));
}
.product-color-variant .product-form__input input[type='radio'] + label.color-swatch.variant-swatch{
  background-color:white;}
.product-color-variant .product-form__input input.disabled+label{
  text-decoration: line-through;
}


.product-form__input input[type='radio']:checked + label:before{
    border-radius: 2px;
    border: 1px solid #e78950 !important;
}
.flex-content-color {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.color-swatch-container {
    line-height: 1;
}
.see-more, .see-less {
  cursor: pointer;
  margin-top: 2px;
  border-radius: 0;
  font-size: 18px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
.product-color-variant .see-less.round,
.product-color-variant .see-more.round{
  border-radius: 100%;
}
.product-color-variant .see-more.round-corners,
.product-color-variant .see-less.round-corners{
  border-radius: 5px;
}


.mobile-sticky-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(34, 34, 34, 0.5)); 
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 10000;
  border-top: 1px solid #333;
  
  padding-bottom: env(safe-area-inset-bottom);
}

.mobile-sticky-nav .nav-link svg {
  width: 24px;
  height: 24px;
  fill: white;
}


.custom-css-size input[type='radio'] + label:after {
  border: 0px!important;
  border-radius: 0px!important;
}

.custom-css-size input[type='radio'] + label:before{
  border: 0px!important;
}



/* Hide on desktop */
@media screen and (min-width: 750px) {
  .mobile-sticky-nav {
    display: none;
  }
}


@media only screen and (max-width: 768px) {
  .mobile-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    z-index: 1000;
  }


 /* sticky buy now */
/* Sticky Bar */
.sticky-cart-bar {
  position: fixed;
  bottom: 0;
  left: 0; right: 0;
  display: flex;
  justify-content: space-between;
  padding: 12px;
  z-index: 999;
}

/* Modal */
.size-modal {
  position: fixed;
  bottom: -100%;
  left: 0; right: 0;
  background: white;
  padding: 20px;
  transition: bottom 0.3s ease-in-out;
  z-index: 1000;
}
.size-modal.active {
  bottom: 0;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  margin-bottom: 16px;
}

/* Toast */
.cart-toast {
  position: fixed;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  background: black;
  color: white;
  padding: 10px 16px;
  border-radius: 6px;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 1001;
}
.cart-toast.visible {
  opacity: 1;
}



  @media only screen and (max-width: 768px) {
  .mobile-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    z-index: 1000;
  }

  .sticky-btn {
    flex: 1;
    padding: 14px;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 16px;
    border: none;
    
  }

  .buy-now {
    background: black;
    color: white;
    border-top-left-radius: 20px;
  }

  .add-to-cart {
    background: black;
    color: white;
    /* border: 1px solid black; */
    border-top-right-radius: 20px;
  }

  .size-modal {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background: white;
    transition: bottom 0.3s ease-in-out;
    z-index: 1001;
  }

  .size-modal.active {
    bottom: 0;
  }

  .size-modal-content {
    padding: 20px;
  }

  .size-btn {
    padding: 10px 20px;
    border: 1px solid #ccc;
    margin: 5px;
    border-radius: 6px;
  }

  .size-btn.selected {
    border-color: black;
    background-color: #f5f5f5;
  }

  .cart-toast {
    position: fixed;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    padding: 12px 24px;
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1100;
  }

  .cart-toast.show {
    opacity: 1;
  }

  .hidden {
    display: none;
  }
}
#return-app-proxy-root .yn-rt-fixed {
  position: fixed !important;
  bottom: 60px;    /* move it up 60px from the bottom */
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  display: block;
  text-align: center;
}