/** Shopify CDN: Minification failed

Line 1919:0 Unexpected "}"

**/

.search-text-animation{
  display:none;
}

.booking-text {
    margin: 20px 10px;
text-align:center;
}
.booking-text h3 {
    font-size: 23px;
  margin:0;
  font-weight:700;
}
.booking-text a {
    background: #000;
    color: #fff;
  text-decoration: none;
    padding: 15px 20px;
    font-size: 18px;
    display: inline-block;
    margin: 20px 0px;
}

.site-footer-wrapper .navmenu-link:hover,
.site-footer-wrapper .site-footer-credits a:hover,
.site-footer-wrapper .rte a:hover {
  color:rgb(166, 166, 166)
;
}

/* YOTPO WIDGET PRODUCT REVIEW STYLING */

#yotpo-reviews-main-widget .yotpo-head,
#yotpo-reviews-main-widget .yotpo-empty-state{
    display: none;
}
  #yotpo-reviews-main-widget button#yotpo-main-widget-btn {
    margin: 26px auto;
}
#yotpo-reviews-main-widget .yotpo-review-border-smooth.yotpo-border-margin {
    margin: 0;
}
.live-search {
  border-top: 1px solid black;
}
/* Link Boxes arrows */
.snap_nav {
  display: none;
  justify-content: space-between;
  padding: 0 10px;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  left: 0;
  background-color: transparent;

  .btn {
    position: absolute;
    top: -40px;
    display: block;
    width: 15px !important;
    height: 15px !important;
    transform: rotate(45deg);
    border: solid 2px black;
    cursor: pointer;
    background: transparent;
    padding: 0 !important;
    min-height: unset;
  }

  .button-prev {
    border-right: none;
    border-top: none;
    left: -15px;
  }
  .button-next {
    border-left: none;
    border-bottom: none;
    right: -15px;
  }
}

@media only screen and (max-width: 999px) {
  .link-boxes-container.grid-layout .snap_nav {
    display: none;
  }
  .ss-link-boxes {
    position: relative;
    padding: 0 20px;
  }
  .snap_nav {
    display: flex;
    position: relative;
  }
}
/* Free Sipping Badge */
.prod-page-shipping-badge{
  max-width:100px;
  left: 0;
  top: -20px !important;
}


.shipping-badge {
  position: absolute;
  top: 16px;
  right: 12px;
  z-index: 10;
}
/* Global Styles */
html,
body {
  overflow-x: hidden;
}
section .home-section--title {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 2.5rem;
}
.align-right a,
.align-right p {
  justify-content: flex-end;
}
.align-left a,
.align-left p {
  justify-content: flex-start;
}
.align-center a,
.align-center p {
  justify-content: center;
}
.img-invert img {
  filter: brightness(0) invert(1);
}

/* HEADER STYLES */
.navmenu-meganav-sidenav__item.menu-all,.navmenu-item.menu-all{
    display: none !important;
}
.site-header .live-search .live-search-form {
  max-width: 100%;
  margin: auto;
}
.site-header-mobile-search-button{
  display: none;
}
.site-header-actions_wrap {
  display: flex;
}

/* Default styles for live-search-form */
.site-header .live-search .live-search-form {
  position: relative; /* Make sure it's relative by default */
  width: 100%; /* Default width */
  transition: all 0.3s ease; /* Smooth transition for changes */
}

.site-header .live-search .live-search-form.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 10px #0000001a;
}
.site-header-main-content .buttons_wrap {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.site-header-main-content .buttons_wrap .btn.open_livechat {
  display: none;
}
.site-header-main-content .buttons_wrap .btn {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  background: #000;
  padding: 8px 16px;
  box-shadow: 2px 2px 6.2px rgba(0, 0, 0, 0.25);
  transition: all ease 0.3s;
}
.site-header-main-content .buttons_wrap .btn:hover {
  background: transparent;
  color: #000;
}
@media screen and (max-width: 848px) {
  .site-header .live-search .live-search-form {
    width:100%;
  }
}

/* SECTIONS STYLES */

/* MOBILE SIDE STYLING */
a.mobile-logo p {
    margin: 0;
}
a.mobile-logo {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    max-width: 100px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
a.mobile-logo img {
    height: auto;
    max-width: 62px;
}
/* Hero Banner Styles */
.ss-herobanner .herobanner {
  position: relative;
  margin-top: -2px;

  .banner_media {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;

    .banner_image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }
  .banner_media.small {
    padding-bottom: 35%;
  }
  .banner_media.medium {
    padding-bottom: 50%;
  }
  .banner_media.large {
    padding-bottom: 65%;
  }
}
.banner__text {
  font-size: 16px;
  line-height: 1.5;
}
.banner_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 20px);
  height: 100%;
}
.banner_box {
  position: absolute;
  top: auto;
  left: 7rem;
  bottom: 5rem;
  right: auto;
  margin: auto;
  max-width: 35%;
  z-index: 2;
}

.banner_box .image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner_box .image_wrap .links-wrap {
  display: flex;
  justify-content: space-between;
  padding-right: 2px;
  padding-top: 5px;
}
.banner_box .links-wrap a {
  text-decoration: none;
  color: #010101;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 1px;
  position: relative;
  line-height: 1.2;
}
.banner_box .links-wrap .seperator {
  width: 3px;
  background: #000;
}
a.banner_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
/* Hero Banner Styles END*/

