/** Shopify CDN: Minification failed

Line 992:0 Unexpected "}"

**/
.product-info {
  text-align: left;
}
.product-info a {
  font-weight: bold;
  text-transform: uppercase;
}
.product-info .product-attribute {
  margin-top: 2px;
  font-family: "le-monde-livre-std";
  font-style: italic;
  font-size: 19px;
  margin-bottom: 5px;
  line-height: 18px;
}
.product-info .product-type {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 21px;
  margin-bottom: 7px;
  line-height: 21px;
}
.product-info .product-rating {
  margin-bottom: 7px;
}
.product-rating [data-bv-show=inline_rating] .bv_main_container .bv_text {
  font-family: 'Poppins' !important;
}
[data-section-type="featured-collection"] .section-heading {
  padding-bottom: 25px;
}
[data-section-type="featured-collection"] .section-heading span {
  padding-right: 13px;
  font-style: italic;
  font-family: "le-monde-livre-std";
  font-weight: normal;
  letter-spacing: 2px;
}
.product-grid.grid .column {
  padding: 0;
}
.products-section .cc-carousel--previous,
.products-section .cc-carousel--next {
  /* top: calc(50% - 50px); */
}

.image-overlay.overlay--h-right .inner.container {
  max-width: 580px;
  text-align: center;
  margin: 0;
  padding-right: 5%;
}

.img-badge {
  max-width: 200px;
  margin: 0 auto 10px;
}

[data-section-type="slideshow"] .image-overlay .inner {
  color: #000;
}

[data-section-type="slideshow"] .feature-subheader {
  font-size: 55px;
  margin-bottom: 0;
  line-height: 1;
}

[data-section-type="slideshow"] .line-1 {
  font-style: italic;
  font-family: "le-monde-livre-std";
  font-weight: 500;
  text-transform: none;
}

[data-section-type="slideshow"] .slick-dots li button:before {
  color: transparent;
  background: transparent;
  border-radius: 50%;
  border: 2px solid black;
  opacity: 1;
}

[data-section-type="slideshow"] .slick-dots li.slick-active button:before {
  color: black;
  background: black;
  border-radius: 50%;
  opacity: 1;
}

[data-section-type="slideshow"] .slick-dots li {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .section-logo-list {
    padding-bottom: 50px !important;
  }
  .blog-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .tab-btn {
    flex: 1 1 45%; /* Makes the buttons take up 45% of the container width */
    margin: 5px;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    border-radius: 10px;
  }

  .tab-btn.active {
    background-color: #807676; /* Highlight active button */
    color: #fff;
  }
  .image-overlay.overlay--h-right .inner.container {
    background-color: rgba(255, 255, 255, 0.6);
    padding-right: 20px;
  }
  .section-logo-list .cc-carousel--previous,
  .section-logo-list .cc-carousel--next {
    display: none;
  }
  .section-logo-list .cc-carousel--previous svg,
  .section-logo-list .cc-carousel--next svg {
    height: 40px;
    width: 40px;
  }
  .section-logo-list .cc-carousel--previous {
    left: calc(50% - 50px);
    bottom: -75px;
    top: unset;
  }
  .section-logo-list .cc-carousel--next {
    right: calc(50% - 50px);
    top: unset;
    bottom: -75px;
  }
}

.toolbar-container {
  background-color: #f5f0ec;
}
.main-nav .nav-item .nav-item-link {
  font-weight: bold;
}
.section-heading,
.image-with-text .section-heading h2 {
  text-align: center;
  text-transform: none;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 45px;
  letter-spacing: 2px;
}
.page-footer em,
.section-heading em {
  letter-spacing: normal;
  font-style: italic;
  font-family: "le-monde-livre-std";
  font-weight: normal;
}
.image-with-text__text {
  border: 1.75pt solid;
  margin-left: 30px;
  background: white;
}

