/** Shopify CDN: Minification failed

Line 312:29 Expected ")" to end URL token
Line 316:31 Expected ")" to end URL token

**/

.swatch {
    margin: 10px 0 16px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 26px);
    grid-template-rows: 26px;
    grid-auto-rows: 0;
    grid-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    height: 26px;
}

.overflow-hidden-mobile .drawer-wrapper {
  z-index: 11;
}

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

/* .active-color {
  order: -1;
} */

body .js-hide {
  display: none;
}

.swatch .label {
    position: relative;
    width: 26px;
    height: 26px;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 0;
    background-size: 26px 26px;
      background-repeat: no-repeat;
    background-position: 50%;
  cursor: pointer;
}

.more-colors-icon {
  text-decoration: none !important;
    text-underline-offset: 0 !important;
  color: #333;
  font-size: 16px;
      display: flex;
    align-items: center;
    justify-content: flex-start;
}

.more-colors-icon:hover {
  text-decoration: underline !important;
    text-underline-offset: 2px !important;
}

.swatch .label:before {
  content: " ";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #121212;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    visibility: hidden;
}

.swatch .label.is-active:before {
  visibility: visible;
  z-index: 1;
}

.swatch .swatch-element:nth-child(n+8) {
  display: none;
}

.swatch .label.is-active {
   width: 21px;
    height: 21px;
  border-color: transparent;
  background-size: 21px 21px;
}

#Huratips-Pagination {
  text-align: center;
  margin-top: 40px;
}

.rich-text.content-container .metafield-rich_text_field p {
    line-height: 21px;
    margin: 16px -10px 0;
}

.collection-product-count {
  text-align: center;
}

.collection-product-count p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.75);
}

.runners-product-collection {
  margin-top: 20px;
}

.hats-collection .collection__title>.title {
      border-bottom: none;
    margin-bottom: 40px;
    text-align: center;
}

@keyframes scaling{
  0%, 100%{
    transform: scale(1.2);
     background-color: rgb(160, 162, 166, 0.8);
  }
  40%{
    transform: scale(1);
    background-color: rgb(160, 162, 166, 0.5);
  }
  50%{
    transform: scale(1);
     background-color: rgb(160, 162, 166, 0.5);
  }
}

.circle {
    height: 10px;
    width: 10px;
    border-radius:50%;
     background-color: rgb(160, 162, 166, 0.8);
    animation: scaling 2.5s ease-in-out infinite;
    display: inline-block !important;
    margin: 3px;
}

.circle:nth-of-type(1){
  animation-delay:0s;
}
.circle:nth-of-type(2){
  animation-delay:0.2s;
}
.circle:nth-of-type(3){
  animation-delay:0.4s;
}
.circle:nth-of-type(4){
  animation-delay:0.6s;
}

.loading-container > a {
  display: none !important;
}


@media screen and (max-width: 749px) {
  .collection .grid__item:only-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 989px) {
  .collection .slider.slider--tablet {
    margin-bottom: 1.5rem;
  }
}

.collection .loading-overlay {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

@media screen and (max-width: 749px) {
  .collection .loading-overlay {
    top: 0;
    right: 0;
  }
}

@media screen and (min-width: 750px) {
  .collection .loading-overlay {
    left: 0;
  }

  body .grid {
        margin-left: 0;
    }
}

.collection .loading-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 0 1.5rem;
  opacity: 0.7;
}