/* Collection List Styles */
.collection-list__content.hide_titles .collection__item-info {
  display: none;
}

/* MOSIAC PROMO  */
.promo-mosaic--container .promo-block--content .promo-block--header {
  font-weight: bold;
  font-size: 40px !important;
  text-transform: uppercase;
  max-width: 50%;
}
.promo-mosaic--container .promo-block--content .promo-block--text {
  max-width: 50%;
}

/* JUDGEME APP SECTION */
#judgeme_product_reviews {
  .jdgm-rev-widg__title {
    display: none;
  }
  .jdgm-write-rev-link {
    display: block !important;
  }
}
.jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium)
  .jdgm-rev-widg[data-number-of-reviews="0"]
  .jdgm-widget-actions-wrapper,
.jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium)
  .jdgm-rev-widg
  .jdgm-widget-actions-wrapper{
  border-left: none !important;
}
.jdgm-rev-widg .jdgm-histogram,
.jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-rev-widg__summary,
.jdgm-rev-widg .jdgm-rev-widg__summary{
  display: none !important;
}
.jdgm-rev-widg .jdgm-write-rev-link {
    background: #000 !important;
    border-radius: 5px;
    border:1px solid #000 !important;
}
/* TESTIMONIALS SECTION */
.ss-testimonials {
  display: flex;
  gap: 2rem;
}
.testimonials-section .testimonials .testimonial {
  min-height: 100%;
  border-radius: 10px;
  background-color: #80808033;
}
.testimonials .flickity-slider {
  height: 100%;
}
.testimonials-section .testimonials .testimonial .testimonial__star-rating {
  width: 19px;
  height: 19px;
  fill: #e3c000;
}
.testimonials-section .testimonial .testimonial__author {
  font-weight: bold;
}

/* IMAGE TEXT SECTION */
.image-with-text
  .image-with-text__image-wrapper.image_contain
  .image-with-text__image {
  width: auto;
  height: auto;
}
.image-with-text .image-with-text__image-wrapper.image_contain {
  text-align: center;
}

/* Announcement Bar */
body .announcement-bar {
  padding: 10px 0 0 0;
}
body .announcement-bar .announcement-bar-text-mobile {
  font-size: 11px;
}
/*------------FLOAT BUTTON FREE SHIPPING STYLING-----------*/
.float-shipping-button a svg path {
    fill: #fff;
}
.float-shipping-button .shipping-close-btn svg.icon.icon-close {
    min-width: 20px;
    color: #fff;
}
.float-shipping-button .float-shipping-button-inner {
    display: flex;
    align-items: center;
    padding-right: 14px;
    background: #000;
}
.float-shipping-button a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    border-radius: 10px;
    background: #000;
    max-width: fit-content;
    padding: 10px 20px;
}
.float-shipping-button a svg {
    width: 40px;
    height: 40px;
}
.float-shipping-button a p {
    font-size: 15px;
    color: #fff;
}
.float-shipping-button {
    position: fixed;
    bottom: 20px;
    z-index:4;
    right: 90px;
}
/* COLLECTION LIST */
.collections_list-item .image_wrap {
  /* width: 100%;
  height: 100%;
  max-height: 250px;
  max-width: 250px; */
  width: 220px;
  height: 220px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.collections_list-item .image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.collections_list-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.collections_list-item .coll_title {
  margin-bottom: 0;
  font-size: 19px;
  text-align: center;
  color: #000;
  font-weight: bold;
}
.collections_list-nav {
  display: flex;
  position: absolute;
  bottom: 40%;
  left: 0;
  width: 100%;
  justify-content: space-between;
  padding: 0 20px;
}
.ss-collections_list {
  position: relative;
}
.collections_list-nav .btn {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1;
  transform: rotate(45deg);
  border: solid 3px transparent;
}
.collections_list-nav .btn.btn-prev {
  border-bottom-color: #000;
  border-left-color: #000;
}
.collections_list-nav .btn.btn-next {
  border-top-color: #000;
  border-right-color: #000;
}
section.promo-grid--container.rating-banner .promo-block.promo-block--image {
  background-color: transparent;
  background-size: contain !important;
}
section.promo-grid--container.rating-banner {
  max-width: 900px;
}
.money-back
  .image-with-text__content
  .image-with-text__content-wrapper
  .image-with-text__text {
  max-width: 500px;
  font-size: 20px;
}

/* COLLECTION BANNER */
  .cstm-promo-grid__columns--4 .promo-block promo-block--content::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, black 0%, transparent 50%);
  }
  .cstm-promo-grid__columns--4 .promo-block .promo-block--header{
      font-size: 14px !important;
    }
/* PRODUCT BANNER */

.prod-banner .promo-block--content .promo-block--content-wrapper {
  margin-left: auto;
  max-width: 400px;
  padding: 40px;
  background-color: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1rem;

  .promo-block--text {
    font-size: 16px;
  }
}
.prod-banner .promo-block--content .promo-block--content-wrapper * {
  margin: 0;
  max-width: 100% !important;
}
/* SECTIONS STYLES END */