.image-with-text__image {
  border: 1.75pt solid;
  border-radius: 0 20px 0 0;
  border-left: 0;
  margin-right: 30px;
}

.icon-with-text-list h3 {
  font-family: "le-monde-livre-std";
  margin: 0;
  font-weight: normal;
  font-style: italic;
  font-size: 24px;
  text-transform: unset;
}

.icon-with-text-list p:empty {
  display: none;
}

.small-text-below-button {
  margin-top: 15px;
}

.small-text-below-button p {
  font-size: 12px;
}

.small-bar {
  width: 100%;
  height: 8px;
  background: rgb(239, 253, 172);
  background: radial-gradient(
    circle,
    rgba(239, 253, 172, 1) 20%,
    rgba(194, 211, 238, 1) 69%,
    rgba(180, 179, 249, 1) 100%
  );
}

.feature-heading-container {
  width: 100%;
  border-bottom: 1.75pt solid;
  padding: 30px 30px 10px;
}

.feature-content-container {
  padding: 40px 30px 50px;
}

.feature-heading-container .feature-tag {
  font-weight: bold;
}

.feature-heading-container .feature-subheader {
  font-size: 27px;
  margin-bottom: 0;
}

.feature-heading-container .h1 {
  font-size: 27px;
  font-style: italic;
  text-transform: unset;
  font-family: "le-monde-livre-std";
  line-height: 1;
}

.remove-margin-bottom {
  margin-bottom: 0 !important;
}

.icon-with-text-container {
  display: flex;
  flex-wrap: wrap;
}
.icon-with-text-item {
  width: 33%;
  margin-right: 0px;
  text-align: center;
}
.icon-with-text-item p {
  font-weight: bold;
}
.icon-with-text-item img {
  width: 100px;
}

@media (max-width: 768px) {

  .blog-banner .banner-content {
    flex-direction: column;
  }
  .image-with-text
    .image-with-text__image
    .image-with-text__image__inner
    .video-container,
  .image-with-text .image-with-text__image .image-with-text__image__inner {
    height: 100%;
  }
  .image-with-text
    .image-with-text__image
    .image-with-text__image__inner
    .video-container
    video {
    object-fit: cover;
  }
  .image-with-text__text {
    margin-left: 0;
    padding-bottom: 20px;
  }

  .image-with-text__image {
    margin-right: 0;
    border-left: 1.75pt solid;
    border-bottom: 0;
  }
}

.new-link-layout ul li {
  font-weight: bold;
  text-transform: uppercase;
}

.new-link-layout ul {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0 0 6px;
}

.social-links img {
  width: 40px;
  height: 40px;
}

#page-footer .container .section {
  padding-bottom: 0;
}

#page-footer .container .lightly-spaced-row p {
  font-size: 20px;
}

.mailing-list .inline-input-button {
  border-radius: 0;
  background: transparent;
}
.mailing-list input[type="submit"] {
  border-radius: 0;
}

