@media (min-width: 768px){
  .navbar-brand img {
    max-height: 75px !important;
}
  .catogry .swiper-wrapper{
  justify-content:center;
}
}
.mainbanner-0 h1,
.mainbanner-0 p{
  color: #fff !important;
}
.catogry h2{
  text-align: center;
}

.fixedb .w-\[250px\] {
    width: 100%;
}
.fixedb h1{
  width: 100%;
    color: var(--m-color);
}
.fixedb .top-\[5\%\] {
  top: 78%;
  left:0;
}
.fixedb .text-\[var\(--f-color\)\],
.fixedb .text-\[var\(--m-color\)\] {
  color: #fff;
  font-size: 35px !important;
}
.fixedb .border-\[var\(--f-color\)\],
.fixedb .border-\[var\(--m-color\)\]{
  border-color: var(--m-color);
  width:100% !important;
  background:var(--m-color);
}
.media .bg-\[var\(--f-color\)\] {
    background: linear-gradient(90deg, #000000 0%, #FCC60B 100%) !important;
}
.media .text-\[var\(--m-color\)\]{
  color: #fff;
}
.lg\:flex-row .max-w-\[80\%\] {
    max-width: 50%;
}
.lg\:flex-row .max-w-\[80\%\] + div{
width:100%;
}
.copyright-text p a:hover{
  color: #fff !important;
}
}



@media (max-width: 768px){
  .lg\:flex-row .max-w-\[80\%\] {
    max-width: 80%;
}
  .fixedb .top-\[5\%\] {
  top: 55%;
}
  .details-sec .grid {
    height: 100vh !important;
}
  .details-sec .grid > div:first-child {
    grid-row: span 1;
}
 .mainbanner-0 .items-end {
    align-items: center;
}
}

.s-add-product-button-main salla-mini-checkout-widget.s-add-product-button-mini-checkout {
    border-radius: 0 !important;
    --salla-fast-checkout-button-border-radius: 0;
    background: #ffd333;
}

.s-add-product-button-mini-checkout-content {
    color: #000000;
}

.s-add-product-button-main .s-button-wrap button {
    background: #ffd333 !important;
    color: beige;
}
.s-add-product-button-main .s-button-wrap button  span{
    color: #000 !important ;
}
.s-add-product-button-main {
    gap: 10px !important;
}
.product__description article {
    gap: 5px !important;
}
.product-single .single-class  .container {
    margin: 0;
}
@media (max-width: 768px){
  

.flex .flex-col .gap-5 .w-full{ flex-direction:row;}
  
}
/* Animation */
@keyframes zoomIn {
  from { transform: scale(0.7); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* Overlay */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

/* Popup */
.popup-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  animation: zoomIn 0.4s ease forwards;
}

/* Image */
.popup-content img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

/* Close button */
#closeButton {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #000;
  color: #fff;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
}

/* Mobile */
@media (max-width: 767px) {
  .popup-container {
    max-width: 95%;
  }
}