/** Shopify CDN: Minification failed

Line 563:0 Unexpected "}"
Line 637:0 Unexpected "}"

**/
/******************************* COMPARISON TABLE SECTION CSS ********************************/
.comparison-table-section .table-container .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.comparison-table-section .columnone {
  padding: 0 120px 0 0;
  width: 50%;
}
.comparison-table-section h3.brand_name.bold {
  font-weight: 700;
}
.comparison-table-section h1.product__title.heading-size--page-title {
  font-size: 24px;
}
.comparison-table-section a.btn {
  background: none;
  color: #000;
  border: solid 2px #000;
  width: 150px;
  padding: 10px 25px !important;
  border-radius: 50px !important;
}
.comparison-table-section .columntwo {
  width: 50%;
}
.comparison-table-section .columntwo .kh_main {
  box-shadow: -3px 7px 9px -2px #a09c9c;
  border-radius: 0 0 6px 6px;
}
.comparison-table-section .last_row,
.comparison-table-section .child_row,
.comparison-table-section .com_row {
  display: flex;
  background-color: #f3f3f3;
}
.comparison-table-section .com_info:nth-child(1) {
  border-left: 1px solid #a1a1a14d;
  border-radius: 6px 0 0;
}
.comparison-table-section .last_info:nth-child(2),
.comparison-table-section .child_info:nth-child(2),
.comparison-table-section .com_info:nth-child(2) {
  background-color: #fff;
}
.comparison-table-section .last_info,
.comparison-table-section .child_info,
.comparison-table-section .com_info {
  width: 50%;
}
.comparison-table-section .last_info2,
.comparison-table-section .child_info2,
.comparison-table-section .com_info2 {
  width: 25%;
}
.comparison-table-section .logo_ex {
  margin-top: -20px;
  border: 1px solid #a1a1a14d;
  border-bottom: 0;
  padding-top: 30px;
  padding-bottom: 10px;
  border-radius: 6px 6px 0 0;
  background: white;
}
.comparison-table-section .logo_com {
  text-align: center;
}
.comparison-table-section .logo_com img {
  width: 100px;
  max-width: 80%;
  margin: 0 auto;
  display: block;
}
.comparison-table-section .com_info:nth-child(3) {
  border-right: 1px solid #a1a1a14d;
  border-radius: 0 6px 0 0;
}
.comparison-table-section .last_info p,
.comparison-table-section .child_info p {
  font-size: 16px;
  margin-bottom: 0 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  font-weight: 700;
  color: #3a3a3a;
}
.comparison-table-section .com_info:nth-child(1),
.comparison-table-section .com_info:nth-child(3) {
  border-top: 1px solid #a1a1a14d;
}
.comparison-table-section .child_row {
  align-items: stretch;
  border: 1px solid #a1a1a14d;
  border-bottom: 0;
}
.comparison-table-section .last_info,
.comparison-table-section .child_info {
  text-align: center;
}
.comparison-table-section .table-container p {
  font-size: 18px;
  line-height: 30px;
}
.comparison-table-section .child_info:nth-child(2) {
  border: 1px solid #a1a1a14d;
  border-top: 0;
  border-bottom: 0;
}
.comparison-table-section .check_icon {
  width: 25px;
  display: inline-block;
}
.comparison-table-section
  .table-container.container--large
  .child_info.child_info2:last-child {
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.comparison-table-section .child_info2 {
  display: grid;
  align-items: center;
  justify-content: center;
}
.comparison-table-section .cross_icon {
  width: 18px;
  display: inline-block;
}
.comparison-table-section img {
  opacity: 1;
}
.comparison-table-section .child_row {
  align-items: stretch;
  border: 1px solid #a1a1a14d;
  border-bottom: 0;
}
.comparison-table-section .child_row:last-child .child_info.child_info2 {
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: -15px;
  border: 1px solid #a1a1a14d;
  border-radius: 0 0 6px 6px;
}
.comparison-table-section .display_mobile_only {
  display: none;
}



div#shopify-section-template--25054743494945__text_with_icons_LMVCMB {
    margin: 50px 0;
    padding: 50px 0;
    background: #f7eee3;
}
div#shopify-section-template--25054743494945__text_with_icons_LMVCMB h3 {
    font-size: 16px;
        margin-bottom: 15px;
        font-weight:600;
        margin-top: 6px;

}
div#shopify-section-template--25054743494945__text_with_icons_LMVCMB .text-with-icons__block-icon .icon {
    height: 44px;
    width: 44px;
}
div#shopify-section-template--25054743494945__text_with_icons_LMVCMB p {
    font-size: 15px;
        margin-bottom: 0;
}




.img_icon {
    max-width: 44px;
    width: 100%;
    margin: 10px auto;
}
.img_icon img {
    width: 100%;
}
.text-with-icons__blocks .text-with-icons__block {
    padding: 0;
    margin-bottom: 30px;
}



