/** Shopify CDN: Minification failed

Line 37:0 All "@import" rules must come first
Line 38:0 All "@import" rules must come first

**/
@font-face {
  font-family: "ITC Avant Garde Gothic Pro";
  src: url("https://cdn.shopify.com/s/files/1/0589/5533/3685/files/ITCAvantGardeGothicBold.otf?v=1660030066");
}

@font-face {
  font-family: "ITC Avant Garde Gothic Pro Book";
  src: url("ITCAvantGardeGothicPro-Book.woff2") format("woff2"),
    url("ITCAvantGardeGothicPro-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "futurabook";
  src: url("futura_book_font-webfont.woff2") format("woff2"),
    url("futura_book_font-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* @font-face {
  font-family: "Futura";
  src: url("/cdn/shop/files/Futura-Condensed.ttf?v=1698829530")
    format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
} */
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Raleway&display=swap");

.site-nav__icons {
  display: flex;
  align-items: center;
}
.customer_text {
    font-size: 8px;
    color: #0000008c;
    position: relative;
    top: 10px;
}

.account_nav {
  position: relative;
}

.account_nav svg {
    position: absolute;
    top: -6px;
    right: 29px;
}

.site-nav__icons a.site-nav__link--icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin-top: 4px;
}

.mobile_flag_wrapper {
  display: none;
}

.product-section .product-single__title {
  font-size: 29px;
}

button#chartBtn {
  text-decoration: underline;
}

.header-wrapper .announcement {
  text-align: center;
}

.heading-trustpilot {
  text-align: center;
}

.product-section
  .rc-widget
  .rc-radio.rc_widget__option.rc-option--active
  .rc-option__discount {
  padding: 0 !important;
  padding-right: 4px !important;
  margin-right: 0 !important;
}

.how-to-container {
  padding-top: 50px;
}

.how-to-container .content_box h3 {
  font-size: 22px;
  line-height: 50px;
}

.how-to-container .image-wrap {
  background: transparent !important;
  margin-bottom: 0px;
}

.how-to-container .section-header h2 {
  font-size: 32px;
  line-height: 50px;
}

.how-to-container .rte-setting p {
  font-size: 18px;
  line-height: 28px;
}

.template-product #shopify-section-slideshow {
  display: block;
}

.value-proposition-item {
  display: flex !important;
  justify-content: center !important;
}

.proposition-copy-wrap {
  margin: 0 !important;
  display: flex;
  align-items: center;
}

.value-propositions li {
  padding: 25px 15px 25px !important;
}

body .value-propositions li .proposition-icon-holder {
  height: auto;
  margin: center 10px auto auto;
  width: auto;
}

.value-propositions li .proposition-icon-holder img {
  max-width: 55px !important;
  height: 55px !important;
  object-fit: contain !important;
}

.value-propositions li p {
  font-weight: 600;
  max-width: 100% !important;
  width: auto !important;
  font-size: 14px !important;
  margin: 0 !important;
  margin-left: 18px !important;
}

.product-section .variant-wrapper--variant select {
  font-size: 14px;
  padding-right: 20px;
}

.placeholder-noblocks {
  display: none;
}

.loox-reviews-default {
  display: none;
}

.product-section .modal-guide {
  padding-top: 0px;
}

.modal-guide .modal-header .close {
  position: relative;
  margin-top: -20px;
  padding-right: 0px;
  margin-right: -8px;
}

.proposition-copy-wrap {
  margin-left: 11px !important;
}

div#sb11-cart {
  display: none;
}

.how-to-container .image-wrap img {
  height: 60px;
  object-fit: contain;
}

.page-How-It-Works .product-section .index-section {
  margin-top: 0;
}

#FAQ-content-page-faq-template-1 ul {
  list-style: disc;
  margin-left: 34px;
}

.product-section .product__accordions .collapsible-trigger {
  /*  font-family: 'futurabook'; */
}

.guide-wrapper #chartModal .modal-header {
  padding: 2px 0px;
}

.product-section .product-personalizer {
  margin-bottom: 0px !important;
}

#CollectionSection .section-header .sub_head {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 15px;
}

#CollectionSection .section-header {
  margin-bottom: 30px;
}

.rc-template__legacy-radio .rc-option__subsave:after {
  display: none !important;
}

.rc-template__legacy-radio .rc-option__onetime + .rc-option__subsave:after {
  display: block !important;
}

#cancellation-policy-modal {
  overflow-y: auto;
  height: 100vh;
}

/*  Shop Collection Page CSS Start Here */
.custom-offer-wrapper,
.best-wrapper {
  display: none;
}

.timer {
  background-color: #ffb800;
  /* display: none; */
}

.timer .page-width {
  position: relative;
}

.timer__text {
  display: flex;
  justify-content: center;
  font-size: 16px;
  gap: 24px;
  height: 36px;
  align-items: center;
}

.timer__text-left {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
}

.timer__text-left p {
  font-size: 14px;
}

.timer__text-left strong {
  font-weight: var(--typeHeaderWeight);
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
}

.timer__timer {
  background-color: #000;
  color: #fff;
  height: 24px;
  border-radius: 4px;
  line-height: 24px;
  font-size: 14px;
  padding: 0 12px 0 7px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.timer__timer span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.timer__timer img {
  width: 20px;
}

.timer__text-left em {
  font-style: normal;
  text-decoration: underline;
}

.timer__time span {
  font-size: 10px;
}

.btn-right {
  position: absolute;
  right: 0;
  top: 10px;
}

.btn-right .btn-order-track {
  color: var(--black, #000);
  text-align: right;
  font-family: "ITC Avant Garde Gothic Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1px;
}
.timer__text-left p {
  color: #000;
  font-family: "Futura";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin: 0;
}
.timer__text-left p > a {
  text-decoration: underline;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .btn-right {
    display: none;
  }
}
/*  .shopify-checkout .policy-list .policy-list__item:nth-child(2n) {
   display:none !important;
} */
/* .page-narrow.page-content {
  display: none;
} */

button.btn.product-modal-open + .default-btn {
  display: none;
}

.cart__item--image img {
  opacity: 1 !important;
}

/* Media query start */

@media screen and (min-width: 769px) {
  .header-layout--center
    .header-item.header-item--left.header-item--navigation {
    /*       display: none; */
  }

  .desktop_flag_wrapper {
    display: block;
  }
}

button.btn.product-modal-open + .default-btn {
  display: none;
}

button.addToCart {
  display: none;
  background: #f1bb08;
  width: 100%;
  height: 46px;
  font-size: 16px;
  font-weight: 600;
}

.product-personalizer {
  display: none !important;
}

.shipping-popup,
.refund-popup {
  position: fixed;
  z-index: 21;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75);
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
  display: none;
}

.shipping-refund-popup.active .shipping-popup,
.shipping-refund-popup.show .refund-popup {
  display: block;
}

span.shipping-close-modal,
.refund-close-modal {
  position: absolute;
  right: 18px;
  top: 15px;
  cursor: pointer;
}

.shipping-refund-popup.active .overly-popup,
.shipping-refund-popup.show .overly-popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 20;
}

.shipping-popup-content,
.refund-popup-content {
  background-color: #fff;
  width: 900px;
  max-width: 100%;
  position: relative;
  background-clip: padding-box;
  top: 50%;
  right: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  opacity: 1;
  padding: 33px 10px 16px 28px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.75);
  box-shadow: 0 4px 6px rgb(0 0 0 / 25%);
  z-index: 25;
  transform: translateY(-50%);
}

