/** Shopify CDN: Minification failed

Line 116:18 Expected identifier but found whitespace
Line 116:20 Expected identifier but found "%"
Line 116:59 Unexpected "{"
Line 116:60 Unexpected "{"
Line 116:62 Expected identifier but found "100"
Line 116:112 Unexpected "{"
Line 116:113 Expected identifier but found "%"
Line 116:124 Unexpected "100"
Line 116:128 Expected identifier but found "%"
Line 116:140 Expected identifier but found "%"
... and 1 more hidden warnings

**/
@media screen and (max-width: 599px) {
  .size-item{
    width: 96px  !important;
  }
  .size-input-box{
    width: 94px  !important;
    padding: 0 10px !important;
    display: flex;
    align-items: center;
  }
  .size-input{
    width: 40px !important;
  }
}
@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pac-loading {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 100%;
  animation: circle infinite 0.75s linear;
  will-change: transform;
}

.variant-disabled {
  position: relative;
}
.variant-disabled::before {
  display: inline-block;
  content: ' ';
  width: 16px;
  height: 16px;
  border: 2px solid #000;
  border-top-color: transparent;
  border-radius: 100%;
  animation: circle infinite 0.75s linear;
  will-change: transform;
  left: 0;
  top: 0;
  z-index: 1000;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  
}
.variant-disabled::after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.3);
  cursor: not-allowed;
}
.pacdora-btn-group {
  display: flex;
  align-items: center;
  
}
.pacdora-btn-group button:first-of-type {
  margin-left: 0;
}
.pacdora-btn-group button {
  flex: 1;
  margin-left: 10px;
}
@media screen and (max-width: 599px) {
  .pacdora-btn-group {
    display: block;
    
  }
  .pacdora-btn-group button {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}

.product-single__photos--loading {
   position: relative;
   overflow: hidden;
}
.product-single__photos--loading::before {
   content: '';
   display: block;
   float: left;
   position: relative;
   width: 100%;
   padding-bottom: {%- if product.media[0].aspect_ratio -%}{{ 100 | divided_by: product.media[0].aspect_ratio }}{%- else -%}100{%- endif -%}%;
}
.product-single__photo--loading {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
}
.product-single__photo__nav {
   visibility: visible;
   opacity: 1;
   transition: all .5s ease-out;
}
.product-single__photo__nav--loading {
   position: absolute;
   visibility: hidden;
   opacity: 0;
}
.product-single__top-bg {
   transform-origin: center top;
}
.product-single_btns{
 width: 100%;
 display: flex;
 justify-content: space-between;
 div, button{
   flex: 1;
 }
}
.product-single__qty{
 display: none;
}
.quantity-field{
 margin-top: 12px;
 position: relative;
 
 
}
.quantity-field .quantity-label{
   position: absolute;
  top: 0;
  left: 12px;
  bottom: 0;
  margin: auto;
  line-height: 48px;
}
.quantity-field .product-quantity-custom{
 padding-left: 99px;
}
.design-btn{
  margin-right: 12px;
}
.mb12{
  margin-bottom: 12px;
}
.p-input-box{
  border-radius: 0px !important;
  border: solid 1px rgba(33, 33, 33, 0.5) !important;
}

.size-box {
  width: 380px;
  position: relative;
}
.input-flex{
  display: flex;
  align-items: center;
}
.size-item {
  width: 108px;
  height:100%;
  padding: 4px;
  margin-right: 10px;
}
.size-title {
  font-size: 12px;
  color: #7f7f7f;
  margin-bottom: 8px;
}
.size-input-box {
  height: 40px;
  width: 112px;
  font-size: 14px;
  padding: 0 12px;
  border: solid 1px rgba(33, 33, 33, 0.2);
  
}
.size-input-box input {
  text-align: center;
  border: none;
  outline: none;
  flex: 1;
  width: 56px;
  height: 38px;
  padding: 0;
}
.size-item:last-child{
  margin-right: 0px;
}
.input-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
}
.notification {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.notification-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notification-close {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.p-popover{
  z-index: 2147490001;
}
#smile-ui-container{
  z-index: 2147483640 !important;
}
#___ratingbadge_0{
  z-index: 2147483641 !important;
}
.js-product-price-number{
  opacity: 0;
}
perunit{
  opacity:0;
}
.disabled-button{
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.loader {
  display: block !important;
  border: 6px solid transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: relative;
  animation: spin 1s linear infinite;
}

.loader::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 6px solid #b1b7ba;
  clip-path: inset(0 0 25% 0);
}


@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.slider-container {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 280px;
  height: 28px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 0 10px;
  font-size: 12px;
  font-weight: 400;
  color: #60656c;
}
#slider-open,
#slider-close {
  cursor: pointer;
  margin-top: -3px;
}
.custom-slider {
  width: 300px;
  height: 5px;
  background: #ddd;
  position: relative;
  border-radius: 5px;
}

.slider-thumb {
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: 0px;
  cursor: pointer;
  user-select: none;
}
                                                                                                                                
.design-root svg:not(:root){
  overflow: visible
}
                                                                                                                                
@media screen and (max-width: 599px) {                                                                                                                               @media screen and (max-width: 599px) {
  .d3-product {
    height: 390px !important;
  }
  #productD3{
    height: 390px !important;
  }
}
@media screen and (min-width: 600px) {
  .d3-product {
    height: 600px !important;
  }
  #productD3{
    height: 600px !important;
  }
}
