/** Shopify CDN: Minification failed

Line 1322:1 Expected "}" to go with "{"

**/
/*
  © 2024 KondaSoft
  https://www.kondasoft.com
*/

/*
  General
*/
.product-main {
  border-top-style: solid;
  border-bottom-style: solid;
}

.product-sale-badge {
  background-color: var(--bs-primary);
}

.product-sold-out-badge {
  background-color: var(--bs-body-color);
}

.prd_media_grid .grid_media_prd{
      display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.prd_media_grid .grid_media_prd .prd_image_item{
      display: block;
    width: 100%;
}
.prd_media_grid .grid_media_prd .prd_image_item img{
      display: block;
    width: 100%;
        padding: 0;
}
.prd_media_grid .grid_media_prd .prd_image_item:first-child{
    grid-column-start: 1;
    grid-column-end: 3;
}
.prd_media_grid .grid_media_prd .prd_image_item video{
    display: block;
    width: 100%;
    border-radius: var(--bs-border-radius);
        height: 100%;
    object-fit: contain;
}


/* 
  Product media gallery
*/
.product-media-gallery {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: all .4s ease-out;
}

.product-media-gallery .product-custom-badge {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.product-media-gallery-zoom {
  display: flex;
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0.5rem;
  opacity: 0.75;
  transition: all 200ms ease-out;
  color: rgba(var(--swiper-theme-color), 1);
}

.product-media-gallery-zoom:hover {
  opacity: 1;
  transform: scale(1.25);
}

.product-media-gallery .swiper-main {
  background-color: var(--bs-body-bg);
  --swiper-navigation-sides-offset: .75rem;
}

.product-media-gallery .swiper-main img,
.product-media-gallery .swiper-main video {
  width: 100%;
  display: block;
}

.product-media-gallery [data-active-slide-is-video="true"] .swiper-pagination,
.product-media-gallery [data-active-slide-is-video="true"] .swiper-scrollbar,
.product-media-gallery [data-active-slide-is-video="true"] .btn-wishlist {
  opacity: 0;
}

.product-media-gallery .swiper-wrapper {
  align-items: center;
}

.product-media-gallery .swiper-thumbs {
  opacity: 0;
  transition: all .2s ease-out;
}

.product-media-gallery .swiper-thumbs.swiper-initialized {
  opacity: 1;
}    

.product-media-gallery .swiper-thumbs[data-show-thumbs="hide"] {
  display: none;
}

.product-media-gallery .swiper-thumbs img {
  width: 100%;
  cursor: pointer;
  transition: all .2s ease-out;
}

.product-media-gallery .swiper-thumbs .img-thumbnail {
  border-color: rgba(var(--bs-body-color-rgb), .1);
}

.product-media-gallery .swiper-thumbs .img-thumbnail:hover {
  border-color: rgba(var(--bs-body-color-rgb), .25);
  opacity: .85;
}

.product-media-gallery .swiper-thumbs .swiper-slide-thumb-active .img-thumbnail {
  border-color: rgba(var(--bs-body-color-rgb), .75);
  opacity: 1;
}

.product-media-gallery .swiper-thumbs .swiper-slide[data-media-type="video"] {
  position: relative;
}

.product-media-gallery .swiper-thumbs .swiper-slide[data-media-type="video"] svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: rgba(var(--bs-body-bg-rgb), .75);
  border-radius: var(--bs-border-radius);
  padding: .25rem;
  width: 1.5rem;
  height: 1.5rem;
  backdrop-filter: blur(5px);
  transition: all .2s ease-out;
}

.product-media-gallery .swiper-thumbs .swiper-slide[data-media-type="video"]:hover svg {
  background-color: rgba(var(--bs-body-bg-rgb), 1);
}

.product-media-gallery .img-btn-wishlist {
  right: .5rem;
  bottom: .5rem;
}

@media (max-width: 499px) {
  .product-media-gallery .swiper-main-wrapper {
    padding: 0;
    border-radius: 0;
    border: none;
    overflow: visible;
  }
  .product-media-gallery .swiper-main {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .product-media-gallery .swiper-main img {
    padding: 0;
  }
  .product-media-gallery .swiper-thumbs .img-thumbnail {
    padding: 0.125rem;
  }
  .product-media-gallery[data-partial-slides-mobile="true"] .swiper-slide {
    width: 80%;
  }
  .product-media-gallery[data-partial-slides-mobile="true"] .swiper-button-prev, 
  .product-media-gallery[data-partial-slides-mobile="true"] .swiper-button-next {
    display: none;
  }
  .product-media-gallery .img-btn-wishlist {
    right: -.5rem;
    bottom: .5rem;
  }
}

@media (max-width: 1199px) {
  .product-media-gallery {
  }
  .product-media-gallery .swiper-thumbs[data-show-thumbs="desktop-only"] {
    display: none;
  }
}

@media (min-width: 1200px) {
  .product-media-gallery{
    position: sticky;
    top: 0;
  }
  .product-media-gallery.not_sticky {
      position: relative;
      top: 0 !important;
  }
}

/* 
  Product price
*/
.product-price {
}

.product-price s {
  display: inline-block;
  margin-right: .25rem;
  opacity: .5;
}

.product-price .badge {
  margin-left: .5rem;
  font-size: .75rem;
}

.product-price-final-sale {
  color: var(--bs-secondary);
}

.text-white .product-price-final-sale {
  color: var(--bs-white);
}

/* 
  Product options
*/
.product-options {
  scroll-margin-top: 1rem;
}

.product-options.rounded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.product-options .color-swatches {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.1rem;
  margin-right: -0.1rem;
}

.product-options .color-swatches input + label {
  border-radius: 50rem;
  display: block;
  cursor: pointer;
  border: 1.5px solid rgba(var(--bs-body-color-rgb), .1);
  padding: 0.1rem;
  margin: 0.1rem;
}

.product-options .color-swatches input + label img {
  border-radius: 50rem;
  transition: all .2s ease-out;
}

.product-options .color-swatches input:checked + label {
  border-color: var(--bs-body-color);
}

.product-options .color-swatches input:focus-visible + label {
  box-shadow: var(--bs-focus-box-shadow);
}

.product-options .color-swatches input + label:hover img {
  opacity: .85;
}

.product-options .color-swatches input:disabled + label,
.product-options .color-swatches input.disabled + label  {
  opacity: .5;
  position: relative;
  overflow: hidden;
  background: transparent;
}

.product-options .color-swatches input:disabled + label::before,
.product-options .color-swatches input.disabled + label::before {
  content: '';
  display: block;
  width: 1px;
  height: 150%;
  background-color: rgba(var(--bs-body-color-rgb), .75);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  transform: rotate(-45deg);
  z-index: 1;
}

.product-options .size-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.product-options .size-buttons input + label {
  display: block;
  cursor: pointer;
  background-color: var(--bs-body-bg);
  border: 1.5px solid var(--bs-body-color);
  color: var(--bs-body-color);
  padding: 0.125rem 0.5rem;
  margin: 0.25rem;
  border-radius: var(--bs-border-radius);
  transition: all .2s ease-out;
  font-size: .95rem;
}

.product-options .size-buttons input + label:hover {
  background-color: rgba(var(--bs-body-color-rgb), .1);
}

.product-options .size-buttons input:focus-visible + label {
  box-shadow: var(--bs-focus-box-shadow);
}

.product-options .size-buttons input:checked + label {
  background-color: var(--bs-body-color);
  color: white;
}

.product-options .size-buttons input:disabled + label,
.product-options .size-buttons input.disabled + label {
  opacity: .5;
  position: relative;
  overflow: hidden;
  background: transparent;
  color: var(--bs-body-color);
}

.product-options .size-buttons input:disabled + label::before,
.product-options .size-buttons input.disabled + label::before {
  content: '';
  display: block;
  width: 1px;
  height: 150%;
  background-color: rgba(var(--bs-body-color-rgb), .75);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  transform: rotate(-45deg);
  z-index: 1;
}

/* 
  ATC/Buy buttons
*/
.btn-atc,
.btn-buy,
.btn-quick-view {
}

.btn-quick-view {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.product-block-atc .btn-wishlist {
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-block-atc .btn-wishlist svg {
  margin-right: .5rem;
}
 
.product-block-atc .btn-wishlist.active svg {
  fill: var(--bs-primary);
  stroke: var(--bs-primary);
}

.product-block-atc .btn-atc,
.product-block-atc .btn-buy {
  width: 100%;
}


/*
  Quantity Breaks
*/
.product-block-quantity-breaks  {
  display: block;  
}

.product-block-quantity-breaks .title,
.product-block-quantity-breaks .description {
  text-align: center;
}

.product-block-quantity-breaks-list {
  transition: all .2s ease-out;
}

.product-block-quantity-breaks-item {
}

.product-block-quantity-breaks-item .form-check {
  position: relative;
  margin: 0;
  padding: 0;
}

.product-block-quantity-breaks-item .form-check input {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}

.product-block-quantity-breaks-item .form-check input + label {
  display: block;
  width: 100%;
  cursor: pointer;
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-body-color);
  color: var(--bs-body-color);
  padding: .5rem .5rem .5rem 2.5rem;
  border-radius: var(--bs-border-radius);
  transition: all .2s ease-out;
  line-height: normal;
}

.product-block-quantity-breaks-item .form-check input + label:hover {
  background-color: rgba(var(--bs-body-color-rgb), .05);
  border-color: var(--bs-body-color);
}

.product-block-quantity-breaks-item .form-check input:checked + label {
  background-color: rgba(var(--bs-body-color-rgb), .1);
}

.product-block-quantity-breaks-item .form-check input:focus-visible + label {
  box-shadow: var(--bs-focus-box-shadow);
}

.product-block-quantity-breaks-item-title {

}

.product-block-quantity-breaks-item-subtitle {
  font-size: .9em;
  opacity: .7;
}

.product-block-quantity-breaks-item-badge {
  background-color: var(--bs-body-color);
}


/*
  Cross sells
*/
.product-block-cross-sells  {
  display: block;  
  border-radius: var(--bs-border-radius);
  border-style: solid;
}

.product-block-cross-sells .title,
.product-block-cross-sells .description {
  text-align: center;
}

.product-block-cross-sells-list-item {
  transition: all .2s ease-out;
}

.product-block-cross-sells-list-item[data-is-selected="false"] {
  opacity: .5;
}

.product-block-cross-sells-list-item .product-card-img-wrapper .product-sale-badge[data-discount-type=percentage] {
  left: -.5rem;
  right: auto;
}

@media (max-width: 499px) {
  .product-block-cross-sells .cross-sells-footer {
    border-top: 1px dotted var(--bs-border-color);
    padding-top: .75rem;
  }
}


/*
  Product card
*/
.product-card {
  display: block;
}

.product-card-link {
  display: block;
  text-decoration: none;
  color: currentColor;
}

.product-card-link:focus-visible {
  outline: 0;
  box-shadow: var(--bs-focus-box-shadow);
}

.product-card-title {
  margin-bottom: 0.2em;
  transition: all 200ms ease-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card-link:hover .product-card-title,
.product-card-link:focus .product-card-title {
  opacity: .85;
}

.product-card-img-wrapper {
  position: relative;
  transition: all .2s ease-out;
  overflow: hidden;
  }

.product-card-img-wrapper .product-card__preorder {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 20px;
    transform: rotate(45deg) translate(27%, -17%);
    z-index: 1;
    font-size: 12px;
    width: 150px;
    text-align: center;

.product-card-img-wrapper img {
  transition: all .2s ease-out;
}

a:hover .product-card-img-wrapper img {
  opacity: .8;
}

.product-card-img-wrapper .badge {
  position: absolute;
  z-index: 2;
  top: 0;
  padding-left: .75rem;
  padding-right: .75rem;
}

.product-card-img-wrapper .product-sale-badge {
}

.product-card-img-wrapper .product-sale-badge[data-discount-type="percentage"] {
  top: -0.5rem;
  right: -0.5rem;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50rem;
  font-size: .7rem;
  display: flex;
  align-items: center;
  justify-content: center; 
  background-image: radial-gradient(rgba(var(--bs-white-rgb), .2), transparent);
  animation: product_sale_badge_percentage 1s linear alternate infinite;
}

@keyframes product_sale_badge_percentage {
  from { transform: scale(1); }
  to { transform: scale(1.1); }
}

.swiper-slide:not(.swiper-slide-visible) .product-card-img-wrapper .product-sale-badge[data-discount-type="percentage"] {
  opacity: 0;
}

.product-card-img-wrapper .product-sale-badge[data-discount-type="value"] {
  right: 0;
  border-radius: 0;
  border-bottom-left-radius: var(--bs-border-radius);
}

.product-card-img-wrapper .product-sold-out-badge {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--bs-body-color);
}

.product-card-img-wrapper .product-custom-badge {
  left: 50%;
  top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transform: translateX(-50%);
  transition: all .2s ease-out;
  background-image: linear-gradient(to bottom, rgba(var(--bs-white-rgb), .125), transparent);
}

a:hover .product-card-img-wrapper .product-custom-badge {
  padding-top: .5rem;
}

.product-card .carousel {
  --transition-duration: .4s;
}

.product-card .carousel .carousel-control {
  padding: .5rem;
  background-color: transparent;
  border-color: transparent;
  color: rgba(var(--controls-color-rgb), 1);
}

.product-card .carousel .carousel-control-prev {
  left: 0;
}

.product-card .carousel .carousel-control-next {
  right: 0;
}

.product-card-color-swatches {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.product-card-color-swatches .btn {
  border-radius: 50rem;
  display: block;
  cursor: pointer;
  border: 1px solid rgba(var(--text-color-rgb), .1);
  padding: .1rem;
  margin: .1rem;
}

.product-card-color-swatches .btn:hover {
  border-color: rgba(var(--text-color-rgb), .1);
}

.product-card-color-swatches .btn:active {
  border-color: rgba(var(--text-color-rgb), .2) !important;
}

.product-card-color-swatches .btn img {
  border-radius: 50rem;
  display: block;
  cursor: pointer;
  transition: all .2s ease-out;
}

.product-card-color-swatches .btn:hover img, 
.product-card-color-swatches bu.btntton:focus img {
  opacity: .85;
}

.product-card-color-swatches-tooltip {
}

.product-card-color-swatches-tooltip h6 {
  margin: .125rem 0 .375rem;
}

.product-card-color-swatches-tooltip .tooltip-inner {
  padding: .25rem;
}

.product-card-color-swatches-tooltip .tooltip-inner img {
  background-color: var(--bs-white);
}

.product-card .btn-atc,
.product-card .btn-quick-view,
.product-card .dropup .btn {
  width: 100%;
}

.product-dropup-selector {
  display: block;
}

.product-dropup-selector .dropdown-menu {
  width: 100%;
  overflow: auto;
  border-color: var(--bs-border-color);
}

.product-dropup-selector .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  font-size: .925rem;
  text-wrap: wrap;
}

.product-dropup-selector-img {
  flex-shrink: 0;
  margin-right: .75rem;
  background-color: var(--bs-body-bg);
}

.product-dropup-selector-title-wrapper {
  flex-grow: 1;
} 

.product-dropup-selector-price {
  margin-top: .1rem;
}

.product-dropup-selector-price s {
  margin-right: .125rem;
  opacity: .5;
}

.product-dropup-selector-price .product-price-final-sale {
  color: currentColor;
}

.product-dropup-selector-inventory {
  font-size: .9em;
  margin-left: .5rem;
  margin-right: -.25rem;
  flex-shrink: 0;
}

.product-dropup-selector-inventory-low-stock {
  color: var(--bs-warning);
}

.product-dropup-selector-inventory-in-stock {
  color: var(--bs-success);
}

#product-dropup-select-offcanvas {
  max-height: 70vh;
  height: auto;
}

#product-dropup-select-offcanvas .dropdown-menu {
  position: relative;
  display: block;
  border: none;
  box-shadow: none;
  padding-bottom: env(safe-area-inset-bottom);
}

#product-dropup-select-offcanvas .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  font-size: .925rem;
  text-wrap: wrap;
}

@media (hover: hover) {
  .product-card .carousel .carousel-control {
    opacity: 0;
  }
  .product-card .carousel:hover .carousel-control,
  .product-card .carousel-control:focus {
    opacity: 1;
  }
}

@media (max-width: 499px) {
  .product-card-img-wrapper .product-sale-badge[data-discount-type="percentage"] {
    right: -0.375rem;
  }
}


/*
  Quick view
*/
.quick-view-modal { 
}

.quick-view-modal .btn-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 9;
  background: var(--bs-body-color);
  color: var(--bs-body-bg);
  border-radius: 50rem;
}

