/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.5.1781222491
Updated: 2026-06-12 00:01:31

*/

/* ============================================================
   RAWSIDE — Gear Shop Compact Card Custom Style Updates
   ============================================================ */

/* 1:1 Square aspect ratio for gear cards image wrap */
.og-s2-img-wrap {
  aspect-ratio: 1/1 !important;
}

/* Decreased font size for card title (17px -> 14px) */
.og-s2-name {
  font-size: 14px !important;
  line-height: 1.30 !important;
}

/* Compressed padding and gaps in the card info container */
.og-s2-info {
  padding: 10px 2px 0 !important;
  gap: 3px !important;
}

/* Compressed desc typography and margins */
.og-s2-desc {
  font-size: 10.5px !important;
  line-height: 1.40 !important;
  margin-top: 1px !important;
}

/* Compressed price row layout */
.og-s2-price-row {
  margin-top: 8px !important;
  padding-top: 8px !important;
}

/* Stretched Link Utility */
.og-stretched-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: auto;
}



/* ==============================================
   RAWSIDE — Dark Themed Scrollbar (global)
   ============================================== */
html {
  scrollbar-color: rgba(249, 248, 246, .35) #0b0f0c;
  scrollbar-width: thin;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: #0b0f0c;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(249, 248, 246, .3);
  border-radius: 6px;
  border: 2px solid #0b0f0c;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(249, 248, 246, .5);
}
