/** Shopify CDN: Minification failed

Line 247:0 Unexpected "}"

**/
/*
1- Grid
2- Desc
*/

.main-desc-body {
  max-width: 100%;
  margin: 0 !important;
  position: relative;
}

.col .desc-img {
  width: 80%;
  border-radius: 8%;
}
/* Margin */

.position-center {
  display: grid;
  place-items: center;
}

/*.desc-icon-box {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}*/
.col .desc-img {
  width: 80%;
  border-radius: 8%;
}
.desc-info.narrow {
  max-width: 70%;
}

.desc-icon-box .max-w90 {
  max-width: 90%;
}

.desc-icon-box.p32 .col {
  padding: 32px;
}

.desc-icon-box.center .col {
  text-align: center !important;
}
.desc-icon-box .col i {
  font-size: 64px;
}
@media only screen and (max-width: 768px) {
  
  .desc-info.narrow {
    max-width: 100%;
    margin: 64px 24px;
  }
  .desc-icon-box .max-w90 {
    max-width: 100%;
    background-color: rebeccapurple;
  }
  .col .desc-img {
    width: 100%;
    border-radius: 8%;
  }

  .table-row {
    font-size: 16px;
    line-height: 100%;
  }

  .frmn-desc-main {
    gap: 32px;
  }
  .table-phrsns {
    margin: 0 !important;
  }
  .table-row {
    font-size: 12px !important;
  }
  .table-row-first {
    align-items: start !important;
  }
  .table-row .logo {
    display: none !important;
  }
  .table-row .mobil-logo {
    display: flex !important;
    width: 40px !important;
  }
  .table-phrsns-title,.frmn-desc-main-title {
    font-size: 24px !important;
    text-align: center !important;
  }
  .frmn-desc-main-subtitle {
    text-align: center !important;
  }
  .cnsmr-trl {
    margin: 0 !important;
    padding: 0 16px;
  }
  .wht-phrmn {
    padding-top: 0 !important;
  }
}

/* Tables */

/* Size Charts */
.size-chart thead th {
  background-color: #f9e5c5;
  font-size: 16px;
  padding: 16px 0;
}

.size-chart tr:nth-child(odd) {
  background-color: #cdcbe0;
}

.size-chart tr:nth-child(2n) {
  background-color: #e9e8ed;
}

.size-chart tbody td {
  font-size: 16px;
  padding: 8px 8px;
}

/* Comparison Charts */
.comparison-chart thead th {
  background-color: #ffffff;
  font-size: 16px;
  padding: 16px 0;
}

.comparison-chart td:nth-child(2),
.comparison-chart td:nth-child(3) {
  text-align: center;
}

.comparison-chart tbody tr:nth-child(odd) {
  background-color: #fbedd6;
}
.comparison-chart tbody tr:nth-child(2n) {
  background-color: #ffffff;
}

.comparison-chart td:nth-child(2n),
.comparison-chart th:nth-child(2n) {
  width: 25%;
  background-color: rgba(253, 245, 232, 0.6);
}
.comparison-chart td:nth-child(3n),
.comparison-chart th:nth-child(3n) {
  width: 25%;
}

.comparison-chart td:first-child {
  padding-left: 24px;
}

/* icons */

td svg {
  padding-top: 5px;
  width: 24px;
}

/* icon group */

.icon-group {
  display: flex !important;
  flex-direction: column;
  padding-top: 24px;
  gap: 24px;
}

.icon-comp {
  display: flex !important;
  align-items: center;
  gap: 24px;
}

.icon-comp img {
  width: 64px;
}

/* Description  */

.desc-info {
  display: flex;
  flex-direction: column;
  
}
.desc-title {
  font-size: 24px;
  font-weight: 600;
}
.desc-text {
  line-height: 1.45rem;
}
.desc-text b {
  color:#000000;
}
.desc-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 32px;
  padding: 20px 0;
  background-color: var(--secondary-color);
  border: 2px solid #000000;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.desc-btn a {
  text-decoration: none;
}
.desc-btn a:link,
.desc-btn a:visited {
  color: #000000;
}

/* Pherosense Table Main Title */
.table-phrsns-title-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
}
.table-phrsns-title {
  font-size: 32px;
  font-weight: 600;
  color: #000000;

}
}
.table-phrsns-subtitle {
  font-size: 18px;
  color: #4D4D4D;
  text-align: center;
}

