/** Shopify CDN: Minification failed

Line 1184:11 Unexpected "span"
Line 1923:8 Expected identifier but found whitespace
Line 1924:6 Unexpected "{"
Line 1925:13 Expected ":"

**/
/* Page width*/

.page-width {
  max-width: 1280px;
}
#variant_description {
  font-weight: 700;
  color: red;
}
.product__video-wrapper.loading::after{
  content:unset !important;
}
.product__video-wrapper.loading iframe {
  opacity: 1;
}
selector[data-type="currencies"][data-id="70034105"]>.active,
.ls-sw-currencies-70034105>.active {
  background: #fff;
}
 /* .HeroDesktopAlignement{
      text-align: left !important;
      vertical-align:middle !important;
 }
@media (min-width: 1100px) {
 .HeroDesktopAlignement{
       bottom:-330px;
  }
}
@media (max-width: 1099px) {
 .HeroDesktopAlignement{
       bottom:-40px;
  }
} */
html {
  scroll-behavior: smooth;
}
.hero__link .btn {
  font-size: 16px;
}
.placeholder-noblocks {
  padding: 0;
}
/* .announcement-items {
  visibility: hidden;
  height: 0px;
}

.announcement-items.slick-initialized {
  visibility: visible;
  height: auto;
} */

.announcement-image img {
  width: 50%;
  display:block;
}

.announcement-content img {
  width: 60px;
}

[dir="ltr"] .announcement-content {
  margin-left: -30px;
  display: flex;
  flex-direction: column;
}

[dir="rtl"] .announcement-content {
  margin-right: -30px;
  display: flex;
  flex-direction: column;
}

[dir="rtl"] .lsn-select__arrow {
  margin-top: -4px;
}

[dir="rtl"] span.product__price-savings {
  padding: 8px 10px 5px;
  margin-top: -4px;
}

[dir="rtl"] .os-windows span.product__price-savings {
  padding: 6px 10px 7px;

}

.os-windows span.product__price-savings {
  padding: 5px 10px 4px;

}

/* top bar  */
.toolbar {
  padding-top: 0px;
  min-height: 28px;
  background: #88774c;
}

.toolbar selector {
  margin: -5px 0;
}

.toolbar__menu a {
  padding: 4px 10px;
}

.toolbar,
.toolbar__menu a {
  color: #fff
}

.toolbar__content {
  flex-direction: row-reverse;
  justify-content: end;
}

.toolbar__content>div {
  flex: unset !important
}

[dir="ltr"] .toolbar__menu {
  text-align: right;
}

[dir="rtl"] .toolbar__menu {
  text-align: left;
}

.toolbar__item:first-child {
  padding-right: 0;
}

.inline-list li:last-child a {
  padding-right: 0;
}

.multi-selectors__item {
  margin: 0 0 10px;
}

/* middle header */
header .site-header__logo {
  background: #fff;
  border-radius: 50%;
  /* margin-top: -22px; */
  margin-top: 0px;
  margin-bottom:0px;
  padding: 8px 3px;
}

