/** Shopify CDN: Minification failed

Line 1071:0 Expected "}" to go with "{"

**/
:root {
  --fs-small:13px;
  --fs-large: 36px;
  --fs-medium: 18px;
  --fs-base: 16px;
  --fw-bold: 700;
  --fw-medium: 600;
  --fw-base: 500;
  --primary-color: #010101;
  --white-color: #fff;
  --btn-primary-color: #b44ba8;
  --btn-bg-color: #222222;
   --jdgm-brand: #fdcc0d; /* gold/yellow */
  --jdgm-text: #010101; /* main text color */
  --shopbyprice-color: #870a30;
  --shopbyprice-bgcolor: #f3f1ec;
  --max-width-container:1440px;
}
.p-5 {
  padding: 10px;
}
.p-10 {
  padding: 20px;
}
.p-15 {
  padding: 30px;
}
.flex {
  display: flex;
}
.flex-center {
  justify-content: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-end {
  justify-content: flex-end !important;
}
.flex-column {
  flex-direction: column;
}
.block {
  display: block;
}
.text-center {
  text-align: center !important;
}
.items-center {
  align-items: center;
}
.hidden {
  display: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.gap-theme {
  gap: 20px;
}
.gap-x-8 {
  column-gap: 8px;
}
.gap-y-10 {
  row-gap: 10px;
}
.w-full {
  width: 100%;
}
.max-w-full {
  max-width: 100%;
}
h1,
h2,
h3 {
  font-weight: var(--fw-medium);
}
.h1 {
  font-size: var(--fs-large);
}

a {
  text-decoration: none !important;
}
.t4s-container {
  max-width: var(--max-width-container) !important;
  margin: auto;
}
.no-margin {
  margin: 0px;
}
th{
  font-size:var(--fs-small) !important;
  color:var( --primary-color);
}
@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }
  .md\:block {
    display: block;
  }
}


@media (max-width: 768px) {
  .sm\:flex-wrap {
    flex-wrap: wrap;
  }
  
}
@media (max-width: 767px) {
 .h1 {
    font-size: 26px;
  }
  h3 {
    font-size: var(--fs-base);
  }
  p {
    font-size: var(--fs-small);
  }}
