/** Shopify CDN: Minification failed

Line 714:21 Expected ":"

**/
/* Page-level CSS lifted out of the static build's inline <style> blocks.
   Deduplicated against style.css. Selectors that two pages define
   differently (the contact vs partner form fields, the dark page
   backgrounds) are scoped to the body class of the page they came from,
   so one page can no longer restyle another. */

/* ===== from index.html ===== */
.newsletter-input::placeholder { color: rgba(255,255,255,0.7) !important; opacity: 1 !important; }
.newsletter-input::-webkit-input-placeholder { color: rgba(255,255,255,0.7) !important; opacity: 1 !important; }
.newsletter-input::-moz-placeholder { color: rgba(255,255,255,0.7) !important; opacity: 1 !important; }
.newsletter-input:-ms-input-placeholder { color: rgba(255,255,255,0.7) !important; opacity: 1 !important; }

/* ===== from shop.html ===== */
.product-details, .shop-card-details {
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: calc(100% - 52px) !important;
  overflow: visible !important;
}
.product-title, .shop-card-title {
  font-size: 14.5px !important;
  font-weight: 700 !important;
  color: #080A0D !important;
  letter-spacing: -0.3px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  margin: 0 !important;
  line-height: 1.25 !important;
  display: block !important;
  width: 100% !important;
}
.product-title a, .shop-card-title a {
  color: inherit !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: block !important;
  width: 100% !important;
}
.card-color-swatches {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-top: 3px !important;
  margin-bottom: 3px !important;
  padding: 3px 4px 3px 4px !important;
  position: relative !important;
  z-index: 10 !important;
  overflow: visible !important;
}
.card-swatch {
  flex-shrink: 0 !important;
}

/* ===== from product.html ===== */
.product-detail-section {
      padding: 50px 20px 40px !important;
      display: flex !important;
      justify-content: center !important;
      width: 100% !important;
      position: relative !important;
    }
.product-detail-container {
      width: 100% !important;
      max-width: 1300px !important;
      display: grid !important;
      grid-template-columns: 1.1fr 0.9fr !important;
      gap: 60px !important;
      align-items: start !important;
      position: relative !important;
    }
.product-gallery-col {
      width: 100% !important;
      max-width: 602px !important;
      min-width: 0 !important;
      display: flex !important;
      flex-direction: column !important;
      position: sticky !important;
      top: 115px !important;
      align-self: start !important;
      z-index: 10 !important;
    }
.product-info-col {
      width: 100% !important;
    }
@media (max-width: 992px) {
.product-detail-section {
        padding: 16px 20px 30px !important;
      }
.product-detail-container {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
      }
.product-gallery-col {
        position: static !important;
        max-width: 100% !important;
      }
.product-gallery-large {
        min-height: auto !important;
        height: auto !important;
        max-height: none !important;
        padding: 16px 14px 14px !important;
        border-radius: 20px !important;
        gap: 10px !important;
      }
.product-main-image-wrap {
        min-height: 280px !important;
        max-height: 360px !important;
        height: auto !important;
        padding: 4px 0 !important;
        flex: none !important;
      }
.product-main-image-wrap img,
      .the-yancey-hat-product-img-main-img {
        max-height: 340px !important;
        max-width: 100% !important;
        width: auto !important;
        object-fit: contain !important;
      }
.product-gallery-carousel-box {
        margin-top: 4px !important;
        width: 100% !important;
      }
.features-list-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
      }
.pdp-carousel-thumb {
        flex: 0 0 76px !important;
        width: 76px !important;
        min-width: 76px !important;
        max-width: 76px !important;
        height: 76px !important;
        padding: 4px !important;
      }
}

/* ===== from products/mood-tee.html ===== */
.template-product,
.template-product main,
.template-product .product-main,
.template-product .product-detail-section {
      overflow-x: clip !important;
      overflow-y: visible !important;
    }
.product-detail-section {
      padding: 24px 20px 40px !important;
      display: flex !important;
      justify-content: center !important;
      width: 100% !important;
      position: relative !important;
      overflow: visible !important;
    }
.product-detail-container {
      width: 100% !important;
      max-width: 1300px !important;
      display: grid !important;
      grid-template-columns: 1.1fr 0.9fr !important;
      gap: 60px !important;
      align-items: start !important;
      position: relative !important;
      overflow: visible !important;
    }
.product-gallery-col {
      width: 100% !important;
      max-width: 602px !important;
      min-width: 0 !important;
      display: flex !important;
      flex-direction: column !important;
      position: relative !important;
      top: auto !important;
      align-self: start !important;
      z-index: 10 !important;
      margin-top: 0 !important;
      padding-top: 0 !important;
    }
.product-info-col {
      width: 100% !important;
      margin-top: 0 !important;
      padding-top: 0 !important;
    }
.product-info-title {
      margin-top: 0 !important;
      padding-top: 0 !important;
      line-height: 1.1 !important;
    }
.product-gallery-large {
      width: 100% !important;
      max-width: 602px !important;
      min-height: 590px !important;
      background-color: #F1F2F2 !important;
      border-radius: 30px !important;
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      justify-content: space-between !important;
      padding: 16px 24px 20px !important;
      box-sizing: border-box !important;
      position: relative !important;
      margin-top: 0 !important;
    }
.product-main-image-wrap {
      width: 100%;
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 390px;
      padding-top: 10px;
    }
.product-main-image-wrap img {
      max-width: 100%;
      max-height: 430px;
      object-fit: contain;
      mix-blend-mode: multiply;
      transition: opacity 0.2s ease;
    }
.gallery-slide-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.95);
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
      border: 1px solid rgba(0, 0, 0, 0.08);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 20;
      color: #080A0D;
      transition: all 0.2s ease;
      outline: none;
    }
.gallery-slide-arrow:hover {
      background: #00DCDA;
      color: #080A0D;
      transform: translateY(-50%) scale(1.08);
    }
.gallery-slide-prev {
      left: 14px;
    }
.gallery-slide-next {
      right: 14px;
    }
@media (max-width: 768px) {
.gallery-slide-arrow {
        width: 36px;
        height: 36px;
      }
.gallery-slide-prev {
        left: 10px;
      }
.gallery-slide-next {
        right: 10px;
      }
}
.product-gallery-carousel-box {
      width: 100%;
      position: relative;
      margin-top: 16px;
      min-width: 0;
    }
#pdpTrack.pdp-carousel-track {
      display: flex;
      gap: 10px;
      overflow-x: auto;
      scrollbar-width: none;
      -ms-overflow-style: none;
      width: 100%;
      min-width: 0;
      padding: 2px 0;
      position: relative !important;
      scroll-behavior: auto !important;
    }
#pdpTrack.pdp-carousel-track::-webkit-scrollbar {
      display: none;
    }
.pdp-carousel-thumb {
      flex: 0 0 120px;
      width: 120px;
      height: 120px;
      border-radius: 10px;
      overflow: hidden;
      background: #EAEAEA;
      cursor: pointer;
      border: 1px solid transparent;
      box-sizing: border-box;
      transition: border-color 0.2s ease, transform 0.2s ease;
      display: flex;
      align-items: center;
      justify-content: center;
    }
.pdp-carousel-thumb:hover { transform: translateY(-2px); }
.pdp-carousel-thumb.active { border: 1px solid #00DCDA; }
.pdp-carousel-thumb img {
      width: 100%;
      height: 100%;
      object-fit: contain !important; mix-blend-mode: multiply;
    }
.pdp-arrow-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: #ffffff;
      border: 1px solid #DEDEDE;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: 0 2px 8px rgba(0,0,0,0.12);
      transition: background 0.2s ease, border-color 0.2s ease;
      z-index: 5;
    }
.pdp-arrow-btn.prev {
      left: -12px;
    }
.pdp-arrow-btn.next {
      right: -12px;
    }
.pdp-arrow-btn:hover {
      background: #080A0D;
      border-color: #080A0D;
    }
