@charset "UTF-8";
/*_mixins.scss
SCSS file for all mixin elements.

@file _mixins.scss
@path /assets/scss/_mixins.scss
@version 2019-10-09
*/
/* Placeholder css property */
/* fadeIn and fadeOut css property end */
/* hover, focus, active css property Begin */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://cdn.jsdelivr.net/npm/airbnbcereal@1.1.0/stylesheet.min.css");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6, p, span, ul li, ol li, a, b, strike, div, section {
  font-family: "Plus Jakarta Sans", sans-serif; }

body {
  margin: 0 !important;
  padding: 0;
  overflow-x: hidden;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #262626; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: inherit; }

select:hover,
select:active,
select:focus,
select:focus-visible,
select:focus-visible,
input:hover,
input:active,
input:focus,
input:focus-visible,
input:focus-visible,
textarea:hover,
textarea:active,
textarea:focus,
textarea:focus-visible,
textarea:focus-visible {
  outline: none !important; }

.spacer-lg {
  padding: 48px 0; }
  @media (max-width: 1250px) {
    .spacer-lg {
      padding: 34px 0; } }
  @media (max-width: 767px) {
    .spacer-lg {
      padding: 24px 0; } }

.spacer-mdl {
  padding: 32px 0; }
  @media (max-width: 1250px) {
    .spacer-mdl {
      padding: 20px 0; } }
  @media (max-width: 767px) {
    .spacer-mdl {
      padding: 16px 0; } }

.spacer-md {
  padding: 24px 0; }
  @media (max-width: 1250px) {
    .spacer-md {
      padding: 16px 0; } }
  @media (max-width: 767px) {
    .spacer-md {
      padding: 12px 0; } }

.spacer-sm {
  padding: 12px 0; }
  @media (max-width: 1250px) {
    .spacer-sm {
      padding: 8px 0; } }
  @media (max-width: 767px) {
    .spacer-sm {
      padding: 6px 0; } }

.spacer-xs {
  padding: 6px 0; }
  @media (max-width: 767px) {
    .spacer-xs {
      padding: 3px 0; } }

h1,
h2,
h3 {
  font-size: 48px;
  font-weight: 800;
  line-height: 40px;
  /* 60px */
  letter-spacing: -0.96px;
  color: #262626; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 30px;
  font-weight: 400;
  line-height: 125%;
  /* 60px */
  color: #262626; }

h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
  /* 60px */ }

p,
span,
a,
strong,
b,
button {
  color: #262626;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.016px; }
  @media (max-width: 992px) {
    p,
    span,
    a,
    strong,
    b,
    button {
      font-size: 14px; } }

.trade-container {
  max-width: 1539px;
  width: 100%;
  padding: 0 50px; }
  @media (max-width: 1400px) {
    .trade-container {
      padding: 0 35px; } }
  @media (max-width: 992px) {
    .trade-container {
      padding: 0 20px; } }

.hoverable-red {
  transition: all 0.3s ease-in; }
  .hoverable-red:hover {
    background-color: #ec2e40;
    color: #FFFFFF; }

.bg-primary {
  background-color: #ec2e40; }

.bg-grey {
  position: relative; }
  .bg-grey::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.24;
    background: #e3ded5;
    z-index: -2; }

.bg-secondary,
.bg-yellow {
  background-color: #FAE000; }

.bg-whiteoutline {
  background-color: transparent; }

a.bg-whiteoutline, btn.bg-whiteoutline {
  border: 1px solid #FFFFFF !important;
  color: #fff; }

.bg-whitepain {
  background-color: #FFFFFF !important; }

.has-clipPath-tr-lg {
  clip-path: polygon(100% 0, 100% 40px, calc(100% - 4px) 36px, calc(100% - 6px) 34px, calc(100% - 8px) 32px, calc(100% - 24px) 16px, calc(100% - 26px) 14px, calc(100% - 28px) 12px, calc(100% - 40px) 0, 0 0, 0 100%, 100% 100%); }

.has-clipPath-tr-sm {
  clip-path: polygon(100% 0, 100% 16px, calc(100% - 2px) 14px, calc(100% - 3px) 13px, calc(100% - 4px) 12px, calc(100% - 12px) 4px, calc(100% - 13px) 3px, calc(100% - 14px) 2px, calc(100% - 16px) 0, 0 0, 0 100%, 100% 100%); }

footer a, footer p, footer li, footer span {
  font-weight: 300; }

.d-pt-xl {
  padding-top: 205px; }
  @media (max-width: 992px) {
    .d-pt-xl {
      padding-top: 100px; } }

.d-pt-lg {
  padding-top: 150px; }
  @media (max-width: 1250px) {
    .d-pt-lg {
      padding-top: 120px; } }

.d-pb-lg {
  padding-bottom: 150px; }
  @media (max-width: 1250px) {
    .d-pb-lg {
      padding-bottom: 120px; } }

.d-pt-md {
  padding-top: 120px; }
  @media (max-width: 1250px) {
    .d-pt-md {
      padding-top: 90px; } }

.d-pb-md {
  padding-bottom: 120px; }
  @media (max-width: 1250px) {
    .d-pb-md {
      padding-bottom: 90px; } }

.d-pt-sm {
  padding-top: 80px; }
  @media (max-width: 1250px) {
    .d-pt-sm {
      padding-top: 50px; } }

.d-pb-sm {
  padding-bottom: 80px; }
  @media (max-width: 1250px) {
    .d-pb-sm {
      padding-bottom: 50px; } }

.d-pt-sm {
  padding-top: 50px; }
  @media (max-width: 1250px) {
    .d-pt-sm {
      padding-top: 30px; } }

.d-pb-sm {
  padding-bottom: 50px; }
  @media (max-width: 1250px) {
    .d-pb-sm {
      padding-bottom: 30px; } }

@media (max-width: 992px) {
  .m-pt-lg {
    padding-top: 100px; } }

@media (max-width: 767px) {
  .m-pt-lg {
    padding-top: 80px; } }

@media (max-width: 992px) {
  .m-pb-lg {
    padding-bottom: 100px; } }

@media (max-width: 767px) {
  .m-pb-lg {
    padding-bottom: 80px; } }

@media (max-width: 992px) {
  .m-pt-md {
    padding-top: 80px; } }

@media (max-width: 767px) {
  .m-pt-md {
    padding-top: 60px; } }

@media (max-width: 992px) {
  .m-pb-md {
    padding-bottom: 80px; } }

@media (max-width: 767px) {
  .m-pb-md {
    padding-bottom: 60px; } }

@media (max-width: 992px) {
  .m-pt-sm {
    padding-top: 60px; } }

@media (max-width: 767px) {
  .m-pt-sm {
    padding-top: 40px; } }

@media (max-width: 992px) {
  .m-pb-sm {
    padding-bottom: 60px; } }

@media (max-width: 767px) {
  .m-pb-sm {
    padding-bottom: 40px; } }

@media (max-width: 992px) {
  .m-pt-sm {
    padding-top: 40px; } }

@media (max-width: 767px) {
  .m-pt-sm {
    padding-top: 20px; } }

@media (max-width: 992px) {
  .m-pb-sm {
    padding-bottom: 40px; } }

@media (max-width: 767px) {
  .m-pb-sm {
    padding-bottom: 20px; } }

.btn,
button {
  transition: all 0.3s ease-in;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 15.4px */
  letter-spacing: 0.56px;
  max-width: fit-content;
  width: auto;
  border-radius: 0;
  display: flex;
  align-items: center;
  border: 0;
  display: flex;
  gap: 10px;
  justify-content: space-between; }
  .btn.bg-primary,
  button.bg-primary {
    background-color: #ec2e40;
    color: #FFFFFF; }
    .btn.bg-primary:hover,
    button.bg-primary:hover {
      background-color: #262626; }
  .btn.bg-secondary:hover,
  button.bg-secondary:hover {
    background-color: #262626;
    color: #fff; }
  .btn.bg-whitepain:hover,
  button.bg-whitepain:hover {
    background-color: #262626 !important;
    color: #fff; }
  .btn.bg-whiteoutline:hover,
  button.bg-whiteoutline:hover {
    background-color: #262626;
    color: #fff; }
  .btn.bg-yellow,
  button.bg-yellow {
    background-color: #FAE000;
    color: #ec2e40; }
    .btn.bg-yellow:hover,
    button.bg-yellow:hover {
      background-color: #262626;
      color: #FFFFFF; }
  .btn.bg-white,
  button.bg-white {
    background-color: #FFFFFF;
    color: #ec2e40; }
    .btn.bg-white:hover,
    button.bg-white:hover {
      background-color: #FAE000; }
  .btn.outline-white,
  button.outline-white {
    border: 1px solid #FFFFFF;
    color: #FFFFFF; }
    .btn.outline-white:hover,
    button.outline-white:hover {
      background-color: #262626;
      color: #FFFFFF; }
    .btn.outline-white.has-clipPath-tr-sm,
    button.outline-white.has-clipPath-tr-sm {
      position: relative; }
      .btn.outline-white.has-clipPath-tr-sm:after,
      button.outline-white.has-clipPath-tr-sm:after {
        position: absolute;
        content: "";
        top: -5.3px;
        right: 7px;
        height: 25px;
        width: 1px;
        background: #FFFFFF;
        transform: rotate(-45deg); }
  .btn.arrow-white,
  button.arrow-white {
    background-repeat: no-repeat !important;
    background-position: right 24px center !important;
    background-size: 15px !important; }
  .btn.arrow-red,
  button.arrow-red {
    background-repeat: no-repeat;
    background-position: right 24px center;
    background-size: 15px;
    display: flex;
    gap: 10px; }
  .btn.outline-red,
  button.outline-red {
    border: 1px solid #ec2e40;
    background: transparent; }
    .btn.outline-red:hover,
    button.outline-red:hover {
      border-color: #262626;
      color: #262626; }
  .btn.btn-btoutline,
  button.btn-btoutline {
    color: #262626;
    font-weight: 600;
    line-height: 32px;
    /* 228.571% */
    letter-spacing: -0.28px; }
    .btn.btn-btoutline::after, .btn.btn-btoutline::before,
    button.btn-btoutline::after,
    button.btn-btoutline::before {
      position: absolute;
      content: '';
      bottom: -12px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #ec2e40;
      transition: all 0.3s ease-in; }
    .btn.btn-btoutline::before,
    button.btn-btoutline::before {
      width: 0;
      z-index: 1;
      background-color: #262626; }
    .btn.btn-btoutline:hover,
    button.btn-btoutline:hover {
      color: #ec2e40; }
      .btn.btn-btoutline:hover::before,
      button.btn-btoutline:hover::before {
        width: 100%; }
  .btn.lg-font,
  button.lg-font {
    font-size: 16px; }
  .btn.sm-font,
  button.sm-font {
    font-size: 12px; }
  .btn.font-air-bnb,
  button.font-air-bnb {
    font-family: "Airbnb Cereal App"; }

.trade-container .woocommerce-back-button button {
  background-color: #EC2E40;
  padding: 12px 24px;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
  color: #fff; }

.newsletter {
  background: #E3DED5; }
  .newsletter__intro h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    /* 125% */
    letter-spacing: -0.64px; }
  .newsletter__form input {
    color: #262626;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 137.5% */ }
  .newsletter .newsletter__form .gform-theme {
    width: 100%; }
    .newsletter .newsletter__form .gform-theme form {
      display: flex;
      width: 100%;
      align-items: baseline;
      gap: 18px; }
      .newsletter .newsletter__form .gform-theme form .gform-body {
        width: 80%; }
        .newsletter .newsletter__form .gform-theme form .gform-body .gform_fields input[type="email"] {
          width: 100%;
          height: 48px;
          background: #fff; }
      .newsletter .newsletter__form .gform-theme form .gform_footer {
        margin: 0;
        position: relative; }
        .newsletter .newsletter__form .gform-theme form .gform_footer .gform_button {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'%3E%3Cpath d='M14.0307 6.60731L8.88941 11.7486C8.72844 11.9096 8.51011 12 8.28245 12C8.0548 12 7.83647 11.9096 7.6755 11.7486C7.51452 11.5876 7.42409 11.3693 7.42409 11.1416C7.42409 10.914 7.51452 10.6957 7.6755 10.5347L11.3537 6.85795H0.856879C0.629621 6.85795 0.41167 6.76767 0.250974 6.60698C0.0902781 6.44628 0 6.22833 0 6.00107C0 5.77381 0.0902781 5.55586 0.250974 5.39516C0.41167 5.23447 0.629621 5.14419 0.856879 5.14419H11.3537L7.67693 1.46532C7.51595 1.30435 7.42552 1.08602 7.42552 0.858366C7.42552 0.630713 7.51595 0.412384 7.67693 0.251409C7.8379 0.0904346 8.05623 2.39871e-09 8.28388 0C8.51153 -2.39871e-09 8.72986 0.0904346 8.89084 0.251409L14.0321 5.39269C14.112 5.4724 14.1754 5.56711 14.2186 5.67139C14.2618 5.77566 14.2839 5.88743 14.2838 6.0003C14.2837 6.11316 14.2612 6.22488 14.2178 6.32905C14.1744 6.43322 14.1108 6.52779 14.0307 6.60731Z' fill='white'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: right 24px center;
          -webkit-background-size: 15px 15px;
          -o-background-size: 15px;
          background-size: 15px;
          padding-right: 47px;
          background-color: #ec2e40;
          color: #FFFFFF; }

.gform_footer {
  position: relative !important; }

.gform-theme--foundation .gform-loader {
  position: absolute !important;
  right: 0; }

.slick-dots {
  bottom: 40px;
  left: 0px;
  display: flex;
  gap: 5px; }
  .slick-dots li {
    margin: 0;
    height: 12px;
    width: 12px;
    border: 1px solid #FFFFFF;
    border-radius: 0;
    opacity: 0.34;
    transition: all 0.3s ease-in; }
    .slick-dots li.slick-active, .slick-dots li:hover {
      background-color: #FFFFFF;
      opacity: 1; }
    .slick-dots li button {
      background: transparent;
      font-size: 0;
      height: 100%;
      width: 100%;
      padding: 0; }
      .slick-dots li button::after, .slick-dots li button::before {
        display: none; }

.slick-next,
.slick-prev {
  right: -101px; }
  .slick-next:before,
  .slick-prev:before {
    content: "";
    position: absolute;
    background: white;
    height: 65px;
    width: 65px;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: -1;
    transform: rotate(-45deg); }
  .slick-next::after,
  .slick-prev::after {
    content: "";
    position: absolute;
    height: 65px;
    width: 65px;
    right: 10px;
    top: 0;
    z-index: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath d='M0.337337 8.80975L7.19237 15.6648C7.40701 15.8794 7.69811 16 8.00165 16C8.30519 16 8.59629 15.8794 8.81092 15.6648C9.02556 15.4502 9.14614 15.159 9.14614 14.8555C9.14614 14.552 9.02556 14.2609 8.81092 14.0462L3.90672 9.14393H17.9024C18.2054 9.14393 18.496 9.02356 18.7103 8.8093C18.9246 8.59504 19.0449 8.30444 19.0449 8.00143C19.0449 7.69842 18.9246 7.40781 18.7103 7.19355C18.496 6.97929 18.2054 6.85892 17.9024 6.85892H3.90672L8.80902 1.95376C9.02365 1.73913 9.14423 1.44802 9.14423 1.14449C9.14423 0.840951 9.02365 0.549846 8.80902 0.335212C8.59439 0.120579 8.30328 3.19828e-09 7.99975 0C7.69621 -3.19828e-09 7.4051 0.120579 7.19047 0.335212L0.335436 7.19025C0.228905 7.29653 0.144421 7.42282 0.086834 7.56185C0.0292473 7.70088 -0.000305176 7.84991 -0.000127792 8.00039C4.95911e-05 8.15088 0.029953 8.29984 0.0878658 8.43874C0.145779 8.57763 0.230558 8.70372 0.337337 8.80975Z' fill='%23EC2E40'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(180deg); }

.slick-prev {
  left: -40px;
  right: unset; }
  .slick-prev::after {
    right: -15px;
    transform: rotate(0); }

.transprenst-btn .slick-next:before,
.transprenst-btn .slick-prev:before {
  background-color: transparent; }

.transprenst-btn .slick-next.slick-disabled,
.transprenst-btn .slick-prev.slick-disabled {
  opacity: 0.5; }

.center-dots .slick-dots {
  bottom: -56px;
  justify-content: center; }
  .center-dots .slick-dots li {
    border-color: #ec2e40;
    height: 16px;
    width: 16px; }
    .center-dots .slick-dots li.slick-active, .center-dots .slick-dots li:hover {
      background-color: #ec2e40; }

body.menu-open {
  overflow: hidden; }
  body.menu-open.admin-bar {
    height: calc(100vh - 46px); }
  body.menu-open:not(.admin-bar) {
    height: 100vh; }

.header {
  border-bottom: 1px solid rgba(38, 38, 38, 0.16);
  background-color: #FFFFFF; }
  @media (max-width: 992px) {
    .header {
      max-height: 100%; } }
  .header__logo {
    max-width: 300px;
    width: 100%; }
    @media (max-width: 767px) {
      .header__logo {
        max-width: 50%;
        width: 100%; } }
  .header__topnav {
    color: #FFFFFF; }
    .header__topnav li, .header__topnav a, .header__topnav p {
      color: #FFFFFF !important; }
      .header__topnav li .shop_now_btn, .header__topnav a .shop_now_btn, .header__topnav p .shop_now_btn {
        border-left: 2px solid #fffc;
        padding: 0px 12px;
        margin-left: 12px;
        text-decoration: underline;
        transition: all 0.7s; }
        .header__topnav li .shop_now_btn:hover, .header__topnav a .shop_now_btn:hover, .header__topnav p .shop_now_btn:hover {
          color: #fff;
          font-weight: bold; }
        @media (max-width: 767px) {
          .header__topnav li .shop_now_btn, .header__topnav a .shop_now_btn, .header__topnav p .shop_now_btn {
            display: none; } }
  .header .mega-menu-list {
    row-gap: 74px; }
    .header .mega-menu-list a {
      text-decoration: underline;
      transition: all 0.3s ease-in; }

/* #Mega Menu Styles
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.mega-menu {
  display: none;
  position: absolute;
  text-align: left;
  width: 100%; }

/* #hoverable Class Styles
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.hoverable {
  position: static; }

.hoverable > a:after {
  content: "\25BC";
  font-size: 10px;
  padding-left: 6px;
  position: relative;
  top: -1px; }

.hoverable:hover .mega-menu {
  display: block;
  z-index: 11; }

.hoverable:hover .mega-menu-toggle::before {
  display: block;
  z-index: 11; }

/* #toggle Class Styles
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.toggleable > label:after {
  content: "\25BC";
  font-size: 10px;
  padding-left: 6px;
  position: relative;
  top: -1px; }

.toggle-input {
  display: none; }

.toggle-input:not(hover) ~ .mega-menu {
  display: none; }

.toggle-input:not(hover) ~ .mega-menu-toggle::before {
  display: none; }

.mega-menu {
  display: none;
  margin-top: 36px;
  border: 1px solid #d9d9d9;
  z-index: 1;
  position: absolute;
  background: #fff;
  transition: all 0.3s ease-in; }
  .mega-menu .mega-menu-container {
    max-height: 65vh;
    overflow-y: auto; }
    .mega-menu .mega-menu-container::-webkit-scrollbar {
      width: 7px;
      /* Width of the scrollbar */ }
    .mega-menu .mega-menu-container::-webkit-scrollbar-track {
      background: #f1f1f1;
      /* Background color of the track */ }
    .mega-menu .mega-menu-container::-webkit-scrollbar-thumb {
      background-color: #262626;
      /* Color of the scrollbar thumb */
      border-radius: 6px;
      /* Optional: round the corners */ }
    .mega-menu .mega-menu-container::-webkit-scrollbar-thumb:hover {
      background: #262626;
      /* Color of the scrollbar thumb on hover */ }

.mega-menu-toggle::before {
  content: "";
  width: 32px;
  height: 32px;
  background: #fff;
  position: absolute;
  transform: rotate(45deg) translateY(44px) translateX(-50%);
  top: 100%;
  left: 50%;
  border: 1px solid #d9d9d9;
  z-index: 2;
  border-bottom: none;
  border-right: none; }

.mega-menu::after {
  position: absolute;
  left: 0;
  top: -50px;
  height: 50px;
  width: 100%;
  content: '';
  background: transparent; }

.quote-input:hover + label {
  color: black;
  background: transparent; }

.quote.toggleable > label:after {
  content: ""; }

.quote .toggle-input:hover ~ .mega-menu {
  max-width: 288px;
  width: 100%; }

.quote .quote-btn a {
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #ec2e40;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 13.2px */
  letter-spacing: -0.24px;
  color: #FFFFFF;
  width: 100%; }

.quote .mega-menu {
  margin-left: -165px;
  max-width: 287.5px;
  width: 100%; }
  @media (max-width: 1024px) and (min-width: 993px) {
    .quote .mega-menu {
      margin-left: -219px; } }
  @media (max-width: 992px) {
    .quote .mega-menu {
      margin-left: -219px; } }
  .quote .mega-menu::before {
    left: unset;
    right: 15px; }

html {
  overflow-x: hidden; }

.phone_navBar_wrapper {
  max-height: calc(100vh - 24vh);
  transition: 0.5s ease-in-out;
  overflow: hidden;
  left: -2000vh;
  position: absolute;
  max-width: 100%;
  width: 100%;
  padding-top: 45px; }
  .phone_navBar_wrapper.open {
    z-index: 12;
    overflow-y: auto;
    border-bottom: 1px solid #d1d5dd;
    max-width: 100%;
    width: 100%;
    padding: 25px 10px;
    left: 0;
    /* Custom scrollbar styles */
    /* Firefox scrollbar styles */
    scrollbar-width: thin;
    /* Makes scrollbar thinner */
    scrollbar-color: #262626 #f1f1f1;
    /* Color of the thumb and track */ }
    .phone_navBar_wrapper.open::-webkit-scrollbar {
      width: 6px;
      /* Width of the scrollbar */ }
    .phone_navBar_wrapper.open::-webkit-scrollbar-track {
      background: #f1f1f1;
      /* Background color of the scrollbar track */ }
    .phone_navBar_wrapper.open::-webkit-scrollbar-thumb {
      background: #262626;
      /* Color of the scrollbar thumb */
      border-radius: 6px;
      /* Round the corners of the scrollbar thumb */ }
    .phone_navBar_wrapper.open::-webkit-scrollbar-thumb:hover {
      background: #1a1616;
      /* Color of the scrollbar thumb when hovered */ }
  .phone_navBar_wrapper .mob_menu_page_nav {
    padding-top: 0px; }
    .phone_navBar_wrapper .mob_menu_page_nav .menu-top-bar-menu-container ul {
      display: flex;
      flex-direction: column;
      gap: 0; }
      .phone_navBar_wrapper .mob_menu_page_nav .menu-top-bar-menu-container ul h3 {
        word-wrap: break-word; }
      .phone_navBar_wrapper .mob_menu_page_nav .menu-top-bar-menu-container ul li {
        list-style: none;
        padding: 32px 0px 32px 16px;
        border-top: 1px solid gray;
        background: url(../assets/img/phone-nav-list-icon.svg);
        background-repeat: no-repeat;
        background-position: right center; }
        .phone_navBar_wrapper .mob_menu_page_nav .menu-top-bar-menu-container ul li a {
          color: #262626;
          font-family: "Plus Jakarta Sans";
          font-size: 14px;
          font-style: normal;
          font-weight: 800;
          line-height: 48px;
          /* 342.857% */
          letter-spacing: -0.28px;
          display: block; }
  .phone_navBar_wrapper .mega-menu-container .mega-menu-list ul {
    padding-right: 15px; }
    .phone_navBar_wrapper .mega-menu-container .mega-menu-list ul h3 {
      word-break: break-word; }

.loginSignupParent a {
  font-weight: bold;
  transition: all 0.7s; }
  .loginSignupParent a:hover {
    color: #ec2e40; }

.loginSignupParent li label {
  font-weight: bold;
  transition: all 0.7s; }
  .loginSignupParent li label:hover {
    color: #ec2e40; }

@media (max-width: 768px) {
  .top_nav_mob {
    max-width: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center; } }

@media (max-width: 1024px) {
  .search-mobile {
    padding-top: 16px; } }

@media (max-width: 460px) {
  #myuserprofile {
    display: none; } }

.navbar-justify {
  align-items: center; }
  @media (max-width: 1024px) and (min-width: 993px) {
    .navbar-justify {
      align-items: flex-start; } }
  @media (max-width: 992px) {
    .navbar-justify {
      align-items: flex-start; } }

.myprof:hover .mega-menu,
.myprof:hover + .mega-menu {
  display: flex; }

.myprof:hover ~ .mega-menu {
  display: none; }

.profile-dropdown1 {
  border: 1px solid #f7f4f4;
  max-width: 220px;
  width: 100%;
  display: flex;
  display: none;
  flex-direction: column;
  padding: 10px;
  top: 150px;
  z-index: 9;
  background: #ffffff;
  color: #ec2e40;
  font-weight: bold;
  box-shadow: 0px 1px 3px 0px #0000004f;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  gap: 10px; }
  @media (max-width: 1280px) {
    .profile-dropdown1 {
      top: 130px; } }
  @media (max-width: 1024.99px) {
    .profile-dropdown1 {
      top: 23px;
      max-width: fit-content; } }
  .profile-dropdown1 a {
    border-bottom: 1px solid #cfcdcd;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 700; }
    .profile-dropdown1 a:visited {
      color: #ec2e40; }
    .profile-dropdown1 a:first-child {
      color: black; }

.phone-nav-title {
  color: #262626;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  /* 300% */
  letter-spacing: -0.32px; }

.phone-nav-text li a {
  color: #262626;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 342.857% */
  letter-spacing: -0.28px;
  text-decoration-line: underline; }

@media (max-width: 767px) {
  .loginSignupParent a {
    display: none; } }

.mega-menu-container .mega-menu-column {
  max-width: calc(100% / 4 - 24px); }
  @media (max-width: 1800px) {
    .mega-menu-container .mega-menu-column {
      max-width: calc(100% / 3 - 24px); } }
  .mega-menu-container .mega-menu-column h3 {
    color: #262626;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    /* 300% */
    letter-spacing: -0.32px; }

@media (max-width: 767px) {
  .brandLogo {
    position: relative;
    z-index: 9; } }

footer a,
footer li,
footer p,
footer span {
  opacity: 0.8;
  word-wrap: break-word;
  transition: all 0.3s ease-in; }
  footer a:hover,
  footer li:hover,
  footer p:hover,
  footer span:hover {
    opacity: 1; }
  footer a:visited,
  footer li:visited,
  footer p:visited,
  footer span:visited {
    opacity: 0.8;
    transition: all 0.3s ease-in; }
    footer a:visited:hover, footer a:visited:focus, footer a:visited.active,
    footer li:visited:hover,
    footer li:visited:focus,
    footer li:visited.active,
    footer p:visited:hover,
    footer p:visited:focus,
    footer p:visited.active,
    footer span:visited:hover,
    footer span:visited:focus,
    footer span:visited.active {
      opacity: 1; }

footer .opacity-\[1\] li,
footer .opacity-\[1\] a {
  opacity: 1; }

footer .footer-categories__listing ul {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  flex-direction: row; }

footer .footer-categories__listing li {
  max-width: calc(100% / 4 - 24px);
  width: 100%; }
  @media (max-width: 1400px) {
    footer .footer-categories__listing li {
      max-width: calc(100% / 3 - 24px); } }
  @media (max-width: 1250px) {
    footer .footer-categories__listing li {
      max-width: calc(100% / 2 - 24px); } }

footer .footer_locations__list {
  display: flex;
  flex-direction: column;
  gap: 24px; }

footer .footer-nav-items {
  max-width: 220px; }
  @media (max-width: 767px) {
    footer .footer-nav-items {
      max-width: 100%; } }
  @media (max-width: 767px) {
    footer .footer-nav-items ul li {
      max-width: calc(100% / 2 - 30px);
      width: 100%; } }

.slick-container {
  width: 700px;
  margin: 0 auto; }

.slick-wrap {
  margin: 0 -10px; }
  .slick-wrap .slick-item {
    padding: 0 10px; }
    .slick-wrap .slick-item.slick-center h2 {
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      color: #e67e22;
      opacity: 1;
      transform: scale(1.08); }
  .slick-wrap h2 {
    background-color: #f0f0f0;
    padding: 80px 0;
    text-transform: uppercase; }

.slick-dots {
  list-style-type: none;
  margin: 25px 0 0;
  padding: 0; }
  .slick-dots li {
    width: 12px;
    height: 12px;
    display: inline-block;
    padding: 0 5px; }
    .slick-dots li button {
      width: auto;
      height: auto;
      padding: 10px;
      font-size: 0px;
      border: none; }
      .slick-dots li button:before {
        content: none; }

.slick-wrap {
  padding-bottom: 20px; }
  .slick-wrap .slick-dots {
    width: 100%;
    background: #D9D9D9;
    bottom: 0;
    height: 1px;
    display: flex;
    align-items: center; }
    .slick-wrap .slick-dots li button {
      width: 100%;
      padding: 0;
      font-size: 0px;
      color: #666;
      border: none;
      background: #EA1D2D; }

.slick-wrap .slick-next:before {
  content: none; }

.slick-wrap .slick-prev:before {
  content: none; }

.filter_wrapper select {
  background: url(../assets/img/select-dropdown.svg);
  background-size: 13px;
  background-position: center right 14px;
  background-repeat: no-repeat;
  padding: 16px 24px;
  line-height: 24px;
  appearance: none;
  -webkit-appearance: none;
  font-weight: bold; }
  @media (max-width: 767px) {
    .filter_wrapper select {
      max-width: 184px;
      width: 100%; } }

.footer-categories__listing ul li a {
  line-height: 1.4; }

.thankyou .topSlide .slick-dots {
  display: none; }

.product_card_listing .product-thumbnail a img {
  border: 1px solid rgba(38, 38, 38, 0.16);
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 16px; }

.product_card_listing .product-items-quote .prod_bottom_block .product-remove a {
  color: #121619;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 157.143% */ }

.summary .custom-full-description p, .summary .custom-full-description h1, .summary .custom-full-description h2, .summary .custom-full-description h3, .summary .custom-full-description h4, .summary .custom-full-description h5, .summary .custom-full-description ul li, .summary .custom-full-description ol li, .summary .custom-full-description span, .summary .custom-full-description strong {
  color: #262626;
  opacity: 0.6;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.016px; }

.woocommerce-info {
  border-top-color: #ec2e40; }

.woocommerce-info::before {
  color: #ec2e40; }

.woocommerce .secIntro .secIntro__title h3 {
  color: #262626;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  /* 116.667% */
  letter-spacing: -0.96px; }
  @media (max-width: 992px) {
    .woocommerce .secIntro .secIntro__title h3 {
      font-size: 40px; } }

button.minus:disabled svg {
  filter: grayscale(100%);
  opacity: 0.24; }

.gform-theme--foundation .gform_fields {
  column-gap: 48px; }

.gform-theme--foundation .gform-grid-row {
  gap: 48px; }
  @media (max-width: 767px) {
    .gform-theme--foundation .gform-grid-row {
      row-gap: 40px !important; } }

.woocommerce div.product div.images {
  margin-bottom: 150px; }
  @media (max-width: 640px) {
    .woocommerce div.product div.images {
      margin-bottom: 40px; } }
  .woocommerce div.product div.images img {
    object-fit: contain; }

@media (max-width: 1200px) and (min-width: 990px) {
  .slick-containers {
    max-width: 90%;
    margin: 0 auto; }
    .slick-containers .slick-next {
      right: -55px; } }

@media (max-width: 989px) {
  .slick-containers .slick-next {
    right: -30px; } }

.custom-login-prompt a.button {
  background: #ec2e40;
  color: #fff; }
  .custom-login-prompt a.button:hover {
    background: #262626;
    color: #fff; }

.slick-containers .slick-prev {
  left: -35px;
  right: unset; }
  @media (max-width: 767px) {
    .slick-containers .slick-prev {
      left: -30px; } }

.slick-containers .slick-next {
  right: -35px; }
  @media (max-width: 767px) {
    .slick-containers .slick-next {
      right: -30px; } }

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
  color: #fff;
  margin-top: 20px;
  border-radius: 100px;
  transition: all 0.8s; }

.woocommerce table.my_account_orders .button {
  color: #fff;
  margin-top: 20px;
  border-radius: 100px;
  transition: all 0.8s; }

.profile-dropdown1 a:last-child {
  border-bottom: none; }

.header .mega-menu-list a {
  color: #262626; }

@media (max-width: 1600px) {
  .slick-containers {
    max-width: 95%;
    width: 100%;
    margin: 0 auto; } }

@media (max-width: 1250px) {
  .slick-containers {
    max-width: 90%;
    width: 100%;
    margin: 0 auto; } }

@media (max-width: 767px) {
  .slick-containers {
    max-width: 85%; } }

.slick-containers .slick-next::after {
  right: -55px; }

@media (max-width: 1200px) {
  .slick-containers .slick-next::after {
    right: -17px; } }

.topSlide {
  max-width: 1440px;
  margin: 0 auto; }
  @media (max-width: 1600px) {
    .topSlide {
      max-width: 95%; } }
  @media (max-width: 1024px) and (min-width: 993px) {
    .topSlide .slick-slider .slick-prev {
      left: 0; } }
  @media (max-width: 992px) {
    .topSlide .slick-slider .slick-prev {
      left: 0; } }
  @media (max-width: 767px) {
    .topSlide .slick-slider .slick-prev {
      left: -6px;
      top: 38%; }
      .topSlide .slick-slider .slick-prev::after {
        right: -24px;
        top: -9px; } }
  @media (max-width: 570px) {
    .topSlide .slick-slider .slick-prev {
      top: 40%; } }
  @media (max-width: 992px) {
    .topSlide .slick-slider .slick-next {
      right: -60px; } }
  @media (max-width: 1024px) and (min-width: 993px) {
    .topSlide .slick-slider .slick-next {
      right: -60px; } }
  @media (max-width: 767px) {
    .topSlide .slick-slider .slick-next {
      right: -50px; }
      .topSlide .slick-slider .slick-next::after {
        right: 3px;
        top: -9px; } }
  @media (max-width: 767px) {
    .topSlide .slick-slider .slick-next {
      top: 38%; } }
  @media (max-width: 570px) {
    .topSlide .slick-slider .slick-next {
      top: 40%; } }
  .topSlide__item {
    display: flex !important;
    margin: 0 auto;
    height: 640px; }
    @media (max-width: 1024px) and (min-width: 993px) {
      .topSlide__item {
        height: 100%; } }
    @media (max-width: 992px) {
      .topSlide__item {
        height: 100%; } }
  .topSlide .slick-track {
    display: flex; }
  .topSlide__highlight p,
  .topSlide__highlight h2,
  .topSlide__highlight h3,
  .topSlide__highlight h4,
  .topSlide__highlight span,
  .topSlide__highlight a {
    color: #FAE000; }
  .topSlide__highlight p,
  .topSlide__highlight a,
  .topSlide__highlight span {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 68px;
    /* 212.5% */
    letter-spacing: -0.64px; }
    @media (max-width: 767px) {
      .topSlide__highlight p,
      .topSlide__highlight a,
      .topSlide__highlight span {
        font-size: 24px;
        text-align: center; } }
  .topSlide__desc h2,
  .topSlide__desc h3,
  .topSlide__desc h4 {
    color: #FFFFFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 68px;
    letter-spacing: -1.28px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 5em;
    white-space: normal; }
    @media (max-width: 767px) {
      .topSlide__desc h2,
      .topSlide__desc h3,
      .topSlide__desc h4 {
        font-size: 48px;
        text-align: center;
        word-wrap: break-word;
        line-height: 48px; } }
  .topSlide__desc p,
  .topSlide__desc span,
  .topSlide__desc a {
    color: #262626;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.016px;
    color: #FFFFFF;
    opacity: 0.6;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 3em;
    white-space: normal; }
    @media (max-width: 992px) {
      .topSlide__desc p,
      .topSlide__desc span,
      .topSlide__desc a {
        font-size: 14px; } }
  @media (max-width: 767px) {
    .topSlide__desc p {
      text-align: center; } }
  .topSlide__img {
    position: relative;
    max-width: 830px;
    width: 100%; }
    @media (max-width: 1600px) {
      .topSlide__img {
        max-width: 60%; } }
    @media (max-width: 1024px) and (min-width: 993px) {
      .topSlide__img {
        max-width: 100%; } }
    @media (max-width: 992px) {
      .topSlide__img {
        max-width: 100%; } }
  .topSlide__leftContent {
    max-width: 419px;
    width: 100%; }
    @media (max-width: 1600px) {
      .topSlide__leftContent {
        max-width: 40%;
        width: 100%; } }
    @media (max-width: 1024px) and (min-width: 993px) {
      .topSlide__leftContent {
        max-width: 100%;
        padding-top: 40px; } }
    @media (max-width: 992px) {
      .topSlide__leftContent {
        max-width: 100%;
        padding-top: 40px; } }
  .topSlide__imgBg {
    position: absolute;
    top: 25px;
    left: 30px;
    max-width: 768.101px;
    width: 95%;
    right: 10px;
    bottom: 0; }
    @media (max-width: 767px) {
      .topSlide__imgBg {
        top: 0;
        display: none; } }
    @media (max-width: 460px) {
      .topSlide__imgBg {
        width: 90%; } }
    @media (max-width: 1024px) and (min-width: 993px) {
      .topSlide__imgBg {
        bottom: -99px; } }
    @media (max-width: 992px) {
      .topSlide__imgBg {
        bottom: -99px; } }
    @media (max-width: 460px) {
      .topSlide__imgBg {
        bottom: 0px; } }
    .topSlide__imgBg img,
    .topSlide__imgBg svg {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: bottom; }
  .topSlide__imgObject {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 55px; }
    @media (max-width: 1024px) and (min-width: 993px) {
      .topSlide__imgObject {
        top: unset;
        bottom: -107px; } }
    @media (max-width: 992px) {
      .topSlide__imgObject {
        top: unset;
        bottom: -107px; } }
    @media (max-width: 460px) {
      .topSlide__imgObject {
        bottom: 0px; } }
    .topSlide__imgObject img {
      height: 100%;
      width: auto;
      margin: 0 auto;
      object-fit: contain;
      object-position: bottom; }
  @media (max-width: 1024px) and (min-width: 993px) {
    .topSlide .slick-dots {
      justify-content: center; } }
  @media (max-width: 992px) {
    .topSlide .slick-dots {
      justify-content: center; } }
  .topSlide .slick-slide {
    margin: 0px 10px; }
    @media (max-width: 767px) {
      .topSlide .slick-slide {
        height: auto; } }

.quickCards__item .descWrp p {
  color: #262626;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.016px;
  font-size: 14px; }
  @media (max-width: 992px) {
    .quickCards__item .descWrp p {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .quickCards__item .descWrp p {
      font-size: 10px;
      line-height: 14px; } }

.quickCards__item .descWrp h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
  /* 240% */
  letter-spacing: -0.4px; }
  @media (max-width: 767px) {
    .quickCards__item .descWrp h4 {
      font-size: 14px;
      line-height: 20px; } }

.quickCards__item:last-child {
  border: none;
  padding-right: 0; }

@media (max-width: 767px) {
  .quickCards__item:nth-child(even) {
    border: none; } }

.bodyArt {
  position: fixed;
  top: 0;
  left: -400px;
  z-index: -1;
  width: 1626.734px;
  height: 1676.757px; }
  .bodyArt img {
    height: 100%;
    width: 100%; }
  @media (max-width: 1024px) and (min-width: 993px) {
    .bodyArt {
      display: none; } }
  @media (max-width: 767px) {
    .bodyArt {
      display: none; } }

.quickCards__item {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px; }
  @media screen and (min-width: 1024px) {
    .quickCards__item:first-of-type {
      padding-left: 0px; }
    .quickCards__item:last-of-type {
      padding-right: 0px; } }
  @media screen and (max-width: 1023px) and (min-width: 768px) {
    .quickCards__item:nth-of-type(2n) {
      border-right: none; } }
  @media screen and (max-width: 767px) {
    .quickCards__item {
      border-right: none; } }

@media (max-width: 1400px) {
  .quickCards__wrp {
    display: flex;
    align-items: center;
    justify-content: center; } }

@media (max-width: 1024px) and (min-width: 993px) {
  .quickCards__wrp {
    display: flex;
    align-items: center;
    justify-content: center; } }

@media (max-width: 992px) {
  .quickCards__wrp {
    display: flex;
    align-items: center;
    justify-content: center; } }

@media (max-width: 767px) {
  .quickCards__wrp {
    display: flex;
    align-items: stretch;
    justify-content: center; } }

.type-product span.onsale {
  display: none; }

.custom-price .custom-regular-price .woocommerce-Price-amount bdi {
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px; }
  .custom-price .custom-regular-price .woocommerce-Price-amount bdi span {
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px; }

.custom-price .custom-sale-price .woocommerce-Price-amount bdi {
  color: #262626;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  opacity: 0.4;
  padding-left: 16px; }
  .custom-price .custom-sale-price .woocommerce-Price-amount bdi span {
    color: #262626;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; }

.custom-price .price del {
  opacity: 1 !important; }
  .custom-price .price del .woocommerce-Price-amount {
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px; }
    .custom-price .price del .woocommerce-Price-amount bdi {
      font-size: 32px;
      font-style: normal;
      font-weight: 800;
      line-height: 32px; }
      .custom-price .price del .woocommerce-Price-amount bdi span {
        font-size: 32px;
        font-style: normal;
        font-weight: 800;
        line-height: 32px; }

.custom-full-description {
  padding-bottom: 56px;
  padding-top: 36px; }
  .custom-full-description p {
    padding-bottom: 15px; }

.summary form.cart .single_add_to_cart_button {
  background-color: #ec2e40 !important;
  max-width: 100%;
  width: 100%;
  transition: all 0.3s ease-in;
  border-radius: 100px; }
  .summary form.cart .single_add_to_cart_button:hover {
    background: #262626 !important;
    color: #fff; }

.type-product .quantity {
  display: none; }

.woocommerce div.product .product_det_content .sale-badge-wrapper {
  padding-bottom: 32px; }

.woocommerce div.product .product_det_content .product_title {
  padding-bottom: 24px;
  text-transform: capitalize; }

.woocommerce div.product .product_det_content .woocommerce-product-details__short-description p {
  padding-bottom: 56px;
  padding-top: 36px; }

.product_details_popup_wrapper a {
  padding-bottom: 36px;
  padding-top: 36px;
  border-top: 1px solid rgba(38, 38, 38, 0.24);
  display: block;
  max-width: 100%;
  width: 100%;
  color: #262626;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 100% */
  letter-spacing: -0.48px; }
  @media (max-width: 992px) {
    .product_details_popup_wrapper a {
      font-size: 16px; } }

.custom_prod_details .woocommerce-product-gallery .woocommerce-product-gallery__image {
  background-color: #FDF7FB;
  height: 619px;
  border-radius: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .custom_prod_details .woocommerce-product-gallery .woocommerce-product-gallery__image > a {
    width: 100%;
    height: 100%; }
  .custom_prod_details .woocommerce-product-gallery .woocommerce-product-gallery__image img {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain; }
  @media (max-width: 640px) {
    .custom_prod_details .woocommerce-product-gallery .woocommerce-product-gallery__image {
      height: 319px;
      min-height: 319px;
      max-height: 319px; }
      .custom_prod_details .woocommerce-product-gallery .woocommerce-product-gallery__image img {
        height: 319px;
        min-height: 319px;
        max-height: 319px; } }

.custom_prod_details .flex-viewport {
  background: #FDF7FB;
  border-radius: 40px; }
  @media (max-width: 640px) {
    .custom_prod_details .flex-viewport {
      border-radius: 16px; } }

.custom_prod_details .woocommerce-product-gallery ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 24px !important;
  justify-content: space-between;
  align-items: center; }
  .custom_prod_details .woocommerce-product-gallery ol li {
    width: 100% !important; }
    .custom_prod_details .woocommerce-product-gallery ol li img {
      height: 100%;
      width: 100%;
      object-fit: contain;
      margin-top: 24px;
      background-color: #FDF7FB;
      border-radius: 40px; }

.custom_prod_details .woocommerce div.product div.images .flex-control-thumbs li {
  width: 33% !important; }

.custom_prod_details .product_det_content .summary .prod_details__popup {
  position: fixed;
  width: 582px;
  top: 0;
  right: -200vw;
  height: 100%;
  transition: all 0.4s ease-in-out;
  overflow-y: auto;
  background: #FFF;
  box-shadow: -24px 0px 32px 0px rgba(18, 22, 25, 0.04);
  padding: 64px 64px;
  z-index: 9; }
  @media (max-width: 767px) {
    .custom_prod_details .product_det_content .summary .prod_details__popup {
      width: 100%;
      padding: 64px 45px; } }
  .custom_prod_details .product_det_content .summary .prod_details__popup h3 {
    color: #262626;
    margin: 40px 0px;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px;
    /* 175% */
    letter-spacing: -0.64px; }
  .custom_prod_details .product_det_content .summary .prod_details__popup p {
    color: #262626;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.016px; }
  .custom_prod_details .product_det_content .summary .prod_details__popup .cross_popup {
    position: absolute;
    top: 61px;
    right: 41px;
    font-size: 30px;
    font-weight: 800;
    cursor: pointer; }

.custom-product-description .prod_det_cont_title {
  color: #262626;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  /* 175% */
  letter-spacing: -0.64px; }

.custom-product-description .product-large-image-section img {
  -webkit-clip-path: polygon(100% 0, 100% 40px, -webkit-calc(100% - 4px) 36px, -webkit-calc(100% - 6px) 34px, -webkit-calc(100% - 8px) 32px, -webkit-calc(100% - 24px) 16px, -webkit-calc(100% - 26px) 14px, -webkit-calc(100% - 28px) 12px, -webkit-calc(100% - 40px) 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 40px, calc(100% - 4px) 36px, calc(100% - 6px) 34px, calc(100% - 8px) 32px, calc(100% - 24px) 16px, calc(100% - 26px) 14px, calc(100% - 28px) 12px, calc(100% - 40px) 0, 0 0, 0 100%, 100% 100%); }

.history_carousel .section_title {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px; }

.history_carousel .reviews {
  background-color: #ec2e40;
  color: #fff; }
  .history_carousel .reviews .slick-slider {
    z-index: 9; }
  .history_carousel .reviews .about__sliderImg img {
    transform: scale(0.7, 0.7);
    transition: all 1s;
    cursor: pointer;
    display: block;
    margin: 15px auto; }
  .history_carousel .reviews .about__sliderImg.slick-current img {
    transform: scale(1, 1);
    transition: all 1s; }

.history_carousel .reviews-slider {
  position: relative; }
  .history_carousel .reviews-slider .icon-angle-left,
  .history_carousel .reviews-slider .icon-angle-right {
    position: absolute;
    top: 40%; }
  .history_carousel .reviews-slider .icon-angle-left:hover,
  .history_carousel .reviews-slider .icon-angle-right:hover {
    background-color: #ec2e40;
    color: #fff; }
  .history_carousel .reviews-slider .icon-angle-left {
    left: 20px;
    z-index: 999; }
  .history_carousel .reviews-slider .icon-angle-right {
    right: 20px; }

.history_carousel .reviews-text-slider {
  margin: auto;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 9; }
  .history_carousel .reviews-text-slider h2 {
    color: #ec2e40;
    font-size: 36px; }

.history_carousel .about__sliderText {
  outline: none;
  text-align: center;
  display: flex;
  gap: 73px; }
  .history_carousel .about__sliderText p {
    margin-top: 22px;
    color: #262626;
    font-size: 150%;
    letter-spacing: -0.014px; }

.history_carousel .about__sliderImg img {
  width: 100%; }

.history_carousel .review-center-carousel .cell .reviews-text-slider {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  color: #000; }

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0; }

.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #e1dde7;
  margin: 10px 0px; }

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
  border-right: none;
  border-left: none;
  border-top: none;
  padding: 48px 0px 40px; }
  .woocommerce #reviews #comments ol.commentlist li .comment-text:first-child {
    border-top: 1px solid #e1dde7;
    border-bottom: none; }

.woocommerce #reviews #comments h2 {
  padding-bottom: 40px; }

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin-top: 24px;
  opacity: 0.6; }

.woocommerce #reviews h3 {
  color: #262626;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.016px; }

.woocommerce #review_form .comment-form-rating {
  padding-top: 24px; }

.woocommerce #review_form #respond p {
  padding-top: 16px; }

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #ec2e40;
  color: #ffffff; }

.woocommerce nav.woocommerce-pagination {
  text-align: center;
  margin-bottom: 20px; }

.gform_footer {
  position: relative; }
  .gform_footer .gform-theme--framework .gform-loader {
    position: absolute;
    z-index: 12;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

@media (max-width: 767px) {
  .slick-next::before, .slick-prev::before {
    height: 45px;
    width: 45px; } }

.shopByCate__title h2 {
  font-size: 40px;
  line-height: 48px;
  /* 120% */
  letter-spacing: -0.8px;
  font-weight: 800;
  color: #262626; }
  @media (max-width: 767px) {
    .shopByCate__title h2 {
      font-size: 32px;
      letter-spacing: -0.64px; } }

.shopByCate__card {
  padding: 32px;
  position: relative;
  background: #E3DED5;
  padding-bottom: 64px; }
  @media (max-width: 767px) {
    .shopByCate__card {
      padding: 24px; } }
  .shopByCate__card h3 {
    font-size: 24px;
    line-height: 32px;
    /* 133.333% */
    letter-spacing: -0.48px;
    position: relative;
    z-index: 1;
    font-weight: 800;
    color: #262626; }
    @media (max-width: 992px) {
      .shopByCate__card h3 {
        font-size: 16px;
        letter-spacing: -0.32px; } }
  .shopByCate__card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    opacity: 0.8; }
    @media (max-width: 992px) {
      .shopByCate__card p {
        font-size: 14px; } }
  .shopByCate__card .btn {
    position: absolute;
    left: 32px;
    bottom: 32px;
    height: 10px;
    max-width: calc(100% - 64px);
    width: fit-content; }
  .shopByCate__card img {
    height: calc(100% - 40px);
    width: 100%;
    position: absolute;
    bottom: 0;
    right: -80px;
    z-index: -1; }

.shopByCate__cardLg {
  padding: 64px 40px; }
  @media (max-width: 767px) {
    .shopByCate__cardLg {
      padding: 40px; } }
  .shopByCate__cardLg h3 {
    font-size: 32px;
    line-height: 32px;
    /* 100% */
    letter-spacing: -0.64px;
    font-weight: 800;
    color: #262626; }
    @media (max-width: 992px) {
      .shopByCate__cardLg h3 {
        font-size: 24px;
        letter-spacing: -0.48px; } }
  .shopByCate__cardLg .btn {
    position: relative;
    left: unset;
    bottom: unset; }
    @media (max-width: 767px) {
      .shopByCate__cardLg .btn::after {
        bottom: -21px; } }
  .shopByCate__cardLg img {
    right: unset;
    left: 0;
    height: 423.943px;
    width: calc(100% - 63px);
    bottom: -50px; }
    @media (max-width: 767px) {
      .shopByCate__cardLg img {
        height: 285px; } }
    @media (max-width: 992px) {
      .shopByCate__cardLg img {
        bottom: -115px; } }
    @media (max-width: 767px) {
      .shopByCate__cardLg img {
        bottom: -97px; } }
  @media (max-width: 767px) {
    .shopByCate__cardLg a {
      display: block; } }

.shopByCate__smcardWrp {
  max-width: calc(100% - 487px); }
  .shopByCate__smcardWrp .shopByCate__card {
    max-width: calc(50% - 12px); }
    .shopByCate__smcardWrp .shopByCate__card img {
      height: calc(100% - 70px);
      max-width: 70%;
      width: 100%;
      position: absolute;
      bottom: 0;
      right: -30px;
      z-index: -1;
      object-fit: contain; }
      @media (max-width: 1024px) and (min-width: 993px) {
        .shopByCate__smcardWrp .shopByCate__card img {
          right: -80px; } }
      @media (max-width: 992px) {
        .shopByCate__smcardWrp .shopByCate__card img {
          right: -80px; } }
      @media (max-width: 767px) {
        .shopByCate__smcardWrp .shopByCate__card img {
          right: -25px; } }

.woocommerce .woocommerce-ordering {
  margin: 0; }
  .woocommerce .woocommerce-ordering select {
    border-radius: 8px; }

.wocommerce-customTitle {
  display: flex;
  align-items: center;
  gap: 6px; }
  .wocommerce-customTitle a {
    font-weight: bold;
    text-transform: capitalize; }

.secIntro__title {
  display: flex; }
  .secIntro__title h2 {
    font-size: 48px;
    line-height: 54px;
    /* 150% */
    letter-spacing: -0.64px; }
  .secIntro__title h3 {
    font-size: 32px;
    line-height: 48px;
    /* 150% */
    letter-spacing: -0.64px;
    font-weight: 800; }
  .secIntro__title h4 {
    font-size: 28px;
    line-height: 34px;
    /* 150% */
    letter-spacing: -0.64px; }

.bg-primary .secIntro__title h2,
.bg-primary .secIntro__title h3,
.bg-primary .secIntro__title h4,
.bg-primary .secIntro__title p,
.bg-primary .secIntro__title a,
.bg-primary .secIntro__title .btn,
.bg-primary .secIntro__title span,
.bg-primary .secIntro__title button {
  color: #FFFFFF; }

.products__card {
  max-width: calc(100% / 4 - 18px);
  border: 1px solid rgba(38, 38, 38, 0.16);
  position: relative;
  background-color: #FFFFFF;
  padding: 24px;
  flex-grow: 1;
  justify-content: space-between; }
  @media (max-width: 1250px) {
    .products__card {
      max-width: calc(100% / 3 - 16px); } }
  @media (max-width: 992px) {
    .products__card {
      max-width: calc(100% / 2 - 12px); } }
  @media (max-width: 767px) {
    .products__card {
      max-width: 100%; } }
  .products__card:hover img {
    scale: 1.1; }
  .products__card.slick-slide {
    margin: 0px 10px; }

.products__desc .btn.outline-red {
  padding: 16px 24px; }

.products__img {
  max-width: 294px;
  width: 100%;
  height: 294px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 992px) {
    .products__img {
      max-width: 100%; } }
  @media (max-width: 1024px) and (min-width: 993px) {
    .products__img {
      max-width: 100%; } }
  .products__img img {
    transition: all 0.3s ease-in;
    height: 100%;
    width: 100%;
    object-fit: contain; }

.products__btnGroup {
  position: absolute;
  top: 0;
  left: 0;
  max-width: fit-content;
  width: 100%;
  z-index: 1; }

.products__details {
  padding-top: 24px; }
  .products__details span {
    color: #ec2e40;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 14px;
    /* 333.333% */
    letter-spacing: 2.64px;
    text-transform: uppercase; }
    .products__details span a {
      color: #ec2e40;
      font-size: 12px;
      font-style: normal;
      font-weight: 800;
      line-height: 14px;
      /* 333.333% */
      letter-spacing: 2.64px;
      text-transform: uppercase; }
  .products__details h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 116.667% */
    letter-spacing: -0.48px;
    text-transform: capitalize; }

.products__price {
  padding-top: 0px; }
  .products__price h4 {
    color: #ec2e40;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    /* 133.333% */
    letter-spacing: -0.48px; }
  .products__price del {
    color: #262626;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    /* 160% */
    opacity: 0.4; }
    @media (max-width: 992px) {
      .products__price del {
        font-size: 24px; } }
    .products__price del span {
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 32px; }

@media (max-width: 1024px) and (min-width: 993px) {
  .products__cardSlider .slick-dots {
    position: static;
    justify-content: center; } }

@media (max-width: 992px) {
  .products__cardSlider .slick-dots {
    position: static;
    justify-content: center; } }

.products__cardSlider .slick-next {
  right: -35px;
  top: 35%; }
  @media (max-height: 990px) {
    .products__cardSlider .slick-next svg {
      position: absolute;
      top: 23px;
      right: 34px; } }
  @media (max-width: 767px) {
    .products__cardSlider .slick-next {
      right: -25px; }
      .products__cardSlider .slick-next svg {
        right: 23px;
        position: absolute;
        top: 14px; } }
  .products__cardSlider .slick-next::before {
    background: #ec2e40; }
  .products__cardSlider .slick-next::after {
    content: none; }
    @media (max-width: 767px) {
      .products__cardSlider .slick-next::after {
        top: -10px;
        right: 0px; } }

.products__cardSlider .slick-prev {
  left: 35px;
  top: 35%;
  z-index: 1; }
  @media (max-width: 990px) {
    .products__cardSlider .slick-prev {
      left: 28px; }
      .products__cardSlider .slick-prev svg {
        position: absolute;
        top: 23px;
        left: -25px; } }
  @media (max-width: 767px) {
    .products__cardSlider .slick-prev {
      left: 20px; }
      .products__cardSlider .slick-prev svg {
        left: -21px;
        position: absolute;
        top: 14px; } }
  .products__cardSlider .slick-prev::after {
    right: -6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath d='M0.337337 8.80975L7.19237 15.6648C7.40701 15.8794 7.69811 16 8.00165 16C8.30519 16 8.59629 15.8794 8.81092 15.6648C9.02556 15.4502 9.14614 15.159 9.14614 14.8555C9.14614 14.552 9.02556 14.2609 8.81092 14.0462L3.90672 9.14393H17.9024C18.2054 9.14393 18.496 9.02356 18.7103 8.8093C18.9246 8.59504 19.0449 8.30444 19.0449 8.00143C19.0449 7.69842 18.9246 7.40781 18.7103 7.19355C18.496 6.97929 18.2054 6.85892 17.9024 6.85892H3.90672L8.80902 1.95376C9.02365 1.73913 9.14423 1.44802 9.14423 1.14449C9.14423 0.840951 9.02365 0.549846 8.80902 0.335212C8.59439 0.120579 8.30328 3.19828e-09 7.99975 0C7.69621 -3.19828e-09 7.4051 0.120579 7.19047 0.335212L0.335436 7.19025C0.228905 7.29653 0.144421 7.42282 0.086834 7.56185C0.0292473 7.70088 -0.000305176 7.84991 -0.000127792 8.00039C4.95911e-05 8.15088 0.029953 8.29984 0.0878658 8.43874C0.145779 8.57763 0.230558 8.70372 0.337337 8.80975Z' fill='%23FFFFFF'/%3E%3C/svg%3E"); }
    @media (max-width: 767px) {
      .products__cardSlider .slick-prev::after {
        top: -12px;
        right: -21px; } }
  .products__cardSlider .slick-prev::before {
    background: #ec2e40;
    opacity: 1; }
    @media (max-width: 767px) {
      .products__cardSlider .slick-prev::before {
        left: -43px; } }

.bg-primary .products__cardSlider .slick-arrow svg path {
  fill: #fff; }

body.archive .products .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
  background-color: #ec2e40 !important;
  color: #FFFFFF;
  border-radius: 100px;
  margin: 20px 7px;
  transition: all 0.8s; }
  body.archive .products .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover {
    background-color: #fae000;
    text-decoration: none;
    background-image: none;
    color: #ec2e40; }

.bg-whitepain svg path {
  fill: #ec2e40; }

.bg-whitepain .products__cardSlider .slick-next::before {
  background: #fff; }

.bg-whitepain .products__cardSlider .slick-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath d='M0.337337 8.80975L7.19237 15.6648C7.40701 15.8794 7.69811 16 8.00165 16C8.30519 16 8.59629 15.8794 8.81092 15.6648C9.02556 15.4502 9.14614 15.159 9.14614 14.8555C9.14614 14.552 9.02556 14.2609 8.81092 14.0462L3.90672 9.14393H17.9024C18.2054 9.14393 18.496 9.02356 18.7103 8.8093C18.9246 8.59504 19.0449 8.30444 19.0449 8.00143C19.0449 7.69842 18.9246 7.40781 18.7103 7.19355C18.496 6.97929 18.2054 6.85892 17.9024 6.85892H3.90672L8.80902 1.95376C9.02365 1.73913 9.14423 1.44802 9.14423 1.14449C9.14423 0.840951 9.02365 0.549846 8.80902 0.335212C8.59439 0.120579 8.30328 3.19828e-09 7.99975 0C7.69621 -3.19828e-09 7.4051 0.120579 7.19047 0.335212L0.335436 7.19025C0.228905 7.29653 0.144421 7.42282 0.086834 7.56185C0.0292473 7.70088 -0.000305176 7.84991 -0.000127792 8.00039C4.95911e-05 8.15088 0.029953 8.29984 0.0878658 8.43874C0.145779 8.57763 0.230558 8.70372 0.337337 8.80975Z' fill='%23EC2E40'/%3E%3C/svg%3E"); }

.bg-whitepain .products__cardSlider .slick-prev::before {
  background: #fff; }

.bg-whitepain .products__cardSlider .slick-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath d='M0.337337 8.80975L7.19237 15.6648C7.40701 15.8794 7.69811 16 8.00165 16C8.30519 16 8.59629 15.8794 8.81092 15.6648C9.02556 15.4502 9.14614 15.159 9.14614 14.8555C9.14614 14.552 9.02556 14.2609 8.81092 14.0462L3.90672 9.14393H17.9024C18.2054 9.14393 18.496 9.02356 18.7103 8.8093C18.9246 8.59504 19.0449 8.30444 19.0449 8.00143C19.0449 7.69842 18.9246 7.40781 18.7103 7.19355C18.496 6.97929 18.2054 6.85892 17.9024 6.85892H3.90672L8.80902 1.95376C9.02365 1.73913 9.14423 1.44802 9.14423 1.14449C9.14423 0.840951 9.02365 0.549846 8.80902 0.335212C8.59439 0.120579 8.30328 3.19828e-09 7.99975 0C7.69621 -3.19828e-09 7.4051 0.120579 7.19047 0.335212L0.335436 7.19025C0.228905 7.29653 0.144421 7.42282 0.086834 7.56185C0.0292473 7.70088 -0.000305176 7.84991 -0.000127792 8.00039C4.95911e-05 8.15088 0.029953 8.29984 0.0878658 8.43874C0.145779 8.57763 0.230558 8.70372 0.337337 8.80975Z' fill='%23EC2E40'/%3E%3C/svg%3E"); }

.bg-whiteoutline svg path {
  fill: #ec2e40; }

.promotionBanner__info {
  color: #ec2e40; }
  .promotionBanner__info h2 {
    font-size: 48px;
    line-height: 56px;
    /* 116.667% */
    letter-spacing: -0.96px;
    font-weight: 800; }
  .promotionBanner__info p {
    color: #EC2E40 !important;
    color: #262626;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.016px;
    font-weight: 500;
    opacity: 0.6; }
    @media (max-width: 992px) {
      .promotionBanner__info p {
        font-size: 14px; } }

.promotionBanner__img img {
  height: 100%;
  width: 100%;
  object-fit: cover; }

.brands__card {
  border: 1px solid rgba(38, 38, 38, 0.16);
  background-color: #FFFFFF;
  position: relative;
  display: flex; }
  .brands__card.slick-slide {
    display: flex;
    height: 342px;
    margin-right: 24px;
    /* Adjust spacing as needed */ }
    @media (max-width: 767px) {
      .brands__card.slick-slide {
        margin-right: 1px;
        flex-grow: 1; } }

.brands .slick-track {
  display: flex; }

.brands__items .slick-prev {
  left: -50px; }
  @media (max-width: 1600px) {
    .brands__items .slick-prev {
      left: -30px; } }
  .brands__items .slick-prev svg {
    position: absolute;
    top: 0; }
  .brands__items .slick-prev::after {
    content: none; }

.brands__items .slick-next {
  right: -20px; }
  @media (max-width: 1600px) {
    .brands__items .slick-next {
      right: 0; } }
  .brands__items .slick-next svg {
    position: absolute;
    top: 0; }
  .brands__items .slick-next::after {
    content: none; }

.shortIntroBlock {
  position: relative; }
  .shortIntroBlock::before {
    position: absolute;
    content: "";
    top: 106px;
    left: 0;
    width: 1278.141px;
    height: 1317.444px;
    right: 0;
    margin: 0 auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1285' height='1320' viewBox='0 0 1285 1320' fill='none'%3E%3Cpath opacity='0.64' d='M176.296 5.52267L814.735 0.580087C814.735 0.580087 1245.87 -5.4236 1248.35 315.688C1248.35 315.688 1281.14 518.776 1058.29 620.839C1058.29 620.839 969.738 648.67 1058.77 681.669C1147.55 714.912 1283.24 789.721 1284.71 979.48C1286.18 1169.24 1138.54 1315.56 850.783 1317.78L572.533 1319.94C572.533 1319.94 437.339 1308.87 571.473 1183.01C705.608 1057.16 758.456 1016.03 757.953 951.081C757.45 886.132 717.618 844.269 676.408 813.566C635.197 782.62 622.825 759.691 622.563 725.763C622.3 691.834 645.216 659.18 672.33 633.279C699.444 607.379 793.03 536.127 792.442 460.272C791.855 384.417 664.066 290.4 664.066 290.4C664.066 290.4 606.443 250.13 541.539 309.041C541.539 309.041 512.941 332.287 479.37 374.718C445.554 416.909 192.76 714.548 192.76 714.548C192.76 714.548 80.6349 848.231 26.917 776.908C26.9151 776.665 4.74589 748.238 4.21118 679.169L0.274956 170.722C0.274956 170.722 -4.89518 6.9254 176.296 5.52267Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1; }
    @media (max-width: 1250px) {
      .shortIntroBlock::before {
        width: 100%;
        height: auto; } }
  .shortIntroBlock__img img {
    height: 100%;
    object-fit: cover;
    width: 100%; }
  .shortIntroBlock__desc h3 {
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px;
    /* 116.667% */
    letter-spacing: -0.96px; }
    @media (max-width: 992px) {
      .shortIntroBlock__desc h3 {
        font-size: 32px;
        line-height: 40px;
        /* 125% */
        letter-spacing: -0.64px; } }
  .shortIntroBlock__desc p {
    color: #262626;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.016px; }
    @media (max-width: 992px) {
      .shortIntroBlock__desc p {
        font-size: 14px; } }
  .shortIntroBlock__desc .btn {
    margin-top: 12px; }
  @media (max-width: 1024px) and (min-width: 993px) {
    .shortIntroBlock .content-block-layout {
      flex-direction: column; } }
  @media (max-width: 992px) {
    .shortIntroBlock .content-block-layout {
      flex-direction: column; } }

.topBanner__highlight p {
  color: #FAE000;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 12px;
  /* 333.333% */
  letter-spacing: 2.64px;
  text-transform: uppercase; }
  @media (max-width: 992px) {
    .topBanner__highlight p {
      font-size: 10px;
      line-height: 15px;
      /* 400% */ } }

.topBanner__desc h2 {
  color: #FFFFFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px;
  /* 183.333% */
  letter-spacing: -0.96px; }
  @media (max-width: 992px) {
    .topBanner__desc h2 {
      font-size: 40px;
      letter-spacing: -0.8px; } }

.topBanner__desc p {
  color: #262626;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.016px;
  color: #FFFFFF;
  font-weight: 500;
  opacity: 0.6; }
  @media (max-width: 992px) {
    .topBanner__desc p {
      font-size: 14px; } }

.topBanner__desc h4 {
  color: #262626;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.016px;
  color: #FFFFFF;
  font-weight: 500;
  opacity: 0.6; }
  @media (max-width: 992px) {
    .topBanner__desc h4 {
      font-size: 14px; } }

.topBanner__desc .banner_shortDesc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3em;
  white-space: normal; }
  .topBanner__desc .banner_shortDesc p, .topBanner__desc .banner_shortDesc h5, .topBanner__desc .banner_shortDesc h4, .topBanner__desc .banner_shortDesc strong {
    color: #fff; }

.topBanner .catIcon {
  max-width: 44px;
  width: 100%;
  height: 41px; }

.topBanner__highlight h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px; }

@media (max-width: 767px) {
  .topSlide__leftContent .btn-grp a.arrow-red {
    justify-content: center;
    background-position: right 40px center;
    font-weight: 700;
    line-height: 110%; }
  .topSlide__leftContent .btn-grp a.arrow-white {
    justify-content: center;
    background-position: right 20px center !important;
    color: #fff;
    font-weight: 700;
    line-height: 110%; } }

@media (max-width: 767px) {
  .historyCarousell {
    padding: 60px 50px; } }

.historyCarousell__infoTitle {
  padding-bottom: 64px; }
  .historyCarousell__infoTitle .title {
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 57.6px */
    letter-spacing: -0.96px; }
  .historyCarousell__infoTitle .subTitle {
    max-width: 586px;
    margin: 0 auto; }
    .historyCarousell__infoTitle .subTitle p {
      color: #FFF;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 150%;
      /* 24px */
      letter-spacing: -0.016px;
      margin: 0;
      opacity: 0.7; }

.historyCarousell .slidewrp .slick-prev::before {
  width: 50px;
  height: 64px;
  top: -36px; }

.historyCarousell .slidewrp .slick-next::before {
  width: 50px;
  height: 64px;
  right: -10px;
  top: -26px; }

.historyCarousell .slidewrp img {
  object-fit: cover;
  width: 100%; }

.historyCarousell .slidewrp .slick-prev {
  position: absolute;
  left: 35%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1; }
  @media (max-width: 1600px) {
    .historyCarousell .slidewrp .slick-prev {
      top: 55%; } }
  @media (max-width: 990px) {
    .historyCarousell .slidewrp .slick-prev {
      left: 35.5%; } }
  @media (max-width: 767px) {
    .historyCarousell .slidewrp .slick-prev {
      left: 2.5%;
      top: 57%; }
      .historyCarousell .slidewrp .slick-prev::before {
        width: 40px;
        height: 40px; } }
  @media (max-width: 580px) {
    .historyCarousell .slidewrp .slick-prev {
      left: 3.5%; } }
  .historyCarousell .slidewrp .slick-prev::after {
    right: -18px;
    top: -33px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath d='M0.337337 8.80975L7.19237 15.6648C7.40701 15.8794 7.69811 16 8.00165 16C8.30519 16 8.59629 15.8794 8.81092 15.6648C9.02556 15.4502 9.14614 15.159 9.14614 14.8555C9.14614 14.552 9.02556 14.2609 8.81092 14.0462L3.90672 9.14393H17.9024C18.2054 9.14393 18.496 9.02356 18.7103 8.8093C18.9246 8.59504 19.0449 8.30444 19.0449 8.00143C19.0449 7.69842 18.9246 7.40781 18.7103 7.19355C18.496 6.97929 18.2054 6.85892 17.9024 6.85892H3.90672L8.80902 1.95376C9.02365 1.73913 9.14423 1.44802 9.14423 1.14449C9.14423 0.840951 9.02365 0.549846 8.80902 0.335212C8.59439 0.120579 8.30328 3.19828e-09 7.99975 0C7.69621 -3.19828e-09 7.4051 0.120579 7.19047 0.335212L0.335436 7.19025C0.228905 7.29653 0.144421 7.42282 0.086834 7.56185C0.0292473 7.70088 -0.000305176 7.84991 -0.000127792 8.00039C4.95911e-05 8.15088 0.029953 8.29984 0.0878658 8.43874C0.145779 8.57763 0.230558 8.70372 0.337337 8.80975Z' fill='%23FFFFFF'/%3E%3C/svg%3E"); }
    @media (max-width: 1024px) and (min-width: 993px) {
      .historyCarousell .slidewrp .slick-prev::after {
        right: -23px; } }
    @media (max-width: 992px) {
      .historyCarousell .slidewrp .slick-prev::after {
        right: -23px; } }
    @media (max-width: 767px) {
      .historyCarousell .slidewrp .slick-prev::after {
        top: -49px;
        right: -21px; } }
  .historyCarousell .slidewrp .slick-prev::before {
    background: #ec2e40;
    opacity: 1; }

.historyCarousell .slidewrp .slick-next {
  position: absolute;
  right: 32.5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1; }
  @media (max-width: 1400px) {
    .historyCarousell .slidewrp .slick-next {
      right: 32%; } }
  @media (max-width: 1024px) and (min-width: 993px) {
    .historyCarousell .slidewrp .slick-next {
      right: 31%; } }
  @media (max-width: 992px) {
    .historyCarousell .slidewrp .slick-next {
      right: 31%; } }
  @media (max-width: 767px) {
    .historyCarousell .slidewrp .slick-next {
      top: 57%;
      right: -5%; }
      .historyCarousell .slidewrp .slick-next::before {
        width: 40px;
        height: 40px;
        right: 4px; } }
  @media (max-width: 580px) {
    .historyCarousell .slidewrp .slick-next {
      right: -7%; } }
  @media (max-width: 450px) {
    .historyCarousell .slidewrp .slick-next {
      right: -9%; } }
  @media (max-width: 1600px) {
    .historyCarousell .slidewrp .slick-next {
      top: 55%; } }
  .historyCarousell .slidewrp .slick-next::before {
    background: #ec2e40; }
  .historyCarousell .slidewrp .slick-next::after {
    right: 0;
    top: -31px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath d='M0.337337 8.80975L7.19237 15.6648C7.40701 15.8794 7.69811 16 8.00165 16C8.30519 16 8.59629 15.8794 8.81092 15.6648C9.02556 15.4502 9.14614 15.159 9.14614 14.8555C9.14614 14.552 9.02556 14.2609 8.81092 14.0462L3.90672 9.14393H17.9024C18.2054 9.14393 18.496 9.02356 18.7103 8.8093C18.9246 8.59504 19.0449 8.30444 19.0449 8.00143C19.0449 7.69842 18.9246 7.40781 18.7103 7.19355C18.496 6.97929 18.2054 6.85892 17.9024 6.85892H3.90672L8.80902 1.95376C9.02365 1.73913 9.14423 1.44802 9.14423 1.14449C9.14423 0.840951 9.02365 0.549846 8.80902 0.335212C8.59439 0.120579 8.30328 3.19828e-09 7.99975 0C7.69621 -3.19828e-09 7.4051 0.120579 7.19047 0.335212L0.335436 7.19025C0.228905 7.29653 0.144421 7.42282 0.086834 7.56185C0.0292473 7.70088 -0.000305176 7.84991 -0.000127792 8.00039C4.95911e-05 8.15088 0.029953 8.29984 0.0878658 8.43874C0.145779 8.57763 0.230558 8.70372 0.337337 8.80975Z' fill='%23FFFFFF'/%3E%3C/svg%3E"); }
    @media (max-width: 767px) {
      .historyCarousell .slidewrp .slick-next::after {
        top: -39px; } }

.historyCarousell .slidewrp__card .slideWrp__desc .inner_container {
  background: #fff; }
  @media (max-width: 1919px) {
    .historyCarousell .slidewrp__card .slideWrp__desc .inner_container {
      gap: 40px; } }
  .historyCarousell .slidewrp__card .slideWrp__desc .inner_container .date {
    color: #EC2E40;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 43.2px */
    letter-spacing: -0.036px; }
  .historyCarousell .slidewrp__card .slideWrp__desc .inner_container .history_content {
    color: #262626;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.014px;
    opacity: 0.7; }
    .historyCarousell .slidewrp__card .slideWrp__desc .inner_container .history_content p::after {
      content: '.'; }

.historyCarousell .slidewrp__card {
  opacity: 0.5; }
  .historyCarousell .slidewrp__card img {
    scale: 0.9;
    margin-top: -15px;
    height: 324px; }
  .historyCarousell .slidewrp__card .inner_container {
    height: 0;
    overflow: hidden; }

.historyCarousell .slick-current.slidewrp__card {
  opacity: 1; }
  .historyCarousell .slick-current.slidewrp__card img {
    scale: 1;
    margin-top: 0;
    height: 400px; }
    @media (max-width: 1600px) {
      .historyCarousell .slick-current.slidewrp__card img {
        height: 300px; } }
  .historyCarousell .slick-current.slidewrp__card .inner_container {
    height: 100%;
    padding: 40px; }
    @media (max-width: 992px) {
      .historyCarousell .slick-current.slidewrp__card .inner_container {
        padding: 20px; } }

@media (max-width: 992px) {
  .contact_innerContainer {
    padding-top: 120px; } }

.contact_innerContainer p {
  color: #262626;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 30px */
  letter-spacing: -0.02px;
  opacity: 0.6;
  text-transform: capitalize; }
  @media (max-width: 992px) {
    .contact_innerContainer p {
      font-size: 14px;
      line-height: 20px; } }

.contact_innerContainer {
  padding-top: 50px; }
  .contact_innerContainer .get_in_touch h3 {
    color: #262626;
    font-family: "Plus Jakarta Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 57.6px */
    letter-spacing: -0.96px; }
    @media (max-width: 767px) {
      .contact_innerContainer .get_in_touch h3 {
        font-size: 36px;
        line-height: 56px; } }

.topBanner .hero_banner_bgImg {
  position: absolute;
  top: 0;
  left: 15%;
  max-width: 1298.639px;
  width: 100%;
  right: 10px;
  bottom: 0;
  height: 100%; }
  .topBanner .hero_banner_bgImg svg, .topBanner .hero_banner_bgImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom; }

.topBanner__highlight.al-cntr {
  justify-content: center; }

.topBanner.full-banner .trade-container {
  align-items: center;
  justify-content: center;
  text-align: center; }
  .topBanner.full-banner .trade-container .topBanner__desc {
    max-width: 573px;
    width: 100%; }

.topBanner .trade-container .bannerImg-r {
  max-width: 948px;
  width: 100%; }
  @media (max-width: 1600px) {
    .topBanner .trade-container .bannerImg-r {
      max-width: 100%; } }
  .topBanner .trade-container .bannerImg-r img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.parentOfbgWhiteline {
  background: #fff;
  padding: 1px; }
  .parentOfbgWhiteline a {
    color: #fff;
    background: #ec2e40;
    border-radius: 100px; }
    .parentOfbgWhiteline a:hover {
      background: #262626;
      border-color: #262626 !important; }
  .parentOfbgWhiteline:hover {
    background: #262626; }

.two-image-column-block img.two-image-column-bg {
  width: 65vw;
  object-fit: contain;
  top: 0px;
  object-position: top left; }
  @media screen and (max-width: 1024px) {
    .two-image-column-block img.two-image-column-bg {
      width: 100%; } }

.two-image-column-block .trade-container {
  position: relative; }
  .two-image-column-block .trade-container .text-content {
    position: relative;
    margin-top: -200px;
    width: 80%;
    background-color: white;
    left: 40px;
    box-shadow: 0px 2px 36px 0px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 1024px) {
      .two-image-column-block .trade-container .text-content {
        left: 16px;
        width: 90%;
        margin-top: -100px; } }
    @media screen and (max-width: 768px) {
      .two-image-column-block .trade-container .text-content {
        margin-left: 16px;
        margin-right: 16px;
        width: calc(100% - 32px);
        left: 0px;
        margin-top: -100px; } }
    .two-image-column-block .trade-container .text-content .column-title {
      color: #121619;
      font-family: "Plus Jakarta Sans";
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;
      /* 33.6px */
      letter-spacing: -0.56px; }
      @media screen and (max-width: 1024px) {
        .two-image-column-block .trade-container .text-content .column-title {
          font-size: 24px;
          line-height: 1.2; } }
      @media screen and (max-width: 640px) {
        .two-image-column-block .trade-container .text-content .column-title {
          font-size: 20px;
          line-height: 1; } }

:root {
  --text-dark: '#121619'; }
