* {
  box-sizing: border-box;
}

body.P_page {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f4f7fb;
  color: #111827;
}

.P_container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

button,
a {
  font-family: inherit;
}

/* HEADER START */

/* HEADER START */

.P_header {
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  position: relative;
  top: 0;
  z-index: 20;
}

.P_header-inner {
  width: min(1180px, 92%);
  margin: 0 auto;
  min-height: 100px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.P_logo {
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.P_logo-icon {
  width: 60px;
  height: 50px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  font-size: 26px;
  font-weight: 950;
  letter-spacing: -0.01em;
  background: linear-gradient(135deg, #3b82f6, #4338ca);
  box-shadow: 0 10px 24px rgba(59, 130, 246, 0.22);
}

.P_logo-text {
  color: #111827;
  font-family: 'Inter', sans-serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.P_nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
  color: #475467;
}

.P_nav a {
  color: #475467;
  font-size: 15px;
  font-weight: 700;
}

.P_nav a:hover {
  color: #2563eb;
}

/* PRODUCT NAVIGATION DROPDOWNS START */

.P_nav-item {
  position: relative;
  display: flex;
  align-items: center;
}

.P_nav-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 12px 0;
  white-space: nowrap;
}

.P_nav-arrow {
  font-size: 11px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.P_nav-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 60;
  min-width: 220px;
  padding: 8px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.P_nav-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
}

.P_nav-dropdown a {
  display: block;
  padding: 11px 12px;
  border-radius: 10px;
  color: #475467;
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
}

.P_nav-dropdown a:hover,
.P_nav-dropdown a:focus-visible {
  color: #1d4ed8;
  background: #eff6ff;
  outline: none;
}

.P_nav-item:hover .P_nav-dropdown,
.P_nav-item:focus-within .P_nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.P_nav-item:hover .P_nav-arrow,
.P_nav-item:focus-within .P_nav-arrow {
  transform: rotate(180deg);
}

/* PRODUCT NAVIGATION DROPDOWNS END */

#P_header-stats {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
}
.P_header-stat {
  min-width: 78px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #f8fafc;
  border: 2px solid #c2410c;
  text-align: center;
}

.P_header-stat strong {
  display: block;
  color: #0f172a;
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
}

.P_header-stat span {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 15px;
  font-weight: 700;
}
/* HEADER END */


/* HERO START */

.P_hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e40af 55%, #2563eb 100%);
  padding: 30px 0 130px;
  border-radius: 0 0 34px 34px;
}

.P_hero-top {
  text-align: center;
  color: #ffffff;
}

.P_hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.4px;
  margin-bottom: 18px;
}

.P_hero h1 {
  margin: 0 auto 6px;
  max-width: 920px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -1.4px;
}

.P_hero p {
  margin: 0;
  font-size: 19px;
  opacity: 0.95;
}

/* HERO END */


/* CONTENT START */

.P_content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  margin-top: -80px;
  padding: 0 0 48px;
  position: relative;
  z-index: 5;
}

.P_main-content {
  display: grid;
  gap: 24px;
  min-width: 0;
}

.P_panel {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 26px;
  padding: 30px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.P_main-product-panel {
  height: 360px;
}

.P_panel h2 {
  margin: 0 0 14px;
  font-size: 28px;
  letter-spacing: -0.8px;
}

.P_panel p {
  color: #475569;
  font-size: 16px;
  line-height: 1.65;
}

/* CONTENT END */


/* MAIN PRODUCT DEAL BOX START */

.P_deal-box {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 26px;
  align-items: stretch;
  height: 100%;
}

.P_deal-left {
  background: #f8fafc;
  border-radius: 20px;
  overflow: hidden;
  min-width: 0;
}

.P_deal-left img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}