@media (max-width: 761px) {
  .row.custom-mobile-row {
    justify-content: center;
  }
  .comparison-table-section .table-container .row .columnone {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 30px;
  }
  .comparison-table-section .columnone,
  .comparison-table-section .columntwo {
    width: 100%;
  }
  .comparison-table-section .display_mobile_only {
    display: block;
  }
  .display_desktop_only {
    display: none;
  }
  .comparison-table-section a.btn {
    background: none;
    color: #000;
    border: solid 2px #000;
    width: 150px;
    padding: 9px 17px;
    font-size: 10px;
  }

  .header-item.header-item--navigation.text-center {
    display: none;
  }
  .header-item.header-item--icons {
    width: 40px;
    flex: 40px !important;
    max-width: 0;
  }
  .header-item.header-item--logo {
    max-width: 100%;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  svg.icon.icon-hamburger {
    position: absolute;
    left: 8px;
    top: 16px;
  }
}
@media (max-width: 568px) {
  .comparison-table-section .table-container p {
    font-size: 14px;
  }
  .comparison-table-section {
    margin-top: 0 !important;
  }
  p#center {
    margin-bottom: 0;
  }
}

/******************************* IMAGES SLIDER SECTION CSS ********************************/
.img-slides {
  padding: 0px 5px;
  border-radius: 10px;
}
.img-slides img {
  border-radius: 10px;
}
.images-slider-title-wrap h2 {
  text-align: center;
}
/* ... */
.comparison-table-section .columntwo .kh_main,
.comparison-table-section .com_row:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.comparison-table-section .columntwo .kh_main,
.comparison-table-section .child_row:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.comparison-table-section .com_info:nth-child(1) {
  border-radius: 20px !important;
}
.comparison-table-section .com_info:nth-child(3) {
  border-radius: 0 20px 0 0 !important;
}

@media (max-width: 350px) {
  .announcement-bar2 .custom-announcement-col {
    padding-left: 5px !important;
  }
  .announcement-bar2 .custom-announcement-col p {
    font-size: 10px !important;
  }
}

.product__thumb-item a.is-active:before,
.product__thumb-item a:focus:before {
  box-shadow: inset 0 0 0 2px #3d4246;
  box-shadow: inset 0 0 0 2px;
}

@media (max-width: 590px) {
  .header-item {
    text-align: center;
  }
}

.custom-text-with-icons .icons__item svg {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.custom-richtext-blocks .image-wrap-svg-holder {
  margin-bottom: 40px;
}

.custom-richtext-blocks .block-content ul li {
  margin-bottom: 25px;
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  font-weight: var(--typeBaseWeight);
  letter-spacing: var(--typeBaseSpacing);
  line-height: var(--typeBaseLineHeight);
  font-size: var(--typeBaseSize);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeSpeed;
}

@media only screen and (min-width: 750px) {
  .desktop-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  .mobile-hide {
    display: none !important;
  }
  .feature-row-wrapper,
  .kk-left,
  .kk-right {
    padding: 0;
    border-radius: 0 !important;
  }
  .feature-row__text {
    padding: 30px 20px !important;
  }
}
.feature-row__text {
  min-width: 50%;
  flex: 0 1 50%;
  padding: 50px;
}
.feature-row__item {
  flex: 0 1 50%;
}
.feature-row {
  /* background-color: #f7f7f7; */
  border-radius: 10px;
}
.kk-left {
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
}
.kk-right {
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
}
@media only screen and (min-width: 590px) {
  .feature-row__text--left {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1050px) {
  .feature-row {
    margin: 0;
  }
}

#gif_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  gap: 10px;
  left: -5px;
  position: relative;
  line-height: 1.45;
}
#gif_wrapper img {
  width: 50px;
}
#gif_wrapper #gif {
  display: flex;
  align-items: center;
  gap: 8px;
}
#gif_wrapper p {
  margin-bottom: 0;
}
.faq-que {
  /* background: #f7f7f7 !important; */
  padding: 12px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.faq-main .faq-que:first-child {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.faq-main .faq-que:last-child {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
button.collapsible-trigger.collapsible-trigger--inline .text {
  width: 88%;
  display: block;
}
@media screen and (max-width: 767px) {
  #gif_wrapper img {
    width: 40px;
  }
}
.collapsible-trigger {
  width: 100%;
}
.collapsible-trigger__icon {
  right: 10px !important;
  left: auto !important;
  width: 30px;
  height: 30px;
  background-color: #ddd;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}
.collapsible-trigger--inline {
  padding-left: 0;
}
.icon-up {
  transform: rotate(180deg); /* Optional for flipping */
}

.icon-down {
  transform: rotate(0deg);
}








@media only screen and (max-width: 1024px) {
  .header-item {
    flex: unset !important;
  }
}

/******************************* ACC_PD_Global_02_Product_Categorie_Filters SECTION CSS ********************************/
.ACC_PD_Global_02
  .shopify-section.shopify-section-group-header-group
  .ACC_PD_Global_02_Product_Categorie_Filters {
  margin-top: 21px;
}

body:not(.ACC_PD_Global_02) div#HeaderWrapper {
  /* min-height: 310px; */
}

.ACC_PD_Global_02_Product_Categorie_Filters {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 100px;
  margin: 0;
  align-self: stretch;
  background: rgba(236, 227, 216, 0.3);
}

.ACC_PD_Global_02_Product_Categorie_Box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.ACC_PD_Global_02_Product_Categorie_Box_Link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.ACC_PD_Global_02_Product_Categorie_Box_Image {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
}

.ACC_PD_Global_02_Product_Categorie_Box_Name {
  color: #181818;
  text-align: center;
  font-family: "Avenir Next", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
}

.ACC_PD_Global_02_Product_Categorie_Box:nth-child(3)
  .ACC_PD_Global_02_Product_Categorie_Box_Name {
  font-size: 14px;
}

body.ACC_PD_Global_02.ACC_PD_Global_02_homePage
  .ACC_PD_Global_02_Product_Categorie_Filters {
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: -44px;
}

@media (max-width: 1041px) {
  body:not(.ACC_PD_Global_02) div#HeaderWrapper {
    /* min-height: 60px; */
  }
}

@media (max-width: 768px) {
  .ACC_PD_Global_02
    .shopify-section.shopify-section-group-header-group
    .ACC_PD_Global_02_Product_Categorie_Filters {
    margin-top: 12px;
  }
}

/* @media (max-width: 710px) {
  body:not(.ACC_PD_Global_02) div#HeaderWrapper {
    min-height: 252px;
  } */

  .ACC_PD_Global_02_Product_Categorie_Filters {
    height: auto;
    margin: 0px 0 0;
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 50px;
    align-self: stretch;
    align-items: flex-start;
  }
}

