 .vb-element-single_product_images{
	--vb-img-wt:100%; 
	--vb-img-br-wt:1px; 
	--vb-tm-br-wt:1px; 
	--vb-tm-hv-br-cr:var(--vb-global-hl-cr); 
	--vb-tm-op:1;
	--vb-tm-hv-op:1;
 }
 
.vb-element-single_product_images:has([class*="vb-product-button-outside"]) .vb-slider{
	 display:flex; 
	 gap:var(--vb-product-btn-sp,var(--vb-sp-s));
 }
 
.vb-element-single_product_images:has(.vb-product-button-outside-center,.vb-product-button-outside-top) .vb-slider-content {
	   flex-grow: 1 !important;
	   width:0px !important;
 }
 .vb-element-single_product_images .vb-image-slider:has(.vb-product-button-outside-bottom-center) {
   flex-direction: column!important;
 }
  
 
 .vb-element-single_product_images{
	 display:none
 }
 
.vb-element-single_product_images:has(> *:not(.vb-image-wrap,.vb-item-warp),.vb-img-image img) {
  display:flex;
  flex-wrap: wrap;	
}
 
   .vb-element-single_product_images .vb-slider-vertical-end .vb-txt-product-sale {
  position: absolute !important;
inset-inline-start:0px!important;
  
 } 
 
  
 
.vb-element-single_product_images [class*="vb-product-button-outside-"]{
	 position:relative!important;
	 flex-direction:column!important;
	 width:auto !important;
 }
.vb-element-single_product_images div.vb-product-button-outside-center{
 	 justify-content: center !important;
}
.vb-element-single_product_images div.vb-product-button-outside-bottom-center {
	width:100% !important;
	height:auto !important;
	flex-direction:row !important;
	justify-content: center !important;
	
}
.vb-element-single_product_images [class*="vb-product-button-inside-"]{
	 position:absolute !important;
	 inset-inline-start:0px!important;
 	 flex-direction:column!important;
	 width:auto !important;
	 z-index:999 !important;
	 top:0px !important;
	 height:100%!important;
	 padding:var(--vb-product-btn-sp,var(--vb-sp-s));

}
 
.vb-element-single_product_images div.vb-product-button-inside-center{
 	 justify-content: center !important;
}

.vb-element-single_product_images div.vb-product-button-inside-bottom{
 	 justify-content: end !important;
}
.vb-element-single_product_images div.vb-product-button-inside-bottom-center{
 	height:auto !important;
	flex-direction:row !important;
	justify-content: center !important;
	bottom: 0px !important;
	top:auto !important;
	
}
.vb-element-single_product_images:has(.vb-slider-vertical)  div.vb-product-button-inside-bottom-center{
	bottom:0px !important;
	height:auto !important;
}
  
  
body:is(body)  .vb-element-single_product_images  [class*="vb-product-button-"] .vb-btn-icon[class*="vb-btn-"]{
	  cursor:pointer;
	--btn-ht:auto!important;
	--btn-pd: var(--vb-product-btn-pd,0.75em)!important;
	--btn-fn-sz: var(--vb-product-btn-sz,var(--vb-fn-sz-m))!important;
	--btn-icn-sz: 1em !important;
 	--btn-cr: var(--vb-product-btn-cr,var(--vb-global-lk-cr))!important;
 	--btn-icn-cr: var(--vb-product-btn-cr,var(--btn-cr))!important;
	--btn-icn-hv-cr: var(--vb-product-btn-hv-cr,var(--btn-hv-cr))!important;

  }
    
  .vb-element-single_product_images .vb-thumbnail-wrap{
transition:var( --vb-global-ti-duration)!important;
   }
   
 