.P_deal-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.P_deal-store {
  margin: 0 0 8px;
  color: #2563eb;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.P_deal-right h2 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.15;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.P_deal-desc {
  margin: 0 0 16px;
  color: #475569;
  font-size: 15px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.P_deal-price-wrap {
  margin-bottom: 14px;
}

.P_deal-price-wrap span {
  display: block;
  color: #b91c1c;
  font-size: 16px;
  margin-bottom: 2px;
  font-weight: 850;
  text-decoration: line-through;
}

.P_deal-price-wrap strong {
  font-size: 34px;
  font-weight: 900;
  color: #111827;
}

.P_deal-button,
.P_card-button,
.P_voucher-button {
  display: inline-block;
  width: fit-content;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  cursor: pointer;

  border-radius: 14px;

  font-size: 14px;
  font-weight: 900;

  text-align: center;
}

.P_deal-button,
.P_card-button {
  border: 0;

  background: #22c55e;
  color: #ffffff;

  padding: 13px 24px;
}

.P_voucher-button {
  background: #f97316;
  color: #ffffff;

  padding: 13px 24px;

  border: 2px dashed rgba(255,255,255,0.7);
}

/* MAIN PRODUCT DEAL BOX END */


/* =========================================================
 affiliate box 
   ========================================================= */
.P_affiliate-box {
  max-width: 784px;
  margin: 0 auto 2px;
  color: #475569;
  padding: 4px 8px;

  border: 1px solid #e5e7eb;
  border-left: 3px solid #f97316;

  border-radius: 2px 14px 14px 2px;

  background: #ffffff;
}
/* =========================================================
 affiliate box 
   ========================================================= */




/* REASON LIST START */

.P_reason-list {
  display: grid;
  gap: 14px;
}

.P_reason-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  background: #f8fafc;
  border-radius: 18px;
  padding: 16px;
}

.P_reason-number {
  width: 48px;
  height: 48px;
  background: #2563eb;
  color: #ffffff;
  display: grid;
  place-items: center;
  border-radius: 16px;
  font-weight: 900;
}

.P_reason-item p {
  margin: 0;
}

/* REASON LIST END */


/* SPECS START */

.P_specs {
  width: 100%;
  border-collapse: collapse;
}

.P_specs td {
  padding: 16px 0;
  border-bottom: 1px solid #e5e7eb;
}

.P_specs td:first-child {
  color: #64748b;
  font-weight: 700;
  width: 35%;
}

.P_specs td:last-child {
  font-weight: 800;
}

/* SPECS END */




/* SIDEBAR START */

.P_sidebar {
  min-width: 0;
}

.P_sticky-card {
  position: sticky;
  top: 100px;
  background: #111827;
  color: #ffffff;
  border-radius: 26px;
  padding: 26px;
  height: 360px;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.22);
}

.P_sidebar-label {
  margin: 0;
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.P_sticky-card h3 {
  margin: 12px 0 4px;
  font-size: 44px;
}

.P_sidebar-saving {
  margin: 0 0 20px;
  color: #94a3b8;
  text-decoration: line-through;
}

.P_sidebar-button {
  display: block;
  width: 100%;
  background: #22c55e;
  color: #ffffff;
  text-align: center;
  padding: 15px 18px;
  border-radius: 14px;
  font-weight: 900;
  text-transform: uppercase;
letter-spacing: 0.4px;
}

.P_sidebar-voucher-button {
  display: block;
  width: 100%;
  background: #f97316;
  color: #ffffff;
  text-align: center;
  padding: 15px 18px;
  border-radius: 14px;
  font-weight: 900;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
letter-spacing: 0.4px;
}

.P_sticky-card ul {
  margin: 20px 0 0;
  padding-left: 18px;
  color: #cbd5e1;
  line-height: 1.9;
}

.P_affiliate-note {
  margin: 8px 0 0;
  color: #f97316;
  font-size: 13px;
  line-height: 1.5;
}

/* SIDEBAR END */


/* PRODUCT NEWSLETTER START */

#P_newsletterContainer {
  width: 100%;
  padding: 0;
}

