
#app {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  margin-top: 60px;
}
































footer[data-v-e470f43a] {
  min-width: 960px;
}
















































































.shop-menu-item[data-v-a20c2c56] {
  position: relative;
}
.cart-badge[data-v-a20c2c56] {
  position: absolute;
  top: -4px;
  right: -12px;
  background: #e53e3e;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 11px;
  font-weight: bold;
  min-width: 18px;
  text-align: center;
  line-height: 1.2;
}

#hosting-plans[data-v-280e1dd9] {
  margin: 0 auto 30px auto;
  width: 960px;
}
#content[data-v-280e1dd9] {
  margin: 0 auto;
  min-width: 960px;
}












































































.big-btn[data-v-52c08b8d] {
  float: none;
  width: 80%;
  height: 100%;
  padding: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
  padding: 0 auto;
  margin-bottom: 11px;
}
.yellow[data-v-52c08b8d] {
  background-color: #f6c657;
  border: #888 1px solid;
}



















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































#card-field-submit-button[data-v-c770e80a]:disabled {
  opacity: 0.5;
}
/*
https://www.paypalobjects.com/webstatic/en_US/developer/docs/css/cardfields.css
*/
.paypal-button-container[data-v-c770e80a] {
    border-radius: 5px;
    background-color: #E7E7E7;
    padding: 20px;
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
}
.card_container[data-v-c770e80a] {
    border-radius: 5px;
    background-color: #E7E7E7;
    padding: 20px;
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
}
.card_field[data-v-c770e80a]{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    height:40px;
    background:white;
    font-size:17px;
    color:#3a3a3a;
    font-family:helvetica, tahoma, calibri, sans-serif;
}
.card_field_50[data-v-c770e80a]{
    width: 50%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    height:40px;
    background:white;
    font-size:17px;
    color:#3a3a3a;
    font-family:helvetica, tahoma, calibri, sans-serif;
}
.card_field_75[data-v-c770e80a]{
    width: 75%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    height:40px;
    background:white;
    font-size:17px;
    color:#3a3a3a;
    font-family:helvetica, tahoma, calibri, sans-serif;
}
.row[data-v-c770e80a] {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    margin: 0 -16px;
}
.col-25[data-v-c770e80a] {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
}
.col-50[data-v-c770e80a] {
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
}
input[type=text][data-v-c770e80a], select[data-v-c770e80a], textarea[data-v-c770e80a] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    height:40px;
    background:white;
    font-size:17px;
    color:#3a3a3a;
    font-family:helvetica, tahoma, calibri, sans-serif;
}
input[type=submit][data-v-c770e80a] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.message_container[data-v-c770e80a] {
    border-radius: 5px;
    background:#FFFFFF;
    font-size:13px;
    font-family:monospace;
    padding: 20px;
}
#loading[data-v-c770e80a] {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}
#loading-image[data-v-c770e80a] {
    position: absolute;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -150px;
}
.spinner[data-v-c770e80a] {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /* height of the spinner gif +2px to fix IE8 issue */
}
.button_container[data-v-c770e80a] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
}
button[data-v-c770e80a]:hover {
    background-color: powderblue;
}
button[data-v-c770e80a] {
    width:229px;
    height:49px;
    background:lightblue;
    border:1px dotted black;
    font-size:17px;
    color:#3a3a3a;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 auto;
}
.btn_small[data-v-c770e80a]{
    width:130px;
    height:39px;
    background:lightblue;
    border:1px dotted black;
    font-size:14px;
    color:#3a3a3a;
}
.btn_small[data-v-c770e80a]:hover {
    background-color: powderblue;
}
.paypal-button-message paypal-button-message-top[data-v-c770e80a] {
  display:none !important; /* could override the message */
}

