.elementor-1184 .elementor-element.elementor-element-c0ad5ae{--display:flex;--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;}/* Start custom CSS for shortcode, class: .elementor-element-5e9de0b *//* 24hoursvape Product Tags Grid */
.v24-product-tags-grid{
  max-width:1280px;
  margin:0 auto;
  padding:22px 14px;
  box-sizing:border-box;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  font-family:Arial,Helvetica,sans-serif;
}

.v24-product-tag-card{
  min-height:92px;
  padding:20px 22px;
  background:#fbf7f4;
  border:1px solid #ecdcd1;
  border-radius:22px;
  box-sizing:border-box;
  text-decoration:none !important;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  box-shadow:0 8px 24px rgba(31,24,18,0.04);
  transition:all .25s ease;
}

.v24-product-tag-card:hover{
  transform:translateY(-4px);
  background:#fffaf6;
  border-color:#e5cabc;
  box-shadow:0 14px 34px rgba(31,24,18,0.08);
}

.v24-product-tag-name{
  color:#10244d;
  font-size:18px;
  font-weight:800;
  line-height:1.25;
  letter-spacing:0;
}

.v24-product-tag-arrow{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:74px;
  height:36px;
  padding:0 14px;
  border-radius:14px;
  background:#ff7a5c;
  color:#ffffff;
  font-size:13px;
  font-weight:800;
  line-height:1;
  box-shadow:0 8px 18px rgba(255,122,92,0.18);
  transition:all .25s ease;
}

.v24-product-tag-card:hover .v24-product-tag-arrow{
  background:#ff6d4d;
  box-shadow:0 12px 22px rgba(255,122,92,0.24);
}

/* Tablet */
@media (max-width:1024px){
  .v24-product-tags-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
  }

  .v24-product-tag-name{
    font-size:17px;
  }
}

/* Mobile */
@media (max-width:767px){
  .v24-product-tags-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    padding:18px 14px;
  }

  .v24-product-tag-card{
    min-height:82px;
    padding:16px;
    border-radius:18px;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
  }

  .v24-product-tag-name{
    font-size:16px;
  }

  .v24-product-tag-arrow{
    height:34px;
    min-width:70px;
    padding:0 12px;
    font-size:12px;
    border-radius:13px;
  }
}

/* Small Mobile */
@media (max-width:480px){
  .v24-product-tags-grid{
    grid-template-columns:1fr;
  }

  .v24-product-tag-card{
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
  }
}/* End custom CSS */