/** Shopify CDN: Minification failed

Line 87:3 Unexpected "/"

**/
.bee-product {
  --atc-cl: var(--pr-single-btn-color);
  --atc-bg-cl: var(--pr-single-btn-bg-color);
  --atc-hover-cl: var(--pr-single-btn-hover-color);
  --atc-hover-bg-cl: var(--pr-single-btn-hover-bg-color);

  --quickview-cl: var(--pr-group-btn-color);
  --quickview-bg-cl: var(--pr-group-btn-bg-color);
  --quickview-hover-cl: var(--pr-group-btn-hover-color);
  --quickview-hover-bg-cl: var(--pr-group-btn-hover-bg-color);

  --compare-cl: var(--pr-group-btn-color);
  --compare-bg-cl: var(--pr-group-btn-bg-color);
  --compare-hover-cl: var(--pr-group-btn-hover-color);
  --compare-hover-bg-cl: var(--pr-group-btn-hover-bg-color);
}

.bee-badge-item {
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-word;
  padding: 3px 8px;
  min-width: 44px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 17px;
  background-color: var(--badge-color-primary);
  color: var(--badge-color-secondary);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}
.bee-badge-item:last-child {
  margin: 0;
}
.badge_shape_1 .bee-badge-item {
  border-radius: 100%;
  height: 44px;
}
.badge_shape_2 .bee-badge-item {
  border-radius: 2px;
}
.badge_shape_3 .bee-badge-item {
  border-radius: 12px;
}
.badge_reverse_color_true .bee-badge-item {
  background-color: var(--badge-color-secondary);
  color: var(--badge-color-primary);
}

.badge_reverse_color_true .bee-badge-item {
  background-color: var(--badge-color-secondary);
  color: var(--badge-color-primary);
}

.bee-badge-sale {
  --badge-color-primary: var(--sale-badge-primary);
  --badge-color-secondary: var(--sale-badge-secondary);
}
.bee-badge-new {
  --badge-color-primary: var(--new-badge-primary);
  --badge-color-secondary: var(--new-badge-secondary);
}
.bee-badge-hot {
  --badge-color-primary: var(--hot-badge-primary);
  --badge-color-secondary: var(--hot-badge-secondary);
}
.bee-badge-soldout {
  --badge-color-primary: var(--soldout-badge-primary);
  --badge-color-secondary: var(--soldout-badge-secondary);
}
.bee-badge-preorder {
  --badge-color-primary: var(--preorder-badge-primary);
  --badge-color-secondary: var(--preorder-badge-secondary);
}
.bee-badge-custom {
  --badge-color-primary: var(--custom-badge-primary);
  --badge-color-secondary: var(--custom-badge-secondary);
} */
.bee-product .bee-pr-compare {
  color: var(--compare-cl);
  background-color: var(--compare-bg-cl);
}

.bee-product .bee-pr-addtocart {
  color: var(--atc-cl);
  background-color: var(--atc-bg-cl);
}
.bee-product .bee-rte {
  display: none;
}

