.elementor-832 .elementor-element.elementor-element-c272d75{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overflow:hidden;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-832 .elementor-element.elementor-element-7bc5dca{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-832 .elementor-element.elementor-element-97c7c3b{--display:flex;--justify-content:flex-start;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-832 .elementor-element.elementor-element-e7d643d{--display:flex;--min-height:90px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--padding-top:20px;--padding-bottom:10px;--padding-left:40px;--padding-right:20px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-832 .elementor-element.elementor-element-cdeb23d.elementor-element{--align-self:center;}.elementor-832 .elementor-element.elementor-element-cdeb23d{font-family:"gotham medium", Sans-serif;font-size:25px;color:var( --e-global-color-ccf7450 );}.elementor-832 .elementor-element.elementor-element-cdeb23d p{margin-bottom:0px;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-832 .elementor-element.elementor-element-fca8f74{--divider-border-style:solid;--divider-color:#DDDDDD;--divider-border-width:2px;}.elementor-832 .elementor-element.elementor-element-fca8f74 .elementor-divider-separator{width:95%;margin:0 auto;margin-center:0;}.elementor-832 .elementor-element.elementor-element-fca8f74 .elementor-divider{text-align:center;}.elementor-832 .elementor-element.elementor-element-a57293c{--display:flex;--padding-top:0px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-832 .elementor-element.elementor-element-06ab449 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-832 .elementor-element.elementor-element-ae3c88d{--display:flex;--position:absolute;--min-height:100%;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;top:0px;}.elementor-832 .elementor-element.elementor-element-ae3c88d:not(.elementor-motion-effects-element-type-background), .elementor-832 .elementor-element.elementor-element-ae3c88d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0000004D;}body:not(.rtl) .elementor-832 .elementor-element.elementor-element-ae3c88d{left:0px;}body.rtl .elementor-832 .elementor-element.elementor-element-ae3c88d{right:0px;}@media(max-width:1024px){.elementor-832 .elementor-element.elementor-element-ae3c88d{--min-height:calc(100vh - 80px);}}@media(max-width:768px){.elementor-832 .elementor-element.elementor-element-97c7c3b{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-832 .elementor-element.elementor-element-a57293c{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}}@media(min-width:769px){.elementor-832 .elementor-element.elementor-element-e7d643d{--width:100%;}.elementor-832 .elementor-element.elementor-element-ae3c88d{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-33821d4 */@media (max-width:1024px){

    #sidebar{
        position:absolute;
    }  
    
    #sidebaroverlay{
        position:absolute;
        
    }
    
      #sidebar {
  position: fixed;
  top: 0px;
  left: 0;
  width: 250px; /* Adjust as needed */
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  z-index: 10;
}

/* When visible (with inline style display:block), we also add a class in JS */
#sidebar.show {
  transform: translateX(0);
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-06ab449 */.card-container {
    display: flex;
    align-items: center;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    color: #111;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    font-family: 'roboto';
    cursor: pointer;
    height: 250px;
    transition: box-shadow 0.3s ease; /* Changed from transform to box-shadow */
    }

.card-container:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
.btn-primary img {
  transition: none;
    }

@keyframes shake-rotate {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(15deg); }
  50% { transform: rotate(-15deg); }
  75% { transform: rotate(10deg); }
  100% { transform: rotate(0deg); }
}

.btn-primary:hover img {
  animation: shake-rotate 0.5s ease;
    }

.bookmark{
    margin-top: 20px;
    margin-left: auto;
    margin-right: 20px;
    margin-bottom: auto;
    position: relative;
    }
.bookmark i {
    font-style: normal; /* so stars show as text, not icon fonts */
    font-size: 18px;
    padding: 2px 6px;
    border-radius: 4px;
    margin-top: -50px;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
    }

.bookmark i.unsaved {
    color: #737373;
    /*border: 1px solid blue;*/
    background-color: transparent;
    }

.bookmark i.saved {
    color: #728cff;
    border: none;
    background-color: transparent;
    }


#logo_wrapper {
    height: 100%;
    width: 200px;
    border: 1px solid white;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-right: 20px;
}

.shop-image {
    height: 100%!important;
    object-fit: cover;
    flex:1;
    display: block;
    border-radius: 10px!important;
}


.details {
    height: 220px;
    flex-direction: column!important;
    flex-wrap: normal;
    align-content: space-between;
}


.details h2 {
    margin-bottom: auto;
    font-size: 25px;
    flex: 1;
}

.info {
    display: flex;
    gap: 20px;
    color: gray;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.info i{
    color: #8fa1ef;
}
.rating {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 15px;
}

.rating i {
    color: #f8b400;
    margin-left: 4px;
}

#rating_main_div{
    margin-left: 10px;
    color: #f9bd59!important;
}

.actions {
    display: flex;
    gap: 15px;
    margin-top: 55px;
}

.btn {
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
}

.btn:hover{
    background-color: #253add;  
    color: white;
}

.btn-primary {
    background-color: #728cff;
    color: white;
    font-family: 'gotham medium';
    width: 160px;
    font-weight: 900;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus{
    background-color: #f0f0f0;
    border-radius: 5px;
    color: black;
    font-family: 'gotham medium';
    width:150px;
}


.popup {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex; justify-content: center; align-items: center;
    z-index: 1000;
}

.popup.hidden {
  display: none;
}

.popup-content {
    display: flex;
    flex-direction: column;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 400px;
  text-align: center;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px; right: 15px;
  cursor: pointer;
  font-size: 18px;
}
.sharebox{
    align-self: center;
    border: 1px solid 	#BEBEBE;
    width: 350px;
    margin-top: 20px;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    
}
#copy-btn{
    width: 100px;
    background-color: #065fd4;
    margin-left: 10px;
    padding: 10px;
    color: white;
    border: none;
    border-radius: 50px!important;
}
#share-link{
    border: none;
}