.pdp-arrow-btn:hover svg { stroke: #ffffff; }
.pdp-arrow-btn svg {
      width: 14px;
      height: 14px;
      stroke: #080A0D;
      fill: none;
      stroke-width: 2.5;
      stroke-linecap: round;
      stroke-linejoin: round;
      transition: stroke 0.2s ease;
    }
.size-wrapper {
      margin-bottom: 22px;
    }
.size-label {
      font-family: 'Inter', sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: #000000;
      display: block;
      margin-bottom: 10px;
    }
.size-buttons-row {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
    }
.size-option-btn {
      height: 42px;
      min-width: 50px;
      padding: 0 14px;
      border-radius: 8px;
      border: 1.5px solid #DEDEDE;
      background: #ffffff;
      font-family: 'Inter', sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: #080A0D;
      cursor: pointer;
      transition: all 0.2s ease;
    }
.size-option-btn:hover { border-color: #080A0D; }
.size-option-btn.selected { background: #ffffff; color: #080A0D; border-color: #00DCDA; box-shadow: 0 0 0 1px #00DCDA; }
.size-option-btn.disabled, .size-option-btn:disabled { position: relative; color: #B5B5B5; border-color: #E2E2E2; background: #FFFFFF; cursor: not-allowed; text-decoration: none; overflow: hidden; }
.size-option-btn.disabled::after, .size-option-btn:disabled::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to top right, transparent calc(50% - 0.75px), #CCCCCC 50%, transparent calc(50% + 0.75px)); pointer-events: none; }
.pdp-desc-text {
      font-family: 'Inter', sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: #333333;
      margin: 0;
    }
.pdp-desc-text p {
      margin: 0 0 16px;
    }
.pdp-desc-details-heading {
      font-weight: 600;
      color: #333333;
      margin-top: 16px;
      margin-bottom: 8px;
    }
.pdp-desc-list {
      margin: 0;
      padding-left: 20px;
      list-style-type: disc;
    }
.pdp-desc-list li {
      margin-bottom: 6px;
      line-height: 24px;
    }
.pdp-spec-table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 8px;
      border-radius: 10px;
      overflow: hidden;
      border: 1px solid #EBEBEB;
      font-family: 'Inter', sans-serif;
      font-size: 14px;
    }
.pdp-spec-table th, .pdp-spec-table td {
      padding: 12px 16px;
      text-align: left;
      border: 1px solid #EBEBEB;
    }
.pdp-spec-table th {
      background: #F9F9F9;
      font-weight: 700;
      color: #080A0D;
    }
.pdp-spec-table td {
      color: #333333;
    }
.pdp-spec-table tr td:first-child {
      font-weight: 700;
      color: #080A0D;
    }
@media (max-width: 768px) {
.product-detail-section {
        padding: 15px 20px 25px !important;
      }
.product-gallery-large {
        min-height: auto !important;
        height: auto !important;
        padding: 16px 12px 14px !important;
        border-radius: 20px !important;
        gap: 10px !important;
      }
.product-main-image-wrap {
        min-height: 280px !important;
        max-height: 360px !important;
        height: auto !important;
        padding: 4px 0 !important;
        flex: none !important;
      }
.product-main-image-wrap img,
      .the-yancey-hat-product-img-main-img {
        max-height: 340px !important;
        max-width: 100% !important;
        width: auto !important;
        object-fit: contain !important;
      }
.product-gallery-carousel-box {
        margin-top: 4px !important;
        width: 100% !important;
      }
.pdp-carousel-track {
        gap: 8px !important;
        padding-bottom: 4px !important;
      }
.pdp-carousel-thumb {
        flex: 0 0 76px !important;
        width: 76px !important;
        min-width: 76px !important;
        max-width: 76px !important;
        height: 76px !important;
        padding: 4px !important;
        border-radius: 8px !important;
        scroll-snap-align: start;
      }
.pdp-carousel-thumb img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        mix-blend-mode: multiply !important;
      }
.pdp-carousel-thumb.model-thumb img {
        object-fit: cover !important;
        mix-blend-mode: normal !important;
      }
}
.pdp-carousel-thumb img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        mix-blend-mode: multiply !important;
      }
.color-wrapper {
      margin-top: 16px;
      margin-bottom: 16px;
    }
.color-label {
      font-family: 'Inter', sans-serif;
      font-weight: 500;
      font-size: 14px;
      color: #080A0D;
      margin-bottom: 8px;
      display: block;
    }
.color-label #selected-color-name {
      font-weight: 700;
      margin-left: 2px;
    }
.color-swatches-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      align-items: center;
      padding: 4px 2px 4px 2px;
    }
.pdp-color-swatch {
      width: 26px;
      height: 26px;
      border-radius: 50%;
      border: 1px solid rgba(0, 0, 0, 0.15);
      cursor: pointer;
      padding: 0;
      outline: none;
      transition: transform 0.15s ease, box-shadow 0.15s ease;
      position: relative;
    }
.pdp-color-swatch:hover {
      transform: scale(1.15);
    }
.pdp-color-swatch.selected {
      box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #080A0D;
      transform: scale(1.1);
    }
@media (max-width: 480px) {
.product-detail-section {
        padding: 12px 20px 24px !important;
      }
.product-gallery-large {
        padding: 16px 14px 14px !important;
      }
.product-main-image-wrap {
        min-height: 250px !important;
        max-height: 310px !important;
      }
.product-main-image-wrap img,
      .the-yancey-hat-product-img-main-img {
        max-height: 280px !important;
      }
.pdp-carousel-thumb {
        flex: 0 0 68px !important;
        width: 68px !important;
        min-width: 68px !important;
        max-width: 68px !important;
        height: 68px !important;
      }
}

/* ===== from products/btb-logo-tee.html ===== */
.product-main-image-wrap { position: relative !important; }
.gallery-slide-arrow {
      position: absolute; top: 50%; transform: translateY(-50%);
      z-index: 20; background: rgba(255,255,255,0.85); border: none;
      border-radius: 50%; width: 38px; height: 38px;
      display: flex; align-items: center; justify-content: center;
      cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,0.15);
      color: #222; transition: background 0.15s;
    }
.gallery-slide-arrow:hover { background: #fff; }
.gallery-slide-prev { left: 10px; }
.gallery-slide-next { right: 10px; }
.pdp-carousel-track { scroll-behavior: smooth; cursor: grab; }
.pdp-carousel-track {
      display: flex;
      gap: 10px;
      overflow-x: auto;
      scroll-behavior: smooth;
      scrollbar-width: none;
      -ms-overflow-style: none;
      width: 100%;
      min-width: 0;
      padding: 2px 0;
    }
.pdp-carousel-track::-webkit-scrollbar {
      display: none;
    }
.pdp-color-options {
      margin-bottom: 22px;
    }
.color-label {
      font-family: 'Inter', sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: #000000;
      display: block;
      margin-bottom: 10px;
    }
.color-swatches-row {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
      align-items: center;
    }
.pdp-color-swatch {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      border: 1px solid transparent;
      cursor: pointer;
      box-sizing: border-box;
      padding: 0;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
.pdp-color-swatch.selected {
      box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3.5px #080A0D;
      transform: scale(1.1);
    }
@media (max-width: 768px) {
.product-detail-section {
        padding: 15px 20px 25px !important;
      }
.product-gallery-large {
        min-height: auto !important;
        height: auto !important;
        padding: 16px 12px 14px !important;
        border-radius: 20px !important;
        gap: 10px !important;
      }
.product-main-image-wrap {
        min-height: 280px !important;
        max-height: 360px !important;
        height: auto !important;
        padding: 4px 0 !important;
        flex: none !important;
      }
.product-main-image-wrap img,
      .the-yancey-hat-product-img-main-img {
        max-height: 340px !important;
        max-width: 100% !important;
        width: auto !important;
        object-fit: contain !important;
      }
.product-gallery-carousel-box {
        margin-top: 4px !important;
        width: 100% !important;
      }
.pdp-carousel-track {
        gap: 8px !important;
        padding-bottom: 4px !important;
      }
.pdp-carousel-thumb {
        flex: 0 0 76px !important;
        width: 76px !important;
        min-width: 76px !important;
        max-width: 76px !important;
        height: 76px !important;
        padding: 4px !important;
        border-radius: 8px !important;
        scroll-snap-align: start;
      }
.pdp-carousel-thumb img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        mix-blend-mode: multiply !important;
      }
}

/* ===== from products/btb-logo-crew-hoodie.html ===== */
.pdp-carousel-thumb {
      flex: 0 0 115px;
      width: 115px;
      height: 115px;
      border-radius: 12px;
      overflow: hidden;
      background: #EAEAEA;
      cursor: pointer;
      border: 2px solid transparent;
      box-sizing: border-box;
      transition: border-color 0.2s ease, transform 0.2s ease;
      display: flex;
      align-items: center;
      justify-content: center;
    }
.pdp-carousel-thumb.active { border-color: #00DCDA; }
.pdp-arrow-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: #ffffff;
      border: 1px solid #DEDEDE;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: 0 2px 8px rgba(0,0,0,0.15);
      transition: background 0.2s ease, border-color 0.2s ease;
      z-index: 10;
    }
.pdp-arrow-btn svg {
      width: 14px;
      height: 14px;
      stroke: #080A0D;
      fill: none;
      stroke-width: 2.5;
      stroke-linecap: round;
      stroke-linejoin="round";
      transition: stroke 0.2s ease;
    }

/* ===== from products/throw-up-bars-tee.html ===== */
.product-main-image-wrap {
      width: 100%;
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 390px;
      padding-top: 10px;
      position: relative;
    }
.product-main-image-wrap img {
      max-width: 100%;
      max-height: 430px;
      object-fit: contain;
      border-radius: 12px;
      transition: opacity 0.2s ease;
    }
.product-gallery-carousel-box {
      width: 100%;
      position: relative;
      margin-top: 16px;
      min-width: 0;
      display: flex;
      align-items: center;
    }
.thumb-nav-btn {
      flex: 0 0 32px;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: #FFFFFF;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      border: 1px solid #EAEAEA;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: #080A0D;
      z-index: 10;
      transition: all 0.2s ease;
    }
.thumb-nav-btn:hover {
      background: #00DCDA;
      border-color: #00DCDA;
    }
.thumb-nav-prev {
      margin-right: 8px;
    }
.thumb-nav-next {
      margin-left: 8px;
    }
.pdp-carousel-track {
      display: flex;
      gap: 10px;
      overflow-x: auto;
      scroll-behavior: smooth;
      scrollbar-width: none;
      -ms-overflow-style: none;
      flex: 1;
      min-width: 0;
      padding: 4px 0;
      cursor: grab;
    }
.pdp-carousel-thumb {
      flex: 0 0 110px;
      width: 110px;
      height: 110px;
      border-radius: 10px;
      overflow: hidden;
      background: #EAEAEA;
      cursor: pointer;
      border: 1px solid transparent;
      box-sizing: border-box;
      transition: border-color 0.2s ease, transform 0.2s ease;
      display: flex;
      align-items: center;
      justify-content: center;
    }
.pdp-carousel-thumb.active { border: 2px solid #00DCDA !important; }
.pdp-carousel-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover !important;
      border-radius: 8px;
    }
@media (max-width: 768px) {
.product-detail-section {
        padding: 15px 20px 25px !important;
      }
.product-gallery-large {
        min-height: auto !important;
        height: auto !important;
        padding: 16px 12px 14px !important;
        border-radius: 20px !important;
        gap: 10px !important;
      }
.product-main-image-wrap {
        min-height: 280px !important;
        max-height: 360px !important;
        height: auto !important;
        padding: 4px 0 !important;
        flex: none !important;
      }
.product-main-image-wrap img,
      .the-yancey-hat-product-img-main-img {
        max-height: 340px !important;
        max-width: 100% !important;
        width: auto !important;
        object-fit: contain !important;
      }
.product-gallery-carousel-box {
        margin-top: 4px !important;
        width: 100% !important;
      }
.pdp-carousel-track {
        gap: 8px !important;
        padding-bottom: 4px !important;
      }
.pdp-carousel-thumb {
        flex: 0 0 76px !important;
        width: 76px !important;
        min-width: 76px !important;
        max-width: 76px !important;
        height: 76px !important;
        padding: 4px !important;
        border-radius: 8px !important;
        scroll-snap-align: start;
      }
.pdp-carousel-thumb img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
      }
}

