/** Shopify CDN: Minification failed

Line 553:0 Unexpected "}"

**/
.slider-button[disabled] .icon{

  display:none !important;
}


.icon_with_text a{text-decoration: none;color:#5a5959;}

.icon_with_text a:hover{text-decoration: underline;color:#5a5959;}


button.slider-button.slider-button--prev {
    left: -25px;
}

button.slider-button.slider-button--next {
    right: -25px;
}

@media (max-width: 749px) {
button.slider-button.slider-button--prev, button.slider-button.slider-button--next {
  display:none !important;
}}


.product-title-h1 {
    font-size: 30px !important;
    font-family: gilmer bold;
    line-height: 1EM;
    margin-bottom: 17px;
    margin-top: 17px;
}
.swatch-container.swatch-container-list-colorways, .meet-the-item, .yard-or-sample {
    margin-top: 20px;
    /* margin-bottom: 20px; */
}

.product__description.rte.quick-add-hidden {
    font-size: 15px;
    line-height: 1.5em;
    margin-top: 8px;
    margin-bottom: 15px;
}

s.price-item.price-item--regular, .product__info-container .price--on-sale .price-item--regular, .price__regular .price-item--regular {
    line-height: 22px;
    letter-spacing: -0.015em;
    font-size: 16px;
    font-weight: 500;
  color: #5a5959;
}

.tooltip {
    width: auto !important;
  padding-left:10px !important;
  padding-right: 10px !important;
}

:root button.thumbnail  {
  border-radius: 0;
} 
:root .thumbnail[aria-current] {
  box-shadow: none;
  border: 0;
}
:root .thumbnail[aria-current]:focus:not(:focus-visible) {
  box-shadow: none;
  border: 0;
}
:root .thumbnail[aria-current] img{
  border: 1px solid #3A3B3C;
  padding: 5px;
}
:root .thumbnail:hover {
  opacity: 1;
}
.product--thumbnail_slider .slider-mobile-gutter .slider-button {
  position: absolute;
}
.product--thumbnail_slider  .slider-button--prev {
  left: 0;
  z-index: 1;
}
.product--thumbnail_slider  .slider-button--next {
  right: 0;
  top: auto;
  z-index: 1;
}
.quantity__input {
  background: #fff;
  padding: 0;
  opacity: 1;
}
.quantity.error {
  border: 1px solid #B63434;
}

.quantity__button:focus, 
.quantity__input:focus {
  background: #fff;
}
.product-media-modal__toggle {
  width: auto;
  border: 0;
 
  margin-left: auto;
  padding: 16px;
}
/*.product-media-modal__dialog {
  flex-wrap: wrap;
}*/
.swiper-slide img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
:root .product-media-modal__content {
  overflow-x: hidden;
  max-width: 100%;
  max-height: 100%;
}

/*.product-media-modal__dialog {
  height: 100%;
}*/
.gallery-slider {
  height: 80%;
}

.product-media-modal__content > *:not(.active), 
.product__media-list .deferred-media {
  display: block;
}
.media-modal-custom .swiper-slide {
  opacity: 0;
}
.media-modal-custom .swiper-slide-active,
.media-modal-custom .swiper-slide-visible {
  opacity: 1;
}
.gallery-thumbs {
  height: 20%;
  padding: 16px;
 
}
.gallery-thumbs .swiper-slide {
  background-color: rgb(var(--color-background));
}
.gallery-thumbs .swiper-slide div   {
  padding: 4px;
  background-color: rgb(var(--color-background));
}
div.swiper-button-prev,
div.swiper-button-next {
  display: block;
}
.swiper-button-next::after, 
.swiper-button-prev::after {
  font-size: 14px;
  color: #3A3B3C;
}
.gallery-thumbs .swiper-slide-thumb-active div  {
  border: 1px solid rgb(0, 0, 0);
}
.swatch-container {
  max-width: 100%;
}




.swatch-container .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-top: 0;
}
.swatch-container .product-popup-modal__button.link {
  font-family: 'Gilmer Bold';
  font-style: normal;
  font-size: 13px;
  line-height: 16px;
  height: auto;
  padding-right: 0;
}
.form__label {
  font-family: 'Gilmer Bold';
  font-style: normal;
  font-size: 13px;
  line-height: 16px;
  color: #5a5959;
  margin-bottom: 0;
}



.swatch-wrapper {
  display: flex;
  margin-left: -6px;
  margin-right: -6px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.list-item-swatch {
  margin: 4px;
  border-radius: 50%;
  border: 1px solid rgb(219, 211, 203);
  padding: 5px;
}
.list-item-swatch img {
  max-width: 100%;
  border-radius: 50%;
  height: auto;
  transform: scale(2);
  
}
.list-item-swatch.active {
  border: 1px solid #3A3B3C;
  padding: 5px;
}
.icon-w-text-wrap {
  display: flex;
  flex-wrap: wrap;
 
}
.icon-w-text-wrap {
  margin-left: -14px;
}
.icon_with_text {
  text-align: center;
  padding: 6px;
  color: #3A3B3C;
  width: 33.33%;
}
.radius-icon {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background: #E9E0D8;
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
  z-index: 1;
}
.radius-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.icon_with_text small {
  width: 100%;
  display: block;
  text-align: center;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
 
}
.buy_buttons_wraps {
  display: flex;
}
.product-form__input {
  flex: none;
}
.buy_buttons_wraps .product-form-wrap {
  flex-grow: 1;
}
.product-tabs-wraps {
  background: #E9E0D8;
  padding-top: 96px;
  padding-bottom: 96px;
}
:root button.product-form__submit,
:root .button.product-form__submit {
  max-width: none;
  text-transform: none;
}
.quantity .quantity__input {
  font-family: 'Gilmer Bold';
  color: #3A3B3C;
 
}
.product-form__buttons .yard_text {
  display: none;
}
.product-form__buttons .price {
  color: #fff;
  font-family: 'Gilmer Bold';
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */

  text-align: center;
  letter-spacing: -0.015em;
  margin-left: 3px;
}

.product-tabs-desktop {
  display: none;
}
.content-tab {
  display: none;
   max-width: 731px;
  margin-left: auto;
  margin-right: auto;
  
}
.content-title.active + .content-tab {
  display: block;
}
.product__title-wrap > .product__title {
  margin-bottom: 0;
  display: flex;
}
.product__title-wrap .add-to-wl button.swym-button.swym-add-to-wishlist-view-product {
  border-radius: 0;
  border: 0;
  position: static;
  background: transparent;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-top: 9px;
  font-size: 23px;
}
.product-form-wrap .swym-button-bar {
  display: none;
}
.product__title-wrap > .product__title .h1 {
  font-size: 35px;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
}
.product-color-name {
  color: #3A3B3C;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 35px;
}
.product__title-wrap .product-vendor {
  font-family: 'Gilmer Bold';
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  white-space: nowrap;
  background: var(--gradient-background);
}
.product__title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-recommendations {
  overflow: hidden;
}
.product__title-wrap .product-vendor {
  border: 1px solid #5a5959;
  border-radius: 20px;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.15em;
  padding:  7px 12px;
  color: #5a5959;
}
.product__info-container > * + .swatch-container-list-url  {
  margin: 0;
  font-size: 0;
  line-height: 0;
}

.sticky-cart-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.product-recommendations__heading,
.product-recommendations__sub_heading {
  text-align: center;
}

.product-recommendations__heading {
  font-size: 34px;
  line-height: 41px;
}
.content-tab .fr-view  table td:nth-child(2),
.content-tab .fr-view table th:nth-child(2)  {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.015em;
  text-align: right;
  padding-right: 0;
  color: #3A3B3C;
}
.content-tab a.button{
  height: 64px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-top: 72px;
  margin-bottom: 0px;
/* identical to box height */

text-align: center;
letter-spacing: -0.015em;
}
.content-tab .fr-view  table td:nth-child(1),
.content-tab .fr-view table th:nth-child(1) {
  font-family: 'Gilmer Bold';
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  padding-left: 0;
  color: #3A3B3C;
}
.content-tab .fr-view table td, 
.content-tab .fr-view table th {
  border: 0;
  border-bottom: 1px solid #D9CBBF;
}
.content-tab  table:not([class]) {
  box-shadow: none;
}
.product-tabs-wraps {
  position: relative;
}
.product-tabs-wraps::after {
  content: '';
  background: url('../assets/diamond_product-tabs.png') repeat;
  background-size: 34px;
  width: 100%;
  height: 34px;
  position: absolute;
  bottom: -17px;
  left: 0;
}
.product__info-container .product-form, 
.product__info-container .product__description {
    margin: 0;
}
.sticky-cart-container {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9;
  background: #fff;
}
.product-form__error-message {
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height */
  text-align: center;
  /* Text/Scarlett */
  color: #B63434;
}
.product-form__input-size {
  width: 100%;
  max-width: 100%;
}
.product-form__input-size input[type='radio'] + label {
  width: 50%;
  display: block;
  font-family: 'Gilmer Bold';
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  background: #fff;
  border-color: #fff;
  position: relative;
}
.product-form__quantity {
  margin-bottom: 0;
  position: relative;
  margin-right: 8px;
}
.product-form__quantity.visibility-hidden {
  margin-right: 0;
  min-width: 0;
}
.product__info-container > hr {
  background: #DBD3CB;
  margin-top: 38px;
  margin-bottom: 40px;
}
.product-form__submit  {
  height: 64px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.015em;
}
.content-for-layout .product__info-container .quantity {
  height: 64px;
}
.tooltip {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  padding: 7px 0px 8px;
  box-shadow: 0px 4px 16px rgba(118, 118, 118, 0.12);
  border-radius: 20px;
  font-family: 'Gilmer Bold';
  font-style: normal;
  font-size: 13px;
  line-height: 16px;
  background: #fff;
  color: #3A3B3C;
  text-align:center;
}
.product-form__error-message-input  {
  font-family: 'Gilmer Bold';
  font-style: normal;
 
  font-size: 13px;
  line-height: 16px;
}
.list-item-swatch div{
position: relative;

    border-radius: 50%;
}

.image-constrain-scale {
    width: 60px;
    height: 60px;
    overflow: hidden;
}
  
}
.list-item-swatch .tooltip {
  width: auto;
  right: 0;
  left: auto;
}
.list-item-swatch:hover .tooltip,
.product-form__input-size input[type='radio'] + label:hover .tooltip,
.product-form__quantity:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.product-form__input.product-form__input-size {
  max-width: none;
}
.product-form__input input[type='radio'] + label {
  line-height: unset;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 13px;
  margin-top: 8px;
  letter-spacing: -0.015rem;
  margin: 0.7rem 0.25rem 0.2rem 0.25rem;
}
.product-form__input-size label:nth-of-type(2n+2) {
  margin-right: 0 !important;
}
.icon-snip {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.product-form__input input[type='radio']:checked + label {
  background: #fff;
  color: #5a5959;
  border-color: #5a5959;
}
.product-form__input-size  {
  display: flex;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.show-more-swatch {
  text-align: center;
display: flex;
  justify-content: center;
  align-items: center;
      margin-left: 50px;
}

.visibility-hidden {
  width: 0;
  height: 0;
}
.show-more-swatch span {
  text-decoration: underline;
  font-family: 'Gilmer Bold';
  font-style: normal;
  font-size: 13px;
  line-height: 16px;
  color: #3A3B3C;
  cursor: pointer;
}
.show-more-swatch:not(.show-less) .show-more-less {
  display: none;
}
.show-more-swatch.show-less .show-more-text {
  display: none;
}
.more_info_option {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #828282;
  font-family: 'Figtree';
  margin-left: 5px;
}
product-recommendations .product-grid .grid__item{
  max-width: none;
}
product-recommendations  .product-grid .grid__item {
  width: unset;
}
.selected_value_option_button {
  border: 1px solid #DBDBDB;
  border-radius: 400px;
  padding: 15px 12px 16px 16px;
  font-family: 'Gilmer Bold';
  font-size: 14px;
  line-height: 17px;
  height: 48px;
  display: flex;
  justify-content: center;
  color: #3A3B3C;
}
.selected_value_option_button.active {
  border-color: #3A3B3C;
}
.list-option-size {
  padding: 16px 8px;
  border-bottom: 1px solid #DBDBDB;
}

.list-option-size-item .value {
  font-family: 'Gilmer Bold';
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #3A3B3C;
}
.list-option-size-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 8px;
}

.list-option-size-item svg {
  display: none;
}
.list-option-size-item.active svg {
  display: block;
}
.selected_value_option_button.active svg{
  transform: rotate(180deg);
}
.swatch-wrapper .tooltip,
.product__info-wrapper .buy_buttons_wraps .tooltip,
.product__info-wrapper .product-form__error-message-input {
  font-size: 10px;
  line-height: 12px;

}
.product__info-wrapper .product-form__error-message-input {
  font-family: 'Figtree';
  font-weight: 700;
}
.galleryviewer-slide .roduct__modal-opener--image  .global-media-settings{
  cursor: crosshair;
}
.product .price .badge {
  display: none;
}
.product-form__submit.loading .price {
  visibility: hidden;
  opacity: 0;
}
.product-form__error-message-wrapper svg{
  display: none;
}
.product-form__error-message-wrapper .product-form__error-message {
  margin-top: 10px;
}
.product-form__error-message-wrapper:not([hidden]) {
  font-size: 10px;
  margin-bottom: 0;
}
body.overflow-hidden {
  position:relative;
  overflow:hidden;
  touch-action: none;
  -ms-touch-action: none;
}
@media screen and (min-width: 1400px) { 
  .list-item-swatch .tooltip,
  .tooltip {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1300px) {
  :root  .product--large:not(.product--no-media) .product__info-wrapper {
    padding-left: 125px;
  }
}
@media screen and (min-width: 1199px) {
  .list-item-swatch .tooltip,
  .tooltip {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    white-space: nowrap;
    padding-left:10px;
    padding-right: 10px;
  }
  .product--large:not(.product--no-media) .product__info-wrapper {
    padding-left: 50px;
  }
  .product-recommendations__heading {
    font-weight: 700;
    font-size: 50px;
    line-height: 66px;
  }
  .content-tab {
    margin-top: 38px;
  }
}
.product__info-container {
  max-width: 100%;
}

@media (min-width: 750px) and (max-width: 1199px) {
  :root .product--large:not(.product--no-media) .product__media-wrapper {
    width: 623px;
    max-width: 623px;
    flex-grow: none;
    margin: 0 auto;
    margin-top: 30px;
  }
  :root .product--large:not(.product--no-media) .product__info-wrapper {
    width: 100%;
    max-width: none;
    flex-grow: 1;
    padding: 0;
    margin-top: 50px;
  }
  .product__info-container {
    max-width: 100%;
  }
  .content-for-layout .quantity{
    width: 128px;
    max-width: none;
  }
  .gallery-slider  .swiper-slide img {
    
    max-width: none;
    width: 100%;
  }

  :root .product-media-modal__content {
    padding: 0;
    margin-top: 0;
    padding-bottom: 0;
    background-color: rgb(var(--color-background));
    width: 100%;
  }
 
  :root .product-media-modal__toggle {
    padding: 0;
    right: 16px;
    top: 16px;
    background: transparent;
    border: 0;
  }

  
}
@media (max-width: 1023px) {
  .quantity .quantity__input {
    font-size: 16px;
    line-height: 19px;
  }
  .product-tag.show-desktop {
    display: block;
  }
  .product-tag.show-mobile {
    display: none;
  }
}
@media screen and (min-width: 990px) {
  .product--large:not(.product--no-media) .product__media-wrapper {
    width: 623px;
    max-width: none;
    flex-grow: none;
  }
  .product--large:not(.product--no-media) .product__info-wrapper {
    width: calc(100% - 623px);
    max-width: none;
    flex-grow: 1;
  }
  .content-title {
    opacity: 0.3;
    border: 1px solid #3A3B3C;
    border-radius: 38px;
    padding: 8px 24px 9px;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    list-style-type: none;
    margin-left: 5.5px;
    margin-right: 5.5px;
    cursor: pointer;
    color: #3A3B3C;
    font-family: 'Gilmer Bold';
  }
  .content-title.active {
    opacity: 1;
  }
  .content-title {
    display: none;
  }
  .product-tabs-desktop {
    display: flex;
    justify-content: center;
  }
  .product-tabs-desktop .content-title {
    display: block;
  }
  .content-tab.active {
    display: block;
  }
}
@media screen and (max-width: 989px) {
  .content-title {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #C4B9AD;
    align-items: center;
    letter-spacing: 0;
    color: #3A3B3C;
    font-family: 'Gilmer Bold';
  }
  .content-title.active {
    border-bottom: 0;
  }
  .content-title.active + .content-tab {
    border-bottom: 1px solid #C4B9AD;
  }

  .content-tab > p {
    margin-top: 0;
    color: #3A3B3C;
  }
  .content-title .icon-minus,
  .content-title.active .icon-plus {
    display: none;
  }
  .content-title .icon-plus,
  .content-title.active .icon-minus {
    display: inline-block;
  }
  .content-tab a.button {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
}
@media screen and (min-width: 750px) {
  .product--thumbnail_slider .thumbnail-slider {
    width: calc(100% - 106px);
    height: 94px;
    transform:rotate(90deg) translate(0, -100%);
    transform-origin: left top;
    scroll-padding-left: 0;
  }
  .thumbnail-list {
    grid-gap: 12px;
  }
  :root .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(20% - 6px);
    max-width: 94px;
   
  }
  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    transform: rotateZ(-90deg);
    
  }
  .product__media-gallery-custom {
    padding-left: 106px;
  }
  .product__media-gallery-custom {
    position: relative;
  }
  .product__media-gallery-custom .thumbnail-slider {
    position: absolute;
    top: 0;
    left: 0;
  }
  .product__media-gallery-custom .slider-buttons {
    display: none;
  }

  .thumbnail-slider .thumbnail-list.slider--tablet-up {
    padding: 0;
    scroll-padding-left: 0;
    grid-template-columns: none;
  }

 
  .product .price__container {
    margin-bottom: 0;
  }
  .product__info-container >  * + .product-form-installment {
    margin-bottom: 0;
    margin-top: 0;
  }
  .content-tab .fr-view  table td,
  .content-tab .fr-view  table th {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .content-tab .fr-view  table td:nth-child(1) {
    width: 30% !important;
  }
  .content-tab .fr-view  table td:nth-child(2) {
    width: 70% !important;
  }
  .product-recommendations__heading {
    margin-bottom: 36px;
  }
  .swiper-recommendations {
    margin-top: 74px;
  }
  .sticky-cart-container {
    display: none;
  }
  .content-for-layout {
    margin-bottom: 0px;
    margin-top: 14px;
  }
  .collection-item .grid__item .card__information {
    padding-bottom: 8px;
  }
  .product-grid .grid__item {
    padding: 12px 12px 15px 12px;
  }
  .product-form__submit {
    margin-bottom: 0;
  }

  .product-recommendations__sub_heading {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -0.015em;
  }
  .product-form__quantity .quantity{
    width: 128px;
  }
  .product-form__buttons {
    max-width: none;
  }
  .gallery-thumbs {
    height: 20%;
    padding: 16px;
    max-width: 528px;
  }
  .product-tabs-wraps {
    margin-top: 11px;
  }
  .icon_with_text {
    width: 20%;
  }
}

@media screen and (max-width: 749px) {
  :root .slider.slider--mobile {
    scroll-padding-left: 0;
  }
  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 0;
  }
  :root .product__media-list .product__media-item {

  }
  .thumbnail-list {
    grid-gap: 12px;
  }
  :root .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(20% - 7px);
  }
  :root .product__media-list .product__media-item {
    width: 100%;
  }
  .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide).thumbnail-slider {
    margin-left: 0;
    margin-right: 0;
  }
  .product__media-wrapper .galleryviewer-slide {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }

  .demo-gallery img {
height: 100% !important;
}

  .pswp__img {

    object-fit: contain !IMPORTANT;
    top: -180px;
}

  .pswp__img {
    height: 100% !important;
}
  .product__media-list {
    position: relative;
  }
  .slider-counter.caption {
    position: absolute;
    z-index: 2;
    left: 16px;
    bottom: 16px;
  }
  .product__media-gallery-custom .slideshow__control-wrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    z-index: 2;
    width: auto;
    bottom: 23px;
    padding: 0 16px;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
  }
  .slider-counter.caption {
    box-shadow: 0px 4px 12px rgba(148, 148, 148, 0.08);
    background: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    color: #3A3B3C;
    padding: 10px 2px;
    border-radius: 50%;
    min-width: 0;
    min-width: 32px;
  }
  .slider-counter__link {
    background: #fff;
    opacity: 0.4;
    padding: 3px;
    width: 6px;
    height: 6px;
    margin: 5px;
  }
  .product__modal-opener .product__media-icon {
    right: 16px;
    bottom: 16px;
    left: auto;
    top: auto;
    background: #fff;
   
  }
  .slider-counter__link.slider-counter__link--active {
    opacity: 1;
  }
  
  .content-title {
    font-family: 'Gilmer Bold';
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    color: #3A3B3C;
  }

  .content-tab table {
    display: block !important;
  }
  .content-tab .shopify-payment-button__button--unbranded {
    margin-bottom: 20px;
  }
  .content-tab .fr-view table td, 
  .content-tab .fr-view table th,
  .content-tab .fr-view table tr,
  .content-tab .fr-view table tbody {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    padding-left: 0;
    padding-right: 0;

  }
  .content-tab {
    margin-top: 0;
  }
  .content-tab .fr-view table td:nth-child(1) {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .content-tab .fr-view table td:nth-child(2) {
    padding-top: 0;
  }
  
  .content-for-layout .quantity {
    max-width: none;
  }
  .product-form__input--dropdown {
    margin-bottom: 0;
  }
  .product-form__quantity .tooltip { 
    white-space: nowrap;
    width: auto;
    left: 0;
    
  }
  .product__info-wrapper .buy_buttons_wraps .product-form__quantity .tooltip {
    font-size: 13px;
  }
  .product-form__submit {
    margin-bottom: 0;
  }
  .product-form__quantity {
    width: 128px;
  }
  .sticky-cart-container .tooltip {
    opacity: 1;
    visibility: visible;
  }
  .sticky-cart-container .product-form__quantity .tooltip {
    left: 50%;
    transform: translateX(-50%);
    top: -47px
  }
  .sticky-cart-container .product-form__error-message-input:empty {
    display: none;
  }
  .sticky-cart-container .product-form__error-message-input {
    position: absolute;
    top: -47px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    padding: 7px 16px 8px;
    box-shadow: 0 4px 16px #7676761f;
    border-radius: 20px;
    background: #fff;
  }
  .content-for-layout  .product__info-container .quantity {
    height: 56px;
  }
.product-form__submit, .content-for-layout .quantity {
    height: 56px;
    font-size: 16px;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
  margin-top: 10px;
  }
  .sticky-cart-container .product-form__submit  {
    height: 48px;
    font-size: 14px;
  }
  .sticky-cart-container .page-width {
    padding-top: 16px;
    padding-bottom: 16px;
  } 
  .product-form__buttons .price {
    font-size: 16px;
    line-height: 19px;
  }
  .content-for-layout .sticky-cart-container .product__info-container .quantity {
    height: 48px;
  }
  .content-for-layout .sticky-cart-container  .quantity:not(.error) {
    border: 1px solid #DBDBDB;
    border-radius: 400px;
    height: 48px;
  }
  .content-for-layout .sticky-cart-container .product-form__quantity:not(.visibility-hidden) {
    width: 92px;
    margin-right: 0;
    margin-left: 8px;
    position: static;
  }
  .content-for-layout .sticky-cart-container .product-form-button-wrap {
    margin-left: 8px;
  }
 
  .sticky-cart-container .quantity {
    width: auto;
  }

  .sticky-cart-container  .quantity .quantity__input {
    font-size: 14px;
    line-height: 17px;
  }
  .visibility-hidden {
    width: 0 !important;
  }
  .product-form-button-wrap {
    flex-grow: 1;
  }
  .product-form__input {
    min-width: 0;
  }
  .quantity {
    width: auto;
  }
  .swatch-wrapper {
    margin-left: -6px;
    margin-right: -6px;
  }
  .list-item-swatch {
    margin: 5px;
  }
  .slider.slider--mobile {
    margin-bottom: 0;
  }
  .slider.slider--mobile .slider__slide {
    padding-top: 0;
    padding-bottom: 0;
  }
  .product__title-wrap .product-vendor {
    font-size: 10px;
    padding: 4px 12px;
  }
  .product__info-wrapper {
    margin-top: 40px;
  }
  .product__info-container > .product__title-wrap + .no-js-hidden {
    margin-top: 4px;
    margin-bottom: 9px;
  }
  .product__info-container .product__description {
    margin-top: 9px;
  }
  .product__info-container > * + .product-form-installment {
    margin: 0;
  }
  .icon-w-text-wrap {
    justify-content: flex-start;
    margin-top: 17px;
  }
  .product-form__input input[type='radio'] + label {
    padding: 8.5px 13px;
  }
  .product-tabs-wraps {
    padding-top: 15px;
    padding-bottom: 77px;
    margin-top: 25px;
  }
  .content-tab .fr-view table td:nth-child(1), 
  .content-tab .fr-view table th:nth-child(1) {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.01em;
    padding-bottom: 0px;
    padding-top: 20px;
  }
  
  .content-tab .fr-view table td:nth-child(2), 
  .content-tab .fr-view table th:nth-child(2) {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.015em;
    padding-bottom: 20px;
    padding-top: 8px;
  }
  .content-tab .fr-view table tr:nth-child(1) td:nth-child(1),
  .content-tab .fr-view table tr:nth-child(1) th:nth-child(1) {
    padding-top: 10px;
  }
  .content-tab a.button {
    height: 48px;
    font-size: 16px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  h2.product-recommendations__heading {
    margin-bottom: 16px;
    letter-spacing: 0;
  }
  product-recommendations .card-wrapper {
    padding: 12px;
  }
  .icon-snip {
    width: 16px;
  }
  .product-form__input-size .tooltip {
    font-size: 12px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .product-form__input input[type='radio']:checked + label {
    opacity: 1;
    visibility: visible;
  }
  hr {
    display: none;
  }
  .product-form__input-size {
    margin-bottom: 40px;
  }
  .product-media-modal__dialog {
    align-items: self-start;
    height: auto;
    padding: 0;
  }
  .product__info-wrapper .product-form__error-message-input {
    font-size: 10px;
    margin-top: 16px;
    display: block;
    text-align: left;
  }
  .overlay-sticky-cart:not(.hidden){
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 3;
    background: #3A3B3C;
    opacity: 0.6;
    display: block;
    content: " ";
  }
  .form__label, .feature-main-line {
    font-size: 16px !important;
    line-height: 14px !important;
    letter-spacing: 0.01em  !important;
    PADDING: 0px !important;
    LETTER-SPACING: .6px !important;
    font-weight: bold !important;
  }

  

  .thumbnail-slider .thumbnail-list.slider {
    padding: 0;
  }
  .icon-w-text-wrap {
    margin-left: 0;
  }
  .product-recommendations__sub_heading {
    margin-bottom: 33px;
  }
  #MainContent {
    margin-bottom: 12px;
  }
   .product-form__buttons {
    max-width: none;
  }
  variant-radios .tooltip {
    display: none;
  }
 
  .gallery-slider  .swiper-slide img {
    height: 100%;
    max-width: none;
  }
  .gallery-thumbs {
    height: auto;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgb(var(--color-background));
    z-index: 9;
  }
  .card-wrapper .price--large {
    font-size: 10px;
    line-height: 12px;
    color: #828282;
  }
  /* change ratio of images */

  :root .product-media-modal__content {
    padding-top: 72px;
    padding-bottom: 72px;
    background-color: rgb(var(--color-background));
  }
  :root .product-media-modal__toggle {
    padding: 0;
    right: 16px;
    top: 16px;
    background: transparent;
    border: 0;
  }
  
  div.swiper-button-prev, 
  div.swiper-button-next {
    display: none;
  }
  .content-for-layout .sticky-cart-container .quantity.active:not(.error) {
    border-color: #3A3B3C;
  }
  h6.product-color-name {
  font-size: 28px;
    line-height: 1.3em;
  }
}


@media (max-width: 500px) {


.product__title-wrap .add-to-wl button.swym-button.swym-add-to-wishlist-view-product {
    margin-left: 0px;
}

  
.product__title-wrap .product-vendor {
    font-size: 10px;
    padding: 6px 12px;
    margin-left: 0px;
}

.product-title-h1 {
    margin-right: 10px;
}
  
.product__title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column-reverse;
}


  

.product-form__input input[type='radio'] + label {
    width: 100%;
}
.product-form__input-size {
    flex-direction: column;
}

.icon_with_text {
    text-align: center;
    padding: 6px;
    color: #3A3B3C;
    /* width: 33.33%; */
    DISPLAY: INLINE;
  MAX-WIDTH: 20%;
    MIN-WIDTH: 84PX;
}

  
}