@media (min-width: 501px) {
  .ACC_PD_Global_02_Product_Categorie_Box_Name .dash-icon {
    display: none;
  }
}

/* @media (max-width: 500px) {
  body:not(.ACC_PD_Global_02) div#HeaderWrapper {
    min-height: 233px;
  } */

  body.ACC_PD_Global_02.ACC_PD_Global_02_homePage
    .ACC_PD_Global_02_Product_Categorie_Filters {
    margin-top: 0px;
    padding-bottom: 16px;
    margin-bottom: 3px;
  }

  body.ACC_PD_Global_02.ACC_PD_Global_02_homePage
    .ACC_PD_Global_02_Product_Categorie_Filters {
    margin-top: 0px;
    margin-bottom: 3px;
    padding: 16px;
  }

  .ACC_PD_Global_02_Product_Categorie_Box {
    display: flex;
    width: 48px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .ACC_PD_Global_02_Product_Categorie_Box_Link {
    display: flex;
    width: 48px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .ACC_PD_Global_02_Product_Categorie_Box_Image {
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    display: flex;
  }

  .ACC_PD_Global_02_Product_Categorie_Box_Name {
    font-size: 12px;
    line-height: 120%;
    word-break: break-word;
  }

  .shopify-section.index-section--hero
    .ACC_PD_Global_02_Product_Categorie_Filters {
    margin-top: 0;
  }

  .ACC_PD_Global_02_Product_Categorie_Filters {
    gap: 35px;
  }

  .ACC_PD_Global_02_Product_Categorie_Box:nth-child(3)
    .ACC_PD_Global_02_Product_Categorie_Box_Name {
    font-size: 12px;
  }

  body.ACC_PD_Global_02.ACC_PD_Global_02_homePage
    .ACC_PD_Global_02_Product_Categorie_Filters {
    margin-top: 0;
  }
}

/******************************* ACC_PD_Global_02_Product_Categorie_Filters SECTION CSS ********************************/
@media (min-width: 768px) and (max-width: 1000px) {
  .ACC_PD_Homepage_01_row {
    display: flex;
    max-width: 1440px;
    padding-left: 40px;
    align-items: center;
    gap: 60px;
    width: 100%;
    min-height: 542px;
  }

  .ACC_PD_Homepage_01_col_2 {
    width: 45%;
  }
  img.ACC_PD_Homepage_01_col_img-1 {
    width: 100%;
  }
  .ACC_PD_Homepage_01_col_1 {
    width: 55%;
  }
}

@media (min-width: 1000px) {
  .ACC_PD_Homepage_01_col_2 {
    width: 56%;
  }
  .ACC_PD_Homepage_01_row {
    display: flex;
    max-width: 1440px;
    padding-left: 120px;
    align-items: center;
    gap: 60px;
    width: 100%;
  }
  img.ACC_PD_Homepage_01_col_img-1 {
    max-width: 738px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .ACC_PD_Homepage_01_col_1_heading {
    color: #1c1d1d;
    font-family: "Avenir Next";
    font-size: 29px;
    font-style: normal;
    font-weight: 500;
    line-height: 34.8px;
    text-transform: uppercase;
  }
  .ACC_PD_Homepage_01_col_1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    flex: 1 0 0;
  }
  .ACC_PD_Homepage_01_col_1_innerheading {
    color: #1c1d1d;
    font-family: "Avenir Next";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.6px;
  }
  .ACC_PD_Homepage_01_col_1_innercontent {
    overflow: hidden;
    color: #1c1d1d;
    text-overflow: ellipsis;
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
    letter-spacing: 0.4px;
  }
  .ACC_PD_Homepage_01_col_1_content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .ACC_PD_Homepage_01_wrapper {
    background: rgba(217, 201, 180, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ACC_PD_Homepage_01_col_1_content_badge {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }
  .ACC_PD_Homepage_01_col_1_content_outer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
  }
  .ACC_PD_Homepage_01_col_1_content_badge_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
  }
  .ACC_PD_Homepage_01_col_1_content_badge_heading {
    color: #1c1d1d;
    text-align: center;
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    white-space: nowrap;
    font-weight: 600;
    line-height: 25.6px;
    letter-spacing: 0.4px;
  }
  .ACC_PD_Homepage_01_col_1_content_badge_date {
    color: #1c1d1d;
    text-align: center;
    font-family: "Avenir Next";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
  }
  .ACC_PD_Homepage_01_col_1_innerheading span {
    display: flex;
  }
  svg#ACC_PD_Homepage_01_col_1_svg {
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
  }
  svg#ACC_PD_Homepage_01_col_2_svg {
    min-width: 124px;
    max-width: 124px;
    min-height: 24px;
    max-height: 24px;
  }
}

