/** Shopify CDN: Minification failed

Line 585:0 Unexpected "}"

**/
/* =============================== START : CUSTOM CSS ==================================================== */

@font-face {
  font-family: "Archivo";
  src: url("/cdn/shop/files/ArchivoCondensed-Bold.ttf")
    format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archivo";
  src: url("/cdn/shop/files/ArchivoCondensed-Regular.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archivo";
  src: url("/cdn/shop/files/ArchivoCondensed-Medium.ttf")
    format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("/cdn/shop/files/BebasNeue-Regular.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.product__info-container {
  font-family: "Archivo";
}

/* =============================== START : PDP Design CSS ===================================*/

/* ====================== Left Part Css Start ========================== */

@media only screen and (min-width: 900px) {
  .grid__item.product__media-wrapper slider-component.thumbnail-slider {
    position: unset;
    transform: unset;
    width: unset;
    transform-origin: unset;
    height: unset;
    overflow: unset;
  }
  .thumbnail-list li.thumbnail-list__item.slider__slide {
    transform: unset !important;
    width: calc(23.9% - 0rem) !important;
  }
  .grid__item.product__media-wrapper {
    padding-left: unset;
  }
}
@media screen and (min-width: 750px) {
  .product--thumbnail_slider .slider-mobile-gutter .slider-button {
    display: none !important;
  }
}
.product-media-container .product__modal-opener .product__media.media,
.product__media-list .product__media-item .product-media-container {
  border-radius: 20px;
}
.product-media-container .product__modal-opener .product__media.media {
  padding-top: 100%;
}

.thumbnail-list .thumbnail-list__item .thumbnail.global-media-settings {
  border-radius: 10px;
  border: unset;
}
.thumbnail[aria-current]:focus:not(:focus-visible) {
  box-shadow: unset !important;
}
.product__media-list.contains-media {
  margin-bottom: 10px;
}
.thumbnail-list .thumbnail-list__item .thumbnail[aria-current] {
  box-shadow: unset;
  border-color: unset;
}
.thumbnail-list .thumbnail-list__item .thumbnail:hover {
  opacity: 1;
}
@media (max-width: 749px) {
  .slider-button {
    display: none !important;
  }
  .thumbnail-slider .thumbnail-list.slider {
    padding: 0 !important;
    gap: 5px !important;
  }
  .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .thumbnail-list__item.slider__slide {
    width: calc(24% - 0.1rem) !important;
  }
  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 0 !important;
  }
  .product__media-list .product__media-item {
    width: 100% !important;
  }
  .product-media-container .product__modal-opener .product__media.media img {
    border-radius: 11px;
  }
  .thumbnail-list .thumbnail-list__item .thumbnail.global-media-settings {
    border-radius: 7px;
  }
  .product__media-list.contains-media {
    scroll-padding-left: 0 !important;
  }
}

/* ================  Custom Testimonial Section Css Start =============== */
.custom-testimonial-section {
  display: flex;
  align-items: center;
  padding: 19px 16px;
  background-color: #d9d9d9;
  border-radius: 10px;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 27px;
}
.custom-testimonial-section img {
  width: 144px;
  max-width: 100%;
  height: 100%;
  border-radius: 10px;
}
.custom-testimonial-content {
  flex: 1;
  color: #000;
  font-family: "Archivo";
}
.custom-testimonial-stars {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 3px;
}
.custom-testimonial-text {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.custom-testimonial-name p {
  font-weight: 400;
  font-style: normal;
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
}
.custom-testimonial-verified {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 400;
  color: #000;
}
.custom-testimonial-verified img {
  width: 15px;
  height: 15px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .custom-testimonial-stars {
    font-size: 17px;
  }
  .custom-testimonial-text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .custom-testimonial-name p {
    font-size: 15px;
  }
  .custom-testimonial-section {
    gap: 20px;
  }
  .custom-testimonial-section img {
    width: 135px;
  }
  .custom-testimonial-verified img {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 991px) and (min-width: 750px) {
  .custom-testimonial-stars {
    font-size: 14px;
  }
  .custom-testimonial-text,
  .custom-testimonial-name p {
    font-size: 12px;
  }
  .custom-testimonial-verified {
    gap: 3px;
    font-size: 10px;
  }

  .custom-testimonial-section {
    gap: 10px;
    padding: 15px;
    margin-top: 15px;
  }
  .custom-testimonial-section img {
    width: 128px;
  }
  .custom-testimonial-verified img {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 749px) {
  .custom-testimonial-section {
    display: none;
  }
}

/* ================  Custom Testimonial Section Css End =============== */

/* ====================== Left Part Css End ========================== */

/* ======================= START : PDP Right Part CSS ============================*/
.product__info-wrapper .product__title {
  margin-bottom: 0;
  margin-top: 12px;
}
.product__info-wrapper .product__title h1 {
  font-weight: 400;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0px;
  font-family: "Bebas Neue";
}
.price-title-show-mobile h1 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.2;
}
.product__info-wrapper .product__text.inline-richtext {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 2px;
  letter-spacing: 0px;
  color: #010101;
}
.custom-info-wrapper {
  margin: 30px 0 !important;
}
.custom-info-wrapper .custom-info-content {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}
.custom-info-wrapper .custom-info-text {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #010101;
}
.custom-info-wrapper .price {
  margin-top: 35px;
}

/* ============ color swatch =============== */
body .globo-swatch-product-detail .swatch--gl ul.value.g-variant-color-detail {
  gap: 32px !important;
  flex-wrap: nowrap;
}

.product__info-wrapper .swatch--gl.clearfix {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}
.product__info-wrapper .swatch--gl ul.value {
  gap: 15px !important;
}
.product__info-wrapper
  .globo-swatch-product-detail
  .swatch--gl
  li
  .globo-style--button {
  padding: 3px 24px !important;
  border-radius: unset !important;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 1.4 !important;
  letter-spacing: 0px !important;
}
.product__info-wrapper .name-option {
  width: unset !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  color: #000;
}
.product__info-wrapper .globo-color-swatch--watermarks {
  display: none;
}
/* ============ color swatch =============== */

.product__info-wrapper .product-form__input.product-form__quantity {
  display: none;
}
.product__info-wrapper .globo-swatch-list {
    display: flex;
    flex-direction: column-reverse;
}
.size-guide-title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: Archivo;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  cursor: pointer;
}
.size-guide-container {
  margin-left: 50px;
}
.product .price__container .price-item {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3 !important;
  margin: 0 !important;
}
.product .price__container {
  margin: 0 !important;
}
.product__info-wrapper .product__tax {
  display: none;
}
.product__info-wrapper shopify-payment-terms {
  display: none;
}
.product__info-wrapper .product-form__submit {
  font-weight: 700;
  font-size: 26px;
  line-height: 1 !important;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  padding: 21px;
  border-radius: 50px;
}
.product__info-wrapper .product-form__submit::before,
.product__info-wrapper .product-form__submit::after {
  box-shadow: none !important;
}
.product__info-wrapper .product-form__buttons {
  max-width: 100%;
  width: 54rem;
}
.product__info-wrapper .product__info-container .product-form {
  margin: 24px 0 0;
}
.product__info-wrapper .icon-with-text__item .h4.inline-richtext {
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0px;
  font-family: "Archivo";
}
.product__info-wrapper .icon-with-text--horizontal {
  justify-content: start;
  margin-bottom: 0 !important;
}
.product__info-wrapper .icon-with-text--horizontal .icon-with-text__item {
  flex-direction: row;
  width: unset;
  gap: 10px;
}
.product__info-wrapper .icon-with-text--horizontal .icon-with-text__item img {
  margin: 0;
  width: 20px;
  height: 20px;
}
#rbr-container-element-false {
  display: none;
}
.product__info-wrapper .product__accordion.accordion.quick-add-hidden {
  border: unset;
  border-top: unset;
}
.product__info-wrapper .product__accordion.accordion.quick-add-hidden details {
  border-bottom: 1px solid #00000054;
}
.product__info-wrapper
  .product__accordion.accordion.quick-add-hidden:nth-last-child(2)
  details {
  border: unset;
}
.product__info-wrapper .accordion__title {
  font-family: Archivo;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
}

.product__info-wrapper .product__accordion .accordion__content {
  padding-left: 0;
}
.product__info-wrapper .product__accordion summary .icon {
  display: none;
}
.accordion .summary__title {
  justify-content: space-between;
  align-items: center;
}
.product__accordion summary .summary__title:after {
  content: "+";
  display: inline-block;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  margin-right: 10px;
  color: #000;
}
.product__accordion details[open] summary .summary__title:after {
  content: "–";
  margin-right: 12px;
}
span.jdgm-prev-badge__text {
  font-family: Archivo;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
}
@media (min-width: 750px) {
  .product__info-wrapper--extra-padding {
    padding: 0 0 0 4rem !important;
  }
  .product__info-container {
    max-width: 100% !important;
  }
}
@media (max-width: 1440px) {
  .product__info-wrapper .product__title h1 {
    font-size: 48px;
  }
}

@media (max-width: 1200px) {
  .product__info-wrapper .product__title h1 {
    font-size: 35px;
  }
  .custom-info-wrapper .custom-info-text {
    font-size: 18px;
  }
  .custom-info-wrapper .custom-info-content {
    gap: 15px;
  }
  .product__info-wrapper .icon-with-text__item .h4.inline-richtext {
    font-size: 16px;
  }
  .product__info-wrapper .icon-with-text--horizontal {
    margin-top: 10px !important;
  }
}

@media (max-width: 989px) {
  .product__info-wrapper--extra-padding {
    padding: 0 0 0 20px !important;
  }
  .size-guide-container {
    margin-left: 10px;
  }
  .product__info-wrapper .product-form__submit {
    font-size: 20px;
  }
  .custom-info-wrapper .custom-info-text {
    font-size: 16px;
  }
  .custom-info-wrapper .custom-info-content {
    gap: 10px;
  }
  .product__info-wrapper .icon-with-text__item .h4.inline-richtext {
    font-size: 13px;
  }
  .product__info-wrapper .product__accordion.accordion summary {
    padding: 10px 0;
  }
  .product__info-wrapper .accordion__title {
    font-size: 20px;
  }
  body
    .globo-swatch-product-detail
    .swatch--gl
    ul.value.g-variant-color-detail {
    gap: 10px !important;
  }
  .product__info-wrapper .icon-with-text--horizontal .icon-with-text__item {
    gap: 5px;
  }
  .product__info-wrapper .icon-with-text--horizontal {
    gap: 1rem;
  }
}

@media (max-width: 749px) {
  .product__info-wrapper .product__text.inline-richtext,
  .custom-info-wrapper .custom-info-text {
    font-size: 18px;
  }
  .price-title-show-mobile {
    margin-top: 15px;
  }
  .price-title-show-mobile .price {
    display: none;
  }
  .custom-info-wrapper {
    margin: 16px 0 !important;
  }
  .product__info-wrapper .accordion__title {
    font-size: 18px;
  }
  .product__info-wrapper--extra-padding {
    padding: 0 !important;
  }
  .product .price__container .price-item {
    font-size: 20px;
  }
  .product__info-wrapper .product__info-container .product-form {
    font-size: 18px;
  }
  body
    .globo-swatch-product-detail
    .swatch--gl
    ul.value.g-variant-color-detail {
    gap: 6px !important;
  }
}

@media (max-width: 530px) {
  .product__info-wrapper .product-form__submit {
    font-size: 20px;
    padding: 13px;
  }
  .product__info-wrapper .icon-with-text__item .h4.inline-richtext {
    font-size: 12px;
  }
  .price-title-show-mobile h1 {
    font-size: 35px;
  }
  span.jdgm-prev-badge__text {
    font-size: 16px;
  }
  .globo-swatch-list .swatch--gl.clearfix:first-child {
    flex-direction: column;
    align-items: flex-start;
  }
}
}
@media (max-width: 425px) {
  .price-title-show-mobile h1 {
    font-size: 26px;
  }
}

