
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css';

:root {
  --maroon: #c01a69;
  --maroon-dark: #5f1633;
  --black: #140a0d;
  --gold: #d5cf5b;
  --gold-soft: #f1d88a;
  --light-bg: #f7f7f7;
  --white: #ffffff;
}

*{box-sizing:border-box}
body{
  margin:0;
  padding:0;
  background-color: #f7f7f7;
    background-image: repeating-linear-gradient(45deg, #86898d19, /* very light grey */ #86898d10 28px, transparent 25px, transparent 29px);
}
.ebay-container{
  max-width:1200px;
  margin:auto;
  font-family: "Plus Jakarta Sans", sans-serif;
  color:#222;
  background:#fff;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}


/* ===========================
   EBAY HEADER
=========================== */

.ebay-header {
  padding: 14px 0;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-area img {
  max-height: 100px;
  width: auto;
  display: block;
}
.header-badges {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-badges img {
  max-height: 100px;
  width: auto;
  background: #ffffff;
  padding: 6px 8px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}


.ebay-nav {
  background: linear-gradient(90deg, var(--maroon-dark), var(--maroon));
  padding: 12px 0;
  border-bottom: 3px solid var(--gold);
}
.ebay-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.ebay-nav ul li {
  display: inline-block;
  margin: 0 18px;
}
.ebay-nav ul li a {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 6px 0;
}
.ebay-nav ul li a:hover {
  color: var(--gold-soft);
  border-bottom: 2px solid var(--gold);
}

/* PRODUCT SECTION */
.product-wrap{
  display:flex;
  gap:30px;
  padding:35px 30px;
}
.product-left{width:50%}
.product-right{width:50%}
.product-right h1{font-size:22px}
.product-right ul{padding-left:18px}
.product-right li{margin-bottom:6px}


#gallery_outer_1,
#gallery_outer_3 {
  position: relative;
  clear: both;
  margin: 0px 0px 20px 0px;
}

.g_image [type=radio] {
  display: none;
}

.mainimage {
  position: absolute;
  top: 0px;
  margin: 0px 0px 0px 0px;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  text-align: center;
  opacity: 0;
  cursor: pointer;
  animation-name: lightboxout;
  animation-duration: 0.5s;
}

@keyframes lightbox {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes lightboxout {
  from {
    transform: scale(1.5);
  }

  to {
    background: rgba(0, 0, 0, 0);
    transform: scale(1);
  }
}

#gallery [type=radio]:checked~.thumbimage {
  color: #fff;
  z-index: 1;
}

#gallery [type=radio]:checked~.mainimage {
  opacity: 1;
  z-index: 2;
  padding: 0px 0px 0px 0px;
}

#gallery_outer_1 .g_image[data=""] {
  display: none;
}

#gallery [type=checkbox]:checked~.mainimage {
  right: 0px;
  z-index: 100;
  background: #fff;
}

#gallery [type=checkbox]:checked~.mainimage img {
  display: block;
  margin: 0px auto;
}

#gallery [type="checkbox"]:checked~.mainimage span {
  display: none;
}

.mainimagecb {
  display: none;
}

#gallery_outer_1,
#gallery_outer_1 .mainimage,
#gallery_outer_1 #gallery,
#gallery_outer_1 .mainimage div {
  height: 484px;
  width: auto;
}

#gallery_outer_1 .mainimage {
  left: 123px;
  min-width: 507px;
}

#gallery_outer_1 #gallery {
  box-sizing: border-box;
  clear: both;
  overflow-y: auto;
  overflow-x: hidden;
  direction: rtl;
  padding: 0px 5px 0px 8px;
  margin: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #gallery_outer_1 #gallery {
    padding: 0px 0px 0px 15px;
  }
}

@supports (-ms-accelerator:true) {
  #gallery_outer_1 #gallery {
    padding: 0px 0px 0px 10px;
  }
}

#gallery_outer_1 div#gallery::-webkit-scrollbar {
  width: 8px;
  height: 20px;
}

#gallery_outer_1 div#gallery::-webkit-scrollbar-button {
  background-color: #ccc;
}

#gallery_outer_1 div#gallery::-webkit-scrollbar-track {
  background-color: #ccc;
}

#gallery_outer_1 div#gallery::-webkit-scrollbar-track-piece {
  background-color: #ccc;
}

#gallery_outer_1 div#gallery::-webkit-scrollbar-thumb {
  height: 90px;
  background-color: #8a0d51;
  border-radius: 3px;
}

#gallery_outer_1 div#gallery::-webkit-scrollbar-corner {
  background-color: #8a0d51;
}

#gallery_outer_1 div#gallery::-webkit-resizer {
  background-color: #666;
}