.cart-link__bubble--visible {
  top: 0;
  right: -7px;
  width: 17px;
  height: 17px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

[data-icon="bag-minimal"] .cart-link__bubble--visible {
  top: 0;
  right: -7px;
}

.site-nav__link {
  padding: 7.5px 20px;
}

.site-nav__link--icon {
  padding-top: 0;
  padding-bottom: 0;
}

[dir=ltr] .site-nav__link--icon.js-search-header {
  border-right: 1px solid #0000008c;
}

[dir=rtl] .site-nav__link--icon.js-search-header {
  border-left: 1px solid #0000008c;
}

.site-header {
  /* box-shadow: unset !important; */
}

/* announcement  */
.announcement-items .slick-track {
  display: flex !important;
}

/* [dir=rtl] .announcement-items .slick-track{
flex-direction:row-reverse;
} */
.announcement-items .slick-slide {
  height: auto !important;
  display: flex !important;
  align-items: center;
}

.announcement-header-block {
  padding: 0 15px;
  display: flex !important;
  align-items: center;
  gap: 10px
}
.announcement-items > .announcement-header-block:first-child,
.announcement-items .slick-slide:first-child .announcement-header-block {
  padding-left: 0
}

.announcement-title {
  font-size: 12px;
  margin: 0;
  /* text-transform: uppercase; */
}

.announcement-header-block p {
  font-size: 10px;
  margin: 0;
}

/* Breadcrumb */
nav.breadcrumb a:hover,
nav.breadcrumb {
  color: #000000;
  font-size: 12px;
}

nav.breadcrumb * {
  color: #a3a3a3;
}

/* Product page */
.product-block--price span.product__price.on-sale {
  font-size: calc(var(--typeBaseSize) + 4px);
  color: red;
}

[dir="rtl"] .product-block--price span.product__price.on-sale {
  font-size: calc(var(--typeBaseSize) + 5px);
}

.page-content--product {
  padding-top: 45px;
  padding-bottom: 124px
}

@media only screen and (min-width: 769px) {
  .product-images.medium-up--two-fifths{
    width: 45%;
  }
   .product-summary.medium-up--three-fifths{
    width: 55%;
  }
  .product-single__meta{
    padding-left: 25px;
  }
}
.product__price-savings {
  /* background-color: #ffd430; */
  background-color: red;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 10px 3px;
  vertical-align: text-top;
  /* color: #1c1d1d; */
  color: #fff;
  border-radius: 30px;
}

.grid-product__price--savings {
  background: red;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 10px 3px;
  font-size: 12px;
  border-radius: 50px;
  display: inline-block;
}

.grid-product__price--regular span {
  color: red;
}

.product-single__title {
  margin-bottom: 20px;
  font-size: 38px;
  line-height: normal;

}

.c-product-rating {
  margin-bottom: 8px;
}

.product__price--compare {
  color: #a3a3a3;
}

.product-block.product-block--header {
  margin: 0;
}

.product-block--price {
  margin-bottom: 30px;

}

/*  benefits */
/* .p-benefits table {
border-spacing: 0;
}

.p-benefits table * {
text-align: center;
color: #a3a3a3;
}

.p-benefits tr:not(:last-child) td {
border-bottom: 1px solid #a3a3a3;
}

[dir="ltr"] .p-benefits td:not(:last-child) {
border-right: 1px solid #a3a3a3;
}

[dir="rtl"] .p-benefits td:not(:first-child) {
border-right: 1px solid #a3a3a3;
}
*/
ul.slick-dots li {
  display: inline-block;
  color: #707070;
  margin: 0;
}

ul.slick-dots li.slick-active {
  color: #000;
}

ul.slick-dots {
  list-style: none;
  display: table;
  margin: 0 10px;
  /* margin-top: 20px; */
}

ul.slick-dots li {
  display: none;
}

/* Show the active dot */
ul.slick-dots li.slick-active {
  display: inline-block;
}

/* Show the two previous siblings of the active dot */
.slick-dots li.slick-active:nth-child(2)+li+li+li,
.slick-dots li.slick-active:nth-child(1)+li+li+li+li,
.slick-dots li.slick-active:nth-child(1)+li+li+li,
.slick-dots li:has(+ .slick-active),
.slick-dots li:has(+ li + .slick-active),
.slick-dots li:has(+ li + li + .slick-active:nth-last-child(2)),
.slick-dots li:has(+ li + li + .slick-active:nth-last-child(1)),
.slick-dots li:has(+ li + li + li + .slick-active:nth-last-child(1)),
.slick-dots li.slick-active+li,
.slick-dots li.slick-active+li+li {
  display: inline-block;
}

/* [dir=rtl] ul.slick-dots li:nth-child(-n+9) button:after, */
[dir=ltr] ul.slick-dots li:nth-child(-n + 9) button::before {
  content: '0';
  display: inline-block;
}

[dir=rtl] ul.slick-dots li:nth-child(-n+9) button:before {
  content: unset;
}

.benefits {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.benefit-wrapper {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  border-right: 1px solid #a3a3a3;
  color: #000;
  border-top: 1px solid #a3a3a3;
}

.benefit-wrapper * {
  margin: 0
}

.benefit-wrapper.item--0,
.benefit-wrapper.item--1,
.benefit-wrapper.item--2 {
  border-top: 0;
}

.benefit-wrapper:nth-child(3n) {
  border-right: 0;
}

[dir="rtl"] .benefit-wrapper:nth-child(1),
[dir="rtl"] .benefit-wrapper:nth-child(3n+1) {
  border-right: 0;
}

/* .p-benefits {
margin-bottom: 30px;
}
*/
/* short description */
.sort-description {
  margin-bottom: 35px;
  font-size: 15px;
}

.sort-description>ul {
  margin: 10px 0;
}

.sort-description li {
  list-style: disc;
  position: relative;
  margin-bottom: 5px;
  margin-left: 20px;
}

[dir="rtl"] .sort-description li {
  margin-right: 20px;
}

/* .sort-description ul li:before {
  content: "";
  margin-right: 2px;
  margin-left: 2px;
  background: url(https://cdn.shopify.com/s/files/1/0577/0477/5741/files/green-arrow_430x.png?v=1729853052);
  background-size: contain;
  width: 25px;
  height: 18px;
  position: absolute;
  background-position: center top;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
} */

/* [dir="ltr"] .sort-description li {
  padding-left: 35px;
}

[dir="rtl"] .sort-description li {
  padding-right: 35px;
}

[dir="rtl"] .sort-description ul li:before {
  left: auto;
  right: 0
} */

/*  color group */
.variant-input-wrap {
  margin-bottom: 15px;
}

.variant-input-wrap.color_option {
  background: #f2f1ed;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 35px;
}

.color-group {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 10px;
}

.color-group span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.color-group .variant-input {
  margin-bottom: 5px
}

.color-group .color-swatch {
  border-radius: 0;
}

.color-group .variant-input-wrap label {
  margin: 0 4px 12px 0;
}

.product__quantity label,
label.variant__label {
  text-transform: capitalize !important;
  letter-spacing: 0 !important;
}

.length-chart,
.free-consultation {
  display: inline-block;
  padding-left: 40px
}

.length-chart a,
.free-consultation a {
  color: #238fb3;
  letter-spacing: 0;
  text-transform: initial;
  font-weight: 400;
  text-decoration: underline;
  font-size: 16px;
}

[dir="rtl"] .length-chart,
[dir="rtl"] .free-consultation {
  padding-right: 40px;
}

.variant-input-wrap>.variant-input label {
  background: #e7e4db;
  padding: 15px 25px;
  box-shadow: 0 0 0 1px #cccccc;
  border-radius: 10px;
        font-weight: 600;
  font-size: 17px !important;
}
.variant-input-wrap>.variant-input label small{
    font-weight: 400;
    font-size: 13px !important;
}

.variant-input-wrap>.variant-input input[type=radio]:checked+label {
  box-shadow: 0 0 0 2px #1c1d1d;
  box-shadow: unset;
  background: #8a774f;
  color: #fff;

    background: #77643D;
}

.color-group .variant-input label {
  margin: 0 1px -5px;
  box-shadow: unset;
}

.color-group input[type=radio]:checked+label {
  /* box-shadow: 0 0 0 4px #ffd448; */
  box-shadow: 0 0 0 4px #d3b670;
}

.variant-input-wrap {
  clear: both
}

.color-swatch {
  width: 50px;
  height: 50px;
}

.color-swatch:before {
  border: 0px solid !important;
}

.variant-input:hover .tooltip-data {
  opacity: 1 !important;
  visibility: visible !important;
}

/* add to cart/ quantity  */
.product-action {
  display: flex;
  align-items: center;
  gap: 20px;
}

.product-action__item:nth-child(1) {
  width: 25%;
}

.product-action__item:nth-child(2) {
  width: 75%;
}

.product__quantity {
  border: 1px solid #000;
  border-radius: 50px;
  text-align: center;
  overflow: hidden;
}

.product__quantity label {
  background: #f0f0f0;
  padding: 5px;
  font-size: 14px !important;
  display: block;
  text-transform: uppercase !important;
  margin: 0;
}

.product__quantity .js-qty__wrapper {
  min-width: unset;
  max-width: 100%;
}

.quantity-div input {
  border: 0;
  padding: 10px 20px;
  font-size: 20px;
  color: #000;
}

.js-qty__adjust .icon {
  width: 16px;
  height: 16px;
}

.quantity-div button {
  padding: 0 20px;
}

/* .quantity-div button.js-qty__adjust--minus {
  border-right: 1px solid #c8c8c8;
} */

/* .quantity-div button.js-qty__adjust--plus {
  border-left: 1px solid #c8c8c8;
} */
[dir="rtl"] .quantity-div input {
  padding: 14px 20px 6px;
}

[dir="rtl"] .os-windows .quantity-div input {
  padding: 11px 20px 9px;
}

.add-to-cart {
  border-radius: 50px;
  padding: 20px 20px;
  height: auto;
  max-height: max-content;
  letter-spacing: 0;
  font-size: 18px;
}

[dir="rtl"] .add-to-cart {
  padding: 25px 20px 15px;
}

[dir="rtl"] .os-windows .add-to-cart {
  padding: 21px 20px 19px;
}

.p-price .product__price--compare {
  font-weight: normal;
  color: #000;
}

/*  icon list  */
.product-icon {
  margin-bottom: 30px;
  margin-top: 30px;
}

.product-icon ul {
  justify-content: space-between;
  gap: 20px;
  flex-wrap: nowrap;
  margin: 0;
}

.product-icon ul li {
  display: flex;
  align-items: center;
  text-align: left;
  margin: 0;
  width: 33.33%;
}

[dir="rtl"] .product-icon ul li {
  text-align: right;
}

.product-icon ul li span {
  font-size: 15px
}

.product-icon img {
  height: 92px;
  margin-right: 10px;
  margin-left: 0;
}

[dir="rtl"] .product-icon img {
  margin-left: 10px;
  margin-right: 0px;
}

/*  tab */

.product-block--tab .collapsible-trigger-btn--borders {
  border: 0px solid;
  text-align: left !important;
  text-transform: unset;
  letter-spacing: 0;
  font-size: 16px;
}

[dir="rtl"] .product-block--tab .collapsible-trigger-btn--borders {
  text-align: right !important
}

.product-block--tab .collapsibles-wrapper--border-bottom {
  border-bottom-color: #c8c8c8;
}

.product-block--tab .collapsible-content__inner {
  border: 0 !important
}

.product-block--tab+.product-block--tab {
  margin-top: -20px;
}

.product-block--tab .collapsible-trigger__icon>.icon-chevron-down {
  display: none;
}

.product-block--tab .collapsible-trigger__icon::before {
  content: "";
  background-image: url(/cdn/shop/files/plus-golden.png?v=1751280995);
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;

}

.product-block--tab .collapsible-trigger.is-open .collapsible-trigger__icon::before {
  content: "";
  background-image: url(/cdn/shop/files/minus-golden.png?v=1751280994);
}

.slick-initialized .slick-slide {
  display: block;
}

[dir="rtl"] .product-block--tab .collapsible-trigger__icon::before {
  line-height: 22px;
}

[dir="rtl"] .product-block--tab .collapsible-trigger.is-open .collapsible-trigger__icon:before {
  font-size: 26px;
  line-height: 23px;
}

/* ----  */
.product-block h4 {
  letter-spacing: unset;
  font-size: 20px;
}

.product-block.custom-text p {
  font-size: 14px
}

.custom-text em,
.custom-text i {
  background: #e24532;
  color: #fff;
  padding: 3px 13px;
  border-radius: 30px;
  margin-left: 5px;
  font-style: normal
}

.product-block.custom-text {
  margin-top: 35px;
}

.variant-input-wrap label.disabled:after {
  border-left: 2px solid;
  border-color: #ff0000;
}

[dir=rtl] .variant-input-wrap label.disabled:after {
  border-right: 2px solid #ff0000 !important;
  border-color: #ff0000;
}

/* Product Buttons */

.product-button {
  /* background: #FFD430; */
  background: #d3b670;
  color: #000000;
  border-radius: 36px;
  padding: 23px 57px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0;
}

/*  left panel */
.jump-to-section {
  margin-top: 30px;
}

.product-action__item>div {
  margin: 0;
}

a.jump-to-section__link {
  border: 1px solid #737476;
  color: #737476;
  border-radius: 50px;
  padding: 13px 12px;
  display: flex;
  align-items: center;
  /* gap: 10px; */
  gap: 6px;
  width: auto;
  font-weight: 600;
  font-size: 14px;
  /* margin-right: 10px; */
  margin-right: 8px;
  margin-bottom: 10px;
}

[dir="rtl"] a.jump-to-section__link {
  margin-left: 10px;
  margin-right: 0px;
}

.jump-to-actions {
  display: flex;
  flex-wrap: wrap;
}

a.jump-to-section__link svg {
  width: 23px;
  height: 23px;
  background: #626669;
  padding: 5px;
  border-radius: 50px;
}

a.jump-to-section__link svg {
  background: #8c7752;

}


a.jump-to-section__link:hover svg {
  background: #fff;

}

a.jump-to-section__link:hover svg path {
  fill: #8c7752;
}

a.jump-to-section__link:hover {
  background: #8c7752;
  color: #ffff;
  border-color: #8c7752;
}

[dir="ltr"] a.jump-to-section__link:last-child {
  margin-right: 0;
}

[dir="rtl"] a.jump-to-section__link:last-child {
  margin-left: 0;
}

a.jump-to-section__link span {
  margin-top: 2px
}

.os-windows a.jump-to-section__link span {
  margin-top: -1px;
}

/* product call-to-action */

.product-cta-section {
  padding: 104px 0;
}

.product-cta-section .page-width {
  display: flex;
  flex-wrap: wrap;
  max-width: 1330px;
}

.product-cta-section .sales-point .icon-and-text.hide {
  display: flex !important;
  justify-content: center;
  margin-bottom: 20px;
}

.product-cta-section .cta-image {
  text-align: left;
}

.product-cta-section .cta-image img {
  border-radius: 12px;
  mix-blend-mode: multiply;
}

.product-cta-section .cta-detail-wrapper {
  padding: 0 56px;
}

.product-cta-section .cta-title {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 28px;
}

.product-cta-section .cta-description {
  margin-bottom: 35px;
  font-weight: 400;
}

.product-cta-section a.cta-button {
  display: block;
  margin-bottom: 20px;
}

.product-cta-section .feature-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.product-cta-section .cta-feature-text {
  font-size: 14px;
  margin-bottom: 0;
}

/* section title  */
.product-section-title {
  font-size: 40px;
  line-height: 44px;
}

.product-section-subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  letter-spacing: 0;
}

/*  */
[dir="rtl"] .faux-select .icon {
  right: -10px;
  left: auto;
  margin-top: -3px;
}

.variant-wrapper.js {
  clear: both;
}

/* also bought together  */
.bought-together {
  margin-top: 20px;
}

.bought-together h3,
body.template-product .ufe-wrap .popTitle {
  text-align: left;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  padding: 0;
}

[dir="rtl"] body.template-product .ufe-wrap .popTitle {
  text-align: right;
}

body.template-product .ufe-style-inpage .upsellWrapper {
  border: 0 !important;
  padding: 0 !important;
}

body.template-product .upsellBody {
  background: #f2f1ed !important;
  border-radius: 10px;
  padding: 15px;
}

body.template-product .ufe-wrap .upsellTitle span {
  color: #000;
  font-weight: 600;
}

body.template-product .upsellWrapper .offerOptionsWrap {
  margin: 12px 0;
}

body.template-product .ubundle .ufe-variants-wrap>:first-child {
  margin-left: 0;
}

body.template-product select.ufe-input.ufe-variants {
  border: 1px solid #c8c8c8;
  border-radius: 50px;
  padding: 10px 15px;
  max-height: unset;
  font-size: 13px;
}

body.template-product .ufe-wrap #ufe-comparePrice {
  font-weight: normal;
  font-size: 16px;
}

