/** Shopify CDN: Minification failed

Line 920:56 Expected ":"

**/
/* droplogicx fk style starts here */

body,
div,
p,
.announcement-bar__message,
.product-form__input .select__select {
  font-family: "Proxima Sans" !important;
  letter-spacing: 0;
  line-height: 1.4;
  font-size: var(--font-body-size);
  /* font-size: 14px; */
}

.figue {
  font-family: "Figue" !important;
}

.proxima-sans {
  font-family: "Proxima Sans" !important;
}

h0 {
  font-family: "Figue" !important;
  font-size: 3rem;
}

h1,
.h1 {
  color: #272129;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
  font-family: "Figue" !important;
}

h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6,
.rich-text__heading {
  font-family: "Proxima Sans" !important;
  font-weight: 500 !important;
}

h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.h5 strong,
.h6 strong,
.rich-text__heading strong,
strong h2,
strong h3,
strong h4,
strong h5,
strong h6,
strong .h2,
strong .h3,
strong .h4,
strong .h5,
strong .h6 {
  font-weight: 600 !important;
}
.rte h6 {
  font-size: 1.4rem !important;
  margin-top: 35px !important;
  margin-bottom: 35px !important;
  font-weight: 400 !important;
  letter-spacing: .05em !important;
  text-transform: uppercase !important;
}
.rte h1 {
  font-family: "Figue" !important;
  font-size: 24px !important;
}
.page-rte.rte h6 + h1 {
  margin-top: 0 !important;
}

b,
strong {
  font-family: "Proxima Sans" !important;
  font-weight: 500 !important;
}

li,
p {
  font-weight: 300 !important;
}

.caption-with-letter-spacing {
  margin-bottom: 35px !important;
  font-weight: 400 !important;
  letter-spacing: .05em !important;
}
.caption-with-letter-spacing--medium {
  font-size: 1.4rem !important;
}

.desktop-only {
  display: block !important;
}

.mobile-only {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .desktop-only {
    display: none !important;
  }
  
  .mobile-only {
    display: block !important;
  }
}
.cursor-pointer:hover {
  cursor: pointer;
}
.text-left {
  text-align: left;
  justify-content: flex-start;
}
.text-center {
  text-align: center;
  justify-content: center;
}
.text-right {
  text-align: right;
  justify-content: flex-end;
}

.card-product-button {
  text-decoration: none !important;
}
.card-product-button:hover {
  background: #000;
  color: #fff;
}
nav.header__inline-menu {
  text-align: left !important;
}
.slideshow__text.banner__box {
  background: transparent;
}

.slideshow.banner .button {
  background: transparent;
  /* color: #fff; */
  /* border: none; */
  /* padding: 0; */
  /* border-bottom: 1px solid #fff; */
  text-transform: uppercase;
}

@media screen and (max-width: 749px) {
.content-container.background-transparent {
    padding-left: 0;
    padding-right: 0;
  }
}

.image-with-text__video .slick-arrow svg {
  width: 18px;
}

.image-with-text__video .slick-arrow {
  width: 20px;
  top: 50%;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0.6;
}

.image-with-text__video .slick-slider__next.slick-arrow {
  right: 5px;
  transform: rotate(-90deg);
}

.image-with-text__video .slick-slider__prev.slick-arrow {
  left: 5px;
  transform: rotate(90deg);
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* .slideshow__text-wrapper .button:after,
.slideshow__text-wrapper .button:before {
  content: none;
} */

.video-slider-sec .slick-arrow svg {
  width: 18px;
}

.video-slider-sec .slick-arrow {
  width: 20px;
  top: 50%;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0.6;
}

.video-slider-sec .slick-slider__next.slick-arrow {
  right: 5px;
  transform: rotate(-90deg);
}

.video-slider-sec .slick-slider__prev.slick-arrow {
  left: 5px;
  transform: rotate(90deg);
}

.video-slider-sec .slick-slide {
  margin: 0 5px;
}

.video-slider-sec .video-item {
  height: 600px;
  display: inline-flex !important;
  justify-content: center;
}

.video-slider-sec .video-item video {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.play-button {
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  padding: 30px;
  background: #ffffff9c;
  border-radius: 40px;
  bottom: 50px;
  opacity: 1;
}

.play-button:not(.play):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -16px;
  margin-left: -7px;
}

.play-button.play:after {
  margin-left: -6px;
}

.play-button.play:after,
.play-button.play:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 20px;
  background-color: #fff;
  margin-top: -9px;
}

