/** Shopify CDN: Minification failed

Line 275:4 Unexpected "{"
Line 275:5 Expected identifier but found "%"
Line 275:36 Unexpected "{"
Line 275:37 Expected identifier but found "%"

**/
.image-with-text .image__hero__scale img{
    object-fit:contain !important;
}
.size-chart-container{
    padding: 0px 0px 12px 0px;
}
 #terms-amp-conditions .hero__rte, #privacy-policy .hero__rte , #refund-policy .hero__rte {
        font-family: system_ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    text-transform: none;
    color: #1d1d1d;
    line-height: 1.6em;
}
#terms-amp-conditions .hero__title , #privacy-policy .hero__title  , #refund-policy .hero__title  {
        font-family: Almarai, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.5;
    color: #333;
    display: block;
    letter-spacing: 2px;
    text-rendering: optimizeLegibility;
    font-size: 34px;
    /* margin: 0 auto 15px; */
    clear: both;
    font-weight: 400;
    padding-top: 4px;
}
.footer__block__title{
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  letter-spacing:2.5px;
}
.footer__block__title::after{
      content: "";
  display: block;
  width: 30%;
  height: 3px;
  background: #ffffffff;
  margin-top: 8px;
}
@media screen and (min-width:250px) and (max-width:768px){
  .footer__block__title::after{
      content: "";
  display: none !important;
  width: 30%;
  height: 3px;
  background: #ffffffff;
  margin-top: 8px;
}
}
.hero__subheading{
        display: block;
    margin-bottom: 18px;
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #9b7a4f !important;
    font-weight: 600;
}
@media screen and (min-width:250px) and (max-width:768px){
    .slideshow .hero__content--transparent {
        padding-bottom:60px !important;
    }
}
/* Wrapper */
 .product-colors-wrapper {
  margin: 12px 0px;
   
    padding-bottom: 12px;
}
.product__content .product-colors-wrapper{
 border-bottom: 1px solid #0000002e;
}

/* Heading - override default h2 size */
.product-colors-title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #6b6b6b;
  margin: 0 0 8px 0;
      display: flex;
    align-items: center;
}

/* Row of circles */
.product-colors {
display:flex;
flex-wrap:wrap;
    gap:10px;
    align-items:center;
}

/* Each circle link */
.product-color-item {
  position: relative;
  /* display: inline-flex; */
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  text-decoration: none;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.product-color-item:hover {
  border-color: #111;
  transform: translateY(-1px);
}

/* Highlight the currently selected color */
.product-color-item.is-active {
  border: 2px solid #111;
}

/* Image fills the circle */
.product-color-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  padding: 7px;
}

s
.product-color-item .tooltip {
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: #111;
  color: #fff;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
  z-index: 2;
}

.product-color-item:hover .tooltip {
  opacity: 1;
}

.color-hiding-text[data-option-position="2"] {
  display: none;
}
.color-text-hide-main-div{
    border-bottom:none;
}
#shopify-section-template--19555137421425__main .hero__content__wrapper{
    display:block;
}
.announcement__image {
  overflow: hidden;
}

.announcement__image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.announcement__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.55;
  transition: filter 0.25s ease, opacity 0.25s ease;
}

.announcement__image:hover img,
.announcement__slide:hover .announcement__image img,
.announcement__image-link:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* Brands menu layout */
.brands-menu.header__grandparent__links{
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 40px;
    width: 100%;
    align-items: start;
}

/* Brand links */
.brands-menu .dropdown__family{
    display: grid !important;
    grid-template-columns: repeat(4, minmax(140px,1fr));
    gap: 12px 30px;
}

/* Image */
.menu__blocks{
    width: 420px;
    flex: 0 0 420px;
}

