:root {
  --bg: #ffffff;
  --text: #232323;
  --muted: #3c3c3c;
  --line: #ebebeb;
  --accent: #fe2858;
  --accent-dark: #d91e49;
  --footer-bg: #000000;
  --footer-heading: #ffac30;
  --container: 1370px;
  --container-narrow: 1170px;
  --radius: 6px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: "Source Sans 3", sans-serif;
}

img,
video {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.container {
  width: min(calc(100% - 50px), var(--container));
  margin: 0 auto;
}

.announcement-bar {
  overflow: hidden;
  background: #f7f1f1;
  color: #757171;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  margin-block: 10px;
  padding-block: 5px;
}

.announcement-track {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 820px;
  padding: 6px 0;
  gap: 20px;
}

span.announcement-item {
  display: flex;
  align-items: center;
  gap: 7px;
  text-wrap: balance;
}

.site-header {
  z-index: 20;
  background: #fff;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 11px 0 14px;
}

.site-logo img {
  width: 160px;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 16px;
}

.support-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
}

.support-link svg {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
}

.support-link p {
  margin: 0;
}
.logo_header-mob {
  display: none;
}

.desktop-search {
  display: flex;
  align-items: center;
  background: #fafafa;
  width: 160px;
height: 30px;
border-bottom: 1px solid #c7c7c7;
padding-top: 4px;
line-height: 0;
padding-inline: 10px;
}

.desktop-search input {
  width: 100%;
  padding: 0 ;
  color: #232323;
  background: transparent;
  border: unset;
  font-size: 16px;
  outline: none;
}

.desktop-search input::placeholder {
  color: #a3a3a3;
  opacity: 1;
}

.desktop-search input:focus {
  border-bottom-color: #232323;
}

.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  color: var(--text);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.icon-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.search-toggle {
  display: none;
}

.cart-button {
  position: relative;
}

.cart-count {
  top: -1px;
  right: -3px;
  min-width: 14px;
  height: 14px;
  padding: 0 4px;
  color: #fff;
  background: var(--text);
  border-radius: 999px;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
}

.search-panel {
  display: none;
  padding: 0 0 16px;
  border-top: 1px solid #f3f3f3;
}

.search-inner {
  display: flex;
  gap: 12px;
}

.search-inner input {
  flex: 1;
  height: 48px;
  padding: 0 14px;
  border: 1px solid #e7e7e7;
  background: #fafafa;
}

.search-inner button {
  height: 48px;
  padding: 0 18px;
  color: var(--text);
  background: transparent;
  border: 1px solid #d8d8d8;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.hero {
  padding: 40px 0;
}

.hero h1,
.section-heading h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.footer-col h2 {
  margin: 0;
  font-family: "source sans 3", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 650px;
  margin: 0 auto;
  font-size: 21px;
  line-height: 1.25;
  text-align: center;
}

.hero .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #323232;
  opacity: 1;
}

.hero .swiper-pagination-bullet-active {
  background: #323232;
}

.section {
  padding: 24px 0 62px;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
  text-align: center;
}

.section-heading h2 {
  font-size: 15px;
}


.products {
  padding-top: 6px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 48px;
  justify-items: center;
}

.product-grid[hidden] {
  display: none !important;
}

.product-card {
  position: relative;
  /* max-width: 270px; */
}

.product-info h3 {
  min-height: 2lh;
}

.product-media {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
  border-radius: var(--radius);
}

.product-media img {
  aspect-ratio: 1;
  object-fit: cover;
}

.discount,
.badge {
  z-index: 2;
  font-size: 12px;
  line-height: 1.2;
}

.discount {
  position: absolute;
  top: 10px;
  right: 0;
  min-width: 80px;
  padding: 4px 0 5px;
  padding-left: 10px;
  color: #fff;
  background: #ff3b6a;
  text-align: center;
  transform: translate(22%, -22%) rotate(45deg);
  transform-origin: center;
  font-weight: 600;
}

.badge {
  position: absolute;
  top: 19px;
  left: 0;
  padding: 2px 7px 3px;
  color: #fff;
  background: #ff1c10;
  font-weight: 700;
}

.quick-view {
  width: fit-content;
  height: 26px;
  position: absolute;
  display: flex;
  align-items: center;
  inset: 0;
  margin: auto;
  padding: 8px 16px;
  color: #000;
  background: rgba(255, 255, 255, 0.88);
  opacity: 0;
  transition: opacity 0.2s ease;
  cursor: pointer;
  border: unset;
}
.quick-view:hover {
  background: rgba(25, 25, 25, 0.88);
color: white;
}

.product-card:hover .quick-view {
  opacity: 1;
}

.product-info h3 {    overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin: 0 0 8px;
  font-family: 'Source Sans 3';
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 3px;
  font-size: 13px;
  color: #464646;
}

.rating-row .divider + span {
 
  color: #707070;
}

.stars {
  color: #ffa400;
  font-size: 18px;
  line-height: 17px;
}

.divider {
  color: #a4a4a4;
}