@-webkit-keyframes beat_heart {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes beat_heart {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.bee-product .bee-product-image {
  overflow: hidden;
  position: relative;
}
.bee-product .bee-product-img {
  overflow: hidden;
}
.bee-product .bee-product-image::before {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  bottom: -3px;
  right: -3px;
  background-color: var(--pr-background-overlay);
  z-index: 1;
  transition: 0.5s;
  opacity: 0;
}
.bee-product.bee-pr-soldout .bee-product-image::before {
  opacity: 1;
  z-index: 10;
}
.bee-product.bee-pr-soldout:hover .bee-product-image::before {
  z-index: 1;
}
.bee-product.bee-colors-selected .bee-product-img .bee-product-hover-img {
  z-index: 1;
}
.bee-product.bee-colors-selected .bee-product-img .bee-product-main-img {
  z-index: 2;
  opacity: 1;
  transition: 0.5s ease 0s;
}
.bee-product .bee-product-info {
  padding-top: var(--product-space-img-txt);
}
.bee-product .bee-product-info .bee-product-main-info > *:not(:last-child) {
  margin-bottom: var(--product-space-elements);
}
.bee-collection-page .bee-product:not(.bee-pr-style5) .bee-product-info {
  margin-bottom: calc(-1 * var(--product-space-elements) - 4px);
}
.bee-product .bee-product-vendor {
  color: var(--product-vendors-color);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 14px;
}
.bee-product .bee-product-vendor a {
  color: inherit;
}
.bee-product .bee-product-countdown {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease-out 0s;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  opacity: 0;
  visibility: hidden;
}

.bee-product .bee-product-title {
  font-size: var(--product-title-size);
  font-weight: var(--product-title-weight);
  color: var(--product-title-color);
  font-family: var(--product-title-family);
  text-transform: var(--product-title-style);
  letter-spacing: var(--product-title-spacing);
  line-height: var(--product-title-line-height);
  display: block;
}
.bee-product .bee-product-title a {
  color: inherit;
  display: block;
}
.bee-product .bee-product-price {
  font-size: var(--product-price-size);
  color: var(--product-price-color);
  font-weight: var(--product-price-weight);
}
.bee-product .bee-product-price del {
  font-size: calc(var(--product-price-size) * 0.934);
  color: var(--product-secondary-price-color);
  font-weight: normal;
}
.bee-product .bee-product-price ins {
  color: var(--tc-fg, #1a1611);
  text-decoration: none;
  margin-inline-start: 1px;
  font-size: var(--product-price-size);
  font-weight: var(--product-price-weight);
}
.bee-product .bee-product-badge {
  position: absolute;
  z-index: 3;
  top: 15px;
  left: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  pointer-events: none;
  transition: 0.5s ease 0s;
}
.bee-pr-soldout.bee-product .bee-product-badge {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  white-space: nowrap;
}
.bee-pr-soldout.bee-product:hover .bee-product-badge {
  opacity: 0;
  visibility: hidden;
}
.bee-pr-soldout.bee-product .bee-badge-item {
  height: 30px;
  font-size: 10px;
  text-transform: uppercase;
  padding: 0 5px;
  line-height: 30px;
  border-radius: 15px;
  background-color: var(--bee-light-color);
  color: var(--bee-dark-color);
  min-width: 76px;
}
.bee-product-atc-qty {
  z-index: 3;
  bottom: 0;
  background-color: var(--atc-bg-cl);
  border: solid 2px var(--atc-bg-cl);
  color: var(--atc-cl);
  left: 0;
  transition: 0.5s;
  right: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  pointer-events: auto;
  max-width: 100%;
}
.bee-product-atc-qty .bee-quantity-wrapper {
  display: flex;
  align-items: center;
  height: 36px;
  max-width: 80px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.08);
}
.bee-product .bee-product-atc-qty a {
  height: 36px;
}
.bee-product-atc-qty .bee-quantity-wrapper + a,
.bee-product-atc-qty > a {
  width: calc(100% - 80px);
}
.bee-product-atc-qty .bee-quantity-selector {
  min-width: 25px;
  height: 100%;
  display: flex;
  text-align: center;
  padding: 0;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
  color: var(--atc-cl);
  background-color: transparent;
}

.bee-product-atc-qty input.bee-quantity-input {
  border: none;
  text-align: center;
  background-color: transparent;
  color: inherit;
  padding: 0;
  height: 100%;
  appearance: none;
  -webkit-appearance: none;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: center;
  width: 30px;
}
.bee-product-atc-qty input::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
}
.bee-product .bee-product-atc-qty,.bee-product .bee-pr-addtocart {
  border-radius: var(--pr-btn-radius-size);
  pointer-events: auto;
}
.bee-product .bee-product-atc-qty .bee-pr-addtocart {
  border-radius: inherit;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin: 0;
}
.bee-quantity-wrapper + a.bee-pr-addtocart .bee-text-pr {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  width: auto;
  line-height: 36px;
}
.bee-product .bee-product-btns a > span,
.bee-product .bee-product-btns2 a > span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bee-product-colors {
  margin: 0 -4px;
}
.bee-pr-color__item {
  padding: 2px;
  margin: 4px;
  border: 2px solid var(--border-sw-color);
  cursor: pointer;
  display: inline-flex;
  vertical-align: top;
  border-radius: 4px;
}

.swatch_color_style_2 .bee-pr-color__item,
.swatch_color_style_2 .bee-pr-color__item .bee-pr-color__value {
  border-radius: 100%;
}
.bee-pr-color__item .bee-pr-color__name {
  font-size: 0;
  display: none;
}
.bee-pr-color__item .bee-pr-color__value {
  display: block;
  width: var(--swatch-color-size);
  height: var(--swatch-color-size);
  text-align: center;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 4px;
}
.bee-product .bee-product-sizes {
  width: 100%;
  transition: 0.4s;
  line-height: 24px;
  pointer-events: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: var(--size-list-color);
  transition: 0.4s ease-out 0s;
}
.bee-product-sizes .bee-truncate > span:not(:last-child) {
  margin-right: 4px;
}
.bee-product .bee-product-sizes .bee-truncate > span:not(:last-child)::after {
  content: "/";
  margin-left: 2px;
}
.bee-product .bee-product-image .bee-product-sizes {
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  bottom: 5px;
  left: 13px;
  right: 13px;
  max-width: calc(100% - 26px);
  padding: 4px;
}
.bee-svg-pr-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.bee-product .bee-product-info__btns,.bee-product .bee-product-btns.bee-product-info__btns {
  display: none !important;
}
.bee-product .bee-product-btns a {
  text-align: center;
  position: relative;
  overflow: hidden;
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.bee-product .bee-product-btns a .bee-text-pr {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: auto;
}

.bee-product .bee-product-btns2 {
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 10px;
  bottom: auto;
  pointer-events: none;
}
.bee-product .bee-product-btns2 a {
  font-size: 16px;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  transition: 0.4s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.bee-product .bee-product-btns2 a:last-child {
  margin-bottom: 0;
}
.bee-product .bee-product-btns2 a .bee-text-pr {
  display: none;
}
.bee-product .bee-product-btns2 a:not(:nth-child(1)) {
  opacity: 0;
  visibility: hidden;
}
.bee-product .bee-product-btns2 a:nth-child(2) {
  transform: translateX(80%);
}
.bee-product .bee-product-btns2 a:nth-child(3) {
  transform: translateX(110%);
  transition: 0.6s ease-out 0s;
}
.bee-pr-addtocart {
  overflow: hidden;
}
.bee-pr-addtocart::before {
  width: 100%;
  height: 100%;
  transform: translateY(-80%);
  transition: 0.3s ease-in-out 0s;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: visible;
  display: none;
}
.bee-pr-addtocart>* {
  position: relative;
  z-index: 2;
}
.bee-pr-addtocart:hover::before {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.bee-pr-addtocart::before {
  background-color: var(--atc-bg-cl);
}

.bee-pr-addtocart:hover::before {
  background-color: var(--atc-hover-bg-cl);
}
.bee-pr-style1 .bee-product-main-info .bee-product-price {
  line-height: 22px;
  transition: 0.4s ease-out 0s;
  margin-bottom: 0;
}
.bee-pr-style1 .bee-product-btns {
  position: absolute;
}
.bee-products.bee-text-center .bee-pr-style1 .bee-product-btns {
  left: 0;
  right: 0;
}
.bee-pr-style1 .bee-product-btns2 a{
  border-radius: var(--pr-group-btn-radius-size);
}
.bee-pr-style1 .bee-product-image .bee-product-btns a {
  height: 22px;
  line-height: 22px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: 0.4s ease-out 0s;
  font-size: 15px;
  font-weight: 500;
}
.bee-pr-style1 .bee-product-btns a {
  border-radius: 0;
}
.bee-pr-style1 .bee-product-btns a > .bee-svg-pr-icon {
  margin-right: 4px;
}
.bee-product .bee-product-image .bee-product-btns {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s ease 0s;
}
.bee-product .bee-product-image .bee-product-btns a {
  pointer-events: auto;
  width: 40px;
  height: 40px;
}
.bee-product .bee-product-image .bee-product-btns a:not(:last-child) {
  margin-right: 5px;
}
.bee-product .bee-product-image .bee-product-btns a .bee-text-pr {
  display: none;
}
.bee-pr-style1 .bee-pr-addtocart::before {
  display: none;
}

.bee-product.bee-pr-external .bee-product-image .bee-product-btns a .bee-text-pr {
  font-size: 11px;
}

.bee-pr-style1 .bee-product-btns2 a {
  border-radius: var(--pr-group-btn-radius-size) !important;
}

.bee-prs-footer {
  padding-top: var(--pagination-distance);
}
.bee-product-sizes--sold-out {
  text-decoration: line-through;
  opacity: 0.6;
}
.bee-product-sizes .bee-truncate > span:not(:last-child):after {
  content: ",";
  display: inline-block;
}

.bee-pr-color--sold-out .bee-pr-color__value {
  position: relative;
  --color-sold-out: #222;
}
.bee-pr-color--sold-out .bee-pr-color__value::after {
  content: "";
  width: 90%;
  height: 1px;
  background: var(--secondary-color);
  display: block;
  position: absolute;
  z-index: 22;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}
.bee-pr-color__value.bg_color_white {
  border: 0;
}
.bee-pr-color--sold-out .bg_color_black,
.bee-pr-color--sold-out .bg_color_grey,
.bee-pr-color--sold-out .bg_color_navy {
  --color-sold-out: #ddd;
}

@media (min-width: 1025px) {
  .bee-border-pr-true .bee-product {
    border: 1px solid var(--border-color);
    margin-top: -1px;
    margin-left: -1px;
    padding-bottom: 10px;
  }
}

@media (max-width: 1024px) {
  .bee-product {
    --atc-cl: var(--pr-single-btn-color);
    --atc-bg-cl: var(--pr-single-btn-bg-color);
    --atc-hover-cl: var(--pr-single-btn-hover-color);
    --atc-hover-bg-cl: var(--pr-single-btn-hover-bg-color);

    --quickview-cl: var(--pr-group-btn-color);
    --quickview-bg-cl: var(--pr-group-btn-bg-color);
    --quickview-hover-cl: var(--pr-group-btn-hover-color);
    --quickview-hover-bg-cl: var(--pr-group-btn-hover-bg-color);

    --compare-cl: var(--pr-group-btn-color);
    --compare-bg-cl: var(--pr-group-btn-bg-color);
    --compare-hover-cl: var(--pr-group-btn-hover-color);
    --compare-hover-bg-cl: var(--pr-group-btn-hover-bg-color);
  }

  

  
  
  .bee-product .bee-pr-group-sizes {
    position: absolute;
    z-index: 1;
    bottom: 5px;
    left: 5px;
    right: 5px;
  }
  .bee-product .bee-product-image .bee-product-sizes {
    max-width: 100%;
    position: relative;
    transform: translateY(0);
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    text-align: center;
    bottom: 0;
    color: inherit;
  }
  .bee-product .bee-product-countdown {
    position: relative;
    transform: translate(-50%, 0);
    bottom: 0;
    top: auto;
  }

  

  
  .bee-product .bee-product-badge {
    top: 12px;
    left: 12px;
  }
  .bee-product .bee-product-btns2 a {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  }
  .bee-product .bee-product-btns a,
  .bee-product .bee-product-btns2 a {
    transform: translate(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .bee-product .bee-product-image .bee-product-btns {
    bottom: 5px;
    top: auto;
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
  }
  .bee-pr-style1 .bee-product-btns {
    position: static;
    margin-bottom: calc(-1 * var(--product-space-elements));
  }
  .bee-pr-style1 .bee-product-btns a {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    position: relative;
  }

  

  

  

  

  

  

  

  

  

  

   

  

  

  /*Product responsive minimal*/
  .bee-pr_respon_mb_minimal .bee-product .bee-product-atc-qty {
    border-radius: 0 !important;
  }
  .bee-pr_respon_mb_minimal .bee-product .bee-product-btns2 a {
    box-shadow: none;
  }
  .bee-pr_respon_mb_minimal .bee-pr-style1 .bee-product-btns2 {
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
    top: 100%;
    bottom: auto;
    position: relative;
    transform: none;
    border-bottom: 0;
  }
  .bee-pr_respon_mb_minimal .bee-pr-style1 .bee-product-btns2::before {
    border: solid 1px var(--border-color);
    pointer-events: none;
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
  }
  
  .bee-pr_respon_mb_minimal .bee-pr-style1 .bee-product-btns2 a {
    width: auto !important;
    flex: auto;
    margin: 0 !important;
  }

  .bee-pr_respon_mb_minimal .bee-pr-style1 .bee-product-btns2 a:not(:last-child) {
    border-right: solid 1px var(--border-color);
    margin: 0 !important;
  }
  .bee-pr_respon_mb_minimal .bee-product
  .bee-pr_respon_mb_minimal .bee-product .bee-product-info {
    margin-bottom: 0;
  }

  

  .bee-pr_respon_mb_minimal
    .bee-collection-page
    .bee-product:not(.bee-pr-style5)
    .bee-product-info {
    margin-bottom: 0;
  }
  .bee-pr_respon_mb_minimal .bee-product .bee-pr-group-sizes {
    bottom: 45px;
  }

  .bee-pr_respon_mb_minimal .bee-pr-style1 .bee-product-btns2 a {
    border-radius: 0 !important;
  }

  

  
}
@media (max-width: 767px) {
  .bee-product .bee-product-badge {
    top: 8px;
    left: 8px;
  }
  .bee-product-atc-qty .bee-quantity-wrapper,.bee-product .bee-product-atc-qty a {
    height: 32px;
  }
  .bee-product .bee-product-btns2 a,
  .bee-product .bee-product-image .bee-product-btns a {
    font-size: 14px;
    width: 32px;
    height: 32px;
  }
  .bee-product .bee-product-image .bee-product-btns a .bee-svg-pr-icon svg,
  .bee-product .bee-product-btns2 a .bee-svg-pr-icon svg {
    width: 14px;
    height: 14px;
  }
  .bee-product .bee-product-btns2 {
    right: 8px;
    top: 8px;
  }

  

  

  

  

  

  
  /*Product responsive minimal*/
  .bee-pr_respon_mb_minimal .bee-product .bee-pr-group-sizes {
    bottom: 37px;
  }

  .bee-pr_respon_mb_minimal
    .bee-product
    .bee-product-image
    .bee-pr-group-sizes {
    background-color: #fff;
    color: #000;
    left: 0;
    right: 0;
    border: solid 1px var(--border-color);
  }
  .bee-pr_respon_mb_minimal .bee-pr-style1 .bee-pr-group-sizes {
    bottom: 31px;
  }

  

  

}
@media (max-width: 575px) {
  .bee-product .bee-product-badge {
    top: 5px;
    left: 5px;
  }
  .bee-product .bee-product-btns2 {
    right: 5px;
    top: 5px;
  }

  
}

@media (-moz-touch-enabled: 0), (hover: hover) and (min-width: 1025px) {
  .bee-border-pr-true .bee-product:hover .bee-product-image:before {
    opacity: 0;
  }

  .bee-product .bee-pr-addtocart:hover {
    color: var(--atc-hover-cl);
    background-color: var(--atc-hover-bg-cl);
  }

  /* .bee-product:not(.bee-pr-style1):not(.bee-pr-packery) .bee-product-btns .bee-pr-item-btn:hover .bee-svg-pr-icon,
    .bee-product .bee-product-btns2 .bee-pr-item-btn:hover .bee-svg-pr-icon {
        -webkit-animation: .6s ease-in-out infinite beat_heart;
        animation: .6s ease-in-out infinite beat_heart;
    } */
  .bee-product:hover .bee-product-image::before {
    opacity: 1;
  }
  .bee-product-vendor a:hover {
    color: var(--product-vendors-color-hover);
  }
  .bee-product:hover .bee-product-countdown {
    transform: translate(-50%, -70%);
    opacity: 0;
    visibility: hidden;
  }
  .bee-product .bee-product-title a:hover {
    color: var(--product-title-color-hover);
  }
  
  .bee-product:not(.bee-colors-selected):hover .bee-product-btns,
  .bee-product.bee-colors-selected .bee-product-image:hover .bee-product-btns,
  .bee-product:not(.bee-colors-selected):hover
    .bee-product-image
    .bee-pr-group-variable
    > *,
  .bee-product.bee-colors-selected
    .bee-product-image:hover
    .bee-pr-group-variable
    > * {
    opacity: 1;
    visibility: visible;
  }
  .bee-product-atc-qty .bee-quantity-selector:hover,
  .bee-product-atc-qty input.bee-quantity-input:hover {
    background-color: rgba(0, 0, 0, 0.12);
  }
  .bee-pr-color__item:hover {
    border-color: var(--primary-sw-color);
  }
  .bee-pr-color__item.is--colors-more:hover {
    background-color: transparent;
    border-color: var(--primary-sw-color);
  }
  .bee-product:not(.bee-pr-packery) .bee-product-info .bee-product-sizes .bee-truncate>span:hover {
    border-color: var(--bee-dark-color);
  }
  .bee-product:not(.bee-colors-selected):hover .bee-product-sizes,
  .bee-product.bee-colors-selected .bee-product-image:hover .bee-product-sizes {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .bee-product:hover .bee-product-btns2 a {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  }
  .bee-product:hover .bee-product-btns2 a {
    transform: translateX(0) !important;
    opacity: 1;
    visibility: visible;
  }
  .bee-pr-style1:hover .bee-product-main-info .bee-product-price {
    transform: translateY(-22px);
    pointer-events: none;
  }
  .bee-pr-style1 .bee-product-btns a {
    opacity: 0;
    visibility: hidden;
  }
  .bee-pr-style1:hover .bee-product-btns a {
    transform: translateY(-22px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .bee-product:hover .bee-product-image .bee-product-btns {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
  }

  

  

  
  
}