body.template-product .upsellPrice #uprice {
  color: #000 !important;
  font-weight: normal;
  font-size: 16px;
}

body.template-product .ufe-core .bundleBadge,
body.template-product .utotal .ubadge {
  background: #ffd448 !important;
  color: #000;
  padding: 5px 10px;
}

body.template-product .upsellWrapper.ubundle .offerOptionsWrap .bundle-icon {
  background: #ffd448 !important;
  color: #000;
  padding-left: 1px;
  padding-top: 1px;
}

body.template-product .ufe-wrap .ubundle .utotal .udiscount,
body.template-product .ufe-offer .udiscount {
  border: 1px solid #eb453a;
  background: #eb453a !important;
  color: #fff;
}

body.template-product .ufe-core .chkout.ufe-btn {
  color: #000000;
  color: var(--colorBtnPrimaryText);
  /* background-color: #ffd430 !important; */
  background-color: #d3b670 !important;
  background-color: var(--colorBtnPrimary) !important;
  border-radius: 50px;
  padding: 16px;
  height: auto;
  max-height: max-content;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 700;
}

body.template-product .ufe-core .chkout span {
  color: #000000;
  color: var(--colorBtnPrimaryText);
}

body.template-product .udiscount_unitPrice_wrapper {
  display: inline;
}