@media (max-width: 375px) {
  .custom-info-wrapper .custom-info-text {
    font-size: 16px;
  }
}

/* ======================= Size Chart Css Start ===========================  */

.size-chart-popup-open {
  overflow: hidden;
}
.size-chart-content .meta-size-chart-section img {
  max-width: 100%;
}
.size-chart-content .popup-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 39px;
  background: #000;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  font-weight: 100;
}
.size-chart-content .popup-close-button svg {
  width: 13px;
  height: 13px;
}

.size-chart-container .size-chart-content {
  opacity: 0;
}

.size-chart-popup-open .size-chart-container .size-chart-content {
  opacity: 1;
  overflow: auto;
  display: block;
  transition: 0.5s;
}

.size-chart-container .size-chart-content::-webkit-scrollbar {
  display: none; /* height for horizontal scrollbar */
}

.size-chart-container .size-chart-content {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30%;
  max-width: 1200px;
  max-height: 79vh;
  overflow: auto;
  z-index: 999999;
  opacity: 0;
  background-color: #fff;
  padding: 24px;
  border-radius: 10px;
  transition: 0.5s;
  display: none;
}
.size-chart-container .popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #0000004d;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.4s cubic-bezier(0, 0, 0.2, 1),
    visibility 0.4s cubic-bezier(0, 0, 0.2, 1);
  display: block !important;
}
.size-chart-popup-open .popup-overlay {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1725px) {
  .size-chart-container .size-chart-content {
    width: 45%;
  }
}
@media (max-width: 1540px) {
  .size-chart-container .size-chart-content {
    width: 50%;
  }
}
@media (max-width: 1350px) {
  .size-chart-container .size-chart-content {
    width: 55%;
  }
}
@media (max-width: 1270px) {
  .size-chart-container .size-chart-content {
    width: 60%;
  }
}
@media (max-width: 1099px) {
  .size-chart-container .size-chart-content {
    width: 70%;
  }
}
@media (max-width: 930px) {
  .size-chart-container .size-chart-content {
    width: 80%;
  }
}
@media (max-width: 825px) {
  .size-chart-container .size-chart-content {
    width: 90%;
  }
}
@media (max-width: 790px) {
  .size-chart-container .size-chart-content {
    width: 95%;
  }
}
@media (max-width: 543px) {
  .size-chart-container .size-chart-content {
    max-height: max-content;
  }
  .size-chart-content .popup-close-button {
    top: 10px;
    right: 10px;
  }
}

/* ======================= Size Chart Css End ===========================  */

/* ======================= END : PDP Right Part CSS ============================*/

/* =============================== END : PDP Design CSS ===================================*/