footer.footer {
  background-color: #f4ede5;
}

body .newsletter-form__field-wrapper .field__input {
  background: transparent;
}

.footer .footer-block--newsletter {
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}

.footer-block.grid__item.footer-block--menu {
  max-width: 300px;
  padding: 0 10px;
}

.footer-block.grid__item.footer-block--text .footer-block__details-content {
  max-width: 300px;
}

.promo-content img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

body .header--top-center .mega-menu__list {
  justify-content: flex-start;
  height: 100%;
  margin-right: 0;
  padding-right: 0;
}

.promo-content-main {
  display: flex;
  margin-left: auto;
  width: 50%;
  justify-content: flex-end;
}

.js .mega-menu__content {
  padding-bottom: 0;
  overflow-y: hidden;
  background: #fdfcf9;
  padding-top: 0;
}

.promo-text {
  position: absolute;
  bottom: 10px;
  color: #fff;
  left: 10px;
  font-size: 20px;
}

.promo-content-main a {
  display: inline-block;
  position: relative;
  height: 100%;
}

.product__title h1 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
}

body .price__regular .price-item--regular {
  font-size: 22px;
  font-family: var(--font-heading-family);
}

.image-size-chart-wrapper {
  display: none;
}

.image-size-chart-link {
  color: #000;
  text-decoration: none;
  font-size: 13px;
}

.product-form__input .select__select {
  min-height: 35px;
  height: 35px;
}

.product__info-container .quantity {
  min-height: 37px;
  height: 37px;
}

.quantity__button {
  width: calc(3.5rem / var(--font-body-scale));
}

.product__info-container .product-form__buttons .button {
  /* max-width: 33.8rem; */
  min-height: 38px;
  height: 38px;
  width: 100%;
  background-color: rgb(var(--color-foreground));
  color: #fff;
}

.product__info-container .product-form__buttons .button:before,
.product__info-container .product-form__buttons .button:after,
.product__info-container .product-form__buttons .button:hover:after,
.product__info-container .product-form__buttons .button:hover:before {
  content: none;
}

.custom-product-form {
  z-index: 99999999;
}

.header:not(.drawer-menu).page-width {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  width: 100%;
  min-width: 100%;
}

body details[open] > .header__menu-item,
body .header__menu-item:hover span {
  text-decoration: none;
}

body
  .header:not(.header--middle-left, .header--middle-center)
  .header__inline-menu {
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
  width: 100%;
  text-align: center;
}

body .header--top-center * > .header__search {
  display: block;
}

body .header--top-center > .header__search {
  display: none;
}

body .shopify-section-header-sticky {
  top: -1px;
}

.custom-product-form button#-submit:hover {
  background: #000;
  color: #fff;
}

.header .header__icons {
  padding-right: 30px;
}

.custom-product-form button#-submit span {
  text-transform: uppercase;
  font-size: 13px;
}

body .product-card-wrapper .card:not(.ratio) > .card__content {
  display: flex;
  flex-direction: column;
  /* position: relative; */
  transition: transform 0.3s ease-in-out;
  /* overflow:hidden; */
  background: #fff;
  position: absolute;
  bottom: 0;
  z-index: 99;
  transform: translateY(calc(100% - 100px));
  overflow: hidden;
}

.product-grid .card__heading {
  font-size: 14px;
  text-transform: uppercase;
}

body .product-grid .price__regular .price-item--regular {
  font-size: 12px;
  color: #999999;
}

body .price__regular .price-item--regular {
  font-family: "Proxima Sans" !important;
}

.product-grid .card-information > .price {
  margin: 0;
  line-height: 1;
}
.product-card-wrapper .card__information {
  padding-bottom: 0;
}
.product-card-wrapper .card__information {
  min-height: 100px;
}
.cart_recomm .product-card-wrapper .card__information {
  min-height: 0;
}
.product-card-wrapper .card-wrapper {
  overflow: hidden;
}
.product-card-wrapper .card:not(.ratio) {
  padding-bottom: 80px;
}

body .product-card-wrapper:hover .card:not(.ratio) > .card__content {
  transform: translate3d(0px, -6px, 0px);
}

.grid.product-grid {
  overflow-y: hidden;
}