/* COLLECTION PAGE STYLING */
.collection-custom-filters .collection-filters__filter-wrapper {
    flex-direction: column;
}
.collection-custom-filters .collection-filters__filter-wrapper li {
    width:100%;
}
.hide {
    display: none;
}
.col-product-count{
  width:100%;
  text-align:center;
}
body .collection--description {
  max-width: 1400px;
  margin: auto;
}
div#AjaxinatePagination {
  padding-top: 20px;
  text-align: center;
}
#AjaxinatePagination a {
  color: #000;
  font-size: 18px;
}
/* COLLECTION PAGE STYLING END */
/* SEARCH PAGE STYLING */
.search-results__count.bottom{
  width:100%;
  text-align:center;
}

/* PRODUCT CARD STYLES */
.productgrid--item .productitem {
  background-color: #d9d9d9;

  .productitem--info {
    background-color: transparent;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 10px;

    .productitem--title {
      /* width: 100%; */
      /* overflow: hidden; */
      /* text-overflow: ellipsis; */
      /* white-space: nowrap; */
      font-size: 12px;
    }
    .price.productitem__price {
      font-weight: bold;
    }
  }
  .productitem--action button.productitem--action-trigger {
    background-color: #fff;
    border-color: #fff;
    color: #000;

    &:hover {
      background-color: #000;
      border-color: #000;
      color: #fff;
    }
  }
}
/* PRODUCT CARD STYLES END */

/* PRODUCT PAGE STYLES */
body .product-gallery--video video {
    display: block;
}
.product-block .key-details {
  margin: 0;
  padding: 7px;
}
.product-block--popup span.popup_button {
  display: flex;
  gap: 5px;
  padding: 8px;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;

  img {
    margin-right: 5px;
  }
}
.product-block--9 .key-details p.key-details__heading {
  font-size: 16px;
  color: #000;
}
.product-block--9 .key-details p {
  font-size: 20px;
  color: red;
  font-weight: 700;
}
.product-block--popup .popup_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 100;
  display: none;
}
.product-block--popup .popup_overlay.active {
  display: block;
}
.product-block--popup .popup_content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: fit-content;
  max-width: 1000px;
  max-height: 75%;
  background: #fff;
  z-index: 999;
  overflow: auto;
  transition: all ease 0.5s;
  /* display: none; */
  transform: scale(0);
  pointer-events: none;

  .popup_content-header {
    display: flex;
    justify-content: space-between;
    background: #000;
    color: #fff;
    padding: 10px 30px;
    align-items: center;

    h3 {
      margin: 0;
    }
    .icon-close {
      cursor: pointer;
    }
  }
  .popup_content-inner {
    padding: 30px;
  }
}
.product-block--popup .popup_content.active {
  /* display: block; */
  transform: scale(1);
  pointer-events: auto;
}
section.product__container article.product--outer {
  max-width: 1200px;
  margin: auto;
  gap: 3rem;
}
.template-product nav.breadcrumbs-container {
  max-width: 1400px;
}
.product-details .product-title {
  font-size: 18px;
}
span.org_price {
  color: #949494;
  text-decoration: line-through;
  padding-right: 4px;
}
.product-details .price__current .money {
  color: #e32619;
}
.product-details button.product-form--atc-button {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
}
.product-details button.product-form--atc-button:not(.disabled):hover {
  border: 2px solid #000;
  color: #000;
}
.product-form__action-wrapper .quantity-selector {
  max-width: 150px;
}
.product-form__action-wrapper
  .quantity-selector
  .quantity-selector__button-wrapper
  .quantity-selector__button {
  padding: 1rem;
}
.product-form__action-wrapper .quantity-selector .quantity-selector__input {
  min-width: auto;
  padding: 1rem 0.5rem;
}
.product-block.product-block--description .product-description {
  font-size: 14px;
  list-style: none;
}
.product-block.product-block--description .product-description ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.product-block.product-block--description .product-description li {
  list-style: none !important;
  padding: 0 0 8px 20px !important;
  margin: 0 !important;
  position: relative;

  &::before {
    content: "";
    position: absolute;
    top: 22%;
    left: 0;
    width: 10px;
    height: 10px;
    background: url("/cdn/shop/files/right.png")
      no-repeat;
    background-size: contain;
  }
}

.product-details .product-description_title {
  margin-bottom: 1rem;
  font-size: 20px;
}
.review_stars {
  display: flex;
  gap: 1rem;
}
.product-text.red-txt {
  font-size: 16px;
  line-height: 1.5;
  color: #e32619;
}

/* PRODUCT PAGE STYLES END */

