/** Shopify CDN: Minification failed

Line 1500:1 Expected identifier but found whitespace
Line 1592:0 Unexpected "="

**/
/* .custom-class video {
  height: 720px !important;
}
.custom-class .swiper-slide.swiper-slide-active {
  height: 720px;
}
.custom-class {
  height: 720px;
} */
.clearfix .table-size-guide th {
  background: #263059;
  color: #fff;
}

.product-card__sold-out-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  text-transform: uppercase;
  border-radius: 4px;
  z-index: 2;
}

.product--sold-out .product-card__image {
  opacity: 0.6;
}

.stockist-search-filters {
  display: none;
}
form.stockist-search-form {
  width: 100% !important;
}
body .stockist-query-entry {
  width: 100% !important;
}
.stockist-search-button button {
  position: absolute;
  left: 95% !important;
  bottom: 7px;
}

.artist-below .image-box img {
  padding-bottom: 40px !important;
}
.jdgm-preview-badge .jdgm-star.jdgm-star {
  color: #ffd200 !important;
}
span.jdgm-prev-badge__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #212529;
}
.container {
  width: min(1500px, calc(100% - 60px));
  margin: 0 auto;
}
.js-thumbnails-slider .product-thumbnail {
  width: calc(100% / 5); /* Adjusts the width of each thumbnail */
}
.product-swiper-container {
  width: 100%;
  padding: 20px 0;
}

.product-swiper-container .swiper-slide {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
div#redo-checkbox {
  display: none;
}

/** header css **/
.thb-full-menu--link:hover svg path,
.header:hover .thb-full-menu--link svg path {
  stroke: #ffffff !important;
}
.template-customers-login .thb-full-menu--link:hover svg path,
.header:hover .thb-full-menu--link svg path {
  stroke: #fff !important;
}
.template-collection .header:hover .full-menu > ul > li > a svg path,
.template-page .header:hover .full-menu > ul > li > a svg path {
  stroke: #000 !important;
}
.is-sticky .thb-full-menu--link:hover svg path,
.header.is-sticky:hover .thb-full-menu--link svg path {
  stroke: #000 !important;
}
theme-header .row.expanded > div {
  padding-inline: 50px;
}

.header:hover .thb-full-menu > li > a.thb-full-menu--link {
  color: #fff;
}
.Midea-class .media-grid--item {
  border: 0px solid;
  border-radius: 22px;
}
.Midea-class .media-grid--bg img,
.Midea-class .media-grid--bg video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
.template-customers-login
  .header:hover
  .thb-full-menu
  > li
  > a.thb-full-menu--link {
  color: #000;
}

.header.is-sticky {
  background: #fff;
}

.header.transparent--true:before {
  content: none;
}

.header:hover:before {
  background: transparent;
}

.thb-full-menu .sub-menu {
  padding: 20px;
}

.sub-menu li:not(:last-child) {
  margin-bottom: 5px;
}

.thb-full-menu--link:after {
  background: #fff;
}

.header .sub-menu {
  transition: all 0.1s ease-in-out !important;
}

/** header css **/
/** megamenu css **/
full-menu .thb-full-menu li:nth-child(2) ul.mega-menu-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

full-menu .thb-full-menu li:nth-child(2) ul.mega-menu-columns li:first-child {
  grid-area: 1 / 1 / 4 / 3;
}

full-menu .thb-full-menu li:nth-child(2) ul.mega-menu-columns li:nth-child(2) {
  grid-area: 1 / 3 / 2 / 4;
}

full-menu .thb-full-menu li:nth-child(2) ul.mega-menu-columns li:nth-child(3) {
  grid-area: 1 / 4 / 2 / 5;
}

full-menu .thb-full-menu li:nth-child(2) ul.mega-menu-columns li:nth-child(4) {
  grid-area: 2 / 3 / 3 / 4;
}

full-menu .thb-full-menu li:nth-child(2) ul.mega-menu-columns li:nth-child(5) {
  grid-area: 2 / 4 / 3 / 5;
}

full-menu .thb-full-menu li:nth-child(2) ul.mega-menu-columns li:last-child {
  grid-area: 3 / 4 / 4 / 5;
}

.mega-menu-columns .mega-menu-columns__heading {
  color: #263059;
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.thb-full-menu .mega-menu-columns {
  padding: 35px 40px;
}

a.mega-menu-promotion:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

a.mega-menu-promotion {
  position: relative;
}

.mega-menu-promotion--cover {
  z-index: 2;
}

.mega-menu-promotion--cover p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #fff;
  margin: 0 0 10px;
}

.mega-menu-promotion--cover .text-button.white:before,
.mega-menu-promotion--cover .text-button.white:after {
  content: none;
}

.mega-menu-promotion--cover span {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0px;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 11%;
  text-decoration-skip-ink: auto;
}

.mega-menu-promotion--cover span svg {
  margin-left: 6px;
}

.thb-full-menu li.menu-item-has-children.menu-item-has-megamenu .sub-menu {
  left: 20px;
  right: 15px;
  border-top: none;
  box-shadow: none;
  background: #eaebef;
  border-radius: 0 0 19px 19px;
}

.mega-menu-columns li > ul a.thb-full-menu--link {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.is-sticky:hover .thb-full-menu > li > a.thb-full-menu--link {
  color: #000;
}

/** megamenu css **/

/** footer css **/
.footer .medium-3.columns:first-child,
.footer .medium-3.columns:last-child {
  max-width: 30%;
  flex: 0 0 30%;
}

.footer .medium-3.columns {
  max-width: 20%;
  flex: 0 0 20%;
}

.footer .medium-3.columns:nth-child(2),
.footer .medium-3.columns:nth-child(3) {
  padding-left: 55px;
}

.widget--signup .thb-widget-title {
  font-weight: 400 !important;
  font-size: 28px !important;
  letter-spacing: 0 !important;
  margin-bottom: 25px !important;
}

.footer .signup-container input:focus + label {
  left: 35px;
}

.footer .widget p {
  line-height: 1.5 !important;
  text-transform: capitalize;
  font-size: 18px !important;
  font-weight: 300;
  width: 84%;
}

.footer .thb-widget-title.collapsible {
  font-size: 28px !important;
  letter-spacing: 0 !important;
  margin-bottom: 25px !important;
  font-weight: 400 !important;
}

.footer li a {
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 6px;
}

/** footer css **/
/** listing css **/
.collection_product_grid.row {
  padding: 20px 0;
}

.collection_product_grid .facets--bar {
  display: none !important;
}

.products .product-card a.product-featured-image-link {
  padding-bottom: 0 !important;
  height: 350px;
  border-radius: 20px 20px 0 0;
}

.collection_product_grid .products .product-card {
  background: #eaebef;
  border-radius: 0 0 20px 20px;
}
.products .product-card {
  background: #263059;
  border-radius: 0 0 20px 20px;
}

.collection_product_grid .product-card .product-card-info a.product-card-title,
.complementary-section a.cart-product-link {
  color: #263059 !important;
}
.product-card .product-card-info a.product-card-title,
.complementary-section a.cart-product-link {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 10px;
}

.product-card .product-card-info {
  padding: 20px 10px !important;
  border-radius: 0 0 20px 20px !important;
  gap: 0 !important;
}

.collection_product_grid .product-card .product-card--add-to-cart-button {
  background: #263059 !important;
  color: #fff !important;
}
.product-card .product-card--add-to-cart-button {
  background: #fff !important;
  color: #263059 !important;
  border-radius: 30px;
  width: max-content;
}

.product-card .product-card-info .price span,
.complementary-section .price span.amount {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #fff;
}
.collection_product_grid .product-card .product-card-info .price span,
.complementary-section .price span.amount {
  color: #000 !important;
}

.product-card .product-card-info del {
  text-decoration: none;
}

.product-card .product-card-info .price del .amount {
  text-decoration: line-through;
  font-weight: 300 !important;
}

.product-card .product-card--add-to-cart-button::before {
  content: none;
}

.collection_product_grid .product-card .product-card--add-to-cart-button:hover {
  background: #000 !important;
}
.product-card .product-card--add-to-cart-button:hover {
  background: #eaebef !important;
}

.product-card .product-card-info span.price {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 0 5px;
  align-items: center;
}

.template-collection .collection-banner--breadcrumbs {
  display: none;
}
.collection-banner {
  margin: -90px 20px 0;
  border-radius: 20px;
}

.collection-banner--image img,
.collection-banner--has-bg .collection-banner--image:after {
  border-radius: 20px;
}

.template-collection .full-menu > ul > li > a,
.template-page .full-menu > ul > li > a {
  color: #263059;
}

.template-collection .is-sticky .full-menu > ul > li > a,
.template-page .is-sticky .full-menu > ul > li > a {
  color: #000;
}
.template-collection .header:hover .thb-full-menu > li > a.thb-full-menu--link,
.template-page .header:hover .thb-full-menu > li > a.thb-full-menu--link {
  color: #000;
}

.thb-full-menu--link:after {
  content: none !important;
}
.facets .thb-filter[open] .thb-filter-title span {
  transform: rotate(180deg);
}

.facets .thb-filter .thb-filter-title span {
  transform: rotate(360deg);
}

h1.collection-banner--title.banner_metafiled_title {
  color: #263059;
  width: 80%;
}

.collection-banner h1.collection-banner--title {
  color: #263059;
  font-weight: 300;
  font-size: 46px;
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.collection-banner--content p {
  color: #263059 !important;
  text-align: start;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
}

.collection-banner--description.banner_metafiled_description p {
  color: #000000;
  width: 80%;
  margin-bottom: 30px;
}
a.banner_metafiled_btn {
  border-radius: 50px;
  padding: 10px 50px;
  background: #263059;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
}
a.banner_metafiled_btn:hover {
  background: #000;
}
/** listing css **/
/** pdp css **/
.template-product .section-app-wrapper {
  margin-top: 50px;
}
.template-product theme-header#header {
  padding: 0;
  background: #eaebef;
}
.template-product img.logoimg {
  filter: invert(1);
}
.template-product .header:hover .thb-full-menu > li > a.thb-full-menu--link {
  color: #000000;
}
/* .template-product .product .product-image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
} */
.pdp_features {
  margin: 100px 0px 0px 0px;
}
/* .product-image-container.product-image-container--thumbnails .product-thumbnail-container {
  display: flex !important;
}
 */
.product-grid-container {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  gap: 30px;
}

.product-grid-container > div {
  width: calc(50% - 30px);
  text-align: start;
}

.product-image-container.product-image-container--thumbnails scroll-shadow {
  position: relative !important;
  width: 100% !important;
  height: 100%;
}

.product-thumbnail-container .slick-slide {
  padding: 5px;
}

.product-thumbnail-container img {
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
  height: 100%;
  object-fit: cover !important;
  border-radius: 10px;
}
.thumbswiper .swiper-button-next:after,
.thumbswiper .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.thumbswiper .swiper-button-next,
.thumbswiper .swiper-button-prev {
  background: #263059;
}
.swiper.thumbswiper {
  width: 100%;
  position: relative;
  margin-top: 20px;
  height: 170px;
}
.thumbswiper .swiper-button-next {
  height: 100px;
  top: 0;
  margin: 0;
  right: 0;
}
.thumbswiper .swiper-button-prev {
  height: 100px;
  top: 0;
  margin: 0;
  left: 0;
}
.thumbswiper {
  display: flex;
  justify-content: space-between;
  height: 100px;
}
.product-thumbnail-container img:hover {
  border-color: #ff6600;
}
.product_variants p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #263059;
  margin-bottom: 10px;
}
.product_variants p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #263059;
}

/* .product_variants > .flex img.block {
    height: 50px;
} */
.product_variants > .flex img.block {
  height: 55px;
  width: 55px;
  overflow: hidden;
  /* object-fit: none; */
  object-position: center;
  border-radius: 5px;
  border: 1px solid #0000001c;
  transform: scale(1.5);
}
.product_variants p:not(:first-child) {
  margin-top: 20px;
}
.product_variants > .flex {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 15px;
}

.tw.product_variants {
  margin-bottom: 20px;
}
svg.product_svg {
  margin-right: 10px;
}

.product-recommendations .section-header--content {
  max-width: 100%;
}

.product-recommendations h2.h3 {
  text-align: center;
}
.template-product .featured-collection a.product-card-title {
  min-height: 50px;
}
.template-product .featured-collection h2.h3 {
  font-weight: 300;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}
