.info__box.home li a {font-size:16px;}
.card-overlay:before {background: transparent !important};

.alert-msg {
  padding: 15px;
  border-left: 1px solid rgba(255,255,255,.5);
  background-color: #fce0b6;
}

/* Pyro+ Warranty */
.product-variants .product-form-input {
  display: inline-flex;
}
.product-variants .product-form-input:before {
  content: url("/cdn/shop/files/PYRO-see-details.png?v=1668445309");
  display: block;
  margin: auto;
  width: 130px;
}
.product-variants .product-form-input legend {
  display: none;
}
.product-variants .product-form-input [type=radio]+label {
  width: 130px;
  height: 72px !important;
  font-size: 20px !important;
  margin: 0 1rem .8rem 0.75rem !important;
  font-weight: 100 !important;
}
.product-variants .product-form-input [type=radio]:checked+label {
  background: #0069d9 !important;
}

@media only screen and (max-width: 425px) {
  .product-variants .product-form-input [type=radio]+label {
    width: 100px;
  }
}

/* Custom Size Glass Page */
/* TABS */
#tabs {
  /*max-width: 1020px;*/
  padding-bottom: 50px;
  margin: auto;
  position: relative;
  color: #21325e;
}

#tabs .section__info {
  margin: 20px auto;
}

#tabs .info__box {
  position: relative;
  left: 0;
  top: 40px;
  right: 0;
  bottom: 0;
  overflow: auto;
  padding: 40px 30px;
  background: #fff;
  box-shadow: -1px 6px 18px rgba(0, 0, 0, 0.09);
  display: none;
}

.nav-tab {
  width: max-content;
  height: 115px;
  margin: auto;
  display:block;
}

.nav-tab h2 {
  margin-top: 0;
 /* font-family: 'Questrial', sans-serif;*/
  line-height: 1.1;
  text-transform: uppercase;
  font-size:2rem;
}

.nav-tab label:hover {
  transition: all .3s ease-in-out;
  border-bottom: 5px solid;
}

.nav-tab span {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.4rem;
}

#ceramic, #tempered, #home, #a, #b, #c, #d, #e, #f, #g, #h, #i, #j, #k, #l, #m, #n, #o, #p, #q, #r, #s, #t, #u, #v, #w, #x, #y, #z {
  display: none;
}

.nav-tab label {
  float: left;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  border-bottom: 1px solid #21325e;
  margin-right: 30px;
  padding: 16px 15px;
}

.nav-tab-letters {
  height: 60px;
  margin: auto;
}

.nav-tab-letters label {
  display: flex;
  align-items: center;
  justify-content: center; /* optional: centers horizontally too */
  height: 50px;            /* adjust based on your layout */
  padding: 0 8px;          /* horizontal spacing */
  font-size: 18px;
  cursor: pointer;

  cursor: pointer;
  z-index: 2;
  width: 50px;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
}

@media only screen and (max-width: 450px) {
  .nav-tab label {
    margin-right: 5px;
    padding: 1px;
  }
  .nav-tab span {
    display: none;
  }
}

#ceramic:checked ~ nav [for="ceramic"],
#tempered:checked ~ nav [for="tempered"] {
  background: #ffffff;
  border: 1px solid #ffffff;
}

#ceramic:checked ~ .one,
#tempered:checked ~ .two, 
#home:checked ~ .home,
#a:checked ~ .a,
#b:checked ~ .b,
#c:checked ~ .c,
#d:checked ~ .d,
#e:checked ~ .e,
#f:checked ~ .f,
#g:checked ~ .g,
#h:checked ~ .h,
#i:checked ~ .i,
#j:checked ~ .j,
#k:checked ~ .k,
#l:checked ~ .l,
#m:checked ~ .m,
#n:checked ~ .n,
#o:checked ~ .o,
#p:checked ~ .p,
#q:checked ~ .q,
#r:checked ~ .r,
#s:checked ~ .s,
#t:checked ~ .t,
#u:checked ~ .u,
#v:checked ~ .v,
#w:checked ~ .w,
#x:checked ~ .x,
#y:checked ~ .y,
#z:checked ~ .z {
  display: flex;
  gap: 75px;
  align-items: center;
}
/* Grid system: Base row and column setup */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
[class*="col-"] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  box-sizing: border-box;
}

/* col-12 = full width by default */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* Small breakpoint ≥576px */
@media (min-width: 576px) {
  .col-sm-1  { flex: 0 0 8.3333%;  max-width: 8.3333%; }
  .col-sm-2  { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-sm-3  { flex: 0 0 25%;      max-width: 25%; }
  .col-sm-4  { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .col-sm-5  { flex: 0 0 41.6667%; max-width: 41.6667%; }
  .col-sm-6  { flex: 0 0 50%;      max-width: 50%; }
  .col-sm-7  { flex: 0 0 58.3333%; max-width: 58.3333%; }
  .col-sm-8  { flex: 0 0 66.6667%; max-width: 66.6667%; }
  .col-sm-9  { flex: 0 0 75%;      max-width: 75%; }
  .col-sm-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
  .col-sm-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
  .col-sm-12 { flex: 0 0 100%;     max-width: 100%; }
}

.container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; /* Or whatever fits your layout */
}

.info__box li a {
    font-size: 16px !important; }
/* TABS end */


/* CS Button */
.cs-button {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: 1px solid lightgrey;
  border-radius: 3px;
  cursor: pointer;
}

.cs-button:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2);
}

.cs-button p {
  margin: 0;
}

/* END Custom Size Glass Page */

/* Tempered Glass Product */
#tempered-glass .product-info-secondary {
  border-top: none;
  margin-top: 0;
}
/* END Tempered Glass Product */

/* Selecting Glass Type Page */

.section-numbers {
  background-color: lightgrey;
    padding: 5px;
    border-radius: 2px;
}

/* END Selecting Glass Type Page */

/* Cleaning Glass Page */

.cleaning-list {
  background: #d5f3fe;
  padding: 10px 0;
  border-radius: 5px;
}

.cleaning-icons {
  font-size: 48px;
  padding: 10px 0;
}

/* END Cleaning Glass Page */

/* Stove Brands Page */
.info__box ul {
  list-style: none;
}

.top-letter {
  padding-left: 20px;
}

.banner-container {

}

#shopify-block-894e0a1c-38c8-4453-af64-2f357cd7c2a8 {
  padding-top: 4rem; padding-bottom:4rem; border-bottom:1px solid #dadada; border-top:1px solid #dadada; /*margin-bottom:4rem;*/
}
#text-banner-widget_frame {
  margin-bottom:0 !important
}

#header > div.color-background-1 > div > div > div.head-slot.head-slot-end > div > a {display:none;}
.footer-logo-list {
  display: flex;
  align-items: flex-end; /* aligns logos to bottom */
  gap: 1.5rem;
  padding-bottom: 20px;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.footer-logo-list li {
  display: flex;
  align-items: flex-end;
}

.footer-logo-list img {
  height: 35px;
  width: auto;
  display: block;
}


.handle-specs {
  font-size: 13px;
  color: #444;
  margin-top: 0.25rem;
}

.handle-specs div {display:inline; padding-right:8px; margin-right:8px; border-right:1px solid #000; line-height:15px;}