/* ===== from products/colorful-graphic-tank-top-behind-the-broadcast.html ===== */
.product-info-title {
      margin-top: 0 !important;
      padding-top: 0 !important;
      line-height: 1.15 !important;
      font-size: clamp(24px, 2.2vw, 32px) !important;
      white-space: nowrap !important;
    }
@media (max-width: 768px) {
.product-info-title {
        white-space: normal !important;
        font-size: 26px !important;
      }
}
.pdp-carousel-thumb {
      flex: 0 0 120px;
      width: 120px;
      height: 120px;
      border-radius: 10px;
      overflow: hidden;
      background: #EAEAEA;
      cursor: pointer;
      border: 1px solid transparent;
      box-sizing: border-box;
      transition: border-color 0.2s ease, transform 0.2s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 6px;
    }
.size-option-btn.disabled, .size-option-btn:disabled { position: relative !important; color: #B5B5B5 !important; border-color: #E2E2E2 !important; background: #FAFAFA !important; cursor: not-allowed !important; text-decoration: none !important; overflow: hidden !important; opacity: 0.55 !important; pointer-events: none !important; }
.size-option-btn.disabled::after, .size-option-btn:disabled::after { content: "" !important; position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; background: linear-gradient(to top right, transparent calc(50% - 1px), #A0A0A0 50%, transparent calc(50% + 1px)) !important; pointer-events: none !important; }

/* ===== from products/cap-caddy.html ===== */
.pdp-carousel-thumb.model-thumb img {
      object-fit: cover !important;
      mix-blend-mode: normal !important;
    }
.product-info-shipping-calculated {
      margin-bottom: 16px !important;
    }
.variant-selector-wrapper {
      margin: 0 0 24px;
    }
.variant-selector-label {
      display: block;
      font-family: 'Inter', sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: #080A0D;
      margin-bottom: 12px;
      line-height: 1;
    }
.variant-options-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      width: 100%;
    }
.variant-pill-btn {
      height: 48px;
      border-radius: 10px;
      background: #FFFFFF;
      border: 1px solid #E1E1E1;
      font-family: 'Inter', sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 22px;
      letter-spacing: 0px;
      color: #000000;
      padding: 0 16px;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: all 0.2s ease;
      box-sizing: border-box;
      user-select: none;
    }
.variant-pill-btn:hover {
      border-color: #00DCDA;
    }
.variant-pill-btn.active,
    .variant-pill-btn.selected {
      border: 1.5px solid #00DCDA !important;
      border-color: #00DCDA !important;
      background: #FFFFFF !important;
      box-shadow: none !important;
      outline: none !important;
    }
.features-list-grid {
      display: grid !important;
      grid-template-columns: 1fr 1fr !important;
      gap: 36px 32px !important;
    }
.feature-card-title {
      font-size: 15px !important;
      font-weight: 700 !important;
      letter-spacing: 0.5px !important;
      margin: 0 0 6px 0 !important;
      color: #080A0D !important;
      text-transform: uppercase !important;
    }
.feature-card-desc {
      font-size: 14px !important;
      line-height: 1.45 !important;
      color: #555555 !important;
      margin: 0 !important;
    }
@media (max-width: 480px) {
.product-detail-section {
        padding: 12px 20px 24px !important;
      }
.product-gallery-large {
        padding: 16px 14px 14px !important;
      }
.product-main-image-wrap {
        min-height: 250px !important;
        max-height: 310px !important;
      }
.product-main-image-wrap img,
      .the-yancey-hat-product-img-main-img {
        max-height: 280px !important;
      }
.pdp-carousel-thumb {
        flex: 0 0 68px !important;
        width: 68px !important;
        min-width: 68px !important;
        max-width: 68px !important;
        height: 68px !important;
      }
.variant-pill-btn {
        height: 42px;
        font-size: 13px;
        padding: 0 12px;
      }
}

/* ===== from products/the-yancey-hat.html ===== */
.pdp-carousel-track {
      display: flex;
      gap: 12px;
      overflow-x: auto;
      scroll-behavior: smooth;
      scrollbar-width: none;
      -ms-overflow-style: none;
      width: 100%;
      min-width: 0;
      padding: 2px 0;
    }

/* ===== from products/btb-tool.html ===== */
.product-gallery-large {
      width: 100% !important;
      max-width: 602px !important;
      min-height: auto !important;
      background-color: #F1F2F2 !important;
      border-radius: 30px !important;
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      justify-content: flex-start !important;
      padding: 16px !important;
      box-sizing: border-box !important;
      position: relative !important;
      margin-top: 0 !important;
    }
.product-main-image-wrap {
      width: 100% !important;
      aspect-ratio: 1 / 1 !important;
      max-height: 520px !important;
      border-radius: 20px !important;
      overflow: hidden !important;
      position: relative !important;
      display: block !important;
      padding: 0 !important;
      background: #EAEAEA !important;
    }
.product-main-image-wrap img,
    .product-main-image-wrap video {
      width: 100% !important;
      height: 100% !important;
      max-width: 100% !important;
      max-height: 100% !important;
      object-fit: cover !important;
      object-position: center bottom !important;
      border-radius: 20px !important;
      transition: opacity 0.2s ease;
    }
.product-main-image-wrap video {
      display: none;
    }
.product-main-image-wrap video.active-media {
      display: block !important;
    }
.product-main-image-wrap img.is-hidden {
      display: none !important;
    }
.product-gallery-carousel-box {
      width: 100%;
      position: relative;
      margin-top: 14px;
      min-width: 0;
    }
.pdp-carousel-thumb {
      flex: 0 0 calc(25% - 9px);
      width: calc(25% - 9px);
      min-width: 90px;
      aspect-ratio: 1 / 1;
      height: auto;
      border-radius: 12px;
      overflow: hidden;
      background: #EAEAEA;
      cursor: pointer;
      border: 2px solid transparent;
      box-sizing: border-box;
      transition: border-color 0.2s ease, transform 0.2s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
    }
.pdp-carousel-thumb img,
    .pdp-carousel-thumb video {
      width: 100%;
      height: 100%;
      object-fit: cover !important;
      object-position: center bottom !important;
      border-radius: 10px;
      display: block;
    }
.variant-selector-wrapper {
      margin-top: 0 !important;
      margin-bottom: 24px;
    }
.variant-selector-label {
      display: block;
      font-size: 14px;
      font-weight: 700;
      color: #080A0D;
      margin-bottom: 10px;
    }
.variant-options-grid {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      gap: 12px;
      overflow-x: auto;
      scrollbar-width: none;
      -ms-overflow-style: none;
      align-items: center;
    }
.variant-options-grid::-webkit-scrollbar {
      display: none;
    }
.variant-pill-btn {
      height: 44px;
      padding: 0 18px;
      border-radius: 10px;
      border: 1.5px solid #E1E1E1;
      background: #FFFFFF;
      color: #080A0D;
      font-family: 'Inter', sans-serif;
      font-size: 14px;
      font-weight: 500;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      white-space: nowrap;
      flex: 0 0 auto;
      transition: all 0.2s ease;
      box-sizing: border-box;
      outline: none;
    }
.variant-pill-btn.active,
    .variant-pill-btn.selected {
      border: 1.5px solid #00DCDA !important;
      border-color: #00DCDA !important;
      background: #FFFFFF !important;
      color: #080A0D !important;
      box-shadow: none !important;
      outline: none !important;
    }
@media (max-width: 991px) {
.product-detail-container {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
      }
.product-gallery-col {
        position: static !important;
        max-width: 100% !important;
      }
.product-gallery-large {
        min-height: auto !important;
        height: auto !important;
        padding: 14px !important;
        border-radius: 20px !important;
      }
.product-main-image-wrap {
        aspect-ratio: 1 / 1 !important;
        max-height: none !important;
        height: auto !important;
      }
.pdp-carousel-thumb {
        flex: 0 0 calc(25% - 8px) !important;
        min-width: 70px !important;
      }
}
@media (max-width: 480px) {
.product-detail-section {
        padding: 12px 20px 24px !important;
      }
.product-gallery-large {
        padding: 10px !important;
      }
.pdp-carousel-thumb {
        flex: 0 0 calc(25% - 6px) !important;
        min-width: 60px !important;
      }
}

/* ===== from products/termini-test-lead.html ===== */
.btn-product-buy-now:disabled,
    .btn-product-buy-now.disabled {
      opacity: 0.45 !important;
      cursor: not-allowed !important;
      pointer-events: none !important;
      transform: none !important;
      box-shadow: none !important;
    }
@media (max-width: 992px) {
.product-detail-section {
        padding: 16px 20px 30px !important;
      }
.product-detail-container {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
      }
.product-gallery-col {
        position: static !important;
        max-width: 100% !important;
      }
.product-gallery-large {
        min-height: auto !important;
        height: auto !important;
        max-height: none !important;
        padding: 16px 14px 14px !important;
        border-radius: 20px !important;
        gap: 10px !important;
      }
.product-main-image-wrap {
        min-height: 280px !important;
        max-height: 360px !important;
        height: auto !important;
        padding: 4px 0 !important;
        flex: none !important;
      }
.product-main-image-wrap img {
        max-height: 340px !important;
        max-width: 100% !important;
        width: auto !important;
        object-fit: contain !important;
      }
.product-gallery-carousel-box {
        margin-top: 4px !important;
        width: 100% !important;
      }
.features-list-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
      }
.pdp-carousel-thumb {
        flex: 0 0 76px !important;
        width: 76px !important;
        min-width: 76px !important;
        max-width: 76px !important;
        height: 76px !important;
        padding: 4px !important;
      }
}
@media (max-width: 480px) {
.product-detail-section {
        padding: 12px 20px 24px !important;
      }
.product-gallery-large {
        padding: 16px 14px 14px !important;
      }
.product-main-image-wrap {
        min-height: 250px !important;
        max-height: 310px !important;
      }
.product-main-image-wrap img {
        max-height: 280px !important;
      }
.pdp-carousel-thumb {
        flex: 0 0 68px !important;
        width: 68px !important;
        min-width: 68px !important;
        max-width: 68px !important;
        height: 68px !important;
      }
}

/* ===== from products/custom-covers-monitors-qbox.html ===== */
.product-main-image-wrap {
      width: 100% !important;
      aspect-ratio: 1 / 1 !important;
      max-height: 520px !important;
      border-radius: 20px !important;
      overflow: hidden !important;
      position: relative !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      padding: 0 !important;
      background: #EAEAEA !important;
    }
.product-main-image-wrap img {
      width: 100% !important;
      height: 100% !important;
      max-width: 100% !important;
      max-height: 100% !important;
      object-fit: cover !important;
      object-position: center !important;
      border-radius: 20px !important;
      transition: opacity 0.2s ease;
    }
.pdp-carousel-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover !important;
      border-radius: 10px;
      display: block;
    }
