/** Shopify CDN: Minification failed

Line 16:111 Unexpected "*"
Line 16:143 Comments in CSS use "/* ... */" instead of "//"
Line 16:410 Unexpected "*"
Line 16:536 Unexpected "*"
Line 16:688 Unexpected "*"
Line 16:842 Unexpected "*"
Line 16:1098 Unexpected "*"
Line 16:1341 Unexpected "*"
Line 16:1536 Unexpected "*"
Line 16:2039 Unexpected "*"
... and 17 more hidden warnings

**/
/* OxxRing Collection Page Styles - Boost Product Filter App *//* Target: Boost Product Filter Application */\/* ============================ *//* LEFT SIDEBAR - DARK THEME    *//* ============================ */\/* Main Sidebar Container */.boost-sd-left,.boost-filter-tree-column {  background-color: #1a1a1a !important;  color: #ffffff !important;  padding: 20px !important;  border-radius: 0 !important;}\/* Filter Tree Wrapper */.boost-sd__filter-tree-wrapper {  background-color: #1a1a1a !important;  color: #ffffff !important;}\/* Filter Tree Vertical */.boost-sd__filter-tree-vertical {  background-color: #1a1a1a !important;  color: #ffffff !important;  padding: 0 !important;}\/* Filter Headings/Titles */.boost-sd__filter-item-label,.boost-sd__filter-option-item-label {  color: #ffffff !important;  font-weight: 600 !important;}\/* Filter Options */.boost-sd__filter-option-item {  color: #f5f5f5 !important;}\.boost-sd__filter-option-item:hover {  color: #ffffff !important;}\.boost-sd__filter-option-item-button--selected {  color: #ff6600 !important;  font-weight: 700 !important;}\/* ============================ *//* RIGHT PRODUCT AREA - LIGHT    *//* ============================ */\/* Main Product Area */.boost-sd-right,.boost-product-listing-column {  background-color: #ffffff !important;  color: #333333 !important;}\/* Toolbar */.boost-sd__toolbar-container {  background-color: #ffffff !important;  border-bottom-color: #e5e5e5 !important;}\.boost-sd__toolbar-content {  background-color: #ffffff !important;}\/* ============================ *//* PRODUCT CARDS - UNIFIED STYLE *//* ============================ */\/* Main Product Card */.boost-sd__product-item {  background: #ffffff !important;  border: 1px solid #e5e5e5 !important;  border-radius: 8px !important;  padding: 16px !important;  transition: all 0.3s ease !important;  box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;}\.boost-sd__product-item:hover {  box-shadow: 0 4px 16px rgba(0,0,0,0.12) !important;  transform: translateY(-2px) !important;}\/* Product Image */.boost-sd__product-image-wrapper {  background-color: #f9f9f9 !important;  border-radius: 6px !important;  overflow: hidden !important;}\.boost-sd__product-image-img--main {  aspect-ratio: 1/1 !important;  object-fit: contain !important;}\/* Product Info Wrapper */.boost-sd__product-info-wrapper {  padding-top: 12px !important;}\/* Product Title */.boost-sd__product-title {  color: #333333 !important;  font-size: 16px !important;  font-weight: 600 !important;  margin-bottom: 8px !important;  line-height: 1.4 !important;}\.boost-sd__product-link {  color: #333333 !important;  text-decoration: none !important;}\.boost-sd__product-link:hover {  color: #ff6600 !important;}\/* Product Price */.boost-sd__product-price {  margin-bottom: 12px !important;}\.boost-sd__product-price--sale {  color: #e74c3c !important;  font-weight: 700 !important;}\.boost-sd__product-price--default {  color: #333333 !important;  font-weight: 700 !important;}\.boost-sd__product-price--compare {  color: #888888 !important;  text-decoration: line-through !important;  font-size: 14px !important;}\/* ============================ *//* BUTTONS - ORANGE & DARK     *//* ============================ */\/* Primary Button - ORANGE */.boost-sd__button--primary,.boost-sd__btn-add-to-cart,.boost-sd__button--select-option {  background-color: #ff6600 !important;  color: #ffffff !important;  border: none !important;  border-radius: 4px !important;  padding: 12px 24px !important;  font-size: 16px !important;  font-weight: 600 !important;  transition: all 0.2s ease !important;  box-shadow: 0 2px 4px rgba(255,102,0,0.2) !important;}\.boost-sd__button--primary:hover,.boost-sd__btn-add-to-cart:hover,.boost-sd__button--select-option:hover {  background-color: #e55a00 !important;  transform: translateY(-1px) !important;  box-shadow: 0 4px 8px rgba(255,102,0,0.3) !important;}\/* Secondary Button - DARK */.boost-sd__button--border,.boost-sd__btn-buy-now,.boost-sd__button--quick-view {  background-color: #1a1a1a !important;  color: #ffffff !important;  border: 2px solid #1a1a1a !important;  border-radius: 4px !important;  padding: 12px 24px !important;  font-size: 16px !important;  font-weight: 600 !important;  transition: all 0.2s ease !important;}\.boost-sd__button--border:hover,.boost-sd__btn-buy-now:hover,.boost-sd__button--quick-view:hover {  background-color: #000000 !important;  border-color: #000000 !important;  transform: translateY(-1px) !important;}\/* Show on Hover Buttons */.boost-sd__button--show-on-hover {  opacity: 0 !important;  transition: opacity 0.3s ease !important;}\.boost-sd__product-item:hover .boost-sd__button--show-on-hover {  opacity: 1 !important;}\/* ============================ *//* MOBILE RESPONSIVE           *//* ============================ */\@media (max-width: 768px) {  /* Collapsible Filter */  .boost-sd-left,  .boost-filter-tree-column {    position: fixed !important;    top: 0 !important;    left: 0 !important;    width: 280px !important;    height: 100% !important;    background-color: #1a1a1a !important;    z-index: 9999 !important;    transform: translateX(-100%) !important;    transition: transform 0.3s ease !important;    box-shadow: 2px 0 10px rgba(0,0,0,0.3) !important;  }\  .boost-sd-left.open,  .boost-filter-tree-column.open {    transform: translateX(0) !important;  }\  /* Mobile Filter Toggle Button */  .boost-sd__filter-toggle-mobile {    display: block !important;    background-color: #1a1a1a !important;    color: #ffffff !important;    border: none !important;    padding: 12px 20px !important;    font-size: 16px !important;    font-weight: 600 !important;    margin-bottom: 20px !important;    border-radius: 4px !important;    cursor: pointer !important;  }\  /* Close Button */  .boost-sd__filter-close-mobile {    position: absolute !important;    top: 20px !important;    right: 20px !important;    background-color: #333333 !important;    color: #ffffff !important;    border: none !important;    width: 40px !important;    height: 40px !important;    border-radius: 50% !important;    font-size: 24px !important;    cursor: pointer !important;    z-index: 10000 !important;  }\  /* Single Column Product Cards */  .boost-sd__product-list-placeholder--3-col,  .boost-sd__product-list-placeholder--2-col,  .boost-sd__product-list-placeholder--4-col {    grid-template-columns: 1fr !important;    gap: 16px !important;  }\  .boost-sd__product-item {    width: 100% !important;    margin-bottom: 0 !important;  }\  /* Mobile Buttons - Full Width */  .boost-sd__button--primary,  .boost-sd__button--border,  .boost-sd__btn-add-to-cart,  .boost-sd__btn-buy-now {    width: 100% !important;    min-height: 44px !important;    padding: 14px 20px !important;    font-size: 16px !important;  }\  /* Always Show Buttons on Mobile */  .boost-sd__button--show-on-hover {    opacity: 1 !important;    display: block !important;  }\  /* Overlay for Mobile Filter */  .boost-sd__filter-overlay {    position: fixed !important;    top: 0 !important;    left: 0 !important;    width: 100% !important;    height: 100% !important;    background-color: rgba(0, 0, 0, 0.5) !important;    z-index: 9998 !important;    display: none !important;  }\  .boost-sd__filter-overlay.active {    display: block !important;  }}\/* ============================ *//* LAYOUT ADJUSTMENTS          *//* ============================ */\.boost-sd-layout {  margin: 20px auto !important;  max-width: 1400px !important;  padding: 0 20px !important;}\@media (min-width: 992px) {  .boost-sd-layout {    display: flex !important;    gap: 30px !important;  }\  .boost-sd-left {    flex: 0 0 280px !important;  }\  .boost-sd-right {    flex: 1 !important;    min-width: 0 !important;  }}\/* Product Grid Spacing */.boost-sd__product-list-placeholder {  gap: 24px !important;}\@media (min-width: 992px) {  .boost-sd__product-list-placeholder {    gap: 32px !important;  }}\/* ============================ *//* COLOR OVERRIDES             *//* ============================ */\/* Links */.boost-sd__filter-option-item-button {  color: #f5f5f5 !important;}\.boost-sd__filter-option-item-button:hover {  color: #ffffff !important;  background-color: rgba(255,255,255,0.05) !important;}\/* Selected Items */.boost-sd__filter-option-item-button--selected {  color: #ff6600 !important;  background-color: rgba(255,102,0,0.1) !important;  border-left: 3px solid #ff6600 !important;  padding-left: 12px !important;}\/* Quantity Input */.boost-sd__input-number-input {  border-color: #e5e5e5 !important;  color: #333333 !important;  background-color: #ffffff !important;}\/* Dropdowns */.boost-sd__dropdown {  border-color: #e5e5e5 !important;  background-color: #ffffff !important;  color: #333333 !important;}\.boost-sd__dropdown-option-text {  color: #333333 !important;}\/* Labels */.boost-sd__product-label--sale {  background-color: #ff6600 !important;  color: #ffffff !important;}\.boost-sd__product-label--soldout {  background-color: #666666 !important;  color: #ffffff !important;}\n