@media screen and (min-width: 750px) {
  .collection .loading-overlay {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.collection.loading .loading-overlay {
  display: block;
}

.collection--empty .title-wrapper {
  margin-top: 10rem;
  margin-bottom: 15rem;
}

@media screen and (max-width: 989px) {
  .collection .slider--tablet.product-grid {
    scroll-padding-left: 1.5rem;
  }
}

.collection__description > * {
  margin: 0;
}

.collection__title.title-wrapper {
  margin-bottom: 2.5rem;
}

.collection__title.title-wrapper--self-padded-tablet-down {
  padding: 0 20px;
}

.collection__title--desktop-slider .title {
  margin-bottom: 20px;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  color: #121212;
}

@media screen and (min-width: 990px) {

  .collection slider-component:not(.page-width-desktop) {
    padding: 0;
  }

  .collection--full-width slider-component:not(.slider-component-desktop) {
    padding: 0 1.5rem;
    max-width: none;
  }
}

.collection__view-all a:not(.link) {
  margin-top: 1rem;
}

#product-grid.grid--1-col .grid__item:not(.product__media-item) {
  width: 100%;
  max-width: unset;
}

@supports not (inset: 10px) {
  body .card:not(.ratio) {
    height: auto;
  }
}

/*================ Slick General Style ================*/
.slick-arrow{
  background-size: 12px auto !important;
  z-index: 3;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0;
  padding: 0;
  top: 50%;
  bottom: 0;
  position: absolute;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 33px;
  width: 33px;
      background-color: transparent;
    border: none;
}
.slick-arrow.slick-prev{
    background-image: url({{ "icon-left-dark.svg" | asset_url }}) !important;
    left: 0;
}
.slick-arrow.slick-next{
      background-image: url({{ "icon-right-dark.svg" | asset_url }}) !important;
    right: 0;
}
/* === collection slider ====*/
.slick-slide img{
width: 100%;
}
.product-grid__image--thumb{
padding: 0 25px;
}
.product-grid__thumbs{
position: relative;
  border: 1px solid #ddd;
  margin: 5px;
  cursor: pointer;

/*     height: 60px!important; */
}

.product-grid__thumbs.slick-current{
border-color: #000;
}
.product-grid__thumbs img{
/* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.collection-products-add__header .yotpo{
display: inline-block;
  text-align: center;
}
.product-grid__title{
margin-top: 80px;
}
.product-grid__item{
position: relative;
}
.product-grid__thumbs--wrapper{
position: absolute;
  bottom: 80px;
      width: 100%;
}

body .card__information {
    padding-top: 15px;
}

body .card-information>*:not(.visually-hidden:first-child)+*:not(.rating):not(.card__information-volume-pricing-note) {
    margin-top: 0.3rem;
}

body .product-grid .grid__item {
      padding-bottom: 0;
  }

#product-grid .price.badge-wrapper {
  padding-top: 0;
    display: flex !important;
    gap: 8px;
}

#product-grid .price.badge-wrapper .price__badge-sale {
  display: block !important;
}


#product-grid .price.badge-wrapper .badge {
    height: auto;
    padding: 6.5px 15px;
    color: #121212;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 16px;
    background: #eaeeef !important;
  letter-spacing: normal;
}

body .grid__item {
    padding-left: 0;
}

.collection-related{
  margin-top: 3rem;
}
.collection-hero__title{
  text-transform: uppercase;
}
.collection-related h3{
    text-transform: uppercase;
}
.collection-related__list{
list-style: none;
    padding: 0;
}

@media screen and (max-width: 749px) {
  .collection-related{
    display: none;
  }
}

@media screen and (max-width: 1439px) {
.collection-grid-section .card-wrapper .card-information__text {
      font-size: 16px;
}
}

@media screen and (max-width: 767px) {
.collection-grid-section .card-wrapper .card-information__text,
  .collection-grid-section .card-wrapper .product-price--line .price{
      font-size: 12px;
}

  .hats-collection .collection__title>.title {
    margin-bottom: 20px;
    text-align: left;
  }

  .collection-grid-section {
  padding-top: 10px;
}
  
  .loading-container {
 margin-top: 40px;
  }
}

/* .loading-container {
   display: flex;
  justify-content: space-between;
  
} */

@keyframes scaling{
  0%, 100%{
    transform: scale(1.2);
     background-color: rgb(160, 162, 166, 0.8);
  }
  40%{
    transform: scale(1);
    background-color: rgb(160, 162, 166, 0.5);
  }
  50%{
    transform: scale(1);
     background-color: rgb(160, 162, 166, 0.5);
  }
}

.circle {
    height: 10px;
    width: 10px;
    border-radius:50%;
     background-color: rgb(160, 162, 166, 0.8);
    animation: scaling 2.5s ease-in-out infinite;
    display: inline-block !important;
    margin: 3px;
}

.circle:nth-of-type(1){
  animation-delay:0s;
}
.circle:nth-of-type(2){
  animation-delay:0.2s;
}
.circle:nth-of-type(3){
  animation-delay:0.4s;
}
.circle:nth-of-type(4){
  animation-delay:0.6s;
}

.loading-container > a {
  display: none !important;
}

main .newsletter__wrapper h2 {
  text-transform: uppercase;
  max-width: 50%;
  width: 50%;
   color: #000;
}

main .newsletter__wrapper {
  background: url('/cdn/shop/files/sign_up.webp?v=1691655596');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5%;
  padding-left: 5%;
  padding-bottom: 5%;
  padding-right: 5%;
  min-height: 520px;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  color: #000;
}

main .newsletter__wrapper .field__label {
    color: #000;
      top: 1.25rem;
}

main .newsletter-form__field-wrapper .field__input {
  border-color: #000 !important;
  color: #000;
}

main .newsletter__wrapper  > div {
    max-width: 50%;
    margin-right: 0;
    width: 50%;
}

main .newsletter-form__message--success {
      color: #000;
}

@media screen and (max-width: 1023px) {
.grid {
    row-gap: 15px;
}
}




  .text-container .text-content{
   transition: 0.5s ease; 
  display: -webkit-box;
   /* -webkit-line-clamp: 3;  */
           /* line-clamp: 3;  */
  -webkit-box-orient: vertical;  
  overflow: hidden;
     /* --max-lines: 3;  */
    max-height: 80px;
}

  .text-container.expanded .text-content{
   -webkit-line-clamp: unset; /* number of lines to show */
           line-clamp: unset; 
        max-height: none;
}

  .read-more-link{
/* display: flex !important */
  }

.description-wrapper h3,
.description-wrapper h2,
.description-wrapper h4,
.description-wrapper h1,
.description-wrapper h5,
.description-wrapper h6 {
  margin-bottom: 5px;
      margin-top: 0;
}

.description-wrapper p,
.description-wrapper ul,
.description-wrapper ol,
.description-wrapper a {
    color: #000;
    line-height: 28px;
}

.description-wrapper p,
.description-wrapper ul,
.description-wrapper ol {
   margin: 0 0 10px;
}

.description-wrapper {
      display: flex;
    justify-content: space-between;
    align-items: flex-start;
  margin-top: 80px;
}

.description-wrapper.two-column > div {
  width: 48%;
}

.read-more-link {
    display: flex;
  align-items: center;
    font-size: 14px;
    color: #000;
    margin-top: 15px;
    text-decoration: none;
  outline: none;
  box-shadow: none;
      margin-top: -5px;
    padding-top: 20px;
}

.read-more-link:hover span {
  text-decoration: underline;
}

.read-more-link:after {
  display: block;
    content: '+';
    font-weight: 500;
  font-size: 20px;
  margin-left: 8px;
}

.text-container.expanded .read-more-link:after {
    content: "-";
}




@media screen and (max-width: 989px) {

  .description-wrapper {
    flex-direction: column;
    margin-top: 20px;
  }

  .description-wrapper.two-column > div {
    width: 100%;
    margin-top: 20px;
  }
}



.remove-second-image .card-wrapper:hover .media.media--hover-effect>img+img {
    opacity: 0;
}

.remove-second-image .card-wrapper:hover .media.media--hover-effect>img:first-child:not(:only-child) {
    opacity: 1;
}

/* Category Changes */
.product-collection-count {
  color: rgba(51, 51, 51, 0.75);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.description-wrapper {
  display: none !important;
}

#product-grid {
margin-top: 20px;
  gap: 60px 20px;
}

.collection #product-grid .card__heading {
  font-size: 16px;
    font-weight: 600;
    line-height: 20px;
      padding: 0 0 8px 0;
}

#product-grid .price--on-sale .price__sale .price-item.price-item--regular {
    font-size: 16px;
    color: rgba(51, 51, 51, 0.75);
}

