/* ==========================================
   Fitwhey Points Card - Profile Page
   Modern card design for points display
   Created: 2025-12-08
   Converted to LESS: 2025-12-10
   Refactored: 2025-12-10 - Using common variables
   ========================================== */
/* Color */
/* Standard button */
.button {
  background-color: #FFFFFF;
  border: none;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font: 1em/1em "tahoma";
  font-weight: normal !important;
  margin: 0;
  padding: 0.8em 1.2em;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: background-color 300ms ease-out 0s;
  -moz-user-select: none;
}
.button.small {
  font-size: 0.75em;
  padding: 0.313em 0.625em;
  line-height: 1.5em;
}
.button.medium {
  font-size: 0.875em !important;
  padding: 0.375em 0.75em;
  line-height: 1.42857em !important;
}
.button.large {
  font-size: 1.125em;
  padding: 0.625em 1em;
  line-height: 1.33em;
}
.button.square {
  padding: 6px;
}
.button.radius {
  border-radius: 2px;
}
.button.round {
  border-radius: 1000px;
}
.button.default {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #666666;
}
.button.denied {
  background: #EFEFEF;
  border: 1px solid #CCCCCC;
  color: #666666;
}
.button.primary {
  background-color: #FF3000;
  border: 1px solid #FF3000;
  color: #FFFFFF;
}
.button.secondary {
  background-color: #009900;
  border: 1px solid #009900;
  color: #FFFFFF;
}
.button.alert {
  background-color: #dc0000;
  border: 1px solid #dc0000;
  color: #FFFFFF;
}
.button.success {
  background-color: #009900;
  border: 1px solid #009900;
  color: #FFFFFF;
}
.button.default:hover {
  background: #EFEFEF;
}
.button.primary:hover {
  opacity: 0.7;
}
.button.denied:hover {
  background-color: #FFFFFF;
}
.button.secondary:hover {
  opacity: 0.7;
}
.button.alert:hover {
  opacity: 0.7;
}
.button.success:hover {
  opacity: 0.7;
}
.close-btn {
  background: url(../images/web-icon-standard.png) no-repeat 0 -463px;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.close-btn:hover {
  opacity: 0.7;
}
.see-more-btn {
  color: #CCCCCC;
  font: lighter 0.875em "helvetica";
  position: absolute;
  right: 0;
  top: 30px;
  text-decoration: none;
  display: none;
}
.see-more-btn:hover {
  text-decoration: underline;
  color: #999999;
}
.add-to-cart-btn {
  width: 110px;
  padding: 10px 10px 8px;
  background: #333333;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  font: bold 12px/12px "PT Sans";
  display: inline-block;
  background: url(../img/btn-bg.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.add-to-cart-btn-small {
  width: 110px;
  padding: 10px 10px 8px;
  background: #333333;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  font: bold 12px/12px "PT Sans";
  display: inline-block;
  background: url(../img/btn-bg.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.add-to-cart-new-btn {
  width: 60px;
  height: 30px;
  padding: 10px 10px 8px;
  background: #333333;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  font: bold 12px/12px "PT Sans";
  display: inline-block;
  background: url(../img/btn-bg-new.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.fb-send-message-us-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}
/* Quick floats */
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.pull-top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.pull-top-left {
  position: absolute;
  top: 0;
  left: 0;
}
/* Container */
.main-container {
  background: #EFEFEF;
}
.full-container {
  background: #FFFFFF;
}
.full-container.border {
  border-bottom: 1px solid #CCCCCC;
}
.information-block {
  border-bottom: 1px solid #CCCCCC;
  background: #FFFFFF;
  margin-bottom: 3%;
}
.information-block.special {
  border: 1px solid #FF3000;
}
/* Pop-Up */
.popup-box {
  background: #FFFFFF;
  max-width: 700px;
  width: 100%;
  position: relative;
}
/* Hidden */
.is-hidden {
  display: none!important;
}
/* Cancel list */
.clear {
  clear: both;
}
/* Text */
.standard-form {
  color: #666666;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  box-shadow: 0 rgba(0, 0, 0, 0.075) inset;
  float: left;
  padding: 1%;
  font: 1em "Helvetica";
  font-weight: lighter;
  display: block;
  position: relative;
  width: 100%;
}
.text-area-form {
  color: #666666;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  box-shadow: 0 rgba(0, 0, 0, 0.075) inset;
  float: left;
  padding: 1%;
  font: 1em "Helvetica";
  font-weight: lighter;
  display: block;
  position: relative;
  width: 100%;
}
.text-over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Borders */
.border-top {
  border-top: 1px solid #CCCCCC;
}
.border-bottom {
  border-bottom: 1px solid #CCCCCC;
}
.border-top-bottom {
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}
.border-left {
  border-left: 1px solid #CCCCCC;
}
.border-right {
  border-right: 1px solid #CCCCCC;
}
.orange-border {
  border-bottom: 2px solid #FF3000;
}
.orange-border-large {
  border-bottom: 10px solid #FF3000;
}
/* image-size */
.box-ten {
  width: 10px;
  height: 10px;
  float: left;
}
.box-twenty {
  width: 20px;
  height: 20px;
  float: left;
}
.box-thirty {
  width: 30px;
  height: 30px;
  float: left;
}
.box-fourty {
  width: 40px;
  height: 40px;
  float: left;
}
.box-fifty {
  width: 50px;
  height: 50px;
  float: left;
}
.box-seventy {
  width: 70px;
  height: 70px;
  float: left;
}
.box-eighty {
  width: 80px;
  height: 80px;
  float: left;
}
.box-ninety {
  width: 90px;
  height: 90px;
  float: left;
}
.box-onehundred {
  width: 100px;
  height: 100px;
  float: left;
}
.box-onethirty {
  width: 130px;
  height: 130px;
  float: left;
}
.box-onefourty {
  width: 140px;
  height: 140px;
  float: left;
}
.box-onefifty {
  width: 150px;
  height: 150px;
  float: left;
}
.box-oneeighty {
  width: 180px;
  height: 180px;
  float: left;
}
.box-twohundred {
  width: 200px;
  height: 200px;
  float: left;
}
.display-mobile {
  display: inline-block;
}
.display-desktop {
  display: none;
}
@media only screen and (min-width: 800px) {
  .display-mobile {
    display: none;
  }
  .display-desktop {
    display: inline-block;
  }
}
/* Points Card Container */
.points-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #FFFFFF 100%);
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  padding: 24px;
  margin: 20px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.points-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
/* Card Header */
.points-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid #e0e0e0;
}
.points-icon {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.points-title {
  font: bold 22px/26px "Helvetica", "PT Sans", sans-serif;
  color: #333333;
  margin: 0;
  text-transform: uppercase;
}
/* Card Body */
.points-card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* Main Points Display */
.points-main {
  background: linear-gradient(135deg, #0033CC 0%, #0052ff 100%);
  border-radius: 4px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 51, 204, 0.2);
}
.points-label {
  display: block;
  font: normal 14px/18px "Helvetica", sans-serif;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.points-value {
  display: block;
  font: bold 48px/56px "Helvetica", sans-serif;
  color: #FFFFFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
/* Pending Points */
.points-pending {
  background: #fff3cd;
  border-left: 4px solid #ffc107;
  border-radius: 3px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pending-icon {
  font-size: 20px;
}
.pending-text {
  font: normal 14px/20px "Helvetica", sans-serif;
  color: #856404;
  width: 100%;
}
.pending-text strong {
  font-weight: bold;
  color: #dc0000;
}
/* Expiry Warning */
.points-expiry {
  background: #fee;
  border-left: 4px solid #dc0000;
  border-radius: 3px;
  padding: 16px;
}
.expiry-badge {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.expiry-icon {
  font-size: 24px;
  flex-shrink: 0;
}
.expiry-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.expiry-label {
  font: normal 14px/18px "Helvetica", sans-serif;
  color: #721c24;
}
.expiry-value {
  font: bold 24px/30px "Helvetica", sans-serif;
  color: #dc0000;
}
.expiry-date {
  font: normal 12px/16px "Helvetica", sans-serif;
  color: #999999;
  font-style: italic;
}
/* Empty State */
.points-card-empty {
  background: linear-gradient(135deg, #f0f4ff 0%, #FFFFFF 100%);
  border: 2px dashed #CCCCCC;
  text-align: center;
}
.points-empty-state {
  padding: 32px 16px;
}
.points-empty-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  opacity: 0.6;
}
.points-empty-title {
  font: bold 24px/30px "Helvetica", "PT Sans", sans-serif;
  color: #333333;
  margin: 0 0 12px 0;
}
.points-empty-desc {
  font: normal 16px/24px "Helvetica", sans-serif;
  color: #666666;
  margin: 0 0 24px 0;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.points-learn-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0033CC;
  color: #FFFFFF;
  font: bold 16px/20px "Helvetica", sans-serif;
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 51, 204, 0.3);
}
.points-learn-btn:hover {
  background: #0052ff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 51, 204, 0.4);
  color: #FFFFFF;
}
.points-learn-btn:hover .btn-arrow {
  transform: translateX(4px);
}
.btn-arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}
/* Mobile Phones */
@media only screen and (max-width: 500px) {
  .points-card {
    padding: 16px;
    border-radius: 4px;
  }
  .points-card-header {
    margin-bottom: 16px;
    padding-bottom: 12px;
  }
  .points-icon {
    width: 32px;
    height: 32px;
  }
  .points-title {
    font-size: 18px;
    line-height: 22px;
  }
  .points-main {
    padding: 20px 16px;
  }
  .points-value {
    font-size: 36px;
    line-height: 44px;
  }
  .expiry-value {
    font-size: 20px;
    line-height: 26px;
  }
  .points-empty-icon {
    width: 64px;
    height: 64px;
  }
  .points-empty-title {
    font-size: 20px;
    line-height: 26px;
  }
  .points-empty-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .points-learn-btn {
    font-size: 14px;
    padding: 12px 20px;
  }
}
/* Tablets */
@media only screen and (min-width: 501px) and (max-width: 1099px) {
  .points-card {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Desktop */
@media only screen and (min-width: 1100px) {
  .points-card {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .points-card-body {
    gap: 20px;
  }
}
/* Override content-info-wrap border for points section */
.content-info-wrap:has(.points-card) {
  border: none !important;
  background: transparent;
}