/* .header__inline-menu > ul > li {
  position:relative;
}

.header__inline-menu > ul > li:after {
  content: "";
  position: absolute;
  left: 10px;
  top: calc(100% - 1px);
  width: 0;
  background: black;
  height: 2px;
  transition: width .1s cubic-bezier(.25,.46,.45,.94);
}

.header__inline-menu > ul > li:hover:after {
  width: calc(100% - 20px);
} */
/* .header__inline-menu .list-menu__item:hover:after {
  width: calc(100% - 20px);
} */

/* .header__inline-menu .mega-menu {
  pointer-events:none;
} */

/* body .js .mega-menu__content {
  transform: translateY(-100%);
  transform: translate3d(0,calc(-100% - 100px),0) scaleZ(1) ;
  transform-style: preserve-3d;
  transition: .7s ease;
}

body .mega-menu[open] .mega-menu__content {
  transition: .75s cubic-bezier(.4,0,1,1);
  transform: translateY(0) scaleZ(1) ;
  transform-style: preserve-3d;
  transition: .7s ease;
}  */

.custom-slider img {
  width: 100%;
}

.list-menu__item {
  text-transform: uppercase;
  font-size: 13px;
}

body .menu-drawer__menu-item {
  font-size: 1.4rem;
}

.main-Colour .field_set label {
  font-size: 0 !important;
}

.blog .title-wrapper-with-link {
  text-align: center;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 748px) {
  .blog .title-wrapper-with-link {
    justify-content: space-between;
  }
}

body .product-media-container.constrain-height .media {
  padding-top: 140%;
}

.thumbnail-list__item:before {
  padding-top: 35%;
}

/* mobile responsive starts here */

@media screen and (min-width: 749px) {
  .custom-product-slider {
    align-items: flex-start;
    flex-direction: row-reverse;
    display: block;
  }

  /* .custom-slider.custom-slider-for  {
    padding-left: 7px;
    width: 80%;
    display: inline-block;
  }
  
  .custom-slider.custom-slider-nav  {
    flex-direction: column;
    width: 20%;
    display: inline-block;
    float: left;
  }

  .custom-slider.custom-slider-nav .slick-track {
    display: flex;
    flex-direction: column;
  }

  .custom-slider.custom-slider-nav.slick-vertical .slick-slide {
    height: 100% !important;
    min-height: auto;
  }

   .custom-slider.custom-slider-nav .slick-list.draggable {
    height: 785px !important;
    max-height: 785px !important;
  }
  
  .custom-product-slider .slick-slider__prev.slick-arrow svg {
    transform: rotate(90deg);
  }
  
  .custom-product-slider .slick-slider__next.slick-arrow svg {
    transform: rotate(90deg);
  }
  
  .custom-product-slider .custom-slider-nav .slick-arrow {
    background: #fafafa;
    opacity: 1;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    position: absolute;
    cursor: pointer;
    z-index: 1;
  }

  .custom-product-slider .slick-arrow.slick-slider__prev {
    top: -1px;
  }

  .custom-slider.custom-slider-nav img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  } */

  body .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 55%;
    width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  body .product--large:not(.product--no-media) .product__info-wrapper {
    max-width: 45%;
    width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  /* .custom-slider-for .slick-arrow {
    display: none !important;
  } */

  .product__media-wrapper media-gallery {
    display: flex;
    align-items: stretch;
    flex-direction: row-reverse;
  }

  .product__media-wrapper .slider-mobile-gutter {
    width: 85%;
  }

  .product__media-wrapper .thumbnail-slider {
    width: 15%;
  }

  .thumbnail-slider .thumbnail-list.slider--tablet-up {
    flex-direction: column;
  }

  body .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: 100%;
  }

  body .product--thumbnail_slider .slider-mobile-gutter .slider-button {
    display: none;
  }
}

