/* Add custom CSS styles below */ 
#app .product-block__thumb:not(.s-product-card-image) .thumb-wrapper img {
border-radius:3px;
}
#btn-show-more{display:none;}
.preview__inner{
    overflow-y: hidden;
    border-style: solid;
    border-width: 2px;
}
.swiper-lazy{
    background-size: 70%;
    background-repeat: no-repeat;
    background-position-y: center;
}
.product-block{

}
.s-quantity-input-input {
    border-style: inset;
    border-top-style: inset;
    margin-top: 2px;
    border-top-width: 1px;
    border-bottom-width: 1px;
}
/*------------------------*/
.radio-button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.radio-button {
  position: relative;
}

.radio-button input[type="radio"] {
  display: none;
}

.radio-button label {
  display: inline-block;
  padding: 0px 6px;
  background-color: #f0f0f0;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.radio-button input[type="radio"]:checked + label {
  background-color: #48a9c5;
  color: #403a60;
  border-color: #48a9c5;
}

.radio-button label:hover {
  background-color: white;
}

.radio-button input[type="radio"]:checked + label:hover {
  background-color: #48a9c5;
}

@media only screen and (max-width: 1024px) {
	.ql-video {
		margin: auto;
	}
}

.store-footer__inner .footer-container .footer-links .footer-list{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
///////////////////
.count-down_wrapper {
    padding: 20px;
}

.s-count-down-list {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.s-count-down-item {
    background-color: #e20917 !important;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.s-count-down-item-value {
    color: white;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}
.s-count-down-item-label{
    color:white !important;
    opacity:1 !important;
}
#app.product-single .details-slider .s-slider-container .swiper-wrapper img{ 
    object-fit: contain !important;
}
.s-slider-container{border-style:none !important;}
:root {
  --color-secondary:#ffff;
}
.footer-social-item a:not([class*=rounded-]){
border-radius:0px;
}

#app > h1{display:none;}

.landing-page--quick-buy{
display:contents;
}