#gallery_outer_1 .g_image {
  float: Left;
  clear: both;
}

#gallery_outer_1 .g_image .thumbimage {
  margin: 0px 0px 5px 0px;
}

#gallery_outer_1 .mainimage img {
  max-height: 100%;
  max-width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#gallery_outer_2 .g_image {
  max-width: 100%;
  height: auto;
  text-align: center;
  padding: 5px 0px;
}

#gallery_outer_2 .g_image img {
  max-width: 100%;
}

#gallery_outer_2 .g_image[data=""] {
  display: none;
}

#gallery_outer_3 {
  height: auto;
  width: 100%;
}

#gallery_outer_3 .mainimage,
#gallery_outer_3 .mainimage div {
  height: 320px;
  width: 100%;
}

#gallery_outer_3 .mainimage div {
  padding: 10px;
  display: flex;
  justify-content: center;
  border: 1px solid #ebebeb;
}

#gallery_outer_3 #gallery {
  height: auto;
  width: 100%;
  padding-top: 320px;
}

#gallery_outer_3 .mainimage {
  left: 0px;
}

#gallery_outer_3 #gallery {
  box-sizing: border-box;
  text-align: center;
}

#gallery_outer_3 .g_image {
  display: inline-block;
  vertical-align: top;
  height: 87px;
  margin-bottom: 5px;
}

#gallery_outer_3 .g_image .thumbimage {
  margin: 10px 3px;
}

#gallery_outer_3 .g_image .thumbimage li {
  margin-right: 3px;
}

#gallery_outer_3 .mainimage img {
  max-height: 100%;
  max-width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#gallery_outer_3 #gallery [type=checkbox]:checked~.mainimage,
#gallery_outer_1 #gallery [type=checkbox]:checked~.mainimage {
  animation-name: lightbox;
  animation-duration: 0.5s;
  padding: 0px;
  position: fixed;
  width: 100vw;
  left: 0px;
  right: 0px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}

#gallery_outer_3 #gallery [type=checkbox]:checked~.mainimage>div,
#gallery_outer_1 #gallery [type=checkbox]:checked~.mainimage>div {
  background: #fff;
  position: static;
  position: relative;
  box-sizing: content-box;
  top: 0px;
  max-height: 80vh;
  width: 100%;
  height: auto;
  max-width: 60vw;
  margin: auto;
  margin-top: 10vh;
  padding: 10px;
  box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.4);
  border-radius: 6px 6px 0px 0px;
}

#gallery_outer_3 #gallery [type=checkbox]:checked~.mainimage>div img,
#gallery_outer_1 #gallery [type=checkbox]:checked~.mainimage>div img {
  max-height: 80vh;
  transform: none;
  top: auto;
}

#gallery_outer_3 #gallery [type=checkbox]:checked~.mainimage>div::after,
#gallery_outer_1 #gallery [type=checkbox]:checked~.mainimage>div::after {
  background: #fff;
  border-radius: 0px 0px 6px 6px;
  color: #666;
  content: "Click to close";
  font-size: 16px;
  padding: 5px 0px;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

#gallery_outer_3 .g_image[data=""],
#gallery_outer_1 .g_image[data*="<!-- missing"],
#gallery_outer_2 .g_image[data*="<!-- missing"],
#gallery_outer_3 .g_image[data*="<!-- missing"] {
  display: none;
}

.g_image .thumbimage li {
  border: 1px solid #ebebeb;
  width: 87px;
  height: 87px;
  margin-bottom: 5px;
  opacity: 1;
  position: relative;
  cursor: pointer;
  color: #fff;
  text-align: center;
  position: relative;
  display: block;
  padding: 1px;
  background: #fff;
  display: flex;
  justify-content: center;
}

.g_image .thumbimage li:hover {
  opacity: 0.7;
}

.g_image .thumbimage li img {
  max-width: 83px;
  max-height: 83px;
  width: auto;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#gallery [type=radio]:checked~.thumbimage li {
  border: 1px solid #8a0d51;
}