.P_newsletter {
  margin: 0;
  padding: 28px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 10%, rgba(96, 165, 250, 0.32), transparent 28%),
    linear-gradient(135deg, #ffffff, #eef2ff);
  border: 1px solid rgba(37,99,235,0.22);
  box-shadow: 0 20px 50px rgba(15,23,42,0.10);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
}

.P_newsletter h2 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 32px;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.P_newsletter p {
  margin: 0;
  max-width: 620px;
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}

.P_newsletter-form {
  width: min(400px, 100%);
  padding: 7px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(37,99,235,0.22);
  display: flex;
  gap: 8px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(15,23,42,0.08);
}

.P_newsletter-form input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 14px;
  font-size: 14px;
  font-weight: 800;
  color: #111827;
  background: transparent;
}

.P_newsletter-form input::placeholder {
  color: #64748b;
}

.P_newsletter-form button {
  border: 0;
  cursor: pointer;
  padding: 14px 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 14px 34px rgba(37,99,235,0.24);
  transition: 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.P_newsletter-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(37,99,235,0.32);
}

@media (max-width: 960px) {
  .P_newsletter {
    grid-template-columns: 1fr;
  }

  .P_newsletter-form {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .P_newsletter-form {
    flex-direction: column;
  }

  .P_newsletter-form button {
    width: 100%;
  }
}

/* PRODUCT NEWSLETTER END */



/* RELATED DEALS START */

.P_related-wrap {
  background: #eaf0f8;
  padding: 56px 0 66px;
}

.section-heading {
  text-align: center;
  margin-bottom: 34px;
}

.section-heading p {
  margin: 0 0 10px;
  color: #2563eb;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: -1.5px;
}

.deal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.deal-card {
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.deal-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.14);
}