.bottom-text {
  border-top: 1.75pt solid;
  border-bottom: 1pt solid;
  padding: 15px;
  overflow: hidden;
  text-wrap: nowrap;
  white-space: nowrap;
  background: radial-gradient(circle, #effdac 20%, #c2d3ee 69%, #b4b3f9);
}

.bottom-text p {
  font-size: 30px;
  margin-bottom: 0;
  margin-right: 30px;
  display: inline-block;
  letter-spacing: 2px;
  text-wrap: nowrap;
  font-family: Monaco, "'Lucida Console'", "'DejaVu Sans Mono'", monospace;
  line-height: normal;
}

button,
input[type="submit"],
.btn,
.product-block .inner .quick-buy,
.account-area .action_link,
.button {
  font-weight: bold;
}

@media (max-width: 768px) {
  .new-link-layout ul {
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
  }
}
.container-shop-by-concern {
  display: flex;
  /* box-shadow: 0px -1px #000; */
  background: url("/cdn/shop/files/shop-by-concern-right-block.webp");
  background-size: 80%;
  background-position: right;
  background-repeat: no-repeat;
  border-radius: 0 20px 0 0;
  margin: 30px auto;
  max-width: 1440px;
  border: 2px solid;
}
.container-shop-by-concern-headers h3 {
  font-size: 45px;
  margin-bottom: 0;
}
.container-shop-by-concern-headers p {
  font-size: 23px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.container-shop-by-concern-left {
  /* flex: 0.6; */
  width: 520px;
  border-right: 1.75pt solid;
}
.container-shop-by-concern-headers.desktop {
  display: none;
}
.container-shop-by-concern-headers.mobile-view {
  display: block;
  text-align: center;
  padding-top: 30px;
}

.container-shop-by-concern-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.concern-tabs {
  padding: 20px 0 0;
}
.concern-tabs-item {
  background: #ecff9f;
  border: 1.75pt solid;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 15px;
  text-align: left;
}
.concern-tabs-item h3 {
  font-family: "le-monde-livre-std";
  font-style: italic;
  text-transform: none;
  font-size: 30px;
  margin-bottom: 5px;
}
.concern-tabs-item .attribute {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 17px;
  display: none;
}
.concern-tabs-item .product-type {
  margin-bottom: 0;
}
.concern-tabs-item:hover,
.concern-tabs-item.active {
  background: #d7e986;
}

.container-shop-by-concern-right {
  flex: 1.4;
  display: flex;
  flex-direction: column;
  padding: 30px 50px;
}

.imageBtn {
  margin-bottom: 10px;
}
.concern-tabs {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

html:not(.touch) .main-nav .nav-item.drop-uber .sub-nav:before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -50vw;
  left: -50vw;
  bottom: 0;
  z-index: -1;
  /* border-top: 0px solid #000000;
    border-bottom: 0px solid #000000; */
}

.bg-img-desktop {
   text-align: right;
    border-top: 1px solid;
  }
.bg-img-desktop img {
  vertical-align: bottom;
    width: 80%;
    text-align: right;
    margin: 0 0 0 auto;
}

.feature-content-container p {
 font-weight: normal; 
}

@media (min-width: 960px) {
  html:not(.touch) .main-nav .nav-item.drop-uber .sub-nav > .container {
    margin-left: 0 !important;
    width: 90% !important;
  }
}
@media (min-width: 901px) {
  .bg-img-desktop {
    display: none;
  }
  .concern-tabs-item .attribute {
    display: block;
  }
  .container-shop-by-concern-headers.desktop {
    display: block;
  }
  .container-shop-by-concern-headers.mobile-view {
    display: none;
  }
  .concern-tabs-item {
    width: calc((100% / 3) - 20px);
  }
}
@media (min-width: 1440px) {
  .concern-tabs {
    /* max-width: 950px; */
  }
  .concern-tabs-item {
    /* width: calc((100% / 3.5) - 20px); */
    min-width: 250px;
  }
}
@media (min-width: 768px) {
  .main-nav .nav-item .nav-item-link {
    padding: 37px 1em !important;
  }

  html:not(.touch) .main-nav .nav-item.drop-uber .sub-nav {
    padding: 0 !important;
    flex-direction: row-reverse;
    left: 0 !important;
  }

  .main-nav .nav-item.drop-uber .sub-nav-list {
    padding-bottom: 0;
    padding-left: 0;
  }
  .main-nav .nav-item.drop-uber .sub-nav-list:last-child:before {
    content: none !important;
  }
  .main-nav .sub-nav-item-image {
    margin-bottom: 1.75pt;
    margin-top: 1.75pt;
  }
  .main-nav
    .nav-item.drop-uber
    .sub-nav-images-column--count-1
    .sub-nav-image-list {
    padding-left: 0 !important;
  }
  .main-nav .nav-item.drop-uber .sub-nav-links-column-grid-wrapper {
    margin-left: 0 !important;
  }
  .main-nav .nav-item.drop-uber .sub-nav-links-column--beside-1-images {
    width: 75%;
  }
  .main-nav
    .nav-item.drop-uber
    .sub-nav-links-column--beside-1-images
    .sub-nav-list {
    width: 35%;
  }

  .main-nav
    .nav-item.drop-uber
    .sub-nav-links-column--beside-1-images
    .sub-nav-list
    li:first-child {
    background: #fff !important;
    border-top: 1.75pt solid;
  }

  .main-nav .nav-item.drop-uber .sub-nav-list .sub-nav-item-title {
    text-align: left;
    padding-top: 32px;
    font-family: "le-monde-livre-std";
    font-style: italic;
    font-size: 22px;
  }
  .main-nav
    .nav-item.drop-uber
    .sub-nav-links-column--beside-1-images
    .sub-nav-item {
    padding: 5px 30px;
    transition: all 0.3s ease;
    color: #202020;
  }
  .main-nav .sub-nav-item.active > a {
    color: #202020;
  }
  .main-nav
    .nav-item.drop-uber
    .sub-nav-links-column--beside-1-images
    .sub-nav-item:hover {
    background: #effdac;
  }

  .main-nav .sub-nav .sub-nav-item-link {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 17px;
  }
  .main-nav .nav-item.drop-uber .sub-nav-list::before {
    content: "";
    width: 1.75px;
    height: 100%;
    position: absolute;
    background: black;
    margin-left: 0px;
    right: 0;
  }

  html:not(.touch) .main-nav .nav-item.drop-uber .sub-nav:before {
    border-top: 1.75pt solid;
    border-bottom: 1.75pt solid;
  }
}

@media (max-width: 900px) {
  .cc-accordion-item{
    background-image: none !important;
  }
  .container-shop-by-concern-left {
    width: unset;
  }
  .bottom-text p {
    font-size: 18px;
  }
  .container-shop-by-concern-headers h3 {
    font-size: 35px;
  }
  .icon-with-text-list h3 {
    font-size: 20px;
  }
  .feature-content-container p {
    font-size: 13px;
  }
  .image-with-text__text {
    padding-bottom: 0;
  }
  .image-with-text .image-with-text__text .rte {
    margin-bottom: 0.5em;
  }
  .feature-heading-container {
    padding: 20px 20px 10px;
  }
  .feature-content-container {
    padding: 20px 20px 10px;
  }
  .container-shop-by-concern {
    flex-direction: column;
    background-size: cover;
    border-radius: 0;
  }
  .container-shop-by-concern-left {
    text-align: center;
  }
  .container-shop-by-concern-left img {
    /* max-width: 300px; */
  }
  .concern-tabs-item {
    /* width: calc((100% / 2) - 20px); */
    width: calc((100% / 3));
    max-width: 100%;
    border-width: 1px;
    padding: 8px 12px;
  }
  .container-shop-by-concern-right {
    padding: 0;
  }
  .concern-tabs {
    padding: 0;
    gap: 0;
  }
  .concern-tabs-item .product-type,
  .concern-tabs-item:last-child .attribute {
    font-weight: 700;
    font-size: calc(0.5em + 1vmin);
    line-height: 15px;
  }
  .concern-tabs-item h3 {
    line-height: 1;
    font-size: calc(1em + 1vmin);
    margin-bottom: 0;
  }
  .concern-tabs-item:last-child .attribute {
    text-decoration: underline;
  }
}
@media (max-width: 550px) {
  .bottom-text {
    text-align: center;
  }
  .bottom-text p {
    margin-right: 0;
  }
  .bottom-text p:not(:first-child) {
    display: none;
  }
}
#announcement-bar {
  color: #000;
  background-color: #ecff9f;
  padding: 2.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1.75pt solid #000;
  border-bottom: 1.75pt solid #000;
}
#announcement-bar:hover .animate-text {
  /* animation-play-state: paused; */
}
#announcement-bar .marquee-text-container {
  overflow: hidden;
}
#announcement-bar .marquee-text-container .marquee-text-content {
  width: 100000px;
}
#announcement-bar .marquee-text-container .marquee-text-content .animate-text {
  -webkit-animation-name: marquee-text-animation;
  animation-name: marquee-text-animation;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  float: left;
  animation-duration: 25s;
  cursor: pointer;
  display: flex;
}
#announcement-bar
  .marquee-text-container
  .marquee-text-content
  .animate-text
  .message {
  position: relative;
  height: 100%;
  min-height: 23px;
  padding: 12px 10px;
}
#announcement-bar
  .marquee-text-container
  .marquee-text-content
  .animate-text
  .message
  p {
  display: inline-block;
  white-space: nowrap;
  font-size: 25px;
  margin-bottom: 0;
  letter-spacing: 0.6px;
}