.variant-selector-wrapper {
      margin-bottom: 24px;
    }
.variant-options-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
    }
.variant-pill-btn {
      height: 44px;
      padding: 0 18px;
      border-radius: 10px;
      border: 1.5px solid #E1E1E1;
      background: #FFFFFF;
      color: #080A0D;
      font-family: 'Inter', sans-serif;
      font-size: 14px;
      font-weight: 500;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      white-space: nowrap;
      transition: all 0.2s ease;
      box-sizing: border-box;
      outline: none;
    }

/* ===== from about.html ===== */
.about-hero-container {
      background: url('about-main-img.webp') no-repeat center 80% / cover !important;
    }
.template-suffix-about {
      overflow-x: clip !important;
      max-width: 100vw !important;
      width: 100% !important;
      position: relative !important;
    }
.template-suffix-about main {
      overflow-x: clip !important;
      max-width: 100% !important;
      width: 100% !important;
    }
.hero-section,
    .story-section,
    .founder-section,
    .network-section,
    .guide-section,
    .gallery-section {
      overflow-x: clip !important;
      max-width: 100% !important;
      width: 100% !important;
      box-sizing: border-box !important;
    }
.gallery-grid-image,
    .network-slot-left img,
    .network-slot-right img,
    .founder-img-box img {
      -webkit-user-drag: none !important;
      user-select: none !important;
      pointer-events: none !important;
    }
@media (max-width: 768px) {
.about-hero {
        padding: 0 !important;
      }
.about-hero-container {
        height: auto !important;
        min-height: auto !important;
      }
.about-hero-inner {
        padding: 42px 20px 42px 20px !important; 
        height: auto !important;
        min-height: auto !important;
      }
.about-hero .hero-content {
        padding: 0 !important;
        margin: 0 !important;
      }
.about-hero .btn-hero-partner {
        margin-bottom: 0 !important;
      }
.story-section {
        padding: 40px 20px !important;
      }
.founder-section {
        padding: 40px 20px !important;
      }
.network-section {
        padding: 40px 0 !important;
      }
.network-content-col {
        padding: 0 20px !important;
        margin-bottom: 24px !important;
      }
.network-images-wrapper {
        overflow-y: hidden !important;
        touch-action: pan-x pan-y !important;
        overscroll-behavior-y: auto !important;
        overscroll-behavior-x: contain !important;
      }
.guide-section {
        padding: 70px 0 !important;
        min-height: auto !important;
      }
.guide-header {
        padding: 0 20px !important;
        margin-bottom: 24px !important;
      }
.guide-grid {
        overflow-y: hidden !important;
        touch-action: pan-x pan-y !important;
        overscroll-behavior-y: auto !important;
        overscroll-behavior-x: contain !important;
      }
.gallery-section {
        padding: 40px 0 !important;
      }
.gallery-container {
        padding: 0 !important;
        width: 100% !important;
      }
.gallery-content-row {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        box-sizing: border-box !important;
      }
.gallery-grid-col {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
      }
.gallery-grid-2x2 {
        display: flex !important;
        flex-direction: row !important;
        justify-content: flex-start !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory !important;
        gap: 16px !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        scrollbar-width: none !important;
        touch-action: pan-x pan-y !important;
        overscroll-behavior-y: auto !important;
        overscroll-behavior-x: contain !important;
        user-select: none !important;
      }
.gallery-grid-2x2::-webkit-scrollbar {
        display: none !important;
      }
.gallery-grid-item {
        scroll-snap-align: start !important;
        scroll-margin-left: 20px !important;
        width: calc(100vw - 60px) !important;
        min-width: calc(100vw - 60px) !important;
        height: calc((100vw - 60px) * 240 / 332) !important;
        flex-shrink: 0 !important;
        user-select: none !important;
      }
.gallery-grid-item:first-child {
        margin-left: 20px !important;
      }
.gallery-grid-item:last-child {
        margin-right: 20px !important;
      }
}

/* ===== from contact.html ===== */
.template-suffix-contact .contact-hero {
      width: 100%;
      height: 435px;
      min-height: 435px;
      background: url('contact-main-img.png') no-repeat center center / cover;
      position: relative;
      display: flex;
      justify-content: center;
      box-sizing: border-box;
      padding: 100px 0; 
    }
.template-suffix-contact .contact-hero::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to right, 
        rgba(8, 10, 13, 0.7) 0%, 
        rgba(8, 10, 13, 0) 100%
      );
      z-index: 1;
    }
.contact-hero-inner {
      position: relative;
      width: 100%;
      max-width: 1300px;
      padding: 0 24px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      z-index: 2;
      box-sizing: border-box;
      height: 100%;
    }
.contact-hero-content {
      width: 50%;
      max-width: 580px;
      padding-top: 0;
    }
.contact-subtitle-row {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 20px;
    }
.contact-subtitle-line {
      width: 45px;
      height: 2px;
      background-color: #00DCDA; 
    }
.contact-subtitle {
      font-family: 'Inter', sans-serif;
      font-size: 16px; 
      font-weight: 600; 
      letter-spacing: 1px; 
      line-height: 1.2;
      text-transform: uppercase;
    }
.contact-hero-content .contact-subtitle {
      color: #FFFFFF;
    }
.template-suffix-contact .contact-heading {
      font-family: 'Inter', sans-serif;
      font-size: 52px;
      font-weight: 700;
      line-height: 60px;
      margin: 0 0 20px;
      color: #FFFFFF;
      letter-spacing: -0.5px;
    }
.contact-paragraph {
      font-family: 'Inter', sans-serif;
      font-size: 17px;
      font-weight: 400;
      line-height: 28px;
      color: rgba(255, 255, 255, 0.85);
      margin: 0;
      max-width: 500px;
    }
.template-suffix-contact .contact-form-col {
      width: 580px;
      flex-shrink: 0;
      z-index: 10;
      margin-top: 0px; 
      margin-bottom: -310px; 
    }
.template-suffix-contact .contact-form-card {
      width: 100%;
      background: #FFFFFF;
      border-radius: 30px; 
      box-sizing: border-box;
      padding: 42px 40px;
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
      border: 1.5px solid #E5EFF2;
      display: flex;
      flex-direction: column;
    }
