/* #region Global */
  body, h1, h2, h3, h4, h5, h6,[type="color"], [type="date"], [type="datetime-local"], [type="datetime"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], textarea, .button{font-family: 'Open Sans', sans-serif;}
  h1, h2, h3, h4, h5, h6{font-weight: 600;}
  a{color: #0a0a0a;}
  a:hover, a:focus{color: #000;}

  .padding-top-2{padding-top: 2rem!important;}
  .padding-top-3{padding-top: 3rem!important;}
  .padding-bottom-2{padding-bottom: 2rem!important;}
  .padding-bottom-3{padding-bottom: 3rem!important;}
  .margin-top-1{margin-top: 1rem!important;}
  .margin-top-2{margin-top: 2rem!important;}
  .margin-top-3{margin-top: 3rem!important;}
  .margin-bottom-0{margin-bottom: 0!important;}
  .margin-bottom-1{margin-bottom: 1rem!important;}
  .margin-bottom-2{margin-bottom: 2rem!important;}
  .margin-bottom-3{margin-bottom: 3rem!important;}
  .margin-right-0{margin-right: 0!important;}
  .margin-right-1{margin-right: 1rem!important;}
  .margin-right-2{margin-right: 2rem!important;}
  .margin-right-3{margin-right: 3rem!important;}
  .font-weight-bold{font-weight: 700!important;}

  .table-scroll table{width: 100%;}

  .text-gray{color: #777;}
/* #endregion */

/* #region Header */
  .top-bar-container.navbar-fixed{position: fixed;top: 0;left: 0;right: 0;z-index: 999;background: #fff;will-change: transform;backface-visibility: hidden;-webkit-backface-visibility: hidden;transform: translate3d(0,-100%,0);transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);}
  .top-bar-container.navbar-fixed.is-revealed{transform: translate3d(0,0,0);}
  .top-bar-container.navbar-fixed.no-transition{transition: none;}
  /* Condensed appearance when nav is sticky (fixed) */
  .top-bar-container.navbar-fixed .navbar{padding: 10px 1rem;}
  .top-bar-container.navbar-fixed .navbar-logo{font-size: 1.4rem;}
  .top-bar-container.navbar-fixed .navbar .text-gray{display: none;}
  .navbar{border-bottom:1px solid #ddd;padding:30px 1rem;}
  .navbar a{color: #0a0a0a;}
  .navbar-logo{font-size: 2rem;font-weight: 600;}
  .menu-left{margin-left: -1rem;}
  .menu-left a{padding-top:.75rem;padding-bottom: .75rem;}
  .social{margin-right: -1rem;}
  .social a{padding-top:.5rem;padding-bottom: .5rem;}
  .icon>svg{width: 1.60rem;height:1.60rem;display: block;}
  .icon-cart{position: relative;}
  .icon-cart-quantity{position: absolute;display: block;font-family: inherit;top:0;right:.25rem;min-width: 1em;font-size: 10px;padding: .5em;text-align: right;line-height: 1em;}
  .title-bar{background: transparent;}
  
  .burger {
    position: relative;
    display: block;
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding:0;
    margin-left: -.625rem;
  }
  .burger-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
  }
  .burger-inner {
    width: 100%;
    height: 100%;
  }
  .burger-inner .top-bun, .burger-inner .patty, .burger-inner .bottom-bun {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 100%;
    height: 1px;
    transition: transform 250ms cubic-bezier(.2,.6,.3,1),width 250ms cubic-bezier(.2,.6,.3,1);
    will-change: transform,width;
    background-color: #000;
  }
  .burger-inner .top-bun {
    transform: translatey(-5.5px);
  }
  .burger-inner .patty {
    transform: scale(0);
  }
  .burger-inner .bottom-bun {
    transform: translatey(5.5px);
  }
  .menu-open .burger-inner .top-bun {
    transform: translatex(3.5px) rotate(-135deg);
    width: 28px;
  }
  .menu-open .burger-inner .bottom-bun {
    transform: translatex(3.5px) rotate(135deg);
    width: 28px;
  }

  .navbar-mobile{
    position: fixed;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    top: 109px;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    will-change: opacity,visibility;
    user-select: none;
    text-align: center;
    pointer-events: auto;
    background-color: #fff;
    transition: visibility 600ms cubic-bezier(.4,0,.2,1), opacity 400ms cubic-bezier(.4,0,.2,1);
  }
  .navbar-mobile-inner{
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    justify-content: flex-start;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    flex-direction: column;
  }
  .navbar-mobile-top {
    position: relative;
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
    flex-direction: column;
  }
  .navbar-mobile-top .menu a{font-size: 2rem;}
  .navbar-mobile-top .menu li{margin:10px 0;}
  .navbar-mobile-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    flex-grow: 0;
    flex-shrink: 1;
    margin-bottom: 6vw;
  }
  
/* #endregion */

/* #region Footer */
  .copy{margin-top: 1rem;}
/* #endregion */

/* #region Products */
.item a{display: block;color: #0a0a0a;margin-bottom: 1.875rem;}
.item-img img{width:100%;}
.item-desc{padding-top: 16px;}
.item-desc .name{font-size: 20px;font-weight: 600;}

.item-info .name{margin-bottom: 1rem;}
.item-info .name h1{font-size: 2.5rem;}
.item-info .name span{display: block;font-size: 50%;}
.item-info .price{font-size: 1.6rem;font-weight: 600;margin-bottom: 1.5rem;}
.related-item .price{font-size:1.0rem;font-weight:normal;}
.price{margin-bottom:5px;}
.original_price{font-size: 85%;text-decoration:line-through;color:gray;margin-right:10px;vertical-align:middle;}
.discount_percent{border:solid 1px gray;color:red;border-radius:3px;padding:3px;font-size:85%;vertical-align:middle;margin-left:10px;display: inline-block;}
.price .original_price, .price .discount_percent{font-size: 80%;}
.is_sale{color:green;}
.item-info .price .original_price, .item-info .price .discount_percent{font-size: 50%;}
.item-info .related-item .price .original_price, .item-info .related-item .price .discount_percent{font-size:70%;}
.item-info .description{margin-bottom: 1.5rem;}
.size_name{margin-right:20px;}

.product-image{display: block;margin-bottom: 10px;}
.product-image img{width: 100%;}
.more-item-images{width: 80px;}
.more-image-item{margin-bottom: 10px;cursor: pointer;}
.lb-data .lb-close{background-size: contain!important;}

.go_back a{display: inline-block;line-height: 1.5;font-weight: 600;}
.col-item{min-width: 200px;}
.col-item .thumbnail{width: 84px;}
.col-item .thumbnail a{display: block;}
.col-item .thumbnail img{max-width: 100%;}
.col-item h5{font-weight: 600;}
.table-cart tbody tr:nth-child(2n){background-color: #fff;border-top:1px solid #f1f1f1;}

.card-section iframe{width: 100%;}
/* #endregion */

h3.shipping-message{
  text-align: center;
  color: blue;
  font-size: 1.2rem;
  margin-bottom: 20px;
  padding: 8px;
}

/* #region Media Query */
@media screen and (max-width: 63.9375em) {
  .menu-open{height: 100%;overflow: hidden;}
  .menu-open .navbar-mobile {
    opacity: 1;
    visibility: visible;
  }

  .item-info .name h1{font-size: 2rem;}
  .more-item-images{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;margin-left:-5px;margin-right: -5px;width: 100%;}
  .more-image-item{padding-left: 5px;padding-right: 5px;}
}
@media screen and (max-width: 39.9375em) {
  .navbar{padding-top: 20px;padding-bottom: 20px;}
  .navbar-logo{font-size: 1.5rem;}
  .navbar-mobile{top:120px}
  .col-item .thumbnail{width: 50px;}
}
/* #endregion */
input.error:has(+ label.error){
  margin-bottom: 3px;
}
label.error{
  color:red;
  margin-bottom: 10px;
}
.hide-error label.error{display:none !important;}
.hide-error input.error,select.error{background-color:#fff3d9;}
.accordion-item a{font-size: .875rem;}
.exceed-number-of-stock{
	color: red;
}
.mt-10{margin-top:10px;}

@media only screen and (min-width: 1024px){
  h3.shipping-message{
    height: 44px;
  }
}

@media only screen and (max-width: 1023px){
  h3.shipping-message{
    margin-top: 20px;
  }
}
.mb-0 {
    margin-bottom: 0px;
}
label.error {
    color: red;
    font-weight: normal;
    display: block;
    margin-top: 5px;
}
span.required{
  color: red;
  margin-left: 5px;
}
.banner-container {
    background-color: #f9f9f9; /* Off-white background from image */
    border: none;
    padding: 3rem 1rem;
    text-align: center;
}
.banner-text {
    color: #555555;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 1.1rem;
}
/* Product Grid (Foundation-style: 4 cols large, 3 medium, 2 small) ── */
  .grid-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0.9375rem;
  }
  .product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding-top: 2rem;
  }

  .product-card {
    padding: 0 0.625rem;
    margin-bottom: 1.875rem;
    text-align: left;
  }

  .product-img-wrap {
    margin-bottom: 0;
  }
  .product-img-wrap img {
    width: 100%;
    display: block;
  }

  .item-desc {
    padding-top: 16px;
  }
  .product-name {
    font-size: 20px;
    font-weight: 600;
    color: #0a0a0a;
    line-height: 1.35;
    margin-bottom: 5px;
  }

  



/* ── Size rows ── */
  .size-list { margin-top: 6px; }
  .size-row {
    display: flex; justify-content: space-between; align-items: center;
    padding: 0 12px; min-height: 44px; cursor: pointer;
    transition: background 0.15s ease; text-align: left;
    border-top: 1px solid #f0f0f0; position: relative;
  }
  .size-row:last-child { border-bottom: 1px solid #f0f0f0; }
  .size-row:hover { background: #d0d0d0; border-color: #d0d0d0; }
  .size-row:active { background: #bbb; }

  .size-label { font-size: 14px; color: #0a0a0a; font-weight: 400; }
  .size-price {
    font-size: 14px; color: #777;
    font-variant-numeric: tabular-nums;
    min-width: 50px; text-align: right;
    display: inline-flex; align-items: center; gap: 6px; justify-content: flex-end;
  }

  .size-row .atc-label {
    display: none; position: absolute;
    left: 50%; transform: translateX(-50%);
    font-size: 10px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1.2px; color: #0a0a0a; pointer-events: none;
  }
  @media (hover: hover) {
    .size-row:hover .size-label { color: #0a0a0a; font-weight: 600; }
    .size-row:hover .size-price { color: #333; }
    .size-row:hover .atc-label { display: block; }
  }

  /* ── Add-to-cart flash ── */
  .size-row.added { background: #f0faf0; }
  .size-row.added .size-label,
  .size-row.added .size-price,
  .size-row.added .depth-bar { visibility: hidden; }
  .size-row.added .atc-label {
    display: block;
    color: #4a9e6a;
    font-size: 12px;
    font-weight: 700;
  }

  /* ── Cart toast ── */
  .cart-toast {
    position: fixed; bottom: 24px; right: 24px;
    background: #0a0a0a; color: #fff;
    padding: 14px 22px; border-radius: 6px;
    font-size: 14px; z-index: 1000;
    transform: translateY(80px); opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    pointer-events: none;
  }
  .cart-toast.visible { transform: translateY(0); opacity: 1; }

  /* ── Responsive ── */
  @media (max-width: 1024px) { .product-grid { grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 640px) {
    .product-grid { grid-template-columns: 1fr; }
    .navbar { flex-direction: column; gap: 10px; padding: 20px 1rem; }
    .navbar-left { display: none; }
    .navbar-right ul { gap: 0; }
    .product-name { font-size: 16px; }
  }



  

.size-price .was,
.size-price .now,
.size-price .chip,
.size-price .arrow,
.size-price .save,
.size-row .depth-bar,
.sale-ribbon,
.sale-banner { display: none; }

/* When a row is on sale and NO theme is applied yet, show .now only as fallback */
.size-row.sale .size-price .now { display: inline; color: #777; }

/* ============ THEME A — inline strike + % chip ============ */
body.theme-A .size-row.sale .size-price { color: inherit; }
body.theme-A .size-row.sale .size-price .was {
  display: inline; color: #9ca3af; text-decoration: line-through;
  font-size: 12px; font-weight: 500;
}
body.theme-A .size-row.sale .size-price .now {
  display: inline; color: #27ae60; font-weight: 800;
}
body.theme-A .size-row.sale .size-price .chip {
  display: inline-block; background: #27ae60; color: #fff;
  font-size: 10px; font-weight: 700; padding: 2px 6px;
  border-radius: 3px; letter-spacing: 0.4px;
}
/* On desktop hover, hide sale data so centered "Add to Cart" text doesn't overlap */
@media (hover: hover) {
  body.theme-A .size-row.sale:hover .size-price { visibility: hidden; }
}















  /* ── Cart toast ── */
  .cart-toast {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: #0a0a0a;
    color: #fff;
    padding: 14px 22px;
    border-radius: 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    z-index: 1000;
    transform: translateY(80px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    pointer-events: none;
  }
  .cart-toast.visible {
    transform: translateY(0);
    opacity: 1;
  }

  /* On mobile (touch devices), rows are tappable as-is */

  /* ── Responsive ── */
  @media (max-width: 1024px) {
    .product-grid { grid-template-columns: repeat(3, 1fr); }
  }
  @media (max-width: 640px) {
    .product-grid { grid-template-columns: 1fr; }
    .navbar { flex-direction: column; gap: 10px; padding: 20px 1rem; }
    .navbar-left { display: none; }
    .navbar-right ul { gap: 0; }
    .product-name { font-size: 16px; }
  }

  /* ── Device preview toggle ── */
  .preview-bar {
    position: fixed;
    top: 0; left: 0; right: 0;
    background: #2a2a2a;
    color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 10px 20px;
    z-index: 9999;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
  }
  .preview-bar span { color: #888; }
  .preview-bar button {
    background: none;
    border: 1px solid #555;
    color: #ccc;
    padding: 5px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.2s;
  }
  .preview-bar button:hover { border-color: #aaa; color: #fff; }
  .preview-bar button.active { background: #fff; color: #0a0a0a; border-color: #fff; }

  .page-wrap {
    margin-top: 50px;
    transition: all 0.3s ease;
  }

  /* Mobile frame */
  .page-wrap.mobile-preview {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    border-left: 2px solid #e0e0e0;
    border-right: 2px solid #e0e0e0;
    min-height: calc(100vh - 50px);
    background: #fff;
    box-shadow: 0 0 40px rgba(0,0,0,0.08);
  }
  .page-wrap.mobile-preview .product-grid {
    grid-template-columns: 1fr;
  }
  .page-wrap.mobile-preview .navbar-left { display: none; }
  .page-wrap.mobile-preview .product-name { font-size: 16px; }

  /* ── Mockup badge ── */
  .mockup-badge {
    position: fixed;
    bottom: 24px;
    left: 24px;
    background: #f5f5f5;
    color: #999;
    font-size: 11px;
    padding: 6px 12px;
    border-radius: 4px;
    z-index: 100;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }

  .cart-notification {
  /* Positioning - Desktop Default */
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;

  /* Sizing & Box Model */
  width: 100%;
  max-width: 300px; /* Fits within 240-320px range */
  padding: 16px;
  box-sizing: border-box;

  /* Styling */

  background-color: rgba(232, 232, 232, 0.9); /* light gray with 0.9 opacity */
  color: #2c3e2d; /* Darker green-tinted text for better contrast */
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05); /* Subtle border for definition */
  
  /* Text Styling */
  font-family: sans-serif;
  line-height: 1.5;
  text-align: left;
}