.price {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 10px;
  line-height: 1.1;
}

.price strong {
  color:#fe2858;
  font-weight: 600;
  font-size: 17px;
}

.price s {
  color: #464646;
  font-weight: 600;
  font-size: 15px;
}

.load-more-wrap {
  margin-top: 55px;
  text-align: center;
  position: relative;
}

.load-more-spinner {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.load-more-spinner.is-visible {
  opacity: 1;
}

.load-more-spinner svg {
  width: 100%;
  height: 100%;
  display: block;
  animation: loadMoreSpin 1s linear infinite;
}

.load-more-spinner circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 90;
  stroke-dashoffset: 25;
  color: var(--text);
}

@keyframes loadMoreSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.load-more {
  display: inline-block;
  min-width: 200px;
  margin: 40px auto 0;
  padding: 10px 18px;
  color: #fff;
  background: var(--text);
  border: none;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
}

.site-footer {
  color: #fff;
  background: var(--footer-bg);
}

.footer-grid {
  display: flex;
  gap: 58px;
  width: min(calc(100% - 32px), 1210px);
  padding: 44px 0 30px;
}

.footer-brand svg {
  margin-bottom: 28px;
}

.footer-col:nth-child(1) {
  width: 30%;
}
.footer-col:nth-child(2) {
  width: 15%;
}
.footer-col:nth-child(3) {
  width: 25%;
}
.footer-col h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 26px;
  line-height: 1.05;
  font-weight: 500;
  text-transform: capitalize;
}

.footer-col p,
.footer-col li,
.footer-col a {
  color: #fff;
  font-size: 16px;
  line-height: 1.45;
}

.footer-col p {
  margin: 0 0 14px;
  color: #e7e7e7;
}

.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-col.policy a {
  line-height: 28px;
  font-size: 16px;
  color: #e7e7e7;
}


.footer-col .icon-group {
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer-bottom {
  border-top: 1px solid #2c2c2c;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(calc(100% - 32px), 1210px);
  padding: 16px 0 22px;
}

.footer-bottom p,
.payments {
  margin: 0;
  color: #fff;
  font-size: 13px;
}

.payments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.payments svg {
  height: 30px;
  width: 45px;
}

.payments .list-payment {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
}


.cookie-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 35;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 16px;
  background: #fff;
  border-top: 1px solid #ececec;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
}

.cookie-bar p {
  margin: 0;
  font-size: 16px;
  line-height: normal;
}

.cookie-bar a {
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cookie-actions button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.cookie-link,
.cookie-close {
  font-size: 16px;
}

.cookie-accept {
  padding: 12px 18px;
  color: #fff;
  background: #111111 !important;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1024px) {

  .hero h1 {
    font-size: 20px;
  }

  .category-grid,
  .product-grid {
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .container {
    width: min(calc(100% - 30px), var(--container));
  }

  .header-inner {
    justify-content: center;
    padding: 10px 0 8px;
  }

  .site-header a.site-logo {
    display: none;
  }

  .header-tools {
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
}

  .site-logo img {
    display: none;
    width: 0;
    opacity: 0;
  }

  .hero {
    padding-block: 4px;
  }

  .hero h1 {
    max-width: 300px;
    font-size: 18px;
  }

  .announcement-track {
    gap: 9px;
    padding: 6px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    width: calc(100% - 30px);
    text-align: center;
  }

  span.announcement-item {
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 6px;
    line-height: 1;
}

.rating-row {
  font-size: 12px;
}

  .section {
    padding: 18px 0 26px;
  }

  .section-heading {
    margin-bottom: 14px;
    display: none;
  }

  .section-heading h2 {
    font-size: 15px;
  }

  .category-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }

  .category-card span {
    font-size: 10px;
  }

  .product-info h3 {
    margin-bottom: 3px;
  }


  .footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    width: min(calc(100% - 30px), var(--container-narrow));
  }
  
  .footer-grid .footer-col {
    width: auto;
  }

  .footer-brand svg.logo-footer {
    margin-inline: auto;
    display: block;
  }


  .footer-bottom-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    width: min(calc(100% - 20px), var(--container-narrow));
    padding: 12px 0 66px;
  }

  .support-link p,
  .desktop-search {
    display: none;
  }

  .logo_header-mob {
    display: flex;
  }

  .search-toggle {
    display: inline-flex;
  }


  .cookie-bar {
    position: fixed;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 35;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    background: #fff;
    border-top: 1px solid #ececec;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
  }


  .cookie-bar a {
    text-decoration: underline;
  }
  .cookie-bar p {
    padding-right: 20px;
  }

  .cookie-actions {
    flex-direction: column-reverse;
    display: flex;
    width: 100%;
  }

  .cookie-actions button {
    width: 100%;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .cookie-actions  button.cookie-close {
    position: absolute;
    right: 0;
    top: 0px;
    width: 30px;
    height: 30px;
  }


  .cookie-accept {
    padding: 8px 12px;
    color: #fff;
    background: #111111;
  }
}