.tamara-product-widget {
  background-color: #FAE5E2;
  /* background-color: transparent;
  padding: 0 !important;
  border: 0 !important;
  font-size: 12px !important; */
}

/* [dir="rtl"] .tamara-product-widget {
  padding-left: 16px !important;
  padding-right: 122px !important;
} */
#tabbyPromo {
  background-color: #D8FFEC;
  border-radius: 10px;
}

.announcement-header-block {
  display: none;

}

.slick-slider .slick-slide:first-child {
  display: block;
}

.slick-initialized.slick-slider .slick-slide,
.slick-initialized.slick-slider .slick-slide:first-child {
  display: block;
}

.color-group:last-child {
  margin-bottom: 0;
}

.sticky-add-to-cart {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  /* Hidden by default */
  z-index: 1000;
}


.sticky-add-to-cart-btn {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  color: #000000;
  color: var(--colorBtnPrimaryText);
  background-color: #ffd430 !important;
  background-color: var(--colorBtnPrimary) !important;
  border: none;
  cursor: pointer;
  display: block;
  text-align: center;
  font-weight: 600;
}

[dir="ltr"] .tamara-logo {
  left: auto !important;
  right: 16px !important;
  top: 16px !important;
}

/* [dir="rtl"] .tamara-logo {
left: auto !important;
top: 16px !important;
right: 16px!important;
} */