@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }
  .lg\:block {
    display: block !important;
  }
}
.h1 {
  margin-top: 0px;
}
.button{
   border-radius:50px; 
}
.button:after{ border-radius:50px; }
.button--primary{
  border-radius:50px; 
}
.button--primary:after{
  box-shadow:none;
}
.button--primary:not([disabled]):hover:after{
  box-shadow:none;
}
.swym-button{
   border-radius:50px !important;  
}
/* header css */
.custom-desktop-search {
  @media(max-width:1023px){
 grid-column:1/-1;
 padding:10px 0;
 }
}
.default-mobile-search {
  display: none;
}
.header {
  .header__heading-link {
    padding: 0px;
  }
  @media (max-width: 1023px) {
    padding: 6px 3rem 5px !important;
    .header__heading-logo-wrapper {
      max-width: 125px;
    }
  }
  .header__search {
    @media (min-width: 1024px) {
      justify-content: center;
      .search-modal__form {
        padding-right: 8rem;
      }
    }
    .field {
      .field__input:focus {
        border-radius: 50px;
        box-shadow: none;
      }
    }
    .field:after {
      border-radius: 50px;
    }
  }

  @media (min-width: 1024px) {
    column-gap: 1.5rem;
    grid-template-columns: auto;
    align-items: flex-start;
    .header__inline-menu {
      .list-menu {
        .header__menu-item {
    padding: 0.8rem;}
    summary.list-menu__item {
    padding-right: 1.2rem;}
        .header__menu-item {
          font-size: var(--fs-base) !important;
          color: var(--primary-color);
          @media (min-width: 1281px) {
            padding: 12px 13px;
          }
          @media (min-width: 1600px) {
            padding: 12px 20px;
            .icon-caret {
              right: 0.8rem;
            }
          }
          .icon-caret {
            right: 0rem;
          }
        }
       
        .header__menu-item:hover {
          text-decoration: none !important;
        }
      }
    }
     .header__active-menu-item{
          text-decoration:none !important;
        }}
    .header__icons {
      .cart-count-bubble {
        top: 0.3rem;
        left: 2.4rem;
      }
      .swym-header-launcher {
        margin-top: 4px;
      }
    }
  
}
.header--has-social .menu-drawer__utility-links {
  @media(max-width:912px){
      z-index:3;}
}
/*  */
.footer {
  border-top: 6px solid var(--primary-color) !important;
  .footer-block {
    display: flex !important;
  }
  .footer-block__heading {
    font-weight: var(--fw-medium);
  }
  .footer-block--newsletter {
    margin-top: auto;
    min-height: 50px;
    @media(max-width:767px){
      /* padding-bottom:25px; */
    }
    .footer__list-social {
      width: 100%;
      justify-content: left !important;
       .list-social__link {
       
        padding: 3px;
         @media(min-width:912px){
          padding:5px;
        }
      }
      @media (max-width: 767px) {
        justify-content: center !important;
         .list-social__link {
        padding: 8px;
      }
      }
     
      @media (min-width: 1280px) {
        padding-right: 4rem;
      }
    }
  }
  .footer-block__brand-info {
    .footer-block__image-wrapper {
      order: 1;
    }
    .footer-block__heading {
      order: 0 !important;
      margin: 0px;
    }
    .rte {
      order: 2;
    }
  }
  @media (max-width: 767px) {
    .footer__content-top {
      padding: 0 1.5rem;
    }
    .footer-block--menu .footer-block__details-content {
      max-height: 0;
    }
    .footer-block--menu {
      margin: 0px !important;
      .footer-block__heading {
        position: relative;
        margin-bottom: 1rem;
      }
      .footer-block__heading::after {
        content: "\276F";
        font-weight: var(--fw-medium);
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        transition: transform 0.3s ease;
      }
      .footer-block__details-content {
        overflow: hidden;
        transition: max-height 0.3s ease;
        margin: 0;
      }
      .footer-block__details-content .list-menu__item--link {
        padding-top: 0rem !important;
        padding-bottom: 1rem !important;
      }
      .footer-block__details-content.is-expanded {
        margin: 10px 0;
      }
      .footer-block__heading.is-expanded::after {
        transform: translateY(-50%) rotate(270deg);
      }
    }
    .footer-block.grid__item {
      margin: 10px 0 !important;
    }
    .footer-block.grid__item:first-child {
      .rte {
        margin-bottom: 15px;
      } 
    }
    .footer-block.grid__item:last-child {
      .footer-block__details-content {
        margin-bottom: 0px;
      }
    }
  }
  .footer-bottom-text{
      @media(max-width:767px){
        margin-bottom:6.5rem;
      }
  }
}
/*  */
slideshow-component {
  .banner {
    .banner__media {
      @media(max-width:767px){
      position:relative !important;
      height:auto;}
      img {
        border-radius: 0;
        @media(max-width:767px){
          display:block;
        }
      }
    }
    .banner__media::before{
        padding-bottom: 0 !important;
    }
  }
  .slideshow__controls {
    border: none;
    padding-top: 5px;
    .slider-button--prev,
    .slider-button--next,
    .slideshow__autoplay {
      display: none;
    }
    .slider-counter--dots {
      .slider-counter__link {
        padding: 0.4rem;
      }
    }
  }
}
/*  */
.multicolumn {
  .multicolumn-card {
    background: transparent !important;
    position: relative;
    .multicolumn-card__image-wrapper {
      max-width: 55px;
      margin: auto;
      @media (max-width: 767px) {
        margin-bottom: 15px;
      }
      .media {
        img {
          background: transparent;
        }
      }
    }
    @media (max-width: 767px) {
      .multicolumn-card__info {
        padding: 0.5rem !important;
      }
      .multicolumn-card__info > :nth-child(2) {
        margin-top: 0.7rem;
      }
    }
  }
  .multicolumn-card::before {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    height: 80%;
    width: 1px;
    background-color: #ccc;
  }
  .multicolumn-list__item:last-child {
    .multicolumn-card::before {
      content: none;
    }
  }
  @media (max-width: 1023px) {
    .multicolumn-list__item:nth-child(2) .multicolumn-card::before {
      content: none;
    }
  }
}
/*  */
.slider-counter.caption {
  display: none !important;
}
.slideshow__control-wrapper {
  .slider-counter__link--dots {
    .dot {
        background-color: #999EA8;
      opacity: 0.5;
      padding: 6px;
      border: none !important;
    }
  }
  .slider-counter__link--active {
    .dot {
      background-color: var(--btn-bg-color) !important;
      opacity: 1 !important;

      padding: 7px;
    }
  }
}
.collection__title {
  .title {
    text-align: center;
  }
}
/*  */
.ShopByPriceSection {
  justify-content: center;
  gap: 25px;
  /* filter: blur(0.6px); */
  max-width: 1600px;
  margin: auto;
  .ShopByPriceContainer {
    border-radius: 40px;
    box-shadow: 2px 3px 3px 1px #2222222e;;

    background: var( --shopbyprice-bgcolor);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    h2 {
      font-weight: var(--fw-bold);
      text-shadow: 0px 1px black;
      margin: 33px 0;
    }
    h3 {
      margin-top: 0px;
      font-weight: var(--fw-bold);
      color: var(--shopbyprice-color); /*a42997eb*/
      margin-bottom: 10px;
      span {
        font-size: 50px;
        margin-right: 3px;
      }
    }

    button {
      background-color: var(--shopbyprice-color);
      margin-bottom: 33px;
      border-radius: 50%;
      padding: 7px;
      border: none;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      svg {
        color: var(--white-color);
      }
    }
    @media (min-width: 1025px) {
      min-height: 380px;
      h3 {
        font-size: 70px;
      }
      button {
        width: 40px;
        height: 40px;
      }
    }
  }
  @media (min-width: 1280px) {
    .shop-by-price-card {
      flex: 0 0 calc(25% - 20px);
    }
  }
  @media (min-width: 1023px) and (max-width: 1024px) {
    display: flex !important;
    gap: 15px !important;
    .shop-by-price-card {
      flex: 0 0 calc(25% - 20px) !important;
      .ShopByPriceContainer {
        h2 {
          font-size: 28px !important;
        }
        h3 {
          font-size: 54px !important;
          span {
            font-size: 42px !important;
          }
        }
      }
    }
  }

  @media (min-width: 767px) and (max-width: 1022px) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
    gap: 10px !important;
    .shop-by-price-card {
      .ShopByPriceContainer {
        padding: 15px;
        h2 {
          font-size: 22px !important;
          margin-bottom: 15px;
        }
        h3 {
          font-size: 40px !important;
          span {
            font-size: 32px !important;
          }
        }
        button {
          width: 30px;
          height: 30px;
        }
      }
    }
  }
  @media (max-width: 767px) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
     row-gap:2rem;
    .ShopByPriceContainer {
      padding: 12px;
      h2 {
        font-size: 24px;
        margin: 10px 0;
      }
      h3 {
        font-size: 38px;
        span {
          font-size: 30px;
        }
      }
      button {
        margin-bottom: 10px;
        width: 30px;
        height: 30px;
      }
    }
  }
}