/* Pherosense Table */
.table-phrsns {
  display: grid !important;
  grid-template-columns: 50% 25% 25%;
  font-size: 18px;
  font-weight: 600;
  color: #00000 !important;
}
.table-col .table-row:first-child {
  background-color: #ffffff;
}
.table-col .table-row:last-child {
  background-color: #ffffff;
}
.table-col_active {
  background-color: #ffffff !important;
  border: 3px solid var(--main-color);
  border-radius: 32px;
}
.table-col_active .table-row:first-child {
  height: 94px;
}
.table-col .table-row {
  color: #000000 !important;
  border-top: 1px solid #000000;
  background-color: var(--main-color);
}
.table-row {
  height: 40px;
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #000000;
}
.border-none {
  border-top: none !important;
}

.table-brdr-rds-t-r {
  border-radius: 16px 0 0 0;
}
.table-brdr-rds-t-l {
  border-radius: 0 16px 0 0;
}
.table-brdr-rds-b-l {
  border-radius: 0 0 16px 0;
}
.table-brdr-rds-b-r {
  border-radius: 0 0 0 16px;
}

/* Table Phrsns SVG */

.table-row .icon-close {
  height: 20px;
}
.table-row .icon-check {
  height: 26px;
}

/* Table Logo Display */
.table-row .logo {
  width: 80%;
  height: auto;
}
.table-row .mobil-logo {
  display: none;
}

/* Video Play Grid */

.video-play-grid {
  padding: 32px;
}
.video-player video {
  height: 500px;

} 
.video-desc {
  display: flex;
  flex-direction: column;
}
.video-desc-title {
  font-size: 32px;
  font-weight:600;
  color: #000000;
  
}
.video-desc-text {
  font-size: 18px;
}
.video-desc hr {
  width: 100%;
  border: 1px solid #000000;
  margin-top: 32px;
}
.video-desc-icon-box {
  display: flex;
  gap: 16px;
  margin:32px 0;
}
.v-d-col {
  width: 50%;
  display: grid;
  align-items: center;
  gap: 32px;
}

.v-d-icon {
  display: flex;
  align-items: center;
  gap: 16px;
}
.v-d-icon img {
  width: 48px;
  height: auto;
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.v-d-icon-text {
  font-size: 18px;
  color:#000000;
}
p {
  margin-top: 0em !important;
  margin-bottom: 0em !important;
}
/* What Is Pheromone? */
.wht-phrmn {
  grid-gap: 0 !important;
  padding-top: 64px;
}
.frmn-desc-main-title {
  font-size: 32px;
  font-weight: 600;
  color: #000000;
}
.frmn-desc-main-subtitle {
  font-size: 18px;
  line-height: 24px;
  padding-top: 8px;
  color: #4D4D4D;
}
.frmn-desc-main {
  align-items:baseline;
  padding: 16px;
}
.frmn-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 16px;
  gap: 8px;
}
.frmn-desc img{
  height: 80px !important;
}
.frmn-desc-title {
  font-size: 24px;
  font-weight: 600;
  color:#000000;
}
.frmn-desc-text {
  font-size: 18px;
  line-height: 24px;
}
.margin-none {
  margin: 0 !important;
}

/* Consumer Trail */
.cnsmr-trl-main {
  padding: 32px 0;
}
.cnsmr-trl {
  margin: 32px 12%;
}
.cnsmr-trl-subtitle {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--main-color);
}

.cnsmr-trl-title {
  font-size: 32px;
  font-weight: 700;
  color:#000000;
}
.cnsmr-trl-text {
  font-size: 18px;
  line-height: 24px;
  margin: 16px 0;
}
.cnsmr-trl-vrbl {
  display: flex;
  gap: 16px;
  font-size: 18px;
  align-items: center;
}
.cnsmr-trl-vrbl-value {
  font-size: 32px;
  font-weight: 600;
  color: #000000;
}
.cnsmr-trl-vrbl-text {
  font-size: 18px;
  color: #000000;
}

.prcntg-bar{
  width: 100%;
  margin: 8px 0;
  height: 16px;
  border-radius: 8px;
  background-color: #f2f2f7;
}
.prcntg-bar-load {
  height: 16px;
  border-radius: 8px;
  background-color: var(--main-color);
}
.bar-load62 {
  width: 62%;
}
.bar-load81 {
  width: 81%;
}
.bar-load86 {
  width: 86%;
}

:root {
    --main-color: #91d3e2;
    --secondary-color: #d2efef;
}