.two-column[data-v-2e5a1731] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 30px;
  -ms-flex-align: start;
      align-items: start;
}
.column[data-v-2e5a1731] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
}
.row[data-v-2e5a1731] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 16px;
  margin-bottom: 16px;
}
.input-group[data-v-2e5a1731] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1;
}
.input-group label[data-v-2e5a1731] {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #2d3748;
  font-size: 14px;
}
.input-group input[data-v-2e5a1731] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #cbd5e0;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.input-group input[data-v-2e5a1731]:focus {
  outline: none;
  border-color: #3182ce;
}
.radio-group[data-v-2e5a1731] {
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8px;
}
.radio-group label[data-v-2e5a1731] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #2d3748;
  cursor: pointer;
}
.radio-group input[type="radio"][data-v-2e5a1731] {
  cursor: pointer;
}
h4[data-v-2e5a1731] {
  letter-spacing: 1px;
}
.big-btn[data-v-2e5a1731] {
  margin-top: 8px;
}
@media (max-width: 768px) {
.two-column[data-v-2e5a1731] {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
}
.row[data-v-2e5a1731] {
    -ms-flex-direction: column;
        flex-direction: column;
}
}

.shop-page[data-v-30742070] {
  padding: 20px 0;
  min-height: 60vh;
}
.container[data-v-30742070] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.picks-notice[data-v-30742070] {
  background: #edf2f7;
  border-left: 4px solid #3182ce;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 30px;
  text-align: center;
}
.picks-notice p[data-v-30742070] {
  margin: 0;
  font-size: 16px;
  color: #2d3748;
}
.picks-notice a[data-v-30742070] {
  color: #3182ce;
  font-weight: 600;
  text-decoration: none;
}
.picks-notice a[data-v-30742070]:hover {
  text-decoration: underline;
}
.loading[data-v-30742070],
.error[data-v-30742070],
.empty-state[data-v-30742070] {
  text-align: center;
  padding: 40px 20px;
  font-size: 18px;
}
.error[data-v-30742070] {
  color: #e53e3e;
}
.product-grid[data-v-30742070] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(280px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 20px;
}
.product-card[data-v-30742070] {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  background: white;
}
.product-card[data-v-30742070]:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.product-image[data-v-30742070] {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: #f7fafc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
.product-image img[data-v-30742070] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no-image[data-v-30742070] {
  color: #a0aec0;
  font-size: 14px;
}

/* Sale Badge */
.sale-badge[data-v-30742070] {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #e53e3e;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.product-info[data-v-30742070] {
  padding: 16px;
}
.product-name[data-v-30742070] {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #2d3748;
}
.product-description[data-v-30742070] {
  font-size: 14px;
  color: #718096;
  margin: 0 0 12px 0;
  line-height: 1.5;
}
.product-footer[data-v-30742070] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 12px;
}

/* Price Container */
.price-container[data-v-30742070] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* Regular Price (strikethrough when on sale) */
.product-price-regular[data-v-30742070] {
  font-size: 16px;
  color: #a0aec0;
  text-decoration: line-through;
}
.product-price[data-v-30742070] {
  font-size: 20px;
  font-weight: bold;
  color: #2b6cb0;
}

/* Sale Price Styling */
.product-price-sale[data-v-30742070] {
  color: #e53e3e !important;
  font-weight: bold;
}