@media screen and (max-width: 990px) {
  .header:not(.drawer-menu).page-width {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 749px) {
  /* body .banner--mobile-bottom .banner__media {
    position: absolute;
  } */

  .slideshow.banner.banner--mobile-bottom .slideshow__text.banner__box {
    justify-content: flex-start;
  }
/* 
  .slideshow.banner h2.banner__heading {
    text-align: left;
  } */

  .slideshow.banner .banner__box > * + .banner__buttons {
    margin-top: 0;
  }

  .video-slider-sec .video-item {
    height: 300px;
  }

  .video-slider-sec .slick-arrow {
    width: 35px;
    height: 35px;
  }

  .video-slider-sec .slick-arrow svg {
    width: 15px;
  }

  .video-slider-sec .play-button {
    padding: 20px;
    border-radius: 40px;
    bottom: 30px;
  }

  .video-slider-sec .play-button:not(.play):after {
    border: 10px solid transparent;
    border-left: 15px solid #fff;
    margin-top: -10px;
    margin-left: -4px;
  }

  .play-button.play:after {
    margin-left: -5px;
  }

  .video-slider-sec .slick-arrow {
    top: 46%;
  }

  .header .header__icons {
    padding-right: 0px;
  }

  body .product-card-wrapper .card:not(.ratio) > .card__content {
    position: static;
    transform: none;
  }

  .custom-product-form {
    display: none;
  }

  body .product-card-wrapper:hover .card:not(.ratio) > .card__content {
    transform: none;
  }

  .product-card-wrapper .card:not(.ratio) {
    padding-bottom: 20px;
  }

  .custom-slider.custom-slider-nav {
    display: none !important;
  }

  .custom-product-slider .slick-arrow {
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
  }

  .custom-product-slider .slick-arrow.slick-slider__next {
    right: 0;
  }

  .custom-slider img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    height: 500px;
  }

  body,
  div {
    font-size: var(--font-body-size);
  }

  body .product .slider-buttons {
    position: absolute;
    width: 100%;
    z-index: 2;
    transform: translateY(-50%);
    /* justify-content: space-between; */
    /* top: 50%; */
    bottom: 0;
  }

  body .product .slider-button .icon {
    width: 15px;
    height: 15px;
  }
}

/* mobile responsive ends here */

.footer-block.grid__item.footer-block--text {
  margin-right: 0;
  margin-left: auto;
  width: fit-content;
  max-width: fit-content;
  padding-left: 30px;
  border-left: 1px solid #a7a1a1;
}

footer .newsletter-form__field-wrapper .field:before,
footer .newsletter-form__field-wrapper .field:after {
  content: none;
}

footer .newsletter-form__field-wrapper .field {
  flex-direction: column;
}

.collection .slider-counter,
.blog .slider-counter {
  display: none;
}

.collection,
.blog {
  position: relative;
}

.collection .slider-buttons,
.blog .slider-buttons {
  padding: 0 1.5rem;
  justify-content: space-between;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 748px) {
  .collection .slider-buttons,
  .blog .slider-buttons {
    /* position: absolute; */
    /* padding: 0.5rem 1.5rem; */
    /* justify-content: center; */
    display: none;
  }
  .blog .slider-buttons {
    /* justify-content: center; */
    display: none;
  }
}
@media screen and (min-width: 749px) {
  .collection .slider-buttons,
  .blog .slider-buttons {
    padding: 0 1.5rem;
  }
}

.collection .slider-buttons .slider-button {
  top: 38%;
}

.blog .slider-buttons .slider-button {
  top: 43%;
}

