/*
Theme Name: NylonTattoo
Theme URI: https://nylontattoo.com
Author: NylonTattoo
Author URI: https://nylontattoo.com
Description: A dark, edgy WooCommerce theme for NylonTattoo sleeves shop.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nylontattoo
Tags: e-commerce, dark, woocommerce, custom-logo
*/

/* ========================
   ROOT &amp; RESET
======================== */
:root {
  --gold: #c9a84c;
  --gold-light: #f0c84a;
  --dark: #0a0a0a;
  --dark2: #111111;
  --dark3: #1a1a1a;
  --dark4: #222222;
  --text: #f0f0f0;
  --text-muted: #888888;
  --border: #2a2a2a;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html { scroll-behavior: smooth; }

body {
  background-color: var(--dark);
  color: var(--text);
  font-family: &#039;Segoe UI&#039;, system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--gold-light); }

/* ========================
   NAVIGATION
======================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--dark);
  border-bottom: 1px solid var(--border);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 40px;
  max-width: 1280px;
  margin: 0 auto;
}

.site-logo {
  font-size: 22px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.site-logo img {
  height: 40px;
  width: auto;
  max-width: 260px;
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
}

.main-navigation ul {
  display: flex;
  gap: 32px;
  list-style: none;
}

.main-navigation a {
  color: #ccc;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.main-navigation a:hover { color: var(--gold); }

.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-cart-link {
  background: var(--gold);
  color: #000 !important;
  padding: 10px 22px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.nav-cart-link:hover { background: var(--gold-light); color: #000 !important; }

/* ========================
   HERO
======================== */

/* =================================================================
   HERO SECTION
   Desktop : image left 55% | text panel right 45%
   Mobile  : full-bleed image, text overlay bottom
   ================================================================= */

/* ---- Outer wrapper ---- */
.hero-section {
  display: flex;
  flex-direction: row;
  min-height: 92vh;
  background: #0a0a0a;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
  position: relative;
}

/* ---- Left : full-height image ---- */
.hero-image-col {
  flex: 0 0 58%;
  max-width: 58%;
  position: relative;
  overflow: hidden;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* Subtle right-edge fade so image blends into dark panel */
.hero-image-col::after {
  content: &#039;&#039;;
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    transparent 50%,
    rgba(10, 10, 10, 0.75) 85%,
    rgba(10, 10, 10, 1) 100%
  );
  pointer-events: none;
}

/* ---- Right : text panel ---- */
.hero-content-col {
  flex: 0 0 42%;
  max-width: 42%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 72px 80px 56px;
  background: #0a0a0a;
  position: relative;
  z-index: 2;
}

.hero-badge {
  font-size: 11px;
  letter-spacing: 0.25em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}

.hero-title {
  font-size: clamp(34px, 3.2vw, 58px);
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1.06;
  margin: 0 0 20px 0;
}

.hero-subtitle {
  font-size: clamp(14px, 1.1vw, 17px);
  color: rgba(255,255,255,0.70);
  line-height: 1.7;
  margin: 0 0 40px 0;
  max-width: 360px;
}

.hero-buttons {
  display: flex;
  gap: 0;
}

/* Hide Learn More everywhere */
.hero-buttons .btn-secondary {
  display: none !important;
}

/* Shop Now — urgent gold pill */
.hero-buttons .btn-primary {
  background: var(--gold);
  color: #000 !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 18px 44px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
  transition: background 0.2s, transform 0.15s;
}

.hero-buttons .btn-primary::after {
  content: &#039; →&#039;;
  font-size: 15px;
  font-weight: 900;
}

.hero-buttons .btn-primary:hover {
  background: #e8c15a;
  transform: translateY(-2px);
}

/* ---- MOBILE : full-bleed overlay ---- */
@media (max-width: 768px) {

  .hero-section {
    flex-direction: column;
    min-height: 100svh;
    position: relative;
  }

  /* Image fills the whole hero */
  .hero-image-col {
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  /* Remove the right-edge fade, use bottom-up overlay */
  .hero-image-col::after {
    background: linear-gradient(
      to top,
      rgba(5, 5, 5, 0.96) 0%,
      rgba(5, 5, 5, 0.70) 45%,
      rgba(5, 5, 5, 0.15) 100%
    );
  }

  .hero-img {
    object-position: 50% 20%;
  }

  /* Text anchored to bottom, over the image */
  .hero-content-col {
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    background: transparent;
    justify-content: flex-end;
    padding: 0 24px 52px 24px;
    /* Push content down so image shows above */
    margin-top: auto;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
  }

  .hero-badge {
    font-size: 10px;
    margin-bottom: 12px;
  }

  .hero-title {
    font-size: clamp(30px, 8.5vw, 46px);
    margin-bottom: 12px;
  }

  .hero-subtitle {
    font-size: 14px;
    margin-bottom: 28px;
    max-width: 100%;
  }

  /* Shop Now — full width on mobile */
  .hero-buttons .btn-primary {
    width: 100%;
    justify-content: center;
    padding: 18px 24px;
    font-size: 14px;
  }
}
/* ========================
   BUTTONS
======================== */
.btn-primary {
  background: var(--gold);
  color: #000;
  padding: 14px 32px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  display: inline-block;
  transition: background 0.2s;
}

.btn-primary:hover { background: var(--gold-light); color: #000; }

.btn-secondary {
  background: transparent;
  color: var(--gold);
  padding: 14px 32px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid var(--gold);
  display: inline-block;
  transition: background 0.2s, color 0.2s;
}

.btn-secondary:hover { background: var(--gold); color: #000; }

/* ========================
   SECTIONS
======================== */
.section {
  padding: 72px 40px;
  max-width: 1280px;
  margin: 0 auto;
}

.section-full {
  padding: 72px 40px;
}

/* section-label and section-title defined in product grid section */

.gold-line {
  width: 40px;
  height: 3px;
  background: var(--gold);
  margin-bottom: 20px;
}

/* ========================
   FEATURES STRIP
======================== */
.features-strip {
  background: var(--dark2);
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 40px;
}

.feature-item { text-align: center; }

.feature-icon {
  font-size: 28px;
  margin-bottom: 12px;
}

.feature-item h3 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}

.feature-item p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

/* ========================
   PRODUCT GRID (custom + WooCommerce)
======================== */

/* Section header */
.section-label {
  font-size: 11px;
  letter-spacing: 4px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 10px;
  opacity: 0.85;
}

.section-title {
  font-size: 38px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 48px;
  letter-spacing: -0.5px;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: &#039;&#039;;
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, #c9a84c, transparent);
}

/* Product grid layout */
.products-grid,
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  gap: 24px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Product card */
.product-card,
.woocommerce ul.products li.product {
  background: linear-gradient(160deg, #1c1c1c 0%, #141414 100%) !important;
  border: 1px solid rgba(201, 168, 76, 0.15) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  cursor: pointer !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
  padding: 0 !important;
  position: relative !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
}

/* Gold top accent line */
.woocommerce ul.products li.product::before {
  content: &#039;&#039; !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 2px !important;
  background: linear-gradient(90deg, transparent, #c9a84c, transparent) !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
  z-index: 2 !important;
}

.product-card:hover,
.woocommerce ul.products li.product:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(201, 168, 76, 0.5) !important;
  box-shadow: 0 12px 40px rgba(201, 168, 76, 0.18), 0 4px 12px rgba(0, 0, 0, 0.6) !important;
}

.woocommerce ul.products li.product:hover::before {
  opacity: 1 !important;
}

/* Product image wrapper */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: block !important;
  text-decoration: none !important;
  color: inherit !important;
}

.product-card .product-image,
.woocommerce ul.products li.product img {
  width: 100% !important;
  height: 260px !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.4s ease !important;
}

.woocommerce ul.products li.product:hover img {
  transform: scale(1.04) !important;
}

/* Product info area */
.product-card .product-info,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
  padding: 0 18px !important;
}

/* Product title */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #f0f0f0 !important;
  padding-top: 18px !important;
  padding-bottom: 6px !important;
  margin-bottom: 0 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  line-height: 1.4 !important;
}

/* Gold underline on title */
.woocommerce ul.products li.product .woocommerce-loop-product__title::after {
  content: &#039;&#039; !important;
  display: block !important;
  width: 28px !important;
  height: 1.5px !important;
  background: #c9a84c !important;
  margin-top: 8px !important;
  opacity: 0.7 !important;
}

/* Price */
.woocommerce ul.products li.product .price {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: var(--gold) !important;
  padding-top: 4px !important;
  padding-bottom: 10px !important;
  display: flex !important;
  align-items: baseline !important;
  gap: 8px !important;
}

.woocommerce ul.products li.product .price del {
  color: #555 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  text-decoration: line-through !important;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none !important;
  color: var(--gold) !important;
}

/* ADD TO CART button */
.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button {
  background: linear-gradient(135deg, #c9a84c 0%, #a0752e 100%) !important;
  color: #0a0a0a !important;
  border: none !important;
  padding: 13px 18px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  border-radius: 6px !important;
  margin: 4px 18px 18px !important;
  display: block !important;
  width: calc(100% - 36px) !important;
  cursor: pointer !important;
  transition: box-shadow 0.25s ease, transform 0.15s ease !important;
  box-shadow: 0 2px 12px rgba(201, 168, 76, 0.3) !important;
  text-align: center !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce ul.products li.product .button:hover {
  box-shadow: 0 4px 22px rgba(201, 168, 76, 0.55) !important;
  transform: translateY(-1px) !important;
  background: linear-gradient(135deg, #d4b85a 0%, #b5842e 100%) !important;
  color: #0a0a0a !important;
}

/* ========================
   ABOUT SECTION
======================== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-image {
  background: var(--dark3);
  border: 1px solid var(--border);
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.about-text h2 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
}

.about-text p {
  color: #777;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 16px;
}

/* ========================
   CONTACT SECTION
======================== */
.contact-section {
  background: var(--dark2);
  border-top: 1px solid #1e1e1e;
}

.contact-inner {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}

.contact-inner h2 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}

.contact-inner &gt; p {
  color: #666;
  margin-bottom: 32px;
  font-size: 15px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}

.contact-form input,
.contact-form textarea,
.woocommerce-Input,
.woocommerce form .input-text {
  background: #111 !important;
  border: 1px solid var(--border) !important;
  color: #fff !important;
  padding: 14px 16px !important;
  font-size: 14px !important;
  outline: none !important;
  width: 100% !important;
  transition: border-color 0.2s !important;
  border-radius: 0 !important;
}

.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--gold) !important; }

.contact-form textarea { height: 130px; resize: none; }

.contact-form .btn-primary { width: 100%; text-align: center; }

/* ========================
   WOOCOMMERCE OVERRIDES
======================== */
.woocommerce-breadcrumb { color: #555 !important; font-size: 13px !important; }
.woocommerce-breadcrumb a { color: var(--gold) !important; }

.woocommerce div.product .product_title {
  font-size: 32px !important;
  font-weight: 800 !important;
  color: #fff !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--gold) !important;
  font-size: 26px !important;
  font-weight: 700 !important;
}

.woocommerce div.product .woocommerce-product-details__short-description {
  color: #888 !important;
}

.woocommerce #respond input#submit {
  background: var(--gold) !important;
  color: #000 !important;
  border-radius: 0 !important;
}

/* ========================
   FOOTER
======================== */
.site-footer {
  background: #000;
  border-top: 1px solid #1a1a1a;
  padding: 36px 40px;
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-logo {
  font-size: 20px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-copy {
  font-size: 12px;
  color: #444;
}

.footer-links {
  display: flex;
  gap: 24px;
  list-style: none;
}

.footer-links a {
  font-size: 12px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-links a:hover { color: var(--gold); }

/* ========================
   RESPONSIVE
======================== */
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .nav-inner { padding: 14px 20px; }
  .main-navigation { display: none; }
  .section, .section-full { padding: 48px 20px; }
  .features-grid { padding: 48px 20px; }
  .footer-inner { flex-direction: column; text-align: center; }
}


/* ========================
   HIDE SHIPPING METHOD BLOCK IN CHECKOUT
   (keep shipping row in order summary)
======================== */
.wcf-customer-shipping {
    display: none !important;
}


/* ============================================================
   SHOPIFY-STYLE FOOTER REDESIGN
   ============================================================ */

/* ---- Base ---- */
.nt-footer {
  background: #0f0f0f;
  color: #ccc;
  font-family: &quot;Segoe UI&quot;, system-ui, -apple-system, sans-serif;
  border-top: 1px solid #1e1e1e;
}

/* ---- Newsletter strip ---- */
.nt-footer__nl-strip {
  background: #161616;
  border-top: 2px solid var(--gold, #c9a84c);
  padding: 48px 0;
}

.nt-footer__nl-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.nt-footer__nl-heading {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 6px;
  letter-spacing: 0.3px;
}

.nt-footer__nl-sub {
  color: #666;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}

.nt-footer__nl-form {
  display: flex;
  min-width: 400px;
  flex-shrink: 0;
}

.nt-footer__nl-form input[type=&quot;email&quot;] {
  flex: 1;
  background: #0f0f0f;
  border: 1px solid #333;
  border-right: none;
  color: #fff;
  padding: 14px 20px;
  font-size: 14px;
  border-radius: 4px 0 0 4px;
  outline: none;
  transition: border-color 0.2s;
}

.nt-footer__nl-form input[type=&quot;email&quot;]:focus {
  border-color: var(--gold, #c9a84c);
}

.nt-footer__nl-form input[type=&quot;email&quot;]::placeholder {
  color: #444;
}

.nt-footer__nl-form button {
  background: var(--gold, #c9a84c);
  color: #000;
  border: none;
  padding: 14px 28px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s, transform 0.1s;
}

.nt-footer__nl-form button:hover {
  background: var(--gold-light, #f0c84a);
}

.nt-footer__nl-form button:active {
  transform: scale(0.98);
}

/* ---- Main 4-column body ---- */
.nt-footer__body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 40px 48px;
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1fr;
  gap: 48px;
  align-items: start;
}

/* ---- Brand column ---- */
.nt-footer__col--brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nt-footer__wordmark {
  font-size: 20px;
  font-weight: 900;
  color: var(--gold, #c9a84c);
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}

.nt-footer__pitch {
  color: #666;
  font-size: 13px;
  line-height: 1.7;
  max-width: 230px;
  margin: 0;
}

.nt-footer__perks {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nt-footer__perks li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #666;
  font-size: 12px;
}

.nt-footer__perks li svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  fill: var(--gold, #c9a84c);
}

/* ---- Link columns ---- */
.nt-footer__col-title {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin: 0 0 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid #222;
}

.nt-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.nt-footer__links li a {
  color: #777;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s, padding-left 0.2s;
  display: block;
}

.nt-footer__links li a:hover {
  color: var(--gold, #c9a84c);
  padding-left: 4px;
}

/* ---- Social column ---- */
.nt-footer__social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.nt-footer__social li a {
  color: #777;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nt-footer__social li a:hover {
  color: var(--gold, #c9a84c);
}

.nt-footer__social li a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* ---- Bottom bar ---- */
.nt-footer__bar {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 40px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  border-top: 1px solid #1a1a1a;
}

.nt-footer__copy {
  color: #3d3d3d;
  font-size: 12px;
  margin: 0;
}

.nt-footer__legal {
  display: flex;
  gap: 22px;
}

.nt-footer__legal a {
  color: #3d3d3d;
  font-size: 12px;
  text-decoration: none;
  transition: color 0.2s;
}

.nt-footer__legal a:hover {
  color: #777;
}

.nt-footer__pay {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}

.nt-footer__pay-badge {
  background: #161616;
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  padding: 4px 9px;
  color: #666;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .nt-footer__body {
    grid-template-columns: 1.8fr 1fr 1fr;
  }
  .nt-footer__col--social {
    grid-column: 1 / -1;
    border-top: 1px solid #1e1e1e;
    padding-top: 32px;
  }
  .nt-footer__social {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px 32px;
  }
}

@media (max-width: 768px) {
  .nt-footer__nl-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 24px;
    gap: 24px;
  }
  .nt-footer__nl-form {
    min-width: 0;
    width: 100%;
  }
  .nt-footer__body {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    padding: 48px 24px 36px;
  }
  .nt-footer__col--brand {
    grid-column: 1 / -1;
  }
  .nt-footer__col--social {
    grid-column: 1 / -1;
  }
  .nt-footer__bar {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 24px 32px;
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .nt-footer__nl-strip {
    padding: 36px 0;
  }
  .nt-footer__body {
    grid-template-columns: 1fr;
    padding: 40px 20px 28px;
  }
  .nt-footer__bar {
    padding: 20px 20px 28px;
  }
}


/* ============================================================
   NTG — PREMIUM PRODUCT GALLERY
   Fashion-brand style: arrows · thumbnails · swipe · no zoom
   ============================================================ */

/* 1. WRAPPER ------------------------------------------------ */
.single-product .woocommerce-product-gallery {
  position: relative !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

/* 2. MAIN STAGE -------------------------------------------- */
.ntg-stage {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #0a0a0a;
  line-height: 0;
  touch-action: pan-y;
  user-select: none;
}

.ntg-track {
  display: flex;
  transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.ntg-slide {
  min-width: 100%;
  position: relative;
}

.ntg-slide img {
  width: 100%;
  height: auto;
  display: block !important;
  pointer-events: none;
}

/* 3. ARROWS ------------------------------------------------ */
.ntg-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(0,0,0,0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: rgba(255,255,255,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  transition: background 0.2s, opacity 0.2s, transform 0.15s;
  opacity: 0;
  pointer-events: none;
}

.ntg-stage:hover .ntg-arrow,
.ntg-stage:focus-within .ntg-arrow {
  opacity: 1;
  pointer-events: auto;
}

.ntg-arrow--prev { left: 12px; }
.ntg-arrow--next { right: 12px; }

.ntg-arrow:hover {
  background: rgba(201,168,76,0.75);
  color: #000;
  transform: translateY(-50%) scale(1.08);
}

.ntg-arrow:active {
  transform: translateY(-50%) scale(0.96);
}

.ntg-arrow svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

/* Hide arrows when only 1 image */
.ntg-gallery--single .ntg-arrow { display: none !important; }

/* 4. DOT INDICATORS (optional fallback) -------------------- */
.ntg-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 10px 0 2px;
}

.ntg-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255,255,255,0.22);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}

.ntg-dot.is-active {
  background: #c9a84c;
  transform: scale(1.3);
}

.ntg-gallery--single .ntg-dots { display: none; }

/* 5. THUMBNAILS -------------------------------------------- */
.ntg-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  padding-bottom: 4px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.ntg-thumbs::-webkit-scrollbar { display: none; }

.ntg-thumb {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.18s, opacity 0.18s;
  opacity: 0.55;
  background: #111;
}

.ntg-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.ntg-thumb.is-active {
  border-color: #c9a84c;
  opacity: 1;
}

.ntg-thumb:hover { opacity: 0.88; }

.ntg-gallery--single .ntg-thumbs { display: none; }

/* 6. HIDE NATIVE WOOCOMMERCE ELEMENTS ---------------------- */
.single-product .woocommerce-product-gallery__trigger,
.single-product .flex-control-nav,
.single-product .flex-direction-nav {
  display: none !important;
}

/* 7. HIDE NATIVE GALLERY WRAPPER (replaced by ntg) --------- */
.single-product .woocommerce-product-gallery__wrapper.ntg-replaced {
  display: none !important;
}

/* 8. MOBILE ------------------------------------------------ */
@media (max-width: 768px) {
  .ntg-arrow {
    width: 34px;
    height: 34px;
    opacity: 1;
    pointer-events: auto;
  }
  .ntg-arrow--prev { left: 8px; }
  .ntg-arrow--next { right: 8px; }
  .ntg-arrow svg { width: 15px; height: 15px; }

  .ntg-thumb {
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 480px) {
  .ntg-thumb {
    width: 48px;
    height: 48px;
  }
}


/* =============================================================
   COMPREHENSIVE MOBILE FIX — All pages
   Applied: responsive overhaul
   ============================================================= */

/* --- Global: prevent horizontal scroll on all screens --- */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}

/* --- Logo: constrain on all screens --- */
.site-logo img {
  height: 26px !important;
  width: auto !important;
  max-width: 130px !important;
}

/* ==========================================================
   HAMBURGER MENU — Mobile nav toggle
   ========================================================== */
.nav-toggle {
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-shrink: 0;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: #c9a84c;
  border-radius: 2px;
  transition: all 0.25s ease;
  width: 100%;
  align-self: stretch;
  min-width: 0;
}
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav drawer */
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.97);
  z-index: 9999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.mobile-nav.is-open {
  display: flex;
}
.mobile-nav a {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s;
}
.mobile-nav a:hover { color: #c9a84c; }
.mobile-nav-close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  color: #666;
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
  padding: 4px;
}
.mobile-nav-close:hover { color: #fff; }

/* ==========================================================
   BREAKPOINT: 900px — medium tablets
   ========================================================== */
@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .about-image {
    min-height: 280px;
  }
  .products-grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* ==========================================================
   BREAKPOINT: 768px — mobile
   ========================================================== */
@media (max-width: 768px) {

  /* --- Nav --- */
  .nav-inner {
    padding: 12px 20px;
    position: relative;
  }
  .main-navigation {
    display: none !important;
  }
  .nav-toggle {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 5px;
    width: 28px;
    height: 28px;
    padding: 2px;
  }
  .nav-toggle span {
    display: block !important;
    width: 100% !important;
    height: 2px !important;
    background: #c9a84c !important;
    border-radius: 2px !important;
    align-self: stretch !important;
    flex-shrink: 0 !important;
  }
  .site-logo img {
    height: 24px !important;
    max-width: 120px !important;
  }

  /* --- Hero — mobile already handled in main hero CSS block --- */

  /* --- Features strip --- */
  .features-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
    padding: 36px 20px !important;
  }

  /* --- Products grid --- */
  .products-grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }
  .woocommerce ul.products li.product img {
    height: 180px !important;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 11px !important;
    padding-top: 12px !important;
    padding-bottom: 4px !important;
  }
  .woocommerce ul.products li.product .price {
    font-size: 16px !important;
    padding-bottom: 6px !important;
  }
  .woocommerce ul.products li.product .button,
  .woocommerce a.button,
  .woocommerce button.button {
    font-size: 10px !important;
    padding: 10px 12px !important;
    margin: 4px 12px 14px !important;
    width: calc(100% - 24px) !important;
    letter-spacing: 0.8px !important;
  }

  /* --- Section spacing --- */
  .section, .section-full {
    padding: 40px 20px !important;
  }
  .section-title {
    font-size: 28px !important;
    margin-bottom: 32px !important;
  }

  /* --- About --- */
  .about-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .about-text h2 {
    font-size: 26px !important;
  }
  .about-image {
    min-height: 220px !important;
  }
  .about-image img {
    height: 220px !important;
  }
  .about-features {
    font-size: 14px !important;
  }

  /* --- Contact --- */
  .contact-inner {
    max-width: 100% !important;
  }
  .contact-inner h2 {
    font-size: 24px !important;
  }

  /* --- WooCommerce single product --- */
  .woocommerce div.product {
    flex-direction: column !important;
  }
  .woocommerce div.product .woocommerce-product-gallery,
  .woocommerce div.product .summary {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin-bottom: 24px !important;
  }
  .woocommerce div.product .product_title {
    font-size: 24px !important;
  }
  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-size: 22px !important;
  }
  .woocommerce .single_add_to_cart_button {
    width: 100% !important;
    text-align: center !important;
  }

  /* --- Cart page --- */
  .woocommerce-cart table.shop_table {
    font-size: 13px !important;
  }
  .woocommerce-cart .cart-collaterals {
    width: 100% !important;
    float: none !important;
  }

  /* --- Checkout --- */
  .woocommerce-checkout .col2-set {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    width: 100% !important;
    float: none !important;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last {
    width: 100% !important;
    float: none !important;
  }

  /* --- Footer --- */
  .site-footer {
    padding: 28px 20px !important;
  }
  .footer-inner {
    flex-direction: column !important;
    text-align: center !important;
    gap: 12px !important;
    align-items: center !important;
  }
  .footer-links {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 16px !important;
  }

  /* --- Shop page header --- */
  .nt-shop-hero,
  .nt-contact-hero {
    padding: 48px 20px 36px !important;
  }
  .nt-shop-hero h1,
  .nt-contact-hero h1 {
    font-size: 30px !important;
  }
}

/* ==========================================================
   BREAKPOINT: 480px — small phones
   ========================================================== */
@media (max-width: 480px) {

  /* --- Features: stack to 1 column on very small --- */
  .features-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
    padding: 28px 16px !important;
  }

  /* --- Products: still 2 col on small phones --- */
  .products-grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  .woocommerce ul.products li.product img {
    height: 150px !important;
  }

  /* --- Hero --- */
  .hero-title {
    font-size: clamp(24px, 7.5vw, 34px) !important;
  }
  .hero-content-col {
    padding: 32px 16px 40px !important;
  }

  /* --- Sections --- */
  .section, .section-full {
    padding: 32px 16px !important;
  }

  /* --- About tagline --- */
  .about-tagline {
    font-size: 13px !important;
  }
}


/* ============================================================
   WHY CHOOSE NYLON TATTOO — Comparison Section
   ============================================================ */

.nt-why {
  background: #0f0f0f;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding: 90px 0;
}

.nt-why__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 64px;
  align-items: start;
}

/* --- Left heading column --- */
.nt-why__label {
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.nt-why__title {
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.nt-why__title span {
  color: var(--gold);
}

.nt-why__sub {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  max-width: 260px;
}

/* --- Table --- */
.nt-why__table {
  border: 1px solid #1e1e1e;
  border-radius: 8px;
  overflow: hidden;
}

/* --- Header row --- */
.nt-why__row--header {
  background: #161616;
  border-bottom: 2px solid #222;
}

.nt-why__row--header .nt-why__col--us {
  background: rgba(201, 168, 76, 0.07);
  border-left: 1px solid rgba(201, 168, 76, 0.2);
  border-right: 1px solid rgba(201, 168, 76, 0.2);
}

/* --- Regular rows --- */
.nt-why__row {
  display: grid;
  grid-template-columns: 1fr 160px 160px;
  border-bottom: 1px solid #1a1a1a;
  transition: background 0.15s ease;
}

.nt-why__row:last-child {
  border-bottom: none;
}

.nt-why__row:not(.nt-why__row--header):hover {
  background: #141414;
}

/* --- Cells --- */
.nt-why__col {
  padding: 18px 24px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #ccc;
  font-weight: 500;
}

.nt-why__col--us {
  justify-content: center;
  background: rgba(201, 168, 76, 0.04);
  border-left: 1px solid rgba(201, 168, 76, 0.12);
  border-right: 1px solid rgba(201, 168, 76, 0.12);
}

.nt-why__col--others {
  justify-content: center;
}

/* --- Brand labels in header --- */
.nt-why__brand-label {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
}

.nt-why__brand-label--others {
  color: #444;
  font-weight: 600;
}

/* --- Check icon (us) --- */
.nt-why__check {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c9a84c, #a0752e);
  color: #000;
  font-size: 14px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(201, 168, 76, 0.3);
  flex-shrink: 0;
}

/* --- Cross icon (others) --- */
.nt-why__cross {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #333;
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* --- Mobile --- */
@media (max-width: 900px) {
  .nt-why__inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 24px;
  }
  .nt-why__sub {
    max-width: 100%;
  }
  .nt-why__row {
    grid-template-columns: 1fr 80px 80px;
  }
  .nt-why__col {
    padding: 16px 12px;
    font-size: 13px;
  }
  .nt-why__col--us,
  .nt-why__col--others {
    padding: 16px 8px;
  }
}

@media (max-width: 480px) {
  .nt-why {
    padding: 60px 0;
  }
  .nt-why__inner {
    padding: 0 16px;
    gap: 28px;
  }
  .nt-why__row {
    grid-template-columns: 1fr 60px 60px;
  }
  .nt-why__col {
    padding: 14px 8px;
    font-size: 12px;
  }
  .nt-why__check,
  .nt-why__cross {
    width: 24px;
    height: 24px;
    font-size: 11px;
  }
  .nt-why__brand-label {
    font-size: 10px;
    letter-spacing: 0.04em;
  }
}


/* ============================================================
   CHECKOUT FIX: COUPON CODE + PRIVACY POLICY + TERMS + CARD
   ============================================================ */

/* 1. Coupon code - fix truncated placeholder on mobile */
.coupon input[type="text"],
input#coupon_code {
    min-width: 0 !important;
    font-size: 13px !important;
}

@media (max-width: 768px) {
    .woocommerce .coupon {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
        align-items: center !important;
    }
    .woocommerce .coupon input[type="text"] {
        flex: 1 1 100% !important;
        width: 100% !important;
        font-size: 13px !important;
    }
    .woocommerce .coupon button[name="apply_coupon"] {
        flex-shrink: 0 !important;
        width: auto !important;
    }
    .woocommerce-cart table.shop_table td.actions {
        padding: 16px !important;
    }
    /* Order confirmation page - make order details visible */
    .woocommerce-order {
        padding: 16px !important;
        overflow-x: hidden !important;
    }
    .woocommerce-order ul.order_details,
    .woocommerce ul.order_details {
        padding: 0 !important;
        margin: 0 0 20px !important;
        list-style: none !important;
    }
    .woocommerce-order ul.order_details li,
    .woocommerce ul.order_details li {
        display: block !important;
        width: 100% !important;
        margin-bottom: 10px !important;
        font-size: 14px !important;
        padding: 8px 0 !important;
        border-bottom: 1px solid #222 !important;
    }
    .woocommerce-table--order-details {
        width: 100% !important;
        font-size: 13px !important;
        display: table !important;
    }
    .woocommerce-table--order-details th,
    .woocommerce-table--order-details td {
        padding: 10px 8px !important;
        display: table-cell !important;
        word-break: break-word !important;
    }
    .woocommerce-customer-details address {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }
}

/* 2. Privacy Policy - small red inline text, NO gold box
   Must override: body.cartflows_step-template .wcf-ic-layout-left-column a !important */
body.cartflows_step-template .wcf-ic-layout-left-column a.woocommerce-privacy-policy-link,
body.cartflows_step-template .wcf-ic-layout-left-column .woocommerce-privacy-policy-link,
body .woocommerce-privacy-policy-link,
a.woocommerce-privacy-policy-link {
    color: #cc3333 !important;
    font-size: 12px !important;
    text-decoration: underline !important;
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    display: inline !important;
    box-shadow: none !important;
    font-weight: normal !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}
body.cartflows_step-template .wcf-ic-layout-left-column a.woocommerce-privacy-policy-link:hover,
body .woocommerce-privacy-policy-link:hover {
    color: #ff5555 !important;
    background: none !important;
    background-color: transparent !important;
    text-decoration: underline !important;
}

/* Privacy policy text wrapper - no box */
.woocommerce-privacy-policy-text {
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 8px 0 16px !important;
    font-size: 12px !important;
    color: #999 !important;
    box-shadow: none !important;
}
.woocommerce-privacy-policy-text p {
    font-size: 12px !important;
    color: #999 !important;
    margin: 0 !important;
}

/* 3. Terms and Conditions - small red inline link */
body.cartflows_step-template .wcf-ic-layout-left-column a.woocommerce-terms-and-conditions-link,
body.cartflows_step-template .wcf-ic-layout-left-column .woocommerce-terms-and-conditions-link,
body .woocommerce-terms-and-conditions-link,
a.woocommerce-terms-and-conditions-link {
    color: #cc3333 !important;
    font-size: 11px !important;
    text-decoration: underline !important;
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    display: inline !important;
    box-shadow: none !important;
    font-weight: normal !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}
body.cartflows_step-template .wcf-ic-layout-left-column a.woocommerce-terms-and-conditions-link:hover,
body .woocommerce-terms-and-conditions-link:hover {
    color: #ff5555 !important;
    background: none !important;
    background-color: transparent !important;
    text-decoration: underline !important;
}

/* Remove gold box styling from terms wrapper */
.woocommerce-terms-and-conditions-wrapper {
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}
.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 11px !important;
    color: #ccc !important;
}

/* 4. Card payment form (Mollie) - dark borders, readable white text */
.mollie-components-controller .mollie-component {
    background: #1a1a1a !important;
    border: 1px solid #444 !important;
    border-radius: 4px !important;
    color: #fff !important;
}
.mollie-components-controller label,
.mollie-component .mollie-component__label,
.payment_method_mollie_wc_gateway_creditcard label {
    color: #ccc !important;
    font-size: 12px !important;
}
#mollie-card-holder,
#mollie-card-number,
#mollie-card-expiry-date,
#mollie-card-verification-code {
    background: #111 !important;
    border: 1px solid #444 !important;
    border-radius: 4px !important;
    padding: 12px 14px !important;
    min-height: 42px !important;
}
.payment_method_mollie_wc_gateway_creditcard .payment_box,
.wc_payment_method.payment_method_mollie_wc_gateway_creditcard .payment_box {
    background: #111 !important;
    border: 1px solid #333 !important;
    color: #f0f0f0 !important;
}
/* Override gold background from global 'a' rule for card form labels */
body.cartflows_step-template .wcf-ic-layout-left-column .payment_method_mollie_wc_gateway_creditcard label {
    background: none !important;
    background-color: transparent !important;
    color: #ccc !important;
}

/* 5. Mobile checkout improvements */
@media (max-width: 768px) {
    .instant-checkout-order-review-table .wcf-coupon-row td,
    .wcf-order-coupon-wrap {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        width: 100% !important;
    }
    .wcf-order-wrap {
        margin-top: 24px !important;
    }
}