.social-share {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
}

.social-share a {
  font-size: 24px;
  color: #333;
  transition: color 0.2s;
}

.social-share a:hover {
  color: #007bff;
}

.divider {
  width: 1px;
  height: 20px; /* adjust as needed */
  background-color: black;
  margin-left: 10px;
}






/*mobile css*/




@media (max-width: 768px){
    .details h2{
        font-size:calc(15px + .15vw);
        margin-bottom:7px;
        margin-top:-10px;
        
    }
.card-container:hover {
    box-shadow: none;
    }
    .elementor-1732 .elementor-element.elementor-element-385ea16{
        padding:10px!important;
    }

  .info {
    display: flex;
    flex-direction:column;
    gap:5px;
    color: black;
    font-size: calc(12px + .15vw);
    margin-bottom: 0px;
    margin-top: 0px;
    }
    .btn-primary img {
        height:21px!important;
        width:21px!important;
        margin-right:auto!important;
        margin-top:-10px!important;
    }
    
    .btn {
    padding: 5px 10px;
    font-size: calc(13px + .15vw);
    
    
    }
    .btn-primary {
    
    display:flex;
    align-items:center;
    height: 30px;
    width:calc(60%);
    
    }
    
    .btn-primary img{
        display:none;
    }
    .bookmark{
    margin-top: 0px;
    margin-right: 0px;
    margin-left:-30px;
    }
    .card-container {
        height:auto;
        padding:25px 0px;
        border:none;
        margin-bottom: 0px;
        border-bottom: 1px solid #f0f0f0;
    }
    
    #logo_wrapper {
    height: 150px;
    width: 114px;
    margin-right: 10px;
    border-radius:0px;
    }
    
    .shop-image {
        border-radius: 2px!important;
        width: 100px!important;
    }
    
    .details {
    height: auto;
    width:calc(100% - 124px);
    display:flex;
    }
    
    .verifiedimg{
        width:50px;
        margin-left:auto;
        margin-right:50px;
        margin-bottom:-10px;
    }
    
    
    .actions {
    margin-top: 21px;
    width:auto;
    }
    
    .rating {
    font-size: calc(14px + .15vw);
    margin-bottom: 5px;
    }

    .rating i {
    color: #f8b400;
    margin-left: 4px;
    font-size:12px;
    }
    .divider {
      height: 10px;
      margin-left: 10px;
    }
    
    .bookmark i{
        font-size:16px;
        
    }

    #card-wrapper{
        row-gap: 0px;
    }


}
.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  font-size: 1.2rem;
  color: #555;
  flex-direction: column;
}

.loader::before {
  content: "";
  border: 4px solid #f3f3f3;
  border-top: 4px solid #555;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.poster {
    display: none;
}

@media (max-width: 768px) {
    .poster {
        display: block;
    }

}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'gotham medium';
	font-display: auto;
	src: url('http://staklemeet.com/wp-content/uploads/2025/04/GOTHAM-MEDIUM.ttf') format('truetype');
}
/* End Custom Fonts CSS */