/*  */
.slider--desktop {
  @media screen and (max-width: 912px) {
    row-gap: 2rem;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 990px) {
  .slider--desktop {
    scroll-padding-left: 0px !important;
    .slider__slide:first-child {
      margin-left: 0px !important;
    }
    .slider__slide {
      flex: 0 0 calc(25% - 0.75rem);
    }
  }
}
.badge {
  background-color: var(--btn-primary-color);
}
.swym-wishlist-collections-v2-container {
  z-index:2 !important;
  .swym-wishlist-collections-v2 {
    transform: translate(0px, 0px) !important;
    background: var(--white-color);
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.icons-with-text-block {
  border: 1px solid;
  p {
    margin: 0;
    top: -10px;
    background: var(--white-color);
    left: 10px;
    padding: 0 15px;
  }
  .icon-with-text {
    column-gap: 2rem;
  }
  .icon-with-text__item {
    flex-direction: row !important;
    width: 43% !important;
    gap: 2rem;
    .h3 {
      text-transform: uppercase;
      font-size: var(--fs-base);
    }
    img,
    .svg-wrapper {
      width: 40px;
      height: 40px;
    }
  }
  @media (max-width: 1024px) {
    .icon-with-text {
      column-gap: 1rem;
      .icon-with-text__item {
        width: 45% !important;
        gap: 15px;
        .h3 {
          font-size: var(--fs-small);
        }
        img,
        .svg-wrapper {
          width: 32px;
          height: 32px;
        }
      }
    }
  }
  @media (max-width: 767px) {
    .icon-with-text {
      column-gap: 5px;
      .icon-with-text__item {
        gap: 15px;
      }
    }
  }
}

.description {
  margin-bottom: 1rem !important;
}
.accordion {
  border: 1px solid #12121214;
  summary {
    padding: 0 !important;
    .summary__title {
      background-color: #49434314;
      padding-left: 1rem !important;
      padding: 1.5rem;
    }
    .accordion_icon {
      background: var(--btn-bg-color);
      width: 52px;
    }
  }
}
.accordion__content {
  color: var( --primary-color);
 
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  padding: 0 0.6rem; /* no top/bottom when closed */
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.accordion summary svg.icon-plus {
  display: inline-block;
}

.accordion summary svg.icon-minus {
  display: none;
}

.accordion details[open] summary svg.icon-plus {
  display: none;
  transition: 3s ease;
}

.accordion details[open] summary svg.icon-minus {
  display: inline-block;
}

.accordion summary svg.icon-plus,
.accordion summary svg.icon-minus {
  position: absolute;
  height: 1.6rem;
  width: 1.6rem;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  path {
    fill: var(--white-color);
  }
}

.product {
  .product__info-wrapper {
    .info_text {
      color: var( --primary-color);
      padding-bottom: 15px;
      border-bottom: 1px solid #e9e9e9;
    }
    .product-form__buttons {
      max-width: 100%;
      display: grid;
      grid-template-columns: auto 1fr;
      align-items: end;
      .product-form__submit {
        height: fit-content;
        margin-left: 10px;
        max-width: 95%;
        margin-bottom: 1.2rem;
        span{
          color:var(--primary-color);
          text-shadow: none;
        }
      }
      .shopify-payment-button {
        grid-column: 1 / -1;
      }
      .swym-atw-button-container {
        grid-column: 1 / -1;
        #swym-atw-pdp-button {
          background: transparent !important;
          justify-content: flex-start;
          .atw-button-text {
            color: var(--primary-color) !important;
            font-weight: var(--fw-medium);
          }
          .atw-button-icon {
            background: #49434314;
            border-radius: 50%;
            width: 35px;
            height: 35px;
            padding: 6px;
            path {
              fill: var(--btn-bg-color);
            }
          }
        }
      }
    }

    @media (min-width: 768px) and (max-width: 912px) {
      padding-left: 30px;
      .share_text {
        font-size: var(--fs-base);
      }
    }
    @media (max-width: 767px) {
      padding-top: 20px;
    }
    .product__info-container{
      .jdgm-widget{
        padding:0px;
      }
    }
  }
}

@media (max-width: 1023px) {
  .default-mobile-search {
    /* display: block; */
  }
}
.quantity:after {
  border-radius: 50px;
}
.button--secondary:after {
  border-radius: 50px;
}
.shopify-payment-button__button {
  border-radius: 50px !important;
}
.shopify-payment-button__button--unbranded:after {
  box-shadow: none;
}
.button:hover:after {
  border: none !important;
}
.shopify-payment-button__button--unbranded:hover:after {
  box-shadow: none;
  border: none;
}

.collection {
  .slider-mobile-gutter {
    .grid__item {
      @media (max-width: 767px) {
        padding: 0 0.3rem;
      }
    }
  }
}
/*  */
.jdgm-widget{
  max-width: 1440px !important;
  margin: 0 auto;
  @media(min-width:1441px){
    padding:0 5rem;
  }
}
.shopify-app-block[data-block-handle="review_widget"] {
  max-width: 1440px !important;
  margin: 0 auto;
  @media (min-width: 1440px) {
    padding: 0 5rem;
  }
}
.jdgm-rev-widg {
  padding: 0px !important;
}
.jdgm-write-rev-link {
  background-color: var( --jdgm-brand) !important;
  border: 2px solid var( --jdgm-brand) !important;
      border-radius: 50px !important;
}
.jdgm-write-rev-link:hover {
  background-color: var( --jdgm-brand) !important;
  border: 2px solid var( --jdgm-brand) !important;
}
/* === Judge.me Review Widget Custom Styles === */


/* Star ratings */
.jdgm-star,
.jdgm-star.jdgm--off:before,
.jdgm-rev__icon:before,
.jdgm-rev__author {
  color: var(--jdgm-brand) !important;
}
.jdgm-rev__author{
  color: var(--primary-color) !important;
}
.jdgm-sort-dropdown{
  color:var(--primary-color) !important;
}
/* Histogram bar */
.jdgm-histogram__bar-content {
  background-color: var(--jdgm-brand) !important;
}

/* Write review modal button */
.jdgm-write-review-modal__nav-btn {
  background-color: var(--jdgm-brand) !important;
  border: none;
  color: var(--white-color); /* make text readable */
  border-radius:50px !important;
}

/* Sort dropdown */
.jdgm-sort-dropdown-wrapper,
.jdgm-sort-dropdown-arrow {
  color: var(--jdgm-brand) !important;
}

/* Review summary text */
.jdgm-rev-widg__summary-text {
  color: var( --primary-color);
}

.jdgm-rev-widg__summary-text img {
  filter: invert(1%) sepia(88%) saturate(1056%) hue-rotate(2deg)
    brightness(103%) contrast(101%);
}
/*  */
.card-information.text-center.collection-product-rating {
    display: none;
}
.product-grid-container {
  .collection {
    #product-grid {
      row-gap: 2rem;
      .product-card-wrapper {
        .card--standard > .card__content {
          .card__information {
            display: flex;
            flex-direction:column;
            text-align: left !important;
            .card__heading {
              order: 2;
              font-size: var( --fs-medium);
              /* font-weight: var(--fw-medium); */
              color: #1212129c;
              @media(max-width:767px){
                font-size:var(--fs-base);
              }
            }
            .price-item--sale,
            .price-item--regular {
              font-weight: var(--fw-medium) !important;
            }
            .card-information {
              text-align: left !important;
              .product-rating{
                display:none;
              }
            }
          }
          .card-information.text-center.collection-product-rating {
    display: block;
}
        }
        .card--standard > .card__inner {
          .card__content {
            .discount-percent-badge {
              text-align: left;
            }
          }
        }
        .card--standard {
          .swym-wishlist-collections-v2-container {
            left: auto;
            right: 0;
          }
        }
      }
    }
  }
}
.template-search{
  .product-grid-container{
    .product-grid  {
      row-gap:2rem;
    }
  }
  predictive-search{
    .field:after{
      border-radius:50px;
    }
    .field__input{
      border-radius:50px;
    }
    .field__input:focus,.field__input:not(:placeholder-shown){
      border-radius:50px;
    }
  .field:hover.field:after{
        border-radius:50px;
       
  }}
}
.rating-star {
  --color-rating-star: #fcdd0d !important;
}
.rating-star:before {
  font-size: large;
}

@media screen and (min-width: 750px) {
  .facets__form .product-count {
    grid-column-start: 1 !important;
    padding-top: 15px;
    display: flex;
    width: 100%;
  }
}
.active-facets-desktop {
  border-bottom: 2px solid #2222;
  padding-bottom: 15px;
 
}
.facet-filters__field .select__select{
    padding:0 10px;
  }
@media(min-width:750px) and (max-width:1024px){
.image-with-text__media-item {
.media{
  border:none;
  img {
    object-fit: contain;
    object-position: top left;
  }
}
  }}
  /* Refund Policy font override */
    .content-desktop{
        display:block;
        max-width:var(--max-width-container);
        margin:auto;
        @media(min-width:1441px){
          padding:0 5rem;
        }
      }
  .content-mobile{
    display:none;
 
  }
     @media(max-width:767px){
        .content-mobile{display:block;}
      .content-desktop{
        display:none;
      }
    }

        hr{
          margin:1rem 0px;
        }
.shopify-policy__container{
   padding: 2rem 1.5rem 3rem;
  max-width:var(--max-width-container);
  margin: auto;
  .shopify-policy__title{
  h1{
      font-size:26px;
      font-weight:var(--fw-base);
  }
  }
  .shopify-policy__body{
    .rte{
      /* color:var(--primary-color); */
  h2{
       font-weight:var(--fw-base);
    }

    }
  }
  
  @media screen and (min-width: 750px) {
        padding: 3rem 5rem 4rem;
         .shopify-policy__title{
          h1{
    font-size:var(--fs-large);
          }
  }
  .shopify-policy__body{
    .rte{
      font-size:var(--fs-medium);
    }
    }
}