[dir="ltr"] span.p-price {
  padding-left: 5px;
}

[dir="rtl"]span.p-price {
  padding-right: 5px;
}

[dir="rtl"] .FAQHead i {
  margin-top: 4px
}

/* Collection */

body.template-collection .main-content #shopify-section-template--17441974255661__1664612607c44ddb5d.shopify-section.index-section--hero .placeholder-noblocks {
  padding: 0;
}
.grid-product__price{
  margin-top:8px !important;
  
}
.grid-product__price > span {
  display: inline-block;
    font-weight:700;
  margin:0 !important;
  font-size: 15px;
}
/* responsive */
@media only screen and (min-width: 769px) {

  /* .toolbar .page-width,
#SiteHeader .page-width {
  max-width: 100%;
  padding: 0 60px;
} */
  .product-single__meta {
    margin-top: -30px;
  }

  .hide-desktop,
  .m-product-single__meta {
    display: none !important
  }

  .grid--product-images--partial .medium-up--two-fifths {
    width: 42%;
  }

  .grid--product-images--partial .medium-up--three-fifths {
    width: 58%;
    padding-left: 0;
  }

  .photoswipe__image {
    animation: none !important;
    opacity: 1 !important;
    transition: unset !important;
  }

  .template-product [data-product-images] {
    min-height: 400px;
  }

  .site-header__logo img {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .product-icon ul {
    gap: 10px;
  }

  .product-icon ul li {
    display: block;
  }

  .product-icon img {
    height: 62px;
  }
}

@media only screen and (max-width: 768px) {

  .variant-input-wrap>.variant-input label {
  font-size: 16px !important;
}
.variant-input-wrap>.variant-input label small{
    font-size: 12px !important;
}
  .page-content--product {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .toolbar {
    /* display: none;*/
  }

  .header-item.header-item--navigation.text-center {
    justify-content: center;
  }

  .site-nav__link.site-nav__link--icon.js-drawer-open-nav {
    padding-right: 0;
    padding-left: 0px !important;
  }

  .site-nav__link.site-nav__link--icon.js-drawer-open-nav svg {
    transform: rotate(0deg);
  }

  .bottom-header-container {
    display: flex;
    flex-direction: column-reverse;
  }

  .announcement-items .slick-slide {
    justify-content: center;
  }

  .announcement-header-block {
    padding: 0 0px;
    justify-content: center;
  }

  .announcement-image img {
    width: 30px;
  }

   .announcement-title {
      font-size: 12px;
  }

  .announcement-header {
    padding: 5px 0 !important;
  }

  /* Product Buttons */


  .product-button {
    padding: 15px 30px;
    font-size: 16px;
  }

  /* product call-to-action */

  .product-cta-section {
    padding: 60px 0 60px;
  }

  .product-cta-section .one-half {
    width: 100%;
  }

  .product-cta-section .cta-image {
    text-align: center;
    margin-bottom: 40px;
  }

  .product-cta-section .cta-detail-wrapper {
    padding: 0;
  }

  .product-cta-section .cta-title {
    font-size: 28px;
    line-height: 30.8px;
    margin-bottom: 20px;
  }

  .product-cta-section .cta-description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
  }

  .product-cta-section a.cta-button {
    margin-bottom: 20px;
  }

  .product-section-subtitle {
    font-size: 12px;
    line-height: 15.6px;
  }

  .product-section-title {
    font-size: 28px;
    line-height: 30px;
  }

  .product-icon ul li {
    text-align: center !important;
    width: 33.33%;
  }

  .product-block.product-block--sales-point {
    margin-bottom: 0 !important;
  }

  .product-icon img {
    margin: 0 auto !important;
  }

  .product-action__item:nth-child(2)>div {
    margin: 0;
  }

  .hide-mobile {
    display: none
  }

  .quantity-div input {
    padding: 10px 20px;
  }

  .product-single__title {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .product-block--price {
    margin-bottom: 20px;
    margin-top: 0px;
  }

  .bought-together h3,
  .ufe-wrap .popTitle {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .jump-to-section h3,
  .sort-description h3 {
    font-size: 18px;
  }

  .sort-description {
    font-size: 14px;
  }

  .variant__label,
  .variant__label-info {
    font-size: 16px !important;
  }

  .length-chart a,
  .free-consultation a,
  #variant_description {
    font-size: 14px;
  }

  a.jump-to-section__link {
    padding: 8px 5px 8px 7px;
    font-size: 11px;
    margin-right: 3px;
    gap: 0px;
    width: calc(33.33% - 2px);
    justify-content: space-between;
  }

  [dir="rtl"] a.jump-to-section__link {
    padding: 8px 5px 8px 7px;
    margin-left: 3px;
    margin-right: 0px;
  }

  .os-windows a.jump-to-section__link span {
    margin-top: 1px;
  }

  a.jump-to-section__link svg {
    width: 13px;
    height: 13px;
    padding: 3px;
  }

  .color-swatch {
    width: 40px;
    height: 40px;
  }

  .benefits {
    margin-bottom: 20px;
  }

  .sort-description li,
  .benefit-wrapper * {
    font-size: 13px;
  }

  .sort-description ul li:before {
    width: 22px;
    height: 15px;
  }

  /* [dir=ltr] .sort-description li {
      padding-left: 30px;
  }
  [dir=rtl] .sort-description li {
      padding-right: 30px;
  } */
  .benefit-wrapper {
    padding: 7px;
  }

  .product__price {
    font-size: 20px !important;
  }

  .product__price--compare {
    padding-right: 0;
    font-size: 14px !important;
  }

  .product__price-savings {
    font-size: 11px;
  }

  [dir="ltr"] .mobile-view-blocks {
    padding: 0 0 0 17px;
  }

  [dir="rtl"] .mobile-view-blocks {
    padding: 0 17px 0 0;
  }

  .ufe-wrap .upsellTitle span,
  .upsellPrice span {
    font-size: 15px !important;
  }

  body.template-product select.ufe-input.ufe-variants {
    padding: 8px 15px;
    font-size: 13px !important;
  }

  .custom-text {
    display: none;
  }

  .sort-description * {
    text-align: left;
  }

  .product-single__meta {
    text-align: left;
  }

  fieldset.variant-input-wrap {
    max-width: 100%;
  }

  [dir="rtl"] a.jump-to-section__link {
    margin-left: 3px;
    margin-right: 0px;
  }

  .length-chart,
  .free-consultation {
    padding: 0 !important;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  [dir="ltr"] .free-consultation{
    padding-left:7px !important;
  }
    [dir="rtl"] .free-consultation{
    padding-right:7px !important;
  }
  .free-consultation {
    margin-top: 0px;
       margin-bottom: 0px;
  }

  .benefit-wrapper {
    width: 50%;
  }

  .benefits {
    margin-top: 0px;
  }

  .benefit-wrapper.item--2 {
    border-top: 1px solid #a3a3a3;
  }

  [dir="ltr"] .benefit-wrapper:nth-child(odd) {
    border-right: 1px solid #a3a3a3 !important;
  }

  [dir="ltr"] .benefit-wrapper:nth-child(even) {
    border-right: 0 !important;
  }

  [dir="rtl"] .benefit-wrapper:nth-child(even) {
    border-right: 1px solid #a3a3a3 !important;
  }

  [dir="rtl"] .benefit-wrapper:nth-child(odd) {
    border-right: 0 !important;
  }

  .variant-input-wrap>.variant-input label {
    padding: 14px 10px 11px;
  }

  [dir="rtl"] .variant-input-wrap>.variant-input label {
    font-size: 16px;
    /* padding: 14px 20px 11px; */
    padding: 14px 16px 11px;
  }

  [dir="rtl"] .os-windows .variant-input-wrap>.variant-input label {
    /* padding: 12px 20px 12px;s */
        padding: 12px 16px 12px;

  }

  .tamara-product-widget {
    font-size: 12px !important;
    line-height: 20px !important;
    /* padding: 10px 10px 10px 116px !important; */
  }

  [dir="rtl"] .tamara-product-widget {
    /* padding: 10px 116px 10px 10px !important; */
  }

  .sales-points {
    margin: 15px 0 0px;
  }

  .sales-point .icon-and-text {
    justify-content: start;
  }

  /* .product-action{
    flex-direction:column;
  } */
  .product-action__item:nth-child(2) {
    width: 70%;
  }

  .product-action__item:nth-child(1) {
    width: 30%;
  }

  .product-action {
    gap: 10px
  }

  .js-qty__adjust .icon {
    width: 13px;
    height: 13px;
  }

  /* .color-group {
  display: block;
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin: 0;
} */
  select.m-variant-option.hide-desktop {
    display: block;
    width: 100%;
    font-size: 15px !important;
  }

  #AddToCartButton {
    display: flex;
    align-items: center;
    padding: 9px 15px;
    gap: 10px;
    justify-content: center;
    border-radius: 50px;

  }

  .add-to-cart {
    font-size: 16px;
    padding: 15px;
  }

  [dir="ltr"] .add-to-cart {
    font-size: 14px;
  }

  [dir="ltr"] #AddToCartButton {
    padding: 9px 5px;

  }

  .add-to-cart .p-price * {
    /* font-size: 11px; */
    font-size: 13px;
    display: block;
  }

  [dir="ltr"] .add-to-cart .p-price * {
    font-size: 12px;
  }

  .product-icon ul li span {
    font-size: 12px;
  }

  .product-block--tab .collapsible-trigger-btn--borders {
    font-size: 15px
  }

  .product-icon {
    margin-bottom: 20px;
    border: 1px solid #7374764a;
    padding: 10px;
  }

  [dir=rtl] .product-block--tab .collapsible-trigger-btn--borders,
  [dir="rtl"] .sort-description *,
  [dir="rtl"] .product-single__meta {
    text-align: right !important;
  }

  [dir=rtl] .length-chart,
  [dir=rtl] .free-consultation {
    float: unset
  }

  .product__price.on-sale {
    padding-right: 0;
  }

  .template-product .breadcrumb {
    margin-bottom: 20px;
  }

  .IGI_media_section {
    margin-bottom: 18px !important;
  }

  .product-button {
    padding: 12px 10px;
    font-size: 13.5px;
  }

  .footer-bottom {
    margin-top: 20px;
  }

  .product-block--price {
    display: flex;
    gap: 2px;
    align-items: center;
    flex-wrap: wrap;
  }

  .product__price.on-sale {
    order: -1;
    margin-left: -5px
  }

  .grid--product-images--partial .flickity-slider .product-main-slide {
    width: 100%;
  }

  .grid--product-images--partial .flickity-page-dots {
    visibility: visible;
  }

  [data-handle="length-inch-cm"] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  [data-handle="length-inch-cm"]>div {
    width: calc(33.33% - 6px);
    text-align: center;
  }

  [data-handle="length-inch-cm"] label {
    width: 100%;
  }

  .product__photo-zoom {
    bottom: unset;
    top: 15px;
  }

  [dir="rtl"] ul.slick-dots li button {
    font-size: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }

  [dir="ltr"] ul.slick-dots li button {
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
  }

  header#SiteHeader {
    height: unset;
    max-height: unset;
  }

  [dir="ltr"] .announcement-content {
    margin-left: 0px;
  }

  [dir="rtl"] .announcement-content {
    margin-right: 0px;
  }
/* 
  .product__photos--beside.product__photos {
    flex-direction: column;
  }

  .product__thumbs.product__thumbs--beside {
    flex: unset;
    max-width: unset;
    margin-left: unset;
    display: block;
  }

  .product__thumbs--beside .product__thumbs--scroller {
    position: unset;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .product__thumbs--beside .product__thumb-item {
    margin-bottom: 0;
    display: inline-block;
    width: 60px;
  } */

   .product__main-photos .flickity-page-dots {
    visibility: hidden
  } 
.product__main-photos.show-dots  .flickity-page-dots {
    visibility: visible
  } 
  .product__main-photos {
    margin-bottom: 20px;
  }

  [dir=ltr] .length-chart {
    padding-left: 10px !important;
  }

  [dir=rtl] .length-chart {
    padding-right: 10px !important;
  }
 .header-layout--left-center .header-item--logo {

  max-width: 100%;
}
  .header-item.header-item--logo.medium-up--hide.m-logo a {
    width: 100px !important;
  }
   .mobile-view-blocks .c-product-rating{
     margin-top:14px;
   }
 .mobile-view-blocks .c-product-rating img{
     margin-bottom:-2px
 }
  /* .mobile-view-blocks .c-product-rating {
    display: flex;
    margin-top: 18px;
    gap: 5px;
    align-items: center;
    margin-bottom: 10px;
  }
 */
  /* Product Images slider */

  body.template-product .product__main-photos .product-slideshow .product__thumb-item:focus-visible,
  body.template-product .product__main-photos .product-slideshow .product__thumb-item .image-wrap:focus-visible,
  body.template-product .product__main-photos .product-slideshow .product__thumb-item .product__thumb:focus-visible,
  body.template-product .product__main-photos .product-slideshow .product__thumb-item .img:focus-visible {
    outline: unset !important;
    border-radius: unset !important;
    border: unset !important
  }

  body.template-product .product__thumb-item a.is-active:focus:before {
    content: "" !important;
  }

  body.template-product .product__thumb-item a:focus:before {
    content: unset !important;
  }

  /* Footer */

  .site-footer .collapsible-content {
    overflow: hidden;
  }
  .quantity-div button {
      padding: 0 8px;
      max-width: 33.33%;
      width: 100%;
  }
  .js-qty__adjust .icon{
            margin: auto;
  }
}