/* FOOTER STYLES */
.site-footer-item--information
  .site-footer__row--second
  .site-footer__row-inner-wrapper-left {
  text-align: center;
}
.site-footer-blocks .site-footer-block-rich-text img {
  margin-bottom: 2rem;
}
.site-footer-item:has(.site-footer-blocks) {
  padding: 50px;
  background-color: #000;
  border-radius: 20px;
}
footer .site-footer-item--information {
  margin-top: 3rem;
  color: #000;

  .site-footer-credits {
    color: #000;
  }
}
.site-footer-block-rich-text .newsletter .pxs-newsletter-form-fields {
  justify-content: flex-start;
}
.site-footer-block-rich-text .newsletter .form-field.newsletter-input {
  width: 100%;
  max-width: 300px;
  flex-grow: 1;
}
.site-footer-block-rich-text .newsletter .newsletter-submit button {
  padding: 5px;
  height: 100%;
  white-space: nowrap;
  font-size: 14px;
}
.site-footer-block-rich-text .newsletter .newsletter-input .form-field-input {
  padding: 10px;
}
.site-footer-block-rich-text .newsletter {
  margin: 20px 0;
}
.site-footer-block-footermenumobile {
  display: none;
}

/*-------MOBILE MENU STYLING------------*/
  .mobile-menu-social{
    margin-bottom:40px;
  }
/*-------FOOTERMOBILE MENU STYLING------------*/
@media screen and (max-width: 767px) {
  .site-footer-block-footermenumobile {
    display: block;
    width: 100%;
  }
  #footer-menu .footermobile-menu__sub-panel.slide-in.active .footermobile-menu__back-button {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    border: none;
    background: #000;
    width: 100%;
}
  #footer-menu .footermobile-menu__linklist-button.has-toggle-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  #footer-menu .toggle-icon {
    font-size: 1.2em;
    font-weight: bold;
    transition: transform 0.2s ease;
  }

  #footer-menu details[open] > summary .toggle-icon {
    content: "-";
    transform: rotate(180deg);
  }
  #footer-menu .footermobile-menu__promo {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  #footer-menu ul.footermobile-menu__linklist {
    padding: 0;
  }

  #footer-menu .footermobile-menu__sub-panel.active .footermobile-menu__promo {
    opacity: 1;
    transform: translateY(0);
  }
  #footer-menu .footermobile-menu {
    position: relative;
    overflow: hidden;
    padding: 1rem;
    background: var(--color-background, #fff);
  }
  #footer-menu summary span {
    color: #fff;
  }
  #footer-menu .footermobile-menu__linklist-button {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    width: 100%;
    background: #000;
    border: none;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
  }
  #footer-menu ul.footermobile-menu__sub-sub-links li {
    border-bottom: none;
  }

  #footer-menu .footermobile-menu__sub-links,
  #footer-menu .footermobile-menu__sub-sub-links {
    padding-left: 1.5rem;
    margin-top: 0.25rem;
  }

  #footer-menu .footermobile-menu__sub-links a,
  #footer-menu .footermobile-menu__sub-sub-links a {
    font-size: 0.95rem;
    color: #fff;
  }
  #footer-menu li {
    list-style-type: none;
    border-bottom: 1px solid #fff;
  }

  #footer-menu .footermobile-menu__main-panel,
  #footer-menu .footermobile-menu__sub-panel {
    width: 100%;
    height: 100%;
    background: transparent;
    transform: translateX(0);
    transition: transform 2.4s ease-in-out;
    display: none;
    z-index: 1;
  }

  #footer-menu .footermobile-menu__main-panel.active,
  #footer-menu .footermobile-menu__sub-panel.active {
    display: block;
    margin: 20px 0px;
  }

  #footer-menu .footermobile-menu__main-panel.slide-out {
    transform: translateX(-100%);
  }

  #footer-menu .footermobile-menu__sub-panel.slide-in {
    transform: translateX(100%);
    transition: transform 2.4s ease-in-out;
  }

  #footer-menu .footermobile-menu__sub-panel.slide-in.active {
    transform: translate(0);
    transition: transform 2.4s ease-in-out;
    z-index: 2;
    overflow-y: auto;
    max-height: 100vh;
  }
}
/* FOOTER STYLES END */