.form-subtitle-row {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 12px;
    }
.template-suffix-contact .form-subtitle-row .contact-subtitle {
      color: #000000;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-family: 'Inter', sans-serif;
    }
.form-title {
      font-family: 'Inter', sans-serif;
      font-size: 40px;
      font-weight: 700;
      line-height: 65px;
      color: #000000;
      margin: 0 0 10px;
      letter-spacing: 0px;
    }
.form-subtitle {
      font-family: 'Inter', sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 28px;
      color: #000000;
      margin: 0 0 25px;
      letter-spacing: 0px;
    }
.contact-form {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
.form-row-name {
      display: flex;
      gap: 16px;
      width: 100%;
    }
.form-row-name .form-group {
      flex: 1;
    }
.template-suffix-contact .form-group {
      position: relative;
      width: 100%;
    }
.input-icon-wrapper {
      position: absolute;
      left: 16px;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      pointer-events: none;
      z-index: 5;
    }
.input-icon-wrapper svg {
      stroke: #8E9BA5;
      transition: stroke 0.3s ease;
    }
.form-group-textarea .input-icon-wrapper {
      top: 22px;
      transform: none;
    }
.template-suffix-contact .form-input {
      width: 100%;
      height: 48px;
      border: 1px solid #D5E0E5;
      border-radius: 8px;
      padding: 0 16px 0 46px;
      font-family: 'Inter', sans-serif;
      font-size: 15px;
      color: #000000;
      background-color: #FFFFFF;
      box-sizing: border-box;
      outline: none;
      transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }
.template-suffix-contact .form-input::placeholder {
      color: #8E9BA5;
    }
.form-input:focus {
      border-color: #00DCDA;
      box-shadow: 0 0 0 3px rgba(0, 220, 218, 0.15);
    }
.form-input:focus ~ .input-icon-wrapper svg {
      stroke: #00DCDA;
    }
.template-suffix-contact .form-textarea {
      height: 90px;
      padding: 14px 16px 14px 46px;
      resize: none;
    }
.form-actions {
      margin-top: 6px;
    }
.btn-submit-message {
      width: 100%;
      height: 50px;
      background-color: #080A0D;
      color: #FFFFFF;
      font-family: 'Inter', sans-serif;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      border: none;
      border-radius: 25px; 
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    }
.btn-submit-message:hover {
      background-color: #00DCDA;
      color: #000000;
      box-shadow: 0 8px 20px rgba(0, 220, 218, 0.3);
    }
.btn-submit-message:active {
      transform: scale(0.98);
    }
.template-suffix-contact .contact-details-section {
      width: 100%;
      background-color: #FFFFFF;
      padding: 60px 24px 100px;
      display: flex;
      justify-content: center;
      box-sizing: border-box;
    }
.contact-details-container {
      width: 100%;
      max-width: 1300px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 60px;
    }
.contact-info-col {
      width: 50%;
      max-width: 580px;
    }
.contact-info-col .contact-subtitle {
      color: #000000;
    }
.get-in-touch-heading {
      font-family: 'Inter', sans-serif;
      font-size: 40px; 
      font-weight: 700; 
      line-height: 65px; 
      letter-spacing: 0px;
      color: #000000;
      margin: 0 0 35px;
    }
.contact-methods {
      display: flex;
      flex-direction: column;
      gap: 30px;
    }
.contact-method-item {
      display: flex;
      align-items: center;
      gap: 20px;
    }
.contact-method-icon-box {
      width: 60px; 
      height: 60px;
      border-radius: 50%;
      border: 1.5px solid #00DCDA; 
      background-color: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: background-color 0.3s ease;
    }
.contact-method-icon-box svg {
      width: 26px; 
      height: 26px;
      stroke: #00DCDA;
    }
.contact-method-text {
      display: flex;
      flex-direction: column;
      gap: 2px;
    }
.contact-method-title {
      font-family: 'Inter', sans-serif;
      font-size: 18px; 
      font-weight: 700; 
      line-height: 30px; 
      letter-spacing: 0px;
      color: #000000;
      margin: 0;
    }
.contact-method-value {
      font-family: 'Inter', sans-serif;
      font-size: 18px; 
      font-weight: 400; 
      line-height: 28px; 
      letter-spacing: 0px;
      color: #000000;
      margin: 0;
      text-decoration: none;
      transition: color 0.2s ease;
    }
.contact-method-value:hover {
      color: #00DCDA;
    }
.template-suffix-contact .contact-form-placeholder {
      width: 580px;
      flex-shrink: 0;
    }
.behind-scenes-section {
      width: 100%;
      background-color: #F5FAFA; 
      padding: 70px 24px; 
      display: flex;
      justify-content: center;
      box-sizing: border-box;
    }
.behind-scenes-container {
      width: 100%;
      max-width: 1300px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
.behind-scenes-header {
      text-align: center;
      margin-bottom: 50px;
    }
.behind-scenes-heading {
      font-family: 'Inter', sans-serif;
      font-size: 48px;
      font-weight: 700;
      line-height: 56px;
      color: #000000;
      margin: 0 0 16px;
      letter-spacing: -0.5px;
    }
.behind-scenes-desc {
      font-family: 'Inter', sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 26px;
      color: #333333;
      margin: 0;
    }
.behind-scenes-grid {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 24px;
      width: 100%;
      flex-wrap: wrap;
    }
.behind-card {
      width: 300px; 
      height: 265px; 
      background-color: #FFFFFF; 
      border-radius: 10px; 
      box-shadow: none !important;
      border: none;
      padding: 24px 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      box-sizing: border-box;
      justify-content: center;
      transition: transform 0.3s ease;
    }
.behind-card-icon-box {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #080A0D; 
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
      flex-shrink: 0;
    }
.behind-card-icon-box img {
      width: 28px;
      height: 28px;
      object-fit: contain;
      display: block;
    }
.behind-card-title {
      font-family: 'Inter', sans-serif;
      font-size: 18px;
      font-weight: 700;
      line-height: 24px;
      color: #000000;
      margin: 0 0 8px;
    }
.behind-card-desc {
      font-family: 'Inter', sans-serif;
      font-size: 16px; 
      font-weight: 400; 
      line-height: 26px; 
      color: #373D44; 
      margin: 0;
      max-width: 240px;
    }
@media (max-width: 1024px) {
.desktop-br {
        display: none;
      }
.template-suffix-contact .contact-hero {
        padding: 50px 0;
      }
.contact-hero-inner {
        flex-direction: column;
        gap: 40px;
        align-items: center;
      }
.contact-hero-content {
        width: 100%;
        max-width: 600px;
        text-align: center;
      }
.contact-subtitle-row {
        justify-content: center;
      }
.template-suffix-contact .contact-form-col {
        width: 100%;
        max-width: 580px;
        margin-top: 0;
        margin-bottom: 0;
      }
.template-suffix-contact .contact-details-section {
        padding: 50px 24px;
      }
.contact-details-container {
        flex-direction: column;
        align-items: center;
      }
.contact-info-col {
        width: 100%;
        max-width: 600px;
        text-align: center;
      }
.contact-methods {
        align-items: center;
      }
.template-suffix-contact .contact-form-placeholder {
        display: none;
      }
.behind-scenes-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
      }
}
@media (max-width: 768px) {
.template-suffix-contact .contact-hero {
        padding: 40px 20px;
        background: url('contact-main-img.png') no-repeat left center / 160% auto !important;
        background-position: left center !important;
        background-size: 160% auto !important;
      }
.template-suffix-contact .contact-hero::before {
        background: linear-gradient(180deg, 
          rgba(8, 10, 13, 0.95) 0%, 
          rgba(8, 10, 13, 0.82) 60%, 
          rgba(8, 10, 13, 0.65) 100%
        ) !important;
      }
.contact-hero-inner {
        padding: 0;
      }
.template-suffix-contact .contact-heading {
        font-size: 36px;
        line-height: 42px;
      }
.contact-paragraph {
        font-size: 16px;
      }
.template-suffix-contact .contact-form-card {
        padding: 30px 20px;
        border-radius: 20px;
      }
.contact-form-card input,
      .contact-form-card textarea,
      .contact-form-card select,
      .form-input {
        font-size: 16px !important;
      }
.form-row-name {
        flex-direction: column;
        gap: 16px;
      }
.form-title {
        font-size: 28px;
        line-height: 34px;
      }
.template-suffix-contact .contact-details-section {
        padding: 40px 20px;
      }
.get-in-touch-heading {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 25px;
      }
.contact-method-item {
        flex-direction: column;
        text-align: center;
      }
.behind-scenes-section {
        padding: 50px 0 !important;
      }
.behind-scenes-header {
        padding: 0 20px;
        box-sizing: border-box;
        margin-bottom: 30px;
      }
.behind-scenes-heading {
        font-size: 32px;
        line-height: 38px;
      }
.behind-scenes-desc {
        font-size: 16px;
      }
.behind-scenes-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
        gap: 16px !important;
        width: 100% !important;
        padding: 10px 0 25px 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        scroll-padding-left: 20px !important;
        scroll-padding-right: 0 !important;
        box-sizing: border-box !important;
        touch-action: pan-x pan-y !important;
        overscroll-behavior-y: auto !important;
        overscroll-behavior-x: contain !important;
      }
.behind-scenes-grid::-webkit-scrollbar {
        display: none !important;
      }
.behind-card {
        flex: 0 0 calc(100vw - 80px) !important;
        width: calc(100vw - 80px) !important;
        min-width: calc(100vw - 80px) !important;
        max-width: calc(100vw - 80px) !important;
        height: 245px !important;
        scroll-snap-align: start !important;
        box-sizing: border-box !important;
        box-shadow: none !important;
      }
.behind-card:hover,
      .behind-card:active {
        transform: none !important;
        box-shadow: none !important;
      }
}