.complementary-section .product-cart-item {
  flex-direction: column !important;
}
.complementary-swiper {
  width: 100%;
  margin-top: 30px;
}
.complementary_wrapper {
  overflow: hidden;
  position: relative;
}
.complementary_wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  border-radius: 10px;
  background: #eaebef;
  text-align: center;
}
.template-product .img-with-text-overlay-section a.button:hover {
  background: #eaebef;
}
.template-product .img-with-text-overlay-section a.button:hover span {
  color: #26334c;
}
.complementary-section quick-view.product-card-quickview:hover,
.image-with-text a.button:hover {
  background: #000 !important;
}
.template-product .img-with-text-overlay-section a.button:before {
  content: none;
}
.complementary-section {
  width: 100%;
  padding-left: 0%;
}
.complementary-products--inner {
  padding: 100px 0 0;
}
.complementary-section quick-view.product-card-quickview:before,
.complementary-section quick-view.product-card-quickview:after,
.image-with-text a.button:before {
  content: none;
}
.complementary-section quick-view.product-card-quickview span {
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #eaebef;
}
.complementary-section quick-view.product-card-quickview {
  padding: 10px 30px;
  max-width: max-content;
  text-align: center;
  background: #263059;
  border-radius: 30px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 15px auto 0;
}
.complementary-section a.cart-product-link {
  min-height: 60px;
}
.template-product .text-with-icons,
.template-product .img-with-text-overlay-2 .image-with-text-overlay {
  margin-bottom: 0;
}
/** pdp css **/
/** guarantee page css **/
.guarantee-multicolumn .section-header--content {
  max-width: 100%;
}
.guarantee-multicolumn .section-header--content h2.h3 {
  font-weight: 300;
  font-size: 42px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #263059;
}
.guarantee-multicolumn .section-header {
  margin-bottom: 50px;
}
.guarantee-multicolumn .row {
  margin: 0 auto;
  gap: 40px;
  align-items: flex-start;
}
.guarantee-multicolumn .multicolumn__column:nth-child(3) {
  margin-top: -106px;
}
.guarantee-multicolumn .multicolumn__image {
  margin: 0 0 20px;
  width: 80px !important;
}
.guarantee-multicolumn img {
  height: 80px !important;
  object-fit: cover !important;
  position: relative !important;
}
.guarantee-multicolumn .multicolumn__image--inner {
  padding-bottom: 0 !important;
}

.guarantee-multicolumn .multicolumn__column {
  background: #f4f0ef;
  max-width: calc(50% - 40px);
  padding: 30px;
  border-radius: 15px;
  margin: 0;
}
.guarantee-multicolumn .multicolumn__column h4 {
  font-weight: 300;
  font-size: 24px;
  line-height: 1;
  color: #263059;
  margin-bottom: 15px;
}
.guarantee-multicolumn .multicolumn__column p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 30px;
}
.guarantee-multicolumn .multicolumn__column a.text-button span {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  padding: 10px 50px;
}
.guarantee-multicolumn .multicolumn__column .text-button {
  min-width: 250px;
  background: #263059;
  text-align: center;
  height: fit-content;
  border-radius: 250px;
}
.guarantee-multicolumn .multicolumn__column a.text-button:after,
.guarantee-multicolumn .multicolumn__column a.text-button:before {
  content: none !important;
}
.guarantee-img-text .image-with-text__image-media {
  padding-bottom: 0 !important;
  padding-right: 30px;
}
.guarantee-img-text img {
  height: 500px !important;
  position: relative !important;
  border-radius: 20px;
  object-fit: cover !important;
}
.guarantee-img-text .image-with-text__content--inner p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 30px;
}
.guarantee-img-text .image-with-text__content--inner h3.h3 {
  font-weight: 300;
  font-size: 42px;
  line-height: 1.5;
  color: #000;
}
.guarantee-img-text .image-with-text__content {
  padding: 0;
}
.guarantee-img-text .image-with-text__content--inner {
  max-width: 100%;
}
.swiper-initialized .swiper-button-prev, .swiper-initialized .swiper-button-next {
    background: rgba(255, 255, 255, 0.8);
    color: #000 !important;
}
.swiper-initialized .swiper-button-prev{
    left:0;
}
.swiper-initialized .swiper-button-next{
  right:0;
}
.swiper-initialized .swiper-button-prev:after,
.swiper-initialized .swiper-button-next:after{
  font-size: 22px !important;
  color:unset !important;
}
.contact-form.section-spacing .row.align-center {
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
}
.contact-form.section-spacing .contact-form--form-column {
    flex: 0 0 100.66667%;
    max-width: 50%;
}
/** guarantee page css **/
@media (width > 1440px) and (width < 1920px) {
  h1.collection-banner--title.banner_metafiled_title {
    width: 100%;
  }
  .collection-banner--content {
    max-width: 60% !important;
  }
}
@media (width <=1440px) {
  .complementary-section {
    padding-left: 20px;
  }
  .thb-full-menu .mega-menu-columns {
    padding: 25px 20px;
  }
  h1.collection-banner--title.banner_metafiled_title {
    width: 100%;
  }
  .collection-banner--content {
    max-width: 70% !important;
  }
  .collection-banner--description.banner_metafiled_description p {
    width: 90%;
  }
}

@media (width <=1400.98px) {
  .collection-banner h1.collection-banner--title {
    font-size: 35px;
  }
  .promotion-column .gallery__item figure.aspect-ratio img.swiper-zoom-target {
    object-fit: contain;
    background-color: #fff;
  }
  .gallery__item figure {
    background: #15151500 !important;
}
}
@media (width <=1199.98px) {
  .shopify-section.section-image-with-text .image-with-text.grid--image-medium.image_first.text-left.section-spacing {
    display: flex !important;
    flex-direction: column !important;
}
.quantity-tabel {
    grid-template-columns: auto auto auto !important;
}
  .product-info-icn-list .list-wrapper span {
    font-size: 14px !important;
  }
  .thb-product-detail .product-title,
  .template-product .featured-collection h2.h3 {
    font-size: 32px !important;
  }
  .collection-banner {
    margin-top: -80px;
  }
  .template-collection .mobile-toggle span {
    background: #000000 !important;
  }
  .collection-banner h1.collection-banner--title {
    font-size: 35px;
  }

  .collection-banner--content {
    max-width: 70% !important;
  }

  .collection_product_grid .facets--bar {
    display: block !important;
  }

  .mobile-toggle span {
    background: #fff !important;
  }

  .product-card .product-card-info .price span,
  .complementary-section .price span.amount {
    font-size: 18px;
    line-height: 1.3;
  }

  .product-card .product-card-info a.product-card-title,
  .complementary-section a.cart-product-link {
    font-size: 18px;
    line-height: 1.3;
  }

  .footer .medium-3.columns {
    max-width: 50% !important;
    flex: 0 0 50% !important;
    padding: 0;
  }

  .footer li a {
    font-size: 16px;
  }

  .footer .thb-widget-title.collapsible,
  .widget--signup .thb-widget-title {
    font-size: 22px !important;
  }

  .footer > .row {
    row-gap: 40px;
  }

  .footer .medium-3.columns:nth-child(2),
  .footer .medium-3.columns:nth-child(3) {
    padding-left: 0;
  }

  .container {
    width: min(1500px, calc(100% - 40px));
  }
}
@media only screen and (min-width: 991px) {
    .product-grid-container.clearfix .product-images-col {
    position: sticky !important;
    top: 10% !important;
}
}
@media (width <=1024.98px) {
    /* .promotion-column .gallery__item figure.aspect-ratio img.swiper-zoom-target {
    object-fit: cover;
    background-color: #fff;
  } */
}
@media (width <=991.98px) {
  section.shopify-section.product-section {
    padding: 0px 20px;
  }
  .product-grid-container {
    flex-direction: column;
  }
  .product-grid-container > div {
    width: 100%;
  }

  .collection_product_grid.row {
    padding: 50px 0px;
  }
  .collection-banner {
    margin-right: 0;
    margin-left: 0;
  }
  .collection-banner--image.collection_banner_metafiled {
    position: relative;
    height: 300px;
    width: 100%;
  }
  .collection-banner--content:has(.banner_metafiled_title) {
    height: max-content;
    padding: 30px 0 0;
  }
  h1.collection-banner--title.banner_metafiled_title {
    font-weight: 600;
  }
  .collection-banner--content {
    max-width: 100% !important;
  }

  .collection_product_grid .products li.column {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .thb-product-detail .row {
    width: 100%;
    max-width: 100%;
  }
}

@media (width <=767.98px) {
  .quantity-tabel {
    grid-template-columns: auto auto !important;
    gap: 12px !important;
}
.Quantity-box span {
    font-size: 10px !important;
    display: flex;
    align-items: center;
    gap: 2px;
}
span.less-q::before {
    height: 8px;
    width: 8px;
    margin-right: 4px;
}
span.on-stock::before {
    height: 8px;
    width: 8px;
    margin-right: 4px;
}
  .table-size-guide.responsive-table.table-center {
    overflow-x: scroll !important;
    unicode-bidi: revert-layer;
    text-indent: initial;
    display: block;
  }
  .table-wrap.mb-10 {
    overflow: scroll;
    scrollbar-color: #2d3059;
    scrollbar-width: thin;
  }
  .img-with-text-overlay-2 a.button {
    margin-top: 20px;
  }
  .pdp_features {
    padding-bottom: 50px !important;
  }
  .quantity .qty {
    font-size: 18px !important;
  }
  /* .thb-product-detail .row {
    padding: 0 20px;
  } */
  .thb-product-detail .row .columns {
    padding: 0 !important;
  }
  .template-product .button {
    margin-bottom: 20px;
  }
  .thb-product-detail .product-title,
  .template-product .featured-collection h2.h3 {
    font-size: 22px !important;
  }
  /* .template-product .featured-collection {
    margin-top: 50px;
} */
  .complementary-section {
    padding-right: 20px;
  }
  .product-grid-container {
    gap: 10px;
  }
  .template-product .img-with-text-overlay-section {
    margin-bottom: 50px;
  }
  .product-image-container.product-image-container--thumbnails {
    margin: 0 !important;
  }
  .product-thumbnail-container img,
  .thumbswiper .swiper-button-next,
  .product-image-container.product-image-container--thumbnails
    .product-thumbnail-container
    .product-thumbnail,
  .thumbswiper .swiper-button-prev {
    height: 110px !important;
  }
  .template-product .image-with-text {
    margin-bottom: 0;
  }
  .complementary-section a.cart-product-link {
    min-height: 50px;
  }
  .pdp_features {
    margin: 50px 0 0;
  }
  .complementary-products--inner {
    padding: 50px 0 0;
  }
  .collection-banner--image.collection_banner_metafiled {
    height: 200px;
  }
  .collection_banner_metafiled img {
    object-position: right;
  }
  .collection-banner {
    margin: 20px 20px 0;
  }

  .collection-banner--content {
    padding: 20px 0 !important;
    text-align: start;
  }

  .collection-banner h1.collection-banner--title {
    font-size: 20px;
    text-align: start;
  }

  .collection-banner--description.banner_metafiled_description p {
    width: 100%;
    font-size: 16px;
    margin-bottom: 0;
  }
  .collection_product_grid .products li.column {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .collection_product_grid .products li.promotion-column{
     flex: 0 0 100%;
    max-width: 100%;
    height: 500px;
  }
  .products .product-card a.product-featured-image-link {
    padding-bottom: 0 !important;
    height: 216px;
    border-radius: 20px 20px 0 0;
  }
  .collection_product_grid .product-card .product-card--add-to-cart-button {
    background: #263059 !important;
    color: #fff !important;
    padding: 10px 0px !important;
    width: fit-content !important;
    max-width: max-content;
    min-width: 100%;
    height: auto;
  }
  .collection_product_grid
    .product-card
    .product-card--add-to-cart-button
    .button
    span {
    font-size: 14px;
    font-weight: 600;
    font-family: poppins;
  }
  .collection-banner--has-bg {
    margin-bottom: 0 !important;
  }

  a.banner_metafiled_btn {
    display: none;
  }
  .collection_product_grid.row {
    padding: 20px 0;
  }

  .hero_section {
    margin-top: 60px !important;
  }

  .header .logolink img {
    filter: invert(1);
  }

  .mobile-toggle span {
    background: #000 !important;
  }

  .announcement-bar .static_bar .other_links,
  .announcement-bar .static_bar .follow_us {
    display: none !important;
  }

  .announcement-bar .static_bar .middle_text .stat-slider {
    width: 100% !important;
  }

  .announcement-bar .static_bar {
    display: block !important;
  }

  .header {
    padding-top: 0;
  }

  theme-header .row.expanded > div {
    padding-inline: 20px;
    background: #eaebef;
  }

  .mobile-toggle span {
    left: 10px;
  }

  .thb-secondary-area {
    justify-content: start;
  }

  a.logolink {
    width: 150px;
  }

  .mobile-toggle {
    margin-left: 0 !important;
    justify-content: flex-start;
  }

  .mobile-menu li .link-container,
  .mobile-menu li .link-container summary {
    font-size: 18px !important;
  }

  .footer .thb-widget-title.collapsible,
  .widget--signup .thb-widget-title {
    font-size: 18px !important;
  }

  .footer .medium-3.columns:first-child {
    order: 1;
  }

  .footer .medium-3.columns:last-child {
    order: 2;
    margin-top: 0 !important;
  }

  .footer .medium-3.columns:nth-child(2) {
    order: 3;
  }

  .footer .medium-3.columns:nth-child(3) {
    order: 3;
  }

  .footer > .row {
    row-gap: 20px;
  }

  .sub-footer p {
    font-size: 14px !important;
    line-height: 1.3 !important;
  }

  .footer .medium-3.columns {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .footer button.thb-widget-title.collapsible {
    padding: 25px 0 0;
    margin-bottom: 0 !important;
  }

  .footer .widget img {
    width: 200px;
  }

  .footer .widget p {
    font-size: 16px !important;
    width: 100%;
  }

  .footer .thb-widget-menu li:first-child {
    margin-top: 20px;
  }
}

@media (width <=375px) {
  .announcement-bar .static_bar .middle_text .text {
    font-size: 12px !important;
  }
}
.sezzle-button-text.sezzle-left.szl-light {
  font-weight: 500 !important;
  font-size: 18px !important;
}
span.sezzle-payment-amount.sezzle-button-text.sezzleindex-0 {
  font-weight: 500 !important;
  font-size: 18px !important;
}

/* Returns + Exchanges page css start  */

.return-section {
  background-color: #f8f4f3;
  padding: 80px 20px 0px 20px;
  border-radius: 20px;
  max-width: 100%;
  margin: -87px 20px 0 20px;
  font-family: Nunito Sans, sans-serif;
}
.return-content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.byob-banner .return-content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.byob-banner .text-box h2,.byob-banner .text-box p {
    color:rgb(255, 255, 255);
}
.text-box {
  flex: 1 1 60%;
  padding: 0 0 0 10px;
}
.text-box h2 {
  font-size: 46px;
  font-weight: 300;
  color: #263059;
  margin-bottom: 16px;
  letter-spacing: 1px;
  font-family: Poppins;
}
.text-box p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 24px;
  line-height: 1.6;
  font-family: Poppins;
  font-weight: 500;
  width: 85%;
}
.return-button {
  background-color: #263059;
  color: #fff;
  padding: 10px 50px;
  border-radius: 24px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-size: 18px;
  font-weight: 600;
  font-family: Poppins;
}
.return-button:hover {
  background-color: #1e2239;
  color: #fff;
}
.image-box {
  flex: 1 1 40%;
  text-align: center;
  padding: 20px;
}
.image-box img {
  max-width: 664px;
  height: auto;
}
.bg-text::before {
  border-radius: 20px !important;
}
@media screen and (max-width: 749px) {
  .return-content {
    flex-direction: column;
  }
  .text-box,
  .image-box {
    flex: 1 1 100%;
    padding: 10px;
    text-align: center;
  }
}

/* Returns + Exchanges page css end  */

/* box-section css start  */
.font-size-small {
  font-size: 42px;
}
.underwear-section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 0px !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.underwear-section h2 {
  font-size: 42px !important;
  font-weight: 300 !important;
  color: #263059 !important;
  margin-bottom: 10px;
  line-height: 62px !important;
}
.underwear-section p.intro {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #000 !important;
  margin-bottom: 40px;
  width: 52% !important;
}
.underwear-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px !important;
  justify-content: center;
}
.card {
  background: #f7f4f3;
  border-radius: 10px;
  padding: 30px;
  text-align: left;
  flex: 1 1 45%;
  min-width: 280px;
  height: fit-content !important;
}
.underwear-cards .card:nth-child(3) {
  margin-top: 0px;
}
.card img {
  width: 80px !important;
  margin-bottom: 15px;
}
.card h3 {
  font-size: 24px !important;
  font-weight: 300 !important;
  color: #263059;
  margin-bottom: 10px;
}
.card p {
  font-size: 18px !important;
  color: #000 !important;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 400 !important;
  font-family: "Poppins" !important;
}
.card a.button {
  background: #263059 !important;
  color: #fff;
  padding: 10px 50px !important;
  border-radius: 25px;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .underwear-cards {
    flex-direction: column;
    align-items: center;
  }
}

/* box-section css end  */
/* Important Notes  css star  */
. .icon-text div {
  padding: 10px 8px 0px 8px !important;
}
.icon-text div:nth-child(even) {
  background: #f4f4f6;
}
.icon-text div {
  padding-bottom: 0px !important;
}
.icon-text {
  border: 1px solid #e0e0e0 !important;
}
.icon-text span {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
}

.icon-text-center div {
  padding: 10px 8px 0px 8px !important;
}
.icon-text-center div:nth-child(even) {
  background: #e0e0e0;
}
.icon-text-center div {
  padding-bottom: 0px !important;
}
.icon-text-center {
  border: 1px solid #e0e0e0 !important;
}
.icon-text-center span {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
}
.icon-text-center div:nth-child(1) svg {
  display: none;
}

.singal-line {
  margin-bottom: 10px !important;
  font-family: poppins !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}
.singal-line-2 {
  margin-bottom: 10px !important;
  font-family: poppins !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}
.singal-line-2 {
  margin-bottom: 80px !important;
}

/* Important Notes css end  */

/* image with text css start  */

.button span {
  font-size: 18px;
  font-weight: 600;
  font-family: poppins;
}
.imagw-with-text a.button {
  padding: 10px 30px;
}
.imagw-with-text h3.h3 {
  font-size: 42px;
  font-weight: 300;
  font-family: "Poppins";
  color: #263059;
}
.imagw-with-text p {
  font-family: "Poppins" !important;
  font-weight: 400 !important;
  font-size: 18px !important;
}
.imagw-with-text {
  max-width: 1320px;
}
.image-with-text__content {
  padding: 0px !important;
}
.imagw-with-text .image-with-text__content--inner {
  padding-left: 40px;
  margin: 0;
  max-width: unset;
}
.imagw-with-text .section-spacing {
  margin-bottom: 40px;
}
=============== .bodysuits-class span {
  font-size: 18px;
  font-weight: 600;
  font-family: poppins;
}
.bodysuits-class a.button {
  padding: 10px 30px;
}
.bodysuits-class h3.h3 {
  font-size: 42px;
  font-weight: 300;
  font-family: "Poppins";
  color: #263059;
}
.bodysuits-class p {
  font-family: "Poppins" !important;
  font-weight: 400 !important;
  font-size: 18px !important;
}
.bodysuits-class {
  max-width: 1320px !important;
}
.bodysuits-class .image-with-text__content--inner {
  max-width: unset;
  padding-right: 40px;
}

.bodysuits-class .image-with-text {
  margin-top: 0;
}
.bodysuits-class .section-spacing {
  display: flex;
  flex-direction: row-reverse;
}

.small-12.columns {
  padding: 0;
}

.bria-return-section {
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #0075ff;
  border-radius: 10px;
  overflow: hidden;
  font-family: "Arial", sans-serif;
  max-width: 1000px;
  margin: 20px auto;
}

.bria-image {
  flex: 1 1 50%;
  max-width: 50%;
}

.bria-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px 0 0 10px;
}