.product-item__image .image-wrapper--cover img  {
    object-fit: contain;
}
.collection-item__info{
  background-color: #212121;
}
.collection-item__info span{
      font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #fff;
}
.column__inner .column__text{
  min-height:120px;
}
.footer__blocks .accordion__content p a::after{
  position:fixed !important;
}
.footer__newsletter__wrapper .newsletter__submit span{
border: 1px solid #000;
    padding: 10px 4px;
    border-radius: 12px;
    color: #fff;
    background-color: #000;
    letter-spacing: 1px;
}
.flickity-prev-next-button , .slider__button{
  background-color:#9a260f;
      --bg-brighter: rgba(33, 33, 33, 0.05);
  color:white;
}
.flickity-prev-next-button:hover , .slider__button:hover{
  background-color:#9a260f !important;
  color:white;
}
.slider__button:before , .flickity-prev-next-button:before {
  background:#fff;
}
.image-with-text-new-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
}
.image-with-text-new-block-image img {
    width: 100%;
}
.image-with-text-new-block-content {
    padding: 40px;
}
.full-width .image-with-text-new-block-content {
    padding: 70px;
}
.image-with-text-new-title {
    font-size: 32px;
    {% comment %} font-weight: 700; {% endcomment %}
    margin-top: 0px!important;
    margin-bottom: 20px;
    line-height: 1.3;
}
.new_multi_column rte-formatter p{
  font-size:16px;
}
.image-with-text-new-sub-title {
    margin-bottom: 12px;
}
.image-with-text-new-content {
    font-size: 15px;
    line-height: 1.5;
}
.image-with-text-new-content-2 {
    margin-top: 20px;
}
.image-second .image-with-text-new-block-content {
    grid-column: 1;
    grid-row: 1;
}
.image-with-text-new-btn-block {
    margin-top: 20px;
}
.image-with-text-new-content a {
    color: currentColor;
    -webkit-text-fill-color: currentcolor;
}



@media only screen and (max-width: 768px) {


.image-with-text-new-grid {
    grid-template-columns: repeat(1,1fr);
}    
.image-second .image-with-text-new-block-content {
    grid-column: auto;
    grid-row: auto;
}
.image-with-text-new-block-content {
    padding: 20px!important;
}


}
.navlink--highlight{
    color: red;
    font-weight: bolder;
}
.footer__quicklinks li a {
    position: relative;
    color:#fff !important;
}
/* .announcement__bar-outer {
  display: flex;
  align-items: center;
}

.announcement__socials {
  display: flex;
  align-items: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.announcement__bar-holder {
  flex: 1;
} */
 .mobile-menu__block-inner .socials li{
      padding: 8px 0px;
 }
 .input-group input:focus{
  box-shadow:none;
  outline:none;
 }
@media screen and (max-width: 768px) {
  .template-index .toolbar {
    display: none !important;
  }
  .product-colors-wrapper{
    border:none;
  }
  [data-collapsible-trigger] .icon {
    position: absolute;
    top: 64%;
    right: 7px;
  }
}

@media only screen and (max-width: 749px) {
    .product-item__info {
        padding: 12px;
        min-height: 140px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}
.meganav--visible .toolbar {
    --text: #fff !important;
   
}
      .announcement__bar-outer .announcement__message {
            justify-content: space-evenly !important;
    margin-left: 150px ;

       }
@media only screen and (min-width:250px) and (max-width:768px){
  .announcement__socials .socials{
    
    display:none !important;
  }
       .announcement__bar-outer .announcement__message{
            display: flex;
    min-height: var(--announcement-height);
    align-items: center;
    justify-content: var(--justify-content, center);
    justify-content: space-evenly;
    margin-left: 0px !important;
      }
}

.anchr-tag{
  display: inline-block !important; 
   color: #9a260f !important;
    text-transform: uppercase;
      border-radius: 300px;
       text-decoration: none;
        font-weight: bold;
}
.anchr-tag:after{
  background:none !important;
}
.header__dropdown__wrapper .navtext{
  text-transform: uppercase;
}