/* ===== from partner-with-btb.html ===== */
.template-suffix-partner .contact-hero {
      width: 100%;
      height: 435px;
      min-height: 435px;
      background: url('contact-main-img.png') no-repeat right center / cover;
      position: relative;
      display: flex;
      justify-content: center;
      box-sizing: border-box;
      padding: 100px 0; 
    }
.template-suffix-partner .contact-hero::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to right, 
        rgba(8, 10, 13, 0.9) 0%, 
        rgba(8, 10, 13, 0.45) 50%,
        rgba(8, 10, 13, 0.1) 100%
      );
      z-index: 1;
    }
.template-suffix-partner .contact-heading {
      font-family: 'Inter', sans-serif;
      font-size: 52px;
      font-weight: 600; 
      line-height: 60px;
      margin: 0 0 20px;
      color: #FFFFFF;
      letter-spacing: -0.5px;
    }
.template-suffix-partner .contact-form-col {
      width: 616px;
      flex-shrink: 0;
      z-index: 10;
      margin-top: 0px; 
      margin-bottom: -490px; 
    }
.template-suffix-partner .contact-form-card {
      width: 100%;
      
      background: linear-gradient(#FFFFFF, #FFFFFF) padding-box, 
                  linear-gradient(135deg, 
                    rgba(206, 206, 206, 0.10) 0%, 
                    rgba(220, 221, 0, 0.10) 17%, 
                    rgba(0, 220, 218, 0.10) 33%, 
                    rgba(0, 238, 1, 0.10) 50%, 
                    rgba(230, 0, 216, 0.10) 67%, 
                    rgba(246, 0, 1, 0.10) 83%, 
                    rgba(13, 1, 228, 0.10) 100%
                  ) border-box;
      border: 2px solid transparent;
      border-radius: 30px;
      box-sizing: border-box;
      padding: 45px 40px;
      box-shadow: none;
      display: flex;
      flex-direction: column;
    }
.template-suffix-partner .form-subtitle-row .contact-subtitle {
      color: #000000;
      font-family: 'Inter', sans-serif;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
    }
.partner-form {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
.template-suffix-partner .form-group {
      width: 100%;
    }
.form-field-label {
      display: block;
      font-family: 'Inter', sans-serif;
      font-size: 13px; 
      font-weight: 600; 
      letter-spacing: 0.2px; 
      color: #000000;
      margin-bottom: 8px;
      text-transform: uppercase;
    }
.required {
      color: #FF3333;
    }
.template-suffix-partner .form-input {
      width: 100%;
      height: 50px; 
      border: 1px solid #DDDDDD; 
      border-radius: 0; 
      padding: 0 16px;
      font-family: 'Inter', sans-serif;
      font-size: 14px; 
      color: #000000;
      background-color: #FFFFFF;
      box-sizing: border-box;
      outline: none;
      transition: border-color 0.3s ease, box-shadow 0.3s ease;
      letter-spacing: 0.2px;
    }
.template-suffix-partner .form-input::placeholder {
      color: #7C7C7C; 
    }
.form-select {
      appearance: none;
      background: #FFFFFF url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%237C7C7C%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E') no-repeat right 16px top 50% / 12px auto;
      cursor: pointer;
      color: #7C7C7C; 
    }
.template-suffix-partner .form-textarea {
      height: 90px;
      padding: 14px 16px;
      resize: none;
      border-radius: 0;
      font-size: 14px;
    }
.btn-submit-inquiry {
      width: 100%;
      height: 55px; 
      background-color: #080A0D;
      color: #FFFFFF;
      font-family: 'Inter', sans-serif;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      border: none;
      border-radius: 27.5px; 
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    }
.btn-submit-inquiry:hover {
      background-color: #00DCDA;
      color: #000000;
      box-shadow: 0 8px 20px rgba(0, 220, 218, 0.3);
    }
.btn-submit-inquiry:active {
      transform: scale(0.98);
    }
.template-suffix-partner .contact-details-section {
      width: 100%;
      background-color: #FFFFFF;
      padding: 80px 24px 110px; 
      display: flex;
      justify-content: center;
      box-sizing: border-box;
    }
.why-partner-heading {
      font-family: 'Inter', sans-serif;
      font-size: 40px;
      font-weight: 700;
      line-height: 50px;
      letter-spacing: -0.5px;
      color: #000000;
      margin: 0 0 35px;
    }
.partner-benefits {
      display: flex;
      flex-direction: column;
      gap: 30px;
    }
.partner-benefit-item {
      display: flex;
      align-items: center;
      gap: 20px;
      padding: 14px 18px;
      border-radius: 16px;
      margin-left: -18px; 
      cursor: default;
      transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                  background-color 0.35s ease;
    }
.partner-benefit-item:hover {
      transform: translateX(10px);
      background-color: rgba(0, 220, 218, 0.06);
    }
.partner-benefit-icon-box {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background-color: #080A0D;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: background-color 0.35s ease, box-shadow 0.35s ease;
    }
.partner-benefit-item:hover .partner-benefit-icon-box {
      background-color: #00DCDA;
      box-shadow: 0 6px 20px rgba(0, 220, 218, 0.30);
    }
.partner-benefit-icon {
      width: 30px;
      height: 30px;
      object-fit: contain;
      display: block;
      transition: filter 0.35s ease;
    }
.partner-benefit-item:hover .partner-benefit-icon {
      filter: invert(1) brightness(0);
    }
.partner-benefit-text {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }
.partner-benefit-title {
      font-family: 'Inter', sans-serif;
      font-size: 18px;
      font-weight: 700;
      line-height: 30px;
      color: #000000;
      margin: 0;
      transition: color 0.35s ease;
    }
.partner-benefit-item:hover .partner-benefit-title {
      color: #080A0D;
    }
.partner-benefit-desc {
      font-family: 'Inter', sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #373D44;
      margin: 0;
      max-width: 440px;
    }
.template-suffix-partner .contact-form-placeholder {
      width: 616px;
      flex-shrink: 0;
    }
@media (max-width: 1024px) {
.desktop-br {
        display: none;
      }
.template-suffix-partner .contact-hero {
        padding: 50px 0;
        height: auto;
      }
.contact-hero-inner {
        flex-direction: column;
        gap: 40px;
        align-items: center;
      }
.contact-hero-content {
        width: 100%;
        max-width: 600px;
        text-align: center;
      }
.contact-subtitle-row {
        justify-content: center;
      }
.template-suffix-partner .contact-form-col {
        width: 100%;
        max-width: 580px;
        margin-top: 0;
        margin-bottom: 0;
      }
.template-suffix-partner .contact-details-section {
        padding: 50px 24px;
      }
.contact-details-container {
        flex-direction: column;
        align-items: center;
      }
.contact-info-col {
        width: 100%;
        max-width: 600px;
        text-align: center;
      }
.partner-benefits {
        align-items: center;
      }
.partner-benefit-item {
        flex-direction: column;
        text-align: center;
        gap: 16px;
      }
.template-suffix-partner .contact-form-placeholder {
        display: none;
      }
}
@media (max-width: 768px) {
.template-suffix-partner .contact-hero {
        padding: 40px 20px;
        background: url('contact-main-img.png') no-repeat left center / 160% auto !important;
        background-position: left center !important;
        background-size: 160% auto !important;
      }
.template-suffix-partner .contact-hero::before {
        background: linear-gradient(180deg, 
          rgba(8, 10, 13, 0.95) 0%, 
          rgba(8, 10, 13, 0.82) 60%, 
          rgba(8, 10, 13, 0.65) 100%
        ) !important;
      }
.contact-hero-inner {
        padding: 0;
      }
.template-suffix-partner .contact-heading {
        font-size: 36px;
        line-height: 42px;
      }
.contact-paragraph {
        font-size: 16px;
      }
.template-suffix-partner .contact-form-card {
        padding: 30px 20px;
        border-radius: 20px;
      }
.contact-form-card input,
      .contact-form-card textarea,
      .contact-form-card select,
      .form-input,
      .form-select,
      .form-textarea {
        font-size: 16px !important;
      }
.form-row-name {
        flex-direction: column;
        gap: 16px;
      }
.form-title {
        font-size: 28px;
        line-height: 34px;
      }
.why-partner-heading {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 30px;
      }
}

/* ===== from youtube.html ===== */
.youtube-page-section {
      width: 100%;
      background-color: #FFFFFF; 
      padding: 60px 24px;
      border-top: 1px solid #CFCFCF;
      display: flex;
      justify-content: center;
      box-sizing: border-box;
    }
.youtube-page-container {
      width: 100%;
      max-width: 1360px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
.youtube-page-header {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      margin-bottom: 50px;
      max-width: 1000px;
    }
.youtube-page-subtitle-row {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 15px;
    }
.youtube-page-icon-red {
      width: 24px;
      height: 24px;
    }
.youtube-page-subtitle {
      font-family: 'Inter', sans-serif;
      font-size: 14px;
      font-weight: 600;
      line-height: 25px;
      color: #FF0000;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }
.youtube-page-heading {
      font-family: 'Inter', sans-serif;
      font-size: 52px;
      font-weight: 700;
      line-height: 60px;
      color: #000000;
      margin: 0 0 15px;
      letter-spacing: -0.5px;
    }
.youtube-page-paragraph {
      font-family: 'Inter', sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      color: #000000;
      margin: 0;
      max-width: 100%;
    }
.youtube-page-grid {
      display: flex !important;
      flex-direction: row !important;
      flex-wrap: nowrap !important;
      gap: 24px !important;
      width: 100% !important;
      max-width: 1360px;
      overflow-x: auto !important;
      overflow-y: hidden !important;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth !important;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none !important;
      padding: 4px 0 10px !important;
      box-sizing: border-box;
      margin-bottom: 20px !important;
      align-items: stretch !important;
    }
.youtube-page-grid::-webkit-scrollbar {
      display: none !important;
    }
.youtube-page-card {
      height: 386px !important;
      scroll-snap-align: start;
      background-color: #080A0D;
      border: 1px solid #242526;
      border-radius: 0px; 
      overflow: hidden;
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
      text-decoration: none;
      box-shadow: none !important;
      transition: transform 0.3s ease, border-color 0.3s ease;
    }
@media (min-width: 1025px) {
.youtube-page-card {
        flex: 0 0 calc((100% - 72px) / 4) !important;
        width: calc((100% - 72px) / 4) !important;
        min-width: calc((100% - 72px) / 4) !important;
        max-width: calc((100% - 72px) / 4) !important;
      }
}
@media (max-width: 1024px) {
.youtube-page-card {
        flex: 0 0 280px !important;
        width: 280px !important;
        min-width: 280px !important;
        max-width: 280px !important;
      }
.youtube-page-card:hover,
      .youtube-page-card:active {
        transform: none !important;
      }
}
@media (max-width: 768px) {
.youtube-page-card {
        flex: 0 0 calc(100vw - 80px) !important;
        width: calc(100vw - 80px) !important;
        min-width: calc(100vw - 80px) !important;
        max-width: calc(100vw - 80px) !important;
      }
.youtube-page-card:hover,
      .youtube-page-card:active {
        transform: none !important;
      }
}
.youtube-page-card:hover {
      transform: none !important;
      border-color: #FF0000;
      box-shadow: none !important;
    }
.youtube-page-card-image {
      width: 100%;
      height: 216px;
      overflow: hidden;
      position: relative;
      background-color: #080A0D;
      line-height: 0;
      display: block;
    }
.youtube-page-card-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.4s ease;
    }
.youtube-page-card:hover .youtube-page-card-image img {
      transform: scale(1.05);
    }
.youtube-page-card-image::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(0.8);
      width: 48px;
      height: 48px;
      background: rgba(255, 0, 0, 0.9) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22white%22%3E%3Cpath%20d%3D%22M8%205v14l11-7z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center / 20px auto;
      border-radius: 50%;
      opacity: 0;
      transition: opacity 0.3s ease, transform 0.3s ease;
      pointer-events: none;
    }
.youtube-page-card:hover .youtube-page-card-image::after {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
    }
.youtube-page-card-info {
      flex: 1;
      padding: 24px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      box-sizing: border-box;
    }
.yt-page-episode {
      font-family: 'Inter', sans-serif;
      font-size: 13px;
      font-weight: 600;
      color: #FF0000;
      margin-bottom: 5px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }
.yt-page-title {
      font-family: 'Inter', sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      color: #FFFFFF;
      margin-bottom: auto;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
.yt-page-views {
      font-family: 'Inter', sans-serif;
      font-size: 14px;
      color: #9A9A9A;
      margin-top: 10px;
    }
.youtube-page-action {
      display: flex;
      justify-content: center;
      margin-top: 20px;
    }
.btn-youtube-page-channel {
      border: 1px solid #FF0000;
      background-color: transparent;
      color: #FF0000;
      font-family: 'Inter', sans-serif;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.2px;
      text-transform: uppercase;
      height: 55px;
      padding: 0 35px;
      border-radius: 30px;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      text-decoration: none;
      transition: all 0.3s ease;
      outline: none;
    }
.btn-youtube-page-channel:hover {
      background-color: #FF0000;
      color: #FFFFFF;
    }
.btn-youtube-page-channel .btn-yt-icon {
      width: 24px;
      height: 17px;
    }
.btn-youtube-page-channel .yt-bg-path,
    .btn-youtube-page-channel .yt-play-path {
      transition: fill 0.3s ease;
    }
.btn-youtube-page-channel:hover .yt-bg-path {
      fill: #FFFFFF;
    }
.btn-youtube-page-channel:hover .yt-play-path {
      fill: #FF0000;
    }
.btn-youtube-page-channel .btn-yt-arrow {
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      transition: transform 0.3s ease, filter 0.3s ease;
    }
.btn-youtube-page-channel:hover .btn-yt-arrow {
      filter: brightness(0) invert(1);
      transform: translateX(4px);
    }
@media (max-width: 768px) {
.youtube-page-section {
        padding: 60px 20px;
      }
.youtube-page-heading {
        font-size: 32px;
        line-height: 40px;
      }
.youtube-page-action {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
        text-align: center !important;
        margin-top: 5px !important;
      }
.youtube-carousel-nav,
      .youtube-carousel-nav-bottom {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        margin: 0 auto 20px !important;
      }
.youtube-page-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        scroll-padding-left: 20px !important;
        scroll-padding-right: 0 !important;
        padding-left: 20px !important;
        padding-right: 0 !important;
        margin-left: -20px !important;
        margin-right: -20px !important;
        width: calc(100% + 40px) !important;
        gap: 16px !important;
        scroll-behavior: smooth !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
        max-width: none !important;
        justify-content: flex-start !important;
        margin-bottom: 20px !important;
      }
.youtube-page-grid::-webkit-scrollbar {
        display: none !important;
      }
.youtube-page-card {
        flex: 0 0 calc(100vw - 85px) !important;
        width: calc(100vw - 85px) !important;
        min-width: calc(100vw - 85px) !important;
        max-width: calc(100vw - 85px) !important;
        scroll-snap-align: start !important;
      }
}

/* ===== from thankyou.html ===== */
.template-suffix-thank-you {
      margin: 0;
      padding: 0;
      background: #080A0D;
    }
.ty-hero {
      position: relative;
      width: 100%;
      height: 680px;
      background: url('homepage-main-img.png') no-repeat center center / cover;
      display: flex;
      align-items: center;
      overflow: hidden;
    }
.ty-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to right,
        rgba(8, 10, 13, 1.00)  0%,
        rgba(8, 10, 13, 0.70) 50%,
        rgba(8, 10, 13, 0.60) 100%
      );
      z-index: 1;
    }