/* Common button styles */
.collection .slider-buttons .slider-button,
.blog .slider-buttons .slider-button {
  border: 1px solid rgb(var(--color-background));
  color: rgb(var(--color-background));
  width: 38px;
  height: 38px;
  z-index: 1;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.collection .slider-buttons .slider-button:hover,
.blog .slider-buttons .slider-button:hover {
  background-color: rgba(var(--color-background), 0.2);
  color: rgb(var(--color-background));
}
.slider-button[disabled] {
  opacity: 0;
}
.slider-button[disabled] .icon {
  color: rgba(var(--color-background), .3) !important; 
}

@media screen and (min-width: 748px) {
  .collection .slider-buttons .slider-button,
  .blog .slider-buttons .slider-button {
    position: absolute;
    width: 38px;
    height: 38px;
  }
}

/* Position buttons */
.collection .slider-buttons .slider-button--prev,
.blog .slider-buttons .slider-button--prev {
  left: 20px;
}

.collection .slider-buttons .slider-button--next,
.blog .slider-buttons .slider-button--next {
  right: 20px;
}

body .product__info-container .price__regular .price-item--regular {
  font-size: 15px;
  margin-top: 0;
}

.product__tax.caption.rte {
  display: none;
}

.tooltip-plugin-main a.button.button--secondary {
  left: 50%;
  transform: translateX(-49%);
}

.custom-tag-inner {
  text-transform: uppercase;
  background-color: var(--product-page-tag-color);
  color: var(--product-page-tag-text-color);
  padding: 6px 8px 5px;
  line-height: 1;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 300;
  border: 1px solid transparent;
  letter-spacing: 0.1rem;
  text-align: center;
  word-break: break-word;
}

.no-js-hidden.custom-tag {
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  margin-bottom: 0.1em;
}

.product__info-wrapper .price__container {
  margin-bottom: 0 !important;
}

variant-selects.no-js-hidden {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.card-wrapper:hover img + img {
  opacity: 1 !important;
}

.footer-top-footer .list-social {
  justify-content: center;
}

footer .footer-top-footer .newsletter-form__button {
  position: static;
  padding: 10px 0;
  margin-top: 20px;
  border-bottom: 1px solid #a7a1a1;
  padding-bottom: 5px;
  text-transform: uppercase;
  width: fit-content;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 0;
  height: 40px;
  z-index: 2;
  background-color: #bc866a !important;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-top-footer .newsletter-form__field-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

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

.footer-top-footer form,
.custom-newsletter-top {
  max-width: 500px;
  margin: auto;
}

.custom-newsletter-top {
  text-align: center;
  margin-bottom: 45px;
}

.footer-top-footer .newsletter-form__field-wrapper {
  max-width: 100%;
}

footer .newsletter-form__field-wrapper .field input {
  border-bottom: none;
  color: #bc866a;
  font-size: 1.6rem;
  width: 100%;
  background: #fff;
  height: 40px;
}

.footer-top-footer .field__label {
  color: #bc866a;
  font-size: 15px;
}

.footer-top-footer .field__input:focus-visible {
  box-shadow: none;
  border: none;
}

.footer-top-footer .list-social__item .icon {
  color: #bc866a;
}

#shopify-section-template--17224909062381__rich_text .rich-text__text * {
  font-family: "Proxima Sans" !important;
}
.tooltip-plugin {
  overflow: hidden;
}
.tooltip-plugin .image-with-text__heading {
  text-align: center;
}

.cart-recommendation .collection__title--desktop-slider .title {
  font-size: 11px;
  margin-top: 15px;
}

.cart-recommendation .product-grid .card__heading {
  font-size: 10px;
}

body
  .cart-recommendation
  .product-card-wrapper
  .card:not(.ratio)
  > .card__content {
  position: static;
  transform: none;
}

.cart-recommendation .slider--desktop .slider__slide:first-child {
  margin-left: 0;
}

.cart-recommendation .size-select-inner {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
}

.cart-recommendation button#-submit {
  padding: 8px;
  height: 30px;
  min-height: 30px;
  /* width: fit-content; */
  min-width: 80%;
  width: 86%;
  /* margin: auto; */
}

.cart-recommendation .custom-product-form button#-submit span {
  font-size: 9px;
}

body .cart-recommendation .product-grid .price__regular .price-item--regular {
  font-size: 10px;
  margin-top: 0;
}

.cart-recommendation .card--standard > .card__content .card__information {
  padding-bottom: 0;
}

.cart-recommendation .option__title {
  margin-bottom: 7px;
  margin-right: 0;
}

.cart-recommendation .product-card-wrapper .card:not(.ratio) {
  padding-bottom: 20px;
}
.cart_recomm .card {
  padding-bottom: 0;
}
.cart_recomm .title.inline-richtext {
  margin: 0;
}
.cart_recomm .slider--desktop.grid--2-col-desktop .grid__item {
  width: 40%;
}
.cart_recomm .main-Colour .field_set {
  padding-left: 5px;
}
#CartDrawer-CartErrors {
  display: none;
}

.is-empty .cart-recommendation {
  display: none;
}

body .mega-menu__link--level-2,
.mega-menu__link {
  text-align: left;
}

.customer-review-main .slick-track {
  display: flex;
  align-items: center;
}

body .thumbnail[aria-current],
body .thumbnail[aria-current]:focus:not(:focus-visible) {
  box-shadow: none;
  border: none;
}

body .thumbnail-slider .thumbnail-list.slider--tablet-up {
  padding-top: 0;
}

body .mega-menu__link--level-2 {
  margin-bottom: 20px;
}
.mega-menu__link--level-2,
.menu-drawer__close-button {
  text-transform: uppercase;
}

/* .product__bundle_section {
  padding-bottom: 50px;
} */