/* EXTRA STYLES */
.utils-sortby {
  display: flex;
  align-items: center;
  flex-grow: 1;

      .product_count {
        font-size: 19px;
        margin-left: auto;
        margin-right: auto;
    }
}
.search--sortby .product_count{
  display:block !important;
}
.search--sortby {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  line-height: 1;

  .sortby--inner {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.search--sortby #sort-by {
  background: #fff;
  border: solid 1px #d7d2d2;
}
.promo-grid--container.title-banner .promo-block--content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;

  .promo-block--content-wrapper {
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
  }
}
section.promo-grid--container.text-style a.promo-block--content {
  padding-left: 0;
  padding-right: 0;

  .promo-block--content-wrapper {
    padding: 8px 20px;
    background: #000;

    p.promo-block--text {
      margin: 0;
      max-width: 100%;
    }
  }
}
.section--description {
  max-width: 800px;
  margin: auto;
  text-align: center;
  asd * {
    font-size: 20px;
    line-height: 1.3;
  }
}
.promo-grid--inner.promo-grid__columns--5 {
  grid-template-columns: repeat(5, 1fr);
}
.bss-po-product-page {
  position: relative;
}
.bss-po-product-page .po-stack + a {
  text-indent: -9999999px;
}
.bss-po-product-page::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background: #fff;
}
.bss-po-product-page .po-option--container .po-label input {
  min-width: auto;
}
.image-with-text__content-wrapper .content_image {
  margin-bottom: 1rem;
  overflow: hidden;
}
.image-with-text__content-wrapper .content_image img {
  width: 100%;
  height: auto;
  max-width: 500px;
}
.video-carousel .video-wrapper:hover {
  transform: translateY(-10px);
}
.video-carousel .swiper-wrapper {
  padding-top: 20px;
}
body #mps-sales-notification.sn-common .mps-sn-sign {
  display: none !important;
}
.product-recently-viewed__wrapper span.badge.in-stock {
  top: 2rem;
}
.badge-stock.in-stock {
  position: absolute;
  width: fit-content;
  top: 0.5rem;
  left: 0.5rem;
  /* background-color:#000;
    color:#fff;
    font-size:10px;
    border: solid #000 1px;
    padding:4px 6px; */
  z-index: 1;

  img {
    margin: 0;
    padding: 0;
  }
}
.product-gallery span.badge-stock.in-stock {
  /* top: 5rem; */
  top: 0rem;
}
.product-gallery .badge-stock.in-stock img {
  width: 100px;
}
@media only screen and (max-width: 700px) {
  .badge-stock.in-stock img {
    max-width: 50px;
  }
/* .shipping-badge {
    top: 35px !important;
    left: 5px;
}

  .shipping-badge.prod-page-shipping-badge img{
    max-width:75px;
  } */

  .product-block--9 .key-details p {
    font-size: 18px;
  }
}
.productitem__container {
  position: relative;
}
ol,
ul {
  margin-bottom: 1.5rem;
}
#AjaxinatePagination {
  padding-top: 1.5rem;
}
#AjaxinatePagination a {
  display: inline-flex;
  gap: 1rem;
  font-size: 24px;
  justify-content: center;
  width: 100%;
  align-items: center;
}
#AjaxinatePagination .loading {
  border: 7px solid #f3f3f3;
  border-radius: 50%;
  border-top: 7px solid #000;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.text-heading .promo-block .promo-block--content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 55px;
}
.text-heading .promo-block .promo-block--content .promo-block--content-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
}
.text-heading .promo-block .promo-block--content .promo-block--header {
    font-weight: 500;
    text-shadow: 1.5px 1px #000;
    text-align: center;
    font-size: 1rem;
    filter: brightness(1.5);
    letter-spacing: .3px;
}
.btm-banners .promo-grid--inner .promo-block {
  background-color: transparent;
}
.productgrid--item.sold-out {
  display: none;
}
#contact_form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.contact-form label {
  display: none;
}
.contact-form .field,
.contact-form .field input,
.contact-form .field textarea {
  width: 100%;
  display: flex;
}
.contact-form .field.first-name,
.contact-form .field.last-name {
  width: calc(50% - 0.5rem);
}
.contact-form .field input,
.contact-form .field textarea {
  padding: 10px;
  border: 1px solid #dddddd;
}
.contact-form .field textarea {
  min-height: 100px;
}
.contact-form .btn input[type="submit"] {
  background: #000;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
}
.contact-form .field input::placeholder,
.contact-form .field textarea::placeholder {
  font-size: 14px;
  color: #857979;
}
.contact_form-container {
  max-width: 900px;
  margin: auto;
}
.site-mobile-nav .social-icons {
  padding: 0 20px;
}
/* EXTRA STYLES END*/

/* Product Recommendation Slider */
.prod_recom_wrapper.swiper-wrapper {
  padding-bottom: 50px;
}
.prod_recom_wrapper .productgrid--item {
  height: auto;
}
.prod_recom_wrapper .productgrid--item .productitem {
  padding: 10px 0;
}
.prod_recom_wrapper .productgrid--item .productitem .productitem__container {
  padding: 0 10px;
}
/* Product Recommendation Slider END */

/* MEDIA QUERIES */
@media screen and (min-width: 1198px) and (max-width: 1280px) {
.ship_content h3 {
    font-size: 18px;
    color: #000;
    line-height: 5px;
}

}