.review-carousel {
  padding-top: 32px;
}

#product-grid .price {
    padding-top: 8px;
    margin-top: 0 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.category-collection-sort-block.mobile-facets__details.js-filter .mobile-facets__summary{
    padding: 0;
}
.category-collection-sort-block.mobile-facets__details.js-filter .mobile-facets__sort .select__select {
    padding: 8px 35px 8px 12px;
    font-size: 14px;
    color: #121212;
  height: 36px;
}
#main-collection-filters .facets-container-drawer {
          align-items: center;
}
.runners-product-collection .mobile-facets__open-label {
  font-size: 14px;
}
.runners-product-collection .mobile-facets__open svg {
  width: 12px;
  height: 12px;
  margin-left: 7px;
  margin-top: -2px;
  filter: drop-shadow(0 0 0 black) drop-shadow(1px 0 0 black) drop-shadow(0 1px 0 black);
}
.js .runners-product-collection .disclosure-has-popup:not(.menu-opening) .mobile-facets__inner {
    transform: translate(-105vw);
}
.runners-product-collection .mobile-facets__inner {
  margin-right: auto;
  margin-left: 0;
}
div footer.footer {
  margin-top: 40px;
}

.jdgm-count {
    color: rgba(51, 51, 51, 0.75);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    width: 100%;
    display: inline-block;
    margin-bottom: 16px;
}
#FacetsWrapperMobile .mobile-facets__summary.focus-inset {
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
}
.js .mobile-facets__submenu {
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
}
.js .mobile-facets__submenu .color-wrapper {
  padding: 0;
}
.js .mobile-facets__submenu .mobile-facets__label {
  padding-left: 0;
  padding-right: 0;
}
.js .mobile-facets__submenu .mobile-facets__label .icon-checkmark {
    left: 2px;
}
#FacetsWrapperMobile .mobile-facets__footer{
  padding: 60px 0;
    margin: 0px 30px;
    border-top: .5px solid #E9E9EB;
}
.overflow-hidden-mobile .mobile-facets__disclosure {
      z-index: 12;
  }