@-webkit-keyframes marquee-text-animation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes marquee-text-animation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.product-slideshow .slick-list {
  height: auto !important;
}
.product-slideshow .rimage-outer-wrapper {
  max-width: 100% !important;
}
.thumbnails .rimage-outer-wrapper {
  border: 1px solid;
}
.product-slideshow .product-media {
  border: 1px solid;
  border-radius: 0 20px 0 0;
  overflow: hidden;
}

.product-recommendations {
  background-color: #dfe3ff;
  box-shadow: 0px -1px black;
  padding: 40px 0;
  border-bottom: 1.75pt solid;
}

.product-recommendations .section-heading {
  letter-spacing: normal;
  font-style: italic;
  font-family: "le-monde-livre-std";
  font-weight: normal;
}

.product-recommendations
  .product-grid.grid
  .product-block:not(.product-block--flex-spacer) {
  background: transparent;
}

.product-recommendations .products-section {
  margin-top: 0 !important;
}

.faq-section {
  background-color: #f5f0ec;
  padding: 30px 0;
}

.faq-section h3 {
  font-size: 32px;
}

.cc-accordion-item__title:before,
.cc-accordion-item__title:after {
  height: 2px !important;
}

.cc-accordion-item__title {
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: bold;
}

.product-block .product-label.custom {
  background-color: #75fba6;
  width: 80%;
  left: 10%;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  border: 1.75pt solid;
  bottom: 20px;
  top: unset;
}
.product-block.biotin-boost .product-label {
  background-color: #9caff9;
}
.product-block.argan-oil .product-label {
  background-color: #6ee4fc;
}
.breadcrumbs-container {
  padding: 0px 20px;
  background: #ebfaa7;
  border-bottom: 1.75pt solid #000;
  border-top: 1.75pt solid #000;
}
.breadcrumbs-container .breadcrumbs li,
.breadcrumbs-container .breadcrumbs li span {
  text-transform: uppercase;
  font-weight: bold;
}