.IGI-wrapper {
  display: flex;
}

.IGI-block-wrapper {
  display: flex;
  gap: 10px;
  overflow: auto;
  scrollbar-width: none;
}

.IGI-block {
  text-align: center;
  width: min-content;
  cursor: pointer
}

.IGI-block img {
  border-radius: 50%;
  width: 68px;
  height: 68px;
  min-width: 68px;
  /* border: 1px solid ; */
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  outline: 2px solid #fff;
  outline-offset: -4px;
  display: block;
  padding: 3px;
  margin: 0 auto 5px;

}

.IGI-block p {
  color: {
      {
      section.settings.text_color
    }
  }

  ;
  display: block;
  font-size:12px;
  margin:0;
  white-space: nowrap;
}

/* The IGModal (background) */
.IGmodal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
}

/* IGModal Content/Box */
.IGmodal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  max-width: 650px;
  position: relative
}

/* The Close Button */
.close {
  color: #fff;
  float: right;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  right: -8px;
  top: -8px;
  background: #88774c;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .m-logo img {
    padding-top: 7px;
  }
  
  .IGI-block-wrapper {
    gap: 10px;

  }

  .IGI_media_section {
    background: #f2f2f2;
    margin-right: -17px;
    padding: 8px 15px;
  }

  [dir=rtl] .IGI_media_section {
    margin-left: -17px;
    margin-right: 0px;
  }

  .IGI-block img {
    width: 58px;
    height: 58px;
    min-width: 58px;
  }


  .toolbar__content {
    flex-direction: row-reverse;
    justify-content: space-between !important;
  }

  .site-nav__link {
    padding: 7.5px 6px !important;
  }

  [dir=ltr] .site-nav__link--icon.js-search-header,
  [dir=rtl] .site-nav__link--icon.js-search-header {
    border: unset !important;
  }

}