.bria-content {
  flex: 1 1 50%;
  padding: 30px;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bria-content h2 {
  font-size: 24px;
  color: #2c2734;
  margin: 15px 0;
}

.bria-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}

.bria-button {
  display: inline-block;
  background-color: #2c2734;
  color: #fff;
  padding: 12px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
  align-self: flex-start;
  margin-bottom: 10px;
}

.bria-button:hover {
  background-color: #1e1b27;
}
/* image with text css end  */

/* bg text start  */
.bg-text {
  margin-bottom: 70px;
  min-height: 452px;
  justify-content: center !important;
  align-items: center;
  display: flex;
}
.bg-text h2 {
  color: #fff;
  font-family: "Poppins" !important;
  font-weight: 400 !important;
  font-size: 42px !important;
}
.bg-text p {
  font-size: 18px !important;
  font-weight: 300;
  font-family: "Poppins";
  line-height: 30px !important;
}
.canadian-men p {
  width: 73%;
  margin: auto !important;
  padding-bottom: 20px;
}

.final-sale-banner-section {
  justify-content: center;
  display: flex;
}
.final-sale-banner.overlay {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  text-align: center;
  color: #fff;
  width: 1320px;
  border-radius: 20px;
  margin-top: 40px !important;
}
.singal-line-2 {
  margin-bottom: 80px !important;
  width: 65%;
}
.legal-stuff {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* bg text end  */

/* Try-On Guarantee css start */
.were-com .image-with-text__image {
  width: 46% !important;
}
.were-com .image-with-text__content {
  width: 54% !important;
}

.out-try-on {
  background-color: #f8f4f3;
  padding: 80px 20px 30px 20px;
  border-radius: 20px;
  max-width: 100%;
  margin: -87px 20px 0 20px;
  font-family: Nunito Sans, sans-serif;
}
.about-fit {
  margin-top: 80px !important;
}

/* Try-On Guarantee css end */

/* Life Changing Underwear start  */

.devon-lang {
  background-color: #f8f4f3;
  padding: 80px 20px 30px 20px;
  border-radius: 20px;
  max-width: 100%;
  margin: -87px 20px 0 20px;
  font-family: Nunito Sans, sans-serif;
}
.devon-lang .image-box {
  padding: 0;
}

.man-woman p.label {
  font-family: "Poppins" !important;
  font-size: 34px !important;
  font-weight: 600 !important;
}
.man-woman {
  padding-bottom: 80px !important;
}

/* Life Changing Underwear end  */

.out-try-tee .image-box img {
  max-width: 385px !important;
  height: auto;
}
.lang-devon .image-box img {
  max-width: 420px !important;
  height: auto;
}
.exc-ret .image-box img {
  max-width: 588px !important;
  height: auto;
}

.lang-devon {
  background-color: #f8f4f3;
  padding: 80px 20px 0px 20px;
  border-radius: 20px;
  max-width: 100%;
  margin: -115px 20px 0 20px;
  font-family: Nunito Sans, sans-serif;
}

/* why-modal start  */

.why-we-use {
  background-color: #f8f4f3;
  padding: 80px 20px 0px 20px;
  border-radius: 20px;
  max-width: 100%;
  margin: -87px 20px 0 20px;
  font-family: Nunito Sans, sans-serif;
}

/* why-modal end  */

/* css start faq  */

.tabbed-faq {
  max-width: 1320px !important;
  margin: 0 auto;
  padding: 70px 0px !important;
}
.all-tab {
  padding: 70px 20px;
}
.all-tab li {
  list-style: none;
  padding: 10px 15px;
  border: 1px solid #e0e0e0;
  font-size: 18px;
  font-weight: 400;
}
.all-tab ul {
  margin: 0;
}
.all-tab .faq-answer {
  padding: 0px !important;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid #263059;
  gap: 19px;
}
.tab {
  padding: 0.75rem 1.5rem;
  margin: 0 0.25rem;
  cursor: pointer;
  border-radius: 6px 6px 0 0;
  font-weight: 600;
  font-size: 18px;
  font-family: "Poppins";
}
.tab.active {
  background: #1e2a5a;
  color: #fff;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
  max-width: 1320px;
  margin: 0 auto;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.faq-item {
  border-top: 1px solid #ccc;
}
.faq-question {
  background: #1e2a5a;
  color: #fff;
  padding: 13px 15px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}
.faq-answer ul li ul li {
  border: unset;
  background: transparent !important;
  padding: 0;
}
.faq-answer ul li ul {
  padding-top: 30px;
}
.faq-answer {
  background: #f5f5f5;
  padding: 1rem;
  display: none;
  min-height: fit-content;
}
.faq-item.active .faq-answer {
  display: block;
}
.faq-toggle-icon {
  position: absolute;
  right: 20px;
  top: 5px;
  font-size: 34px;
}
.all-tab li:nth-child(odd) {
  background: #fff;
}

.static-tab-title {
  position: static;
  background: #fff;
  z-index: 10;
  padding: 50px 0 20px;
  margin-bottom: 0;
  font-family: "Poppins";
  font-weight: 300;
  color: #263059;
  font-size: 42px;
  line-height: 58px;
}
.final-sale-banner .overlay-content h2 {
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.final-sale-banner.overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
  border-radius: 20px;
}
.still-need {
  height: 452px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 70px !important;
}
.still-need h2 {
  font-size: 42px !important;
  font-weight: 400 !important;
  margin-bottom: 15px;
}
.still-need p {
  margin-bottom: 15px !important;
}
.still-need a.shop-btn {
  padding: 10px 50px !important;
}
.still-need h5 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.faq-outer-container {
  padding: 0px 20px 60px 20px;
  display: flex;
  justify-content: center;
}
.faq-wrapper {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
.faq-heading {
  text-align: center;
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 40px;
  color: #263059;
}
.faq-columns {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.faq-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 300px;
}
.faq-item {
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  overflow: hidden;
}
.faq-question {
  background-color: #263059;
  color: #fff;
  padding: 16px 52px 16px 20px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-family: poppins;
}

.faq-question.active::after {
  content: "–";
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  background: #f9f9f9;
  color: #000;
  padding: 0 20px;
}
.faq-question.active + .faq-answer {
  padding: 15px 20px;
}
.faq-question.active + .faq-answer {
  max-height: fit-content !important;
}
.why-we-use .image-box img {
  max-width: 100%;
  height: auto;
}
.canadian {
  background-color: #f8f4f3;
  padding: 80px 20px 0px 20px;
  border-radius: 20px;
  max-width: 100%;
  margin: -87px 20px 0 20px;
  font-family: Nunito Sans, sans-serif;
}
.canadian .image-box img {
  max-width: 42%;
  height: auto;
}

.can-thongs ul {
  margin: 0 !important;
  padding: 0 !important;
}
.can-thongs li {
  margin: 0px !important;
}
.can-thongs li {
  margin: 0px !important;
  padding: 10px 15px;
  display: flex !important;
  gap: 15px;
  border: 1px solid #e0e0e0;
}
span {
  font-size: 18px;
  font-weight: 400;
}
.all-tab li:nth-child(odd) {
  background: #fff;
}
.can-thongs li:nth-child(even) {
  background: #f4f4f6;
}
.box-briefs .singal-line {
  display: none;
}
.can-thongs .singal-line {
  display: none;
}
.boy-can .singal-line {
  display: none;
}
.boy-can {
  padding-bottom: 70px;
}
.can-thongs {
  padding-bottom: 70px;
  padding-top: 70px;
}
.option {
  padding-top: 0px !important;
}
.perfect-both .singal-line {
  display: none;
}
.perfect-both {
  padding-bottom: 70px;
}
.jpgrade h2 {
  font-size: 42px !important;
  text-align: center;
  font-weight: 300 !important;
  color: #263059 !important;
}
.why-choose-container > p {
  text-align: center;
  width: 64%;
}
.why-choose-section {
  text-align: center;
  padding: 60px 20px 100px 20px;
  width: 100%;
}
.why-choose-container {
  max-width: 1320px;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.why-choose-section p {
  color: #333;
  margin-bottom: 40px;
}
.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.why-choose-card {
  background: #f5f7fa;
  padding: 24px;
  border-radius: 12px;
  text-align: left;
}
.card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.card-header img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.card-header h3 {
  font-size: 18px;
  font-weight: bold;
  color: #263059 !important;
  margin: 0;
}
.why-choose-card p {
  font-size: 14px;
  color: #444;
  margin: 0;
}
.overview-container {
  max-width: 1320px;
  margin: 0 auto;
}

.overview-box {
  color: #000000;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  font-size: 14px;
}

.overview-box h2 {
  font-size: 36px;
  color: #263059;
  margin-bottom: 16px;
  text-transform: uppercase;
  padding-bottom: 4px;
  font-weight: 300;
}

.overview-box p {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  font-family: poppins;
}

.simple-text-class {
  padding: 70px 0px 20px !important;
}
.online-store .singal-line {
  display: none;
}
.online-store {
  padding-bottom: 20px;
}
.online-store svg {
  display: none;
}
.online-store .icon-text span {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 10px;
}
.online-store .icon-text div:nth-child(odd) {
  background: #f4f4f6;
}
.online-store .icon-text div:nth-child(even) {
  background: transparent;
}
.promise p {
  width: 61% !important;
}
div#shopify-section-template--19426775826651__key_information_7HiUxD {
  padding-bottom: 70px;
}
.pol-pri {
  padding-top: 70px;
  padding-bottom: 30px;
}
.interpr {
  padding-bottom: 30px;
}
.tions ul {
  margin: 0;
  padding: 4px 20px;
}
.tions svg {
  display: none !important;
}
.tions .font-size-small {
  text-align: start;
  justify-content: flex-start;
  display: flex;
}
.tions .singal-line {
  display: none;
}
.tions {
  padding-bottom: 70px;
}
.personal svg {
  display: none !important;
}
.personal .singal-line {
  display: none;
}
.personal {
  padding-bottom: 40px;
}
.personal .font-size-small {
  text-align: start;
  justify-content: flex-start;
  display: flex;
}
.personal .top-section-heading {
  font-size: 42px !important;
  color: #263059 !important;
  font-weight: 300 !important;
}
.personal .font-size-small {
  font-size: 36px !important;
}
.tions .font-size-small {
  font-size: 36px !important;
}
.include {
  padding-bottom: 0px !important;
}
.include div ul {
  margin-bottom: 0;
}
.include .icon-text span {
  margin-bottom: 10px !important;
}
.cookies {
  padding-bottom: 20px !important;
}
.interpr .top-heading {
  font-size: 42px !important;
  color: #263059 !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
}
.conta-us {
  padding: 50px 0;
}
.same-class {
  padding-top: 50px;
  padding-bottom: 50px;
}
.what-cook {
  padding-bottom: 0px;
}
.us-here {
  padding-bottom: 50px;
}
.website-used-class .singal-line {
  display: none !important;
}

.website-used-class {
  padding-bottom: 50px;
}

.about-extra {
  position: relative;
}
.about-extra p.subheading {
  color: #263059 !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 25px !important;
  font-family: "Poppins" !important;
  text-transform: none;
  letter-spacing: 0;
}
.our-team .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
  column-gap: 30px;
  margin-top: 120px;
  margin-bottom: 70px;
  width: 1320px;
  row-gap: 120px;
}
/* .our-team .grid.grid-cols-1.sm\:grid-cols-2.md\:grid-cols-3.lg\:grid-cols-4.gap-6 {
    display: flex;
    gap: 30px;
    margin-top: 100px;
    margin-bottom: 70px;
    width: 1320px;
} */
.our-team {
  justify-content: center;
  display: flex;
}
.our-team .bg-white {
  background: #dfe0e6;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 020px;
  border-radius: 20px;
}
.our-team h3 {
  font-size: 28px;
  font-family: poppins;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #263059;
}
.our-team .image-main {
  margin-top: -110px;
}
.our-team a {
  background-color: #1f2b52; /* Navy color */
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}
.our-team h2 {
  font-size: 42px;
  font-weight: 300;
  font-family: "Poppins";
  color: #263059;
  padding-top: 0px;
}

.our-team a:hover {
  background-color: #32416d; /* Lighter navy on hover */
}
.our-team .mt-2 {
  display: flex;
  column-gap: 15px;
}
.video-promo-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.video-block {
  width: 100%;
  max-width: 500px;
  text-align: center;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-heading {
  background: #2d3059;
  border-radius: 0 0 15px 15px;
  padding: 12px 0;
  color: #fff !important;
  font-weight: 400;
  font-size: 18px;
  text-align: start !important;
  padding-left: 15px !important;
}
.video-section {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  max-width: 1320px;
  margin: auto;
  padding-top: 50px;
}
.video-section .video-block {
  max-width: 100%;
}

.mariella-by .artist-photo {
  width: 30%;
}
.mariella-by .artist-text {
  width: 70%;
}
.mariella-by .artist-photo img {
  width: 100% !important;
  max-width: 400px !important;
}
.under-day p.intro {
  margin-bottom: 10px;
}
.under-day a.button {
  margin-bottom: 30px;
}
.under-day a.button:hover {
  color: #fff;
}
.legal-devon .tab-main {
  width: 100%;
}
.legal-devon h2 {
  font-size: 42px !important;
  font-weight: 300 !important;
  font-family: "Poppins";
  color: #263059;
  text-transform: uppercase;
}
.legal-devon .last-p {
  width: 76%;
  margin: auto;
}
#policy-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.7s ease;
}

#policy-content.open {
  max-height: 2000px; /* Adjust based on expected content height */
  opacity: 1;
}

.first-tab-class,
.last-p {
  display: flex;
  align-items: flex-start;
  padding: 0 20px;
}

.tab-main {
  cursor: pointer;
  background-color: #1f2c5c;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  display: inline-block;
  padding-left: 12px;
}

.tab-main:hover {
  background-color: #16304d;
}

.togglr-class {
  border: 1px solid #e0e0e0;
}
.first-tab-class {
  margin-top: 0px !important;
  padding: 10px 12px;
}
.bg-color-add {
  background: #f4f4f6;
}
.mariella-by p {
  margin-bottom: 0;
}
.mariella-by {
  background: #f4f0ef;
  border-radius: 20px;
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.papricots {
  margin-top: 0px !important;
}
.mariella-by h2 {
  font-size: 32px !important;
  font-weight: 300 !important;
  font-family: "Poppins";
  color: #263059;
}
.villalobos {
  row-gap: 40px;
  display: flex;
  flex-direction: column;
}

.box-briefs {
  padding-bottom: 70px;
  padding-top: 30px;
}

.login-class form {
  padding: 30px 30px 30px 30px;
  background: #f4f4f6;
  border-radius: 10px;
}
.login-class .thb-login-form p {
  margin-bottom: 20px;
}
.login-class .text-button::before {
  display: none;
}
.login-class .text-button::after {
  display: none;
}
.login-class .switch-login-section div a.text-button {
  text-decoration: none !important;
  color: #000 !important;
  font-weight: normal !important;
}
.login-class .switch-login-section a.text-button {
  text-decoration: underline !important;
  color: #263059 !important;
  font-weight: bold !important;
}
.login-class button.button.full:focus {
  color: #fff;
}

.login-class button.button.full {
  margin-top: 50px;
  width: 40%;
}
.login-class .field {
  justify-content: center;
  display: flex;
}
.login-class {
  position: relative;
}
/* .login-class p {
    display: none;
} */
/* .login-class p {
    margin-bottom: 25px;
} */
div#rc_login {
  display: none !important;
}
.switch-login-section div {
  position: absolute;
  bottom: 264px;
}
.login-classtext-button a {
  color: #000 !important;
  font-weight: 500;
}
.login-class .switch-login-section {
  border-top: 1px solid #000;
  margin-top: 0;
  padding-top: 15px;
  margin-top: 10px;
}

.login-class h4 {
  font-size: 42px !important;
  font-weight: 300 !important;
  font-family: "Poppins";
  color: #263059;
}

.login-class input.full {
  background: #fff;
}
.login-class input::placeholder {
  color: #a1a1a1;
  font-size: 16px;
  font-weight: 300;
}
.login-class label {
  display: none;
}
#recover button.button.full {
  margin-top: 10px;
}
#recover form {
  padding-bottom: 40px !important;
}