@media screen and (max-width: 400px) {
  .button--full-width {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  #shopify-section-header {
      min-height: 0;
  }
}

sticky-header.header-wrapper--border-bottom {
  border-bottom: 1px solid #DBD3CB;
}
/* update style */
.radius-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}

.radius-icon svg {
  width: 27px;
}
.product__title-right {
  display: flex;
}
.product__title-wrap .add-to-wl button.swym-button.swym-add-to-wishlist-view-product {
    font-size: 20px;
    margin-top: 0;
    margin-right: 5px;
    vertical-align: middle;
}
@media screen and (min-width: 750px) {
  


  .product__info-container .product__description {
    font-size: 13px;
    line-height: 18px;
  }
  .product__info-container > hr {
    margin-top: 14px;
    margin-bottom: 12px;
  }
  .yard_quaility {
    margin-bottom: 10px;
  }
  .product-form__input input[type='radio'] + label {
    padding: 8px;
  }
  .product__title-wrap > .product__title .h1 {
    line-height: 60px;
    font-size: 50px;
  }
  .product-color-name {
    font-size: 30px;
  }
  .product__title-wrap .add-to-wl button.swym-button.swym-add-to-wishlist-view-product {
    font-size: 24px;
    margin-top: 0;
    margin-right: 5px;
    vertical-align: middle;
  }
  .product__info-container > * + .icon-w-text-wrap {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .swatch-wrapper {
    margin-top: 7px;
  }
  .content-for-layout .product__info-container .quantity,
  .product-form__submit, .content-for-layout .quantity {
    height: 45px;
    min-height: 30px;
  }
 
  .content-tab .fr-view table td, .content-tab .fr-view table th {
    padding-top: 5px;
    padding-bottom: 6px;
  }
  .product-media-modal__content .gallery-slider .swiper-slide img{
    width: auto;
    height: 650px;
  }
  .product__modal-opener .product__media-icon {
    opacity: 1;
  }
  .product__modal-opener:hover .product__media-icon {
    opacity: 0;
  }
}
.product__modal-opener .product__media-icon { 
  display: none;
  
}
/* end update style */