.quick-view-modal .product-media-gallery-zoom {
  display: none;
}

@media (max-width: 1199px) {
  .quick-view-modal .modal-dialog {
    max-width: 700px;
  }
  .quick-view-modal .btn-close {
    position: fixed;
    top: 1rem;
    right: 1rem;
    opacity: 0;
    transition: opacity 200ms ease-out 300ms;
  }
  .quick-view-modal.show .btn-close {
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .quick-view-modal .modal-dialog {
    --bs-modal-width: 1140px;
  }
  .quick-view-modal .modal-content {
    max-height: 780px;
  }
  .quick-view-modal .modal-body .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .quick-view-modal .modal-body .row > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .quick-view-modal .product-title {
    margin-right: 2rem;
  }
}


/*
  Judgme (app)
  https://apps.shopify.com/judgeme
*/
.jdgm-review-widget {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.jdgm-preview-badge {
  font-size: .9rem;
  margin: 0 0 .5rem;
}

.product-card .jdgm-preview-badge,
.list-group-item-action .jdgm-preview-badge {
  margin: 0.25rem 0;
  font-size: .8em;
}

.cart-upsells .jdgm-preview-badge {
  font-size: .725rem;
  margin: 0.25rem 0 0.25rem;
}

body .jdgm-write-rev-link {
  border-radius: var(--bs-border-radius);
  transition: all .2s ease-out;
}

body .jdgm-rev-widg {
  padding: 2rem 0;
}

body .jdgm-rev-widg__title {
  font-size: 2rem;
}

body .jdgm-rev-widg__summary-text {
  text-align: center;
  font-size: .825rem;
  opacity: .75;
}

body .jdgm-row-actions {
  padding-top: 0;
  border-top: none;
}

body .jdgm-quest, 
body .jdgm-rev {
  background: rgba(var(--bs-body-color-rgb), .05);
  border-radius: var(--bs-border-radius);
  border: 1px solid var(--bs-border-color);
  padding: 1rem;
  margin-bottom: 1rem;
}

body .jdgm-rev__pics, 
body .jdgm-rev__vids {
}

body .jdgm-rev__pic-link {
  margin-right: .25rem;
}

body .jdgm-rev__pic-img.jdgm-rev__pic-img {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

body .jdgm-rev__timestamp, 
body .jdgm-rev__location {
  color: var(--bs-body-color);
  opacity: .7;
}

body .jdgm-rev__icon {
  border-radius: 50rem;
}

body .jdgm-rev__title {
  margin-bottom: .375rem;
  font-size: 1.125rem;
}

body .jdgm-rev__body {
  font-size: .95rem;
}

body .jdgm-form {
  border: 1px solid var(--jdgm-secondary-color);
  border-radius: var(--bs-border-radius);
  padding: 1.5rem 1.5rem .5rem;
}

body .jdgm-form input[type="text"], 
body .jdgm-form input[type="email"], 
body .jdgm-form input[type="url"], 
body .jdgm-form textarea {
  background-color: var(--bs-body-bg);
  border-color: var(--jdgm-secondary-color);
  border-radius: var(--bs-border-radius);
  padding: 0.375rem 0.75rem;
}

body .jdgm-form input[type="text"]:focus, 
body .jdgm-form input[type="email"]:focus, 
body .jdgm-form input[type="url"]:focus, 
body .jdgm-form textarea:focus {
  color: var(--bs-body-color);
  border-color: rgba(var(--bs-primary-rgb), 1);
  box-shadow: var(--bs-focus-box-shadow);
}

body .jdgm-form input::placeholder,
body .jdgm-form textarea::placeholder {
  color: rgba(var(--bs-body-color-rgb), .75);
  opacity: 1;
}

body .jdgm-countdown {
  color: var(--bs-body-color);
  opacity: .7;
}

body .jdgm-rev__icon,
body .jdgm-histogram__bar {
  background-color: rgba(var(--bs-primary-rgb), .1);
}

body .jdgm-histogram__frequency {
  color: var(--bs-body-color);
}

body .jdgm-picture-fieldset__box-wrapper { 
  background-color: rgba(var(--bs-white-rgb), .25);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

body .jdgm-media-fieldset__icon {
  color: var(--bs-body-color);
}

body .jdgm-paginate {
  border: none;
  padding-top: .5rem;
}

body .jdgm-paginate__page {
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  text-decoration: none;
  width: 2rem;
  height: 2rem;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0.25rem;
  transition: all .2s ease-out;
}

body .jdgm-paginate__page:hover,
body .jdgm-paginate__page:focus {
  background-color: rgba(var(--bs-white-rgb), .25);
  opacity: 1;
}

body .jdgm-paginate__page.jdgm-curt {
  font-size: 1rem;
  font-weight: normal;
  background-color: var(--jdgm-primary-color);
  border-color: var(--jdgm-primary-color);
  color: white;
}

body .jdgm-btn {
  transition: all .2s ease-out;
}

body .jdgm-write-rev-link, 
body .jdgm-ask-question-btn, 
body .jdgm-widget input.jdgm-review-search, 
body .jdgm-subtab__name, 
body .jdgm-widget .jdgm-btn.jdgm-btn, 
body .jdgm-chip {
  border-radius: var(--bs-border-radius);
}

@media (max-width: 499px) {
  body .jdgm-rev-widg__title {
    font-size: 1.5rem;
  }
}


/*
  Glightbox
*/
body.glightbox-mobile .goverlay {
  background-color: rgba(var(--bs-body-color-rgb), .75);
  backdrop-filter: blur(0.5rem);
}

body .gslide-media {
  background-color: var(--bs-body-bg);
}

@media ((min-width: 799px)) {
  body .goverlay {
    background-color: rgba(var(--bs-body-color-rgb), .75);
    backdrop-filter: blur(0.5rem);
  }
  body .glightbox-clean .gslide-media {
    box-shadow: none;
  }
  body .glightbox-clean .gclose, 
  body .glightbox-clean .gnext, 
  body .glightbox-clean .gprev {
    background-color: rgba(var(--bs-body-color-rgb), .5);
    transition: all .2s ease-out;
  }
  body .glightbox-clean .gclose:hover, 
  body .glightbox-clean .gnext:hover, 
  body .glightbox-clean .gprev:hover {
    background-color: rgba(var(--bs-body-color-rgb), .75);
  }
}


/*
  Shopify Subscriptions (app)
  https://apps.shopify.com/shopify-subscriptions
*/
body .shopify_subscriptions_fieldset {
  margin-bottom: 1rem;
}

body .shopify_subscriptions_app__title {
  font-size: 1.1rem;
  font-family: var(--bs-headings-font-family);
  margin-bottom: .5rem;
  text-align: center;
}

body .shopify_subscriptions_app_block_label {
  border: 0;
  margin: 0;
  padding: 0.75rem 1.25rem;
}

body .shopify_subscriptions_app_block_label label {
  display: flex;
  align-items: center;
}

body .shopify_subscriptions_app_block_label .form-check-input {
  margin: 0 .5rem 0 0;
}

body .shopify_subscriptions_app_block_label ul {
  padding: .125rem 0 0 .125rem;
}

body .shopify_subscriptions_app_block_label_children label {
  font-size: .9rem;
  margin: 0.125rem 0;
}

body .shopify_subscriptions_app_policy {
  font-size: .8rem;
  margin: .25rem 0 0;
  text-align: center;
  opacity: .7;
}


/*
  Product extra content
*/
#pdp-extra-content {
  border: 1px solid var(--bs-border-color);
  position: sticky;
  top: 0;
  transition: all .4s ease-out;
  overflow: auto;
  padding: 1rem;
}

#pdp-extra-content h2.title {
  text-align: center;
  border-bottom: 1px dotted var(--bs-border-color);
  padding: 0 0 .5rem; 
  margin: 0 0 .75rem;
}

#pdp-extra-content .recently-viewed {
  overflow: hidden;
}

#pdp-extra-content .recently-viewed .wishlist-product-item-title {
  font-size: .9rem;
}