h3.shipping-policy-title,
h3.delivery-title,
h3.refund-title,
h3.shipping-cost-title {
  font-family: "Futura";
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  color: #111111;
  font-size: 16px;
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #a8a6a6;
}

.shipping-text p,
.delivery-text p,
.refund-text p,
.shipping-cost-text p {
  font-family: "Futura";
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #111111;
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.shipping-policy {
  margin-bottom: 15px;
}

.delivery-text {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 20px;
}

h3.zone-title {
  margin-bottom: 5px;
  font-size: 14px;
  color: #111111;
  font-weight: 500;
  font-family: "Futura";
}

.delivery-zone {
  border-right: 1px solid #d9d9d9;
}

.delivery-zone:last-child {
  border: none;
}

.refund-text a {
  text-decoration: underline;
}

button.btn.default-btn {
  width: 100%;
}

.header-cart {
  cursor: pointer;
}

.modal-overly.show {
  position: fixed;
  background: #0000003b;
  z-index: 40;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

button.upsell-btn.sold_out {
  pointer-events: none;
  opacity: 0.4;
}

.upsell-variant {
  height: 32px;
  border: 1px solid #555555;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-top: 4px;
  width: 79px;
  text-transform: uppercase;
}

.cart-payment-icon {
  filter: initial;
}

img.new_product_img,
img.new_hover_img,
.new_product_image .new_hover_wrap img.old_hover_img,
.new_product_image .old_img {
  display: none;
}

.new_product_image img.new_product_img,
.new_product_image .new_hover_wrap .new_hover_img {
  display: block;
}

.new_product_image .grid__image-ratio img {
  object-position: top;
}

img.old_hover_img.hide-img {
  display: none;
}

.transparent-this {
  background: transparent !important;
}

.cart-wrap {
  overflow-x: hidden;
}

.cart-link svg {
  margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
  .cart-item-image {
    max-width: 65px;
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .modal-pop {
    width: 90%;
  }

  .shipping-popup-content,
  .refund-popup-content {
    top: 50px;
    transform: inherit;
    padding: 25px;
  }

  .delivery-text {
    display: flex;
    column-gap: 14px;
  }

  .delivery-zone {
    padding-right: 12px;
  }

  button.addToCart {
    font-size: 20px;
  }

  .pplr_ex_inner .pplr_close {
    right: 0px !important;
    top: -7px !important;
  }

  .desktop_flag_wrapper {
    display: none;
  }

  .mobile_flag_wrapper {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 8px;
    letter-spacing: 1px;
  }

  .mobile_flag_wrapper span.flag_icon_img {
    margin-right: 12px;
    margin-top: -5px;
    width: 25px;
  }

  .announcement p.transfer {
    font-size: 14px;
  }

  body
    .product-section
    .rc-widget
    .rc-radio.rc_widget__option.rc-option__subsave
    .rc-radio__label:after {
    font-size: 10px;
    margin-top: -10px;
    padding-bottom: 4px;
  }

  body
    .product-section
    .rc-widget
    .rc-radio.rc_widget__option
    .rc-option__price {
    font-size: 14px;
  }

  body
    .product-section
    .rc-widget
    .rc-radio.rc_widget__option
    .rc-option__discount {
    font-size: 16px;
  }

  body
    .product-section
    .rc-widget
    .rc-radio.rc_widget__option
    .rc-option__text {
    font-size: 14px;
  }

  .proposition-copy-wrap {
    padding-top: 0px !important;

    margin-left: 33px !important;
  }

  .value-proposition-item {
    justify-content: flex-start !important;
  }

  .value-propositions li {
    padding: 25px 0px 25px 37px !important;
  }

  .value-propositions li p {
    font-size: 11px !important;
  }

  .product-section .rc-widget .rc-radio.rc_widget__option:after {
    top: 50% !important;
    transform: translateY(-50%);
  }

  .product-section .rc-widget .rc-option__subsave.rc-option--active::after {
    top: 22% !important;
  }

  .timer__text {
    height: auto;
    padding: 10px 0px 8px;
    gap: 0;
    justify-content: space-between;
  }

  .timer__text-left p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
  }

  .timer__text-left {
    width: 165px;
  }

  .timer__timer {
    width: 154px;
    font-size: 12px;
    gap: 2px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 5px;
    justify-content: center;
  }

  .timer__text-left > p > strong {
    font-size: 18px;
  }
}

@media screen and (max-width: 589px) {
  .how-to-container .section-header h2 {
    font-size: 27px;
    line-height: 32px;
  }

  .how-to-container .content_box h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }

  .how-to-container .rte-setting p {
    font-size: 16px;
    text-align: left;
    line-height: 20px;
  }

  .how-to-container .grid.grid--uniform .grid__item > div:nth-child(1) {
    grid-area: image;
    min-width: 55px;
  }

  .how-to-container .grid.grid--uniform .grid__item > h3 {
    grid-area: title;
    text-align: left;
  }

  .how-to-container .grid.grid--uniform .grid__item > .rte-setting {
    grid-area: decription;
  }

  .how-to-container .grid .grid__item {
    display: grid;
    grid-template-areas:
      "image title title "
      "image decription decription ";
    column-gap: 15px;
  }

  .product-single__meta .product-single__form .variant-wrapper--dropdown {
    margin-right: 0px;
  }

  .template-product .modal-guide-content {
    padding: 10px 20px;
    width: 100%;
  }

  body
    .product-section
    .rc-widget
    .rc-radio.rc_widget__option
    .rc-option__price {
    font-size: 13px;
  }

  .how-to-container .image-wrap img {
    width: 45px !important;
    height: 45px !important;
    object-fit: contain !important;
  }

  .value-propositions li .proposition-icon-holder img {
    width: 45px !important;
    height: 43px !important;
  }

  .product-section
    .rc-widget
    .rc-radio.rc_widget__option.rc-option__subsave
    .rc-radio__label {
    padding: 3px 22px !important;
  }

  .modal-guide .modal-header .close {
    margin-right: -5px;
  }

  .template-cart .cart__item .cart__item--details,
  .template-cart .cart__item .cart__product-name,
  .template-cart .cart__item .cart__item--details .cart__variant-meta,
  .template-cart .cart__item .cart__item--details div,
  .template-cart .cart__item .cart__item--details span,
  .template-cart .cart__item .cart__item--details a {
    font-size: 14px;
  }

  .template-cart .cart__item .cart__item--qty {
    margin-top: 6px;
  }

  .template-cart .cart__item .cart__variant-meta {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 360px) {
  .product-section
    .rc-widget
    .rc-radio.rc_widget__option.rc-option__subsave
    .rc-radio__label {
    padding-left: 8px !important;
  }

  .product-section .rc-radio.rc-option__onetime.rc-option {
    padding-left: 0px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }

  body
    .product-section
    .rc-widget
    .rc-radio.rc_widget__option
    .rc-option__text {
    font-size: 12px;
  }

  body
    .product-section
    .rc-widget
    .rc-radio.rc_widget__option
    .rc-option__discount {
    font-size: 14px;
  }
}

.hero-banner {
  border-bottom: 4px solid var(--black, #000);
  background-color: #ffb800;
  position: relative;
  overflow: hidden;
}

.hero-banner__content {
  padding: 100px 0;
}
.hero-banner__img-wrapper {
  text-align: right;
  overflow: hidden;
  background: #f5f5f5;
}
.hero-banner__img-wrapper img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.hero-banner .review-block {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: "ITC Avant Garde Gothic Pro";
  font-size: 14px;
  font-style: normal;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 18px;
}
.hero-banner .review-block p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  line-height: 120%;
  font-weight: 400;
  font-family: "ITC Avant Garde Gothic Pro Book";
}

.hero-banner .review-block p strong {
  font-family: "ITC Avant Garde Gothic Pro";
}

.hero-banner__title {
  color: #000;
  font-family: "Futura", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}

.hero-banner__btn {
  border-radius: 4px;
  background: var(--black, #000);
  height: 48px;
  width: 100%;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 48px;
  margin-bottom: 12px;
  text-align: center;
  font-family: "ITC Avant Garde Gothic Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  position: relative;
}
.hero-banner__btn:hover {
  color: #fff;
}

.hero-banner__btn > span {
  position: absolute;
  right: 14px;
  top: 14px;
}

.hero-banner__text p {
  margin-bottom: 0;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  color: var(--black, #000);
}

.hero-banner__text {
  max-width: 397px;
}

@media screen and (min-width: 992px) {
  .hero-banner__img-wrapper {
    text-align: right;
    max-width: 530px;
    margin: 0 0 0 auto;
    transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    transform-origin: bottom left;
    border-left: 2px solid #000;
    max-height: 524px;
  }

  .hero-banner__img-wrapper img {
    transform: translate(0, -10%) skew(10deg);
    -webkit-transform: translate(0, -10%) skew(10deg);
    -moz-transform: translate(0, -10%), skew(10deg);
    width: 100%;
    object-fit: cover;
    left: -8%;
  }

  .hero-banner__abs-content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .hero__img-mobile {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .hero-banner__img-wrapper {
    text-align: right;
    max-width: 49%;
    margin: 0 0 0 auto;
    transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    transform-origin: bottom left;
    border-left: 2px solid #000;
    max-height: 524px;
  }

  .hero-banner__img-wrapper img {
    transform: translate(0, -7%) skew(10deg);
    -webkit-transform: translate(0, -7%) skew(10deg);
    -moz-transform: translate(0, -7%), skew(10deg);
    width: 100%;
    object-fit: cover;
    left: -7%;
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  .hero-banner__img-wrapper img {
    transform: translate(0, -10%) skew(10deg);
    -webkit-transform: translate(0, -10%) skew(10deg);
    -moz-transform: translate(0, -10%), skew(10deg);
    width: 90%;
    object-fit: cover;
    left: -7%;
    position: relative;
  }
}

@media screen and (min-width: 1300px) {
  .hero-banner__img-wrapper img {
    transform: translate(0, -15%) skew(10deg);
    -webkit-transform: translate(0, -15%) skew(10deg);
    -moz-transform: translate(0, -15%), skew(10deg);
    width: 94%;
    object-fit: cover;
    left: -7%;
  }
}

@media screen and (min-width: 1520px) {
  .hero-banner__img-wrapper {
    max-width: 785px;
  }

  .hero-banner__img-wrapper img {
    transform: translate(0, -18%) skew(10deg);
    -webkit-transform: translate(0, -18%) skew(10deg);
    -moz-transform: translate(0, -18%), skew(10deg);
    left: -6%;
  }
}

@media screen and (max-width: 1200px) {
  .hero-banner__title {
    font-size: 54px;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner__img-wrapper {
    -webkit-transform: skewY(-5deg);
    -moz-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
    transform: skewY(-5deg);
    transform-origin: bottom left;
    border-bottom: 2px solid #000;
    border-left: 0;
  }

  .hero-banner__img-wrapper img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transform: skewY(5deg);
    -moz-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    -o-transform: skewY(5deg);
    transform: skewY(5deg);
    transform-origin: bottom left;
  }

  .hero-banner__img-wrapper img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .hero__img-desktop {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-banner__content {
    padding: 24px 0;
  }
  .review-block svg {
    max-width: 108px;
  }
  .hero-banner .review-block {
    margin-bottom: 9px;
  }
  .hero-banner .review-block p {
    font-size: 9px;
  }

  .hero-banner__title {
    font-size: 40px;
    font-style: normal;
    line-height: 120%;
    margin-bottom: 9px;
  }
  /*  Shop Collection Page CSS Start Here */
  .custom-offer-wrapper {
    display: block;
    padding-top: 5px;
  }
  .custom-offer-wrapper .inner-data {
    display: flex;
    align-items: center;
    grid-gap: 8px;
  }
  .custom-offer-wrapper .inner-data img {
    width: 12px;
  }
  .custom-offer-wrapper .inner-data span {
    font-size: 13px;
    color: #00a023;
  }
  .custom-offer-wrapper.offer .inner-data span,
  .custom-offer-wrapper .inner-data.offer:last-child span {
    color: #ec2929;
  }

  .best-wrapper {
    display: block;
  }
  .best-wrapper span {
    background-color: #feb800;
    border: 1px solid #000;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Futura";
    padding: 3.5px;
    letter-spacing: 0.6px;
    font-size: 6.5px;
  }

  .prod-imgs .grid-product__image-mask .best-value-wrapper {
    position: absolute;
    top: 28px;
    left: 5px;
    z-index: 5;
  }
  .prod-imgs .grid-product__image-mask .best-seller-wrapper {
    position: absolute;
    bottom: 13px;
    left: 8px;
    z-index: 5;
  }
}

.icon-with-text-wrap {
  position: relative;
  background: var(--black, #000);
  padding: 8px 0;
}

.icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.icon-item {
  width: 25%;
  border: 0;
  box-shadow: none;
  justify-content: center;
  display: flex;
}

.icon-wrap img {
  max-width: 32px;
  height: auto;
}

.icon__heading {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}

.icon-item .icon-wrap {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-box {
  max-width: 32px;
}

.icon-box .placeholder-svg {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .icon-list {
    gap: 12px;
  }
  .icon-item {
    width: 49%;
    justify-content: start;
  }

  .icon__heading br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .icon-with-text-wrap {
    padding: 12px 0;
  }
  .icon-wrap img {
    max-width: 24px;
    height: auto;
  }

  .hero-banner__text p {
    font-size: 12px;
  }

  .icon-list {
    list-style: none;
    gap: 16px;
    align-items: start;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0px 30px;
  }
  .icon-item .icon-wrap {
    gap: 8px;
  }
  .icon-item {
    width: 100%;
  }

  .icon__heading {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.5px;
  }
  .icon__heading br {
    display: none;
  }
}

.cart-item-count-new {
  display: inline-block;
}

/* menu-drawer */
.mobile-nav__sublist.collapsible-content {
  display: none;
  position: absolute;
  background-color: #8cceec;
  z-index: 8;
  width: 100%;
  top: 0;
  right: -100%;
  padding: 15px 0 0;
  margin: 0;
  opacity: 0;
  transition: opacity 1s ease 0.15s;
}
.mobile-nav__item.menu-active .mobile-nav__sublist.collapsible-content {
  display: block;
  opacity: 1;
}
.mobile-nav {
  display: block;
  transform: translateZ(0);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  margin: 0;
  padding: 15px 0 0;
}
.submenu-open .mobile-nav {
  transform: translate3d(-100%, 0, 0);
}
.mobile-nav__item {
  overflow: visible;
}
.drawer__fixed-header,
.drawer__footer,
.drawer__header,
.drawer__scrollable {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__sublist.collapsible-content {
  background: transparent;
}
.collapsible-content--all {
  visibility: visible;
  overflow: visible;
}
.back_menu svg {
  transform: rotate(-180deg);
}
.drawer_service_items img {
  width: auto;
}
.mobile-nav__item {
  padding: 0 37px;
}
.mobile-nav__item .mobile-nav__faux-link,
.mobile-nav__item a,
.mobile-nav__toggle button {
  padding: 5px 0;
}
.mobile-nav__toggle button {
  padding: 5px 0;
}
.mobile-nav__sublist .mobile-nav__faux-link,
.mobile-nav__sublist .mobile-nav__link {
  padding: 5px 0;
}
.back_menu {
  display: flex;
  align-items: center;
}
.back_menu span {
  padding-left: 40px;
}
.drawer__fixed-header {
  padding: 0 37px;
}
#NavDrawer .mobile-nav__item .mobile-nav__faux-link,
#NavDrawer .mobile-nav__item a,
#NavDrawer .mobile-nav__sublist .mobile-nav__faux-link,
#NavDrawer .mobile-nav__sublist .mobile-nav__link,
.back_menu span {
  font-size: 25px;
  font-family: "Inter";
  color: #000;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.collapsible-content--all .collapsible-content__inner {
  transform: none;
}
.drawer__scrollable {
  padding-top: 0;
}
.mobile-nav__sublist.collapsible-content {
  top: 0 !important;
  padding: 0;
}
.back_menu {
  padding: 0 37px 20px;
}
.drawer_content {
  padding: 20px 27px;
}
.drawer_service_list {
  display: flex;
}
.drawer_service_items {
  width: 33.33%;
  text-align: center;
  padding: 15px 3px;
}
.drawer_service {
  border-radius: 12px;
  background: #f4f4f4;
  padding: 0 5px;
}

.service_content {
  font-size: 9px;
  line-height: 16px;
  font-weight: 500;
  margin-top: 8px;
  letter-spacing: 1px;
}
.mobile-nav__item:after {
  border: none;
}
#NavDrawer .drawer-login-btn .mobile-nav__link {
  border: 1px solid #000;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  padding: 11px;
  font-size: 16px !important;
  font-family: "Inter";
  color: #000;
  letter-spacing: 0.5px;
}
.drawer_service {
  margin-bottom: 26px;
}
.all_product_btn a {
  background: #f5b940;
  border: 1px solid #000;
  width: 100%;
  display: flex;
  padding: 10px;
  border-radius: 30px;
  justify-content: center;
  font-size: 18px;
  font-family: "Inter";
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.drawer-login-btn,
.all_product_btn,
.offer_item {
  margin-bottom: 26px;
}
.drawer_content {
  font-family: inter !important;
}
.offer_item {
  font-size: 12px;
  color: #000;
  text-decoration: underline;
  text-align: center;
  letter-spacing: 0.7px;
}
.drawer_link {
  display: flex;
  padding-bottom: 10px;
}
.drawer_link_item {
  width: 33.33%;
}
.drawer_link_item {
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
  padding: 0 3px;
  text-align: center;
  letter-spacing: 0.2px;
}
.mobile-nav__child-item {
  word-break: break-all;
}
.drawer_content {
  padding: 5px 27px;
}
.drawer_service {
  margin-bottom: 15px;
}
.drawer-login-btn,
.all_product_btn,
.offer_item {
  margin-bottom: 15px;
}

@media (min-width: 380px) {
  .drawer--right.drawer--is-open {
    transform: translate(400px);
    transition-duration: 0.5s;
  }

  .drawer--right {
    width: 400px;
    left: -400px;
    right: auto;
  }
  .drawer__header,
  .drawer__fixed-header {
    height: 60px;
  }
}
@media (max-width: 400px) {
  .drawer_content {
    padding: 20px 20px;
  }
  .mobile-nav__item {
    padding: 0 30px;
  }
  .back_menu {
    padding: 0 20px 10px;
  }
}

@media (max-width: 389px) {
  .drawer--right.drawer--is-open {
    transform: translate(300px);
    transition-duration: 0.5s;
  }

  .drawer--right {
    width: 300px;
    left: -300px;
    right: auto;
  }
  #NavDrawer .mobile-nav__item .mobile-nav__faux-link,
  #NavDrawer .mobile-nav__item a,
  #NavDrawer .mobile-nav__sublist .mobile-nav__faux-link,
  #NavDrawer .mobile-nav__sublist .mobile-nav__link,
  .back_menu span {
    font-size: 20px;
  }
  .mobile-nav__item {
    padding: 0 20px;
  }
  .drawer__fixed-header {
    padding: 0 20px;
    height: 60px;
  }
  .drawer_content {
    padding: 10px 10px 15px;
  }
  .drawer_service_items {
    padding: 7px 1px;
  }
  /* .drawer_service_items img {
    width: 20px;
    height: 20px;
} */

  .service_content {
    font-size: 8px;
    letter-spacing: 0.5px;
  }
  .drawer_service,
  .drawer-login-btn,
  .all_product_btn,
  .offer_item {
    margin-bottom: 15px;
  }

  .all_product_btn a {
    font-size: 16px;
    line-height: 21px;
  }
  #NavDrawer .drawer-login-btn .mobile-nav__link {
    font-size: 15px !important;
    line-height: 21px;
  }
  .offer_item {
    font-size: 11px;
  }
  .drawer_link_item,
  .mobile-nav__sublist .mobile-nav__faux-link,
  .mobile-nav__sublist .mobile-nav__link {
    font-size: 11px;
    padding: 0 2px;
  }
  .mobile-nav__item .mobile-nav__faux-link,
  .mobile-nav__item a,
  .mobile-nav__toggle button {
    padding: 6px 0;
  }
  .mobile-nav__toggle button,
  .mobile-nav__sublist .mobile-nav__faux-link,
  .mobile-nav__sublist .mobile-nav__link {
    padding: 6px 0;
  }
  .service_content {
    margin-top: 5px;
  }
}

/* hero banner */

@media (max-width: 543px) {
  .hero-banner__img-wrapper img {
    max-width: 100%;
    width: 100%;
    height: 320px;
    object-fit: contain;
  }

  .hero-banner__content {
    padding: 7px 0;
  }
  .hero-banner .review-block {
    margin-bottom: 4px;
  }
}

@media (max-width: 768px) {
  li.mobile-nav__item:nth-last-child(-n + 2) {
    display: none;
  }
}

.hero-banner__img-wrapper img {
  transform: unset !important;
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  width: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  width: 100%;
  position: relative;
}

/**************  Kit room lp page *****************/
.lpg-sales .locale-selectors__container {
  display: none !important;
}

body.lpg-sales {
  color: #000000;
}

/** Hero banner section css **/
.herobanner-section {
  overflow: hidden;
}

.herobanner-section .hero-sale-section {
  display: block;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 80px 0 150px;
  overflow: hidden;
}

.hero-sale-text {
  width: 63%;
  margin: auto;
}

.hero-banner-title {
  font-size: 44px;
  line-height: 66px;
  margin-bottom: 15px;
}

.herobanner-section .sub-title {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 50px;
}

.hero-sale-section .block-inner {
  text-align: center;
}

.hero-reviews {
  margin-bottom: 40px;
}

.hero-reviews > * {
  display: block;
}

.hero-review-text {
  font-size: 14px;
  font-weight: 500;
  font-family: "Futura", var(--typeBaseFallback);
  letter-spacing: 0.5px;
}

.shop-btn {
  font-size: 16px;
  font-weight: 400;
  background: #feb800;
  border-radius: 50px;
  border: 2px solid #000;
  padding: 20px;
  cursor: pointer;
}

.button-wrapper .shop-btn {
  max-width: 50%;
  width: 100%;
  display: block;
  padding: 20px 10px;
}

.button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 70px;
}

/* logo css */
.asseenon_wrapper .logos_image {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

@media (min-width: 769px) {
  .asseenon_wrapper.mobile {
    display: none;
  }
}

@media (max-width: 1300px) {
  .hero-banner-title {
    font-size: 40px;
    line-height: 60px;
  }

  .shop-btn {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .hero-sale-text {
    width: 77%;
  }
}

@media (max-width: 991px) {
  .herobanner-section .hero-sale-section {
    padding: 50px 0 100px;
  }

  .hero-banner-title {
    font-size: 30px;
    line-height: 40px;
    width: 80%;
    margin: auto;
    margin-bottom: 15px;
  }

  .hero-reviews {
    margin-bottom: 20px;
  }

  .herobanner-section .sub-title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
  }

  .hero-sale-text {
    width: 100%;
  }

  .herobanner-section .sub-title {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .herobanner-section .hero-sale-section {
    padding: 15px 0 80px;
  }

  .button-wrapper {
    margin-bottom: 0;
  }

  .hero-sale-text {
    margin-top: 30px;
  }

  .button-wrapper .shop-btn {
    max-width: 346px;
    margin: auto;
    font-weight: 600;
    padding: 15px 10px;
  }

  .button-wrapper {
    display: block;
  }

  .button-wrapper .shop-btn + .shop-btn {
    margin-top: 8px;
  }

  .herobanner-section .sub-title {
    font-size: 16px;
    line-height: 27px;
    width: 80%;
    margin: auto;
    margin-bottom: 25px;
  }

  .hero-banner-title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  /** logo list sectiom **/
  .asseenon_wrapper.desktop {
    display: none;
  }

  .asseenon_wrapper.mobile .owl-carousel .owl-item img {
    width: auto;
    margin: auto;
  }

  .asseenon_wrapper.mobile .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 575px) {
  .hero-banner-title {
    width: 90%;
  }

  .herobanner-section .sub-title {
    width: 100%;
  }

  .button-wrapper .shop-btn {
    font-size: 12px;
  }
}

/**-- icon with text lp section **/
.icon-with-text-lp-wrap {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.icon__heading-lp {
  font-size: 14px;
  font-weight: 500;
  font-family: "Futura", var(--typeBaseFallback);
  letter-spacing: 0.5px;
  margin-top: 5px;
}

.icon-list-lp {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  text-align: center;
  margin: 0;
  padding: 40px 0;
  gap: 100px;
}

@media (max-width: 1199px) {
  .icon-list-lp {
    gap: 40px;
  }
}

@media (max-width: 991px) {
  .icon-list-lp {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .icon__heading-lp br {
    display: block;
  }
}

@media (max-width: 575px) {
  .icon-wrap-lp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
  }

  .icon-list-lp {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 20px 0;
  }

  .icon__heading-lp {
    margin: 0 auto 0 15px;
  }
}

@media (max-width: 480px) {
  .icon__heading-lp {
    font-size: 11px;
    margin-left: 8px;
  }

  .icon-wrap-lp img {
    width: 24px;
    height: 24px;
  }
}

/** sales benefits section **/
.section-margin-top {
  margin-top: 70px;
}

.lp-sales-benefits {
  background-image: none;
}

.image.desktop {
  height: fit-content;
  border-radius: 10px;
  overflow: hidden;
}

.image.desktop .embed-container {
  border-radius: 10px;
}

.lp-sales-benefits .benefitscontainer {
  padding: 0 40px;
}

.benefits-video-wrapper > * {
  width: 50%;
}

.benefits-item .item {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 24px;
}

.benefits-item img {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.section-title h3 {
  font-size: 44px;
  margin-bottom: 50px;
}

.benefits-title {
  font-size: 18px;
  font-weight: 600;
  margin: 5px 0;
}

.benefits-desc {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.benefits-video-wrapper {
  display: flex;
}

.image.desktop {
  height: fit-content;
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 1701px) {
  .benefits-video-wrapper .image.desktop .embed-container {
    padding-bottom: 45.25%;
  }
}

@media (max-width: 1700px) and (min-width: 1601px) {
  .benefits-video-wrapper .image.desktop .embed-container {
    padding-bottom: 52.25%;
  }
}

@media (min-width: 1601px), (max-width: 991px) and (min-width: 768px) {
  .benefits-desc {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .benefits-item .item {
    margin-bottom: 15px;
  }

  .benefits-title,
  .benefits-desc {
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .lp-sales-benefits .benefitscontainer {
    padding: 0 20px;
  }

  .section-title h3 {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .lp-sales-benefits {
    padding: 0 20px;
  }

  .benefits-video-wrapper {
    flex-direction: column;
    gap: 35px;
  }

  .benefits-video-wrapper > * {
    width: 100%;
  }

  .lp-sales-benefits .benefitscontainer {
    padding: 0;
  }

  .benefits-item .item {
    margin-bottom: 15px;
  }

  .section-margin-top {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .section-title h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .section-title h3 {
    font-size: 26px;
  }
}

/** banner with text css **/
.banner-with-text-section {
  overflow: hidden;
}

.banner-content-wrapper {
  padding: 50px;
  width: 80%;
  margin: auto;
}

.section-title .sec-title {
  margin-bottom: 15px;
}

.banner-content-wrapper .sub-title {
  font-size: 18px;
  margin-bottom: 60px;
}

.shop-btn-white {
  max-width: 230px;
  width: 100%;
  display: block;
  margin: auto;
  padding: 12px;
  background-color: #ffffff;
  border-radius: 50px;
  border: 2px solid #000000;
  font-size: 14px;
  font-weight: 600;
}

.section-lr-spacing {
  padding-left: 50px;
  padding-right: 50px;
}

@media (min-width: 768px) {
  .banner-image-wrapper {
    display: none;
  }
}

@media (max-width: 1440px) {
  .section-title .sec-title {
    font-size: 32px;
  }

  .banner-content-wrapper .sub-title {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

@media (max-width: 1199px) {
  .section-title .sec-title {
    font-size: 26px;
  }

  .banner-content-wrapper .sub-title {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .section-lr-spacing {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .banner-content-wrapper {
    padding: 30px;
    width: 70%;
  }

  .section-title .sec-title {
    font-size: 20px;
  }

  .banner-content-wrapper .sub-title {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .banner-image-text-wrapper .page-width {
    padding: 0 15px;
  }

  .banner-image-text-wrapper::after,
  .banner-image-text-wrapper::before {
    display: none;
  }

  .banner-content-wrapper {
    padding: 40px 0;
    width: 100%;
  }

  .shop-btn-white {
    max-width: 100%;
  }

  .banner-content-wrapper .sub-title {
    margin-bottom: 30px;
  }

  .banner-image-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 30px;
    gap: 100px;
  }
}

@media (max-width: 575px) {
  .banner-image-wrapper {
    padding: 0 20px;
  }

  .banner-content-wrapper {
    padding-bottom: 30px;
  }
}

@media (max-width: 374px) {
  .banner-image-wrapper {
    gap: 70px;
  }

  .banner-content-wrapper {
    padding-bottom: 20px;
  }
}

/** community banner section **/
.community-content-wrapper {
  margin-top: 40px;
  padding-right: 50px;
}

.grid-inner-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
}

.right-title h3 {
  font-size: 42px;
  margin-bottom: 40px;
}

.community-content-wrapper ul {
  margin: 0;
}

.community-banner-section .list-title {
  font-size: 20px;
  margin-bottom: 5px;
  display: none;
}

.community-content-wrapper li img {
  margin-bottom: 5px;
}

.community-content-wrapper .list-desc {
  font-size: 20px;
  display: block;
}

.community-content-wrapper li:not(last-child) {
  margin-bottom: 10px;
}

@media (max-width: 1560px) {
  .right-title h3 {
    font-size: 36px;
  }
}

@media (max-width: 1440px) {
  .right-title h3 {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .grid-inner-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    text-align: center;
  }

  .community-inner.grid-inner-wrapper {
    gap: 0px;
  }

  .community-content-wrapper {
    order: -1;
    padding: 0 50px;
    margin: 0;
  }
}

@media (max-width: 991px) {
  .community-content-wrapper {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .right-title h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .community-banner-section .list-title {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .community-content-wrapper .list-desc {
    font-size: 14px;
    line-height: 21px;
  }
}

/** testimonial section **/
.testimonial-section {
  overflow: hidden;
}

.section-title h3 span {
  color: #feb800;
}

.testimonials-container {
  display: flex;
  align-items: stretch;
  border: 1px solid #000000;
  border-radius: 10px;
  overflow: hidden;
}

.owl-carousel .owl-item .review-star img {
  width: auto;
}

.user-description p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 8px;
}

.user-name {
  font-size: 14px;
}

.testimonial-img {
  max-width: 180px;
  width: 100%;
  display: flex;
}

.testimonial-content {
  padding: 50px 25px;
  width: calc(100% - 180px);
}

.review-star {
  margin-bottom: 10px;
}

.testimonial-img img {
  object-fit: cover;
}

.testimonial-inner {
  margin-right: -150px;
  margin-left: 50px;
}

.testimonial .section-title {
  padding: 0 20px;
}

.testimonial-section .owl-dots {
  text-align: center;
  margin-top: 50px;
  margin-right: 150px;
}

.testimonial-section .owl-carousel button.owl-dot {
  height: 4px;
  width: 4px;
  background: #b1b1b1;
  border-radius: 50%;
  margin: 0 5px;
  border: none;
  outline: none;
}

.testimonial-section .owl-carousel button.owl-dot.active {
  background: #000000;
  height: 8px;
  width: 8px;
}

@media (max-width: 1440px) {
  .testimonial-content {
    padding: 30px 25px 30px 20px;
  }

  .user-description p {
    font-size: 16px;
  }
}

@media (max-width: 1360px) {
  .user-description p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  .testimonial-inner {
    margin-left: 20px;
  }

  .testimonial-section .owl-dots {
    margin-top: 20px;
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .user-description p {
    font-size: 13px;
    line-height: 20px;
  }

  .testimonial-content {
    width: calc(100% - 150px);
  }

  .testimonial-img {
    max-width: 150px;
  }

  .user-name {
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .testimonial-content {
    padding: 20px 15px;
  }

  .testimonial-inner {
    margin-right: -80px;
  }

  .testimonial-section .owl-dots {
    margin-right: 80px;
  }

  .user-description p {
    font-size: 11px;
    line-height: 16px;
  }
}

@media (max-width: 400px) {
  .testimonial-content {
    width: calc(100% - 105px);
  }

  .testimonial-img {
    max-width: 105px;
  }

  .testimonial-inner {
    margin-left: 15px;
  }
}

/** banner with left content **/
.left-content-wrapper .list-desc,
.left-content-wrapper .list-title {
  font-size: 20px;
}

.left-content-wrapper .right-title h3 {
  margin-bottom: 20px;
}

.left-content-wrapper ul {
  margin: 30px 0 40px;
}

.left-content-wrapper li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
}

.left-content-wrapper li:not(last-child) {
  margin-bottom: 25px;
}

.left-content-wrapper .button-wrapper {
  text-align: center;
}

.left-content-wrapper .button-wrapper .shop-btn {
  font-weight: 600;
  max-width: 250px;
  padding: 15px 30px;
  font-size: 14px;
  line-height: 16px;
}

.left-content-wrapper .button-wrapper .shop-btn-white {
  margin-left: 0;
}

.border-yellow {
  border-color: #ffb800;
}

.right-wrapper-image.desktop {
  text-align: right;
}

@media (min-width: 992px) {
  .right-wrapper-image.mobile {
    display: none;
  }

  .left-content-wrapper {
    margin-top: 40px;
    padding-left: 50px;
    text-align: left;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .left-content-inner.grid-inner-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .left-content-wrapper .right-title h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .left-content-wrapper .list-desc,
  .left-content-wrapper .list-title {
    font-size: 16px;
  }

  .left-content-wrapper li:not(last-child) {
    margin-bottom: 15px;
  }

  .left-content-wrapper ul {
    margin: 20px 0 30px;
  }
}

@media (max-width: 991px) {
  .right-wrapper-image.desktop {
    display: none;
  }

  .left-content-inner.grid-inner-wrapper {
    padding: 0 20px;
  }

  .left-content-wrapper li {
    justify-content: center;
  }

  .left-content-wrapper .list-desc,
  .left-content-wrapper .list-title {
    font-size: 18px;
  }

  .left-content-wrapper .button-wrapper .shop-btn {
    margin: 0;
  }

  .left-content-wrapper .button-wrapper {
    display: flex;
  }

  .left-content-wrapper .button-wrapper {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .left-content-wrapper ul {
    margin: 20px 0 30px;
  }

  .left-content-wrapper .list-desc,
  .left-content-wrapper .list-title {
    font-size: 14px;
  }

  .left-content-wrapper .right-title h3 {
    font-size: 23px;
    margin-bottom: 10px;
  }

  .left-content-wrapper .button-wrapper {
    flex-direction: column;
    gap: 10px;
  }

  .left-content-wrapper .button-wrapper .shop-btn {
    margin: auto;
    max-width: 100%;
  }

  .left-content-wrapper li:not(last-child) {
    margin-bottom: 15px;
  }

  .left-content-wrapper li {
    gap: 10px;
  }

  .left-content-wrapper .list-desc,
  .left-content-wrapper .list-title {
    text-align: left;
  }
}

/** faq section **/
/* .lp-faq-section .accordion .card-header button:after{
  content: "\f068";
  font-family: FontAwesome;
}
.lp-faq-section .accordion .card-header .collapsed:after {
    content: "\f067";
} */
.lp-faq-section .card-header button,
.lp-faq-section button .card-header button:hover {
  background: #ffffff;
}

.lp-faq-section .accordion > .card:not(:last-of-type),
.lp-faq-section .accordion > .card {
  border-radius: 10px;
}

.lp-faq-section .accordion .card-header button:after {
  height: 42px;
  width: 42px;
  padding: 12px 10px;
}

.lp-faq-section .fq-content {
  max-width: 706px;
  width: 100%;
  margin: auto;
}

.lp-faq-section {
  border-radius: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.lp-faq-section .card-header button,
.lp-faq-section .card-header button:hover {
  font-size: 22px;
  line-height: 33px;
  padding: 20px 0;
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  font-weight: 500;
  letter-spacing: 0.5px;
}

.lp-faq-section .card-body p {
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  font-size: 14px;
  width: 90%;
}

.lp-faq-section .card-body {
  padding: 0;
}

.lp-faq-section .card-header button:active {
  opacity: 1;
}

@media (max-width: 480px) {
  .lp-faq-section .card-header button,
  .lp-faq-section .card-header button:hover {
    font-size: 16px;
    line-height: 20px;
  }

  .lp-faq-section .accordion .card-header button:after {
    height: 24px;
    width: 24px;
    padding: 5px 2px;
    font-size: 14px;
  }

  .lp-faq-section .card-body p {
    font-size: 13px;
    width: 100%;
  }

  .lp-faq-section {
    margin-bottom: 50px;
  }
}

.lpg-sales .timer__text-left p {
  letter-spacing: 1.5px;
}

/************************* about us page **********************/
body.about-us .locale-selectors__container {
  display: none;
}

body.about-us img {
  max-width: 100%;
  width: auto;
}

/*** hero section **/
.hero-skew-banner-section {
  border-bottom: 9px solid #ffb800;
}

.hero-skew-banner-section .skew-content-wrapper .page-width {
  padding: 0 0 0 100px;
}

.hero-skew-banner-section .skew-title {
  font-size: 36px;
  line-height: 150%;
}

.hero-skew-banner-section .sub-title p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.hero-skew-banner-section .sub-title p + p {
  margin-top: 20px;
}

.hero-skew-banner-section .skew-content-wrapper .skew-logo-img {
  margin-top: 60px;
}

.skew_banner-image-wrapper .skew-logo-img {
  display: none;
}

.hero-skew-banner-section .skew-content-wrapper {
  width: 40vw;
  padding-top: 30px;
}

.hero-skew-banner-section .hero-skew-wrapper {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  position: relative;
}

.hero-skew-banner-section .skew_banner-image-wrapper {
  min-height: 510px;
}

.hero-skew-banner-section .skew_banner-image-wrapper .hero_img {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 60vw;
  max-width: 60vw;
  height: 510px;
  object-fit: cover;
  clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media (max-width: 1199px) {
  .hero-skew-banner-section .skew-content-wrapper .page-width {
    padding: 0 15px;
  }

  .hero-skew-banner-section .skew-content-wrapper {
    width: 100%;
  }

  .hero-skew-banner-section .skew-content-wrapper .skew-logo-img {
    display: none;
  }

  .skew_banner-image-wrapper .skew-logo-img {
    display: block;
  }

  .hero-skew-banner-section .hero-skew-wrapper {
    display: block;
    border-bottom: none;
    position: unset;
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
  }

  .hero-skew-banner-section .skew_banner-image-wrapper {
    min-height: auto;
    position: relative;
    margin-top: 50px;
  }

  .skew_banner-image-wrapper .skew-logo-img {
    position: absolute;
    top: -40px;
    right: 100px;
  }

  .hero-skew-banner-section .skew_banner-image-wrapper .hero_img {
    position: unset;
    clip-path: none;
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .hero-skew-banner-section .hero-skew-wrapper {
    max-width: 100%;
  }

  .hero-skew-banner-section .skew-title {
    font-size: 28px;
  }

  .hero-skew-banner-section .sub-title p {
    font-size: 14px;
  }

  .skew_banner-image-wrapper .skew-logo-img {
    right: 50px;
  }
}

/** banner with left content **/
.first-community-banner {
  padding-top: 70px;
  margin: 0;
}
.first-community-banner .grid-inner-wrapper {
  align-items: center;
}
.community-image-inner {
  position: relative;
  display: inline-block;
}
.first-community-banner .community-image-inner::before {
  position: absolute;
  content: "";
  top: -5px;
  bottom: -5px;
  left: auto;
  right: -5px;
  background: #feb800;
  width: 100%;
  border-radius: 12px;
}
.community-image-inner img {
  position: relative;
}
.first-community-banner .community-content-wrapper li:last-child .list-desc {
  font-weight: 600;
}
.first-community-banner .right-title h3 {
  margin-bottom: 20px;
}
.first-community-banner .community-content-wrapper {
  margin-top: 0;
}
@media (max-width: 1440px) {
  .about-us .community-content-wrapper .list-desc {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .first-community-banner {
    padding-top: 30px;
  }
  .about-us .community-content-wrapper {
    padding: 0;
    margin-bottom: 20px;
  }
  .about-us .community-content-wrapper li img {
    margin-bottom: 10px;
  }
  .first-community-banner .community-image-inner img {
    border-radius: 10px;
  }
  .first-community-banner .community-image-inner::before {
    right: 3px;
    top: -4px;
    bottom: 5px;
  }
  .community-banner-section .right-title h3 {
    margin-bottom: 20px;
  }
}
@media (min-width: 401px) {
  .about-us .testimonial-inner {
    margin-left: 0;
  }
}
/** alter banner section **/
.alter-banner-section .community-image {
  order: 2;
}
.alter-banner-section .community-content-wrapper {
  order: 1;
}

/** newsletter section **/
.newsletter-split-content {
  display: flex;
  align-items: center;
  gap: 30px;
}
.newsletter-split-wrapper {
  text-align: left;
  width: 60%;
}
.newsletter-split-wrapper h2.h3 {
  font-size: 42px;
  line-height: 63px;
}
.newsletter-split-wrapper .rte p {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 0;
}
.newsletter-split-content .newsletter__input-group {
  display: block;
  margin: 0;
  text-align: left;
}
.newsletter-split-content .input-group .input-group-field {
  max-width: 505px;
  width: 100%;
  height: 60px;
  border-radius: 50px !important;
  padding-left: 30px;
}
.newsletter-split-content .newsletter__input-group button {
  margin-top: 15px;
  position: unset;
  max-width: 210px;
  width: 100%;
  border-radius: 50px !important;
  padding: 13px 12px;
  text-transform: uppercase;
}
.newsletter-split-content .input-group-btn .btn:hover {
  padding-right: 12px !important;
}
.newsletter-split-content .input-group-btn {
  display: block;
}
.newsletter-form-wrapper {
  width: 40%;
}
.page-About-us .newsletter-section .newsletter-form-wrapper {
  position: relative;
}
.page-About-us .newsletter-section .newsletter-form-wrapper:after {
  content: "";
  position: absolute;
  right: 100px;
  top: calc(100% - 11px);
  width: 110px;
  height: 120px;
  background: url(//mysteryshirtinabox.co.uk/cdn/shop/files/howitworkimg_4ad0823f-59f3-4936-abb5-91f32c702aeb.png?v=1699511482);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1198px) {
  .newsletter-split-wrapper h2.h3 {
    font-size: 26px;
    line-height: 140%;
  }
  .newsletter-split-wrapper .rte p {
    font-size: 14px;
    line-height: 160%;
  }
  .newsletter-split-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .newsletter-split-content .newsletter-split-wrapper {
    text-align: center;
    width: 100%;
    max-width: 600px;
  }
  .newsletter-split-content .newsletter-form-wrapper {
    width: 100%;
    max-width: 600px;
  }
  .newsletter-split-content .newsletter-form-wrapper button.btn {
    max-width: 100%;
  }
  .newsletter-split-content .newsletter__input-group {
    margin: 0 auto;
  }
  .newsletter-split-content
    .newsletter-form-wrapper
    button.btn
    .form__submit--large {
    display: block;
    font-size: 18px;
    line-height: 160%;
  }
  .newsletter-split-content
    .newsletter-form-wrapper
    button.btn
    .form__submit--small {
    display: none;
  }
}
@media only screen and (min-width: 1199px) {
  .page-About-us .newsletter-section {
    padding: 150px 0 100px;
  }
}
@media only screen and (max-width: 1198px) {
  .page-About-us .newsletter-section {
    padding: 70px 0 170px;
  }
  .page-About-us .newsletter-section .newsletter-form-wrapper:after {
    width: 90px;
    height: 100px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: calc(100% - -30px);
  }
}
/* Instagram Section */
.instagram_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  max-width: 1700px;
  margin: 0 auto;
}

.instagram_section .content-wrapper {
  padding-left: 100px;
  width: calc(100% - 580px);
}

.instagram_section .content-wrapper .sec_title {
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0;
}

.instagram_section .content-wrapper .sec_points {
  margin-top: 50px;
}

.instagram_section .content-wrapper .sec_points .list-title {
  font-size: 18px;
  letter-spacing: 0;
}

.instagram_section .content-wrapper .sec_points li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.instagram_section .sec_points img {
  width: 30px;
}

.instagram_section .sec_btn {
  font-size: 20px;
  line-height: 61px;
  max-width: 383px;
  display: block;
  text-align: center;
  margin-top: 48px;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-weight: var(--typeHeaderWeight);
  letter-spacing: var(--typeHeaderSpacing);
  padding: 0px 10px;
  background: rgb(254, 184, 0);
  border-radius: 50px;
}

.instagram_section .image-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  text-align: center;
  max-width: 530px;
}
.instagram_section .post_img {
  width: calc(50% - 5px);
}
@media (max-width: 1199px) {
  .instagram_section {
    display: block;
    padding: 50px 0 20px;
  }
  .instagram_section .content-wrapper {
    padding-left: 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 40px;
  }
  .instagram_section .content-wrapper .sec_points {
    margin-top: 20px;
    padding: 0 15px;
  }
  .instagram_section .content-wrapper .sec_title {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
  }
  .instagram_section .content-wrapper .sec_points .list-title {
    font-size: 14px;
  }
  .instagram_section .sec_btn {
    margin: 38px 15px 0;
    max-width: max-content;
  }
  .instagram_section .image-wrapper {
    max-width: 650px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .instagram_section .sec_btn {
    font-size: 16px;
    line-height: 45px;
    max-width: 600px;
  }
}
/* Instagram Section END */

/* Our Team Section */
.our_team_sec {
  padding: 50px 0;
  margin: 50px 0 10px;
}
.our_team_sec .page-width {
  padding: 0;
}
.our_team_sec .section-header {
  margin: 0 0 10px;
}
.our_team_sec .section-header h2 {
  color: #000;
  font-size: 44px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
.our_team_sec .team_list .team_item.grid__item {
  padding: 0;
}
.our_team_sec .img_block {
  position: relative;
  z-index: 1;
  height: 500px;
}
.our_team_sec .img_block img {
  object-fit: contain;
  height: -webkit-fill-available;
  margin: 0 auto;
}
.our_team_sec .team_list .team_item .img_block:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: calc(100% - 55px);
  width: 100%;
  background: url(/cdn/shop/files/image_bg.jpg?v=1700026839);
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.our_team_sec .team_list .team_item .content {
  background: #111;
  padding: 18px 5px 16px;
}
.our_team_sec .content .title {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
}
.our_team_sec .content .position {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0;
  margin: 2px 0;
}
.our_team_sec .content .team_name {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 160%;
}
.our_team_sec .owl-stage-outer {
  overflow: hidden;
}
.our_team_sec .owl-stage {
  display: flex;
}
.our_team_sec .team_list .owl-nav.disabled,
.our_team_sec .team_list .owl-dots {
  display: none;
}
@media (min-width: 1199px) {
  .our_team_sec .owl-stage .owl-item:first-child .img_block:after {
    border-radius: 12px 0 0 0;
  }
  .our_team_sec .owl-stage .owl-item:last-child .img_block:after {
    border-radius: 0 12px 0 0;
  }
  .our_team_sec .owl-stage .owl-item:first-child .content {
    border-radius: 0 0 0 12px;
  }
  .our_team_sec .owl-stage .owl-item:last-child .content {
    border-radius: 0 0 12px 0;
  }
}
@media (max-width: 1198px) {
  .our_team_sec {
    padding: 30px 0 20px;
  }
  .our_team_sec .section-header {
    margin: 10;
  }
  .our_team_sec .section-header h2 {
    font-size: 28px;
  }
  .our_team_sec .team_list .team_item .img_block:after {
    border-radius: 12px 12px 0 0;
  }
  .our_team_sec .team_list .team_item .content {
    border-radius: 0 0 12px 12px;
    background: #111;
    padding: 14px 5px;
  }
  .our_team_sec .content .title {
    font-size: 24px;
  }
  .our_team_sec .content .position {
    font-size: 16px;
  }
  .our_team_sec .content .team_name {
    font-size: 20px;
  }
  .our_team_sec .team_list .owl-dots {
    display: flex;
    text-align: center;
    margin: 20px 0 0;
    align-items: center;
    justify-content: center;
  }
  .our_team_sec .team_list button.owl-dot {
    height: 4px;
    width: 4px;
    background: #b1b1b1;
    border-radius: 50%;
    margin: 0 5px;
    padding: 0;
    border: none;
    outline: none;
  }
  .our_team_sec .team_list button.owl-dot.active {
    background: #000000;
    height: 8px;
    width: 8px;
  }
}
@media (max-width: 767px) {
  .our_team_sec .img_block {
    height: 300px;
  }
}
/* Our Team Section END */

.page-Our-Story img {
  width: auto;
}
.lpg-sales .locale-selectors__container {
  display: none !important;
}
@media (max-width: 767px) {
  .section-filters {
    justify-content: center !important;
    row-gap: 5px !important;
    column-gap: 7px !important;
  }
  .section-filters__box {
    text-transform: capitalize !important;
    font-weight: 600 !important;
    flex-basis: auto !important;
    padding: 0px 20px;
    font-family: var(--typeBasePrimary), var(--typeBaseFallback);
    border-radius: 6px !important;
    opacity: 1 !important;
    color: #000 !important;
    margin-right: 0px !important;
  }
  .section-filters__box:hover,
  .section-filters__box.active {
    opacity: 1;
    border: 2px solid #000000;
    background-color: #000;
    color: #fff !important;
  }
  .section-filters__box span {
    font-family: var(--typeBasePrimary), var(--typeBaseFallback) !important;
  }
  header.section-header-collection {
    display: none;
  }
  .main_annoumetsec {
    display: block;
  }
  .grid-product__title.test {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 1.6px;
    text-transform: capitalize;
  }
  span.save_price {
    display: none;
  }

  span.grid-product__price--original {
    display: flex;
  }
  .main_annoumetsec {
    display: block !important;
  }
  .page-width.page-content {
    padding-top: 14px !important;
  }
  .section-filters {
    margin-bottom: 20px !important;
  }
  span.sale-price {
    font-size: 16px;
    font-weight: 600;
    color: #000;
  }
  .loox-rating .loox-icon {
    color: #ebbf20;
    height: 14px;
    width: 14px;
  }
  span.loox-rating-label {
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #000;
  }
}
.main_annoumetsec {
  display: none;
}
.annoumentbars {
  display: flex;
  background-color: #000 !important;
  justify-content: center;
  align-items: center;
  justify-content: space-evenly;
  padding: 4px 0px;
}
.annoumeticon {
  text-align: center;
  line-height: 0px;
}
.annoumeticon img {
  width: 18px;
  height: 18px;
}
.annoumetitext {
  color: #fff;
  font-family: Futura;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
}
.anumetboxs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2px;
}
.skio-group-content {
  display: block;
  z-index: 9;
}
.skio-group-container--available.skio-group-container--selected
  .skio-group-topline,
.skio-group-container--selected .skio-content-list-ab.skio-content-list {
  border-color: #000;
}

.skio-content-list {
  border: 1px solid #d9d9d9;
  padding: 42px 12px 10px;
  border-radius: 4px;
  border-top: 0;
  width: 100%;
  margin: -30px auto auto;
}
.skio-group-container:not(.skio-group-container--selected) .skio-group-content {
  max-height: fit-content !important;
  opacity: 1 !important;
  pointer-events: none;
}
.skio-group-container.skio-group-container--available.skio-group-container--selected
  select.skio-frequency {
  background-color: #ffb800;
  border: 1px solid;
}
.skio-group-container:not(.skio-group-container--selected)
  .skio-group-content
  select.skio-frequency {
  border: 1px solid #dadada;
}