/* Discount Badge */
.discount-badge[data-v-30742070] {
  background: #48bb78;
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}
.btn-view[data-v-30742070] {
  background: #3182ce;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-view[data-v-30742070]:hover {
  background: #2c5aa0;
}
@media (max-width: 768px) {
.product-grid[data-v-30742070] {
    -ms-grid-columns: (minmax(240px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
}
.page-title[data-v-30742070] {
    font-size: 24px;
}
}

.product-detail-page[data-v-3ee64516] {
  padding: 20px 0;
  min-height: 60vh;
}
.container[data-v-3ee64516] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.loading[data-v-3ee64516],
.error[data-v-3ee64516] {
  text-align: center;
  padding: 40px 20px;
  font-size: 18px;
}
.error[data-v-3ee64516] {
  color: #e53e3e;
}
.product-detail[data-v-3ee64516] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 4px;
}
.product-images[data-v-3ee64516] {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.main-image[data-v-3ee64516] {
  width: 100%;
  height: 500px;
  background: #f7fafc;
  border-radius: 8px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.main-image img[data-v-3ee64516] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-thumbnails[data-v-3ee64516] {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 10px;
  overflow-x: auto;
}
.thumbnail[data-v-3ee64516] {
  width: 80px;
  height: 80px;
  border: 2px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.thumbnail.active[data-v-3ee64516] {
  border-color: #3182ce;
}
.thumbnail img[data-v-3ee64516] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info-section[data-v-3ee64516] {
  padding: 20px 0;
}
.product-title[data-v-3ee64516] {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 16px 0;
}

/* Sale Pricing Section */
.product-price-section[data-v-3ee64516] {
  margin-bottom: 18px;
}
.sale-badge-large[data-v-3ee64516] {
  display: inline-block;
  background: linear-gradient(135deg, #e53e3e 0%, #c53030 100%);
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(229, 62, 62, 0.3);
}
.price-display[data-v-3ee64516] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.price-regular[data-v-3ee64516] {
  font-size: 22px;
  color: #a0aec0;
  text-decoration: line-through;
}
.price-current[data-v-3ee64516] {
  font-size: 32px;
  font-weight: bold;
  color: #2b6cb0;
}
.price-sale[data-v-3ee64516] {
  color: #e53e3e !important;
}
.sale-message[data-v-3ee64516] {
  background: #fef5e7;
  border-left: 4px solid #f39c12;
  padding: 12px;
  border-radius: 4px;
  font-size: 14px;
  color: #2d3748;
  font-weight: 600;
}
.product-description[data-v-3ee64516] {
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 18px;
}
.variant-selection[data-v-3ee64516] {
  margin-bottom: 18px;
}
.variant-group[data-v-3ee64516] {
  margin-bottom: 16px;
}
.variant-group label[data-v-3ee64516] {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2d3748;
}
.variant-options[data-v-3ee64516] {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.variant-btn[data-v-3ee64516] {
  padding: 10px 20px;
  border: 2px solid #e2e8f0;
  background: white;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 14px;
}
.variant-btn[data-v-3ee64516]:hover {
  border-color: #3182ce;
}
.variant-btn.active[data-v-3ee64516] {
  border-color: #3182ce;
  background: #3182ce;
  color: white;
}
.quantity-section[data-v-3ee64516] {
  margin-bottom: 18px;
}
.quantity-section label[data-v-3ee64516] {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2d3748;
}
.quantity-control[data-v-3ee64516] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}
.quantity-control button[data-v-3ee64516] {
  width: 36px;
  height: 36px;
  border: 1px solid #cbd5e0;
  background: white;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
}
.quantity-control button[data-v-3ee64516]:hover:not(:disabled) {
  background: #f7fafc;
}
.quantity-control button[data-v-3ee64516]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.quantity-control input[data-v-3ee64516] {
  width: 60px;
  height: 36px;
  text-align: center;
  border: 1px solid #cbd5e0;
  border-radius: 4px;
  font-size: 16px;
}
.action-buttons[data-v-3ee64516] {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.btn-add-to-cart[data-v-3ee64516],
.btn-back[data-v-3ee64516],
.btn-checkout[data-v-3ee64516] {
  -ms-flex: 1;
      flex: 1;
  padding: 14px 24px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-add-to-cart[data-v-3ee64516] {
  background: #48bb78;
  color: white;
}
.btn-add-to-cart[data-v-3ee64516]:hover:not(:disabled) {
  background: #38a169;
}
.btn-add-to-cart[data-v-3ee64516]:disabled {
  background: #cbd5e0;
  cursor: not-allowed;
}
.btn-back[data-v-3ee64516] {
  background: #e2e8f0;
  color: #2d3748;
}
.btn-back[data-v-3ee64516]:hover {
  background: #cbd5e0;
}
.btn-checkout[data-v-3ee64516] {
  background: #3182ce;
  color: white;
}
.btn-checkout[data-v-3ee64516]:hover {
  background: #2c5aa0;
}
.auth-notice[data-v-3ee64516] {
  padding: 12px;
  background: #fef5e7;
  border-left: 4px solid #f39c12;
  border-radius: 4px;
  font-size: 14px;
}
.auth-notice a[data-v-3ee64516] {
  color: #2b6cb0;
  font-weight: 600;
}
.success-message[data-v-3ee64516] {
  padding: 12px;
  background: #d4edda;
  border-left: 4px solid #28a745;
  border-radius: 4px;
  color: #155724;
  font-weight: 600;
}
.success-message a[data-v-3ee64516] {
  color: #0c3d1a;
  text-decoration: underline;
}
@media (max-width: 768px) {
.product-detail[data-v-3ee64516] {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 0px;
}
.product-images[data-v-3ee64516] {
    position: static;
}
.main-image[data-v-3ee64516] {
    height: 350px;
}
.product-title[data-v-3ee64516] {
    font-size: 24px;
}
.action-buttons[data-v-3ee64516] {
    -ms-flex-direction: column;
        flex-direction: column;
}
}

.cart-page[data-v-456c9b9a] {
  padding: 20px 0;
  min-height: 60vh;
}
.container[data-v-456c9b9a] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-title[data-v-456c9b9a] {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

/* Empty Cart State */
.empty-cart[data-v-456c9b9a] {
  text-align: center;
  padding: 60px 20px;
}
.empty-icon[data-v-456c9b9a] {
  font-size: 80px;
  margin-bottom: 40px;
}
.empty-cart h2[data-v-456c9b9a] {
  font-size: 24px;
  margin-bottom: 12px;
  color: #2d3748;
}
.empty-cart p[data-v-456c9b9a] {
  font-size: 16px;
  color: #718096;
  margin-bottom: 24px;
}

/* Cart Content Layout */
.cart-content[data-v-456c9b9a] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 400px;
      grid-template-columns: 1fr 400px;
  gap: 30px;
  margin-top: 20px;
}

/* Cart Items */
.cart-items[data-v-456c9b9a] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}
.cart-item[data-v-456c9b9a] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 1fr auto;
      grid-template-columns: 120px 1fr auto;
  gap: 20px;
  padding: 20px;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  -ms-flex-align: center;
      align-items: center;
}
.item-image[data-v-456c9b9a] {
  width: 120px;
  height: 120px;
  background: #f7fafc;
  border-radius: 4px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.item-image img[data-v-456c9b9a] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no-image[data-v-456c9b9a] {
  color: #a0aec0;
  font-size: 14px;
}
.item-details[data-v-456c9b9a] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}
.item-name[data-v-456c9b9a] {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #2d3748;
}
.item-variants[data-v-456c9b9a] {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.variant-badge[data-v-456c9b9a] {
  padding: 4px 12px;
  background: #edf2f7;
  border-radius: 4px;
  font-size: 14px;
  color: #4a5568;
}
.item-price[data-v-456c9b9a] {
  font-size: 16px;
  font-weight: 600;
  color: #2b6cb0;
}
.sale-indicator[data-v-456c9b9a] {
  background: #e53e3e;
  color: white;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: bold;
  margin-right: 4px;
}
.item-actions[data-v-456c9b9a] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
  -ms-flex-align: end;
      align-items: flex-end;
}
.quantity-control[data-v-456c9b9a] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
}
.quantity-control button[data-v-456c9b9a] {
  width: 32px;
  height: 32px;
  border: 1px solid #cbd5e0;
  background: white;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  transition: background 0.2s;
}
.quantity-control button[data-v-456c9b9a]:hover:not(:disabled) {
  background: #f7fafc;
}
.quantity-control button[data-v-456c9b9a]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.quantity-control input[data-v-456c9b9a] {
  width: 50px;
  height: 32px;
  text-align: center;
  border: 1px solid #cbd5e0;
  border-radius: 4px;
  font-size: 14px;
}
.item-total[data-v-456c9b9a] {
  font-size: 18px;
  font-weight: bold;
  color: #2d3748;
}
.btn-remove[data-v-456c9b9a] {
  background: transparent;
  border: none;
  color: #e53e3e;
  font-size: 32px;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 1;
  transition: color 0.2s;
}
.btn-remove[data-v-456c9b9a]:hover {
  color: #c53030;
}

/* Cart Summary */
.cart-summary[data-v-456c9b9a] {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.summary-card[data-v-456c9b9a] {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 24px;
}
.summary-card h2[data-v-456c9b9a] {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px 0;
  color: #2d3748;
}
.summary-row[data-v-456c9b9a] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 12px;
  font-size: 16px;
  color: #4a5568;
}
.summary-row.total[data-v-456c9b9a] {
  font-size: 20px;
  font-weight: bold;
  color: #2d3748;
}
.free-shipping[data-v-456c9b9a] {
  color: #48bb78;
  font-weight: 600;
}
.summary-divider[data-v-456c9b9a] {
  height: 1px;
  background: #e2e8f0;
  margin: 16px 0;
}
.btn-checkout[data-v-456c9b9a],
.btn-login[data-v-456c9b9a],
.btn-continue-shopping[data-v-456c9b9a] {
  width: 100%;
  padding: 14px 24px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 12px;
}
.btn-checkout[data-v-456c9b9a] {
  background: #48bb78;
  color: white;
}
.btn-checkout[data-v-456c9b9a]:hover {
  background: #38a169;
}
.btn-login[data-v-456c9b9a] {
  background: #3182ce;
  color: white;
}
.btn-login[data-v-456c9b9a]:hover {
  background: #2c5aa0;
}
.btn-continue-shopping[data-v-456c9b9a] {
  background: #e2e8f0;
  color: #2d3748;
}
.btn-continue-shopping[data-v-456c9b9a]:hover {
  background: #cbd5e0;
}
.auth-notice[data-v-456c9b9a] {
  margin-top: 16px;
  padding: 12px;
  background: #fef5e7;
  border-left: 4px solid #f39c12;
  border-radius: 4px;
  font-size: 14px;
}
.auth-notice a[data-v-456c9b9a] {
  color: #2b6cb0;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 968px) {
.cart-content[data-v-456c9b9a] {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
}
.cart-summary[data-v-456c9b9a] {
    position: static;
}
}
@media (max-width: 768px) {
.page-title[data-v-456c9b9a] {
    font-size: 24px;
}
.cart-item[data-v-456c9b9a] {
    -ms-grid-columns: 80px 1fr;
        grid-template-columns: 80px 1fr;
    gap: 12px;
}
.item-image[data-v-456c9b9a] {
    width: 80px;
    height: 80px;
}
.item-actions[data-v-456c9b9a] {
    grid-column: 1 / -1;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
}
.item-name[data-v-456c9b9a] {
    font-size: 16px;
}
.item-price[data-v-456c9b9a] {
    font-size: 14px;
}
}

.checkout-page[data-v-616229c0] {
  padding: 20px 0;
  min-height: 60vh;
}
.container[data-v-616229c0] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-title[data-v-616229c0] {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.empty-state[data-v-616229c0] {
  text-align: center;
  padding: 60px 20px;
}
.empty-state p[data-v-616229c0] {
  font-size: 18px;
  color: #718096;
  margin-bottom: 24px;
}
.btn-back[data-v-616229c0] {
  background: #3182ce;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-back[data-v-616229c0]:hover {
  background: #2c5aa0;
}
.checkout-content[data-v-616229c0] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 400px;
      grid-template-columns: 1fr 400px;
  gap: 30px;
  margin-top: 20px;
}

/* Form Styles */
.checkout-form[data-v-616229c0] {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 24px;
}
.form-section h2[data-v-616229c0] {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px 0;
  color: #2d3748;
}
.form-group[data-v-616229c0] {
  margin-bottom: 16px;
  -ms-flex: 1;
      flex: 1;
}
.form-row[data-v-616229c0] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group label[data-v-616229c0] {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #2d3748;
  font-size: 14px;
}
.form-group input[data-v-616229c0] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #cbd5e0;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.2s;
}
.form-group input[data-v-616229c0]:focus {
  outline: none;
  border-color: #3182ce;
}
.form-group input[data-v-616229c0]:disabled {
  background: #f7fafc;
  cursor: not-allowed;
}
.paypal-button-container[data-v-616229c0] {
  margin-top: 24px;
}
.loading-paypal[data-v-616229c0],
.processing-message[data-v-616229c0] {
  text-align: center;
  padding: 24px;
  font-size: 16px;
  color: #4a5568;
}
.error-message[data-v-616229c0] {
  margin-top: 16px;
  padding: 12px;
  background: #fed7d7;
  border-left: 4px solid #e53e3e;
  border-radius: 4px;
  color: #742a2a;
  font-size: 14px;
}

/* Order Summary */
.order-summary[data-v-616229c0] {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.summary-card[data-v-616229c0] {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 16px;
}
.summary-card h2[data-v-616229c0] {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px 0;
  color: #2d3748;
}
.summary-items[data-v-616229c0] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
.summary-item[data-v-616229c0] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 1fr auto;
      grid-template-columns: 60px 1fr auto;
  gap: 12px;
  -ms-flex-align: center;
      align-items: center;
}
.summary-item-image[data-v-616229c0] {
  width: 60px;
  height: 60px;
  background: #f7fafc;
  border-radius: 4px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.summary-item-image img[data-v-616229c0] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.summary-item-details[data-v-616229c0] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 4px;
}
.summary-item-name[data-v-616229c0] {
  font-weight: 600;
  font-size: 14px;
  color: #2d3748;
}
.summary-item-variants[data-v-616229c0] {
  font-size: 12px;
  color: #718096;
}
.summary-item-variants span[data-v-616229c0]:not(:last-child)::after {
  content: ' \2022   ';
}
.summary-item-qty[data-v-616229c0] {
  font-size: 12px;
  color: #718096;
}
.summary-item-price[data-v-616229c0] {
  font-weight: 600;
  color: #2d3748;
}
.summary-divider[data-v-616229c0] {
  height: 1px;
  background: #e2e8f0;
  margin: 16px 0;
}
.summary-row[data-v-616229c0] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 12px;
  font-size: 16px;
  color: #4a5568;
}
.summary-row.total[data-v-616229c0] {
  font-size: 20px;
  font-weight: bold;
  color: #2d3748;
}
.free-shipping[data-v-616229c0] {
  color: #48bb78;
  font-weight: 600;
}
.btn-back-to-cart[data-v-616229c0] {
  width: 100%;
  padding: 12px 24px;
  border: 1px solid #cbd5e0;
  background: white;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
  color: #2d3748;
}
.btn-back-to-cart[data-v-616229c0]:hover {
  background: #f7fafc;
}

/* Responsive */
@media (max-width: 968px) {
.checkout-content[data-v-616229c0] {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
}
.order-summary[data-v-616229c0] {
    position: static;
    -ms-flex-order: -1;
        order: -1;
}
}

/* Payment Divider */
.Spacer-module_divider__ewqEj[data-v-616229c0] {
  -ms-flex-align: center;
      align-items: center;
  margin: 0.3rem 0;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.Spacer-module_divider__ewqEj[data-v-616229c0]:after,
.Spacer-module_divider__ewqEj[data-v-616229c0]:before {
  background-color: #c8c8c8;
  content: "";
  -ms-flex: 1;
      flex: 1;
  height: 1px;
  margin: 0 .675rem;
}

/* PayPal Button Container */
.paypal-button-container[data-v-616229c0] {
  border-radius: 5px;
  background-color: #dcdce1;
  padding-bottom: 4px;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}

/* Card Form Container */
.card_container[data-v-616229c0] {
  border-radius: 5px;
  background-color: #dcdce1;
  padding: 10px 4px;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
.card_field[data-v-616229c0] {
  width: 100%;
  margin-bottom: 16px;
}
.card_field_50[data-v-616229c0] {
  width: 50%;
  margin-bottom: 16px;
}
#card-field-submit-button[data-v-616229c0] {
  position: relative;
  border-radius: 1000px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  min-width: 6rem;
  text-align: center;
  text-decoration: none;
  transition: color 0.20s ease, background-color 0.20s ease, border-color 0.20s ease;
  border: 0.125rem solid #003087;
  font-family: PayPalOpen-Bold, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  background-color: #003087;
  padding: 0.625rem 1.875rem;
  width: 100%;
}
#card-field-submit-button[data-v-616229c0]:disabled {
  opacity: 0.5;
}
@media (max-width: 768px) {
.page-title[data-v-616229c0] {
    font-size: 24px;
}
.form-row[data-v-616229c0] {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
}
.form-group input[data-v-616229c0] {
    padding: 8px 4px;
    font-size: 16px;
}
.form-group label[data-v-616229c0] {
    font-size: 13px;
}
.card_field_50[data-v-616229c0] {
    width: 100%;
    display: block !important;
}
}

.order-confirmation-page[data-v-5d0ea5ce] {
  padding: 20px 0;
  min-height: 60vh;
}
.container[data-v-5d0ea5ce] {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.loading[data-v-5d0ea5ce] {
  text-align: center;
  padding: 60px 20px;
  font-size: 18px;
  color: #718096;
}
.error-state[data-v-5d0ea5ce] {
  text-align: center;
  padding: 60px 20px;
}
.error-icon[data-v-5d0ea5ce] {
  font-size: 60px;
  margin-bottom: 20px;
}
.error-state h2[data-v-5d0ea5ce] {
  font-size: 24px;
  color: #e53e3e;
  margin-bottom: 24px;
}
.btn-home[data-v-5d0ea5ce] {
  background: #3182ce;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}
.success-header[data-v-5d0ea5ce] {
  text-align: center;
  margin-bottom: 30px;
}
.success-icon[data-v-5d0ea5ce] {
  width: 80px;
  height: 80px;
  background: #48bb78;
  color: white;
  font-size: 48px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto 20px;
}
.success-header h1[data-v-5d0ea5ce] {
  font-size: 32px;
  margin: 0 0 12px 0;
  color: #2d3748;
}
.success-header p[data-v-5d0ea5ce] {
  font-size: 16px;
  color: #718096;
}
.order-details-card[data-v-5d0ea5ce] {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
}
.order-header[data-v-5d0ea5ce] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: start;
}
.order-info h2[data-v-5d0ea5ce] {
  font-size: 24px;
  margin: 0 0 8px 0;
  color: #2d3748;
}
.order-date[data-v-5d0ea5ce] {
  color: #718096;
  margin: 0;
}
.status-badge[data-v-5d0ea5ce] {
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}
.status-badge.paid[data-v-5d0ea5ce] {
  background: #d4edda;
  color: #155724;
}
.status-badge.pending[data-v-5d0ea5ce] {
  background: #fff3cd;
  color: #856404;
}
.section-divider[data-v-5d0ea5ce] {
  height: 1px;
  background: #e2e8f0;
  margin: 24px 0;
}
.order-items-section h3[data-v-5d0ea5ce],
.shipping-info h3[data-v-5d0ea5ce] {
  font-size: 18px;
  margin: 0 0 16px 0;
  color: #2d3748;
}
.order-items[data-v-5d0ea5ce] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}
.order-item[data-v-5d0ea5ce] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 1fr auto auto;
      grid-template-columns: 80px 1fr auto auto;
  gap: 16px;
  -ms-flex-align: center;
      align-items: center;
}
.item-image[data-v-5d0ea5ce] {
  width: 80px;
  height: 80px;
  background: #f7fafc;
  border-radius: 4px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.item-image img[data-v-5d0ea5ce] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no-image[data-v-5d0ea5ce] {
  color: #a0aec0;
  font-size: 14px;
}
.item-details[data-v-5d0ea5ce] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 4px;
}
.item-name[data-v-5d0ea5ce] {
  font-weight: 600;
  color: #2d3748;
}
.item-variants[data-v-5d0ea5ce] {
  font-size: 14px;
  color: #718096;
}
.item-variants span[data-v-5d0ea5ce]:not(:last-child)::after {
  content: ' \2022   ';
}
.item-quantity[data-v-5d0ea5ce] {
  color: #718096;
  font-size: 14px;
}
.item-price[data-v-5d0ea5ce] {
  font-weight: 600;
  color: #2d3748;
}
.shipping-address[data-v-5d0ea5ce] {
  line-height: 1.6;
  color: #4a5568;
  margin: 0 0 8px 0;
}
.shipping-email[data-v-5d0ea5ce] {
  color: #4a5568;
  margin: 0;
}
.order-summary[data-v-5d0ea5ce] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
}
.summary-row[data-v-5d0ea5ce] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 16px;
  color: #4a5568;
}
.summary-row.total[data-v-5d0ea5ce] {
  font-size: 20px;
  font-weight: bold;
  color: #2d3748;
  padding-top: 12px;
  border-top: 2px solid #e2e8f0;
}
.summary-row .free[data-v-5d0ea5ce] {
  color: #48bb78;
  font-weight: 600;
}
.action-buttons[data-v-5d0ea5ce] {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-pack: center;
      justify-content: center;
}
.btn-orders[data-v-5d0ea5ce],
.btn-shop[data-v-5d0ea5ce] {
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-orders[data-v-5d0ea5ce] {
  background: #3182ce;
  color: white;
}
.btn-orders[data-v-5d0ea5ce]:hover {
  background: #2c5aa0;
}
.btn-shop[data-v-5d0ea5ce] {
  background: #e2e8f0;
  color: #2d3748;
}
.btn-shop[data-v-5d0ea5ce]:hover {
  background: #cbd5e0;
}
@media (max-width: 768px) {
.order-item[data-v-5d0ea5ce] {
    -ms-grid-columns: 60px 1fr;
        grid-template-columns: 60px 1fr;
    gap: 12px;
}
.item-quantity[data-v-5d0ea5ce],
  .item-price[data-v-5d0ea5ce] {
    -ms-grid-column: 2;
        grid-column: 2;
}
}

.my-orders-page[data-v-55e21aab] {
  padding: 20px 0;
  min-height: 60vh;
}
.container[data-v-55e21aab] {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-header[data-v-55e21aab] {
  text-align: center;
  margin-bottom: 30px;
}
.page-header h1[data-v-55e21aab] {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 8px 0;
  color: #2d3748;
}
.page-header p[data-v-55e21aab] {
  font-size: 16px;
  color: #718096;
  margin: 0;
}
.loading[data-v-55e21aab] {
  text-align: center;
  padding: 60px 20px;
  font-size: 18px;
  color: #718096;
}
.error-state[data-v-55e21aab] {
  text-align: center;
  padding: 60px 20px;
}
.error-icon[data-v-55e21aab] {
  font-size: 60px;
  margin-bottom: 20px;
}
.error-state p[data-v-55e21aab] {
  font-size: 18px;
  color: #e53e3e;
}
.empty-state[data-v-55e21aab] {
  text-align: center;
  padding: 60px 20px;
}
.empty-icon[data-v-55e21aab] {
  font-size: 80px;
  margin-bottom: 20px;
}
.empty-state h2[data-v-55e21aab] {
  font-size: 24px;
  margin: 0 0 12px 0;
  color: #2d3748;
}
.empty-state p[data-v-55e21aab] {
  font-size: 16px;
  color: #718096;
  margin: 0 0 24px 0;
}
.btn-shop[data-v-55e21aab] {
  background: #3182ce;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-shop[data-v-55e21aab]:hover {
  background: #2c5aa0;
}
.orders-list[data-v-55e21aab] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}
.order-card[data-v-55e21aab] {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.2s;
}
.order-card[data-v-55e21aab]:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.order-header[data-v-55e21aab] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: start;
  margin-bottom: 16px;
}
.order-info h3[data-v-55e21aab] {
  font-size: 20px;
  margin: 0 0 6px 0;
  color: #2d3748;
}
.order-date[data-v-55e21aab] {
  font-size: 14px;
  color: #718096;
  margin: 0;
}
.status-badge[data-v-55e21aab] {
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}
.status-badge.paid[data-v-55e21aab] {
  background: #d4edda;
  color: #155724;
}
.status-badge.pending[data-v-55e21aab] {
  background: #fff3cd;
  color: #856404;
}
.order-items-preview[data-v-55e21aab] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.item-preview[data-v-55e21aab] {
  display: inline-block;
}
.item-image-small[data-v-55e21aab] {
  width: 50px;
  height: 50px;
  background: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.item-image-small img[data-v-55e21aab] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no-image-small[data-v-55e21aab] {
  color: #a0aec0;
  font-size: 12px;
}
.more-items[data-v-55e21aab] {
  font-size: 14px;
  color: #718096;
  margin-left: 4px;
}
.order-footer[data-v-55e21aab] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
}
.order-total[data-v-55e21aab] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  gap: 8px;
}
.total-label[data-v-55e21aab] {
  font-size: 14px;
  color: #718096;
}
.total-amount[data-v-55e21aab] {
  font-size: 20px;
  font-weight: bold;
  color: #2d3748;
}
.btn-view[data-v-55e21aab] {
  background: #3182ce;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-view[data-v-55e21aab]:hover {
  background: #2c5aa0;
}
@media (max-width: 768px) {
.page-header h1[data-v-55e21aab] {
    font-size: 24px;
}
.order-footer[data-v-55e21aab] {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 12px;
    -ms-flex-align: stretch;
        align-items: stretch;
}
.btn-view[data-v-55e21aab] {
    width: 100%;
}
}














































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
.toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
.toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
.toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
.toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
.toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
.toast-container.toast-top-center > div,
.toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width > div,
.toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  .toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/*# sourceMappingURL=app.e3cd02658dfa24f7c74d6a2ed8ee4d45.css.map*/