.breadcrumbs-divider {
  padding: 0 3px;
}

.product-details .collection-name,
.content-popup .collection-name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
}

.product-details .collection-name + div p,
.content-popup .collection-name + div p {
  font-size: 29px;
  font-style: italic;
  font-family: "le-monde-livre-std";
  font-weight: normal;
}

.product-details .type,
.content-popup .type {
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
}

.content-popup .type {
  margin-bottom: 20px;
  font-size: 30px;
}

.content-popup .collection-name + div p {
  margin-bottom: 10px;
  margin-top: 10px;
}

.template-product .product-details {
  margin-top: 0;
}

.product-details .product-description {
  padding-top: 0;
}
.product-details .product-icons {
  display: flex;
  gap: 10px;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: flex-start;
}
.product-details .product-icons > div {
  width: calc(33% - 10px);
}
.product-details .product-icons > div p {
   word-wrap: break-word;
}
.product-details .product-icons img {
  width: 100px;
}

.product-details .product-icons div {
  text-align: center;
  font-weight: bold;
}

.product-details .buy-btn {
}

.review-placeholder {
  /* border: 1.75pt solid; */
  margin: 60px 0;
  border-radius: 0 20px 0 0;
}

.review-placeholder .review-placeholder-text {
  /* border-bottom: 1.75pt solid; */
  padding: 20px;
  text-align: center;
}

