
/* ========================================
   APPENDED STYLES: Mobile Enhancements
   ======================================== */
@media (hover: none) and (pointer: coarse) {
  .product-card:hover {
    transform: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .product-card:active {
    transform: scale(0.98);
    transition: transform 0.1s ease;
  }
  .quick-link-item:hover {
    transform: none;
  }
  .quick-link-item:active {
    transform: scale(0.95);
  }
  button:active,
  .slider-nav:active,
  .banner-nav:active {
    transform: scale(0.9);
  }
  a:active {
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .mobile-header {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  }
  .header_in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  body {
    padding-top: 50px;
  }
  .header_menu {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='3' y1='12' x2='21' y2='12'%3E%3C/line%3E%3Cline x1='3' y1='6' x2='21' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='18' x2='21' y2='18'%3E%3C/line%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    flex-shrink: 0;
  }
  .header_logo {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 12px;
  }
  .header_logo img {
    height: 32px;
    width: auto;
  }
  .header_in_r {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
  }
  .open_store {
    background-color: #f39c12;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 15px;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 500;
  }
  .header_search {
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .header_noti {
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9'%3E%3C/path%3E%3Cpath d='M13.73 21a2 2 0 0 1-3.46 0'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    cursor: pointer;
  }
  .header_noti::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 6px;
    background-color: #ff0000;
    border-radius: 50%;
  }
  .chat-widget__button {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 20px;
    text-decoration: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
  }
  .chat-widget__button i {
    display: none;
  }
  .mobile-nav {
    display: flex !important;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    z-index: 1000;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .top-utility-bar,
  .main-header,
  .category-nav {
    display: none;
  }
  .mobile-nav-item {
    min-height: 44px;
    min-width: 48px;
    padding: 6px 8px;
  }
  .category-list li a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  button,
  .slider-nav,
  .banner-nav {
    min-height: 10px;
    min-width: 10px;
  }
  .products-track,
  .category-list,
  .category-nav {
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
  }
  .product-card {
    scroll-snap-align: start;
  }
  .products-track,
  .banner-slider,
  .slider-nav,
  .banner-nav {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  .search-input {
    font-size: 16px;
  }
  .product-actions {
    display: none;
  }
  .product-image img,
  .banner-slide img {
    will-change: transform;
  }
  .products-track::-webkit-scrollbar,
  .brands-tabs::-webkit-scrollbar,
  .new-products-track::-webkit-scrollbar {
    display: none;
  }
  .products-track,
  .brands-tabs,
  .new-products-track {
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .banner-section {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .banner-slider {
    max-width: 100%;
    width: 100%;
  }
  .banner-slide img {
    width: 100%;
    height: 330px;
    object-fit: cover;
  }
  .flash-sale .section-header {
    width: 100%;
    max-width: 100%;
    height: 90px;
    background: #000;
    padding: 15px;
    margin: 0 auto;
    border: none;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
  }
  .flash-sale .section-header .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  .flash-sale .section-title {
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    justify-content: flex-start;
  }
  .flash-sale .section-title .icon {
    font-size: 18px;
    color: #ff6f00;
  }
  .countdown {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    justify-content: flex-start;
  }
  .countdown-label {
    margin-right: 8px;
    font-size: 14px;
    color: #fff;
  }
  .time-box {
    background-color: #ff6f00;
    color: #fff;
    padding: 2px 4px;
    border-radius: 4px;
    font-weight: 700;
    min-width: 24px;
    text-align: center;
    font-size: 14px;
  }
  .time-separator {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin: 0 1px;
  }
  .date-tabs {
    display: flex;
    gap: 8px;
    width: 100%;
    margin-top: 4px;
  }
  .date-tab {
    flex: 1;
    padding: 8px 0;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    white-space: nowrap;
  }
  .date-tab.active {
    background-color: #fff;
    color: #000;
    border-color: #fff;
    font-weight: 700;
  }
  .it720_downbox li {
    width: 20% !important;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .banner-slide img {
    height: 200px;
  }
  .quick-links {
    padding: 10px 0;
  }
  .quick-links .container {
    padding: 8px;
  }
  .product-section {
    padding: 10px 0;
  }
  .flash-sale .section-header {
    height: 100px;
  }
}

@media (max-width: 375px) {
  .container {
    padding: 0 8px;
  }
  .quick-links-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
    padding: 15px 8px;
  }
  .quick-icon {
    width: 48px;
    height: 48px;
  }
  .quick-link-item span {
    font-size: 10px;
  }
  .flash-sale .product-card {
    flex: 0 0 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
  }
  .product-card {
    flex: 0 0 120px;
    min-width: 120px;
  }
  .product-title {
    font-size: 10px;
    height: 28px;
  }
  .current-price {
    font-size: 14px;
  }
  .original-price {
    font-size: 9px;
  }
  .discount-badge {
    font-size: 9px;
    padding: 2px 5px;
  }
  .section-title {
    font-size: 15px;
  }
  .banner-slide img {
    height: 250px;
  }
  .mobile-nav-item .nav-icon {
    font-size: 21px;
  }
  .mobile-nav-item .nav-label {
    font-size: 9px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  .banner-slide img {
    height: 480px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .product-image img,
  .banner-slide img,
  .quick-icon img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@supports (padding: env(safe-area-inset-bottom)) {
  .mobile-nav {
    padding-bottom: calc(6px + env(safe-area-inset-bottom));
  }
  body {
    padding-bottom: calc(50px + env(safe-area-inset-bottom));
  }
}

/* ========================================
   APPENDED STYLES: Flash Sale New
   ======================================== */
.iopen-mall-item-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px auto;
}
.it902-tab-pdbox,
.it904-pds-box {
  width: 100%;
}
.it902-carousel-box,
.it904-carousel-box {
  padding: 0;
  margin: 0;
  list-style: none;
}
.it902-carousel-box .owl-stage-outer,
.it904-carousel-box .owl-stage-outer {
  position: relative;
  overflow: hidden;
}
.it902-carousel-box .owl-stage,
.it904-carousel-box .owl-stage {
  display: flex;
  gap: 10px;
}
.it902-carousel-box .owl-item,
.it904-carousel-box .owl-item {
  flex: 0 0 calc(16.666% - 10px);
  list-style: none;
}
.it904-carousel-box .owl-item {
  flex: 0 0 calc(20% - 10px);
}
.it902-carousel-box .owl-item li,
.it904-carousel-box .owl-item li {
  list-style: none;
}
.pic-pds-default01 {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.pic-pds-default01:hover {
  border-color: #ff6f00;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.pic-pds-imgbox {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-color: #fff;
  overflow: hidden;
}
.pic-pds-imgbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.pic-pds-default01:hover .pic-pds-imgbox img {
  transform: scale(1.05);
}
.pic_pds_discount_tag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d32f2f;
  color: #fff;
  padding: 2px 6px;
  border-radius: 0 0 6px 0;
  z-index: 2;
  font-size: 12px;
  font-weight: bold;
}
.pic_pds_discount_number {
  font-size: 14px;
}
.pic-pds-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  z-index: 3;
}
.pic-pds-default01:hover .pic-pds-btn {
  transform: translateY(0);
}
.pic-pds-addlist,
.pic-pds-addcart {
  flex: 1;
}
.pic-pds-addlist a,
.pic-pds-addcart a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  font-size: 12px;
  text-decoration: none;
  transition: background 0.2s;
}
.pic-pds-addlist a:hover,
.pic-pds-addcart a:hover {
  background-color: #ff6f00;
}
.pic-pds-addlist a {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.pic-pds-infobox {
  padding: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.pic-pds-infobox h2 {
  margin: 0 0 8px 0;
  font-size: 13px;
  line-height: 1.4;
  height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pic-pds-infobox h2 a {
  color: #333;
  text-decoration: none;
}
.pic-pds-infobox h2 a:hover {
  color: #ff6f00;
}
.pic-pds-price ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.pic-pds-price_02 {
  color: #ff6f00;
  font-size: 18px;
  font-weight: bold;
}
.pic-pds-price_02 span {
  font-size: 12px;
}
.pic-pds-price_01 {
  color: #999;
  font-size: 11px;
  text-decoration: line-through;
}
.owl-nav {
  display: none; 
}
.it907-newstore-pdbox {
  width: 100%;
  border: 1px solid #f2f2f2;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
  padding: 20px 15px;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.it907-newstore-pdbox:hover {
  border-color: #ff6f00;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.it907-newstore-logo {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-bottom: none;
  padding: 0;
}
.it907-newstore-logo img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #eee;
  object-fit: contain;
  background: #fff;
}
.it907-newstore-logo h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.it907-newstore-logo h3 a {
  color: #333;
  text-decoration: none;
}
.it907-newstore-pds {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}
.it907-newstore-pds li {
  width: 100%;
}
.pic-pds-default02 {
  display: flex;
  position: relative;
  background: #fff;
  border: none;
  border-radius: 0;
  overflow: visible;
}
.pic-pds-default02:hover {
  border-color: transparent;
  box-shadow: none;
}
.pic-pds-flexbox {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
}
.pic-pds-default02 .pic-pds-imgbox {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  padding-top: 0;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #eee;
}
.pic-pds-default02 .pic-pds-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pic-pds-default02 .pic-pds-infobox {
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100px;
}
.pic-pds-default02 .pic-pds-infobox h2 {
  font-size: 14px;
  line-height: 1.5;
  height: 42px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333;
}
.pic-pds-default02 .pic-pds-price {
  margin-top: auto;
}
.pic-pds-default02 .pic_pds_discount_tag {
  left: 0;
  top: 0;
  padding: 3px 6px;
  font-size: 12px;
  background-color: #009e96;
  color: #fff;
  border-radius: 0 0 6px 0;
  position: absolute;
  z-index: 2;
  line-height: 1.2;
}
.pic-pds-default02 .pic_pds_discount_number {
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.pic-pds-default02 .pic-pds-price_02 {
  color: #e6a23c;
  font-size: 20px;
  font-weight: bold;
}
.pic-pds-default02 .pic-pds-price_02 span {
  font-size: 14px;
}
.pic-pds-default02 .pic-pds-price_01 {
  color: #bbb;
  font-size: 12px;
  text-decoration: line-through;
  margin-left: 5px;
}
.pic-pds-default02 .pic-pds-btn {
  display: none !important;
}
.pic-pds-prodlink {
  display: none;
}
.iopen-mall-item-title h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin: 0;
  display: flex;
  align-items: center;
}
.iopen-mall-item-title h3::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23333333'%3E%3Cpath d='M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3zm5 15h-2v-6H9v6H7v-7.81l5-4.5 5 4.5V18z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.it907-carousel-box .owl-stage {
  display: flex;
  width: 100%;
}
.it907-carousel-box .owl-item {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding-right: 20px;
  box-sizing: border-box;
}
.it907-carousel-box .owl-item:last-child {
  padding-right: 0;
}
.it902-item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  width: 100%;
}
.it902-item-title h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
}
.it902-item-title h3::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff6f00'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.it902-right-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
}
.it902-time-box {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-right: 15px;
}
.it902-time-box p {
  margin: 0 10px 0 0;
  font-size: 14px;
  color: #ccc;
  font-weight: normal;
}
.it902-time-box span {
  background-color: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  min-width: 32px;
  text-align: center;
  margin: 0 2px;
  font-family: monospace;
}
input[name^="it902-tabs"] {
  display: none;
}
input[name^="it902-tabs"] + label {
  display: inline-block;
  padding: 8px 20px;
  background-color: #333;
  color: #ccc;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}
input[name^="it902-tabs"] + label:hover {
  background-color: #444;
  color: #fff;
}
input[name^="it902-tabs"]:checked + label {
  background-color: #ff6f00;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .it902-carousel-box .owl-stage,
  .it904-carousel-box .owl-stage {
    display: flex;
    width: auto !important;
    transform: none !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .it902-carousel-box .owl-stage::-webkit-scrollbar,
  .it904-carousel-box .owl-stage::-webkit-scrollbar {
    display: none;
  }
  .it902-carousel-box .owl-item,
  .it904-carousel-box .owl-item {
    flex: 0 0 130px;
    width: 130px !important;
    margin-right: 10px !important;
    scroll-snap-align: start;
    display: block;
  }
  .it902-carousel-box .owl-item li,
  .it904-carousel-box .owl-item li {
    height: 100%;
    display: block;
  }
  .pic-pds-default01 {
    box-shadow: none;
    border: 1px solid #eee;
    height: 100%;
  }
  .pic-pds-infobox {
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .pic-pds-infobox h2 {
    font-size: 13px;
    height: 36px;
    margin-bottom: 4px;
    white-space: normal;
  }
  .pic-pds-price_02 {
    font-size: 16px;
  }
  .pic-pds-btn {
    display: none !important;
  }
  .pic-pds-default01:hover {
    transform: none;
    box-shadow: none;
  }
  .it902-item-title {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    gap: 10px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
  }
  .it907-carousel-box .owl-stage {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
    width: auto;
  }
  .it907-carousel-box .owl-item {
    flex: 0 0 85%;
    max-width: 85%;
    width: 85%;
    padding-right: 15px;
    scroll-snap-align: start;
  }
  .it907-newstore-pdbox {
    padding: 15px;
  }
  .it907-newstore-logo img {
    width: 60px;
    height: 60px;
  }
  .pic-pds-default02 .pic-pds-imgbox {
    width: 80px;
    height: 80px;
  }
  .pic-pds-default02 .pic-pds-infobox {
    height: 80px;
  }
  .iopen-mall-item-container {
    padding: 0 10px;
  }
  .it902-item-title h3 {
    font-size: 20px;
  }
  .it902-right-tabs {
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
  }
  .it902-time-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .it902-time-box span {
    background-color: #ff6f00;
    padding: 2px 4px;
    min-width: 24px;
    font-size: 14px;
  }
  input[name^="it902-tabs"] + label {
    padding: 6px 12px;
    font-size: 13px;
    flex: 1;
    text-align: center;
    background-color: #333;
    border: 1px solid #555;
  }
  input[name^="it902-tabs"]:checked + label {
    background-color: #fff;
    color: #000;
  }
}

/* ========================================
   APPENDED STYLES: Popup
   ======================================== */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.popup-overlay.show {
  opacity: 1;
  visibility: visible;
}
.fancybox-wrap {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 90% !important;
  max-width: 600px;
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.fancybox-inner {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  position: relative;
  width: 100% !important;
  height: auto !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.it429-fancybox-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 28px;
  height: 28px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.it429-fancybox-close:hover {
  background: #000;
}
.it429-owl-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.owl-stage-outer {
  overflow: hidden;
}
.owl-stage {
  display: flex;
  transition: transform 0.5s ease;
}
.owl-item {
  flex: 0 0 100%;
  width: 100%;
}
.it429_item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.owl-dots {
  text-align: center;
  margin-top: 10px;
}
.owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ddd;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
  border: none;
  padding: 0;
  transition: background-color 0.2s;
}
.owl-dot.active {
  background: #ff6b00;
}
.it429-todayNotShow {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.it429-todayNotShow input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.it429-todayNotShow label {
  cursor: pointer;
  user-select: none;
}
@media (max-width: 768px) {
  .fancybox-wrap {
    width: 95% !important;
  }
  .fancybox-inner {
    padding: 10px;
  }
  .owl-dot {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }
  .it429-fancybox-close {
    width: 24px;
    height: 24px;
    font-size: 12px;
    top: -10px;
    right: -10px;
  }
}

/* ========================================
   APPENDED STYLES: Mobile Menu
   ======================================== */
.mobile-side-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2000;
  transition: left 0.3s ease;
  display: flex;
  flex-direction: column;
  font-family: 'Noto Sans TC', sans-serif;
}
.mobile-side-menu.open {
  left: 0;
}
.mobile-menu-header {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  background: #fff;
  height: 50px;
  box-sizing: border-box;
}
.close-menu-btn {
  background: none;
  border: none;
  font-size: 24px;
  padding: 0;
  cursor: pointer;
  color: #333;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.icon-back::before {
  content: '‹';
  font-family: Arial, sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
}
.menu-title {
  flex: 1;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-right: 24px;
}
.mobile-menu-user {
  padding: 10px 15px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  font-size: 12px;
}
.mobile-menu-user span {
  color: #ff6f00;
}
.menu-login-btn {
  border: 1px solid #ff6f00;
  color: #ff6f00;
  background: #fff;
  padding: 2px 12px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.menu-login-btn::before {
  content: '➜';
  font-size: 10px;
  display: inline-block;
  transform: rotate(0deg);
}
.mobile-menu-body {
  flex: 1;
  display: flex;
  overflow: hidden;
}
.mobile-category-sidebar {
  width: 100px;
  background-color: #1a1a1a;
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-shrink: 0;
}
.mobile-category-sidebar li {
  padding: 15px 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #333;
}
.mobile-category-sidebar li.active {
  background-color: #fff;
  color: #333;
  font-weight: 500;
  position: relative;
}
.mobile-category-content {
  flex: 1;
  background-color: #fff;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.current-category-bar {
  background-color: #ffe0cc;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ff6f00;
  font-size: 14px;
}
.current-category-bar span {
  padding: 10px 15px;
  font-weight: 500;
}
.expand-btn {
  background-color: #ff6f00;
  border: none;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.expand-btn::after {
  content: '▼';
}
.subcategory-title {
  padding: 15px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.subcategory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 5px;
  padding: 0 15px 20px 15px;
}
.subcategory-item {
  text-align: center;
  font-size: 13px;
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  word-break: break-word;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .mobile-side-menu {
    display: none;
  }
}

/* ========================================
   APPENDED STYLES: Dropdown
   ======================================== */
.category-list {
  position: relative !important;
}
.category-list li {
  position: static !important;
}
.category-dropdown {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background-color: #fafafa;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  border-top: 1px solid #eee;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}
.category-list li:hover .category-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown-scroll-container {
  max-height: 450px;
  overflow-y: auto;
  padding: 20px 30px;
  scrollbar-width: thin;
  scrollbar-color: #ccc #f5f5f5;
}
.dropdown-scroll-container::-webkit-scrollbar {
  width: 8px;
}
.dropdown-scroll-container::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.dropdown-scroll-container::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}
.dropdown-inner {
  display: flex;
  gap: 40px;
}
.dropdown-categories {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-content: flex-start;
  align-items: flex-start;
}
.category-column {
  width: calc(33.33% - 20px);
  min-width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
}
.category-group-title {
  color: var(--primary-orange) !important;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
  text-decoration: none;
  border-bottom: none !important;
  padding: 0 !important;
  line-height: 1.4;
}
.category-group-title:hover {
  color: var(--primary-orange-dark) !important;
  background: none !important;
}
.category-sub-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-sub-list li {
  margin-bottom: 6px;
  display: block;
  line-height: 1.4;
}
.category-sub-list a {
  color: #333 !important;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s;
  padding: 0 !important;
  display: inline-block !important;
  border: none !important;
  background: none !important;
}
.category-sub-list a:hover {
  color: var(--primary-orange) !important;
  background: none !important;
  padding-left: 0 !important;
  text-decoration: underline;
}
.dropdown-brands {
  width: 420px;
  flex-shrink: 0;
  border-left: 1px solid #eee;
  padding-left: 30px;
}
.brands-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  border-radius: 8px;
  height: 70px;
  padding: 5px;
  transition: all 0.2s;
  background-color: #fff;
  overflow: hidden;
}
.brand-item:hover {
  border-color: var(--primary-orange);
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transform: translateY(-2px);
}
.brand-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/ *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
       C a t e g o r y / S e a r c h   P a g e   S t y l e s 
 
       = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   * / 
 
 
 
 / *   B r e a d c r u m b   * / 
 
 . b r e a d c r u m b   { 
 
     b a c k g r o u n d - c o l o r :   v a r ( - - b g - w h i t e ) ; 
 
     p a d d i n g :   1 0 p x   0 ; 
 
     b o r d e r - b o t t o m :   1 p x   s o l i d   v a r ( - - b o r d e r - l i g h t ) ; 
 
     m a r g i n - b o t t o m :   2 0 p x ; 
 
 } 
 
 
 
 . b r e a d c r u m b   . c o n t a i n e r   { 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     g a p :   8 p x ; 
 
     f o n t - s i z e :   1 3 p x ; 
 
 } 
 
 
 
 . b r e a d c r u m b   a   { 
 
     c o l o r :   v a r ( - - t e x t - s e c o n d a r y ) ; 
 
     t e x t - d e c o r a t i o n :   n o n e ; 
 
 } 
 
 
 
 . b r e a d c r u m b   a : h o v e r   { 
 
     c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
 } 
 
 
 
 . b r e a d c r u m b   . s e p a r a t o r   { 
 
     c o l o r :   v a r ( - - t e x t - l i g h t ) ; 
 
 } 
 
 
 
 . b r e a d c r u m b   . c u r r e n t   { 
 
     c o l o r :   v a r ( - - t e x t - p r i m a r y ) ; 
 
     f o n t - w e i g h t :   5 0 0 ; 
 
 } 
 
 
 
 / *   C a t e g o r y   P a g e   L a y o u t   * / 
 
 . c a t e g o r y - p a g e   { 
 
     p a d d i n g - b o t t o m :   4 0 p x ; 
 
 } 
 
 
 
 . p a g e - l a y o u t   { 
 
     d i s p l a y :   f l e x ; 
 
     g a p :   2 0 p x ; 
 
 } 
 
 
 
 / *   S i d e b a r   ( C a t e g o r y   T r e e )   * / 
 
 . c a t e g o r y - s i d e b a r   { 
 
     w i d t h :   2 2 0 p x ; 
 
     f l e x - s h r i n k :   0 ; 
 
     b a c k g r o u n d - c o l o r :   # f f f ; 
 
 } 
 
 
 
 . s i d e b a r - t i t l e   { 
 
     f o n t - s i z e :   1 8 p x ; 
 
     f o n t - w e i g h t :   7 0 0 ; 
 
     c o l o r :   v a r ( - - t e x t - p r i m a r y ) ; 
 
     m a r g i n - b o t t o m :   1 5 p x ; 
 
     p a d d i n g - l e f t :   1 0 p x ; 
 
     b o r d e r - l e f t :   4 p x   s o l i d   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     l i n e - h e i g h t :   1 . 2 ; 
 
 } 
 
 
 
 . c a t e g o r y - t r e e   { 
 
     l i s t - s t y l e :   n o n e ; 
 
     p a d d i n g :   0 ; 
 
     m a r g i n :   0 ; 
 
 } 
 
 
 
 . c a t e g o r y - t r e e   >   l i   { 
 
     m a r g i n - b o t t o m :   5 p x ; 
 
 } 
 
 
 
 . c a t e g o r y - t r e e - l i n k   { 
 
     d i s p l a y :   b l o c k ; 
 
     p a d d i n g :   8 p x   1 2 p x ; 
 
     c o l o r :   # 3 3 3 ; 
 
     f o n t - s i z e :   1 4 p x ; 
 
     t e x t - d e c o r a t i o n :   n o n e ; 
 
     t r a n s i t i o n :   a l l   0 . 2 s ; 
 
 } 
 
 
 
 . c a t e g o r y - t r e e - l i n k : h o v e r   { 
 
     c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     b a c k g r o u n d - c o l o r :   # f 9 f 9 f 9 ; 
 
 } 
 
 
 
 . c a t e g o r y - t r e e - l i n k . a c t i v e   { 
 
     c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     b a c k g r o u n d - c o l o r :   # f f f 5 e 6 ;   / *   L i g h t   o r a n g e   b a c k g r o u n d   * / 
 
     f o n t - w e i g h t :   5 0 0 ; 
 
 } 
 
 
 
 . c a t e g o r y - t r e e - l i n k . h a s - c h i l d r e n   { 
 
         d i s p l a y :   f l e x ; 
 
         j u s t i f y - c o n t e n t :   s p a c e - b e t w e e n ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
 } 
 
 
 
 . c a t e g o r y - t r e e - l i n k . h a s - c h i l d r e n : : a f t e r   { 
 
         c o n t e n t :   ' %�? ; 
 
         t r a n s f o r m :   r o t a t e ( 9 0 d e g ) ; 
 
         f o n t - s i z e :   1 2 p x ; 
 
 } 
 
 
 
 / *   P r o d u c t s   A r e a   * / 
 
 . p r o d u c t s - a r e a   { 
 
     f l e x :   1 ; 
 
 } 
 
 
 
 . r e s u l t s - h e a d e r   { 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   b a s e l i n e ; 
 
     g a p :   1 5 p x ; 
 
     m a r g i n - b o t t o m :   1 5 p x ; 
 
 } 
 
 
 
 . p a g e - t i t l e   { 
 
     f o n t - s i z e :   2 0 p x ; 
 
     f o n t - w e i g h t :   7 0 0 ; 
 
     c o l o r :   # 3 3 3 ; 
 
     m a r g i n :   0 ; 
 
 } 
 
 
 
 . r e s u l t - c o u n t   { 
 
     f o n t - s i z e :   1 3 p x ; 
 
     c o l o r :   # 6 6 6 ; 
 
 } 
 
 
 
 . r e s u l t - c o u n t   s t r o n g   { 
 
     c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     f o n t - w e i g h t :   7 0 0 ; 
 
 } 
 
 
 
 / *   S o r t   T o o l b a r   * / 
 
 . s o r t - t o o l b a r   { 
 
     m a r g i n - b o t t o m :   2 0 p x ; 
 
     b a c k g r o u n d - c o l o r :   # f 8 f 8 f 8 ; 
 
     b o r d e r :   1 p x   s o l i d   # e e e ; 
 
     p a d d i n g :   0 ; 
 
 } 
 
 
 
 . s o r t - t a b s   { 
 
     d i s p l a y :   f l e x ; 
 
 } 
 
 
 
 . s o r t - t a b   { 
 
     p a d d i n g :   1 0 p x   2 0 p x ; 
 
     b a c k g r o u n d :   n o n e ; 
 
     b o r d e r :   n o n e ; 
 
     b o r d e r - r i g h t :   1 p x   s o l i d   # e e e ; 
 
     f o n t - s i z e :   1 3 p x ; 
 
     c o l o r :   # 6 6 6 ; 
 
     c u r s o r :   p o i n t e r ; 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     g a p :   4 p x ; 
 
 } 
 
 
 
 . s o r t - t a b : h o v e r   { 
 
     c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     b a c k g r o u n d - c o l o r :   # f f f ; 
 
 } 
 
 
 
 . s o r t - t a b . a c t i v e   { 
 
     b a c k g r o u n d - c o l o r :   # f f f ; 
 
     c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     f o n t - w e i g h t :   7 0 0 ; 
 
     b o r d e r - b o t t o m :   2 p x   s o l i d   v a r ( - - p r i m a r y - o r a n g e ) ;   / *   H i g h l i g h t   a c t i v e   t a b   * / 
 
 } 
 
 
 
 . s o r t - t a b   . a r r o w   { 
 
     f o n t - s i z e :   1 0 p x ; 
 
 } 
 
 
 
 / *   P r o d u c t s   G r i d   * / 
 
 . p r o d u c t s - g r i d   { 
 
     d i s p l a y :   g r i d ; 
 
     g r i d - t e m p l a t e - c o l u m n s :   r e p e a t ( 4 ,   1 f r ) ; 
 
     g a p :   1 5 p x ; 
 
     m a r g i n - b o t t o m :   3 0 p x ; 
 
 } 
 
 
 
 / *   P r o d u c t   C a r d   ( S p e c i f i c   f o r   C a t e g o r y   P a g e )   * / 
 
 . p r o d u c t - c a r d   { 
 
     b a c k g r o u n d :   # f f f ; 
 
     b o r d e r :   1 p x   s o l i d   # e e e ; 
 
     b o r d e r - r a d i u s :   4 p x ; 
 
     o v e r f l o w :   h i d d e n ; 
 
     t r a n s i t i o n :   b o x - s h a d o w   0 . 2 s ; 
 
     p o s i t i o n :   r e l a t i v e ; 
 
 } 
 
 
 
 . p r o d u c t - c a r d : h o v e r   { 
 
     b o x - s h a d o w :   0   4 p x   1 2 p x   r g b a ( 0 , 0 , 0 , 0 . 1 ) ; 
 
     b o r d e r - c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
 } 
 
 
 
 . p r o d u c t - i m a g e - w r a p p e r   { 
 
     p o s i t i o n :   r e l a t i v e ; 
 
     p a d d i n g - t o p :   1 0 0 % ;   / *   S q u a r e   i m a g e   * / 
 
     o v e r f l o w :   h i d d e n ; 
 
 } 
 
 
 
 . p r o d u c t - i m a g e   { 
 
     p o s i t i o n :   a b s o l u t e ; 
 
     t o p :   0 ; 
 
     l e f t :   0 ; 
 
     w i d t h :   1 0 0 % ; 
 
     h e i g h t :   1 0 0 % ; 
 
     o b j e c t - f i t :   c o v e r ; 
 
 } 
 
 
 
 . o u t - o f - s t o c k - o v e r l a y   { 
 
     p o s i t i o n :   a b s o l u t e ; 
 
     t o p :   0 ; 
 
     l e f t :   0 ; 
 
     w i d t h :   1 0 0 % ; 
 
     h e i g h t :   1 0 0 % ; 
 
     b a c k g r o u n d :   r g b a ( 0 , 0 , 0 , 0 . 5 ) ; 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     j u s t i f y - c o n t e n t :   c e n t e r ; 
 
     c o l o r :   # f f f ; 
 
     f o n t - w e i g h t :   7 0 0 ; 
 
     f o n t - s i z e :   1 6 p x ; 
 
     z - i n d e x :   2 ; 
 
 } 
 
 
 
 . p r o d u c t - i n f o   { 
 
     p a d d i n g :   1 0 p x ; 
 
 } 
 
 
 
 . p r o d u c t - t i t l e   { 
 
     f o n t - s i z e :   1 3 p x ; 
 
     c o l o r :   # 3 3 3 ; 
 
     l i n e - h e i g h t :   1 . 4 ; 
 
     h e i g h t :   3 6 p x ;   / *   2   l i n e s   * / 
 
     o v e r f l o w :   h i d d e n ; 
 
     d i s p l a y :   - w e b k i t - b o x ; 
 
     - w e b k i t - l i n e - c l a m p :   2 ; 
 
     - w e b k i t - b o x - o r i e n t :   v e r t i c a l ; 
 
     m a r g i n - b o t t o m :   8 p x ; 
 
 } 
 
 
 
 . p r o d u c t - t i t l e : h o v e r   { 
 
     c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
 } 
 
 
 
 . p r o d u c t - p r i c e - r o w   { 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   b a s e l i n e ; 
 
     g a p :   6 p x ; 
 
     f l e x - w r a p :   w r a p ; 
 
 } 
 
 
 
 . p r o d u c t - p r i c e   { 
 
     c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     f o n t - w e i g h t :   7 0 0 ; 
 
     f o n t - s i z e :   1 6 p x ; 
 
 } 
 
 
 
 . p r o d u c t - p r i c e - o r i g i n a l   { 
 
     c o l o r :   # 9 9 9 ; 
 
     f o n t - s i z e :   1 2 p x ; 
 
     t e x t - d e c o r a t i o n :   l i n e - t h r o u g h ; 
 
 } 
 
 
 
 . p r o d u c t - t a g s   { 
 
     m a r g i n - t o p :   6 p x ; 
 
     d i s p l a y :   f l e x ; 
 
     g a p :   4 p x ; 
 
 } 
 
 
 
 . t a g - b a d g e   { 
 
     f o n t - s i z e :   1 0 p x ; 
 
     p a d d i n g :   1 p x   4 p x ; 
 
     b o r d e r - r a d i u s :   2 p x ; 
 
     b o r d e r :   1 p x   s o l i d ; 
 
 } 
 
 
 
 . t a g - f r e e - s h i p p i n g   { 
 
     c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     b o r d e r - c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
 } 
 
 
 
 . t a g - d i s c o u n t   { 
 
     b a c k g r o u n d - c o l o r :   # 2 8 a 7 4 5 ;   / *   G r e e n   * / 
 
     c o l o r :   # f f f ; 
 
     b o r d e r - c o l o r :   # 2 8 a 7 4 5 ; 
 
 } 
 
 
 
 / *   P a g i n a t i o n   * / 
 
 . p a g i n a t i o n   { 
 
     d i s p l a y :   f l e x ; 
 
     j u s t i f y - c o n t e n t :   c e n t e r ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     g a p :   8 p x ; 
 
     m a r g i n - b o t t o m :   2 0 p x ; 
 
 } 
 
 
 
 . p a g e - n u m b e r s   { 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     g a p :   5 p x ; 
 
 } 
 
 
 
 . p a g e - b t n   { 
 
     w i d t h :   3 2 p x ; 
 
     h e i g h t :   3 2 p x ; 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     j u s t i f y - c o n t e n t :   c e n t e r ; 
 
     b o r d e r :   1 p x   s o l i d   # d d d ; 
 
     b a c k g r o u n d :   # f f f ; 
 
     c o l o r :   # 6 6 6 ; 
 
     f o n t - s i z e :   1 3 p x ; 
 
     c u r s o r :   p o i n t e r ; 
 
     b o r d e r - r a d i u s :   4 p x ; 
 
 } 
 
 
 
 . p a g e - b t n : h o v e r   { 
 
     b o r d e r - c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
 } 
 
 
 
 . p a g e - b t n . a c t i v e   { 
 
     b a c k g r o u n d :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     c o l o r :   # f f f ; 
 
     b o r d e r - c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
 } 
 
 
 
 . p a g e - b t n . n e x t ,   . p a g e - b t n . l a s t   { 
 
         w i d t h :   a u t o ; 
 
         p a d d i n g :   0   1 0 p x ; 
 
 } 
 
 
 
 . p a g i n a t i o n - j u m p   { 
 
         d i s p l a y :   f l e x ; 
 
         j u s t i f y - c o n t e n t :   c e n t e r ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
         g a p :   1 0 p x ; 
 
         f o n t - s i z e :   1 3 p x ; 
 
         c o l o r :   # 6 6 6 ; 
 
 } 
 
 
 
 . p a g e - s e l e c t   { 
 
         p a d d i n g :   4 p x   8 p x ; 
 
         b o r d e r :   1 p x   s o l i d   # d d d ; 
 
         b o r d e r - r a d i u s :   4 p x ; 
 
 } 
 
 
 
 / *   R e s p o n s i v e   * / 
 
 @ m e d i a   ( m a x - w i d t h :   9 9 2 p x )   { 
 
     . p r o d u c t s - g r i d   { 
 
         g r i d - t e m p l a t e - c o l u m n s :   r e p e a t ( 3 ,   1 f r ) ; 
 
     } 
 
     . c a t e g o r y - s i d e b a r   { 
 
         d i s p l a y :   n o n e ;   / *   H i d e   s i d e b a r   o n   m o b i l e / t a b l e t   f o r   n o w   o r   m o v e   t o   o f f - c a n v a s   * / 
 
     } 
 
 } 
 
 
 
 @ m e d i a   ( m a x - w i d t h :   7 6 8 p x )   { 
 
     . c a t e g o r y - p a g e   { 
 
         p a d d i n g - t o p :   0 ; 
 
         p a d d i n g - b o t t o m :   6 0 p x ;   / *   S p a c e   f o r   b o t t o m   n a v   * / 
 
     } 
 
 
 
     . b r e a d c r u m b   { 
 
         p a d d i n g :   8 p x   1 2 p x ; 
 
         b a c k g r o u n d - c o l o r :   # f 5 f 5 f 5 ; 
 
         m a r g i n - b o t t o m :   0 ; 
 
         b o r d e r - b o t t o m :   n o n e ; 
 
     } 
 
 
 
     . b r e a d c r u m b   . c o n t a i n e r   { 
 
         p a d d i n g :   0 ; 
 
     } 
 
 
 
     / *   H i d e   D e s k t o p   E l e m e n t s   * / 
 
     . t o p - u t i l i t y - b a r , 
 
     . m a i n - h e a d e r , 
 
     . c a t e g o r y - n a v , 
 
     . c a t e g o r y - s i d e b a r   { 
 
         d i s p l a y :   n o n e   ! i m p o r t a n t ; 
 
     } 
 
 
 
     / *   M o b i l e   L a y o u t   A d j u s t m e n t s   * / 
 
     . p a g e - l a y o u t   { 
 
         d i s p l a y :   b l o c k ; 
 
     } 
 
 
 
     . p r o d u c t s - a r e a   { 
 
         w i d t h :   1 0 0 % ; 
 
     } 
 
 
 
     / *   M o b i l e   S o r t   B a r   * / 
 
     . s o r t - t o o l b a r   { 
 
         p o s i t i o n :   s t i c k y ; 
 
         t o p :   5 0 p x ;   / *   B e l o w   m o b i l e   h e a d e r   * / 
 
         z - i n d e x :   9 9 ; 
 
         b a c k g r o u n d - c o l o r :   v a r ( - - b g - w h i t e ) ; 
 
         m a r g i n :   0 ; 
 
         p a d d i n g :   0 ; 
 
         b o r d e r :   n o n e ; 
 
         b o r d e r - b o t t o m :   1 p x   s o l i d   v a r ( - - b o r d e r - l i g h t ) ; 
 
         b o r d e r - r a d i u s :   0 ; 
 
     } 
 
 
 
     . s o r t - t a b s   { 
 
         w i d t h :   1 0 0 % ; 
 
         d i s p l a y :   f l e x ; 
 
         j u s t i f y - c o n t e n t :   s p a c e - b e t w e e n ; 
 
     } 
 
 
 
     . s o r t - t a b   { 
 
         f l e x :   1 ; 
 
         j u s t i f y - c o n t e n t :   c e n t e r ; 
 
         p a d d i n g :   1 2 p x   0 ; 
 
         f o n t - s i z e :   1 4 p x ; 
 
         b o r d e r :   n o n e ; 
 
         c o l o r :   # 3 3 3 ; 
 
     } 
 
 
 
     . s o r t - t a b . a c t i v e   { 
 
         c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
         b o r d e r - b o t t o m :   2 p x   s o l i d   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
         b a c k g r o u n d :   # f f f ; 
 
     } 
 
 
 
     / *   M o b i l e   S u b - c a t e g o r y   T a b s   * / 
 
     . m o b i l e - s u b c a t e g o r y - t a b s - c o n t a i n e r   { 
 
         d i s p l a y :   f l e x   ! i m p o r t a n t ; 
 
         p o s i t i o n :   s t i c k y ; 
 
         t o p :   9 1 p x ;   / *   5 0 p x   h e a d e r   +   ~ 4 1 p x   s o r t   b a r   * / 
 
         z - i n d e x :   9 8 ; 
 
         b a c k g r o u n d :   # f f f ; 
 
         w i d t h :   1 0 0 % ;   / *   E n s u r e   f u l l   w i d t h   * / 
 
         o v e r f l o w :   h i d d e n ;   / *   P r e v e n t   o v e r f l o w   * / 
 
     } 
 
 
 
     . m o b i l e - s u b c a t e g o r y - t a b s   { 
 
         d i s p l a y :   f l e x ; 
 
         b a c k g r o u n d :   # f f f ; 
 
         o v e r f l o w - x :   a u t o ; 
 
         w h i t e - s p a c e :   n o w r a p ; 
 
         p a d d i n g :   0 ; 
 
         p o s i t i o n :   r e l a t i v e ; 
 
         b o r d e r - b o t t o m :   1 p x   s o l i d   # e e e ; 
 
         - w e b k i t - o v e r f l o w - s c r o l l i n g :   t o u c h ; 
 
         f l e x :   1 ; 
 
         m i n - w i d t h :   0 ; 
 
         w i d t h :   1 0 0 % ;   / *   E n s u r e   i t   t a k e s   f u l l   w i d t h   f o r   s c r o l l i n g   * / 
 
     } 
 
 
 
     . m o b i l e - s u b c a t e g o r y - t a b s : : - w e b k i t - s c r o l l b a r   { 
 
         d i s p l a y :   n o n e ; 
 
     } 
 
 
 
     . s u b - t a b - i t e m   { 
 
         p a d d i n g :   1 2 p x   1 6 p x ; 
 
         f o n t - s i z e :   1 4 p x ; 
 
         c o l o r :   # 6 6 6 ; 
 
         t e x t - d e c o r a t i o n :   n o n e ; 
 
         d i s p l a y :   i n l i n e - b l o c k ; 
 
         b o r d e r - b o t t o m :   2 p x   s o l i d   t r a n s p a r e n t ; 
 
     } 
 
 
 
     . s u b - t a b - i t e m . a c t i v e   { 
 
         c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
         b o r d e r - b o t t o m - c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
         b a c k g r o u n d - c o l o r :   # f f f 5 e 6 ; 
 
     } 
 
 
 
     . s u b - t a b - e x p a n d - b t n   { 
 
         p o s i t i o n :   s t i c k y ; 
 
         r i g h t :   0 ; 
 
         t o p :   0 ; 
 
         b a c k g r o u n d :   # f 3 9 c 1 2 ; 
 
         c o l o r :   # f f f ; 
 
         b o r d e r :   n o n e ; 
 
         w i d t h :   4 0 p x ; 
 
         h e i g h t :   4 5 p x ;   / *   M a t c h   t a b   h e i g h t   * / 
 
         d i s p l a y :   f l e x ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
         j u s t i f y - c o n t e n t :   c e n t e r ; 
 
         b o x - s h a d o w :   - 2 p x   0   5 p x   r g b a ( 0 , 0 , 0 , 0 . 1 ) ; 
 
         z - i n d e x :   2 ; 
 
     } 
 
 
 
     / *   R e s u l t s   H e a d e r   * / 
 
     . r e s u l t s - h e a d e r   { 
 
         p a d d i n g :   1 2 p x ; 
 
         m a r g i n - b o t t o m :   0 ; 
 
         b a c k g r o u n d :   # f f f ; 
 
         d i s p l a y :   n o n e   ! i m p o r t a n t ;   / *   M o b i l e   d o e s n ' t   s h o w   " A l l   R e s u l t s "   h e a d e r   u s u a l l y ,   b a s e d   o n   s c r e e n s h o t   * / 
 
     } 
 
 
 
     . p a g e - t i t l e   { 
 
         f o n t - s i z e :   1 6 p x ; 
 
     } 
 
 
 
     . r e s u l t - c o u n t   { 
 
         f o n t - s i z e :   1 2 p x ; 
 
     } 
 
 
 
     / *   M o b i l e   P r o d u c t   G r i d   * / 
 
     . p r o d u c t s - g r i d   { 
 
         d i s p l a y :   g r i d ; 
 
         g r i d - t e m p l a t e - c o l u m n s :   r e p e a t ( 2 ,   1 f r ) ; 
 
         g a p :   1 0 p x ; 
 
         p a d d i n g :   1 0 p x ; 
 
         b a c k g r o u n d - c o l o r :   # f 5 f 5 f 5 ;   / *   L i g h t   g r a y   b a c k g r o u n d   f o r   c o n t r a s t   * / 
 
     } 
 
 
 
     . p r o d u c t - c a r d   { 
 
         b o r d e r :   n o n e ; 
 
         b o x - s h a d o w :   n o n e ; 
 
         b a c k g r o u n d :   # f f f ; 
 
         p a d d i n g - b o t t o m :   8 p x ; 
 
         b o r d e r - r a d i u s :   8 p x ;   / *   R o u n d e d   c o r n e r s   f o r   c a r d   * / 
 
     } 
 
 
 
     . p r o d u c t - i m a g e - w r a p p e r   { 
 
         b o r d e r - r a d i u s :   8 p x   8 p x   0   0 ;   / *   O n l y   t o p   r o u n d e d   * / 
 
         o v e r f l o w :   h i d d e n ; 
 
     } 
 
 
 
     . p r o d u c t - i n f o   { 
 
         p a d d i n g :   8 p x ; 
 
     } 
 
 
 
     . p r o d u c t - t i t l e   { 
 
         f o n t - s i z e :   1 4 p x ; 
 
         l i n e - h e i g h t :   1 . 4 ; 
 
         h e i g h t :   4 0 p x ; 
 
         m a r g i n - b o t t o m :   4 p x ; 
 
         c o l o r :   # 3 3 3 ; 
 
         f o n t - w e i g h t :   n o r m a l ; 
 
     } 
 
 
 
     . p r o d u c t - p r i c e   { 
 
         f o n t - s i z e :   1 8 p x ; 
 
         c o l o r :   # f f 5 0 0 0 ;   / *   T a o b a o / S h o p e e   O r a n g e   * / 
 
         f o n t - w e i g h t :   b o l d ; 
 
     } 
 
 
 
     . p r o d u c t - p r i c e : : b e f o r e   { 
 
         c o n t e n t :   ' $ ' ; 
 
         f o n t - s i z e :   1 2 p x ; 
 
     } 
 
 
 
     . t a g - d i s c o u n t   { 
 
         p o s i t i o n :   a b s o l u t e ; 
 
         t o p :   0 ; 
 
         r i g h t :   0 ; 
 
         b a c k g r o u n d - c o l o r :   # 0 0 8 9 5 5 ;   / *   D a r k   g r e e n   a s   i n   s c r e e n s h o t   * / 
 
         c o l o r :   # f f f ; 
 
         p a d d i n g :   4 p x   6 p x ; 
 
         f o n t - s i z e :   1 2 p x ; 
 
         b o r d e r - r a d i u s :   0   0   0   8 p x ; 
 
         b o r d e r :   n o n e ; 
 
         d i s p l a y :   f l e x ; 
 
         f l e x - d i r e c t i o n :   c o l u m n ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
         l i n e - h e i g h t :   1 . 1 ; 
 
     } 
 
     
 
     . t a g - d i s c o u n t : : a f t e r   { 
 
         c o n t e n t :   ' ��? ; 
 
         f o n t - s i z e :   1 0 p x ; 
 
     } 
 
 
 
     / *   H i d e   o r i g i n a l   t a g s   c o n t a i n e r   o n   m o b i l e   i f   w e   u s e   a b s o l u t e   b a d g e   * / 
 
     . p r o d u c t - t a g s   { 
 
         d i s p l a y :   n o n e ; 
 
     } 
 
     
 
     / *   P a g i n a t i o n   M o b i l e   * / 
 
     . p a g i n a t i o n   { 
 
         d i s p l a y :   n o n e ;   / *   U s u a l l y   i n f i n i t e   s c r o l l   o n   m o b i l e ,   h i d i n g   f o r   n o w   b a s e d   o n   s c r e e n s h o t   * / 
 
     } 
 
 } 
 
 
 
 @ m e d i a   ( m a x - w i d t h :   5 7 6 p x )   { 
 
     . p r o d u c t s - g r i d   { 
 
         g r i d - t e m p l a t e - c o l u m n s :   r e p e a t ( 2 ,   1 f r ) ; 
 
     } 
 
 } 
 
 / *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
       C a r t   P a g e   S t y l e s 
 
       = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   * / 
 
 
 
 . c a r t - p a g e   { 
 
     p a d d i n g :   v a r ( - - s p a c i n g - x l )   0 ; 
 
     m i n - h e i g h t :   6 0 v h ; 
 
 } 
 
 
 
 . p a g e - t i t l e   { 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     g a p :   v a r ( - - s p a c i n g - s m ) ; 
 
     f o n t - s i z e :   2 4 p x ; 
 
     f o n t - w e i g h t :   7 0 0 ; 
 
     c o l o r :   v a r ( - - t e x t - p r i m a r y ) ; 
 
     m a r g i n - b o t t o m :   v a r ( - - s p a c i n g - x l ) ; 
 
 } 
 
 
 
 . p a g e - t i t l e   . i c o n   { 
 
     f o n t - s i z e :   2 8 p x ; 
 
 } 
 
 
 
 / *   C a r t   C o n t e n t   L a y o u t   * / 
 
 . c a r t - c o n t e n t   { 
 
     d i s p l a y :   g r i d ; 
 
     g r i d - t e m p l a t e - c o l u m n s :   1 f r   3 2 0 p x ; 
 
     g a p :   v a r ( - - s p a c i n g - x l ) ; 
 
     m a r g i n - b o t t o m :   v a r ( - - s p a c i n g - x l ) ; 
 
 } 
 
 
 
 / *   C a r t   L i s t   * / 
 
 . c a r t - l i s t   { 
 
     d i s p l a y :   f l e x ; 
 
     f l e x - d i r e c t i o n :   c o l u m n ; 
 
     g a p :   v a r ( - - s p a c i n g - m d ) ; 
 
 } 
 
 
 
 / *   S t o r e   G r o u p   * / 
 
 . c a r t - s t o r e - g r o u p   { 
 
     b a c k g r o u n d - c o l o r :   v a r ( - - b g - w h i t e ) ; 
 
     b o r d e r - r a d i u s :   v a r ( - - r a d i u s - m d ) ; 
 
     o v e r f l o w :   h i d d e n ; 
 
     b o r d e r :   1 p x   s o l i d   v a r ( - - b o r d e r - l i g h t ) ; 
 
 } 
 
 
 
 . s t o r e - h e a d e r   { 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     g a p :   v a r ( - - s p a c i n g - m d ) ; 
 
     p a d d i n g :   v a r ( - - s p a c i n g - m d ) ; 
 
     b a c k g r o u n d - c o l o r :   v a r ( - - b g - l i g h t ) ; 
 
     b o r d e r - b o t t o m :   1 p x   s o l i d   v a r ( - - b o r d e r - l i g h t ) ; 
 
 } 
 
 
 
 . s t o r e - i n f o   { 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     g a p :   v a r ( - - s p a c i n g - s m ) ; 
 
     f l e x :   1 ; 
 
 } 
 
 
 
 . s t o r e - a v a t a r   { 
 
     w i d t h :   3 2 p x ; 
 
     h e i g h t :   3 2 p x ; 
 
     b o r d e r - r a d i u s :   v a r ( - - r a d i u s - f u l l ) ; 
 
     o b j e c t - f i t :   c o v e r ; 
 
 } 
 
 
 
 . s t o r e - n a m e   { 
 
     f o n t - s i z e :   1 4 p x ; 
 
     f o n t - w e i g h t :   6 0 0 ; 
 
     c o l o r :   v a r ( - - t e x t - p r i m a r y ) ; 
 
 } 
 
 
 
 . s t o r e - l i n k   { 
 
     f o n t - s i z e :   1 3 p x ; 
 
     c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
 } 
 
 
 
 / *   C h e c k b o x   S t y l e s   * / 
 
 . c h e c k b o x - w r a p p e r   { 
 
     p o s i t i o n :   r e l a t i v e ; 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     c u r s o r :   p o i n t e r ; 
 
 } 
 
 
 
 . c h e c k b o x - w r a p p e r   i n p u t [ t y p e = " c h e c k b o x " ]   { 
 
     w i d t h :   1 8 p x ; 
 
     h e i g h t :   1 8 p x ; 
 
     a c c e n t - c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     c u r s o r :   p o i n t e r ; 
 
 } 
 
 
 
 / *   C a r t   I t e m   * / 
 
 . c a r t - i t e m   { 
 
     d i s p l a y :   g r i d ; 
 
     g r i d - t e m p l a t e - c o l u m n s :   4 0 p x   1 0 0 p x   1 f r   1 0 0 p x   1 2 0 p x   1 0 0 p x   8 0 p x ; 
 
     g a p :   v a r ( - - s p a c i n g - m d ) ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     p a d d i n g :   v a r ( - - s p a c i n g - m d ) ; 
 
     b o r d e r - b o t t o m :   1 p x   s o l i d   v a r ( - - b o r d e r - l i g h t ) ; 
 
 } 
 
 
 
 . c a r t - i t e m : l a s t - c h i l d   { 
 
     b o r d e r - b o t t o m :   n o n e ; 
 
 } 
 
 
 
 . i t e m - i m a g e   { 
 
     w i d t h :   1 0 0 p x ; 
 
     h e i g h t :   1 0 0 p x ; 
 
     b o r d e r - r a d i u s :   v a r ( - - r a d i u s - s m ) ; 
 
     o v e r f l o w :   h i d d e n ; 
 
 } 
 
 
 
 . i t e m - i m a g e   i m g   { 
 
     w i d t h :   1 0 0 % ; 
 
     h e i g h t :   1 0 0 % ; 
 
     o b j e c t - f i t :   c o v e r ; 
 
 } 
 
 
 
 . i t e m - i n f o   { 
 
     d i s p l a y :   f l e x ; 
 
     f l e x - d i r e c t i o n :   c o l u m n ; 
 
     g a p :   v a r ( - - s p a c i n g - x s ) ; 
 
 } 
 
 
 
 . i t e m - n a m e   { 
 
     f o n t - s i z e :   1 4 p x ; 
 
     c o l o r :   v a r ( - - t e x t - p r i m a r y ) ; 
 
     l i n e - h e i g h t :   1 . 4 ; 
 
     d i s p l a y :   - w e b k i t - b o x ; 
 
     - w e b k i t - l i n e - c l a m p :   2 ; 
 
     - w e b k i t - b o x - o r i e n t :   v e r t i c a l ; 
 
     o v e r f l o w :   h i d d e n ; 
 
 } 
 
 
 
 . i t e m - n a m e : h o v e r   { 
 
     c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
 } 
 
 
 
 . i t e m - o p t i o n s   { 
 
     d i s p l a y :   f l e x ; 
 
     g a p :   v a r ( - - s p a c i n g - s m ) ; 
 
     f l e x - w r a p :   w r a p ; 
 
 } 
 
 
 
 . i t e m - o p t i o n s   . o p t i o n   { 
 
     f o n t - s i z e :   1 2 p x ; 
 
     c o l o r :   v a r ( - - t e x t - l i g h t ) ; 
 
     b a c k g r o u n d - c o l o r :   v a r ( - - b g - l i g h t ) ; 
 
     p a d d i n g :   2 p x   8 p x ; 
 
     b o r d e r - r a d i u s :   v a r ( - - r a d i u s - s m ) ; 
 
 } 
 
 
 
 . i t e m - b a d g e s   { 
 
     d i s p l a y :   f l e x ; 
 
     g a p :   v a r ( - - s p a c i n g - x s ) ; 
 
 } 
 
 
 
 . i t e m - b a d g e s   . b a d g e   { 
 
     f o n t - s i z e :   1 0 p x ; 
 
     p a d d i n g :   2 p x   6 p x ; 
 
     b o r d e r - r a d i u s :   v a r ( - - r a d i u s - s m ) ; 
 
 } 
 
 
 
 . i t e m - b a d g e s   . b a d g e . f r e e - s h i p   { 
 
     b a c k g r o u n d - c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     c o l o r :   v a r ( - - t e x t - w h i t e ) ; 
 
 } 
 
 
 
 . i t e m - b a d g e s   . b a d g e . s t o r e - p i c k u p   { 
 
     b a c k g r o u n d - c o l o r :   v a r ( - - p r i m a r y - g r e e n ) ; 
 
     c o l o r :   v a r ( - - t e x t - w h i t e ) ; 
 
 } 
 
 
 
 / *   I t e m   P r i c e   * / 
 
 . i t e m - p r i c e   { 
 
     d i s p l a y :   f l e x ; 
 
     f l e x - d i r e c t i o n :   c o l u m n ; 
 
     a l i g n - i t e m s :   f l e x - e n d ; 
 
 } 
 
 
 
 . i t e m - p r i c e   . c u r r e n t   { 
 
     f o n t - s i z e :   1 6 p x ; 
 
     f o n t - w e i g h t :   7 0 0 ; 
 
     c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
 } 
 
 
 
 . i t e m - p r i c e   . o r i g i n a l   { 
 
     f o n t - s i z e :   1 2 p x ; 
 
     c o l o r :   v a r ( - - t e x t - l i g h t ) ; 
 
     t e x t - d e c o r a t i o n :   l i n e - t h r o u g h ; 
 
 } 
 
 
 
 / *   Q u a n t i t y   S e l e c t o r   * / 
 
 . i t e m - q u a n t i t y   { 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     b o r d e r :   1 p x   s o l i d   v a r ( - - b o r d e r - g r a y ) ; 
 
     b o r d e r - r a d i u s :   v a r ( - - r a d i u s - s m ) ; 
 
     o v e r f l o w :   h i d d e n ; 
 
 } 
 
 
 
 . i t e m - q u a n t i t y   . q t y - b t n   { 
 
     w i d t h :   3 2 p x ; 
 
     h e i g h t :   3 2 p x ; 
 
     b a c k g r o u n d - c o l o r :   v a r ( - - b g - l i g h t ) ; 
 
     f o n t - s i z e :   1 6 p x ; 
 
     c o l o r :   v a r ( - - t e x t - p r i m a r y ) ; 
 
     t r a n s i t i o n :   b a c k g r o u n d - c o l o r   0 . 2 s ; 
 
 } 
 
 
 
 . i t e m - q u a n t i t y   . q t y - b t n : h o v e r   { 
 
     b a c k g r o u n d - c o l o r :   v a r ( - - b g - g r a y ) ; 
 
 } 
 
 
 
 . i t e m - q u a n t i t y   . q t y - i n p u t   { 
 
     w i d t h :   4 8 p x ; 
 
     h e i g h t :   3 2 p x ; 
 
     t e x t - a l i g n :   c e n t e r ; 
 
     f o n t - s i z e :   1 4 p x ; 
 
     b o r d e r :   n o n e ; 
 
     b o r d e r - l e f t :   1 p x   s o l i d   v a r ( - - b o r d e r - g r a y ) ; 
 
     b o r d e r - r i g h t :   1 p x   s o l i d   v a r ( - - b o r d e r - g r a y ) ; 
 
 } 
 
 
 
 / *   S u b t o t a l   * / 
 
 . i t e m - s u b t o t a l   { 
 
     f o n t - s i z e :   1 6 p x ; 
 
     f o n t - w e i g h t :   7 0 0 ; 
 
     c o l o r :   v a r ( - - p r i m a r y - r e d ) ; 
 
     t e x t - a l i g n :   r i g h t ; 
 
 } 
 
 
 
 / *   I t e m   A c t i o n s   * / 
 
 . i t e m - a c t i o n s   { 
 
     d i s p l a y :   f l e x ; 
 
     g a p :   v a r ( - - s p a c i n g - x s ) ; 
 
 } 
 
 
 
 . i t e m - a c t i o n s   . a c t i o n - b t n   { 
 
     w i d t h :   3 2 p x ; 
 
     h e i g h t :   3 2 p x ; 
 
     b o r d e r - r a d i u s :   v a r ( - - r a d i u s - f u l l ) ; 
 
     b o r d e r :   1 p x   s o l i d   v a r ( - - b o r d e r - g r a y ) ; 
 
     f o n t - s i z e :   1 4 p x ; 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     j u s t i f y - c o n t e n t :   c e n t e r ; 
 
     t r a n s i t i o n :   a l l   0 . 2 s ; 
 
 } 
 
 
 
 . i t e m - a c t i o n s   . a c t i o n - b t n : h o v e r   { 
 
     b o r d e r - c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     b a c k g r o u n d - c o l o r :   # f f f 5 f 0 ; 
 
 } 
 
 
 
 . i t e m - a c t i o n s   . a c t i o n - b t n . d e l e t e : h o v e r   { 
 
     b o r d e r - c o l o r :   v a r ( - - p r i m a r y - r e d ) ; 
 
     b a c k g r o u n d - c o l o r :   # f f f 0 f 0 ; 
 
 } 
 
 
 
 / *   C a r t   S u m m a r y   * / 
 
 . c a r t - s u m m a r y   { 
 
     d i s p l a y :   f l e x ; 
 
     f l e x - d i r e c t i o n :   c o l u m n ; 
 
     g a p :   v a r ( - - s p a c i n g - m d ) ; 
 
     p o s i t i o n :   s t i c k y ; 
 
     t o p :   1 0 0 p x ; 
 
 } 
 
 
 
 . s u m m a r y - c a r d   { 
 
     b a c k g r o u n d - c o l o r :   v a r ( - - b g - w h i t e ) ; 
 
     b o r d e r - r a d i u s :   v a r ( - - r a d i u s - m d ) ; 
 
     p a d d i n g :   v a r ( - - s p a c i n g - l g ) ; 
 
     b o r d e r :   1 p x   s o l i d   v a r ( - - b o r d e r - l i g h t ) ; 
 
 } 
 
 
 
 . s u m m a r y - c a r d   h 3   { 
 
     f o n t - s i z e :   1 8 p x ; 
 
     f o n t - w e i g h t :   6 0 0 ; 
 
     c o l o r :   v a r ( - - t e x t - p r i m a r y ) ; 
 
     m a r g i n - b o t t o m :   v a r ( - - s p a c i n g - l g ) ; 
 
     p a d d i n g - b o t t o m :   v a r ( - - s p a c i n g - m d ) ; 
 
     b o r d e r - b o t t o m :   1 p x   s o l i d   v a r ( - - b o r d e r - l i g h t ) ; 
 
 } 
 
 
 
 . s u m m a r y - r o w   { 
 
     d i s p l a y :   f l e x ; 
 
     j u s t i f y - c o n t e n t :   s p a c e - b e t w e e n ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     m a r g i n - b o t t o m :   v a r ( - - s p a c i n g - s m ) ; 
 
     f o n t - s i z e :   1 4 p x ; 
 
     c o l o r :   v a r ( - - t e x t - s e c o n d a r y ) ; 
 
 } 
 
 
 
 . s u m m a r y - r o w   . a m o u n t   { 
 
     c o l o r :   v a r ( - - t e x t - p r i m a r y ) ; 
 
 } 
 
 
 
 . s u m m a r y - r o w   . a m o u n t . f r e e   { 
 
     c o l o r :   v a r ( - - p r i m a r y - g r e e n ) ; 
 
 } 
 
 
 
 . s u m m a r y - r o w . d i s c o u n t   . a m o u n t   { 
 
     c o l o r :   v a r ( - - p r i m a r y - r e d ) ; 
 
 } 
 
 
 
 / *   C o u p o n   S e c t i o n   * / 
 
 . c o u p o n - s e c t i o n   { 
 
     d i s p l a y :   f l e x ; 
 
     g a p :   v a r ( - - s p a c i n g - s m ) ; 
 
     m a r g i n :   v a r ( - - s p a c i n g - m d )   0 ; 
 
 } 
 
 
 
 . c o u p o n - i n p u t   { 
 
     f l e x :   1 ; 
 
     p a d d i n g :   1 0 p x   1 2 p x ; 
 
     b o r d e r :   1 p x   s o l i d   v a r ( - - b o r d e r - g r a y ) ; 
 
     b o r d e r - r a d i u s :   v a r ( - - r a d i u s - s m ) ; 
 
     f o n t - s i z e :   1 4 p x ; 
 
 } 
 
 
 
 . c o u p o n - b t n   { 
 
     p a d d i n g :   1 0 p x   1 6 p x ; 
 
     b a c k g r o u n d - c o l o r :   v a r ( - - t e x t - p r i m a r y ) ; 
 
     c o l o r :   v a r ( - - t e x t - w h i t e ) ; 
 
     b o r d e r - r a d i u s :   v a r ( - - r a d i u s - s m ) ; 
 
     f o n t - s i z e :   1 4 p x ; 
 
     f o n t - w e i g h t :   5 0 0 ; 
 
     t r a n s i t i o n :   b a c k g r o u n d - c o l o r   0 . 2 s ; 
 
 } 
 
 
 
 . c o u p o n - b t n : h o v e r   { 
 
     b a c k g r o u n d - c o l o r :   # 4 4 4 ; 
 
 } 
 
 
 
 / *   S u m m a r y   T o t a l   * / 
 
 . s u m m a r y - t o t a l   { 
 
     d i s p l a y :   f l e x ; 
 
     j u s t i f y - c o n t e n t :   s p a c e - b e t w e e n ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     p a d d i n g - t o p :   v a r ( - - s p a c i n g - m d ) ; 
 
     m a r g i n - t o p :   v a r ( - - s p a c i n g - m d ) ; 
 
     b o r d e r - t o p :   1 p x   s o l i d   v a r ( - - b o r d e r - l i g h t ) ; 
 
 } 
 
 
 
 . s u m m a r y - t o t a l   s p a n : f i r s t - c h i l d   { 
 
     f o n t - s i z e :   1 6 p x ; 
 
     f o n t - w e i g h t :   6 0 0 ; 
 
     c o l o r :   v a r ( - - t e x t - p r i m a r y ) ; 
 
 } 
 
 
 
 . t o t a l - a m o u n t   { 
 
     f o n t - s i z e :   2 4 p x ; 
 
     f o n t - w e i g h t :   7 0 0 ; 
 
     c o l o r :   v a r ( - - p r i m a r y - r e d ) ; 
 
 } 
 
 
 
 / *   C h e c k o u t   B u t t o n   * / 
 
 . c h e c k o u t - b u t t o n   { 
 
     w i d t h :   1 0 0 % ; 
 
     p a d d i n g :   1 6 p x ; 
 
     b a c k g r o u n d - c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     c o l o r :   v a r ( - - t e x t - w h i t e ) ; 
 
     b o r d e r - r a d i u s :   v a r ( - - r a d i u s - m d ) ; 
 
     f o n t - s i z e :   1 6 p x ; 
 
     f o n t - w e i g h t :   6 0 0 ; 
 
     m a r g i n - t o p :   v a r ( - - s p a c i n g - m d ) ; 
 
     t r a n s i t i o n :   b a c k g r o u n d - c o l o r   0 . 2 s ; 
 
 } 
 
 
 
 . c h e c k o u t - b u t t o n : h o v e r   { 
 
     b a c k g r o u n d - c o l o r :   # e 5 5 a 0 0 ; 
 
 } 
 
 
 
 / *   P a y m e n t   M e t h o d s   * / 
 
 . p a y m e n t - m e t h o d s   { 
 
     m a r g i n - t o p :   v a r ( - - s p a c i n g - m d ) ; 
 
     t e x t - a l i g n :   c e n t e r ; 
 
 } 
 
 
 
 . p a y m e n t - m e t h o d s   p   { 
 
     f o n t - s i z e :   1 2 p x ; 
 
     c o l o r :   v a r ( - - t e x t - l i g h t ) ; 
 
     m a r g i n - b o t t o m :   v a r ( - - s p a c i n g - s m ) ; 
 
 } 
 
 
 
 . p a y m e n t - i c o n s   { 
 
     d i s p l a y :   f l e x ; 
 
     j u s t i f y - c o n t e n t :   c e n t e r ; 
 
     g a p :   v a r ( - - s p a c i n g - m d ) ; 
 
     f o n t - s i z e :   2 4 p x ; 
 
 } 
 
 
 
 / *   P r o m o   C a r d   * / 
 
 . p r o m o - c a r d   { 
 
     b a c k g r o u n d - c o l o r :   # f f f 5 f 0 ; 
 
     b o r d e r - r a d i u s :   v a r ( - - r a d i u s - m d ) ; 
 
     p a d d i n g :   v a r ( - - s p a c i n g - m d ) ; 
 
     b o r d e r :   1 p x   d a s h e d   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
 } 
 
 
 
 . p r o m o - c a r d   h 4   { 
 
     f o n t - s i z e :   1 4 p x ; 
 
     f o n t - w e i g h t :   6 0 0 ; 
 
     c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     m a r g i n - b o t t o m :   v a r ( - - s p a c i n g - s m ) ; 
 
 } 
 
 
 
 . p r o m o - c a r d   u l   { 
 
     l i s t - s t y l e :   n o n e ; 
 
 } 
 
 
 
 . p r o m o - c a r d   l i   { 
 
     f o n t - s i z e :   1 3 p x ; 
 
     c o l o r :   v a r ( - - t e x t - s e c o n d a r y ) ; 
 
     p a d d i n g :   4 p x   0 ; 
 
     p a d d i n g - l e f t :   1 6 p x ; 
 
     p o s i t i o n :   r e l a t i v e ; 
 
 } 
 
 
 
 . p r o m o - c a r d   l i : : b e f o r e   { 
 
     c o n t e n t :   " %�? ; 
 
     p o s i t i o n :   a b s o l u t e ; 
 
     l e f t :   0 ; 
 
     c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
 } 
 
 
 
 / *   C a r t   F o o t e r   * / 
 
 . c a r t - f o o t e r   { 
 
     d i s p l a y :   f l e x ; 
 
     j u s t i f y - c o n t e n t :   s p a c e - b e t w e e n ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     b a c k g r o u n d - c o l o r :   v a r ( - - b g - w h i t e ) ; 
 
     p a d d i n g :   v a r ( - - s p a c i n g - l g ) ; 
 
     b o r d e r - r a d i u s :   v a r ( - - r a d i u s - m d ) ; 
 
     b o r d e r :   1 p x   s o l i d   v a r ( - - b o r d e r - l i g h t ) ; 
 
     p o s i t i o n :   s t i c k y ; 
 
     b o t t o m :   0 ; 
 
     z - i n d e x :   5 0 ; 
 
     b o x - s h a d o w :   0   - 4 p x   1 2 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 1 ) ; 
 
 } 
 
 
 
 . f o o t e r - l e f t   { 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     g a p :   v a r ( - - s p a c i n g - m d ) ; 
 
 } 
 
 
 
 . s e l e c t - a l l - l a b e l   { 
 
     f o n t - s i z e :   1 4 p x ; 
 
     c o l o r :   v a r ( - - t e x t - p r i m a r y ) ; 
 
 } 
 
 
 
 . d e l e t e - s e l e c t e d , 
 
 . m o v e - t o - f a v o r i t e s   { 
 
     p a d d i n g :   8 p x   1 6 p x ; 
 
     f o n t - s i z e :   1 3 p x ; 
 
     c o l o r :   v a r ( - - t e x t - s e c o n d a r y ) ; 
 
     b a c k g r o u n d - c o l o r :   v a r ( - - b g - l i g h t ) ; 
 
     b o r d e r - r a d i u s :   v a r ( - - r a d i u s - s m ) ; 
 
     t r a n s i t i o n :   a l l   0 . 2 s ; 
 
 } 
 
 
 
 . d e l e t e - s e l e c t e d : h o v e r   { 
 
     c o l o r :   v a r ( - - p r i m a r y - r e d ) ; 
 
     b a c k g r o u n d - c o l o r :   # f f f 0 f 0 ; 
 
 } 
 
 
 
 . m o v e - t o - f a v o r i t e s : h o v e r   { 
 
     c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     b a c k g r o u n d - c o l o r :   # f f f 5 f 0 ; 
 
 } 
 
 
 
 . f o o t e r - r i g h t   { 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     g a p :   v a r ( - - s p a c i n g - x l ) ; 
 
 } 
 
 
 
 . s e l e c t e d - i n f o   { 
 
     f o n t - s i z e :   1 4 p x ; 
 
     c o l o r :   v a r ( - - t e x t - s e c o n d a r y ) ; 
 
 } 
 
 
 
 . s e l e c t e d - c o u n t   { 
 
     c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     f o n t - w e i g h t :   6 0 0 ; 
 
 } 
 
 
 
 . t o t a l - i n f o   { 
 
     f o n t - s i z e :   1 4 p x ; 
 
     c o l o r :   v a r ( - - t e x t - p r i m a r y ) ; 
 
 } 
 
 
 
 . t o t a l - p r i c e   { 
 
     f o n t - s i z e :   2 4 p x ; 
 
     f o n t - w e i g h t :   7 0 0 ; 
 
     c o l o r :   v a r ( - - p r i m a r y - r e d ) ; 
 
 } 
 
 
 
 . c h e c k o u t - b t n - l g   { 
 
     p a d d i n g :   1 4 p x   4 0 p x ; 
 
     b a c k g r o u n d - c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     c o l o r :   v a r ( - - t e x t - w h i t e ) ; 
 
     b o r d e r - r a d i u s :   v a r ( - - r a d i u s - m d ) ; 
 
     f o n t - s i z e :   1 6 p x ; 
 
     f o n t - w e i g h t :   6 0 0 ; 
 
     t r a n s i t i o n :   b a c k g r o u n d - c o l o r   0 . 2 s ; 
 
 } 
 
 
 
 . c h e c k o u t - b t n - l g : h o v e r   { 
 
     b a c k g r o u n d - c o l o r :   # e 5 5 a 0 0 ; 
 
 } 
 
 
 
 / *   R e c o m m e n d a t i o n s   * / 
 
 . r e c o m m e n d a t i o n s   { 
 
     m a r g i n - t o p :   v a r ( - - s p a c i n g - x l ) ; 
 
     b a c k g r o u n d - c o l o r :   v a r ( - - b g - w h i t e ) ; 
 
     p a d d i n g :   v a r ( - - s p a c i n g - x l ) ; 
 
     b o r d e r - r a d i u s :   v a r ( - - r a d i u s - m d ) ; 
 
 } 
 
 
 
 . r e c o m m e n d a t i o n s   . p r o d u c t s - g r i d   { 
 
     g r i d - t e m p l a t e - c o l u m n s :   r e p e a t ( 4 ,   1 f r ) ; 
 
 } 
 
 
 
 / *   R e s p o n s i v e   * / 
 
 @ m e d i a   ( m a x - w i d t h :   1 2 0 0 p x )   { 
 
     . c a r t - c o n t e n t   { 
 
         g r i d - t e m p l a t e - c o l u m n s :   1 f r   2 8 0 p x ; 
 
     } 
 
 
 
     . c a r t - i t e m   { 
 
         g r i d - t e m p l a t e - c o l u m n s :   4 0 p x   8 0 p x   1 f r   8 0 p x   1 0 0 p x   8 0 p x   6 0 p x ; 
 
     } 
 
 } 
 
 
 
 @ m e d i a   ( m a x - w i d t h :   9 9 2 p x )   { 
 
     . c a r t - c o n t e n t   { 
 
         g r i d - t e m p l a t e - c o l u m n s :   1 f r ; 
 
     } 
 
 
 
     . c a r t - s u m m a r y   { 
 
         p o s i t i o n :   s t a t i c ; 
 
         o r d e r :   - 1 ; 
 
     } 
 
 
 
     . r e c o m m e n d a t i o n s   . p r o d u c t s - g r i d   { 
 
         g r i d - t e m p l a t e - c o l u m n s :   r e p e a t ( 2 ,   1 f r ) ; 
 
     } 
 
 } 
 
 
 
 @ m e d i a   ( m a x - w i d t h :   7 6 8 p x )   { 
 
     . c a r t - i t e m   { 
 
         g r i d - t e m p l a t e - c o l u m n s :   4 0 p x   8 0 p x   1 f r ; 
 
         g a p :   v a r ( - - s p a c i n g - s m ) ; 
 
     } 
 
 
 
     . i t e m - p r i c e , 
 
     . i t e m - q u a n t i t y , 
 
     . i t e m - s u b t o t a l , 
 
     . i t e m - a c t i o n s   { 
 
         g r i d - c o l u m n :   3 ; 
 
         j u s t i f y - s e l f :   s t a r t ; 
 
     } 
 
 
 
     . c a r t - f o o t e r   { 
 
         f l e x - d i r e c t i o n :   c o l u m n ; 
 
         g a p :   v a r ( - - s p a c i n g - m d ) ; 
 
     } 
 
 
 
     . f o o t e r - l e f t , 
 
     . f o o t e r - r i g h t   { 
 
         w i d t h :   1 0 0 % ; 
 
         j u s t i f y - c o n t e n t :   s p a c e - b e t w e e n ; 
 
     } 
 
 
 
     . f o o t e r - r i g h t   { 
 
         f l e x - w r a p :   w r a p ; 
 
     } 
 
 
 
     . c h e c k o u t - b t n - l g   { 
 
         w i d t h :   1 0 0 % ; 
 
     } 
 
 } 
 
 / *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
       C h e c k o u t   P a g e   S t y l e s 
 
       = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   * / 
 
 
 
 . c h e c k o u t - p a g e   { 
 
     p a d d i n g :   v a r ( - - s p a c i n g - x l )   0 ; 
 
     b a c k g r o u n d - c o l o r :   # f 5 f 5 f 5 ;   / *   L i g h t   g r e y   b a c k g r o u n d   f o r   c h e c k o u t   * / 
 
     m i n - h e i g h t :   8 0 v h ; 
 
 } 
 
 
 
 . c h e c k o u t - c o n t e n t   { 
 
     d i s p l a y :   g r i d ; 
 
     g r i d - t e m p l a t e - c o l u m n s :   1 f r   3 8 0 p x ; 
 
     g a p :   v a r ( - - s p a c i n g - l g ) ; 
 
 } 
 
 
 
 / *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
       C h e c k o u t   S t e p s 
 
       = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   * / 
 
 . c h e c k o u t - s t e p s   { 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     m a r g i n - l e f t :   a u t o ;   / *   P u s h   t o   r i g h t   i n   h e a d e r   * / 
 
 } 
 
 
 
 . s t e p   { 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     g a p :   6 p x ; 
 
     c o l o r :   # c c c ; 
 
     f o n t - w e i g h t :   5 0 0 ; 
 
 } 
 
 
 
 . s t e p . a c t i v e   { 
 
     c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
 } 
 
 
 
 . s t e p . c o m p l e t e d   { 
 
     c o l o r :   v a r ( - - p r i m a r y - g r e e n ) ; 
 
 } 
 
 
 
 . s t e p - n u m b e r   { 
 
     w i d t h :   2 4 p x ; 
 
     h e i g h t :   2 4 p x ; 
 
     b o r d e r - r a d i u s :   5 0 % ; 
 
     b o r d e r :   2 p x   s o l i d   c u r r e n t C o l o r ; 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     j u s t i f y - c o n t e n t :   c e n t e r ; 
 
     f o n t - s i z e :   1 2 p x ; 
 
     f o n t - w e i g h t :   7 0 0 ; 
 
 } 
 
 
 
 . s t e p . a c t i v e   . s t e p - n u m b e r   { 
 
     b a c k g r o u n d - c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     c o l o r :   # f f f ; 
 
     b o r d e r - c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
 } 
 
 
 
 . s t e p . c o m p l e t e d   . s t e p - n u m b e r   { 
 
     b a c k g r o u n d - c o l o r :   v a r ( - - p r i m a r y - g r e e n ) ; 
 
     c o l o r :   # f f f ; 
 
     b o r d e r - c o l o r :   v a r ( - - p r i m a r y - g r e e n ) ; 
 
 } 
 
 
 
 . s t e p - l i n e   { 
 
     w i d t h :   4 0 p x ; 
 
     h e i g h t :   2 p x ; 
 
     b a c k g r o u n d - c o l o r :   # e e e ; 
 
     m a r g i n :   0   1 0 p x ; 
 
 } 
 
 
 
 . s t e p - l i n e . c o m p l e t e d   { 
 
     b a c k g r o u n d - c o l o r :   v a r ( - - p r i m a r y - g r e e n ) ; 
 
 } 
 
 
 
 . s e c u r e - b a d g e   { 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     g a p :   4 p x ; 
 
     c o l o r :   v a r ( - - p r i m a r y - g r e e n ) ; 
 
     f o n t - w e i g h t :   6 0 0 ; 
 
     f o n t - s i z e :   1 3 p x ; 
 
     m a r g i n - l e f t :   3 0 p x ; 
 
 } 
 
 
 
 / *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
       C h e c k o u t   S e c t i o n s   ( L e f t   C o l u m n ) 
 
       = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   * / 
 
 . c h e c k o u t - s e c t i o n   { 
 
     b a c k g r o u n d - c o l o r :   # f f f ; 
 
     b o r d e r - r a d i u s :   v a r ( - - r a d i u s - m d ) ; 
 
     p a d d i n g :   v a r ( - - s p a c i n g - l g ) ; 
 
     m a r g i n - b o t t o m :   v a r ( - - s p a c i n g - l g ) ; 
 
     b o x - s h a d o w :   v a r ( - - s h a d o w - s m ) ; 
 
     b o r d e r :   1 p x   s o l i d   v a r ( - - b o r d e r - l i g h t ) ; 
 
 } 
 
 
 
 . c h e c k o u t - s e c t i o n   . s e c t i o n - t i t l e   { 
 
     f o n t - s i z e :   1 8 p x ; 
 
     f o n t - w e i g h t :   7 0 0 ; 
 
     m a r g i n - b o t t o m :   v a r ( - - s p a c i n g - l g ) ; 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     g a p :   8 p x ; 
 
     b o r d e r - b o t t o m :   1 p x   s o l i d   # e e e ; 
 
     p a d d i n g - b o t t o m :   1 2 p x ; 
 
 } 
 
 
 
 / *   O p t i o n s   ( R a d i o   C a r d s )   * / 
 
 . s h i p p i n g - o p t i o n s , 
 
 . p a y m e n t - o p t i o n s , 
 
 . i n v o i c e - o p t i o n s   { 
 
     d i s p l a y :   f l e x ; 
 
     f l e x - d i r e c t i o n :   c o l u m n ; 
 
     g a p :   v a r ( - - s p a c i n g - m d ) ; 
 
 } 
 
 
 
 . i n v o i c e - o p t i o n s   { 
 
     f l e x - d i r e c t i o n :   r o w ; 
 
     f l e x - w r a p :   w r a p ; 
 
 } 
 
 
 
 . s h i p p i n g - o p t i o n , 
 
 . p a y m e n t - o p t i o n , 
 
 . i n v o i c e - o p t i o n   { 
 
     p o s i t i o n :   r e l a t i v e ; 
 
     c u r s o r :   p o i n t e r ; 
 
 } 
 
 
 
 . s h i p p i n g - o p t i o n   i n p u t , 
 
 . p a y m e n t - o p t i o n   i n p u t , 
 
 . i n v o i c e - o p t i o n   i n p u t   { 
 
     p o s i t i o n :   a b s o l u t e ; 
 
     o p a c i t y :   0 ; 
 
 } 
 
 
 
 . o p t i o n - c o n t e n t   { 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     p a d d i n g :   1 6 p x ; 
 
     b o r d e r :   1 p x   s o l i d   v a r ( - - b o r d e r - g r a y ) ; 
 
     b o r d e r - r a d i u s :   v a r ( - - r a d i u s - m d ) ; 
 
     t r a n s i t i o n :   a l l   0 . 2 s ; 
 
 } 
 
 
 
 . i n v o i c e - o p t i o n   s p a n   { 
 
     d i s p l a y :   i n l i n e - b l o c k ; 
 
     p a d d i n g :   1 0 p x   2 0 p x ; 
 
     b o r d e r :   1 p x   s o l i d   v a r ( - - b o r d e r - g r a y ) ; 
 
     b o r d e r - r a d i u s :   v a r ( - - r a d i u s - m d ) ; 
 
     t r a n s i t i o n :   a l l   0 . 2 s ; 
 
     f o n t - s i z e :   1 4 p x ; 
 
 } 
 
 
 
 / *   A c t i v e   S t a t e s   * / 
 
 . s h i p p i n g - o p t i o n   i n p u t : c h e c k e d   +   . o p t i o n - c o n t e n t , 
 
 . p a y m e n t - o p t i o n   i n p u t : c h e c k e d   +   . o p t i o n - c o n t e n t   { 
 
     b o r d e r - c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     b a c k g r o u n d - c o l o r :   # f f f b f 8 ; 
 
     b o x - s h a d o w :   0   0   0   1 p x   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
 } 
 
 
 
 . i n v o i c e - o p t i o n   i n p u t : c h e c k e d   +   s p a n   { 
 
     b o r d e r - c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     b a c k g r o u n d - c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     c o l o r :   # f f f ; 
 
 } 
 
 
 
 . o p t i o n - i c o n   { 
 
     w i d t h :   4 0 p x ; 
 
     h e i g h t :   4 0 p x ; 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     j u s t i f y - c o n t e n t :   c e n t e r ; 
 
     f o n t - s i z e :   2 4 p x ; 
 
     m a r g i n - r i g h t :   1 6 p x ; 
 
 } 
 
 
 
 . o p t i o n - i c o n   i m g   { 
 
     w i d t h :   1 0 0 % ; 
 
     h e i g h t :   1 0 0 % ; 
 
     o b j e c t - f i t :   c o n t a i n ; 
 
 } 
 
 
 
 . o p t i o n - i n f o   { 
 
     f l e x :   1 ; 
 
     d i s p l a y :   f l e x ; 
 
     f l e x - d i r e c t i o n :   c o l u m n ; 
 
 } 
 
 
 
 . o p t i o n - t i t l e   { 
 
     f o n t - w e i g h t :   7 0 0 ; 
 
     c o l o r :   v a r ( - - t e x t - p r i m a r y ) ; 
 
     f o n t - s i z e :   1 5 p x ; 
 
 } 
 
 
 
 . o p t i o n - d e s c   { 
 
     f o n t - s i z e :   1 2 p x ; 
 
     c o l o r :   v a r ( - - t e x t - s e c o n d a r y ) ; 
 
     m a r g i n - t o p :   2 p x ; 
 
 } 
 
 
 
 . o p t i o n - p r i c e   { 
 
     f o n t - w e i g h t :   7 0 0 ; 
 
     f o n t - s i z e :   1 5 p x ; 
 
 } 
 
 
 
 . o p t i o n - p r i c e . f r e e   { 
 
     c o l o r :   v a r ( - - p r i m a r y - g r e e n ) ; 
 
 } 
 
 
 
 / *   S t o r e   S e l e c t i o n   A r e a   * / 
 
 . s t o r e - s e l e c t i o n , 
 
 . h o m e - d e l i v e r y   { 
 
     m a r g i n - t o p :   2 0 p x ; 
 
     p a d d i n g :   2 0 p x ; 
 
     b a c k g r o u n d - c o l o r :   # f 9 f 9 f 9 ; 
 
     b o r d e r - r a d i u s :   v a r ( - - r a d i u s - m d ) ; 
 
     b o r d e r :   1 p x   d a s h e d   # d d d ; 
 
 } 
 
 
 
 . s t o r e - p i c k e r   { 
 
     t e x t - a l i g n :   c e n t e r ; 
 
 } 
 
 
 
 . s t o r e - p i c k e r   h 3   { 
 
     m a r g i n - b o t t o m :   1 2 p x ; 
 
     f o n t - s i z e :   1 5 p x ; 
 
     c o l o r :   # 5 5 5 ; 
 
 } 
 
 
 
 . p i c k - s t o r e - b t n , 
 
 . c h a n g e - s t o r e - b t n   { 
 
     b a c k g r o u n d - c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     c o l o r :   # f f f ; 
 
     p a d d i n g :   1 0 p x   2 4 p x ; 
 
     b o r d e r - r a d i u s :   v a r ( - - r a d i u s - s m ) ; 
 
     f o n t - w e i g h t :   6 0 0 ; 
 
     d i s p l a y :   i n l i n e - f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     g a p :   6 p x ; 
 
 } 
 
 
 
 . p i c k - s t o r e - b t n : h o v e r , 
 
 . c h a n g e - s t o r e - b t n : h o v e r   { 
 
     b a c k g r o u n d - c o l o r :   v a r ( - - p r i m a r y - o r a n g e - d a r k ) ; 
 
 } 
 
 
 
 . s e l e c t e d - s t o r e   { 
 
     d i s p l a y :   f l e x ; 
 
     j u s t i f y - c o n t e n t :   s p a c e - b e t w e e n ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     b a c k g r o u n d - c o l o r :   # f f f ; 
 
     p a d d i n g :   1 5 p x ; 
 
     b o r d e r :   1 p x   s o l i d   # d d d ; 
 
     b o r d e r - r a d i u s :   v a r ( - - r a d i u s - s m ) ; 
 
 } 
 
 
 
 . s e l e c t e d - s t o r e   . s t o r e - i n f o   { 
 
     d i s p l a y :   f l e x ; 
 
     f l e x - d i r e c t i o n :   c o l u m n ; 
 
 } 
 
 
 
 . s e l e c t e d - s t o r e   . s t o r e - n a m e   { 
 
     f o n t - w e i g h t :   7 0 0 ; 
 
     f o n t - s i z e :   1 5 p x ; 
 
     c o l o r :   v a r ( - - t e x t - p r i m a r y ) ; 
 
 } 
 
 
 
 . s e l e c t e d - s t o r e   . s t o r e - a d d r e s s   { 
 
     f o n t - s i z e :   1 3 p x ; 
 
     c o l o r :   # 6 6 6 ; 
 
     m a r g i n - t o p :   4 p x ; 
 
 } 
 
 
 
 . c h a n g e - s t o r e - b t n   { 
 
     b a c k g r o u n d - c o l o r :   # f f f ; 
 
     b o r d e r :   1 p x   s o l i d   # d d d ; 
 
     c o l o r :   # 6 6 6 ; 
 
     f o n t - s i z e :   1 3 p x ; 
 
     p a d d i n g :   6 p x   1 2 p x ; 
 
 } 
 
 
 
 . c h a n g e - s t o r e - b t n : h o v e r   { 
 
     b a c k g r o u n d - c o l o r :   # f 0 f 0 f 0 ; 
 
     c o l o r :   # 3 3 3 ; 
 
 } 
 
 
 
 / *   F o r m s   * / 
 
 . f o r m - g r o u p   { 
 
     m a r g i n - b o t t o m :   1 5 p x ; 
 
 } 
 
 
 
 . f o r m - g r o u p   l a b e l   { 
 
     d i s p l a y :   b l o c k ; 
 
     f o n t - s i z e :   1 3 p x ; 
 
     f o n t - w e i g h t :   5 0 0 ; 
 
     m a r g i n - b o t t o m :   6 p x ; 
 
     c o l o r :   # 5 5 5 ; 
 
 } 
 
 
 
 . f o r m - g r o u p   l a b e l   . r e q u i r e d   { 
 
     c o l o r :   r e d ; 
 
 } 
 
 
 
 . f o r m - i n p u t , 
 
 . f o r m - t e x t a r e a   { 
 
     w i d t h :   1 0 0 % ; 
 
     p a d d i n g :   1 0 p x   1 2 p x ; 
 
     b o r d e r :   1 p x   s o l i d   # d d d ; 
 
     b o r d e r - r a d i u s :   v a r ( - - r a d i u s - s m ) ; 
 
     f o n t - s i z e :   1 4 p x ; 
 
     t r a n s i t i o n :   b o r d e r - c o l o r   0 . 2 s ; 
 
 } 
 
 
 
 . f o r m - i n p u t : f o c u s , 
 
 . f o r m - t e x t a r e a : f o c u s   { 
 
     b o r d e r - c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     o u t l i n e :   n o n e ; 
 
 } 
 
 
 
 . f o r m - r o w   { 
 
     d i s p l a y :   f l e x ; 
 
     g a p :   1 5 p x ; 
 
 } 
 
 
 
 . f o r m - r o w   . f o r m - g r o u p   { 
 
     f l e x :   1 ; 
 
 } 
 
 
 
 / *   O r d e r   I t e m s   * / 
 
 . o r d e r - s t o r e - g r o u p   { 
 
     b o r d e r :   1 p x   s o l i d   # e e e ; 
 
     b o r d e r - r a d i u s :   v a r ( - - r a d i u s - s m ) ; 
 
     m a r g i n - b o t t o m :   1 5 p x ; 
 
     o v e r f l o w :   h i d d e n ; 
 
 } 
 
 
 
 . o r d e r - s t o r e - g r o u p   . s t o r e - h e a d e r   { 
 
     b a c k g r o u n d - c o l o r :   # f 9 f 9 f 9 ; 
 
     p a d d i n g :   1 0 p x   1 5 p x ; 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     g a p :   8 p x ; 
 
     f o n t - w e i g h t :   6 0 0 ; 
 
     f o n t - s i z e :   1 3 p x ; 
 
     b o r d e r - b o t t o m :   1 p x   s o l i d   # e e e ; 
 
 } 
 
 
 
 . o r d e r - s t o r e - g r o u p   . s t o r e - a v a t a r   { 
 
     w i d t h :   2 4 p x ; 
 
     h e i g h t :   2 4 p x ; 
 
     b o r d e r - r a d i u s :   5 0 % ; 
 
 } 
 
 
 
 . o r d e r - i t e m   { 
 
     d i s p l a y :   f l e x ; 
 
     p a d d i n g :   1 5 p x ; 
 
     g a p :   1 5 p x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     b o r d e r - b o t t o m :   1 p x   s o l i d   # e e e ; 
 
 } 
 
 
 
 . o r d e r - i t e m : l a s t - c h i l d   { 
 
     b o r d e r - b o t t o m :   n o n e ; 
 
 } 
 
 
 
 . o r d e r - i t e m   . i t e m - i m a g e   { 
 
     w i d t h :   6 0 p x ; 
 
     h e i g h t :   6 0 p x ; 
 
     b o r d e r :   1 p x   s o l i d   # e e e ; 
 
     b o r d e r - r a d i u s :   4 p x ; 
 
     o v e r f l o w :   h i d d e n ; 
 
 } 
 
 
 
 . o r d e r - i t e m   . i t e m - i m a g e   i m g   { 
 
     w i d t h :   1 0 0 % ; 
 
     h e i g h t :   1 0 0 % ; 
 
     o b j e c t - f i t :   c o v e r ; 
 
 } 
 
 
 
 . o r d e r - i t e m   . i t e m - d e t a i l s   { 
 
     f l e x :   1 ; 
 
 } 
 
 
 
 . o r d e r - i t e m   . i t e m - n a m e   { 
 
     f o n t - s i z e :   1 3 p x ; 
 
     m a r g i n - b o t t o m :   4 p x ; 
 
     c o l o r :   # 3 3 3 ; 
 
     f o n t - w e i g h t :   n o r m a l ; 
 
     l i n e - h e i g h t :   1 . 4 ; 
 
 } 
 
 
 
 . o r d e r - i t e m   . i t e m - s p e c s   { 
 
     f o n t - s i z e :   1 2 p x ; 
 
     c o l o r :   # 9 9 9 ; 
 
 } 
 
 
 
 . o r d e r - i t e m   . i t e m - q t y   { 
 
     c o l o r :   # 6 6 6 ; 
 
     f o n t - s i z e :   1 3 p x ; 
 
 } 
 
 
 
 . o r d e r - i t e m   . i t e m - p r i c e   { 
 
     f o n t - w e i g h t :   7 0 0 ; 
 
     c o l o r :   # 3 3 3 ; 
 
 } 
 
 
 
 / *   C r e d i t   C a r d   F o r m   * / 
 
 . c r e d i t - c a r d - f o r m   { 
 
     m a r g i n - t o p :   1 5 p x ; 
 
     p a d d i n g :   2 0 p x ; 
 
     b a c k g r o u n d - c o l o r :   # f 9 f 9 f 9 ; 
 
     b o r d e r - r a d i u s :   v a r ( - - r a d i u s - m d ) ; 
 
     d i s p l a y :   n o n e ;   / *   H i d d e n   b y   d e f a u l t   * / 
 
 } 
 
 
 
 . c a r d - i c o n s   { 
 
     d i s p l a y :   f l e x ; 
 
     g a p :   1 0 p x ; 
 
     m a r g i n - t o p :   1 0 p x ; 
 
 } 
 
 
 
 . c a r d - i c o n   { 
 
     b a c k g r o u n d :   # f f f ; 
 
     b o r d e r :   1 p x   s o l i d   # d d d ; 
 
     p a d d i n g :   2 p x   6 p x ; 
 
     b o r d e r - r a d i u s :   3 p x ; 
 
     f o n t - s i z e :   1 0 p x ; 
 
     c o l o r :   # 6 6 6 ; 
 
 } 
 
 
 
 / *   I n v o i c e   F o r m s   * / 
 
 . i n v o i c e - f o r m   { 
 
     m a r g i n - t o p :   1 5 p x ; 
 
     d i s p l a y :   n o n e ; 
 
 } 
 
 
 
 / *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
       S u m m a r y   C a r d   ( R i g h t   C o l u m n ) 
 
       = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   * / 
 
 . c h e c k o u t - s u m m a r y   { 
 
     p o s i t i o n :   r e l a t i v e ; 
 
 } 
 
 
 
 . s u m m a r y - c a r d . s t i c k y   { 
 
     p o s i t i o n :   s t i c k y ; 
 
     t o p :   9 0 p x ; 
 
     b a c k g r o u n d :   # f f f ; 
 
     p a d d i n g :   2 0 p x ; 
 
     b o r d e r - r a d i u s :   v a r ( - - r a d i u s - m d ) ; 
 
     b o x - s h a d o w :   v a r ( - - s h a d o w - m d ) ; 
 
     b o r d e r :   1 p x   s o l i d   # e e e ; 
 
 } 
 
 
 
 . s u m m a r y - c a r d   h 3   { 
 
     f o n t - s i z e :   1 8 p x ; 
 
     m a r g i n - b o t t o m :   2 0 p x ; 
 
     p a d d i n g - b o t t o m :   1 0 p x ; 
 
     b o r d e r - b o t t o m :   1 p x   s o l i d   # e e e ; 
 
 } 
 
 
 
 . s u m m a r y - r o w   { 
 
     d i s p l a y :   f l e x ; 
 
     j u s t i f y - c o n t e n t :   s p a c e - b e t w e e n ; 
 
     m a r g i n - b o t t o m :   1 2 p x ; 
 
     f o n t - s i z e :   1 4 p x ; 
 
     c o l o r :   # 5 5 5 ; 
 
 } 
 
 
 
 . s u m m a r y - r o w   . a m o u n t   { 
 
     f o n t - w e i g h t :   6 0 0 ; 
 
     c o l o r :   # 3 3 3 ; 
 
 } 
 
 
 
 . s u m m a r y - r o w . d i s c o u n t   { 
 
     c o l o r :   v a r ( - - p r i m a r y - r e d ) ; 
 
 } 
 
 
 
 . s u m m a r y - r o w . d i s c o u n t   . a m o u n t   { 
 
     c o l o r :   v a r ( - - p r i m a r y - r e d ) ; 
 
 } 
 
 
 
 . c o u p o n - s e c t i o n   { 
 
     m a r g i n :   2 0 p x   0 ; 
 
     p a d d i n g :   1 5 p x   0 ; 
 
     b o r d e r - t o p :   1 p x   d a s h e d   # d d d ; 
 
     b o r d e r - b o t t o m :   1 p x   d a s h e d   # d d d ; 
 
 } 
 
 
 
 . c o u p o n - i n p u t - w r a p p e r   { 
 
     d i s p l a y :   f l e x ; 
 
     g a p :   8 p x ; 
 
 } 
 
 
 
 . c o u p o n - i n p u t   { 
 
     f l e x :   1 ; 
 
     p a d d i n g :   8 p x ; 
 
     b o r d e r :   1 p x   s o l i d   # d d d ; 
 
     b o r d e r - r a d i u s :   4 p x ; 
 
 } 
 
 
 
 . c o u p o n - b t n   { 
 
     b a c k g r o u n d :   # 3 3 3 ; 
 
     c o l o r :   # f f f ; 
 
     p a d d i n g :   8 p x   1 6 p x ; 
 
     b o r d e r - r a d i u s :   4 p x ; 
 
     f o n t - s i z e :   1 3 p x ; 
 
 } 
 
 
 
 . p o i n t s - s e c t i o n   { 
 
     m a r g i n - b o t t o m :   2 0 p x ; 
 
     f o n t - s i z e :   1 3 p x ; 
 
 } 
 
 
 
 . p o i n t s - s e c t i o n   l a b e l   { 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     g a p :   6 p x ; 
 
     c u r s o r :   p o i n t e r ; 
 
 } 
 
 
 
 . p o i n t s - i n f o   { 
 
     m a r g i n - l e f t :   2 0 p x ; 
 
     c o l o r :   # 8 8 8 ; 
 
     f o n t - s i z e :   1 2 p x ; 
 
     m a r g i n - t o p :   4 p x ; 
 
 } 
 
 
 
 . s u m m a r y - t o t a l   { 
 
     d i s p l a y :   f l e x ; 
 
     j u s t i f y - c o n t e n t :   s p a c e - b e t w e e n ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     m a r g i n - t o p :   2 0 p x ; 
 
     p a d d i n g - t o p :   1 5 p x ; 
 
     b o r d e r - t o p :   2 p x   s o l i d   # e e e ; 
 
     f o n t - s i z e :   1 6 p x ; 
 
     f o n t - w e i g h t :   7 0 0 ; 
 
 } 
 
 
 
 . s u m m a r y - t o t a l   . t o t a l - a m o u n t   { 
 
     c o l o r :   v a r ( - - p r i m a r y - r e d ) ; 
 
     f o n t - s i z e :   2 4 p x ; 
 
 } 
 
 
 
 . p o i n t s - e a r n   { 
 
     b a c k g r o u n d - c o l o r :   # f f f 8 e 1 ; 
 
     c o l o r :   # f 5 7 f 1 7 ; 
 
     p a d d i n g :   8 p x   1 2 p x ; 
 
     b o r d e r - r a d i u s :   4 p x ; 
 
     f o n t - s i z e :   1 2 p x ; 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     g a p :   6 p x ; 
 
     m a r g i n - t o p :   1 5 p x ; 
 
 } 
 
 
 
 . a g r e e m e n t   { 
 
     m a r g i n :   2 0 p x   0 ; 
 
     f o n t - s i z e :   1 3 p x ; 
 
 } 
 
 
 
 . a g r e e m e n t   l a b e l   { 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   f l e x - s t a r t ; 
 
     g a p :   8 p x ; 
 
     c u r s o r :   p o i n t e r ; 
 
 } 
 
 
 
 . a g r e e m e n t   a   { 
 
     c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     t e x t - d e c o r a t i o n :   u n d e r l i n e ; 
 
 } 
 
 
 
 . s u b m i t - o r d e r - b t n   { 
 
     w i d t h :   1 0 0 % ; 
 
     b a c k g r o u n d - c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     c o l o r :   # f f f ; 
 
     p a d d i n g :   1 5 p x ; 
 
     b o r d e r - r a d i u s :   v a r ( - - r a d i u s - s m ) ; 
 
     f o n t - s i z e :   1 6 p x ; 
 
     f o n t - w e i g h t :   7 0 0 ; 
 
     d i s p l a y :   f l e x ; 
 
     j u s t i f y - c o n t e n t :   s p a c e - b e t w e e n ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     t r a n s i t i o n :   a l l   0 . 2 s ; 
 
 } 
 
 
 
 . s u b m i t - o r d e r - b t n : h o v e r   { 
 
     b a c k g r o u n d - c o l o r :   v a r ( - - p r i m a r y - o r a n g e - d a r k ) ; 
 
 } 
 
 
 
 . s u b m i t - o r d e r - b t n : d i s a b l e d   { 
 
     b a c k g r o u n d - c o l o r :   # c c c ; 
 
     c u r s o r :   n o t - a l l o w e d ; 
 
 } 
 
 
 
 . s e c u r e - i n f o   { 
 
     t e x t - a l i g n :   c e n t e r ; 
 
     m a r g i n - t o p :   1 5 p x ; 
 
     f o n t - s i z e :   1 2 p x ; 
 
     c o l o r :   # 9 9 9 ; 
 
     d i s p l a y :   f l e x ; 
 
     j u s t i f y - c o n t e n t :   c e n t e r ; 
 
     g a p :   6 p x ; 
 
 } 
 
 
 
 / *   M o d a l   * / 
 
 . m o d a l - o v e r l a y   { 
 
     p o s i t i o n :   f i x e d ; 
 
     t o p :   0 ; 
 
     l e f t :   0 ; 
 
     r i g h t :   0 ; 
 
     b o t t o m :   0 ; 
 
     b a c k g r o u n d - c o l o r :   r g b a ( 0 , 0 , 0 , 0 . 5 ) ; 
 
     z - i n d e x :   1 0 0 0 ; 
 
     d i s p l a y :   n o n e ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     j u s t i f y - c o n t e n t :   c e n t e r ; 
 
 } 
 
 
 
 . m o d a l - o v e r l a y . a c t i v e   { 
 
     d i s p l a y :   f l e x ; 
 
 } 
 
 
 
 . m o d a l - c o n t e n t   { 
 
     b a c k g r o u n d :   # f f f ; 
 
     w i d t h :   6 0 0 p x ; 
 
     m a x - w i d t h :   9 0 % ; 
 
     b o r d e r - r a d i u s :   8 p x ; 
 
     o v e r f l o w :   h i d d e n ; 
 
     b o x - s h a d o w :   0   1 0 p x   2 5 p x   r g b a ( 0 , 0 , 0 , 0 . 2 ) ; 
 
 } 
 
 
 
 . m o d a l - h e a d e r   { 
 
     p a d d i n g :   1 5 p x   2 0 p x ; 
 
     b o r d e r - b o t t o m :   1 p x   s o l i d   # e e e ; 
 
     d i s p l a y :   f l e x ; 
 
     j u s t i f y - c o n t e n t :   s p a c e - b e t w e e n ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
 } 
 
 
 
 . m o d a l - h e a d e r   h 3   { 
 
     m a r g i n :   0 ; 
 
     f o n t - s i z e :   1 6 p x ; 
 
 } 
 
 
 
 . m o d a l - c l o s e   { 
 
     f o n t - s i z e :   2 4 p x ; 
 
     l i n e - h e i g h t :   1 ; 
 
     c o l o r :   # 9 9 9 ; 
 
     b a c k g r o u n d :   n o n e ; 
 
     b o r d e r :   n o n e ; 
 
     c u r s o r :   p o i n t e r ; 
 
 } 
 
 
 
 . m o d a l - b o d y   { 
 
     p a d d i n g :   2 0 p x ; 
 
     m a x - h e i g h t :   6 0 v h ; 
 
     o v e r f l o w - y :   a u t o ; 
 
 } 
 
 
 
 . s t o r e - s e a r c h   { 
 
     d i s p l a y :   f l e x ; 
 
     g a p :   1 0 p x ; 
 
     m a r g i n - b o t t o m :   1 5 p x ; 
 
 } 
 
 
 
 . s t o r e - s e a r c h - i n p u t   { 
 
     f l e x :   1 ; 
 
     p a d d i n g :   1 0 p x ; 
 
     b o r d e r :   1 p x   s o l i d   # d d d ; 
 
     b o r d e r - r a d i u s :   4 p x ; 
 
 } 
 
 
 
 . s t o r e - s e a r c h - b t n   { 
 
     b a c k g r o u n d :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     c o l o r :   # f f f ; 
 
     p a d d i n g :   0   2 0 p x ; 
 
     b o r d e r - r a d i u s :   4 p x ; 
 
 } 
 
 
 
 . s t o r e - f i l t e r s   { 
 
     d i s p l a y :   f l e x ; 
 
     g a p :   1 0 p x ; 
 
     m a r g i n - b o t t o m :   1 5 p x ; 
 
 } 
 
 
 
 . s t o r e - f i l t e r s   s e l e c t   { 
 
     f l e x :   1 ; 
 
     p a d d i n g :   8 p x ; 
 
     b o r d e r :   1 p x   s o l i d   # d d d ; 
 
     b o r d e r - r a d i u s :   4 p x ; 
 
 } 
 
 
 
 . s t o r e - l i s t - i t e m   { 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     p a d d i n g :   1 2 p x ; 
 
     b o r d e r :   1 p x   s o l i d   # e e e ; 
 
     m a r g i n - b o t t o m :   8 p x ; 
 
     b o r d e r - r a d i u s :   4 p x ; 
 
 } 
 
 
 
 . s t o r e - i c o n   { 
 
     f o n t - s i z e :   2 0 p x ; 
 
     m a r g i n - r i g h t :   1 2 p x ; 
 
 } 
 
 
 
 . s t o r e - d e t a i l s   { 
 
     f l e x :   1 ; 
 
     d i s p l a y :   f l e x ; 
 
     f l e x - d i r e c t i o n :   c o l u m n ; 
 
 } 
 
 
 
 . s t o r e - d e t a i l s   . s t o r e - n a m e   { 
 
     f o n t - w e i g h t :   7 0 0 ; 
 
     f o n t - s i z e :   1 4 p x ; 
 
 } 
 
 
 
 . s t o r e - d e t a i l s   . s t o r e - a d d r   { 
 
     f o n t - s i z e :   1 2 p x ; 
 
     c o l o r :   # 6 6 6 ; 
 
 } 
 
 
 
 . s e l e c t - s t o r e - b t n   { 
 
     p a d d i n g :   6 p x   1 2 p x ; 
 
     b a c k g r o u n d :   # f f f ; 
 
     b o r d e r :   1 p x   s o l i d   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     c o l o r :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     b o r d e r - r a d i u s :   4 p x ; 
 
     f o n t - s i z e :   1 2 p x ; 
 
 } 
 
 
 
 . s e l e c t - s t o r e - b t n : h o v e r   { 
 
     b a c k g r o u n d :   v a r ( - - p r i m a r y - o r a n g e ) ; 
 
     c o l o r :   # f f f ; 
 
 } 
 
 
 
 / *   R e s p o n s i v e   * / 
 
 @ m e d i a   ( m a x - w i d t h :   9 9 2 p x )   { 
 
     . c h e c k o u t - c o n t e n t   { 
 
         g r i d - t e m p l a t e - c o l u m n s :   1 f r ; 
 
     } 
 
     
 
     . s u m m a r y - c a r d . s t i c k y   { 
 
         p o s i t i o n :   s t a t i c ; 
 
     } 
 
     
 
     . c h e c k o u t - s t e p s   { 
 
         d i s p l a y :   n o n e ;   / *   H i d e   s t e p s   o n   m o b i l e   * / 
 
     } 
 
 } 
 
 / *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
       A u t h   P a g e   S t y l e s   ( S i m p l i f i e d   L o g i n ) 
 
       = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   * / 
 
 
 
 . a u t h - p a g e   { 
 
     b a c k g r o u n d - c o l o r :   # f 5 f 5 f 5 ; 
 
     m i n - h e i g h t :   1 0 0 v h ; 
 
     d i s p l a y :   f l e x ; 
 
     f l e x - d i r e c t i o n :   c o l u m n ; 
 
     f o n t - f a m i l y :   ' N o t o   S a n s   T C ' ,   s a n s - s e r i f ; 
 
 } 
 
 
 
 / *   H e a d e r   * / 
 
 . a u t h - h e a d e r   { 
 
     b a c k g r o u n d - c o l o r :   # f f f ; 
 
     p a d d i n g :   1 5 p x   0 ; 
 
     b o x - s h a d o w :   0   1 p x   4 p x   r g b a ( 0 , 0 , 0 , 0 . 0 5 ) ; 
 
     t e x t - a l i g n :   c e n t e r ; 
 
 } 
 
 
 
 . a u t h - h e a d e r   . c o n t a i n e r   { 
 
     d i s p l a y :   f l e x ; 
 
     j u s t i f y - c o n t e n t :   c e n t e r ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
 } 
 
 
 
 . a u t h - h e a d e r   . l o g o   i m g   { 
 
     h e i g h t :   4 0 p x ; 
 
 } 
 
 
 
 / *   M a i n   C o n t e n t   * / 
 
 . a u t h - m a i n   { 
 
     f l e x :   1 ; 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     j u s t i f y - c o n t e n t :   c e n t e r ; 
 
     p a d d i n g :   4 0 p x   2 0 p x ; 
 
 } 
 
 
 
 . l o g i n - c a r d   { 
 
     b a c k g r o u n d - c o l o r :   # f f f ; 
 
     w i d t h :   1 0 0 % ; 
 
     m a x - w i d t h :   8 0 0 p x ;   / *   A d j u s t e d   t o   4 0 0   +   4 0 0   * / 
 
     b o r d e r - r a d i u s :   2 0 p x ; 
 
     b o x - s h a d o w :   0   4 p x   1 2 p x   r g b a ( 0 , 0 , 0 , 0 . 1 ) ; 
 
     d i s p l a y :   f l e x ; 
 
     o v e r f l o w :   h i d d e n ; 
 
     h e i g h t :   5 3 0 p x ;   / *   F i x e d   h e i g h t   a s   r e q u e s t e d   * / 
 
 } 
 
 
 
 . l o g i n - p r o m o   { 
 
     f l e x :   0   0   4 0 0 p x ;   / *   F i x e d   w i d t h   4 0 0 p x   * / 
 
     b a c k g r o u n d - c o l o r :   # f 0 f 0 f 0 ; 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     j u s t i f y - c o n t e n t :   c e n t e r ; 
 
     o v e r f l o w :   h i d d e n ; 
 
     h e i g h t :   1 0 0 % ; 
 
 } 
 
 
 
 . l o g i n - p r o m o   i m g   { 
 
     w i d t h :   1 0 0 % ; 
 
     h e i g h t :   1 0 0 % ; 
 
     o b j e c t - f i t :   c o v e r ; 
 
     d i s p l a y :   b l o c k ; 
 
 } 
 
 
 
 . l o g i n - c o n t e n t   { 
 
     f l e x :   0   0   4 0 0 p x ;   / *   F i x e d   w i d t h   4 0 0 p x   * / 
 
     p a d d i n g :   4 0 p x ; 
 
     d i s p l a y :   f l e x ; 
 
     f l e x - d i r e c t i o n :   c o l u m n ; 
 
     j u s t i f y - c o n t e n t :   c e n t e r ; 
 
     t e x t - a l i g n :   c e n t e r ; 
 
     h e i g h t :   1 0 0 % ; 
 
     b o x - s i z i n g :   b o r d e r - b o x ; 
 
 } 
 
 
 
 . l o g i n - t i t l e   { 
 
     f o n t - s i z e :   2 4 p x ; 
 
     f o n t - w e i g h t :   5 0 0 ; 
 
     c o l o r :   # 3 3 3 ; 
 
     m a r g i n :   0   0   1 0 p x   0 ; 
 
 } 
 
 
 
 . u n i o p e n - p r o m o   { 
 
     m a r g i n - b o t t o m :   2 0 p x ; 
 
     c o l o r :   # 6 6 6 ; 
 
     f o n t - s i z e :   1 4 p x ; 
 
 } 
 
 
 
 / *   L o g i n   B u t t o n s   * / 
 
 . l o g i n - m e t h o d s   { 
 
     d i s p l a y :   f l e x ; 
 
     f l e x - d i r e c t i o n :   c o l u m n ; 
 
     g a p :   1 5 p x ; 
 
     m a x - w i d t h :   3 2 0 p x ; 
 
     m a r g i n :   0   a u t o ; 
 
     w i d t h :   1 0 0 % ; 
 
 } 
 
 
 
 . u n i o p e n - b t n - c o n t a i n e r   { 
 
     m a r g i n - b o t t o m :   1 0 p x ; 
 
 } 
 
 
 
 . u n i o p e n - l o g i n   { 
 
     b a c k g r o u n d - c o l o r :   # 0 0 0 ; 
 
     p a d d i n g :   1 0 p x ; 
 
     b o r d e r - r a d i u s :   8 p x ; 
 
 } 
 
 
 
 . u n i o p e n - l o g i n : h o v e r   { 
 
     b a c k g r o u n d - c o l o r :   # 2 2 2 ; 
 
 } 
 
 
 
 . i c o n - u n i o p e n   { 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     j u s t i f y - c o n t e n t :   c e n t e r ; 
 
 } 
 
 
 
 / *   . . .   e x i s t i n g   l i n e / g o o g l e   l o g i n   s t y l e s   . . .   * / 
 
 . l i n e - l o g i n   { 
 
     b a c k g r o u n d - c o l o r :   # f f f ; 
 
     c o l o r :   # 0 6 C 7 5 5 ; 
 
     b o r d e r :   1 p x   s o l i d   # e e e ; 
 
 } 
 
 
 
 . l i n e - l o g i n : h o v e r   { 
 
     b a c k g r o u n d - c o l o r :   # f 8 f 9 f a ; 
 
 } 
 
 
 
 . g o o g l e - l o g i n   { 
 
     b a c k g r o u n d - c o l o r :   # f f f ; 
 
     c o l o r :   # 6 6 6 ; 
 
     b o r d e r :   1 p x   s o l i d   # e e e ; 
 
 } 
 
 
 
 / *   F o r m   S t y l e s   * / 
 
 . a u t h - f o r m   { 
 
     d i s p l a y :   f l e x ; 
 
     f l e x - d i r e c t i o n :   c o l u m n ; 
 
     g a p :   1 5 p x ; 
 
     m a r g i n - b o t t o m :   2 0 p x ; 
 
     t e x t - a l i g n :   l e f t ; 
 
 } 
 
 
 
 . f o r m - g r o u p   { 
 
     d i s p l a y :   f l e x ; 
 
     f l e x - d i r e c t i o n :   c o l u m n ; 
 
 } 
 
 
 
 . f o r m - i n p u t   { 
 
     p a d d i n g :   1 2 p x ; 
 
     b o r d e r :   1 p x   s o l i d   # d d d ; 
 
     b o r d e r - r a d i u s :   4 p x ; 
 
     f o n t - s i z e :   1 4 p x ; 
 
     w i d t h :   1 0 0 % ; 
 
     b o x - s i z i n g :   b o r d e r - b o x ; 
 
 } 
 
 
 
 . f o r m - i n p u t : f o c u s   { 
 
     b o r d e r - c o l o r :   # f f 6 f 0 0 ; 
 
     o u t l i n e :   n o n e ; 
 
 } 
 
 
 
 . f o r m - a c t i o n s   { 
 
     d i s p l a y :   f l e x ; 
 
     j u s t i f y - c o n t e n t :   f l e x - e n d ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     m a r g i n - t o p :   5 p x ; 
 
 } 
 
 
 
 . f o r g o t - p a s s w o r d   { 
 
     f o n t - s i z e :   1 3 p x ; 
 
     c o l o r :   # 6 6 6 ; 
 
     t e x t - d e c o r a t i o n :   n o n e ; 
 
 } 
 
 
 
 . f o r g o t - p a s s w o r d : h o v e r   { 
 
     c o l o r :   # f f 6 f 0 0 ; 
 
 } 
 
 
 
 . s u b m i t - b t n   { 
 
     b a c k g r o u n d - c o l o r :   # f f 6 f 0 0 ; 
 
     c o l o r :   # f f f ; 
 
     m a r g i n - t o p :   2 0 p x ; 
 
     w i d t h :   1 0 0 % ; 
 
     p a d d i n g :   1 2 p x ; 
 
     b o r d e r :   n o n e ; 
 
     b o r d e r - r a d i u s :   4 p x ; 
 
     f o n t - s i z e :   1 6 p x ; 
 
     f o n t - w e i g h t :   5 0 0 ; 
 
     c u r s o r :   p o i n t e r ; 
 
     t r a n s i t i o n :   b a c k g r o u n d - c o l o r   0 . 2 s ; 
 
 } 
 
 
 
 . s u b m i t - b t n : h o v e r   { 
 
     b a c k g r o u n d - c o l o r :   # e 6 5 a 0 0 ; 
 
 } 
 
 
 
 / *   D i v i d e r   * / 
 
 . d i v i d e r   { 
 
     d i s p l a y :   f l e x ; 
 
     a l i g n - i t e m s :   c e n t e r ; 
 
     m a r g i n :   2 0 p x   0 ; 
 
     c o l o r :   # 9 9 9 ; 
 
     f o n t - s i z e :   1 3 p x ; 
 
 } 
 
 
 
 . d i v i d e r : : b e f o r e , 
 
 . d i v i d e r : : a f t e r   { 
 
     c o n t e n t :   ' ' ; 
 
     f l e x :   1 ; 
 
     h e i g h t :   1 p x ; 
 
     b a c k g r o u n d - c o l o r :   # e e e ; 
 
 } 
 
 
 
 . d i v i d e r   s p a n   { 
 
     p a d d i n g :   0   1 0 p x ; 
 
 } 
 
 
 
 / *   F o o t e r   * / 
 
 . a u t h - f o o t e r   { 
 
     b a c k g r o u n d - c o l o r :   t r a n s p a r e n t ; 
 
     p a d d i n g :   2 0 p x   0 ; 
 
     t e x t - a l i g n :   c e n t e r ; 
 
     c o l o r :   # 9 9 9 ; 
 
     f o n t - s i z e :   1 2 p x ; 
 
 } 
 
 
 
 / *   M o b i l e   R e s p o n s i v e   * / 
 
 @ m e d i a   ( m a x - w i d t h :   7 6 8 p x )   { 
 
     . a u t h - h e a d e r   { 
 
         d i s p l a y :   n o n e ;   / *   H i d e   h e a d e r   o n   m o b i l e   a s   p e r   r e q u i r e m e n t   * / 
 
     } 
 
 
 
     . a u t h - m a i n   { 
 
         p a d d i n g :   0 ; 
 
         a l i g n - i t e m s :   f l e x - s t a r t ; 
 
         b a c k g r o u n d - c o l o r :   # f f f ;   / *   W h i t e   b a c k g r o u n d   f o r   m o b i l e   * / 
 
     } 
 
 
 
     . l o g i n - c a r d   { 
 
         f l e x - d i r e c t i o n :   c o l u m n ; 
 
         b o r d e r - r a d i u s :   0 ; 
 
         b o x - s h a d o w :   n o n e ; 
 
         m a x - w i d t h :   1 0 0 % ; 
 
         m a r g i n - t o p :   0 ; 
 
         h e i g h t :   a u t o ;   / *   R e s e t   h e i g h t   f o r   m o b i l e   * / 
 
     } 
 
     
 
     . l o g i n - p r o m o   { 
 
         w i d t h :   1 0 0 % ; 
 
         o r d e r :   1 ; 
 
         f l e x :   n o n e ;   / *   R e s e t   f l e x   * / 
 
         h e i g h t :   a u t o ;   / *   A l l o w   a u t o   h e i g h t   b a s e d   o n   i m a g e   a s p e c t   r a t i o   * / 
 
     } 
 
     
 
     . l o g i n - c o n t e n t   { 
 
         p a d d i n g :   2 0 p x ; 
 
         o r d e r :   2 ; 
 
         f l e x :   n o n e ;   / *   R e s e t   f l e x   * / 
 
         w i d t h :   1 0 0 % ;   / *   F u l l   w i d t h   * / 
 
         h e i g h t :   a u t o ; 
 
     } 
 
 
 
     . l o g i n - t i t l e   { 
 
         m a r g i n - t o p :   1 0 p x ; 
 
         f o n t - s i z e :   2 0 p x ; 
 
     } 
 
 
 
     . u n i o p e n - p r o m o   { 
 
         d i s p l a y :   n o n e ;   / *   H i d e   p r o m o   t e x t   i f   n e e d e d   t o   s i m p l i f y   * / 
 
     } 
 
 
 
     / *   A d j u s t   f o r m   s t y l e s   f o r   m o b i l e   * / 
 
     . a u t h - f o r m   { 
 
         m a r g i n - b o t t o m :   1 0 p x ; 
 
     } 
 
 
 
     . f o r m - i n p u t   { 
 
         p a d d i n g :   1 0 p x ; 
 
     } 
 
 
 
     . c a p t c h a - i m g   { 
 
         h e i g h t :   4 0 p x ;   / *   L a r g e r   t o u c h   t a r g e t   * / 
 
     } 
 
 } 
 
 