.register-class form {
  background: #f4f4f6;
  border-radius: 10px;
}
.register-class {
  padding: 40px 30px 40px 30px !important;
  background: #f4f4f6;
  border-radius: 10px;
}
.register-class button.button.full {
  width: 50%;
}
.register-class .field {
  justify-content: center;
  display: flex;
}

.register-classtext-button a {
  color: #000 !important;
  font-weight: 500;
}
.register-class .switch-login-section {
  border-top: 2px solid #000;
  margin-top: 0;
  padding-top: 15px;
  margin-top: 10px;
}

.register-class h4 {
  font-size: 42px !important;
  font-weight: 300 !important;
  font-family: "Poppins";
  color: #263059;
  line-height: 52px;
}
.register-class p {
  margin-bottom: 25px;
}
.register-class input.full {
  background: #fff;
}
.register-class input::placeholder {
  color: #a1a1a1;
  font-size: 16px;
  font-weight: 300;
}
.contact-us-class .section-header-left--false {
  margin-bottom: 0;
}
.contact-form--form-column {
  flex: 0 0 100.66667%;
  max-width: 90%;
}
.contact-us-class h2.h3 {
  font-size: 42px !important;
  font-weight: 300 !important;
  font-family: "Poppins";
  color: #263059;
  line-height: 52px;
  text-transform: uppercase;
}
.register-class label {
  display: none;
}
.jpgrade p {
  color: #000;
}
.contact-us-class .row.align-center {
  background: #f4f4f6;
  border-radius: 0px 0px 20px 20px;
  padding: 0px 0 40px 0 !important;
}
.contact-us-class > .row {
  background: #f4f4f6;
  border-radius: 20px 20px 0 0;
  padding-top: 40px;
}
.contact-us-class {
  max-width: 1320px;
  margin: 70px auto;
}

.contact-us-class textarea {
  border: unset;
  border-bottom: 1px solid #263059;
  height: 20px !important;
  min-height: 80px;
}
.register-class div:nth-child(4) label {
  display: block;
}
.contact-us-class input::placeholder {
  color: #a1a1a1;
  font-size: 16px;
  font-weight: 300;
}
.contact-us-class input {
  border: unset;
  border-bottom: 1px solid #263059;
  margin-top: 18px;
}