@media (max-width: 767.9px) {
  svg#ACC_PD_Homepage_01_col_1_svg {
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
  }
  svg#ACC_PD_Homepage_01_col_2_svg {
    min-width: 92px;
    max-width: 92px;
    min-height: 18px;
    max-height: 18px;
  }
  .ACC_PD_Homepage_01_col_1_content_badge {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    padding-top: 24px;
    border-top: 0.6px solid rgba(0, 0, 0, 0.3);
  }
  .ACC_PD_Homepage_01_col_1_content_badge_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
  }
  .ACC_PD_Homepage_01_col_1_content_badge_heading {
    color: #1c1d1d;
    text-align: center;
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.4px;
  }
  .ACC_PD_Homepage_01_col_1_content_badge_date {
    color: #1c1d1d;
    text-align: center;
    font-family: "Avenir Next";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
  }
  .ACC_PD_Homepage_01_col_1_content_outer {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .ACC_PD_Homepage_01_col_1_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    padding-bottom: 16px;
    border-bottom: 0.6px solid rgba(0, 0, 0, 0.3);
  }
  .ACC_PD_Homepage_01_wrapper {
    background: rgba(217, 201, 180, 0.2);
  }
  .ACC_PD_Homepage_01_row {
    display: flex;
    padding-top: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .ACC_PD_Homepage_01_col_1_heading {
    color: #1c1d1d;
    text-align: center;
    font-family: "Avenir Next";
    font-size: 24.7px;
    font-style: normal;
    font-weight: 500;
    line-height: 29.58px;
    width: 320px;
    text-transform: uppercase;
  }
  .ACC_PD_Homepage_01_col_1 {
    display: flex;
    padding: 0px 24px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 360px;
  }
  .ACC_PD_Homepage_01_col_1_innerheading {
    color: #1c1d1d;
    text-align: center;
    font-family: "Avenir Next";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.6px;
    width: 320px;
    height: 52px;
  }
  .ACC_PD_Homepage_01_col_1_innerheading span {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    justify-content: center;
  }
  .ACC_PD_Homepage_01_col_1_innercontent {
    color: #1c1d1d;
    text-align: center;
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
    letter-spacing: 0.4px;
  }
}


@media (min-width: 1024px) {
  .ACC_PD_Global_02_Product_Categorie_Box_Link {
      display: flex;
      width: 78px;
      flex-direction: column;
      align-items: center;
      gap: 8px;
  }
}
@media (min-width: 768px) {
  .ACC_PD_Global_02_Product_Categorie_Box_Link {
      display: flex;
      width: 78px;
      flex-direction: column;
      align-items: center;
      gap: 8px;
  }
}
@media (min-width: 768px) {
.ACC_PD_Global_02_Product_Categorie_Filters {
    gap: 100px;
}}