#pdp-extra-content .recently-viewed .product-price {
  font-size: .9rem;
}

#pdp-extra-content .recently-viewed product-quick-view-button {
  display: none !important;
}

#pdp-extra-content .recently-viewed + .cart-upsells {
  margin-top: 1.5rem;
}

/* @media (max-width: 499px) {
  #pdp-extra-content {
    max-height: 70vh;
    margin-top: 1.25rem;
  }
} */


/*
  Prev/Next buttons
*/
@media (max-width: 799px) {
  #product-block-prev-next {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  #product-block-prev-next .title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: .8rem;
    background-color: rgba(var(--bs-body-color-rgb), 1);
    color: rgba(var(--bs-body-bg-rgb), 1);
    border-radius: var(--bs-border-radius);
    margin: 0;
    padding: .25rem .5rem;
  }
  #product-block-prev-next::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(var(--bs-body-color-rgb), .1);
  }
  #product-block-prev-next--prev, 
  #product-block-prev-next--next {
    max-width: 80px;
    position: relative;
    display: block;
  }
  #product-block-prev-next--prev .icon-wrapper,
  #product-block-prev-next--next .icon-wrapper {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    padding: .25rem;
    display: inline-flex;
    background-color: rgba(var(--bs-body-color-rgb), 1);
    color: rgba(var(--bs-body-bg-rgb), 1);
    transition: all .2s ease-out; 
  }
  #product-block-prev-next--prev .icon-wrapper {
    left: 0;
    transform: translate(-40%, -50%);
  }
  #product-block-prev-next--next .icon-wrapper {
    right: 0;
    transform: translate(40%, -50%);
  }
} 