.ty-inner {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 1360px;
      margin: 0 auto;
      padding: 80px 80px;
      box-sizing: border-box;
    }
.ty-label-row {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 24px;
    }
.ty-label-line {
      width: 45px;
      height: 2px;
      background: #00DCDA;
      flex-shrink: 0;
    }
.ty-label {
      font-family: 'Inter', sans-serif;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 1px;
      line-height: normal;
      color: #00DCDA;
      text-transform: uppercase;
    }
.ty-heading {
      font-family: 'Inter', sans-serif;
      font-size: clamp(52px, 8vw, 96px);
      font-weight: 600;
      line-height: 1;
      color: #ffffff;
      letter-spacing: 0px;
      margin: 0 0 28px;
      text-transform: uppercase;
    }
.ty-bold-text {
      font-family: 'Inter', sans-serif;
      font-size: clamp(17px, 2vw, 22px);
      font-weight: 600;
      line-height: 30px;
      letter-spacing: 0px;
      color: #ffffff;
      margin: 0 0 16px;
      max-width: 520px;
    }
.ty-desc {
      font-family: 'Inter', sans-serif;
      font-size: clamp(15px, 1.5vw, 18px);
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 0px;
      color: #ffffff;
      margin: 0 0 44px;
      max-width: 480px;
    }
.ty-buttons {
      display: flex;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap;
    }
.btn-ty {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      height: 55px;
      padding: 0 32px;
      border-radius: 30px;
      font-family: 'Inter', sans-serif;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-decoration: none;
      cursor: pointer;
      border: none;
      transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
    }
.btn-ty-outline {
      background: transparent;
      border: 1.5px solid #00DCDA;
      color: #ffffff;
    }
.btn-ty-outline:hover {
      background: rgba(0, 220, 218, 0.12);
      border-color: #00DCDA;
      transform: translateY(-2px);
    }
.btn-ty-cyan {
      background: #00DCDA;
      color: #080A0D;
    }
.btn-ty-cyan:hover {
      background: #00c4c2;
      box-shadow: 0 8px 24px rgba(0, 220, 218, 0.35);
      transform: translateY(-2px);
    }
.btn-ty-cyan:hover .btn-ty-arrow {
      transform: translateX(4px);
    }
.btn-ty-arrow {
      display: inline-block;
      transition: transform 0.25s ease;
    }