.review-placeholder .review-placeholder-text p {
  margin-bottom: 5px;
  font-size: 22px;
}
.review-placeholder .review-placeholder-text h3 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 10px;
}

.main-nav .sub-nav {
  width: 100vw !important;
  border: none !important;
}
.product-block .image > .inner {
  /* border: 1.75pt solid; */
  border: 1px solid lightgray;
}

.section-logo-list {
  max-width: 1440px;
  margin: 0 auto;
}

.main-nav .nav-item.drop-uber .sub-nav-list {
  padding-left: 20px !important;
  width: calc(33.33% - 20px) !important;
  margin-right: 20px;
  position: relative;
  padding-bottom: 40px;
  padding-top: 0px;
}
@media (min-width: 1180px) {
  /* .hide-btn-desktop .cc-carousel--previous,
   .hide-btn-desktop .cc-carousel--next {
    display: none !important;
  } */
}

.collection-header .page-title {
  margin-bottom: 0;
}

.product-block__title-price a:nth-child(n + 3),
.product-details .collection-name:nth-of-type(n + 2) {
  display: none;
}

.product-info a.button {
  display: inline-block;
  line-height: 18px;
  font-weight: 500;
}
}

.tagline-container {
  margin-bottom: 50px;
}

.tagline-container p {
  font-style: italic;
  font-family: le-monde-livre-std;
  font-weight: 500;
  text-transform: none;
  text-align: center;
  font-size: 40px;
  margin-bottom: 35px;
}

.metafield-rich_text_field ul {
  padding: 0 0 0 15px;
}
.custom-section-img-txt {
  background-color: #f0fcac;
  padding: 50px 0;
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.custom-section-img-txt img {
  margin-bottom: 20px;
}

.custom-section-img-txt h2 {
  max-width: 550px;
  font-size: 30px;
  margin: 0 auto;
}
.instafeed-new-layout-item {
  border: 1px solid;
  border-radius: 0 20px 0 0;
  overflow: auto;
}

#content .shopify-section:first-child .section.full-width-section {
  margin-bottom: 0;
}


.image-with-text .video-container__video-element {
  background: black;
}

.image-with-text.image-with-text--cover
  .image-with-text__image__inner
  .video-container
  video {
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}

.product-details .product-detail__gap-lg {
    padding-bottom: 17px !important;
}


@media (max-width: 768px) {
  .product-details .product-icons>div p {
    font-size: 12px;
  }
  .products-section .cc-carousel--previous,
  .products-section .cc-carousel--next {
    display: none;
  }
  .tagline-container {
    margin-bottom: 20px;
  }
  .section-slideshow.has-full-width-section ul {
    top: 420px;
    height: 20px;
  }
  .section-slideshow.has-full-width-section .slick-dots li button:before,
  .section-slideshow.has-full-width-section .slick-dots li {
    width: 15px;
    height: 15px;
  }

  .section-slideshow.has-full-width-section .slick-dots li button:before {
    content: "";
  }

  .tagline-container p {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .custom-section-img-txt h2 {
    max-width: 100%;
    padding: 0 20px;
  }

  .image-with-text.image-with-text--cover .image-with-text__image__inner .video-container video {
    height: 100%;
    transform: unset;
  }
}


@media (min-width: 1440px) {
  .section-logo-list .cc-carousel--previous, 
  .section-logo-list .cc-carousel--next {
    display: none;
  }
}

/* Restrict Contents to 3 lines  */
p.blog-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}