@media screen and (max-width: 1399px) {
  body .review-carousel {
      padding: 20px calc(60px - 1%) 0;
  }
}
@media screen and (max-width: 1024px) {
  
  .runners-product-collection .mobile-facets__open-label {
    font-size: 12px;
  }
  .runners-product-collection .mobile-facets__open svg {
    width: 10px;
    height: 10px;
  }
  .category-collection-sort-block.mobile-facets__details.js-filter .mobile-facets__sort .select__select {
    padding: 6px 35px 6px 8px;
    font-size: 12px;
    height: 28px;
    margin-left: 0;
    line-height: 14px;
  }
  .collection-hero__title {
    font-size: 24px;
  }
  #FacetsWrapperMobile .mobile-facets__summary.focus-inset {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .js .mobile-facets__submenu {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .js .mobile-facets__submenu .mobile-facets__label {
    padding-left: 0;
    padding-right: 0;
  }
  #FacetsWrapperMobile .mobile-facets__footer{
    border-top: unset;
    padding: 15px 0;
  }
  .overflow-hidden-tablet .mobile-facets__disclosure {
    z-index: 9;
  }
  .mobile-facets__disclosure {
      z-index: 12;
  }
}

@media screen and (max-width: 1200px) {
  .swatch {
    grid-column-gap: 2px;
    -moz-column-gap: 2px;
    column-gap: 2px;
  }
}

@media screen and (max-width: 1023px) {
  body .mobile-facets__sort label {
    display: none;
  }

  .facets-container-drawer {
    gap: 15px !important;
  }

  .layoutWrapper {
    width: 50%;
  }

  #product-grid {
    gap: 45px 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

  body .grid--2-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .layoutWrapper facet-filters-form,
  body .mobile-facets__sort .select,
  .facets-container-drawer .mobile-facets__wrapper,
  .mobile-facets__disclosure {
    width: 100%;
  }

  .runners-product-collection .mobile-facets__open svg {
    display: none;
  }

  body .mobile-facets__open-wrapper {
    display: flex;
    width: 100%;
    padding: 6px 35px 6px 8px;
    font-size: 12px;
    height: 28px;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    filter: none;
    border: 1px solid #E9E9EB;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
      margin-left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2l4 4 4-4' stroke='%23333' stroke-width='1' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 8px;
}

  body .mobile-facets__open {
    padding-top: 0;
    padding-bottom: 0;
  }
  
  body .runners-product-collection .mobile-facets__open-label {
     font-size: 12px;
        font-weight: 400;
            text-transform: capitalize;
  }

    body .mobile-facets__open:hover .mobile-facets__open-label {
        text-decoration: none;
  }

    .swatch {
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
      margin-top: 3px;
  }

}
@media screen and (max-width: 767px) {
  .collection-hero__title {
    font-size: 18px;
  }

  .swatch {
    margin-bottom: 0;
    margin-top: 8px;
  }

  .related-badge {
    margin-top: 10px;
  }

  body .card__information {
    padding-top: 2px;
}
  
  .category-collection-sort-block.mobile-facets__details.js-filter .mobile-facets__sort label{
    display: none;
  }

  .rich-text.content-container .metafield-rich_text_field p {
    font-size: 16px;
    line-height: 22px;
    margin: 12px -10px 0;
  }

  .collection-product-count p {
      font-size: 14px;
  }

  body .facets-container-drawer {
    padding: 0;
  }

  #product-grid {
    gap: 45px 16px;
  }

  #main-collection-filters .facets-container-drawer {
    gap: 0 16px !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

      .layoutWrapper {
        width: 100%;
    }

  #product-grid .price.badge-wrapper .badge {
    margin-bottom: 10px;
  }
  
  .collection #product-grid .card__heading {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 0;
    margin-top: 0;
  }
  #product-grid .price {
    padding-top: 10px;
    margin-top: 0 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }

  #product-grid .price--on-sale .price__sale .price-item.price-item--regular {
    font-size: 14px;
  }

    #product-grid.grid--4-col-tablet .card-wrapper.product-card-wrapper .badge, #product-grid.grid--4-col-desktop .card-wrapper.product-card-wrapper .badge {
        font-size: 10px;
        height: 20px;
        padding: 5px 10px;
        letter-spacing: normal;
    }

  #product-grid .price.badge-wrapper {
    gap: 5px;
  }

      body .review-carousel {
        padding: 20px 0 0;
    }

  body h2.jdgm-title {
    font-size: 24px;
  }
  .swatch .swatch-element:nth-child(n+4) {
    display: none;
  }
}