@media (max-width: 1024px) {
.ty-inner {
        padding: 60px 48px;
      }
}
@media (max-width: 768px) {
.ty-hero {
        height: auto;
        min-height: 100svh;
        padding: 40px 0;
      }
.ty-inner {
        padding: 50px 24px;
      }
.ty-hero::before {
        background: linear-gradient(
          to right,
          rgba(8, 10, 13, 1.00)  0%,
          rgba(8, 10, 13, 0.85) 50%,
          rgba(8, 10, 13, 0.75) 100%
        );
      }
}
@media (max-width: 480px) {
.ty-buttons {
        flex-direction: column;
        align-items: flex-start;
      }
.btn-ty {
        width: 100%;
        justify-content: center;
      }
}

/* ===== from 404.html ===== */
.error-hero {
      position: relative;
      width: 100%;
      height: 680px;
      background: url('homepage-main-img.png') no-repeat center center / cover;
      display: flex;
      align-items: center;
      overflow: hidden;
    }
.error-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to right,
        rgba(8, 10, 13, 1.00)  0%,
        rgba(8, 10, 13, 0.70) 50%,
        rgba(8, 10, 13, 0.60) 100%
      );
      z-index: 1;
    }
.error-inner {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 1360px;
      margin: 0 auto;
      padding: 80px 80px;
      box-sizing: border-box;
    }
.error-label-row {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 28px;
    }
.error-label-line {
      width: 45px;
      height: 2px;
      background: #00DCDA;
      flex-shrink: 0;
    }
.error-label {
      font-family: 'Inter', sans-serif;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 1px;
      line-height: normal;
      color: #00DCDA;
      text-transform: uppercase;
    }
.error-number {
      font-family: 'Inter', sans-serif;
      font-size: clamp(80px, 12vw, 160px);
      font-weight: 600;
      line-height: 1;
      color: #ffffff;
      letter-spacing: 0px;
      margin: 0 0 32px;
    }
.error-title {
      font-family: 'Inter', sans-serif;
      font-size: clamp(18px, 2.5vw, 24px);
      font-weight: 600;
      line-height: 30px;
      color: #ffffff;
      letter-spacing: 0px;
      text-transform: uppercase;
      margin: 0 0 18px;
    }
.error-desc {
      font-family: 'Inter', sans-serif;
      font-size: clamp(15px, 1.5vw, 18px);
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 0px;
      color: #ffffff;
      margin: 0 0 44px;
      max-width: 460px;
    }
.error-buttons {
      display: flex;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap;
    }
.btn-err {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      height: 55px;
      padding: 0 32px;
      border-radius: 30px;
      font-family: 'Inter', sans-serif;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-decoration: none;
      cursor: pointer;
      border: none;
      transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
    }
.btn-err-outline {
      background: transparent;
      border: 1.5px solid #00DCDA;
      color: #ffffff;
    }
.btn-err-outline:hover {
      background: rgba(0, 220, 218, 0.12);
      border-color: #00DCDA;
      transform: translateY(-2px);
    }
.btn-err-cyan {
      background: #00DCDA;
      color: #080A0D;
    }
.btn-err-cyan:hover {
      background: #00c4c2;
      box-shadow: 0 8px 24px rgba(0, 220, 218, 0.35);
      transform: translateY(-2px);
    }
.btn-err-cyan:hover .btn-err-arrow {
      transform: translateX(4px);
    }
.btn-err-arrow {
      display: inline-block;
      transition: transform 0.25s ease;
    }
@media (max-width: 1024px) {
.error-inner {
        padding: 60px 48px;
      }
}
@media (max-width: 768px) {
.error-hero {
        height: auto;
        min-height: 100svh;
        padding: 40px 0;
      }
.error-inner {
        padding: 50px 24px;
      }
.error-hero::before {
        background: linear-gradient(
          to right,
          rgba(8, 10, 13, 1.00)  0%,
          rgba(8, 10, 13, 0.85) 50%,
          rgba(8, 10, 13, 0.75) 100%
        );
      }
}
@media (max-width: 480px) {
.error-buttons {
        flex-direction: column;
        align-items: flex-start;
      }
.btn-err {
        width: 100%;
        justify-content: center;
      }
}

/* ===== from privacy-policy.html ===== */
.privacy-page {
      width: 100%;
      background-color: var(--color-white);
      padding: 60px 0; 
      display: flex;
      justify-content: center;
      box-sizing: border-box;
    }
.privacy-container {
      width: 100%;
      max-width: 1300px;
      padding: 0 24px; 
      margin: 0 auto;
      text-align: left;
      box-sizing: border-box;
    }
.header-divider {
      width: 100%;
      height: 1px;
      background-color: #D8D8D8; 
      margin: 0;
    }
.privacy-meta {
      font-family: 'Inter', sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #10151D;
      text-transform: uppercase;
      margin: 0 0 15px;
      letter-spacing: 0.5px;
    }
.privacy-title {
      font-family: 'Inter', sans-serif;
      font-size: 50px;
      font-weight: 600;
      line-height: 60px;
      color: #10151D;
      margin: 0 0 35px;
      letter-spacing: -1.5px;
    }
.privacy-container h2 {
      font-family: 'Inter', sans-serif;
      font-size: 35px;
      font-weight: 600;
      line-height: 45px;
      color: #10151D;
      margin: 40px 0 20px; 
      letter-spacing: -0.8px;
    }
.privacy-container h2:first-of-type {
      margin-top: 30px;
    }
.privacy-container p, 
    .privacy-container ul {
      font-family: 'Inter', sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      color: #373D44;
      margin: 0 0 20px; 
    }
.privacy-container ul {
      padding-left: 24px;
      list-style-type: disc;
    }
.privacy-container li {
      margin-bottom: 8px;
    }
.privacy-container li:last-child {
      margin-bottom: 0;
    }
.email-link {
      font-weight: 700;
      color: #10151D;
      text-decoration: none;
      border-bottom: 1px solid #10151D;
      transition: color 0.3s ease, border-color 0.3s ease;
    }
.email-link:hover {
      color: #00DCDA;
      border-bottom-color: #00DCDA;
    }
@media (max-width: 1024px) {
.privacy-page {
        padding: 50px 20px;
      }
.privacy-title {
        font-size: 42px;
        line-height: 52px;
      }
.privacy-container h2 {
        font-size: 30px;
        line-height: 40px;
      }
}
@media (max-width: 768px) {
.privacy-page {
        padding: 40px 20px;
      }
.privacy-title {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 25px;
      }
.privacy-container h2 {
        font-size: 26px;
        line-height: 34px;
        margin: 35px 0 20px;
      }
.privacy-container p, 
      .privacy-container ul {
        font-size: 16px;
        line-height: 26px;
      }
}

/* ===== from terms-conditions.html ===== */
.terms-page {
      width: 100%;
      background-color: var(--color-white);
      padding: 60px 0; 
      display: flex;
      justify-content: center;
      box-sizing: border-box;
    }
.terms-container {
      width: 100%;
      max-width: 1300px; 
      padding: 0 24px; 
      margin: 0 auto;
      text-align: left;
      box-sizing: border-box;
    }
.terms-meta {
      font-family: 'Inter', sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #10151D;
      text-transform: uppercase;
      margin: 0 0 15px;
      letter-spacing: 0.5px;
    }
.terms-title {
      font-family: 'Inter', sans-serif;
      font-size: 50px;
      font-weight: 600;
      line-height: 60px;
      color: #10151D;
      margin: 0 0 35px;
      letter-spacing: -1.5px;
    }
.terms-container h2 {
      font-family: 'Inter', sans-serif;
      font-size: 35px;
      font-weight: 600;
      line-height: 45px;
      color: #10151D;
      margin: 40px 0 20px; 
      letter-spacing: -0.8px;
    }
.terms-container h2:first-of-type {
      margin-top: 30px;
    }
.terms-container p, 
    .terms-container ul {
      font-family: 'Inter', sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      color: #373D44;
      margin: 0 0 20px; 
    }
.terms-container ul {
      padding-left: 24px;
      list-style-type: disc;
    }
.terms-container li {
      margin-bottom: 8px;
    }
.terms-container li:last-child {
      margin-bottom: 0;
    }
@media (max-width: 1024px) {
.terms-page {
        padding: 50px 20px;
      }
.terms-title {
        font-size: 42px;
        line-height: 52px;
      }
.terms-container h2 {
        font-size: 30px;
        line-height: 40px;
      }
}
@media (max-width: 768px) {
.desktop-br {
        display: none;
      }
.terms-page {
        padding: 40px 20px;
      }
.terms-title {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 25px;
      }
.terms-container h2 {
        font-size: 26px;
        line-height: 34px;
        margin: 35px 0 20px;
      }
.terms-container p, 
      .terms-container ul {
        font-size: 16px;
        line-height: 26px;
      }
}

/* ===== from shipping-policy.html ===== */
.privacy-container p {
      font-family: 'Inter', sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      color: #373D44;
      margin: 0 0 20px; 
    }
@media (max-width: 768px) {
.privacy-page {
        padding: 40px 20px;
      }
.privacy-title {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 25px;
      }
.privacy-container h2 {
        font-size: 26px;
        line-height: 34px;
        margin: 35px 0 20px;
      }
.privacy-container p {
        font-size: 16px;
        line-height: 26px;
      }
}