.contact-us-class .no-padding div:nth-child(1) {
  padding-right: 20px;
}
.contact-us-class label {
  display: none !important;
}
.contact-us-class textarea::placeholder {
  color: #a1a1a1;
  font-size: 16px;
  font-weight: 300;
  padding-top: 36px;
}
.contact-us-class button.button.full {
  width: 27%;
  margin-top: 30px;
}

/* .no-padding div:nth-child(5) {
    justify-content: center;
    display: flex;
} */
.lang-devon p {
  width: 47%;
}
.artist-below p {
  width: 60%;
}
.why-we-use p {
  width: 60%;
}
.why-we-use h2 {
  width: 60%;
  line-height: 58px;
}
.were-com a.button {
  padding: 0px 60px;
  margin-right: 25px;
}
.template-customers-login #header .small-12.columns {
  background: #f4f0ef !important;
  border-radius: 20px;
}
.template-customers-register #header .small-12.columns {
  background: #f4f0ef !important;
  border-radius: 20px;
}

.become-form .section-header-left--false {
  margin-bottom: 0;
}
.become-form h2.h3 {
  font-size: 42px !important;
  font-weight: 300 !important;
  font-family: "Poppins";
  color: #263059;
  line-height: 52px;
  text-transform: uppercase;
}
.become-form .row.align-center {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.become-form > .row {
  display: none;
}
.become-form .medium-4 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 91px;
}
.langsto p {
  width: 70%;
}
.become-form .medium-8 {
  flex: 0 0 50%;
  max-width: 50%;
}
.become-form {
  max-width: 1320px;
  margin: 70px auto;
}
.become-form form {
  padding: 20px;
  background: #f4f0ef;
  border-radius: 10px;
}
.become-form .row.no-padding {
  padding: 0 20px;
}

.become-form textarea {
  border: unset;
  border-bottom: 1px solid #263059;
  height: 20px !important;
  min-height: 80px;
}
.become-form input::placeholder {
  color: #a1a1a1;
  font-size: 16px;
  font-weight: 300;
}
.become-form input {
  border: unset;
  border-bottom: 1px solid #263059;
  margin-top: 10px;
}
.become-form form h2 {
  font-size: 42px !important;
  font-weight: 300 !important;
  font-family: "Poppins";
  color: #263059;
  line-height: 52px;
  text-transform: uppercase;
}
.become-form .no-padding div:nth-child(1) {
  padding-right: 20px;
}
.become-form label {
  display: none !important;
}
.contact-form--text-column .contact-form-block:nth-child(1) strong {
  font-size: 42px !important;
  font-weight: 300 !important;
  font-family: "Poppins";
  color: #263059;
  line-height: 52px;
  text-transform: uppercase;
}

.contact-form--text-column .contact-form-block:nth-child(2) strong {
  font-size: 18px;
  font-weight: 400;
  color: #263059;
}
.contact-form--text-column .contact-form-block:nth-child(2) .rte p {
  font-size: 14px;
  font-weight: 400;
}
.become-form textarea::placeholder {
  color: #a1a1a1;
  font-size: 16px;
  font-weight: 300;
  padding-top: 36px;
}
.become-form button.button.full {
  width: 37%;
  margin-top: 10px;
}
.highlight-section {
  padding: 40px 20px 80px 20px;
}

.highlight-container {
  max-width: 1320px;
  margin: 0 auto;
  border-radius: 16px;
}

.highlight-image {
  width: 100%;
  display: block;
  border-radius: 12px;
}
.become-form a {
  text-decoration: none;
  font-weight: bold;
}
.line-a p {
  width: 60%;
}
.brand-doe p {
  width: 60%;
}
.up-down-slider {
  padding: 70px 20px 0 20px;
}
.underwear-class .section-spacing {
  display: flex !important;
  flex-direction: row-reverse !important;
}
.emily-body .section-spacing {
  display: flex !important;
  flex-direction: row-reverse !important;
}
.giving-back .section-spacing {
  display: flex;
  flex-direction: row !important;
}
.on-the .section-spacing {
  display: flex !important;
  flex-direction: row-reverse !important;
}
.where-to p {
  width: 60%;
}
.stockist-horizontal {
  max-width: 1380px !important;
  margin: auto !important;
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
/* map  */
#stockist-widget .stockist-map {
  position: absolute;
  top: 130px !important;
  bottom: 0;
  left: 0 !important;
  right: 0;
}
.stockist-side-panel {
  min-height: 740px !important;
  border-radius: 30px !important;
}

.stockist-map-inner {
  border-radius: 30px !important;
}
.stockist-map.stockist-map-leaflet {
  border-radius: 30px !important;
}
button.stockist-feature-bg-color {
  color: #263059 !important;
  background: transparent;
}
#stockist-widget .stockist-horizontal .stockist-side-panel {
  position: relative;
  top: 0;
  left: 0;
  width: 100% !important;
}
form.stockist-search-form {
  display: flex !important;
}
.stockist-query-entry {
  width: 50% !important;
}
.stockist-search-filters {
  width: 50% !important;
}
.stockist-search-button button {
  position: absolute;
  left: 44%;
  bottom: 7px;
}