/* TRUST BAR */
.trust-bar {
  background: linear-gradient(90deg, var(--maroon), var(--maroon-dark));
  padding: 18px 10px;
  display: flex;
  justify-content: space-around;
  color: var(--white);
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.trust-item i {
  color: var(--gold);
  font-size: 30px;
  float: left;
}
.trust-delivery i { color: #f5c542; }
.trust-quality i { color: #ffd700; }
.trust-satisfaction i { color: #ffda6a; }
.trust-secure i { color: #e6c15a; }

.trust-item span {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}


/* MESSAGE BAR */
.message-bar {
  background: linear-gradient(90deg, var(--maroon-dark), var(--maroon));
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid var(--gold);
}
.message-text {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
}
.message-text i {
  color: var(--gold);
  margin-right: 10px;
  font-size: 20px;
}
.message-btn {
  background: linear-gradient(180deg, var(--gold-soft), var(--gold));
  color: var(--black);
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #b8962e;
  box-shadow: 0 3px 0 #9f8124;
  transition: all 0.2s ease;
}
.message-btn:hover {
  background: linear-gradient(180deg, var(--gold), var(--gold-soft));
  transform: translateY(-1px);
}

/* ABOUT */
.about{
  background:#f5f7f8;
  padding:40px;
  text-align:center;
}
.about h2{
  letter-spacing:4px;
  font-size:20px;
  margin-bottom:10px;
}
.about p{
  max-width:800px;
  margin:auto;
  font-size:14px;
  color:#555;
}

/* PROMO */
.promo{
  display:flex;
  gap:20px;
  padding:40px 30px;
}
.promo a {
    width: 49.2%;
    display: inline-block;
}
.promo img {
    width: 100%;
}


.contact-bar {
  background: var(--black);
  color: var(--white);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 4px solid var(--gold);
}
.contact-left i {
  float: left;
  color: var(--gold);
  font-size: 36px;
  margin-right: 10px;
}
.contact-left span {
  font-size: 20px;
  font-weight: 500;
  padding-top: 5px;
  display: inline-block;
}
.contact-btn {
  background: var(--gold);
  color: var(--black);
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  transition: 0.3s;
}
.contact-btn:hover {
  background: var(--gold-soft);
}


/* CATEGORIES */
.categories{
  text-align:center;
  padding:20px 30px 40px 30px;
}
.categories h2{
  font-size:22px;
  margin-bottom:20px;
}
.cat-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.cat{
  position:relative;
  overflow:hidden;
}
.cat img {
  height:300px;
  width:100%;
  object-fit:cover;
  object-position: top;
  transform: scale(1.05);
  transition: transform 3s ease;
}
.cat span {
  bottom:0;
  left:0;
  right:0;
  position:absolute;
  color:#fff;
  padding:14px;
  font-weight:bold;
  background: linear-gradient(to top,rgba(0,0,0,.75),transparent);
}
.cat:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* TABS */
.tabs{
  padding: 40px 30px 0 30px
}
.tabs input{display:none}
.tab-label{
  display: inline-block;
  padding: 10px 20px;
  margin-right: 5px;
  background-color: #f7f7f7; /* light-bg */
  color: #140a0d; /* black from logo */
  font-weight: bold;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #ddd;
  border-bottom: none;
}
.tab-label:hover {
  background-color: var(--maroon-dark); /* yellow accent */
  color: #fff;
}
.tabs input:checked + .tab-label {
  border-color: var(--maroon-dark);
}
.tab-content{
  display: none;
  padding: 15px;
  border: 1px solid #ddd;
  background-color: #ffffff;
  border-radius: 0 0 6px 6px;
  margin-top: -1px;
  color: #140a0d; /* primary text */
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
}
#tab1:checked~.c1,
#tab2:checked~.c2,
#tab3:checked~.c3,
#tab4:checked~.c4,
#tab5:checked~.c5 {
  display:block
}
#tab1:checked + .tab-label,
#tab2:checked + .tab-label,
#tab3:checked + .tab-label,
#tab4:checked + .tab-label,
#tab5:checked + .tab-label {
  background-color: var(--maroon-dark); /* active tab dark */
  color: #ffffff;
  border-bottom: 1px solid var(--maroon-dark);
}
.tab-content {
  animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}


/* FOOTER */
.footer {
  padding:30px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:12px;
}


/* MOBILE */
@media(max-width:768px){
  .product-wrap,.promo{flex-direction:column}
  .product-left,.product-right{width:100%}
  .cat-grid,.trust-bar{grid-template-columns:1fr}
  .contact-bar{
    flex-direction:column;
    gap:15px;
    text-align:center;
  }
}
@media screen and (max-width: 750px) {

  .header-inner {
    padding: 10px 15px;
    gap: 20px;
    flex-direction: column;
  }
  .header-badges img {
    width: 48%;
  }
  .trust-bar .trust-item {
    width: 50%;
    float: left;
    padding: 10px;
  }
  .trust-bar {
      display: inline-block;
      width: 100%;
      padding: 30px;
  }
  .promo {
    display: block;
  }
  .promo a {
    width: 100%;
    vertical-align: top;
  }
  .tabs {
    padding: 10px 30px 0 30px;
  }
  .footer {
    gap: 20px;
    flex-direction: column;
  }
  .footer img {
    height: auto;
  }
}
@media screen and (max-width: 480px) {

  .ebay-nav ul li {
    margin: 0 7px;
  }
  .contact-left i {
    float: none;
  }
}