/* REview */
.review-carousel {
  padding: 20px calc(80px - 1%) 0;
}

.jdgm-row-actions, .jdgm-rev-widg__body {
  display: none !important;
}

.jdgm-rev-widg.active .jdgm-row-actions,
.jdgm-rev-widg.active .jdgm-rev-widg__body {
  display: block !important;
}

.jdgm-xx {
  left: 0
}

body .jdgm-title {
    font-size: 30px;
    margin-bottom: 5px;
}

.jdgm-carousel-wrapper .jdgm-carousel__arrows .jdgm-carousel__right-arrow, .jdgm-carousel-wrapper .jdgm-carousel__arrows .jdgm-carousel__left-arrow {
  border-color: #141414
}

.jdgm-carousel--gallery-theme .jdgm-carousel-item {
  text-decoration: none;
}

.jdgm-carousel-item__timestamp {
  display: none !important
}

.jdgm-carousel-item__reviewer-name {
  display: none !important
}

.jdgm-carousel-wrapper {
  width: 100% !important
}

.jdgm-carousel-title-and-link {
  margin: 0 !important
}

@media only screen and (max-width: 767px) {
  .review-carousel {
      padding: 20px 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .jdgm-carousel--gallery-theme .jdgm-carousel__left-arrow, .jdgm-carousel--gallery-theme .jdgm-carousel__right-arrow {
    position: absolute;
    top: 45%
  }

  .jdgm-carousel--gallery-theme .jdgm-carousel__left-arrow {
    left: -25px
  }

  .jdgm-carousel--gallery-theme .jdgm-carousel__right-arrow {
    right: -25px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jdgm-carousel--gallery-theme .jdgm-carousel-item {
    width: 50.0%
  }
}

@media only screen and (min-width: 992px) {
  .jdgm-carousel--gallery-theme .jdgm-carousel-item {
    width: 25.0%
  }
}

.jdgm-carousel--gallery-theme .jdgm-carousel-item__inner-wrapper {
  border-radius: 8px
}

.jdgm-carousel--gallery-theme .jdgm-carousel-item__image-wrapper {
  height: 350px
}

.jdgm-carousel--gallery-theme .jdgm-rev__buyer-badge {
  border-radius: calc(8px / 2)
}

.jdgm-carousel--gallery-theme .jdgm-carousel-item__review-body {
  -webkit-line-clamp: 3;
  height: calc(3 * 22px)
}

.jdgm-carousel--gallery-theme .jdgm-rev__buyer-badge {
  display: none !important
}

.jdgm-carousel__more-reviews-button {
  border-radius: calc(8px * 6)
}

.jdgm-full-rev-modal.carousel-gallery-theme .jm-mfp-content {
  border-radius: 8px
}

.jdgm-full-rev-modal.carousel-gallery-theme .jdgm-full-rev__icon {
  border-radius: 8px
}

.jdgm-full-rev-modal.carousel-gallery-theme .jdgm-full-rev[data-verified-buyer="true"] .jdgm-full-rev__icon::after {
  border-radius: 8px
}

.jdgm-full-rev-modal.carousel-gallery-theme .jdgm-rev__buyer-badge {
  border-radius: calc(8px / 2)
}

.jdgm-full-rev-modal.carousel-gallery-theme .jdgm-full-rev__pic-img {
  border-radius: 8px
}

.jdgm-full-rev-modal.carousel-gallery-theme .jdgm-full-rev__reply {
  border-radius: 8px
}

.jdgm-full-rev-modal.carousel-gallery-theme .jdgm-full-rev__replier::before {
  content: 'Runner&#39;s Athletics'
}

.jdgm-full-rev-modal.carousel-gallery-theme .jdgm-full-rev__product-button {
  border-radius: calc(8px * 6)
}