.stockist-search-filter-checkboxes .stockist-search-filter-checkbox {
  padding: 10px 72px !important;
  background: #263059 !important;
  height: auto !important;
}
.stockist-query-entry input {
  height: 48px !important;
  position: relative;
  border: 1px solid #000 !important;
}
.stockist-search-filters {
  margin: 0px !important;
  margin-left: 20px !important;
}
.stockist-search-filter-checkbox label {
  color: #fff;
}
.text-center-class-under h3.h3 {
  text-align: center;
}
.text-center-class-under p {
  text-align: center;
}
.text-center-class-under .image-with-text__content--inner {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.beli-being {
  padding-bottom: 40px;
}
.under-day h2 {
  text-transform: uppercase;
}
.yout-tru p {
  width: 63%;
}
.term-class ul {
  margin: 0;
  margin-left: 15px;
}

@media (max-width: 1440px) {
  .manage-prefer p {
    width: 77%;
  }
  .why-we-use p {
    width: 90%;
  }
  .brand-doe p {
    width: 80%;
  }
  .about-extra .section-spacing {
    gap: 20px;
  }
  .yout-tru p {
    width: 83%;
  }
}

@media (max-width: 1199.98px) {
  .about-extra a.button::before {
    background-image: unset !important;
  }
  body .jobs-mariella {
    margin-top: 50px !important;
  }
  .mariella-by {
    background: #f4f0ef;
    border-radius: 20px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .why-we-use h2 {
    width: 90%;
    line-height: 58px;
  }
  .were-com a.button {
    padding: 0px 35px !important;
    margin-right: 5px;
  }
  .beli-being .section-spacing {
    margin-top: 40px;
  }
  .giving-back .section-spacing {
    margin-top: 40px;
  }

  body .under-day {
    padding: 50px 20px !important;
  }
  .emily-body .section-spacing {
    margin-bottom: 20px !important;
  }
  body .return-po {
    padding-top: 0px !important;
  }

  .highlight-section {
    padding: 30px 20px 60px 20px;
  }
  .switch-login-section div {
    position: absolute;
    bottom: 234px;
  }
  .papricots .artist-photo img {
    height: 330px;
    object-fit: cover;
  }
  .bagel .artist-photo img {
    height: 293px;
    object-fit: cover;
  }
  .hippy .artist-photo img {
    height: 222px;
    object-fit: cover;
  }
  .xyz .artist-photo img {
    height: 280px;
  }

  .leung .artist-photo img {
    height: 335px;
    object-fit: cover;
    object-fit: cover;
  }
  .devereux .artist-photo img {
    height: 280px;
  }
  .wkndrs .artist-photo img {
    height: 411px;
    object-fit: cover;
  }

  .about-extra a.button::before {
    width: 210px !important;
    height: -10px !important;
    right: 10px !important;
    bottom: -10px !important;
  }

  .our-team .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    column-gap: 30px;
    margin-top: 120px;
    margin-bottom: 70px;
    width: 970px;
    row-gap: 120px;
  }
  .video-section {
    padding: 0 20px 70px 20px;
  }
  .environment .section-spacing {
    margin-top: 0;
  }
  .underwear-class .section-spacing {
    margin-bottom: 0;
  }

  .conta-us {
    padding-bottom: 50px !important;
  }
  .same-class {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px !important;
  }
  .what-cook {
    padding-left: 20px;
    padding-right: 20px;
  }
  .us-here {
    padding-left: 20px;
    padding-right: 20px;
  }
  .through {
    padding-top: 40px;
  }
  .deleting {
    padding-left: 20px;
    padding-right: 20px;
  }
  .conta-us {
    padding-bottom: 50px;
  }
  .personal {
    padding-top: 10px !important;
  }
  .padding-class {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .simple-text-class {
    padding: 20px 20px 20px 20px !important;
  }
  .online-store {
    padding-bottom: 30px !important;
  }
  .all-tab {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .demo {
    padding-top: 50px !important;
  }
  .active-use {
    padding-top: 50px !important;
  }
  .perfect-both {
    padding-top: 50px !important;
  }
  .canadian {
    padding: 80px 20px 0px 20px !important;
  }
  .canadian .image-box img {
    max-width: 450px;
    height: auto;
  }
  .why-we-use {
    padding: 80px 20px 0px 20px !important;
  }
  .all-tab .tabs {
    gap: 20px !important;
  }
  .why-we-use .image-box img {
    max-width: 450px;
    height: auto;
  }
  .can-thongs {
    padding: 70px 20px;
  }
  .font-size-small {
    font-size: 42px;
    padding-top: 0px !important;
    margin: 0px !important;
  }
  .canadian-men p {
    width: 93% !important;
    margin: auto !important;
    padding-bottom: 20px;
  }
  .why-choose-section {
    text-align: center;
    padding: 60px 20px 70px 20px;
    width: 100%;
  }
  .box-briefs {
    padding-top: 20px !important;
  }
}

/* Responsive Layout for Mobile */
@media (max-width: 768px) {
  .why-choose-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .become-form .row.no-padding {
    padding: 0 0px !important;
  }
  .become-form {
    padding-top: 0px;
    padding-bottom: 70px;
  }
  .same-class {
    padding-top: 0;
  }
  .contact-us-class {
    margin: 50px auto;
  }
  .lang-devon .return-content .text-box {
    width: 100% !important;
  }
  body .under-day {
    padding: 30px 20px !important;
  }
  .brand-doe p {
    width: 100%;
  }
  .up-down-slider {
    padding: 50px 20px 0 20px;
  }
  .contact-form--text-column .contact-form-block:nth-child(2) .rte p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
  }
  .contact-form--text-column .contact-form-block {
    margin-bottom: 0;
  }
  .become-form {
    max-width: 1320px;
    margin: 30px auto -10px;
  }

  .highlight-section {
    padding: 0px 20px 50px 20px;
  }

  .become-form .row.align-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .become-form .medium-8 {
    flex: 0 0 50%;
    max-width: 100%;
  }
  .become-form .medium-4 {
    flex: 0 0 50%;
    max-width: 100%;
    padding-right: 0;
  }
  .perfect-both {
    padding-top: 0px !important;
  }

  .switch-login-section div {
    position: absolute;
    bottom: 226px;
  }
  .mariella-by {
    background: #f4f0ef;
    border-radius: 20px;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
  .mariella-by .artist-info {
    display: flex;
    flex-direction: column;
  }
  .mariella-by .artist-photo {
    width: 100%;
  }
  .mariella-by .artist-text {
    width: 100%;
  }
  .mariella-by .collections-grid {
    display: flex;
    flex-direction: column;
  }
  .about-extra a.button::before {
    width: 210px !important;
    height: -10px !important;
    right: 240px !important;
    bottom: -10px !important;
  }
  .our-team h2 {
    font-size: 42px;
    font-weight: 300;
    font-family: "Poppins";
    color: #263059;
    padding-top: 0;
  }

  .about-extra .aspect-ratio--adapt img {
    width: 100% !important;
    max-width: 100%;
  }
  .our-team .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    column-gap: 30px;
    margin-top: 120px;
    margin-bottom: 70px;
    width: 730px;
    row-gap: 120px;
  }
  .pol-pri {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .conta-us {
    padding-bottom: 50px !important;
  }
  .jpgrade .why-choose-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .canadian .image-box img {
    max-width: 36%;
    height: auto;
  }
  .all-tab .tabs {
    gap: 10px 0px !important;
  }
  .tabbed-faq {
    padding: 0px 20px 30px 20px !important;
  }
  .video-section {
    padding: 0 20px 30px 20px;
  }
  .flex-class {
    display: flex !important;
    flex-direction: column !important;
  }
  .can-thongs {
    padding: 50px 20px;
  }
  .boy-can {
    padding-bottom: 50px;
  }
  .canadian-men {
    margin-bottom: 50px !important;
  }
  .why-choose-container > p {
    text-align: center;
    width: 94%;
  }
  .option {
    padding-top: 50px !important;
  }
}
@media (max-width: 767.98px) {
  .become-form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .charity-counter-number-box {
    width: 40px !important;
    height: 55px !important;
    font-size: 40px !important;
  }
  .charity-counter-subheading {
    text-align: center !important;
  }
  .align-center {
    max-width: min(1500px, calc(102% - 42px)) !important;
  }
  .contact-us-class .row {
    max-width: min(1500px, calc(100% - 32px));
  }
  body .imagw-with-text .image-with-text {
    margin-top: 20px !important;
  }

  .logo-item {
    padding: 0;
  }
  .text-center-class-under .image-with-text__content--inner {
    padding-right: 0;
  }
  body .were-com .section-spacing {
    margin-top: 0px !important;
  }
  .become-form {
    max-width: 1320px;
    margin: 0px auto !important;
  }
  .become-form form h2 {
    font-size: 32px !important;
    font-weight: 300 !important;
    font-family: "Poppins";
    color: #263059;
    line-height: 42px;
    text-transform: uppercase;
  }
  .contact-form--text-column .contact-form-block:nth-child(1) strong {
    font-size: 32px !important;
    font-weight: 300 !important;
    font-family: "Poppins";
    color: #263059;
    line-height: 42px;
    text-transform: uppercase;
  }
  .align-center {
    max-width: min(1500px, calc(100% - 42px));
  }
  .become-form {
    max-width: 1320px;
    margin: 50px auto;
  }
  .section-header--content p:last-child {
    margin-bottom: 0;
    text-align: center;
    padding: 0 15px;
  }
  .contact-us-class button.button.full {
    width: 100%;
    margin-top: 30px;
  }
  .contact-container {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
  }
  .contact-card {
    width: 100% !important;
  }
  .mariella-by .artist-text {
    text-align: center;
  }
  .flex-class li span {
    width: 100% !important;
  }
  .jpgrade .why-choose-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .canadian-men {
    padding: 40px 0px !important;
  }
  .register-class button.button.full {
    width: 100%;
  }
  .login-class button.button.full {
    width: 100%;
  }
  .mariella-by {
    margin-bottom: 20px !important;
    margin-top: 0px !important;
  }
  .mariella-by .collection-item img {
    height: 220px;
    object-fit: cover;
  }
  .our-team .slick-track {
    display: flex !important;
    column-gap: 15px !important;
  }
  .about-extra .aspect-ratio--adapt img {
    width: 100% !important;
    max-width: 100%;
  }
  .our-team .slick-dotted {
    margin-top: 40px !important;
    margin-bottom: 70px !important;
  }
  .our-team .mt-2 {
    display: flex;
    column-gap: 15px;
    justify-content: center;
  }
  .our-team .flex.justify-center.-mt-16 {
    justify-content: center;
    display: flex;
  }
  .our-team .image-main {
    margin-top: -10px;
  }

  .about-extra img {
    width: 100% !important;
    max-width: 106%;
  }

  .video-section {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
    max-width: 1320px;
    margin: auto;
    padding-bottom: 30px;
  }
  .our-team .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    column-gap: 30px;
    margin-top: 120px;
    margin-bottom: 70px;
    width: 380px;
    row-gap: 120px;
  }
  .same-class {
    padding-top: 0px !important;
  }
  .interpr {
    padding-bottom: 0px !important;
  }

  .interpr .top-heading {
    font-size: 32px !important;
    color: #263059 !important;
    text-transform: uppercase !important;
    font-weight: 300 !important;
    line-height: 42px !important;
    padding-bottom: 20px !important;
  }
  .personal .top-section-heading {
    font-size: 32px !important;
    color: #263059 !important;
    font-weight: 300 !important;
    line-height: 42px !important;
    padding-top: 30px !important;
  }
  .overview-box h2 {
    font-size: 28px !important;
    color: #263059;
    margin-bottom: 16px;
    text-transform: uppercase;
    padding-bottom: 4px;
    font-weight: 300;
  }
  .personal .font-size-small {
    font-size: 28px !important;
    line-height: 36px !important;
    padding-top: 30px !important;
    padding-bottom: 10px;
  }
  .all-tab .tabs {
    gap: 0px;
  }
  .jpgrade h2 {
    font-size: 32px !important;
    line-height: 42px;
  }
  .option div {
    font-size: 32px !important;
  }
  .option {
    padding-top: 50px !important;
  }
  .can-thongs div {
    font-size: 32px !important;
  }
}

/* css end faq  */

/* Returns + Exchanges page responsive  */

@media (max-width: 1440px) {
  .artist-below p {
    width: 90%;
  }
  .bodysuits-class .image-with-text__content--inner {
    padding-left: 0 !important;
  }
}
@media (max-width: 1366px) {
  .pro_image img {
    width: 100%;
    height: 288px !important;
    object-fit: cover;
  }
  .underwear-section {
    padding: 80px 20px !important;
  }
  .notes-imp {
    padding: 0px 20px;
  }
  .imagw-with-text {
    padding: 0 20px !important;
  }
  .bodysuits-class {
    padding: 0 20px !important;
  }
  .final-sale-banner.overlay {
    margin: 0 20px;
  }
  .legal-stuff {
    padding: 70px 20px 0 20px;
  }
  .about-fit {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media (max-width: 1199.98px) {
  body .img-with-text-overlay-2.home-page .image-with-text-overlay:after {
    width: 32% !important;
    height: calc(78% + -20px) !important;
    right: 0px !important;
    object-fit: contain !important;
  }
  .promise p {
    width: 100% !important;
  }
  .contact-main-container {
    display: flex;
    flex-wrap: nowrap !important;
    gap: 35px;
    align-items: center;
    padding: 0px 0px !important;
  }
  .return-po .return-content {
    padding-top: 100px;
  }
  .on-the .image-with-text {
    margin-bottom: 20px !important;
  }
  .singal-line-2 {
    margin-bottom: 80px !important;
    width: 85%;
  }
  .return-button {
    background-color: #263059;
    color: #fff;
    padding: 10px 50px;
    font-size: 14px;
  }
  .lang-devon {
    background-color: #f8f4f3;
    padding: 80px 20px 0px 20px !important;
    border-radius: 20px;
    max-width: 100%;
    margin: -87px 20px 0 20px;
    font-family: Nunito Sans, sans-serif;
  }
  .out-try-tee .image-box img {
    max-width: 372px !important;
    height: auto;
  }

  .return-content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  .return-section {
    padding: 80px 20px 40px 20px;
  }
  .underwear-cards .card:nth-child(3) {
    margin-top: 0px;
  }
  .imagw-with-text {
    padding: 0px !important;
  }
  .image-with-text h3.h3 {
    font-size: 35px !important;
    margin-top: 20px !important;
  }
  .imagw-with-text .section-spacing {
    margin-bottom: 0px !important;
  }
  .image-with-text {
    display: flex !important;
    flex-direction: row !important;
    gap: 20px !important;
    padding-bottom: 30px !important;
  }
  .imagw-with-text .image-with-text__inner {
    width: 50% !important;
  }
  .bodysuits-class .image-with-text__inner {
    width: 50% !important;
  }
  .bodysuits-class .section-spacing {
    display: flex !important;
    flex-direction: row-reverse !important;
    gap: 20px !important;
  }
}

@media (max-width: 991.98px) {
  .template-page-our-try-on-guarantee .collection-banner .small-12.columns {
    padding: 22px;
  }
  .contact-main-container {
    gap: 25px !important;
  }
  .giving-back p {
    margin: 0;
  }
  .giving-back .section-spacing {
    padding-bottom: 0px !important;
  }
  .need-give .return-content .text-box {
    width: 100%;
  }
  .gender-grid-section {
    display: flex;
    flex-direction: column;
  }
  .gender-grid-section .gender-box {
    width: 100% !important;
  }
  .man-woman {
    padding-top: 0px !important;
  }

  .bodysuits-class .image-with-text {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
  .singal-line-2 {
    margin-bottom: 50px !important;
    width: 96%;
  }
  .return-content .image-box {
    background: #f4f0ef !important;
    border-radius: 20px !important;
  }
  .exc-ret .image-box img {
    max-width: 78% !important;
    height: auto;
    padding: 30px;
  }
  .out-try-tee .image-box img {
    max-width: 54% !important;
    height: auto;
    padding: 30px;
  }
  .lang-devon .image-box img {
    max-width: 60% !important;
    height: auto;
  }
  .return-section {
    padding: 80px 0px 40px 0px !important;
    background: transparent;
  }
  .lang-devon {
    background-color: transform !important;
    padding: 80px 0px 40px 0px !important;
    border-radius: 20px;
  }
  .return-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .underwear-section p.intro {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #000 !important;
    margin-bottom: 40px;
    width: 90% !important;
  }
  .underwear-section {
    padding: 50px 20px !important;
  }
  .underwear-cards .card:nth-child(3) {
    margin-top: 0px !important;
  }
  .image-with-text {
    flex-wrap: wrap !important;
  }
  .imagw-with-text .image-with-text__inner {
    width: 100% !important;
  }
  .bodysuits-class .image-with-text__inner {
    width: 100% !important;
  }
  .imagw-with-text .image-with-text {
    margin-top: 50px !important;
  }
  .bodysuits-class .image-with-text {
    margin-bottom: 50px !important;
  }
  .bg-text {
    margin-bottom: 70px;
    min-height: 350px;
    justify-content: center !important;
    align-items: center;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .guarantee-multicolumn .row {
    margin: 0 auto;
    gap: 12px;
    align-items: flex-start;
  }
  .guarantee-multicolumn .multicolumn__column {
    background: #f4f0ef;
    max-width: 100%;
  }
  .guarantee-multicolumn .multicolumn__column:nth-child(3) {
    margin-top: 0;
  }
  .template-page-our-try-on-guarantee .collection-banner .small-12.columns {
    padding: 0px !important;
  }
  .guarantee-img-text .image-with-text__image-media {
    padding-bottom: 0 !important;
    padding-right: 0px !important;
  }
  div#stockist-widget {
    width: 100% !important;
  }
  .stockist-search-button button {
    position: absolute;
    left: 85% !important;
    bottom: 7px;
  }
  .contact-us-class h2.h3 {
    font-size: 36px !important;
  }
  .contact-main-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1380px;
    margin: 0 auto;
    gap: 35px;
    align-items: center;
    padding: 0px 60px;
    flex-direction: column !important;
  }
  body .contact-left {
    width: 100% !important;
  }
  body .contact-right {
    width: 100% !important;
  }
  .lang-devon .image-box img {
    max-width: 80% !important;
    height: auto;
  }
  .out-try-tee .image-box img {
    max-width: 80% !important;
    height: auto;
    padding: 30px;
  }
  .return-section {
    padding: 50px 0px 40px 0px !important;
    background: transparent;
  }
  .lang-devon {
    padding: 0px 0px 00px 0px !important;
    border-radius: 20px;
  }
  body .canadian {
    margin-top: 0px !important;
  }
  .exc-ret .image-box img {
    max-width: 100% !important;
    height: auto;
    padding: 30px;
  }
  .out-try-tee .image-box img {
    max-width: 100% !important;
    height: auto;
    padding: 30px;
  }
  .lang-devon .image-box img {
    max-width: 100% !important;
    height: auto;
  }
  .image-box img {
    max-width: 100% !important;
    height: auto;
  }
  .text-box h2 {
    font-size: 32px;
    font-weight: 300;
    color: #2c3252;
    margin-bottom: 16px;
    letter-spacing: 1px;
    font-family: Poppins;
  }
  .text-box p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 24px;
    line-height: 1.6;
    font-family: Poppins;
    font-weight: 500;
    width: 100%;
  }
  .return-button {
    padding: 10px 25px;
    font-size: 14px;
  }
  .underwear-section h2 {
    font-size: 32px !important;
    line-height: 44px !important;
  }

  .card a.button {
    padding: 10px 20px !important;
    font-size: 15px !important;
  }
  .font-size-small {
    font-size: 32px;
  }
  .button span {
    font-size: 17px;
    font-weight: 600;
    font-family: poppins;
  }
  .bg-text h2 {
    font-size: 32px !important;
  }
  .return-section {
    padding: 80px 20px 40px 20px;
    margin-top: 40px !important;
  }
  .about-fit {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}

@media (max-width: 375px) {
  .card a.button {
    padding: 14px 10px !important;
    font-size: 13px !important;
    height: auto !important;
  }
}

/* Returns + Exchanges page responsive */

/* 7*4*25 coll Changes  */
.product-card
  a.product-featured-image-link
  img.product-primary-image:nth-last-child(1) {
  object-fit: contain !important;
  background-color: #f2f2f2 !important;
}
.variations input[type="radio"].is-disabled + label:before {
  content: "";
  left: 0px;
  width: 94%;
  height: 94%;
}
.tw.product_variants a {
  height: 55px;
  width: 55px;
  overflow: hidden;
  border-radius: 8px;
}
.bundle-text-wrapper p {
  max-width: 72%;
  line-height: 24px !important;
}
.image-with-text-overlay--content-inner a.button svg.product_svg path {
  fill: #fff;
}
.image_place_button {
  position: absolute;
  bottom: 0px;
}
.image-with-text-overlay--content-inner a.button:hover svg.product_svg path {
  fill: #263059;
}
.facets .thb-filter-content .count {
  margin-left: 2px;
  font-size: 16px !important;
  top: 0px;
}
.facets .thb-filter-content .count::before {
  content: "(";
}
.facets .thb-filter-content .count::after {
  content: ")";
}
@media (width <=767.98px) {
  .return-po .return-content {
    padding-top: 0;
  }
  .product_variants > .flex {
    gap: 8px;
  }
  .hero_section .stars {
    width: fit-content;
    padding-right: 12px;
  }
}
.home_collection_slider.home_collection_slider2,
.product_list_section.home_collection_slider2 {
  display: none;
}
.home_collection_slider.home_collection_slider2.country-us,
.product_list_section.home_collection_slider2.country-us {
  display: block;
}
.product_list_section.country-us {
  display: none;
}
.borderbluevariant.variantborder.variantborder-solid {
  border: 2px solid #000;
}
.sec-l svg {
  width: 21px;
}
.sec-l {
  display: flex;
  gap: 12px;
  padding-top: 8px;
  margin-left: -34px;
}
.banner-inner-sec .image-with-text {
  border-radius: 18px;
  overflow: hidden;
}
.banner-inner-sec .reelUp_cards_carousel.reelUp_carousel {
  margin: 20px auto 0px;
  position: relative;
  z-index: 1;
}
.add.inner-class.multoimages {
  padding-top: 50px;
}
/* .banner-inner-sec .image-with-text {
    background-image: url('/cdn/shop/files/360_F_501523654_iTeRiR15SpnekpBQCWf11sip7THqF5oU.jpg?v=1744108115');
    background-blend-mode: color-burn;
    background-repeat: no-repeat;
    background-size: cover;
} */
.inner-class a.button {
  margin: 0px 10px;
}
.add.inner-class .image-with-text-overlay--content {
  padding: 0 50px 83px 0px;
}
.jdgm-review-widget .jdgm-rev.jdgm-rev {
  width: 100%;
  position: static !important;
  display: flex;
}
.jdgm-rev-widg__reviews {
  display: flex;
  flex-direction: column;
}
.jdgm-rev.jdgm-divider-top.jdgm--done-setup {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 4fr;
  gap: 30px;
}
.jdgm-rev__header {
  margin-bottom: 5px;
  background-color: #26305933;
  padding: 20px;
  height: auto;
  border-radius: 20px;
}
.jdgm-review-widget .jdgm-rev__content {
  width: 100%;
}
span.jdgm-rev__author-wrapper {
  display: flex;
  flex-direction: column;
}
span.jdgm-rev__location {
  opacity: 1;
}
.jdgm-review-widget .jdgm-rev__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.jdgm-rev.jdgm-divider-top.jdgm--done-setup {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 4fr;
  gap: 30px;
}
/* .jdgm-rev-widg__header {
    display: flex !important;
    flex-direction: column !important;
}
.jdgm-rev-widg.jdgm-rev-widg {
    display: flex !important;
    clear: both !important;
} */
/* 7*4*25 coll Changes end */
@media only screen and (min-width: 990px) {
  .jdgm-rev-widg {
    display: flex !important;
    flex-direction: row;
  }
  .jdgm-rev-widg__title {
    visibility: unset;
    font-size: 32px;
  }
  .jdgm-rev-widg__header {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    position: sticky;
    top: 78px;
    height: fit-content;
    gap: 12px;
  }
  .jdgm-histogram.jdgm-temp-hidden {
    margin: 0;
    border: 0px;
    padding: 0px 66px 0px 0px;
  }
  .jdgm-rev__header {
    margin-bottom: 5px;
    background-color: #26305933;
    padding: 20px;
    height: auto;
    margin-bottom: 0px !important;
    border-radius: 20px;
  }
  .jdgm-rev.jdgm-divider-top.jdgm--done-setup {
    display: grid;
    width: 100%;
    grid-template-columns: 2fr 5fr;
    column-gap: 30px;
    row-gap: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .jdgm-rev.jdgm-divider-top.jdgm--done-setup {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr !important;
    gap: 14px;
  }
  .jdgm-rev__header {
    margin-bottom: 5px;
    display: flex;
    width: 100% !important;
    height: auto !important;
    align-items: center !important;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row !important;
  }
  .jdgm-all-reviews-widget,
  .jdgm-rev-widg {
    padding: 12px !important;
    border: 1px solid #eee;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.bodysuits-class .section-spacing {
  display: flex;
  flex-direction: row;
  gap: 35px;
}
.image-with-text.text_first {
  flex-direction: row-reverse;
  gap: 35px;
}
.thb-product-detail.product
  .product-information--inner
  .tw.product_variants
  a.is-varient-disabled {
  position: relative;
  pointer-events: none;
}
.thb-product-detail.product
  .product-information--inner
  .tw.product_variants
  a.is-varient-disabled:before {
  content: "";
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(
      to bottom left,
      transparent calc(50% - 1px),
      var(--color-border),
      transparent calc(50% + 1px)
    )
    no-repeat;
  z-index: 1;
}
.thb-product-detail.product
  .product-information--inner
  .tw.product_variants
  a.is-varient-disabled
  > img {
  opacity: 0.6;
}
.announcement-bar
  .static_bar
  .follow_us
  ul.social-links
  li
  a.social.pinterest
  svg
  path {
  fill: #000;
}
.Hn-donate-arae .image-with-text.grid--image-medium {
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .complementary-products .complementary-products--heading {
    font-size: 38px !important;
  }
  .thb-product-detail.product
    .product-grid-container
    .product-images-col.product-images-col-scrolled {
    position: unset;
  }
}
body .faq-item.active .faq-answer {
  max-height: auto !important;
  display: contents !important;
  height: 100% !important;
}
.product-wise .image-with-text__image svg,
.product-wise .image-with-text__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #f2f2f2;
}
/* collapsible-row.product__accordion.accordion.Hn-hidden {
    display: none;
}
 */
/* .complementary-products .swiper-button-next::after,
.complementary-products .swiper-button-prev::after {
  font-size: 25px;
  background-color: #263056;
  color: #fff;
  padding: 6px;
} */
.header-sticky--active.is-sticky img.logoimg {
  filter: drop-shadow(0px 100px 0 #263059);
}
.template-customers-login
  .shopify-section.shopify-section-group-header-group.header-section
  .header,
.template-customers-register
  .shopify-section.shopify-section-group-header-group.header-section
  .header {
  padding: 20px 35px 0px 35px;
}
/* .template-customers-login .header.style1 .logolink {
    text-align: left;
    margin-right: auto;
    justify-content: flex-start;
    filter: drop-shadow(0px 0px 0 #263059);
}
.template-customers-login a.logolink img.logoimg {
    display: none;
} */
.template-customers-login img.logoimg,
.template-customers-register img.logoimg {
  filter: drop-shadow(0px 100px 0 #263059) !important;
  opacity: 1 !important;
  transform: translateY(-100px) !important;
}
.template-customers-register
  .header:hover
  .thb-full-menu
  > li
  > a.thb-full-menu--link {
  color: #263059;
}
.static_bar ul.social-links svg {
  height: 16px !important;
  width: 16px !important;
}
.jdgm-widget.jdgm-preview-badge.jdgm-preview-badge--with-link.jdgm--done-setup {
  padding-bottom: 18px;
  margin-top: -6px;
}
.thb-product-detail .product-price-container .price span.amount {
  font-size: 28px;
}
.jdgm-prev-badge {
  padding-top: 8px;
}

/* 26-05-2025 RM PAGES */
.Brand-ambass .abass-form {
  width: 48%;
}
.Brand-ambass .rte.text-size-regular {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Brand-ambass .rich-text__inner {
  display: flex;
  justify-content: space-between;
}
.Brand-ambass .rich-text__inner h2 {
  font-size: 46px;
  font-weight: 300;
  color: #263059;
  margin-bottom: 16px;
  letter-spacing: 1px;
  font-family: Poppins;
}
.Brand-ambass .abass-form {
  width: 48%;
  background-color: #f4f0ef;
  border-radius: 15px;
  padding: 30px;
}
/* .become-form .no-padding div:nth-child(5) {
    justify-content: center;
    display: flex;
    width: 100%;
    max-width: 100%;
    flex: 0 !important;
} */
.become-form .medium-8 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 1024.98px) {
  .Brand-ambass .abass-form {
    width: 100%;
  }
  .Brand-ambass .rich-text__inner h2 {
    font-size: 32px;
    font-weight: 300;
    color: #2c3252;
    margin-bottom: 16px;
    letter-spacing: 1px;
    font-family: Poppins;
    text-align: center;
  }
  .Brand-ambass .rte.text-size-regular {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .Brand-ambass .abass-form {
    padding: 10px;
  }
  .Brand-ambass .rich-text__inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0px;
  }
}
.multoimages .icon-area img {
  width: 50%;
  height: 200px;
  object-fit: contain;
}
.swiper-backface-hidden .swiper-slide {
  height: auto;
  border-radius: 22px !important;
  overflow: hidden;
}
.pro_box .pro_info .title {
  font-size: 20px !important;
  line-height: 1.3 !important;
  min-height: 52px !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  overflow: hidden !important;
}
.announcement-bar .static_bar .social-links li {
  margin: 0 10px 0 0;
  display: flex;
  height: 30px;
  width: 30px;
  background: #fff;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.announcement-bar .static_bar .social-links a.social.instagram svg path {
  fill: #000;
}
.announcement-bar .static_bar .social-links a {
  display: flex !important;
}
.announcement-bar .static_bar .social-links a.social.tiktok svg path {
  fill: #000;
}
.footer .widget--text .social-links li a.social.tiktok svg {
  fill: #000;
}
.img-with-text-overlay-2.home-page .image-with-text-overlay:after {
  width: 32% !important;
  height: calc(112% + -20px) !important;
  right: 0px !important;
  object-fit: contain !important;
}
.carrers-boxs {
  max-width: 600px;
}
.carrers-boxs .rich-text.text-width-small .rich-text__inner {
  padding: 40px 0px 10px 0px;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.carrers-boxs {
  max-width: 500px;
  padding: 0px 20px;
}
.roadmap-container.time-line .roadmap-cards-wrapper {
  justify-content: space-between;
  max-width: 1440px !important;
  padding: 0px 40px;
  gap: 50px 20px;
  margin: 40px auto;
  max-width: 1344px;
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
  position: relative;
}
.roadmap-container.time-line .roadmap-card {
  flex: 1 1 calc(20% - 10px);
  background: white;
  border-radius: 10px;
  padding: 40px 16px 0px 16px;
  text-align: center;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid;
  height: max-content;
}
.roadmap-container.time-line .roadmap-card p span {
  font-size: 14px;
  font-weight: 400 !important;
  font-family: "Poppins" !important;
  color: #000;
}
.roadmap-container.time-line
  .roadmap-cards-wrapper
  .roadmap-card:nth-child(even) {
  margin-top: 20%;
}
.roadmap-container.time-line
  .roadmap-cards-wrapper
  .roadmap-card:nth-child(even)
  .roadmap-circle::after {
  content: "";
  background-color: #263059;
  position: absolute;
  height: 60%;
  width: 2px;
  top: -2px;
  margin-left: -4px;
  z-index: -1;
}
.roadmap-container.time-line
  .roadmap-cards-wrapper
  .roadmap-card:nth-child(odd)
  .roadmap-circle::after {
  content: "";
  background-color: #263059;
  position: absolute;
  height: 30%;
  width: 2px;
  top: -2px;
  margin-left: -4px;
  z-index: -1;
}
.roadmap-container.time-line h2 {
  text-align: center;
}
.roadmap-container.time-line .roadmap-cards-wrapper {
  padding-top: 60px;
  border-top: 2px solid #263059;
}
.roadmap-container.time-line .roadmap-card h3 {
  font-size: 20px;
  margin: 10px 0 5px;
  text-transform: uppercase;
  font-family: poppins;
  line-height: 28px;
  font-weight: 600 !important;
  color: #2c2c6c;
}
/* .decriptionss span {
  position: relative;
  height: 70px;
  display: block;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
} */
.decriptionss.expanded span {
  height: auto;
}

.show-more {
  color: #263059;
  font-weight: 600;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 9px;
}
.roadmap-container.time-line {
  padding: 30px 0px;
}
@media only screen and (max-width: 1024px) {
  .roadmap-container.time-line
    .roadmap-cards-wrapper
    .roadmap-card:nth-child(even)
    .roadmap-circle::after {
    content: "";
    background-color: #263059;
    position: absolute;
    height: 40%;
    width: 2px;
    top: -2px;
    margin-left: -4px;
    z-index: -1;
  }
  .byob-content .image-with-text {
    display: flex !important;
    flex-direction: column !important;
    padding: 0px 20px;
  }
  .row.grid.img-with-text-section.life-changing .image-with-text {
    display: flex !important;
    flex-direction: column !important;
  }
  .row.grid.img-with-text-section.banner-inner-sec .image-with-text {
    display: flex !important;
    flex-direction: column !important;
    padding: 20px 20px;
  }
  .jdgm-carousel-wrapper {
    overflow: hidden;
  }
}
@media only screen and (max-width: 991px) {
  .underwear-section.byob-box-class .card {
    min-width: 100%;
  }
  .row.grid.img-with-text-overlay-section.banner-collection {
    margin-bottom: 30px;
  }
  .px-5.sm\:px-10.sm\:pt-20.py-5 .flex.gap-4 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .px-5.sm\:px-10.sm\:pt-20.py-5
    .flex.gap-4
    .cursor-pointer.text-center.text-sm
    p {
    font-size: 12px;
  }
  .px-5.sm\:px-10.sm\:pt-20.py-5
    .flex.gap-4
    .cursor-pointer.text-center.text-sm {
    width: 75px;
  }
  .absolute.top-0.left-0.z-10.w-20.pl-10.pt-5.cursor-pointer {
    padding-left: 15px;
    width: 34px;
  }
  .become-form .no-padding div:nth-child(1) {
    padding-right: 0px;
  }
  .tab {
    padding: 0.75rem 0.5rem;
    margin: 0 0.25rem;
    cursor: pointer;
    border-radius: 6px 6px 0 0;
    font-weight: 600;
    font-size: 14px;
    font-family: "Poppins";
  }
  .become-form input {
    padding: 10px 0px;
  }
  .roadmap-container.time-line h2 {
    text-align: center;
    padding: 14px 32px 14px 32px;
    margin-bottom: 0px !important;
  }
  .roadmap-container.time-line .roadmap-cards-wrapper {
    justify-content: space-between;
    max-width: 1440px;
    padding: 67px 40px 40px 40px;
    gap: 50px 12px;
    margin: 0px auto;
    max-width: 1344px;
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    position: relative;
  }
  .roadmap-container.time-line
    .roadmap-cards-wrapper
    .roadmap-card:nth-child(even) {
    margin-top: 0%;
  }
  .decriptionss span {
    position: relative;
    height: 100%;
    display: block;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  .show-more {
    display: none;
  }
  .roadmap-circle {
    position: relative;
  }
  .roadmap-container.time-line
    .roadmap-cards-wrapper
    .roadmap-card:nth-child(even)
    .roadmap-circle::after {
    height: 78%;
    top: -40px;
  }
  .roadmap-container.time-line
    .roadmap-cards-wrapper
    .roadmap-card:nth-child(odd)
    .roadmap-circle::after {
    height: 78%;
    top: -40px;
  }
}
.guarantee-multicolumn .multicolumn__column {
  background: #f4f0ef;
  max-width: calc(50% - 40px);
  padding: 30px;
  border-radius: 15px;
  margin: 0;
  padding: 30px !important;
}
.template-page-our-try-on-guarantee .collection-banner--image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #f4f0ef;
  object-position: center right;
}
gravity-button.accelerated-checkout-button {
  border-radius: 12px;
  overflow: hidden;
}
button.gravity-button,
gravity-button.accelerated-checkout-button,
.button-content,
shop-pay-wallet-button {
  border-radius: 12px !important;
  overflow: hidden !important;
}
img.size-chart-image {
  display: none;
}
.life-changing .image-with-text__image img {
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #f8f4f3;
}
.banner-collection image-with-text-overlay {
  border-radius: 18px;
}
@media (max-width: 991.98px) {
  .custom-class .swiper-slide.swiper-slide-active {
    height: auto !important;
  }
  .custom-class {
    height: auto !important;
  }
  .multoimages .icon-area img {
    width: 70%;
    height: 150px;
    object-fit: contain;
  }
  .jdgm-carousel-wrapper {
    overflow: hidden;
  }
  .banner-collection
    image-with-text-overlay.image-with-text-overlay.text-center {
    border-radius: 20px;
  }
  .byob-banner .return-content .image-box {
    background: #f4f0ef !important;
    border-radius: 20px !important;
    width: 100%;
  }
  .media-grid.section-spacing.Midea-class {
    margin-top: 0px;
  }
  .byob-content {
    padding: 0px 20px;
  }
  .underwear-section.byob-box-class p.intro {
    display: none;
  }
  .return-section.out-try-on.devon-lang.byob-banner {
    margin-top: 0px !important;
  }
}
/* .complementary-products--inner .swiper-wrapper {
    justify-content: center;
} */
.complementary-products--inner:has(.swiper-wrapper + .swiper-button-lock)
  .swiper-wrapper {
  display: flex;
}
.banner-inner-sec .image-with-text__content--inner {
  padding: 0px 20px;
}
.banner-inner-sec .image-with-text__content--inner a.button {
  background-color: #000;
}

/* Color V */
.tw a img.rounded-full.block {
  transform: scale(1.5);
}
.tw .flex.flex-wrap.gap-1 a.hidden {
  display: none;
}
.tw p.font-semibold.text-sm.mb-0 {
  margin-bottom: 0px;
}
.tw .mb-2 {
  margin-bottom: 20px;
}
.tw a {
  height: 55px;
  width: 55px;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
}
.tw .flex.flex-wrap.gap-1 {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

/* byob-page redesign CSS start  -=--=--------------=---------------------=---------------- */
.devon-lang.byob-banner-custom {
  margin: 0;
  border-radius: 0;
  padding: 0;
}
.byob-header {
  padding-top: 0;
}
.devon-lang.byob-banner-custom .image-box .return-type-image {
  max-width: 529px;
  z-index: 2;
  position: relative;
}
.devon-lang.byob-banner-custom .text-box h2 {
  text-transform: uppercase;
  max-width: 520px;
}
.devon-lang.byob-banner-custom .return-button {
  display: block;
  width: fit-content;
  transition: all 0.5s;
  border: 2px solid #263059;
}
.byob-page-container {
  max-width: 1360px;
  padding: 0 20px;
  margin: 0 auto;
}
.small-icon-image-bg img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 240px !important;
}
.small-icon-image-bg {
  position: absolute;
  top: 11%;
  left: 0;
  transform: translate(-64%, -45%);
}
.devon-lang.byob-banner-custom .image-box {
  position: relative;
}
.byob-banner-custom .text-box h2 {
  font-weight: 400;
}
.star-image-review img {
  display: block;
  max-width: 24px;
  width: 100%;
}
.banner-review-items {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.banner-review-star-items {
  display: flex;
  align-items: center;
  gap: 10px;
}
.devon-lang.byob-banner-custom .return-button:hover {
  background: #fff;
  color: #263059;
}
span.review_text_item {
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .small-icon-image-bg {
    position: absolute;
    top: 10px;
    left: 0;
    transform: translate(-50%, -50%);
  }
  .small-icon-image-bg img {
    max-width: 130px !important;
  }
  .tw a{
    height: 42px;
    width: 42px;
    flex-shrink: 0;
  }
  .tw .flex.flex-wrap.gap-1{
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom:20px;
  }
  .tw p.font-semibold.text-sm.mb-0{
    margin-bottom:7px;
  }
   .tw .flex.flex-wrap.gap-1::-webkit-scrollbar{
     background: transparent;
     height:5px;
   }
  .tw .flex.flex-wrap.gap-1::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 10px;
  }
}

.app-playlist-title h2 {
  font-weight: 300;
  font-size: 42px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 1;
}
.app-playlist-title {
  padding: 0 20px;
}
.divider-line img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}
.contact-form .field input::placeholder{
  color: transparent;
}
@media (max-width: 768px) {
  .app-playlist-title h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.quantity-tabel {
    display: grid;
    gap: 16px;
    grid-template-columns: auto auto auto auto;
}
.Quantity-box {
    display: flex;
    flex-direction: column;
}
.Quantity-box input {
    margin: 0px;
    font-size: 20px;
}
.Quantity-box span {
    font-size: 13px;
    letter-spacing: 0.3px;
    font-weight: 500;
}
.multi-quantity-adtbtn {
    flex: 1;
    margin-top: 30px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    background: #263059;
    color: #fff;
    padding: 15px;
    border-radius: 10px 10px 10px 10px;
    text-transform: capitalize;
    width: 100%;
    transition: 0.3s;
}
.multi-quantity-adtbtn:hover {
    background: #000;
    color: #fff;
}
span.on-stock::before {
    content: "";
    height: 10px;
    width: 10px;
    display: inline-block;
    background-color: #33e77b;
    border-radius: 12px;
}
span.less-q::before {
    content: "";
    height: 10px;
    width: 10px;
    display: inline-block;
    background-color: rgb(255 230 102);
    border-radius: 12px;
}






/*  */
.loved_coll_sec .byob-img-item-left-right {
    flex: 0 0 35%;
    max-width: 35%;
}
.loved_coll_sec .byob-image-content-right-side {
    flex: 0 0 65%;
    max-width: calc(65% - 55px);
}
.byond_icon_text_sec   .byob-img-item-left-right {
    flex: 0 0 30%;
    max-width: 30%;
}
.byond_icon_text_sec  .byob-image-content-right-side {
    flex: 0 0 70%;
    max-width: calc(70% - 55px);
}
.loved_coll_sec .btn_items_byob{
  margin-top: 1.5rem;
}
.loved_life_change_sec .byob-image-block-itesm img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center center;
}

@media screen and (max-width:991px){
  .byob-image-text-items-main {
        gap: 25px;
  }
  .collection_more_loved_sec .ways-item {
    flex: 0 0 50%;
    max-width: calc(50% - 15px);
  }
  .collection_more_loved_sec .ways-grid {
      flex-direction: row;
  }
  .loved_coll_sec .byob-image-content-right-side {
    flex: 0 0 65%;
    max-width: calc(60% - 25px);
  } 
  .loved_coll_sec .byob-img-item-left-right {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .loved_byon_seeen_collec .byob-img-item-left-right,.loved_byon_seeen_collec .byob-image-content-right-side {
    flex: 0 0 100%;
    max-width: calc(50% - 13px);
  }
  .loved_byon_seeen_collec .byob-image-text-items-main {
      align-items: center;
  }
}
@media screen and (max-width:767px){
  .collection_more_loved_sec .ways-item ,.loved_coll_sec .byob-img-item-left-right, .loved_coll_sec .byob-image-content-right-side,
  .loved_byon_seeen_collec .byob-img-item-left-right,.loved_byon_seeen_collec .byob-image-content-right-side, .byond_icon_text_sec .byob-img-item-left-right,
  .byond_icon_text_sec .byob-image-content-right-side{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .collection_more_loved_sec .ways-grid {
      flex-direction: column;
  }
  .byond_icon_text_sec   .byob-image-block-itesm img {
      max-width: 210px;
      margin: 0 auto;
  }
  .byond_icon_text_sec  .byob-all-items-main {
      text-align: center;
  }
  .byond_icon_text_sec  .byob-image-text-items-main {
      gap: 10px;
  }
}
.products .promotion-column img.swiper-zoom-target {
    position: static !important;
}
.products .promotion-column .gallery__item figure {
    height: max-content;
}
.products .promotion-column .gallery__item {
    border: 1px solid #f2f2f2;
    border-radius: 20px;
}
.contact-form--form-column form#contact_form input::placeholder {
    color: #a3a3a3 !important;
}
.few-slides .swiper-wrapper {
    justify-content: center;
    gap: 20px;
}
.few-slides .swiper-slide {
    margin: 0px !important;
}
p.size-img {
    display: flex;
    flex-direction: column-reverse;
}
.both-img {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
}
.both-img p.size-img {
    width: 36%;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    border-radius: 20px;
    overflow: hidden;
}
.both-img p.size-img span.tgs {
    background-color: #263059;
    padding: 10px;
    gap: 12px;
}
.accordion p, .collapsible__content div {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}
.both-img p.size-img span {
    font-size: 12px;
}
/* h3.h1-large.image-with-text-overlay--heading div {
  position: relative !important;
  transform: none !important;
}
.rte.description-size--small .line-child div {
    transform: none !important;
    position: relative !important;
} */