.image-box {
  position: relative;
  height: 220px;
  overflow: hidden;
  flex-shrink: 0;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.deal-card:hover .image-box img {
  transform: scale(1.04);
}

.discount {
  position: absolute;
  right: 16px;
  top: 16px;
  background: #e60000;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  max-width: calc(100% - 32px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.deal-info {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.store-name {
  margin: 0 0 8px;
  color: #475569;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.deal-info h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
  min-height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.deal-description {
  margin: 12px 0 0;
  color: #667085;
  line-height: 1.6;
  font-size: 14px;
  min-height: 68px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.deal-bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}
/* =========================================================
   RELATED SMALL DEAL CARDS START
   ========================================================= */
.deal-bottom .old-price {
  display: block;
  color: #b91c1c;
  font-size: 15px;
  font-weight: 800;
  text-decoration: line-through;
  margin-bottom: -6px;
}
/* =========================================================
   RELATED SMALL DEAL CARDS END
   ========================================================= */
.deal-bottom strong {
  font-size: 26px;
  line-height: 1.1;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.deal-bottom a,
.deal-bottom button {
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #ffffff;
  width: 100%;
  padding: 14px 24px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
letter-spacing: 0.4px;
}

.deal-bottom button {
  background: #f97316;
}

/* RELATED DEALS END */





/* RESPONSIVE START */

@media (max-width: 1100px) {
  .deal-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .P_content-grid {
    grid-template-columns: 1fr;
  }

  .P_main-product-panel,
  .P_sticky-card {
    height: auto;
  }

  .P_deal-box {
    grid-template-columns: 1fr;
  }

  .P_deal-left img {
    height: 220px;
  }

  .P_nav {
    display: none;
  }

  .P_sticky-card {
    position: static;
  }
}

@media (max-width: 640px) {
  .deal-grid {
    grid-template-columns: 1fr;
  }

  .P_hero h1 {
    font-size: 32px;
  }

  .P_hero p {
    font-size: 16px;
  }

  .P_panel {
    padding: 22px;
  }
}

/* =========================================================
   PRODUCT FOOTER START
   ========================================================= */

.P_footer {
  overflow: hidden;
}

.P_footer-inner {
  width: min(1180px, 92%);
  margin: 0 auto;
  padding: 36px 0 20px;
}

.P_footer-main {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr 0.9fr 1.15fr;
  gap: 30px;
  align-items: start;
}

.P_footer-brand {
  min-width: 0;
}

.P_footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 6px 0 14px;
}

.P_footer-logo-icon {
  width: 48px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #3b82f6, #4338ca);
  color: #ffffff;
  font-size: 22px;
  font-weight: 950;
}

.P_footer-logo-text {
  color: #ffffff;
  font-size: 24px;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.P_footer-description,
.P_footer-trust li,
.P_footer-newsletter p,
.P_footer-copy {
  color: rgba(255,255,255,.72);
}

.P_footer-description {
  margin: 0;
  max-width: 340px;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.6;
}

.P_footer-col h3,
.P_footer-newsletter h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
}

.P_footer-links,
.P_footer-trust {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.P_footer-links a {
  color: rgba(255,255,255,.82);
  font-size: 15px;
  font-weight: 700;
  transition: .2s ease;
}

.P_footer-links a:hover {
  color: #ffffff;
}

/* Trust list items */
.P_footer-trust li {
  display: flex;
  align-items: flex-start;
  gap: 10px;

  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

/* Green tick shown before each trust point */
.P_footer-trust li::before {
  content: "✓";

  width: 18px;
  height: 18px;

  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-top: 1px;

  border-radius: 50%;

  background: #22c55e;

  color: #ffffff;

  font-size: 14px;
  font-weight: 900;
}
.P_footer-newsletter {
  padding: 14px;
  border-radius: 22px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
}

.P_footer-newsletter h3 {
  margin-bottom: 10px;
}

.P_footer-newsletter p {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}

.P_footer-form {
  display: flex;
  align-items: center;
  overflow: hidden;

  background: #ffffff;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
}

.P_footer-form input {
  flex: 1;
  min-width: 0;

  border: 0;
  outline: 0;

  padding: 12px 16px;

  background: transparent;

  color: #111827;

  font-size: 14px;
  font-weight: 700;
}

.P_footer-form input::placeholder {
  color: #64748b;
}

.P_footer-form button {
  width: 48px;
  height: 48px;

  flex-shrink: 0;

  border: 0;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg,#3b82f6,#2563eb);

  color: #ffffff;

  font-size: 22px;
  font-weight: 900;

  transition: .2s ease;
}

.P_footer-form button:hover {
  filter: brightness(1.08);
}

.P_footer-bottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.14);
}

.P_footer-copy {
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

/* =========================================================
   PRODUCT FOOTER END
   ========================================================= */
/* =========================================================
   PRODUCT COOKIE START
   ========================================================= */

.P_cookie {
  position: fixed;

  right: 18px;
  bottom: 18px;

  max-width: 340px;

  background: #ffffff;

  border: 1px solid #e5eaf2;
  border-radius: 18px;

  padding: 16px;

  box-shadow: 0 18px 42px rgba(15,23,42,0.16);

  z-index: 9999;

  display: none;
}

.P_cookie.show {
  display: block;
}

.P_cookie p {
  margin: 0 0 12px;

  color: #475569;

  font-size: 13px;
  line-height: 1.45;

  font-weight: 700;
}

.P_cookie button {
  border: 0;

  cursor: pointer;

  padding: 10px 14px;

  border-radius: 12px;

  background: #111827;

  color: #ffffff;

  font-size: 12px;
  font-weight: 900;

  transition: 0.2s ease;
}

.P_cookie button:hover {
  transform: translateY(-1px);
}

/* =========================================================
   PRODUCT COOKIE END
   ========================================================= */



/* =========================================================
   PRODUCT MOBILE START
   ========================================================= */

@media (max-width: 768px) {

  .P_footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .P_footer-links {
    gap: 16px;
  }

  .P_cookie {
    left: 16px;
    right: 16px;

    max-width: none;
  }

}

/* =========================================================
   PRODUCT MOBILE END
   ========================================================= */
/* RESPONSIVE END */