@media screen and (max-width: 1400px) {
  .collections_list-item .image_wrap {
    max-height: 200px;
    max-width: 200px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  img.hdr_img {
    height: auto;
    width: 200px;
  }
  header .site-header-main .site-header-main-content {
    max-width: 100%;
  }
}
@media screen and (min-width: 1198px) and (max-width: 1650px) {
  .banner_box {
    top: auto;
    left: 6rem;
    bottom:0rem;
  }
  .banner__text {
    font-size: 15px;
  }
  .banner_content .banner_box .links-wrap a {
    font-size: 18px;
  }
  nav.site-navigation .navmenu-link.navmenu-link-depth-1 {
    font-size: 13px;
    padding: 13px 8px;
  }
}
@media screen and (min-width: 1200px) {
  .site-header-main-content .buttons_wrap .btn.open_livechat {
    display: block;
  }
  .site-header-main-content .buttons_wrap {
    gap: 0.5rem;
  }
  .site-footer-blocks .site-footer-block-item.site-footer-block-rich-text {
    width: calc(34% - 0.9375rem);
  }
  .site-footer-blocks .site-footer-block-item.site-footer-block-menu {
    width: calc(22% - 0.9375rem);
  }
  .ss-mosaic .promo-mosaic--inner.promo-mosaic--layout-4 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .ss-mosaic
    .promo-mosaic--inner.promo-mosaic--layout-4
    article.promo-block:first-child,
  .ss-mosaic
    .promo-mosaic--inner.promo-mosaic--layout-4
    article.promo-block:last-child {
    grid-column-start: span 3;
  }
  .ss-mosaic .promo-mosaic--inner.promo-mosaic--layout-4 article.promo-block {
    grid-column-start: span 2;
  }
  .banner_box .image_wrap {
    overflow: hidden;
  }
  .prod_recom_wrapper .productgrid--item {
    width: 100%;
    max-width: calc(20% - 15px);
  }
  header .site-header-main .site-header-main-content {
    gap: 75px;
  }
  header .site-header-main {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1199px) {
  header .site-logo-image {
    max-height: 50px;
  }
  .banner__text {
    max-width: 100%;
    font-size: 14px;
  }
  .banner_box .image_wrap {
    overflow: hidden;
    margin: auto;
  }
  .banner_box .links-wrap a {
    font-size: 17px;
  }
  .hdr_image {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  nav.site-navigation .navmenu-link.navmenu-link-depth-1 {
    font-size: 12px;
    padding: 10px 6px;
  }
  .site-navigation{
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1025px) {
  .site-navigation-wrapper nav.site-navigation {
    justify-content: center;
  }
  .productitem .productitem--actions {
    bottom: -3rem;
    top: auto;
  }
  .site-header-main-content .site-header-cart {
    top: 35%;
  }
  header .site-header-main {
    justify-content: center;
  }
  .site-header .live-search{
    background-color: black;
    border-top: 12px solid black;
  }
  .site-header .live-search .live-search-form {
    border-radius: 27px;
  }
}
@media screen and (max-width: 858px) {
  .productgrid--sidebar-menu .collection-filters__filter-list-item-text{
    display:block;
  }
}
@media screen and (max-width: 1024px) {
  .navmenu-item.menu-all{
    display:block !important;
  }
  section .home-section--title {
    font-size: 28px;
  }
  .shoppable-image_wrapper .featured_product .featured_product-media {
    overflow: hidden;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .collections_list-item .image_wrap {
    max-height: 180px;
    max-width: 180px;
  }
  .cstm-promo-grid__columns--4 .promo-grid--inner{
    grid-template-columns: repeat(3, 1fr);

    .promo-block .promo-block--header{
      font-size: 14px;
    }
  }
}
@media screen and (min-width: 720px) and (max-width: 1199px) {
  .banner_content {
    position: relative;
  }
  .banner_box {
    position: unset;
    padding: 10px 0;
    max-width: 600px;
    left: auto;
    bottom: auto;
  }
}
@media screen and (min-width: 720px) {
  .mobile-hero-banner{
    display: none;
  }
  .desktop-hero-banner{
    display: block;
  }
  .product__container .product-gallery {
    height: fit-content !important;
    position: sticky;
    top: 2rem;
  }
  .ss-mob-topmenu {
    display: none;
  }
  .site-header-actions_wrap {
    position: relative;
  }
  .live-search {
    display: flex;
  }
  .site-header-main .site-header-main-content,
  .site-header-actions_wrap .site-header-actions,
  .site-header-actions_wrap .site-header-actions li {
    margin: 0;
  }
  .site-header-main .site-header-main-content {
    gap: 20px;
    max-width: fit-content;
    justify-content: space-between;
  }
  .site-header-actions_wrap .site-header-cart {
    position: unset;
    margin: 0;
  }
  .site-header-main-content .site-header-logo {
    margin: 0;
  }
  .search_toggle {
    display: none;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
  }
  .live-search.triggered_search {
    /* position: absolute;
    top: 0;
    left: 0; */
    display: flex;
    width: 100%;
    /* height: 100%; */
    background-color: #f6f6f6;
  }
  .site-header .live-search .live-search-form {
    margin-right: 0;
  }
  #search_close {
    display: none;
    margin: auto;
    margin-left: 30px;
    cursor: pointer;
  }
  .hdr_image {
    margin-top: -25px;
    position: relative;

    a.home_link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
  .site-navigation-wrapper,
  nav.site-navigation {
    background: #000;
  }
  nav.site-navigation .navmenu-link.navmenu-link-depth-1 {
    color: #fff;
  }
  header .site-header-main {
    justify-content: space-between;
  }
  .site-header.header-fixed .live-search{
    background-color: black;
    position: fixed;
    /* top: 0; */
    right: 0;
    left: 0;
    width: 100%;
    height: fit-content !important;
    margin-top: 0;
    margin: 0 auto;
    box-shadow: none;
    top: -48px;
    transform: translateY(48px);
    transition: .2s ease-in transform;
    
    .live-search-takeover-cancel{
      display: none;
    }

  }
  .site-header .live-search .live-search-form {
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    max-width: 1500px;
    margin: 0 auto;
    height: 48px;
  }
  .site-header.header-fixed div#site-header-nav{
    position: fixed;
    top: 0;
    width: 100%;
    transform: translateY(48px);
    transition: .2s ease-in transform;
  }
}

@media screen and (max-width: 719px) {
    .mobile-hero-banner{
    display: block;
  }
  .desktop-hero-banner{
    display: none;
  }
  .text-heading .promo-block .promo-block--content .promo-block--header {
    font-size: 16px;
  }
  figure.product-gallery--media{
    width: 100% !important;
  }
  .product-gallery
    .product-gallery--viewer-cstm
    figure.product-gallery--media
    img {
    height: 100%;
    width: 100% !important;
    object-fit: cover;
    object-position: top;
  }
  .promo-grid--container.title-mob .promo-block--content .promo-block--header {
    font-size: 19px;
  }
  body .promo-grid--height-natural .promo-grid--inner .promo-block--image {
    margin-top: 10px;
  }
  .promo-grid--inner .promo-block--content p.promo-block--text {
    font-size: 12px;
  }
  .banner_box {
    padding: 10px 0;
    max-width: 100%;
    left: 0;
    bottom: 0;
    background-color: #ebebeb;
  }
  .search_toggle,
  #search_close {
    display: none;
  }
  .site-header-main-content .buttons_wrap {
    display: none;
  }
  .site-header .live-search .live-search-form {
    width: 100%;
  }
  .site-header.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  .prod-banner .promo-block--content .promo-block--content-wrapper {
    padding: 20px;
  }
  .prod-banner
    .promo-block--content
    .promo-block--content-wrapper
    .promo-block--text {
    font-size: 14px;
  }
  body .product-recently-viewed__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .collections_list-item .coll_title {
    font-size: 15px;
  }
  .site-footer-item:has(.site-footer-blocks) {
    padding: 20px;
  }
  html,
  body {
    overflow-x: hidden;
  }
  .promo-grid--section .promo-grid--container .promo-grid--inner.mob-cols {
    display: flex !important;
    flex-direction: row;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  .promo-grid--container .promo-grid--inner.mob-cols.single .promo-block {
    max-width: 100%;
  }
  .promo-grid--container .promo-grid--inner.mob-cols .promo-block {
    max-width: calc(50% - 0.25rem);
    width: 100%;
  }
  .promo-grid--container .promo-grid--inner.mob-cols .promo-block.last-odd {
    max-width: 100%;
    display: none; /* Hide last one */
  }
  body .promo-grid--section + .promo-grid--section .home-section--content {
    margin-top: 5px;
  }
  .collection-list--section
    .collection-list__container
    ul.collection-list__content {
    row-gap: 10px;
  }
}

@media screen and (max-width: 599px) {
  .collections_list-item .image_wrap {
    max-height: 160px;
    max-width: 160px;
  }
  .image-with-text
    .image-with-text__image-wrapper.image_contain
    .image-with-text__image {
    width: 100%;
  }
}

@media screen and (min-width: 720px) {
  .product-gallery {
    /* width: 100%; */
    row-gap: var(--product-gallery-gap);
    grid-auto-rows: max-content;
    grid-auto-columns: minmax(0, 1fr);
    display: grid;
  }
  .product-gallery--viewer-cstm {
    grid: var(--product-gallery-carousel-grid, auto / auto-flow 100%);
    align-items: start;
    gap: var(--product-gallery-carousel-gap);
    scroll-snap-type: var(
      --product-gallery-carousel-scroll-snap-type,
      x mandatory
    );
    display: grid;
    position: relative;
  }
}
@media screen and (max-width: 700px) {
  .ss-link-boxes {
    padding: 0;
  }
  .round-home--banners {
    grid-template-columns: repeat(3, minmax(auto, 1fr)) !important;

    .collection__item {
        height: 100%;
    }

    a {
      text-decoration: none;
    }

    .collection__item-image {
      overflow: hidden;
      border-radius: 50%;
      max-width: 105px;
      max-height: 105px;
      margin: 0 auto;
    }
    .collection__item-info {
      display: block !important;
      text-transform: uppercase;
      font-size: 12px;
    }
  }

  .site-header.header-fixed .live-search{
    position: fixed;
    top: 10px;
    right: 0;
    left: 0;
    width: 100%;
    height: fit-content !important;
    margin-top: 0;
    max-width: 76%;
    margin: 0 auto;
    box-shadow: none;
    border: none;
    
    .live-search-takeover-cancel{
      display: none;
    }

  }
  .site-header.header-fixed .site-header-main[data-site-header-mobile-search-button] .live-search:not(.live-search--takeover) {
      display: block;
  }
  .site-header.header-fixed .site-header-mobile-search-button, .site-header.header-fixed .site-logo{
    display: none;
  }
}
@media screen and (max-width: 719px) {
  .ss-herobanner .herobanner .banner_media{
    height:650px !important;
  }
}
@media screen and (min-width: 720px) and (max-width: 749px) {
  .ss-herobanner .herobanner .banner_media{
    height:300px !important;
  }
}

@media (max-width:720px){
    .float-shipping-button a svg {
    width: 26px;
    height: 26px;
}
.float-shipping-button .float-shipping-button-inner .shipping-close-btn svg {
    width: 14px;
    height: 14px;
}
.float-shipping-button a {
    padding: 6px 12px;
}
.float-shipping-button a p {
    font-size: 11px;
    color: #fff;
}
    .productgrid--utils--visible-mobile.fixed {
        position: fixed;
        top: 65px !important;
        left: 0;
        width: 100%;
        right: 0;
        z-index: 9;
        background: #fff;
        margin: 0 auto;
}
  .productgrid--items .shipping-badge img {
    height: 50px;
    max-width: 50px;
}
}

.video-btn {
    margin-bottom: 5px;
    width:100%;
}

.video-btn img {
    max-width: 470px;
    width:100%;
}
 .calendly-overlay .calendly-popup-close,
 .calendly-overlay .calendly-close-overlay {
  display: block !important;
 }

 .review_stars {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 15px 0;
}

/* Shipping Content */
.ship_content {
    /* position: absolute; */
    top: 0;
        margin: 18px auto;
    /* width: 420px; */
    text-align: center;
    display: flex;
    justify-content: center;
}

.ship_content_text{
  width:100%;
  border:solid black 3px !important;
  padding:12px;
}

.ship_content h3 {
    font-size: 25px;
    color: #000;
    line-height: 5px;
}
.ship_content p {
    font-size: 15px;
    color: #000;
    line-height: 15px;
}


/* @media (max-width:1200px){
  .ship_content {
    top: 50%;
  }
} */
@media (min-width: 900px) and (max-width: 1200px) {
    .ship_content {
        /* top: 45%; */
    }
    .ship_content p {
    font-size: 12px;
    color:rgb(0, 0, 0);
    line-height: 13px;
}
.ship_content h3 {
    font-size: 18px;
    color:rgb(0, 0, 0);
}
}

@media (max-width:768px){
  .ship_content {
    /* top: 40%; */
    margin: 0px 0px 10px 0px;
  }

  .promo-block--content-wrapper .promo-block--header {
    font-size:1rem !important;
  }

  .ship_content h3 {
    font-size: 18px;
  }

  .ship_content_text {
    width: 95%;
    border: solid black 3px;
    padding: 10px;
}

.ship_content p {
    font-size: 12px;
    line-height: 13px;
  }
}
.klaviyo-close-form, .klaviyo-close-form svg{
  height: 40px !important;
  right: 15px !important;
}
.prod-col-banners .promo-grid--inner {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.prod-col-banners .promo-grid--inner .promo-block {
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  background-position: top center !important;
  background-size: cover !important;
  margin-bottom: 40px;
}
.prod-col-banners .promo-grid--inner .promo-block--content {
    border-radius: 50%;
}
.prod-col-banners .promo-grid--inner .promo-block--content-wrapper {
    position: absolute;
    top: 100%;
}
.promo-grid--inner .promo-block--content-wrapper
 {
    font-size: 13px !important;
    /* background: white !important; */
    color: #fff;
    font-weight: 600;
}
@media screen and (min-width: 1400px) {
    .prod-col-banners .promo-grid--inner {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }
}
@media screen and (min-width: 720px) {
    .prod-col-banners .promo-grid--inner {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }
}
@media only screen and (max-width: 719px) {
  .prod-col-banners .promo-block--content.promo-block--expanded {
        overflow: visible !important;
    }x
}

.product-gallery .diff-badge{
  font-size: 14px;
 }
 .diff-badge {
    position: absolute !important;
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    left: unset !important;
    right: 0;
    top: 0 !important;
    width: 100% !important;
    z-index: 1 !important;
    background:rgba(0, 0, 0, 0.82);
}
.diff-badge span{
 width: 100% !important;
display: block;
padding: 5px 0;
margin: 0 auto;
}

.right.diff-badge {
    width: 30% !important;
    top: 0px !important;
    left: 0px !important;
    /* border-radius: 15px; */
}

.left.diff-badge {
    width: 30% !important;
    left: 0 !important;
    /* border-radius: 15px; */
}

@media (max-width: 500px){
  .right.diff-badge {
    width: 35% !important;
    top: 0px !important;
  }
.in-stock .diff-badge span{
font-size: 8px;
}
  .left.diff-badge {
    width: 35% !important;
  }
  .product-gallery .in-stock {
    font-size: 10px;
}
}

.product-recently-viewed-card-time {
    margin-bottom: 1.3rem;
    position: relative;
    top: 20px;
    margin-top:2px;
}

.product-recently-viewed-card-remove {
    padding: 5px 12px;
}

.return_policy-b.diff-badge {
    background: #a00808fa !important;
    color: #fff !important;
    /* white-space: nowrap; */
    /* border-radius: 63px; */
    right: 0 !important;
    top: unset !important;
    bottom: 0 !important;
    width: 100% !important;
    font-size: 0.75rem !important;
    font-weight: 600;
    padding: 1px 0;
    overflow: auto;
    text-align:center;
}

.return_policy-b-prd.diff-badge {
    position: absolute !important;
    top: 0rem !important;
    right: 0rem !important;
    background: #a00808fa !important;
    color: #fff !important;
    font-size: 10px;
    font-weight: 500;
    padding: .3rem .5rem;
    width: max-content !important;
    z-index: 1 !important;
    left: unset !important;
}

@media screen and (min-width: 720px) {
  .return_policy-b-prd.diff-badge {
    font-size: 16px;
    font-weight: 500;

}
}