@media (min-width: 800px) {
  #product-block-prev-next .title {
    display: none;
  }
  #product-block-prev-next--prev,
  #product-block-prev-next--next {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    max-width: 70px;
    z-index: 9;
    background-color: rgba(var(--bs-body-bg-rgb), 1);
    box-shadow: 0 0 .25rem rgba(var(--bs-body-color-rgb), .075);
    transition: all .2s ease-out;
    display: block;
  }
  #product-block-prev-next--prev {
    left: 0;
    border-left: none;
    transform: translate(-50%, -50%);
    border-top-right-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius);
  }
  #product-block-prev-next--next {
    right: 0;
    border-left: right;
    transform: translate(50%, -50%);
    border-top-left-radius: var(--bs-border-radius);
    border-bottom-left-radius: var(--bs-border-radius);
  }
  #product-block-prev-next--prev:hover, 
  #product-block-prev-next--prev:focus,
  #product-block-prev-next--next:hover, 
  #product-block-prev-next--next:focus {
    transform: translate(0, -50%);
  }
  #product-block-prev-next--prev .icon-wrapper,
  #product-block-prev-next--next .icon-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 50%;
    padding: .25rem;
    display: inline-flex;
    background-color: rgba(var(--bs-body-color-rgb), 1);
    color: rgba(var(--bs-body-bg-rgb), 1);
    transition: all .2s ease-out; 
  }
  #product-block-prev-next--prev .icon-wrapper {
    transform: translate(-150%, -50%);
  }
  #product-block-prev-next--next .icon-wrapper {
    transform: translate(150%, -50%);
  }
  #product-block-prev-next--prev:hover .icon-wrapper,
  #product-block-prev-next--next:hover .icon-wrapper {
    transform: translate(-50%, -50%);
  }
  #product-block-prev-next--prev:hover .icon-wrapper svg {
    animation: product_block_prev_next__prev 1s linear both infinite;
  }
  #product-block-prev-next--next:hover .icon-wrapper svg{
    animation: product_block_prev_next__next 1s linear both infinite;
  }
}

@keyframes product_block_prev_next__prev {
  to { transform: translateX(-2px); }
}

@keyframes product_block_prev_next__next {
  to { transform: translateX(2px); }
}