body .shopify-section-header-sticky .mega-menu__content {
  max-height: 550px;
  height: 550px;
}

.header--top-center .mega-menu__list > li {
  padding-top: 1em;
  padding-bottom: 1em;
}

.product__bundle_section .button--full-width {
  background: #000000;
  color: #fff;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product__bundle_section .button--full-width:before,
.product__bundle_section .button--full-width:after {
  content: none;
}

.product__bundle_section .button--full-width:hover {
  background: #000;
}

.product__bundle_section .top-text {
  text-transform: uppercase;
  text-align: center;
  font-size: var(--font-body-size);
  height: 20px;
}

.card--card,
.card--standard .card__inner {
  background: transparent;
}

.slick-active:not(.slick-current) + .slick-active .top-text {
  opacity: 0;
}

@media screen and (max-width: 749px) {
  .footer-block.grid__item.footer-block--menu {
    padding: 0;
  }

  .footer-block.grid__item.footer-block--text {
    padding-left: 0;
    border-left: 0;
    margin-left: 0;
  }

  .slideshow__media .banner__heading {
    font-size: 20px;
  }

  .slideshow.banner .button {
    font-size: 12px;
    /* line-height: 1; */
    /* min-height: fit-content; */
    margin-top: 20px;
  }

  .related-products .grid.product-grid {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  body
    .card-information
    > *:not(.visually-hidden:first-child)
    + *:not(.rating):not(.card__information-volume-pricing-note) {
    margin-top: 0;
  }

  /* .rich-text__wrapper .rich-text__text p {
    font-size: 20px;
    line-height: 26px;
  } */

  .footer .footer__content-top {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-top-footer .newsletter-form__field-wrapper {
    flex-direction: column;
  }

  .cart-recommendation .custom-product-form {
    display: block;
  }

  .cart-recommendation button#-submit {
    /* height: 20px; */
    /* min-height: 20px; */
  }

  body .menu-drawer,
  body details[open] > .menu-drawer,
  body details[open] > .menu-drawer__submenu,
  body .menu-drawer,
  .header--has-social .menu-drawer__utility-links {
    background-color: #fdfcf9 !important;
  }

  body .list-menu__item {
    text-transform: capitalize;
  }

  body .menu-drawer__menu-item {
    font-size: 1.2rem;
  }
}

/* mobile responsive ends here */
/* // ....droplogicx nkd....... */
.product__media-list.grid {
  margin-bottom: 0px;
}
/* // ....droplogicx nkd....... */

/* droplogicxFAR style starts here */

.text-w-text .image-with-text .image-with-text__media-item.grid__item {
  display: flex;
  align-items: flex-start;
}

.text-w-text .image-with-text__media--placeholder:after {
  content: none;
}

.text-w-text
  .image-with-text:not(.image-with-text--overlap)
  .background-transparent {
  border: none;
  padding: 50px;
  color: #000;
  height: 100%;
}

.text-w-text-top-heading {
  text-align: center;
  position: relative;
}

.text-w-text-top-heading .image-with-text__heading {
  margin-top: 0;
  display: inline-block;
  background: #fff;
  padding: 0 20px;
}

.text-w-text-top-heading:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #c4c4c4;
  left: 0;
  top: 50%;
  z-index: -1;
}

.size-guide-flex {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.size-guide-flex .size-btn {
  cursor: pointer;
  border-radius: 0;
  background-color: transparent;
  border: 1px #000 solid;
  color: #000;
  font-size: 1.3rem;
  line-height: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px;
  max-width: 180px;
  width: 100%;
  text-align: center;
}

.guide-top-heading {
  text-align: center;
}

/*********************************************************************************************************************************************************
                                              mobile responsive starts here
**********************************************************************************************************************************************************/

@media screen and (max-width: 749px) {
  /* .slideshow.banner .slideshow__slide.grid__item,
  .slideshow.banner.banner--medium.banner--mobile-bottom:not(.banner--adapt)
    .banner__media,
  body .banner--large.banner--mobile-bottom:not(.banner--adapt) .banner__media,
  .banner--large.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)
    > .banner__media {
    height: 500px;
  }
  
  body .banner--adapt,
  body
    .banner--adapt_image.banner--mobile-bottom
    .banner__media:not(.placeholder) {
    height: 500px;
  } */

  .text-w-text .image-with-text .image-with-text__media-item.grid__item,
  .text-w-text .image-with-text .grid {
    display: block;
  }

  .text-w-text
    .image-with-text:not(.image-with-text--overlap)
    .background-transparent {
    padding: 20px;
    overflow: auto !important;
  }

  .right-side-text.image-with-text__text.rte {
    text-align: center;
  }
}

/* droplogicxFAR style starts here */

/* Droplogicx - SA - start - [4/9/2024] */

.rich-text__text_split_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rich-text__text_split {
  width: calc(50% - 10px);
  flex-grow: 1;
  margin: 0 5px;
}
.rich-text__text_split p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .rich-text__text_split {
    width: calc(100% - 10px);
  }
}

.left-data-active .contact {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.left-data-active .page-width {
  max-width: unset;
}
.left-side-image--body,
.contact--inner-data {
  width: calc(100% / 2 - 20px);
}
.left-side-image--body img {
  max-height: 650px;
  width: 100%;
  object-fit: cover;
}
.left-data-active {
  padding-right: 40px;
}
.contact--inner-data--heading--body h2 {
  font-size: 52px;
}
.left-data-active
  .contact.page-width.page-width--narrow.section-template--17606300401901__form-padding {
  padding-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .left-data-active .page-width {
    flex-wrap: wrap;
  }
  .left-side-image--body,
  .contact--inner-data {
    width: 100%;
  }
  .left-data-active {
    padding-right: 0px;
  }
  .left-side-image--body {
    max-height: unset;
  }
  .left-data-active .page-width--narrow {
    padding: 0;
  }
  .contact--inner-data {
    padding: 0 1em;
  }
  .contact--inner-data--heading--body h2 {
    font-size: 40px;
    margin: 20px 0;
  }
  .left-side-image--body img {
    max-height: none;
    height: auto;
    width: 100%;
    object-fit: contain;
  }
}

/* .article-template__hero-adapt.media, */
.banner--adapt .banner__media,
.banner--adapt .banner__content,
.banner--adapt.banner:after,
.banner--adapt.banner__media:after,
.banner--adapt.banner--adapt {
  height: calc(100vh - 168.4px);
  padding-bottom: unset !important;
  overflow: hidden;
}
/* .article-template__hero-adapt.media img, */
.banner--adapt .banner__media img {
  object-fit: cover;
}
/* Droplogicx - SA - end - [4/9/2024] */

/* DroplogicxFAR 23-5-24 start */

body .shopify-section-header-sticky .mega-menu__content,
.js body .mega-menu__content {
  /* opacity: 1 !important; */
  transition: transform 0.4s 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translateY(-100%) !important;
}

body .mega-menu[open] .mega-menu__content {
  opacity: 1;
  transition: transform 0.4s 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translateY(0) !important;
}

.template-collection .size-select-inner.main-Color .field_set label {
  width: fit-content;
  margin-right: 10px;
  white-space: nowrap;
}car

.template-collection div#size-select {
  height: 55px;
}
.size-select-inner.main-Denominations .field_set {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.size-select-inner.main-Denominations .option__selector {
  position: relative;
  padding: 0 20px;
}
.size-select-inner.main-Denominations {
  display: block;
}
.size-select-inner.main-Denominations .option__selector {
  position: relative;
  padding: 0 20px;
  display: inline-block;
}

/* DroplogicxFAR 23-5-24 end */

@media screen and (min-width: 750px) {
  body .thumbnail-slider .thumbnail-list.slider--tablet-up {
    padding-top: 0;
    max-height: 800px;
    max-height: 100%;
    height: 100%;
    overflow: scroll;
  }
}
.card__content .card-information .price {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center !important;
}

@media screen and (max-width: 750px) {
  .product-grid .card__content .button {
    display: none !important;
  }
}

.f-badge {
  background: #e4e4cd;
  padding: 4px 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-bottom: 0.25em;
}

.custom-tag {
  gap: 0.25em;
}

.card__content .price,
.custom-tag .price--show-badge {
  display: flex;
  gap: 0.5em;
  align-items: center;
}

.custom-tag .price:first-child {
  gap: 0;
}

/* Ship Insurance on Cart */
.ship-insurance {
  margin: 5px 0 10px !important;
}
.ship-insurance .tm_cart {
  margin: 0 auto !important;
  transform: scale(1) !important;
  padding: 0 !important;
}
.ship-insurance .tm_cart .logo_img {
  flex: 0 0 40px !important;
  display: none !important;
}
.ship-insurance .tm_cart .logo_img img {
  width: 40px !important;
  height: 40px !important;
}
.ship-insurance .tm_cart .tm_description {
  font-size: 0.75em !important;
}
.ship-insurance .tm_cart .tm_branding {
  display: none !important;
}
@media screen and (min-width: 750px) {
  .ship-insurance .tm_cart .tm_description {
    width: 59%;
    display: inline-block;
  }
  .ship-insurance .tm_cart .tm_branding {
    width: 40%;
    display: inline-block;
    text-align: right;
  }
}

/* cart__drawer--announcement-bar */
.cart__drawer--announcement-bar {
  text-align: center;
  padding: 0.5em;
}
.cart__drawer--announcement-bar p {
  margin: 0;
}


@media screen and (max-width: 749px) {
  .product-media-modal__dialog .global-media-settings, .product-media-modal__dialog .global-media-settings video, .product-media-modal__dialog .global-media-settings model-viewer, .product-media-modal__dialog .global-media-settings iframe, .product-media-modal__dialog .global-media-settings img {
    max-width: 100%;
  }
}

/* Collapsible Tabs */
.product__accordion .accordion__content {
  padding: 0 !important;
}

.accordion__content .metafield-rich_text_field ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.accordion__content .metafield-rich_text_field ul li {
  padding-left: 15px;
}

.product__accordion .accordion__content .metafield-rich_text_field ul li:before {
  content: "•";
  margin-left: -15px;
  padding-right: 10px;
}

/* Read more */

.content-with-read-more {
  position: relative;
}

.content-with-read-more .content-wrapper {
  max-height: 125px; /* Approximately 5 lines - adjust as needed */
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.content-with-read-more .content-wrapper.expanded {
  max-height: 2000px; /* Large enough to show all content */
}

.content-with-read-more .content-wrapper:not(.expanded)::after {
  content: "";
  position: absolute;
  bottom: 40px; /* Space for the button */
  left: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events: none;
}

.content-with-read-more .read-more-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: left;
  padding: 5px 0 13px;
  background-color: #fff;
  border-width: 0;
  cursor: pointer;
  text-decoration: underline;
  z-index: 1;
}

.content-with-read-more .read-more-btn.hidden {
  display: none;
}

/* Product Reviews */
.product-reviews-wrapper {
  margin: 10px 0;
}

.prod-review-content {
  background: #f4ede5;
  padding: 12px;
  border-radius: 8px;
}

.prod-reviewer-data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: .5em;
}

.prod-reviewer-name {
  font-weight: bold;
}

.prod-review-stars {
  color: rgba(var(--color-foreground), 0.75);
}

.prod-review-text {
  font-size: 12px;
}

.prod-star {
  font-size: var(--font-body-size);
}

.prod-review-arrow {
  width: 24px;
  height: 24px;
  background: var(--gradient-background);
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  box-shadow: 0px -2px 12px rgba(0, 0, 0, .08);
}

.prod-review-arrow svg {
  width: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.prod-review-arrow:hover {
  cursor: pointer;
}

.product-reviews-slider {
  transition: opacity 0.3s ease-in-out;
}

.product-reviews-slider .review-slide {
  display: none;
}

.product-reviews-slider .review-slide:first-child {
  display: block;
}

.product-form__quantity + .product__buy-buttons {
  display: inline-flex;
  vertical-align: middle;
  margin-left: 24px;
}
.product-form__quantity {
  display: inline-flex;
  vertical-align: middle;
}
.product-form__quantity + .product__buy-buttons {
  display: inline-flex;
  vertical-align: middle;
  margin-left: 24px;
}
.product-form__quantity {
  display: inline-flex;
  vertical-align: middle;
}

/* Variant Swatches */

variant-radios {
  font-family: "Proxima Sans" !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-right: -0.5rem !important; /* hides last child margin */
}

variant-radios .product-form__input {
  flex: none;
}

.product-form__input input[type='radio'] + label {
  border-color: var(--variant-pills-border-width) solid rgba(var(--color-foreground), var(--variant-pills-border-opacity))
}
.product-form__input input[type='radio']:checked + label {
  background-color: #efe7e1 !important;
  color: #000 !important;
  border-color: #efe7e1;
}

/* Temp */
.okeReviews {
  display: none !important;
}
/* End Temp */

div[data-oke-star-rating] {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: space-between;
}