@charset "UTF-8";
/* ==========================================================================
   OpticiansClub — custom-override.css  v2.0  2026-04-22
   单一控制权威：导航栏 + 所有子菜单
   加载位置：head.phtml 所有 CSS 的最后一行
   ========================================================================== */


/* ══════════════════════════════════════════════════════════════════════════
   §1  一级导航链接 — 白色文字（默认）
   覆盖：megamenu.css → color:#a8a8a8 / menu.css → color:#a8a8a8
   ══════════════════════════════════════════════════════════════════════════ */

#yt_header .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a,
#yt_header .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_head,
#yt_header .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_drop {
  color: #ffffff !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

#yt_header .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a span,
#yt_header .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a .sm_megamenu_title {
  color: inherit !important;
  font-family: inherit !important;
}

/* 旧版 #nav 兼容 */
#yt_header .yt-header-under #nav > li > a,
#yt_header .yt-header-under #nav > li > a > span,
#yt_header .yt-header-under .nav-regular li.level0 > a,
#yt_header .yt-header-under .nav-regular li.level0 > a > span {
  color: #ffffff !important;
}


/* ══════════════════════════════════════════════════════════════════════════
   §2  一级导航链接 — 悬停 & 激活（Amber 背景 + 白字）
   ══════════════════════════════════════════════════════════════════════════ */

#yt_header .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1:hover > a,
#yt_header .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1:hover > a.sm_megamenu_head,
#yt_header .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_top_actived,
#yt_header .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1 > a.sm_megamenu_actived,
#yt_header .yt-header-under #nav > li:hover > a,
#yt_header .yt-header-under #nav > li.active > a {
  color: #ffffff !important;
  background-color: #c8873a !important;
}

#yt_header .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1:hover > a span {
  color: inherit !important;
}


/* ══════════════════════════════════════════════════════════════════════════
   §3  所有下拉子菜单 — 背景 #272727，文字 #ffffff，hover 不变色
   ──────────────────────────────────────────────────────────────────────────
   覆盖目标（按加载顺序）：
   ✗ megamenu.css（body内加载）→ .sm_megamenu_dropdown_* { background:#fff }
   ✗ custom.css → .sm-megamenu-child { background:#272727 } + list-cat 各色
   ✗ orange.css → body a:hover { color:#e88a14 }

   策略：
   A) 用 html body 前缀替代 #yt_header，避免 dropdown 被 JS 移出 header 后失效
   B) 用字面量 #272727 / #ffffff，不依赖 CSS 变量
   C) 同时覆盖容器、所有子 div、a、span、li、strong
   D) hover 明确 color:#ffffff，防止继承到 orange.css 的 hover 橙色
   ══════════════════════════════════════════════════════════════════════════ */

/* ── 下拉面板外层容器 背景 ── */
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm-megamenu-child {
  background-color: #272727 !important;
  background: #272727 !important;
}

/* ── 子容器（content / col / title 区域）背景 ── */
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth .sm_megamenu_content,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth .sm_megamenu_col_1,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth .sm_megamenu_col_2,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth .sm_megamenu_col_3,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns .sm_megamenu_content,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns .sm_megamenu_col_1,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns .sm_megamenu_col_2,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns .sm_megamenu_content,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns .sm_megamenu_col_1,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns .sm_megamenu_col_2,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns .sm_megamenu_col_3,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm-megamenu-child .sm_megamenu_content,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm-megamenu-child .sm_megamenu_col_1,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm-megamenu-child .sm_megamenu_col_2 {
  background-color: #272727 !important;
  background: #272727 !important;
}

/* ── 下拉面板内所有文字元素 → 白色 ── */
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth a,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth span,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth li,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth strong,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column a,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column span,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column li,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns a,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns span,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns li,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns a,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns span,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns li,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns a,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns li,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns a,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns li,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns a,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns li,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm-megamenu-child a,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm-megamenu-child span,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm-megamenu-child li,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm-megamenu-child strong {
  color: #ffffff !important;
}

/* ── hover 固定白色不变色 ── */
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth a:hover,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column a:hover,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns a:hover,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns a:hover,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns a:hover,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns a:hover,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns a:hover,
html body .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm-megamenu-child a:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* ── .list-cat 链接（China Warehouse 风格）── */
html body .sm_megamenu_wrapper_horizontal_menu .sm-megamenu-child .list-cat li a,
html body .yt-main-menu .sm-megamenu-child .list-cat li a {
  color: #ffffff !important;
  background-color: transparent !important;
}
html body .sm_megamenu_wrapper_horizontal_menu .sm-megamenu-child .list-cat li a:hover,
html body .yt-main-menu .sm-megamenu-child .list-cat li a:hover {
  color: #ffffff !important;
}


/* ══════════════════════════════════════════════════════════════════════════
   §4  Sticky 导航栏背景锁定
   ══════════════════════════════════════════════════════════════════════════ */

#yt_header .yt-header-under,
#yt_header .yt-header-under.subnav-fixed {
  background-color: #272727 !important;
}

/* ══════════════════════════════════════════════════════════════════════════
   Site-wide button skin polish (Magento buttons only — no size/layout)
   Login/checkout/cart/account override; does not set width/height/padding/margin
   Added: 2026-04-27
   ══════════════════════════════════════════════════════════════════════════ */
button.button,
.button,
.buttons-set button.button,
.cart .button,
.checkout-cart-index button.button,
.checkout-onepage-index button.button,
.customer-account button.button,
.customer-address button.button,
.opc button.button,
#shopping-cart-table button.button,
.discount button.button,
.shipping button.button {
  border-radius: 999px !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .18s ease, box-shadow .18s ease !important;
}

button.button:hover,
.button:hover,
.buttons-set button.button:hover,
.cart .button:hover,
.checkout-cart-index button.button:hover,
.checkout-onepage-index button.button:hover,
.customer-account button.button:hover,
.customer-address button.button:hover,
.opc button.button:hover,
#shopping-cart-table button.button:hover,
.discount button.button:hover,
.shipping button.button:hover {
  background-color: #9b662c !important;
  border-color: #9b662c !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(200,135,58,.18);
}

button.button:active,
.button:active,
.buttons-set button.button:active,
.cart .button:active,
.checkout-cart-index button.button:active,
.checkout-onepage-index button.button:active,
.customer-account button.button:active,
.customer-address button.button:active,
.opc button.button:active,
#shopping-cart-table button.button:active,
.discount button.button:active,
.shipping button.button:active {
  transform: translateY(0);
  box-shadow: none;
}

/* ══════════════════════════════════════════════════════════════════════════
   Checkout cart page — button skin (scoped to .checkout-cart-index only)
   No width/height/padding/margin; pill + gold hover; Added: 2026-04-27
   ══════════════════════════════════════════════════════════════════════════ */
.checkout-cart-index button.button,
.checkout-cart-index .button,
.checkout-cart-index .btn-proceed-checkout,
.checkout-cart-index #shopping-cart-table button.button,
.checkout-cart-index .cart-collaterals button.button,
.checkout-cart-index .discount button.button,
.checkout-cart-index .shipping button.button {
  border-radius: 999px !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .18s ease, box-shadow .18s ease !important;
}

.checkout-cart-index button.button:hover,
.checkout-cart-index .button:hover,
.checkout-cart-index .btn-proceed-checkout:hover,
.checkout-cart-index #shopping-cart-table button.button:hover,
.checkout-cart-index .cart-collaterals button.button:hover,
.checkout-cart-index .discount button.button:hover,
.checkout-cart-index .shipping button.button:hover {
  background-color: #9b662c !important;
  border-color: #9b662c !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(200,135,58,.18);
}

.checkout-cart-index button.button:active,
.checkout-cart-index .button:active,
.checkout-cart-index .btn-proceed-checkout:active {
  transform: translateY(0);
  box-shadow: none;
}

/* Catalog quick action buttons — skin only, no size/layout changes */
.catalog-category-view .options-btn-close,
.catalogsearch-result-index .options-btn-close,
.catalog-category-view .options-btn-add-to-oredr,
.catalogsearch-result-index .options-btn-add-to-oredr,
.catalog-category-view .options-btn-more-angels,
.catalogsearch-result-index .options-btn-more-angels,
.catalog-category-view .options-btn-order-list,
.catalogsearch-result-index .options-btn-order-list,
.catalog-category-view .close-dialog-box,
.catalogsearch-result-index .close-dialog-box,
.catalog-category-view .add_to_cart_product11,
.catalogsearch-result-index .add_to_cart_product11 {
  border-radius: 999px !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .18s ease, box-shadow .18s ease !important;
}

.catalog-category-view .options-btn-close:hover,
.catalogsearch-result-index .options-btn-close:hover,
.catalog-category-view .options-btn-add-to-oredr:hover,
.catalogsearch-result-index .options-btn-add-to-oredr:hover,
.catalog-category-view .options-btn-more-angels:hover,
.catalogsearch-result-index .options-btn-more-angels:hover,
.catalog-category-view .options-btn-order-list:hover,
.catalogsearch-result-index .options-btn-order-list:hover,
.catalog-category-view .close-dialog-box:hover,
.catalogsearch-result-index .close-dialog-box:hover,
.catalog-category-view .add_to_cart_product11:hover,
.catalogsearch-result-index .add_to_cart_product11:hover {
  background-color: #9b662c !important;
  border-color: #9b662c !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(200,135,58,.18);
}

.catalog-category-view .options-btn-close:active,
.catalogsearch-result-index .options-btn-close:active,
.catalog-category-view .options-btn-add-to-oredr:active,
.catalogsearch-result-index .options-btn-add-to-oredr:active,
.catalog-category-view .options-btn-more-angels:active,
.catalogsearch-result-index .options-btn-more-angels:active,
.catalog-category-view .options-btn-order-list:active,
.catalogsearch-result-index .options-btn-order-list:active,
.catalog-category-view .close-dialog-box:active,
.catalogsearch-result-index .close-dialog-box:active,
.catalog-category-view .add_to_cart_product11:active,
.catalogsearch-result-index .add_to_cart_product11:active {
  transform: translateY(0);
  box-shadow: none;
}


/* 按钮容器圆角修复 */
.product-button li,
.product-button li.change-to-cart,
.product-button li.more-angels {
    border-radius: 999px !important;
    overflow: hidden !important;
}
.product-button .options-btn-close,
.product-button .options-btn-add-to-oredr,
.product-button .add_to_cart_product11,
.product-button .options-btn-more-angels,
.product-button .options-btn-order-list {
    border-radius: 999px !important;
    overflow: hidden !important;
}

/* Catalog quick-view: keep only the product actions; Fancybox prev/next are not part of this flow. */
.catalog-category-view .fancybox-prev,
.catalogsearch-result-index .fancybox-prev,
.catalog-category-view .fancybox-next,
.catalogsearch-result-index .fancybox-next,
.catalog-category-view .fancybox-nav,
.catalogsearch-result-index .fancybox-nav {
    display: none !important;
}

/* 产品详情页：加减数量按钮字体加大 */
.yt-product-detail .wrap-qty a.plus,
.yt-product-detail .wrap-qty a.minus {
  font-size: 28px !important;
  line-height: 56px !important;
  width: 56px !important;
  height: 56px !important;
  border-radius: 6px !important;
}
.yt-product-detail .wrap-qty a.plus i,
.yt-product-detail .wrap-qty a.minus i {
  font-size: 28px !important;
  line-height: 56px !important;
  display: block !important;
}
.yt-product-detail .wrap-qty .quantity-input.qty {
  font-size: 28px !important;
  width: 80px !important;
  height: 56px !important;
  line-height: 56px !important;
  text-align: center !important;
}

/* Cart Clear Order List button color override */
.checkout-cart-index #empty_cart_button {
  background: transparent !important;
  color: #2c2b28 !important;
  border: 1px solid #2c2b28 !important;
}
.checkout-cart-index #empty_cart_button:hover {
  background: #2c2b28 !important;
  color: #ffffff !important;
}

/* Mobile cart button vertical centering */
@media (max-width: 767px) {
  .checkout-cart-index button.button,
  .checkout-cart-index .button,
  .checkout-cart-index input[type="submit"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1.2 !important;
  }
}

/* Checkout payment credit card placeholder size */
.checkout-onepage-index .payment-method input[type="text"]::placeholder {
  font-size: 13px !important;
}

.checkout-onepage-index .payment-method input[type="text"]::-webkit-input-placeholder {
  font-size: 13px !important;
}

.checkout-onepage-index .payment-method input[type="text"]:-ms-input-placeholder {
  font-size: 13px !important;
}

.checkout-onepage-index .payment-method input[type="text"]::-ms-input-placeholder {
  font-size: 13px !important;
}

/* Mobile checkout onepage button vertical centering */
@media (max-width: 767px) {
  .checkout-onepage-index button.button,
  .checkout-onepage-index .button,
  .checkout-onepage-index input[type="submit"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1.2 !important;
  }
}

/* Mobile global loading mask centering */
@media (max-width: 767px) {
  #process_product_pagination,
  #loadmask {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
    width: auto !important;
    min-width: 220px !important;
    max-width: calc(100vw - 48px) !important;
    margin: 0 !important;
    text-align: center !important;
    z-index: 999999 !important;
  }

  #loadmask .loader,
  #loadmask p.loader,
  #process_product_pagination .loader,
  #process_product_pagination p.loader {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin: 0 auto !important;
  }

  #loadmask .loader img,
  #loadmask p.loader img,
  #process_product_pagination .loader img,
  #process_product_pagination p.loader img {
    display: block !important;
    margin: 0 auto 8px auto !important;
  }
}

/* Checkout payment trust badge image hide */
.checkout-onepage-index .step-title img,
.checkout-onepage-index .opc .step-title img {
  display: none !important;
}

/* Mobile quick-view product action button alignment */
@media (max-width: 767px) {

  /* 1. Center the button group */
  .catalog-product-view .product-actions,
  .quick-view .product-actions,
  .product-view .product-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 auto !important;
  }

  /* 2. Normalize button width and centering */
  .catalog-product-view .product-actions .button,
  .quick-view .product-actions .button,
  .product-view .product-actions .button {
    width: 80% !important;
    max-width: 320px !important;
    text-align: center !important;
    margin: 8px auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
  }

  /* 3. Fix icon alignment (Add to Order) */
  .catalog-product-view .product-actions .button i,
  .quick-view .product-actions .button i {
    margin-right: 8px !important;
    display: inline-block !important;
  }
}

/* Mobile order history action button vertical alignment */
@media (max-width: 767px) {

  /* Target order history action buttons only */
  .sales-order-history .button,
  .sales-order-history a.button,
  .sales-order-history .link-print,
  .sales-order-history .link-reorder {

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    line-height: normal !important;

  }

}

/* Mobile catalog expanded product action alignment */
@media (max-width: 767px) {
  .catalog-category-view .opitions-new-pro .opitions-product-image .options-add-to-cart {
    width: 100% !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .catalog-category-view .opitions-new-pro .opitions-product-image .options-add-to-cart .product-button {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    gap: 10px !important;
  }

  .catalog-category-view .opitions-new-pro .opitions-product-image .options-add-to-cart .product-button li,
  .catalog-category-view .opitions-new-pro .opitions-product-image .options-add-to-cart .product-button li.change-to-cart,
  .catalog-category-view .opitions-new-pro .opitions-product-image .options-add-to-cart .product-button li.more-angels {
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 80% !important;
    max-width: 320px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border-radius: 999px !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  .catalog-category-view .opitions-new-pro .opitions-product-image .options-add-to-cart .product-button li.order-list {
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 80% !important;
    max-width: 320px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border-radius: 999px !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  .catalog-category-view .opitions-new-pro .opitions-product-image .options-add-to-cart .product-button .options-btn-close,
  .catalog-category-view .opitions-new-pro .opitions-product-image .options-add-to-cart .product-button .options-btn-add-to-oredr,
  .catalog-category-view .opitions-new-pro .opitions-product-image .options-add-to-cart .product-button .options-btn-more-angels {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 auto !important;
    border-radius: 999px !important;
    line-height: 1.2 !important;
    text-align: center !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .catalog-category-view .opitions-new-pro .opitions-product-image .options-add-to-cart .product-button .options-btn-order-list {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 auto !important;
    border-radius: 999px !important;
    line-height: 1.2 !important;
    text-align: center !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .catalog-category-view .opitions-new-pro .opitions-product-image .options-add-to-cart .product-button .options-btn-add-to-oredr .fa.fa-plus-circle {
    display: inline-block !important;
    margin-right: 8px !important;
    line-height: 1 !important;
  }
}


/* ============================================================
   OC Button Hover Span Background Fix
   Scope: cart / checkout / CartPro button span cleanup
   Purpose: prevent nested Magento button spans from showing rectangular hover background
   ============================================================ */
.checkout-cart-index button.button span,
.checkout-cart-index button.button span span,
.checkout-cart-index .button span,
.checkout-cart-index .button span span,
.checkout-cart-index .btn-proceed-checkout span,
.checkout-cart-index .btn-proceed-checkout span span,
.checkout-onepage-index button.button span,
.checkout-onepage-index button.button span span,
.checkout-onepage-index .opc button.button span,
.checkout-onepage-index .opc button.button span span,
.mini-cartpro button.button span,
.mini-cartpro button.button span span,
.discount button.button span,
.discount button.button span span,
.shipping button.button span,
.shipping button.button span span {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.checkout-cart-index button.button:hover span,
.checkout-cart-index button.button:hover span span,
.checkout-cart-index .button:hover span,
.checkout-cart-index .button:hover span span,
.checkout-cart-index .btn-proceed-checkout:hover span,
.checkout-cart-index .btn-proceed-checkout:hover span span,
.checkout-onepage-index button.button:hover span,
.checkout-onepage-index button.button:hover span span,
.checkout-onepage-index .opc button.button:hover span,
.checkout-onepage-index .opc button.button:hover span span,
.mini-cartpro button.button:hover span,
.mini-cartpro button.button:hover span span,
.discount button.button:hover span,
.discount button.button:hover span span,
.shipping button.button:hover span,
.shipping button.button:hover span span {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* ============================================================
   OC Checkout Payment Font Size Fix
   Scope: reduce oversized payment method labels
   ============================================================ */
.checkout-onepage-index #payment label,
.checkout-onepage-index .payment-method label,
.checkout-onepage-index .sp-methods label {
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
}

.checkout-onepage-index .sp-methods dt label {
  font-size: 13px !important;
}

/* ============================================================
   OC PDP Shipping Summary Cleanup
   Scope: product detail page only
   ============================================================ */

.catalog-product-view .main-product-page .oc-pdp-shipping-summary {
  margin: 28px 0 18px !important;
  padding: 18px 20px !important;
  border: 1px solid rgba(31, 31, 31, 0.08) !important;
  border-radius: 18px !important;
  background: #faf7f2 !important;
}

.catalog-product-view .main-product-page .oc-pdp-shipping-summary h2 {
  font-family: 'Outfit', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  margin: 0 0 8px !important;
}

.catalog-product-view .main-product-page .oc-pdp-shipping-summary p {
  font-family: 'Outfit', sans-serif !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  margin: 0 0 6px !important;
}

.catalog-product-view .main-product-page .oc-pdp-shipping-summary a {
  font-family: 'Outfit', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

/* ============================================================
   OC PDP Shipping Final Cleanup
   Scope: shipping summary only
   Goal:
   - enforce 2-font system (Outfit + Lora only)
   - remove Playfair/Roboto interference
   - center layout
   - simplify visual hierarchy
   ============================================================ */

/* Force entire module to use Outfit */
.catalog-product-view .main-product-page
.shiping-policy-sec.oc-pdp-shipping-summary,
.catalog-product-view .main-product-page
.shiping-policy-sec.oc-pdp-shipping-summary * {
  font-family: 'Outfit', sans-serif !important;
}

/* Title */
.catalog-product-view .main-product-page
.shiping-policy-sec.oc-pdp-shipping-summary h2 {
  font-family: 'Outfit', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  margin-bottom: 10px !important;
}

/* Body text */
.catalog-product-view .main-product-page
.shiping-policy-sec.oc-pdp-shipping-summary p {
  font-size: 14px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  text-align: center !important;
  max-width: 520px;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Link */
.catalog-product-view .main-product-page
.shiping-policy-sec.oc-pdp-shipping-summary a {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: 0.02em !important;
}

/* Entire block center alignment */
.catalog-product-view .main-product-page
.shiping-policy-sec.oc-pdp-shipping-summary {
  text-align: center !important;
}

/* SEO h1 (keep but de-emphasize) */
.catalog-product-view .main-product-page
.shiping-policy-sec.oc-pdp-shipping-summary h1 {
  font-family: 'Lora', serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  color: #6f6a64 !important;
  text-align: center !important;
  max-width: 680px;
  margin: 18px auto 0 !important;
}

/* ============================================================
   OC PDP Shipping Final Visual Polish
   ============================================================ */

.catalog-product-view .main-product-page
.shiping-policy-sec.oc-pdp-shipping-summary {

  padding: 22px 28px !important;
  border-radius: 20px !important;

  background: #f7f4ef !important;   /* slightly warmer */
  border: 1px solid rgba(0,0,0,0.06) !important;

}

/* Title stronger anchor */
.catalog-product-view .main-product-page
.shiping-policy-sec.oc-pdp-shipping-summary h2 {

  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  color: #1f1f1f !important;

}

/* Body text softer */
.catalog-product-view .main-product-page
.shiping-policy-sec.oc-pdp-shipping-summary p {

  color: #4a4743 !important;

}

/* CTA slightly stronger */
.catalog-product-view .main-product-page
.shiping-policy-sec.oc-pdp-shipping-summary a {

  margin-top: 10px;
  font-weight: 700 !important;
  color: #9b662c !important;

}

.catalog-product-view .main-product-page
.shiping-policy-sec.oc-pdp-shipping-summary a:hover {

  text-decoration: underline !important;

}

/* SEO line further de-emphasized */
.catalog-product-view .main-product-page
.shiping-policy-sec.oc-pdp-shipping-summary h1 {

  color: #8a857f !important;
  font-size: 14px !important;

}

/* PDP main image + thumbnail strip: hide Flexslider prev/next (touch + thumb sync unchanged) */
.main-slider-wrap .flex-direction-nav,
.sub-slider-wrap .flex-direction-nav {
  display: none !important;
}

/* ============================================================
   OC PDP Add to Cart Row Centering
   Scope: product detail page only
   ============================================================ */

.catalog-product-view .main-product-page .product-wraap {
  justify-content: center !important;
}

.catalog-product-view .main-product-page .product-wraap .wrap-qty,
.catalog-product-view .main-product-page .product-wraap .add-to-cart {
  flex: 0 0 auto !important;
}

/* ============================================================
   OC PDP Add to Cart Two-Row Centered Layout
   Scope: product detail page only
   ============================================================ */

.catalog-product-view .main-product-page .product-wraap {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
}

.catalog-product-view .main-product-page .product-wraap .wrap-qty {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  margin: 0 auto !important;
}

.catalog-product-view .main-product-page .product-wraap .add-to-cart {
  width: auto !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: center !important;
}

.catalog-product-view .main-product-page .product-wraap .add-to-cart .btn-cart,
.catalog-product-view .main-product-page .product-wraap .add-to-cart button.btn-cart {
  height: 64px !important;
  min-height: 64px !important;
  line-height: 64px !important;
  padding: 0 74px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.catalog-product-view .main-product-page .product-wraap .add-to-cart .btn-cart span,
.catalog-product-view .main-product-page .product-wraap .add-to-cart .btn-cart span span,
.catalog-product-view .main-product-page .product-wraap .add-to-cart .btn-cart:hover span,
.catalog-product-view .main-product-page .product-wraap .add-to-cart .btn-cart:hover span span {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  line-height: inherit !important;
}

.catalog-product-view .main-product-page .product-wraap .add-to-cart .btn-cart:hover {
  background-color: #9b662c !important;
}


/* ============================================================
   OC PDP Gallery Center Alignment
   Scope: product detail page only
   Purpose: prevent fixed-width slider overflow and align gallery to page grid
   ============================================================ */

.catalog-product-view .main-product-page .main-slider-wrap {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center !important;
  overflow-x: hidden !important;
}

.catalog-product-view .main-product-page .main-slider-wrap .main-slider,
.catalog-product-view .main-product-page #slider.main-slider {
  width: 100% !important;
  max-width: 1170px !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.catalog-product-view .main-product-page #slider .slides li {
  text-align: center !important;
}

.catalog-product-view .main-product-page #slider .slides img {
  max-width: 100% !important;
  height: auto !important;
  display: inline-block !important;
}

/* ============================================================
   OC Mobile Option Catalog Grid Alignment Fix
   Scope: custom option catalog listing only
   Purpose: normalize option catalog grid on mobile
   ============================================================ */

@media (max-width: 767px) {
  .catalog-category-view .opition-catalog-new .catalog-new-product > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .catalog-category-view .opition-catalog-new .catalog-new-product > .row > .ppp {
    display: block !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    clear: both !important;
  }

  .catalog-category-view .opition-catalog-new .catalog-new-product > .row > .ppp:before,
  .catalog-category-view .opition-catalog-new .catalog-new-product > .row > .ppp:after {
    content: " " !important;
    display: table !important;
  }

  .catalog-category-view .opition-catalog-new .catalog-new-product > .row > .ppp:after {
    clear: both !important;
  }

  .catalog-category-view .opition-catalog-new .catalog-new-product > .row > .ppp > [class*="col-"] {
    width: 100% !important;
    float: none !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .catalog-category-view .opition-catalog-new .product-img,
  .catalog-category-view .opition-catalog-new .opition-item-image,
  .catalog-category-view .opition-catalog-new .opition-pro-detail {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .catalog-category-view .opition-catalog-new .opition-item-image img {
    display: inline-block !important;
    max-width: 100% !important;
    height: auto !important;
  }
}

/* ============================================================
   OC Mobile Option Catalog Image Visibility Fix
   Scope: custom option catalog listing only
   Purpose: keep only first product image visible on mobile listing
   ============================================================ */

@media (max-width: 767px) {
  .catalog-category-view .opition-catalog-new .opition-item-image img.last_image {
    display: none !important;
  }

  .catalog-category-view .opition-catalog-new .opition-item-image img.first_image {
    display: inline-block !important;
    max-width: 100% !important;
    height: auto !important;
  }
}

/* ============================================================
   OC Header Action Icons Visibility Fix
   Search / Account / Cart buttons
   ============================================================ */

.oc-sandbox-header .actions .action-item,
.oc-sandbox-header .actions .search,
.oc-sandbox-header .actions .account,
.oc-sandbox-header .actions .cart {

  border: 2px solid #c58a3c !important;   /* 琥珀色边框 */
  border-radius: 50% !important;
  background: transparent !important;

}

/* icon color 强制对比 */
.oc-sandbox-header .actions .action-item i,
.oc-sandbox-header .actions .search i,
.oc-sandbox-header .actions .account i,
.oc-sandbox-header .actions .cart i {

  color: #c58a3c !important;

}

/* hover 状态（更高级一点） */
.oc-sandbox-header .actions .action-item:hover,
.oc-sandbox-header .actions .search:hover,
.oc-sandbox-header .actions .account:hover,
.oc-sandbox-header .actions .cart:hover {

  background: #c58a3c !important;
}

.oc-sandbox-header .actions .action-item:hover i,
.oc-sandbox-header .actions .search:hover i,
.oc-sandbox-header .actions .account:hover i,
.oc-sandbox-header .actions .cart:hover i {

  color: #fff !important;
}


/* ============================================================
   OC Header Action Icons Refine Fix
   Purpose: do not style full search bar; style only circular action icons
   ============================================================ */

/* Undo previous over-broad search container styling */
.oc-sandbox-header .actions .search,
.oc-sandbox-header .actions .search-form,
.oc-sandbox-header .actions .search-box,
.oc-sandbox-header .actions .search-wrap,
.oc-sandbox-header .actions .header-search {
  border: none !important;
  background: transparent !important;
  border-radius: 0 !important;
}

/* Header circular action buttons */
.oc-sandbox-header .actions a,
.oc-sandbox-header .actions button,
.oc-sandbox-header .actions .action-item,
.oc-sandbox-header .actions .account,
.oc-sandbox-header .actions .cart {
  border: 3px solid #c58a3c !important;
  border-radius: 50% !important;
}

/* Do not apply round border to full search input/form */
.oc-sandbox-header .actions input,
.oc-sandbox-header .actions form,
.oc-sandbox-header .actions .search input,
.oc-sandbox-header .actions .search form {
  border-radius: 999px !important;
  border: 1px solid rgba(197,138,60,.55) !important;
  background: #fff !important;
}

/* Icon color */
.oc-sandbox-header .actions a i,
.oc-sandbox-header .actions button i,
.oc-sandbox-header .actions .action-item i,
.oc-sandbox-header .actions .account i,
.oc-sandbox-header .actions .cart i {
  color: #c58a3c !important;
}


/* ============================================================
   OC Header Action Icons Final Scope Fix
   Purpose: keep amber circles only on top-level action icons
   ============================================================ */

/* Remove accidental circles from dropdown menu links */
.oc-sandbox-header .utility-dropdown a,
.oc-sandbox-header .dropdown-panel a,
.oc-sandbox-header .account-menu a {
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
}

/* Restore clean dropdown link hover */
.oc-sandbox-header .utility-dropdown a:hover,
.oc-sandbox-header .dropdown-panel a:hover,
.oc-sandbox-header .account-menu a:hover {
  background: rgba(197,138,60,.08) !important;
  color: #1f1f1f !important;
}

/* Search form should not have rectangular amber fill */
.oc-sandbox-header .actions .search,
.oc-sandbox-header .actions .search-wrap,
.oc-sandbox-header .actions .header-search {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}

/* Search input keeps clean amber outline only */
.oc-sandbox-header .actions .search input,
.oc-sandbox-header .actions .header-search input,
.oc-sandbox-header .actions input[type="search"],
.oc-sandbox-header .actions input[type="text"] {
  background: #fff !important;
  border: 2px solid #c58a3c !important;
  border-radius: 999px !important;
}

/* Top-level circular icons only */
.oc-sandbox-header .actions > a,
.oc-sandbox-header .actions > button,
.oc-sandbox-header .actions > .action-item,
.oc-sandbox-header .actions > .account,
.oc-sandbox-header .actions > .cart {
  border: 3px solid #c58a3c !important;
  border-radius: 50% !important;
  background: transparent !important;
}

/* Cart badge remains normal */
.oc-sandbox-header .actions .cart .count,
.oc-sandbox-header .actions .cart .badge {
  border: none !important;
  border-radius: 999px !important;
}


/* ============================================================
   OC Search Icon Size + Clean Style Fix
   ============================================================ */

/* 1. 去掉填充背景（保险覆盖） */
.oc-sandbox-header .actions .search button,
.oc-sandbox-header .actions .search a {
  background: transparent !important;
}

/* 2. 放大放大镜 icon */
.oc-sandbox-header .actions .search i,
.oc-sandbox-header .actions .search svg {
  font-size: 18px !important;   /* 默认一般是 12~14，这里明显变大 */
  width: 18px !important;
  height: 18px !important;
}

/* 3. 让 icon 在圆圈里完全居中 */
.oc-sandbox-header .actions .search button,
.oc-sandbox-header .actions .search a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* 4. 稍微加粗视觉（可选但建议） */
.oc-sandbox-header .actions .search i {
  font-weight: 600 !important;
}


/* ============================================================
   OC Header Search Toggle Final Fix
   Scope: real desktop search structure
   ============================================================ */

/* Search wrapper must stay transparent — no amber rectangle */
.oc-sandbox-header .actions > .search {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}

/* Only the search toggle button is a circle */
.oc-sandbox-header .actions > .search > .search-toggle {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  border: 3px solid #c58a3c !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #c58a3c !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
  line-height: 1 !important;
  padding: 0 !important;
}

/* Keep search input clean */
.oc-sandbox-header .actions > .search .search-slot {
  background: transparent !important;
  border: none !important;
}

.oc-sandbox-header .actions > .search .oc-search-form input[type="text"] {
  background: #fff !important;
  border: 2px solid #c58a3c !important;
  border-radius: 999px !important;
}

/* Hover: circle fills amber, magnifier turns white */
.oc-sandbox-header .actions > .search > .search-toggle:hover {
  background: #c58a3c !important;
  color: #fff !important;
}


/* ============================================================
   OC Header Search Background Remove Final
   Purpose: remove amber rectangle behind search, keep search icon circle
   ============================================================ */

.oc-sandbox-header .actions > .search {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Remove inherited background from all direct search children except the toggle button */
.oc-sandbox-header .actions > .search > .search-slot,
.oc-sandbox-header .actions > .search > .search-slot *,
.oc-sandbox-header .actions > .search .oc-search-form {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Keep only the actual magnifier button as amber circle */
.oc-sandbox-header .actions > .search > .search-toggle {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  border: 3px solid #c58a3c !important;
  border-radius: 50% !important;
  background: transparent !important;
  background-color: transparent !important;
  color: #c58a3c !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
  line-height: 1 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

/* Search input keeps its own clean amber outline */
.oc-sandbox-header .actions > .search .oc-search-form input[type="text"] {
  background: #fff !important;
  background-color: #fff !important;
  border: 2px solid #c58a3c !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

.oc-sandbox-header .actions > .search > .search-toggle:hover {
  background: #c58a3c !important;
  background-color: #c58a3c !important;
  color: #fff !important;
}


/* ============================================================
   OC Header Search Hover Background Remove Final
   Purpose: remove amber rectangle on hover/open states
   ============================================================ */

.oc-sandbox-header .actions > .search,
.oc-sandbox-header .actions > .search:hover,
.oc-sandbox-header .actions > .search:focus,
.oc-sandbox-header .actions > .search:focus-within,
.oc-sandbox-header .actions > .search.search-open,
.oc-sandbox-header .actions > .search.search-open:hover {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Search slot/form must never become amber rectangle */
.oc-sandbox-header .actions > .search > .search-slot,
.oc-sandbox-header .actions > .search:hover > .search-slot,
.oc-sandbox-header .actions > .search.search-open > .search-slot,
.oc-sandbox-header .actions > .search > .search-slot:hover,
.oc-sandbox-header .actions > .search .oc-search-form,
.oc-sandbox-header .actions > .search:hover .oc-search-form,
.oc-sandbox-header .actions > .search.search-open .oc-search-form {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Only actual magnifier button may fill amber on hover */
.oc-sandbox-header .actions > .search > .search-toggle:hover {
  background: #c58a3c !important;
  background-color: #c58a3c !important;
  color: #fff !important;
  border-color: #c58a3c !important;
}


/* ============================================================
   OC Header Order CTA Final Polish
   Purpose:
   - Search / Account stay amber outline
   - Cart summary shows amount only
   - Order List / Cart becomes primary B2B order action
   ============================================================ */

/* Search wrapper: always transparent */
.oc-sandbox-header .actions > .search,
.oc-sandbox-header .actions > .search:hover,
.oc-sandbox-header .actions > .search:focus-within,
.oc-sandbox-header .actions > .search.search-open {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Search toggle: outline only */
.oc-sandbox-header .actions > .search > .search-toggle {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  border: 3px solid #c58a3c !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #c58a3c !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
  line-height: 1 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.oc-sandbox-header .actions > .search > .search-toggle:hover {
  background: #c58a3c !important;
  color: #fff !important;
}

/* Account: outline only */
.oc-sandbox-header .actions .account-toggle {
  border: 3px solid #c58a3c !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #c58a3c !important;
  box-shadow: none !important;
}

.oc-sandbox-header .actions .account-toggle:hover {
  background: #c58a3c !important;
  color: #fff !important;
}

/* Amount only: quieter and cleaner */
.oc-sandbox-header .actions .cart-summary {
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: .06em !important;
  color: rgba(20,20,18,.58) !important;
  white-space: nowrap !important;
}

/* Order List / Cart: primary solid CTA */
.oc-sandbox-header .actions > .cart {
  border: 3px solid #c58a3c !important;
  border-radius: 50% !important;
  background: #c58a3c !important;
  color: #fff !important;
  transform: scale(1.06);
  box-shadow: 0 8px 22px rgba(20, 20, 18, 0.16) !important;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease !important;
}

.oc-sandbox-header .actions > .cart:hover {
  background: #a97632 !important;
  border-color: #a97632 !important;
  color: #fff !important;
  transform: scale(1.1);
  box-shadow: 0 10px 26px rgba(20, 20, 18, 0.2) !important;
}

/* Cart / Order badge: clearer contrast */
.oc-sandbox-header .actions > .cart .badge,
.oc-sandbox-header .actions > .cart .count {
  background: #141412 !important;
  color: #fff !important;
  border: 2px solid #fff !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

/* Prevent dropdown links from inheriting circular action style */
.oc-sandbox-header .account-dropdown a,
.oc-sandbox-header .utility-dropdown a,
.oc-sandbox-header .dropdown-panel a {
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}


/* ============================================================
   OC Header Order List SVG Icon
   Purpose: replace weak cart emoji with strong white order-list icon
   ============================================================ */

.oc-sandbox-header .cart .oc-order-icon {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  color: #fff !important;
  stroke: currentColor !important;
  fill: none !important;
}

.oc-sandbox-header .cart .oc-order-icon rect,
.oc-sandbox-header .cart .oc-order-icon path {
  stroke: currentColor !important;
  stroke-width: 2.4 !important;
}

.oc-sandbox-header .actions > .cart,
.oc-sandbox-header .mobile-cart {
  color: #fff !important;
}


/* ============================================================
   OC Header Order List Icon Final + Pen Micro Interaction
   Scope: header order/cart icon only
   ============================================================ */

.oc-sandbox-header .cart .oc-order-icon {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  color: #fff !important;
  stroke: currentColor !important;
  fill: none !important;
  overflow: visible !important;
}

.oc-sandbox-header .cart .oc-order-icon rect,
.oc-sandbox-header .cart .oc-order-icon path {
  stroke: currentColor !important;
  fill: none !important;
}

.oc-sandbox-header .cart .oc-order-pen {
  transform-origin: 17px 12px;
  transition: transform .22s ease;
}

/* subtle premium micro interaction */
.oc-sandbox-header .cart:hover .oc-order-pen,
.oc-sandbox-header .cart:focus-visible .oc-order-pen {
  transform: translate(0.7px, -0.7px) rotate(-4deg);
}

.oc-sandbox-header .actions > .cart,
.oc-sandbox-header .mobile-cart {
  color: #fff !important;
}

.oc-sandbox-header .actions .cart-summary {
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: .06em !important;
  color: rgba(20,20,18,.58) !important;
  white-space: nowrap !important;
}


/* ============================================================
   OC Header Order Icon Simplified
   Purpose: improve clarity in small circular CTA
   ============================================================ */

.oc-sandbox-header .cart .oc-order-icon {
  width: 23px !important;
  height: 23px !important;
  color: #fff !important;
}

.oc-sandbox-header .cart .oc-order-icon rect,
.oc-sandbox-header .cart .oc-order-icon path {
  stroke: currentColor !important;
  stroke-width: 1.85 !important;
  fill: none !important;
}

/* disable old pen animation when simplified icon has no pen */
.oc-sandbox-header .cart:hover .oc-order-pen,
.oc-sandbox-header .cart:focus-visible .oc-order-pen {
  transform: none !important;
}


/* ============================================================
   OC Header Order Icon XL Clarity
   Purpose: make order-list icon large and readable inside amber CTA
   ============================================================ */

.oc-sandbox-header .cart .oc-order-icon {
  width: 38px !important;
  height: 38px !important;
  color: #fff !important;
  display: block !important;
  transform: translateX(-1px);
}

.oc-sandbox-header .cart .oc-order-icon rect,
.oc-sandbox-header .cart .oc-order-icon path {
  stroke: currentColor !important;
  fill: none !important;
}

.oc-sandbox-header .cart .oc-order-board,
.oc-sandbox-header .cart .oc-order-clip {
  stroke-width: 1.65 !important;
}

.oc-sandbox-header .cart .oc-order-checks,
.oc-sandbox-header .cart .oc-order-lines {
  stroke-width: 1.75 !important;
}

.oc-sandbox-header .actions > .cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}


/* ============================================================
   OC Header Order Icon Thin + Mobile Sync
   Purpose: thinner order-list icon, applied to desktop and mobile cart
   ============================================================ */

.oc-sandbox-header .cart .oc-order-icon,
.oc-sandbox-header .mobile-cart .oc-order-icon {
  width: 38px !important;
  height: 38px !important;
  color: #fff !important;
  display: block !important;
  transform: translateX(-1px);
}

.oc-sandbox-header .cart .oc-order-icon rect,
.oc-sandbox-header .cart .oc-order-icon path,
.oc-sandbox-header .mobile-cart .oc-order-icon rect,
.oc-sandbox-header .mobile-cart .oc-order-icon path {
  stroke: currentColor !important;
  fill: none !important;
}

.oc-sandbox-header .cart .oc-order-board,
.oc-sandbox-header .cart .oc-order-clip,
.oc-sandbox-header .mobile-cart .oc-order-board,
.oc-sandbox-header .mobile-cart .oc-order-clip {
  stroke-width: 1.35 !important;
}

.oc-sandbox-header .cart .oc-order-checks,
.oc-sandbox-header .cart .oc-order-lines,
.oc-sandbox-header .mobile-cart .oc-order-checks,
.oc-sandbox-header .mobile-cart .oc-order-lines {
  stroke-width: 1.45 !important;
}

@media (max-width: 767px) {
  .oc-sandbox-header .mobile-cart {
    color: #fff !important;
  }

  .oc-sandbox-header .mobile-cart .oc-order-icon {
    width: 30px !important;
    height: 30px !important;
    transform: translateX(-1px);
  }
}


/* ============================================================
   OC Header Heroicons Order List Final
   Purpose: professional B2B order-list icon, desktop + mobile
   ============================================================ */

.oc-sandbox-header .cart .oc-order-icon,
.oc-sandbox-header .mobile-cart .oc-order-icon {
  display: block !important;
  width: 34px !important;
  height: 34px !important;
  color: #fff !important;
  stroke: currentColor !important;
  fill: none !important;
  overflow: visible !important;
}

.oc-sandbox-header .cart .oc-order-icon path,
.oc-sandbox-header .mobile-cart .oc-order-icon path {
  stroke: currentColor !important;
  stroke-width: 1.6 !important;
  fill: none !important;
}

.oc-sandbox-header .actions > .cart,
.oc-sandbox-header .mobile-cart {
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Keep icon visually centered inside amber circle */
.oc-sandbox-header .actions > .cart .oc-order-icon {
  transform: translateX(-0.5px);
}

@media (max-width: 767px) {
  .oc-sandbox-header .mobile-cart .oc-order-icon {
    width: 29px !important;
    height: 29px !important;
    transform: translateX(-0.5px);
  }
}


/* ============================================================
   OC Option Catalog More Photos Hover Fix
   Scope: expanded option catalog action buttons
   ============================================================ */

.catalog-category-view .opitions-new-pro .opitions-product-image .options-add-to-cart .product-button .options-btn-more-angels,
.catalog-category-view .opitions-new-pro .opitions-product-image .options-add-to-cart .product-button .more-angels,
.catalog-category-view .opitions-new-pro .opitions-product-image .options-add-to-cart .product-button li.more-angels {
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .18s ease, box-shadow .18s ease !important;
}

.catalog-category-view .opitions-new-pro .opitions-product-image .options-add-to-cart .product-button .options-btn-more-angels:hover,
.catalog-category-view .opitions-new-pro .opitions-product-image .options-add-to-cart .product-button .more-angels:hover,
.catalog-category-view .opitions-new-pro .opitions-product-image .options-add-to-cart .product-button li.more-angels:hover {
  background: #9b662c !important;
  border-color: #9b662c !important;
  color: #fff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(20,20,18,.14) !important;
}

.catalog-category-view .opitions-new-pro .opitions-product-image .options-add-to-cart .product-button .options-btn-more-angels:hover span,
.catalog-category-view .opitions-new-pro .opitions-product-image .options-add-to-cart .product-button .options-btn-more-angels:hover span span {
  background: transparent !important;
  color: #fff !important;
}


/* ============================================================
   OC Customs Clearance Standalone Nav Nowrap Fix
   Scope: standalone nav pattern only
   Purpose: prevent Sign In / Sign Up Free wrapping on mobile
   ============================================================ */

@media (max-width: 640px) {
  nav#nav .nav-actions {
    flex-wrap: nowrap !important;
    gap: 8px !important;
  }

  nav#nav .nav-login,
  nav#nav .nav-cta {
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    line-height: 1.15 !important;
  }

  nav#nav .nav-login {
    letter-spacing: 1.2px !important;
  }

  nav#nav .nav-cta {
    padding: 10px 14px !important;
    letter-spacing: 1.2px !important;
  }
}

@media (max-width: 390px) {
  nav#nav {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  nav#nav .nav-logo {
    letter-spacing: 2px !important;
  }

  nav#nav .nav-login,
  nav#nav .nav-cta {
    font-size: 11px !important;
    letter-spacing: 1px !important;
  }

  nav#nav .nav-cta {
    padding: 9px 11px !important;
  }
}


/* ============================================================
   OC FIX: Nav CTA too wide on mobile (Customs Clearance issue)
   ============================================================ */

@media (max-width: 640px) {
  nav#nav .nav-cta {
    padding: 8px 14px !important;
    letter-spacing: 1.2px !important;
    font-size: 11px !important;
  }
}



/* ============================================================
   OC Overstock dropdown price label (scoped)
   ============================================================ */
.oc-sandbox-header .dropdown-panel a.menu-item-with-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.oc-sandbox-header .dropdown-panel a.menu-item-with-price .menu-label {
  white-space: nowrap;
}

.oc-sandbox-header .dropdown-panel a.menu-item-with-price .menu-price {
  color: inherit;
  opacity: 0.75;
  font-size: 11px;
  margin-left: 10px;
  white-space: nowrap;
}

.sm_megamenu_menu a.menu-item-with-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sm_megamenu_menu a.menu-item-with-price .menu-label {
  white-space: nowrap;
}

.sm_megamenu_menu a.menu-item-with-price .menu-price {
  color: inherit;
  opacity: 0.75;
  font-size: 11px;
  margin-left: 10px;
  white-space: nowrap;
}
/* ============================================================
   OC FIX: Header color system cleanup
   Purpose: reduce mixed colors and keep correct contrast
   ============================================================ */

/* 1) Default header state: for dark / hero backgrounds */
.oc-sandbox-header {
  color: rgba(255,255,255,0.86);
}

.oc-sandbox-header a,
.oc-sandbox-header .nav a,
.oc-sandbox-header .nav-logo,
.oc-sandbox-header .nav-login,
.oc-sandbox-header .nav-cta,
.oc-sandbox-header .dropdown-panel a {
  color: inherit;
}

/* 2) Brand highlight only */
.oc-sandbox-header a:hover,
.oc-sandbox-header .nav a:hover,
.oc-sandbox-header .dropdown-panel a:hover {
  color: #c8873a;
}

/* 3) Light page state: Magento catalog / product / account / checkout pages use dark text */
body.catalog-category-view .oc-sandbox-header,
body.catalog-product-view .oc-sandbox-header,
body.customer-account .oc-sandbox-header,
body.sales-order-history .oc-sandbox-header,
body.customer-account-edit .oc-sandbox-header,
body.checkout-cart-index .oc-sandbox-header,
.oc-sandbox-header.scrolled {
  color: #141412;
}

/* 4) Keep dropdown readable on light pages */
body.catalog-category-view .oc-sandbox-header .dropdown-panel,
body.catalog-product-view .oc-sandbox-header .dropdown-panel,
body.customer-account .oc-sandbox-header .dropdown-panel,
body.sales-order-history .oc-sandbox-header .dropdown-panel,
body.customer-account-edit .oc-sandbox-header .dropdown-panel,
body.checkout-cart-index .oc-sandbox-header .dropdown-panel,
.oc-sandbox-header.scrolled .dropdown-panel {
  color: #141412;
}

/* 5) Price label follows Overstock color, only slightly softer */
.oc-sandbox-header .menu-price,
.oc-sandbox-header .dropdown-panel a.menu-item-with-price .menu-price,
.sm_megamenu_menu a.menu-item-with-price .menu-price {
  color: inherit;
  opacity: 0.8;
}

/* 6) Icons follow text color instead of introducing blue */
.oc-sandbox-header i,
.oc-sandbox-header svg,
.oc-sandbox-header .icon,
.oc-sandbox-header .cart-icon,
.oc-sandbox-header .account-icon,
.oc-sandbox-header .search-icon {
  color: inherit;
}

/* 7) Prevent default blue links inside header only */
.oc-sandbox-header a:visited,
.oc-sandbox-header a:active {
  color: inherit;
}

.oc-sandbox-header a:hover {
  color: #c8873a;
}

/* OC: Account icon amber */
.oc-sandbox-header .account-icon {
  color: #c8873a;
}

.oc-sandbox-header .account-icon:hover {
  color: #d89a4a;
}

/* OC FIX: Header utility icons interaction (match button feel) */

.oc-sandbox-header .utility-icon,
.oc-sandbox-header .search-icon,
.oc-sandbox-header .account-icon,
.oc-sandbox-header .cart-icon {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #c8873a !important;
  cursor: pointer;

  /* 核心：和按钮一致的过渡 */
  transition: transform 0.12s ease, opacity 0.2s ease;
}

/* hover：轻微上浮 + 提亮 */
.oc-sandbox-header .utility-icon:hover,
.oc-sandbox-header .search-icon:hover,
.oc-sandbox-header .account-icon:hover,
.oc-sandbox-header .cart-icon:hover {
  transform: translateY(-1px);
  opacity: 0.9;
}

/* active：轻微按压（和按钮一致） */
.oc-sandbox-header .utility-icon:active,
.oc-sandbox-header .search-icon:active,
.oc-sandbox-header .account-icon:active,
.oc-sandbox-header .cart-icon:active {
  transform: scale(0.96);
}

/* svg / icon 同步 */
.oc-sandbox-header .utility-icon svg,
.oc-sandbox-header .search-icon svg,
.oc-sandbox-header .account-icon svg,
.oc-sandbox-header .cart-icon svg {
  transition: transform 0.12s ease;
}

/* hover 时 icon 微跟随 */
.oc-sandbox-header .utility-icon:hover svg,
.oc-sandbox-header .search-icon:hover svg,
.oc-sandbox-header .account-icon:hover svg,
.oc-sandbox-header .cart-icon:hover svg {
  transform: translateY(-1px);
}

/* ============================================================
   OC FIX: Header action icons - remove outer circles
   ============================================================ */

.oc-sandbox-header .search-toggle,
.oc-sandbox-header .account-toggle,
.oc-sandbox-header .actions .cart,
.oc-sandbox-header .mobile-top-bar .cart.mobile-cart {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #c8873a !important;
}

.oc-sandbox-header .search-toggle:hover,
.oc-sandbox-header .account-toggle:hover,
.oc-sandbox-header .actions .cart:hover,
.oc-sandbox-header .mobile-top-bar .cart.mobile-cart:hover {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #c8873a !important;
  transform: translateY(-1px);
  opacity: 0.9;
}

.oc-sandbox-header .search-toggle:active,
.oc-sandbox-header .account-toggle:active,
.oc-sandbox-header .actions .cart:active,
.oc-sandbox-header .mobile-top-bar .cart.mobile-cart:active {
  transform: scale(0.96);
}

/* Inner icon color */
.oc-sandbox-header .search-toggle i,
.oc-sandbox-header .search-toggle svg,
.oc-sandbox-header .account-toggle i,
.oc-sandbox-header .account-toggle svg,
.oc-sandbox-header .actions .cart i,
.oc-sandbox-header .actions .cart svg,
.oc-sandbox-header .mobile-top-bar .cart.mobile-cart i,
.oc-sandbox-header .mobile-top-bar .cart.mobile-cart svg {
  color: #c8873a !important;
  fill: none;
  stroke: #c8873a !important;
}

/* Keep cart badge visible */
.oc-sandbox-header .cart .badge,
.oc-sandbox-header .mobile-cart .badge {
  background: #141412 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}

/* ============================================================
   OC FIX: Header background unify (nav = top bar)
   ============================================================ */

/* 整个 header 背景 */
.oc-sandbox-header {
  background: #141412 !important;
}

/* 主导航行（logo + menu） */
.oc-sandbox-header .header,
.oc-sandbox-header .nav,
.oc-sandbox-header .nav-container,
.oc-sandbox-header .main-menu,
.oc-sandbox-header .yt-header-under {
  background: #141412 !important;
}

/* 防止某些子层仍是灰色 */
.oc-sandbox-header .container,
.oc-sandbox-header .row {
  background: transparent !important;
}

/* 滚动状态也保持黑色（避免变灰） */
.oc-sandbox-header.scrolled,
.oc-sandbox-header.scrolled .header,
.oc-sandbox-header.scrolled .nav {
  background: #141412 !important;
}

/* 去掉任何浅灰渐变或阴影 */
.oc-sandbox-header,
.oc-sandbox-header .header {
  box-shadow: none !important;
  border-bottom: none !important;
}

/* ============================================================
   OC FIX: Remove header divider lines
   ============================================================ */

.oc-sandbox-header .utility-bar,
.oc-sandbox-header .main-header,
.oc-sandbox-header.scrolled .utility-bar,
.oc-sandbox-header.scrolled .main-header {
  border-bottom: none !important;
}

.oc-sandbox-header.scrolled .main-header {
  box-shadow: none !important;
}

/* ============================================================
   OC FIX: Remove nav background strip
   ============================================================ */

.oc-sandbox-header .nav {
  background: transparent !important;
}

/* OC FIX: Remove nav background strip in scrolled state */
.oc-sandbox-header.scrolled .nav,
body .oc-sandbox-header.scrolled .nav {
  background: transparent !important;
}

/* ============================================================
   OC FIX: Remove search/account circles in actions + scrolled
   ============================================================ */

.oc-sandbox-header .actions .search .search-toggle,
.oc-sandbox-header .actions .account-menu .account-toggle,
.oc-sandbox-header.scrolled .actions .search .search-toggle,
.oc-sandbox-header.scrolled .actions .account-menu .account-toggle,
body .oc-sandbox-header.scrolled .actions .search .search-toggle,
body .oc-sandbox-header.scrolled .actions .account-menu .account-toggle {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #c8873a !important;
}

.oc-sandbox-header .actions .search .search-toggle:hover,
.oc-sandbox-header .actions .account-menu .account-toggle:hover,
.oc-sandbox-header.scrolled .actions .search .search-toggle:hover,
.oc-sandbox-header.scrolled .actions .account-menu .account-toggle:hover,
body .oc-sandbox-header.scrolled .actions .search .search-toggle:hover,
body .oc-sandbox-header.scrolled .actions .account-menu .account-toggle:hover {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #c8873a !important;
  transform: translateY(-1px);
  opacity: 0.9;
}

.oc-sandbox-header .actions .search .search-toggle:active,
.oc-sandbox-header .actions .account-menu .account-toggle:active {
  transform: scale(0.96);
}

/* ============================================================
   OC FIX: Header dark mode visibility for account + cart total
   ============================================================ */

/* Account icon must be visible on dark header */
.oc-sandbox-header .actions .account-menu .account-toggle,
.oc-sandbox-header.scrolled .actions .account-menu .account-toggle,
body .oc-sandbox-header.scrolled .actions .account-menu .account-toggle {
  color: #c8873a !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.oc-sandbox-header .actions .account-menu .account-toggle i,
.oc-sandbox-header .actions .account-menu .account-toggle svg,
.oc-sandbox-header.scrolled .actions .account-menu .account-toggle i,
.oc-sandbox-header.scrolled .actions .account-menu .account-toggle svg {
  color: #c8873a !important;
  fill: #c8873a !important;
  stroke: #c8873a !important;
  opacity: 1 !important;
}

/* Cart total must be readable on dark header */
.oc-sandbox-header .cart-summary,
.oc-sandbox-header.scrolled .cart-summary,
body .oc-sandbox-header.scrolled .cart-summary {
  color: rgba(255,255,255,0.86) !important;
  opacity: 1 !important;
}

/* If amount is inside nested spans/strong later */
.oc-sandbox-header .cart-summary *,
.oc-sandbox-header.scrolled .cart-summary * {
  color: rgba(255,255,255,0.86) !important;
}

/* Keep cart/order list icon amber */
.oc-sandbox-header .actions .cart,
.oc-sandbox-header.scrolled .actions .cart,
body .oc-sandbox-header.scrolled .actions .cart {
  color: #c8873a !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

/* ============================================================
   OC FIX: Header account icon + cart total visibility
   ============================================================ */

/* Account button + Font Awesome icon */
.oc-sandbox-header .actions .account-menu .account-toggle,
.oc-sandbox-header.scrolled .actions .account-menu .account-toggle,
body .oc-sandbox-header.scrolled .actions .account-menu .account-toggle {
  color: #c8873a !important;
  opacity: 1 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.oc-sandbox-header .actions .account-menu .account-toggle i,
.oc-sandbox-header .actions .account-menu .account-toggle i.fa,
.oc-sandbox-header .actions .account-menu .account-toggle .account-icon,
.oc-sandbox-header .actions .account-menu .account-toggle .fa:before,
.oc-sandbox-header.scrolled .actions .account-menu .account-toggle i,
.oc-sandbox-header.scrolled .actions .account-menu .account-toggle i.fa,
.oc-sandbox-header.scrolled .actions .account-menu .account-toggle .account-icon,
.oc-sandbox-header.scrolled .actions .account-menu .account-toggle .fa:before {
  color: #c8873a !important;
  opacity: 1 !important;
}

/* Cart total amount on dark header */
.oc-sandbox-header .actions .cart-summary,
.oc-sandbox-header .actions .cart-summary *,
.oc-sandbox-header.scrolled .actions .cart-summary,
.oc-sandbox-header.scrolled .actions .cart-summary *,
body .oc-sandbox-header.scrolled .actions .cart-summary,
body .oc-sandbox-header.scrolled .actions .cart-summary * {
  color: rgba(255,255,255,0.86) !important;
  opacity: 1 !important;
}

/* ============================================================
   OC FIX: Account icon and cart total always amber
   ============================================================ */

.oc-sandbox-header .actions .account-menu .account-toggle,
.oc-sandbox-header .actions .account-menu .account-toggle i,
.oc-sandbox-header .actions .account-menu .account-toggle i.fa,
.oc-sandbox-header .actions .account-menu .account-toggle .account-icon,
.oc-sandbox-header .actions .account-menu .account-toggle .fa:before,
.oc-sandbox-header.scrolled .actions .account-menu .account-toggle,
.oc-sandbox-header.scrolled .actions .account-menu .account-toggle i,
.oc-sandbox-header.scrolled .actions .account-menu .account-toggle i.fa,
.oc-sandbox-header.scrolled .actions .account-menu .account-toggle .account-icon,
.oc-sandbox-header.scrolled .actions .account-menu .account-toggle .fa:before,
body .oc-sandbox-header.scrolled .actions .account-menu .account-toggle,
body .oc-sandbox-header.scrolled .actions .account-menu .account-toggle i,
body .oc-sandbox-header.scrolled .actions .account-menu .account-toggle i.fa,
body .oc-sandbox-header.scrolled .actions .account-menu .account-toggle .account-icon,
body .oc-sandbox-header.scrolled .actions .account-menu .account-toggle .fa:before {
  color: #c8873a !important;
  opacity: 1 !important;
}

.oc-sandbox-header .actions .cart-summary,
.oc-sandbox-header .actions .cart-summary *,
.oc-sandbox-header.scrolled .actions .cart-summary,
.oc-sandbox-header.scrolled .actions .cart-summary *,
body .oc-sandbox-header.scrolled .actions .cart-summary,
body .oc-sandbox-header.scrolled .actions .cart-summary * {
  color: #c8873a !important;
  opacity: 1 !important;
}

/* ============================================================
   OC FIX: Hide visual breadcrumbs, keep DOM/SEO structure
   ============================================================ */

.yt-content > .yt-breadcrumbs,
.yt-breadcrumbs,
.breadcrumbs {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* ============================================================
   OC FIX: Cartpro loader minimal amber ring
   No overlay, no copy, no white box
   ============================================================ */

/* Remove dark page overlay completely */
#blurmask {
  display: none !important;
  background: transparent !important;
  opacity: 0 !important;
}

/* Remove popup/card appearance */
#process_product_pagination,
#process_product_pagination #loadmask,
#loadmask {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Keep loader centered without panel */
#process_product_pagination #loadmask,
#loadmask {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Hide text and old gif */
#process_product_pagination p.loader {
  position: relative !important;
  width: 28px !important;
  height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

#process_product_pagination p.loader br {
  display: none !important;
}

#process_product_pagination p.loader img {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Minimal amber spinner */
#process_product_pagination p.loader::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 20px !important;
  height: 20px !important;
  margin: -10px 0 0 -10px !important;
  border: 2px solid rgba(200, 135, 58, 0.25) !important;
  border-top-color: #c8873a !important;
  border-radius: 50% !important;
  animation: oc-cartpro-loader-spin 0.65s linear infinite !important;
}

@keyframes oc-cartpro-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

/* ============================================================
   OC FIX: Cartpro + category loader minimal amber ring
   Covers #process and #process_product_pagination
   ============================================================ */

#blurmask {
  display: none !important;
  background: transparent !important;
  opacity: 0 !important;
}

#process,
#process_product_pagination,
#process #loadmask,
#process_product_pagination #loadmask,
#loadmask {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
}

#process #loadmask,
#process_product_pagination #loadmask {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#process #loadmask p.loader,
#process_product_pagination #loadmask p.loader,
#loadmask p.loader {
  position: relative !important;
  width: 28px !important;
  height: 28px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

#process #loadmask p.loader br,
#process_product_pagination #loadmask p.loader br,
#loadmask p.loader br {
  display: none !important;
}

#process #loadmask p.loader img,
#process_product_pagination #loadmask p.loader img,
#loadmask p.loader img {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#process #loadmask p.loader::after,
#process_product_pagination #loadmask p.loader::after,
#loadmask p.loader::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 20px !important;
  height: 20px !important;
  margin: -10px 0 0 -10px !important;
  border: 2px solid rgba(200, 135, 58, 0.25) !important;
  border-top-color: #c8873a !important;
  border-radius: 50% !important;
  animation: oc-cartpro-loader-spin 0.65s linear infinite !important;
}

@keyframes oc-cartpro-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

/* OC FIX: Center Cartpro loader in viewport */
#process,
#process_product_pagination {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
  pointer-events: none !important;
}

#process #loadmask,
#process_product_pagination #loadmask,
#loadmask {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 10000 !important;
}


/* ============================================================
   OC FIX: Catalog list card — minimal CSS “+” (replace PNG)
   Scope: .opition-catalog-new grid only. Keeps a.opition-click + onclick.
   ============================================================ */
.opition-catalog-new .catalog-new-product .opition-pluse-ico a.opition-click {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  box-sizing: border-box !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent;
}

.opition-catalog-new .catalog-new-product .opition-pluse-ico a.opition-click img {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.opition-catalog-new .catalog-new-product .opition-pluse-ico a.opition-click::before,
.opition-catalog-new .catalog-new-product .opition-pluse-ico a.opition-click::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  background: #c8873a !important;
  border-radius: 1px !important;
  transform: translate(-50%, -50%) !important;
  pointer-events: none !important;
}

.opition-catalog-new .catalog-new-product .opition-pluse-ico a.opition-click::before {
  width: 14px !important;
  height: 2px !important;
}

.opition-catalog-new .catalog-new-product .opition-pluse-ico a.opition-click::after {
  width: 2px !important;
  height: 14px !important;
}

.opition-catalog-new .catalog-new-product .opition-pluse-ico a.opition-click:hover::before,
.opition-catalog-new .catalog-new-product .opition-pluse-ico a.opition-click:hover::after {
  opacity: 0.88 !important;
}


/* ============================================================
   OC FIX: Center catalog product grid on mobile
   ============================================================ */

@media (max-width: 767px) {
  body.catalog-category-view .opition-catalog-new,
  body.catalog-category-view .catalog-new-product {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  body.catalog-category-view .catalog-new-product .row,
  body.catalog-category-view .catalog-new-product .ppp {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* ============================================================
   OC FIX: Account page → single column centered layout
   ============================================================ */

body.customer-account-edit .col-left,
body.customer-account .col-left {
  display: none !important;
}

body.customer-account-edit .col-main,
body.customer-account .col-main {
  width: 100% !important;
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

body.customer-account-edit .col2-left-layout .col-main,
body.customer-account .col2-left-layout .col-main {
  width: 100% !important;
}

/* 去掉原本布局残留间距 */
body.customer-account-edit .main,
body.customer-account .main {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* OC FIX: Center customer account edit content */
body.customer-account-edit .col-main,
body.customer-account-edit .main .col-main,
body.customer-account-edit .my-account {
  float: none !important;
  width: 100% !important;
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.customer-account-edit .page-title,
body.customer-account-edit form {
  width: 100% !important;
}

/* ============================================================
   OC FIX: Center account edit page content
   ============================================================ */

body.customer-account-edit .oc-account-edit-page {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  max-width: 720px !important;
  box-sizing: border-box !important;
}

body.customer-account-edit #yt_main.col-main,
body.customer-account-edit .col-main {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ============================================================
   OC FIX: Force account edit content true center
   ============================================================ */

html body.customer-account-edit .oc-account-edit-page {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  max-width: 720px !important;
  box-sizing: border-box !important;
}

body.customer-account-edit #yt_content.yt-content.wrap,
body.customer-account-edit #yt_wrapper,
body.customer-account-edit #yt_main.col-main {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.customer-account-edit #yt_main.col-main {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ============================================================
   OC FIX: Login page — narrower centered form
   ============================================================ */

body.customer-account-login .account-login,
body.customer-account-login .col-main,
body.customer-account-login #yt_main.col-main {
  max-width: 520px !important;   /* 原来大约 700~800，这里收窄约 30% */
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

/* 控制内部 form 不再拉满 */
body.customer-account-login .account-login form,
body.customer-account-login #login-form {
  width: 100% !important;
}

/* 可选：增加一点上下呼吸感 */
body.customer-account-login .account-login {
  margin-top: 40px !important;
}

/* OC FIX: Login page — constrain real visual card */
body.customer-account-login .oc-login-card {
  width: 100% !important;
  max-width: 520px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

body.customer-account-login #yt_main.col-main,
body.customer-account-login .yt_main_inner.yt-content-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


/* OC FIX: Magento error message as lightweight toast */
.messages .error-msg,
.messages .notice-msg {
  max-width: 520px !important;
  margin: 16px auto !important;
  background: #f7f5f1 !important;
  border-left: 4px solid #c8873a !important;
  color: #141412 !important;
  padding: 12px 16px !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08) !important;
  border-radius: 6px !important;
}

.messages .error-msg li,
.messages .notice-msg li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}


/* ============================================================
   OC FIX: Center Magento USA restriction message
   ============================================================ */

body.catalog-category-view .messages,
body.catalog-product-view .messages {
  position: fixed !important;
  top: 55% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 99999 !important;
  width: calc(100% - 40px) !important;
  max-width: 460px !important;
  margin: 0 !important;
  pointer-events: none !important;
}

body.catalog-category-view .messages .error-msg,
body.catalog-category-view .messages .notice-msg,
body.catalog-product-view .messages .error-msg,
body.catalog-product-view .messages .notice-msg {
  background: #f7f5f1 !important;
  border-left: 4px solid #c8873a !important;
  color: #2c2b28 !important;
  padding: 14px 18px !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  box-shadow: 0 10px 32px rgba(0,0,0,0.12) !important;
  border-radius: 8px !important;
  margin: 0 auto !important;
  pointer-events: auto !important;
}

/* ============================================================
   OC FIX: Checkout cart welcome notice (post-login strip)
   ============================================================ */
.checkout-cart-index .cart .page-title .oc-cart-welcome-notice {
  background: #f7f5f1;
  border-left: 4px solid #c8873a;
  color: #2c2b28;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.45;
  border-radius: 6px;
  margin-bottom: 32px;
  margin-top: 14px;
}

/* ============================================================
   OC FIX: Account background words (fixed visible layer)
   ============================================================ */

@media (min-width: 992px) {
  body.customer-account-login #yt_wrapper::before,
  body.customer-account-edit #yt_wrapper::before {
    content: "Part of your journey in building something better.";

    position: fixed;
    left: 6%;
    top: 52%;
    transform: translateY(-50%) rotate(-2deg);

    max-width: 420px;

    font-family: "Caveat", "Lora", serif;
    font-size: 48px;
    line-height: 1.2;

    color: #141412;
    opacity: 0.05;

    pointer-events: none;
    z-index: 1;
  }
}

@media (max-width: 991px) {
  body.customer-account-login #yt_wrapper::before,
  body.customer-account-edit #yt_wrapper::before {
    content: none;
  }
}





/* OC FIX: Make account background slogan visible */
@media (min-width: 992px) {
  body.customer-account-login::after,
  body.customer-account-edit::after {
    content: "Part of your journey in building something better." !important;
    position: fixed !important;
    left: 6% !important;
    top: 52% !important;
    transform: translateY(-50%) rotate(-2deg) !important;
    max-width: 420px !important;
    font-family: "Lora", Georgia, serif !important;
    font-size: 48px !important;
    line-height: 1.15 !important;
    font-weight: 400 !important;
    letter-spacing: -0.02em !important;
    color: #141412 !important;
    opacity: 0.08 !important;
    pointer-events: none !important;
    z-index: 50 !important;
  }
}

@media (max-width: 991px) {
  body.customer-account-login::after,
  body.customer-account-edit::after {
    content: none !important;
  }
}

/* ============================================================
   OC FIX: Handwritten Paper Background (Premium Layer)
   ============================================================ */

@media (min-width: 992px) {

  /* 纸张底层 */
  body.customer-account-login::before,
  body.customer-account-edit::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;

    background:
      linear-gradient(
        120deg,
        rgba(245, 236, 224, 0.35),
        rgba(255, 255, 255, 0.0)
      );

    pointer-events: none;
    z-index: 0;
  }

  /* 模糊“墨迹”层 */
  body.customer-account-login .oc-handwriting-shadow,
  body.customer-account-edit .oc-handwriting-shadow {
    position: fixed;
    left: 6%;
    top: 52%;
    transform: translateY(-50%) rotate(-3deg);

    font-family: "OC Script", cursive;
    font-size: 110px;
    line-height: 1.05;

    color: #000;
    opacity: 0.05;

    filter: blur(2px);

    pointer-events: none;
    z-index: 10;
  }

  /* 主手写文字 */
  body.customer-account-login::after,
  body.customer-account-edit::after {
    content: "Part of your journey in building something better.";

    position: fixed;
    left: 6%;
    top: 52%;
    transform: translateY(-50%) rotate(-3deg);

    max-width: 520px;

    font-family: "OC Script", cursive;
    font-size: 96px;
    line-height: 1.05;

    color: #141412;
    opacity: 0.06;

    pointer-events: none;
    z-index: 20;
  }
}

/* 移动端关闭 */
@media (max-width: 991px) {
  body.customer-account-login::before,
  body.customer-account-login::after,
  body.customer-account-edit::before,
  body.customer-account-edit::after {
    content: none !important;
  }
}


/* OC FIX: Subtle ink effect (3-line enhancement) */
@media (min-width: 992px) {
  body.customer-account-login::after,
  body.customer-account-edit::after {
    text-shadow: 0.5px 0.5px 0 rgba(20,20,18,0.15),
                 1px 1px 2px rgba(20,20,18,0.08);
    letter-spacing: -0.02em;
    filter: saturate(0.9);
  }
}


/* OC FIX: Switch account background script to Allura */
@font-face {
  font-family: "OC Script Allura";
  src: url("../fonts/oc-script-allura.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@media (min-width: 992px) {
  body.customer-account-login::after,
  body.customer-account-edit::after {
    font-family: "OC Script Allura", cursive !important;
  }
}


/* 动画更自然一点 */
/* ============================================================
   OC FIX: Align "Show per page" select with text
   ============================================================ */

.pager .limiter,
.toolbar .limiter {
  display: flex;
  align-items: center;
  gap: 6px;
}

.pager .limiter select,
.toolbar .limiter select {
  height: 28px;
  line-height: 28px;
  padding: 0 6px;

  font-size: 13px;

  border: 1px solid #ddd;
  border-radius: 4px;

  vertical-align: middle;
}

.pager .limiter label,
.toolbar .limiter label {
  margin-bottom: 0;
  line-height: 28px;
}


/* ============================================================
   OC FIX: Sales order history pager alignment
   Scope: /sales/order/history/
   Purpose: keep "3 Item(s) / Show / select / per page" on one visual line
   ============================================================ */
body.sales-order-history .pager {
  display: flex;
  align-items: center;
  min-height: 56px;
}

body.sales-order-history .pager .amount {
  display: flex;
  align-items: center;
  height: 36px;
  margin: 0 26px 0 0;
  line-height: 36px;
}

body.sales-order-history .pager .amount strong {
  display: inline-flex;
  align-items: center;
  height: 36px;
  line-height: 36px;
}

body.sales-order-history .pager .limiter {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  margin: 0;
  line-height: 36px;
}

body.sales-order-history .pager .limiter label {
  display: inline-flex;
  align-items: center;
  height: 36px;
  margin: 0;
  line-height: 36px;
}

body.sales-order-history .pager .limiter select {
  width: auto;
  min-width: 58px;
  height: 36px;
  line-height: 36px;
  padding: 0 30px 0 12px;
  border: 1px solid #dedede;
  border-radius: 10px;
  background-color: #fff;
  font-size: 14px;
  color: #222;
  vertical-align: middle;
  box-shadow: none;
}

body.sales-order-history .pager .limiter select:focus {
  border-color: #d8842f;
  outline: none;
  box-shadow: 0 0 0 2px rgba(216, 132, 47, 0.12);
}

/* ============================================================
   OC FIX FINAL: USA warehouse restriction toast compact glass style
   Scope: .oc-toast-usa only
   Purpose: auto-size to message text; remove large empty area; glass effect
   ============================================================ */
.oc-toast-usa {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;

  display: block !important;
  width: fit-content !important;
  width: -moz-fit-content !important;
  min-width: 0 !important;
  max-width: min(420px, calc(100vw - 48px)) !important;

  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;

  padding: 18px 24px 18px 28px !important;
  margin: 0 !important;

  box-sizing: border-box !important;
  overflow: visible !important;
  white-space: normal !important;

  font-size: 16px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
  color: #242424 !important;
  text-align: left !important;

  background: rgba(255, 255, 255, 0.68) !important;
  -webkit-backdrop-filter: blur(18px) saturate(145%) !important;
  backdrop-filter: blur(18px) saturate(145%) !important;

  border: 1px solid rgba(255, 255, 255, 0.46) !important;
  border-left: 6px solid rgba(200, 132, 48, 0.92) !important;
  border-radius: 18px !important;

  box-shadow:
    0 18px 55px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.38) !important;

  z-index: 99999 !important;
  opacity: 0 !important;
  transform: translate(-50%, -50%) !important;
}

.oc-toast-usa.show {
  opacity: 1 !important;
  transform: translate(-50%, -50%) !important;
  transition: opacity 0.22s ease, transform 0.22s ease !important;
}

/* ============================================================
   OC FIX FINAL 4: More transparent USA restriction toast glass
   Scope: visual only; keep size, position and logic unchanged
   ============================================================ */
.oc-toast-usa {
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.28),
      rgba(246, 238, 226, 0.16)
    ) !important;

  -webkit-backdrop-filter: blur(26px) saturate(185%) !important;
  backdrop-filter: blur(26px) saturate(185%) !important;

  border: 1px solid rgba(255, 255, 255, 0.58) !important;
  border-left: 6px solid rgba(200, 132, 48, 0.92) !important;

  box-shadow:
    0 22px 65px rgba(0, 0, 0, 0.14),
    0 0 0 1px rgba(255, 255, 255, 0.14) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.54),
    inset 0 -18px 36px rgba(255, 255, 255, 0.08) !important;
}

/* ============================================================
   OC FIX: Mobile cart product image centering after AJAX delete
   Scope: /checkout/cart/ only
   Purpose: keep product thumbnails centered after cart row refresh/removal
   ============================================================ */
@media (max-width: 767px) {
  body.checkout-cart-index #shopping-cart-table td.product-cart-image,
  body.checkout-cart-index #shopping-cart-table td.a-center:first-child,
  body.checkout-cart-index .cart-table td.product-cart-image,
  body.checkout-cart-index .cart-table td.a-center:first-child {
    text-align: center !important;
    vertical-align: middle !important;
  }

  body.checkout-cart-index #shopping-cart-table .product-image,
  body.checkout-cart-index .cart-table .product-image {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    float: none !important;
    text-align: center !important;
  }

  body.checkout-cart-index #shopping-cart-table .product-image img,
  body.checkout-cart-index .cart-table .product-image img,
  body.checkout-cart-index #shopping-cart-table img,
  body.checkout-cart-index .cart-table img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    max-width: 150px !important;
    width: auto !important;
    height: auto !important;
  }
}

/* ============================================================
   OC FIX FINAL: Mobile cart image centering after AJAX delete
   Scope: body.checkout-cart-index @media (max-width: 767px)
   DOM: checkout/cart/item/default.phtml -> td.a-center (1st col) > a.product-image > img
   Root cause: AJAX innerHTML swap skips decorateTable(); prior fix used non-existent td.product-cart-image
   ============================================================ */
@media (max-width: 767px) {
  body.checkout-cart-index #shopping-cart-table.data-table.cart-table tbody tr > td:first-child {
    display: block !important;
    float: none !important;
    text-align: center !important;
    width: 100% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.checkout-cart-index #shopping-cart-table.data-table.cart-table tbody tr > td:first-child .product-image {
    display: inline-block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  body.checkout-cart-index #shopping-cart-table.data-table.cart-table tbody tr > td:first-child img {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 150px !important;
    width: auto !important;
    height: auto !important;
  }
}

/* OC_TEXT_ICON_FIX_CART_REMOVE_X + OC_TEXT_ICON_FIX_419_PLUS — text symbols, no icon font */
body.checkout-cart-index a.icon-remove.btn-remove,
body.checkout-cart-index a.icon-remove.btn-remove2 {
  font-family: Arial, Helvetica, sans-serif !important;
  text-indent: 0 !important;
  font-size: 22px;
  line-height: 1;
  color: #e66b6b;
  text-decoration: none;
}

body.checkout-cart-index a.icon-remove.btn-remove::before,
body.checkout-cart-index a.icon-remove.btn-remove2::before {
  content: none !important;
  display: none !important;
}

body.category-fire-fly-glow-in-the-dark .oc-text-plus,
.oc-smile-list-template .oc-text-plus {
  display: inline-block;
  margin-right: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1;
}

/* ============================================================
   OC FIX FINAL: Cart remove icon dedupe
   Purpose: disable legacy icon-font ::before X and keep only real text ×
   Scope: checkout cart only
   ============================================================ */
body.checkout-cart-index #shopping-cart-table a.icon-remove.btn-remove::before,
body.checkout-cart-index #shopping-cart-table a.icon-remove.btn-remove2::before,
body.checkout-cart-index #shopping-cart-table a.btn-remove.icon-remove::before,
body.checkout-cart-index #shopping-cart-table a.btn-remove2.icon-remove::before,
body.checkout-cart-index #shopping-cart-table .icon-remove::before {
  content: "" !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

body.checkout-cart-index #shopping-cart-table a.icon-remove.btn-remove,
body.checkout-cart-index #shopping-cart-table a.icon-remove.btn-remove2,
body.checkout-cart-index #shopping-cart-table a.btn-remove.icon-remove,
body.checkout-cart-index #shopping-cart-table a.btn-remove2.icon-remove {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  min-width: 32px !important;
  height: 32px !important;

  text-indent: 0 !important;
  overflow: visible !important;

  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 700 !important;

  color: #e66b6b !important;
  text-decoration: none !important;
  background: none !important;
  border: 0 !important;
}

body.checkout-cart-index #shopping-cart-table a.icon-remove.btn-remove:hover,
body.checkout-cart-index #shopping-cart-table a.icon-remove.btn-remove2:hover,
body.checkout-cart-index #shopping-cart-table a.btn-remove.icon-remove:hover,
body.checkout-cart-index #shopping-cart-table a.btn-remove2.icon-remove:hover {
  color: #d84f4f !important;
  text-decoration: none !important;
}

/* ============================================================
   OC FIX FINAL: Catalog plus icon as pure text
   Purpose: remove image/icon-font dependency for catalog Add to Order plus
   ============================================================ */
.opition-click .oc-catalog-plus-text,
.opition-pluse-ico .oc-catalog-plus-text,
.oc-catalog-plus-text {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-indent: 0 !important;
  background: none !important;
  background-image: none !important;
}

.opition-click .oc-catalog-plus-text,
.opition-pluse-ico .oc-catalog-plus-text {
  width: 24px !important;
  height: 24px !important;
  font-size: 26px !important;
  color: #c7842f !important;
}

.oc-addtoorder-plus-text {
  margin-right: 6px !important;
  font-size: 18px !important;
  color: inherit !important;
}

/* Disable legacy FontAwesome plus if any fa-plus-circle remains inside catalog buttons */
.catalog-category-view .fa.fa-plus-circle::before,
.catalogsearch-result-index .fa.fa-plus-circle::before,
.opition-catalog-new .fa.fa-plus-circle::before,
.opitions-new-pro .fa.fa-plus-circle::before {
  content: "" !important;
  display: none !important;
}

/* Prevent old plus icon image/background from showing if a legacy class remains */
.opition-click img[src*="opition-pluse-ico"],
.opition-pluse-ico img[src*="opition-pluse-ico"] {
  display: none !important;
}

/* ============================================================
   OC FIX FINAL: Checkout cart table header readability
   Purpose: unify header font size and improve contrast on cart table
   Scope: checkout/cart only
   ============================================================ */
body.checkout-cart-index #shopping-cart-table thead th,
body.checkout-cart-index #shopping-cart-table thead th span,
body.checkout-cart-index #shopping-cart-table thead th .nobr {
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  font-family: Arial, Helvetica, sans-serif !important;
  opacity: 1 !important;
}

body.checkout-cart-index #shopping-cart-table thead th {
  background-color: #7f7d78 !important;
  vertical-align: middle !important;
  text-align: center !important;
}

body.checkout-cart-index #shopping-cart-table thead th:first-child {
  text-align: left !important;
  padding-left: 16px !important;
}

/* Mobile stacked cart: keep section labels readable */
@media (max-width: 767px) {
  body.checkout-cart-index #shopping-cart-table thead th,
  body.checkout-cart-index #shopping-cart-table thead th span,
  body.checkout-cart-index #shopping-cart-table thead th .nobr {
    color: #ffffff !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
  }
}

/* ============================================================
   OC_PDP_MAIN_IMAGE_CLIP_FIX
   Purpose: show full PDP main Flexslider image (no bottom crop)
   Root cause: body inline aspect-ratio/min-height + flex-viewport overflow
   Scope: catalog product detail — .main-product-page #slider only
   Does NOT touch thumbnails (#carousel) or legacy .product-img-box
   ============================================================ */
body.catalog-product-view .main-product-page .main-slider-wrap {
  overflow: visible !important;
}

body.catalog-product-view .main-product-page #slider.main-slider,
body.catalog-product-view .main-product-page #slider.main-slider.flexslider {
  overflow: hidden !important;
  height: auto !important;
  max-height: none !important;
}

body.catalog-product-view .main-product-page #slider.main-slider .flex-viewport,
body.catalog-product-view .main-product-page #slider.main-slider.loading .flex-viewport {
  overflow: hidden !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
}

body.catalog-product-view .main-product-page #slider.main-slider .slides,
body.catalog-product-view .main-product-page #slider.main-slider .slides > li {
  aspect-ratio: unset !important;
  min-height: 0 !important;
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
}

body.catalog-product-view .main-product-page #slider.main-slider .slides img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/*
 * OC_ACCOUNT_EDIT_SCRIPT_BG
 * Refine left-side script background on /customer/account/edit/
 * Source: body.customer-account-edit::after + #yt_wrapper::before (CSS pseudo, not HTML)
 * Goal: larger, intentional background accent; subtle gray-black; no form interference.
 */
@media (min-width: 992px) {
  /* Edit page only: remove duplicate wrapper-layer copy */
  body.customer-account-edit #yt_wrapper::before {
    content: none !important;
  }

  body.customer-account-edit::after {
    content: "Part of your journey in\A building something better." !important;
    position: fixed !important;
    left: clamp(24px, 5vw, 72px) !important;
    top: 58% !important;
    transform: translateY(-50%) rotate(-2deg) !important;
    max-width: 560px !important;
    font-family: "OC Script Allura", "Caveat", cursive !important;
    font-size: clamp(42px, 4.5vw, 86px) !important;
    line-height: 1.25 !important;
    font-weight: 400 !important;
    letter-spacing: -0.02em !important;
    color: #141412 !important;
    opacity: 0.08 !important;
    white-space: pre-line !important;
    pointer-events: none !important;
    user-select: none !important;
    z-index: 1 !important;
    text-shadow: none !important;
    filter: none !important;
  }
}

@media (max-width: 991px) {
  body.customer-account-edit #yt_wrapper::before,
  body.customer-account-edit::after {
    content: none !important;
  }
}

/* OC_ACCOUNT_EDIT_SCRIPT_BG_END */


/*
 * OC_ACCOUNT_SCRIPT_BG_BOLDER_V2
 * Account pages: larger, clearer editorial script background.
 * Copy:
 * Let us be part of your journey in
 * building something better.
 */
body.customer-account-login::after,
body.customer-account-create::after,
body.customer-account-edit::after,
body.customer-account-index::after {
    content: "Let us be part of your journey in\A building something better." !important;
    white-space: pre-line !important;
    position: fixed !important;
    left: clamp(44px, 5vw, 110px) !important;
    top: 54% !important;
    transform: translateY(-50%) rotate(-1.5deg) !important;
    width: min(760px, 48vw) !important;
    max-width: 760px !important;
    font-family: "OC Script Allura", "Caveat", cursive !important;
    font-size: clamp(58px, 5.6vw, 112px) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.035em !important;
    color: rgba(20, 20, 20, 0.115) !important;
    opacity: 1 !important;
    text-align: left !important;
    pointer-events: none !important;
    user-select: none !important;
    z-index: 0 !important;
    text-shadow: none !important;
    filter: none !important;
}

body.customer-account-login #yt_wrapper::before,
body.customer-account-create #yt_wrapper::before,
body.customer-account-edit #yt_wrapper::before,
body.customer-account-index #yt_wrapper::before {
    content: none !important;
}

body.customer-account-login .main-container,
body.customer-account-create .main-container,
body.customer-account-edit .main-container,
body.customer-account-index .main-container,
body.customer-account-login .col-main,
body.customer-account-create .col-main,
body.customer-account-edit .col-main,
body.customer-account-index .col-main {
    position: relative !important;
    z-index: 1 !important;
}

@media (max-width: 991px) {
    body.customer-account-login::after,
    body.customer-account-create::after,
    body.customer-account-edit::after,
    body.customer-account-index::after {
        display: none !important;
        content: none !important;
    }
}

/* OC_ACCOUNT_SCRIPT_BG_BOLDER_V2_END */


/*
 * OC_ACCOUNT_SCRIPT_BG_V3_READABLE_FADE
 * Account pages: readable three-line script background with font-ready reveal.
 * Copy:
 * Let us be part
 * of your journey in
 * building something better.
 */
body.customer-account-login #yt_wrapper::before,
body.customer-account-create #yt_wrapper::before,
body.customer-account-edit #yt_wrapper::before,
body.customer-account-index #yt_wrapper::before {
    content: none !important;
    display: none !important;
}

body.customer-account-login::after,
body.customer-account-create::after,
body.customer-account-edit::after,
body.customer-account-index::after {
    content: "Let us be part\A of your journey in\A building something better." !important;
    white-space: pre-line !important;
    position: fixed !important;
    left: clamp(48px, 5.2vw, 116px) !important;
    top: 53% !important;
    transform: translateY(-50%) rotate(-1.2deg) !important;
    width: min(720px, 46vw) !important;
    max-width: 720px !important;
    font-family: "OC Script Allura", "Allura", "Caveat", cursive !important;
    font-size: clamp(48px, 4.8vw, 88px) !important;
    line-height: 1.16 !important;
    letter-spacing: -0.025em !important;
    color: rgba(20, 20, 20, 0.13) !important;
    text-align: left !important;
    pointer-events: none !important;
    user-select: none !important;
    z-index: 0 !important;
    text-shadow: none !important;
    filter: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

html.oc-account-script-font-ready body.customer-account-login::after,
html.oc-account-script-font-ready body.customer-account-create::after,
html.oc-account-script-font-ready body.customer-account-edit::after,
html.oc-account-script-font-ready body.customer-account-index::after {
    visibility: visible !important;
    animation: ocAccountScriptFadeInV3 1.05s ease-out 0.05s both !important;
}

@keyframes ocAccountScriptFadeInV3 {
    from {
        opacity: 0;
        transform: translateY(calc(-50% + 12px)) rotate(-1.2deg);
    }
    to {
        opacity: 1;
        transform: translateY(-50%) rotate(-1.2deg);
    }
}

body.customer-account-login .main-container,
body.customer-account-create .main-container,
body.customer-account-edit .main-container,
body.customer-account-index .main-container,
body.customer-account-login .col-main,
body.customer-account-create .col-main,
body.customer-account-edit .col-main,
body.customer-account-index .col-main {
    position: relative !important;
    z-index: 1 !important;
}

@media (max-width: 991px) {
    body.customer-account-login::after,
    body.customer-account-create::after,
    body.customer-account-edit::after,
    body.customer-account-index::after {
        display: none !important;
        content: none !important;
    }
}

/* OC_ACCOUNT_SCRIPT_BG_V3_READABLE_FADE_END */

/*
 * OC_ACCOUNT_SCRIPT_BG_V31_VISIBLE_FALLBACK
 * Emergency fix: V3 font-ready class may fail, causing the account script background to stay hidden.
 * Keep the three-line script visible by default; preload still helps reduce font swap.
 */
body.customer-account-login::after,
body.customer-account-create::after,
body.customer-account-edit::after,
body.customer-account-index::after {
    visibility: visible !important;
    opacity: 1 !important;
    animation: ocAccountScriptFadeInV31 0.85s ease-out both !important;
}

html.oc-account-script-font-ready body.customer-account-login::after,
html.oc-account-script-font-ready body.customer-account-create::after,
html.oc-account-script-font-ready body.customer-account-edit::after,
html.oc-account-script-font-ready body.customer-account-index::after {
    visibility: visible !important;
    opacity: 1 !important;
    animation: ocAccountScriptFadeInV31 0.85s ease-out both !important;
}

@keyframes ocAccountScriptFadeInV31 {
    from {
        opacity: 0;
        transform: translateY(calc(-50% + 10px)) rotate(-1.2deg);
    }
    to {
        opacity: 1;
        transform: translateY(-50%) rotate(-1.2deg);
    }
}

@media (max-width: 991px) {
    body.customer-account-login::after,
    body.customer-account-create::after,
    body.customer-account-edit::after,
    body.customer-account-index::after {
        display: none !important;
        content: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        animation: none !important;
    }
}

/* OC_ACCOUNT_SCRIPT_BG_V31_VISIBLE_FALLBACK_END */

/*
 * OC_ACCOUNT_SCRIPT_BG_V32_HANDWRITING_REVEAL
 * Account pages: complete four-line script copy + lightweight CSS reveal.
 * No JS. No form logic changes.
 */
body.customer-account-login::after,
body.customer-account-create::after,
body.customer-account-edit::after,
body.customer-account-index::after {
    content: "Let us be part\A of your journey in\A building something\A better." !important;
    white-space: pre-line !important;

    position: fixed !important;
    left: clamp(44px, 4.8vw, 98px) !important;
    top: 53% !important;
    width: min(780px, 50vw) !important;
    max-width: 780px !important;

    font-family: "OC Script Allura", "Allura", "Caveat", cursive !important;
    font-size: clamp(42px, 4.1vw, 76px) !important;
    line-height: 1.18 !important;
    letter-spacing: -0.025em !important;
    color: rgba(20, 20, 20, 0.135) !important;

    text-align: left !important;
    pointer-events: none !important;
    user-select: none !important;
    z-index: 0 !important;

    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;

    transform: translateY(-50%) rotate(-1.2deg) !important;
    text-shadow: none !important;
    filter: none !important;

    clip-path: inset(0 100% 0 0);
    animation: ocAccountScriptWriteRevealV32 1.65s cubic-bezier(.22,.61,.36,1) 0.12s forwards !important;
}

@keyframes ocAccountScriptWriteRevealV32 {
    0% {
        opacity: 0;
        clip-path: inset(0 100% 0 0);
        transform: translateY(calc(-50% + 8px)) rotate(-1.2deg);
    }
    18% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        transform: translateY(-50%) rotate(-1.2deg);
    }
}

body.customer-account-login .main-container,
body.customer-account-create .main-container,
body.customer-account-edit .main-container,
body.customer-account-index .main-container,
body.customer-account-login .col-main,
body.customer-account-create .col-main,
body.customer-account-edit .col-main,
body.customer-account-index .col-main {
    position: relative !important;
    z-index: 1 !important;
}

@media (max-width: 991px) {
    body.customer-account-login::after,
    body.customer-account-create::after,
    body.customer-account-edit::after,
    body.customer-account-index::after {
        display: none !important;
        content: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        animation: none !important;
        clip-path: none !important;
    }
}

/* OC_ACCOUNT_SCRIPT_BG_V32_HANDWRITING_REVEAL_END */

/*
 * OC_ACCOUNT_SCRIPT_REAL_DOM_WRITING_V1
 * Real DOM handwriting-like reveal for Account pages.
 * Replaces fragile pseudo-element clip-path versions.
 */

body.customer-account-login::after,
body.customer-account-create::after,
body.customer-account-edit::after,
body.customer-account-index::after,
body.customer-account-login #yt_wrapper::before,
body.customer-account-create #yt_wrapper::before,
body.customer-account-edit #yt_wrapper::before,
body.customer-account-index #yt_wrapper::before {
    display: none !important;
    content: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    animation: none !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
}

body.customer-account-login .oc-account-script-writing,
body.customer-account-create .oc-account-script-writing,
body.customer-account-edit .oc-account-script-writing,
body.customer-account-index .oc-account-script-writing {
    position: fixed !important;
    left: clamp(44px, 4.8vw, 98px) !important;
    top: 53% !important;
    transform: translateY(-50%) rotate(-1.2deg) !important;
    z-index: 0 !important;
    pointer-events: none !important;
    user-select: none !important;
    width: min(780px, 50vw) !important;
    max-width: 780px !important;
    font-family: "OC Script Allura", "Allura", "Caveat", cursive !important;
    font-size: clamp(42px, 4.1vw, 76px) !important;
    line-height: 1.18 !important;
    letter-spacing: -0.025em !important;
    color: rgba(20, 20, 20, 0.135) !important;
}

body.customer-account-login .oc-account-script-writing .oc-line,
body.customer-account-create .oc-account-script-writing .oc-line,
body.customer-account-edit .oc-account-script-writing .oc-line,
body.customer-account-index .oc-account-script-writing .oc-line {
    display: block !important;
    width: 0;
    max-width: max-content;
    overflow: hidden !important;
    white-space: nowrap !important;
    opacity: 0;
    animation-name: ocAccountScriptLineWriteV1;
    animation-duration: 1.05s;
    animation-timing-function: cubic-bezier(.22,.61,.36,1);
    animation-fill-mode: forwards;
}

body.customer-account-login .oc-account-script-writing .oc-line-1,
body.customer-account-create .oc-account-script-writing .oc-line-1,
body.customer-account-edit .oc-account-script-writing .oc-line-1,
body.customer-account-index .oc-account-script-writing .oc-line-1 { animation-delay: 0.10s; }

body.customer-account-login .oc-account-script-writing .oc-line-2,
body.customer-account-create .oc-account-script-writing .oc-line-2,
body.customer-account-edit .oc-account-script-writing .oc-line-2,
body.customer-account-index .oc-account-script-writing .oc-line-2 { animation-delay: 0.72s; }

body.customer-account-login .oc-account-script-writing .oc-line-3,
body.customer-account-create .oc-account-script-writing .oc-line-3,
body.customer-account-edit .oc-account-script-writing .oc-line-3,
body.customer-account-index .oc-account-script-writing .oc-line-3 { animation-delay: 1.34s; }

body.customer-account-login .oc-account-script-writing .oc-line-4,
body.customer-account-create .oc-account-script-writing .oc-line-4,
body.customer-account-edit .oc-account-script-writing .oc-line-4,
body.customer-account-index .oc-account-script-writing .oc-line-4 { animation-delay: 1.96s; }

@keyframes ocAccountScriptLineWriteV1 {
    0% {
        width: 0;
        opacity: 0;
    }
    12% {
        opacity: 1;
    }
    100% {
        width: max-content;
        opacity: 1;
    }
}

body.customer-account-login .main-container,
body.customer-account-create .main-container,
body.customer-account-edit .main-container,
body.customer-account-index .main-container,
body.customer-account-login .col-main,
body.customer-account-create .col-main,
body.customer-account-edit .col-main,
body.customer-account-index .col-main {
    position: relative !important;
    z-index: 1 !important;
}

@media (max-width: 991px) {
    body.customer-account-login .oc-account-script-writing,
    body.customer-account-create .oc-account-script-writing,
    body.customer-account-edit .oc-account-script-writing,
    body.customer-account-index .oc-account-script-writing {
        display: none !important;
    }
}

/* OC_ACCOUNT_SCRIPT_REAL_DOM_WRITING_V1_END */

/*
 * OC_ACCOUNT_SCRIPT_REAL_DOM_FORCE_STYLE_V2
 * Fix: real DOM writing text was rendered too small / fallback-styled.
 * This override targets the DOM directly, not through body page classes.
 */
.oc-account-script-writing {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed !important;
    left: clamp(52px, 5vw, 110px) !important;
    top: 53% !important;
    transform: translateY(-50%) rotate(-1.2deg) !important;
    width: min(760px, 48vw) !important;
    max-width: 760px !important;
    z-index: 0 !important;
    font-family: "OC Script Allura", "Allura", "Caveat", cursive !important;
    font-size: clamp(46px, 4.5vw, 84px) !important;
    line-height: 1.16 !important;
    letter-spacing: -0.025em !important;
    color: rgba(20, 20, 20, 0.135) !important;
    text-align: left !important;
    pointer-events: none !important;
    user-select: none !important;
    overflow: visible !important;
}

body.customer-account-login::after,
body.customer-account-create::after,
body.customer-account-edit::after,
body.customer-account-index::after,
#yt_wrapper::before {
    display: none !important;
    content: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    animation: none !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
}

.oc-account-script-writing .oc-line {
    display: block !important;
    visibility: visible !important;
    opacity: 0;
    overflow: hidden !important;
    white-space: nowrap !important;
    width: 0;
    max-width: none !important;
    font: inherit !important;
    color: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    animation-name: ocAccountScriptLineWriteForceV2 !important;
    animation-duration: 1.05s !important;
    animation-timing-function: cubic-bezier(.22,.61,.36,1) !important;
    animation-fill-mode: forwards !important;
    min-height: 1em !important;
}

.oc-account-script-writing .oc-line-1 {
    --oc-line-target: 12.5ch;
    animation-delay: 0.10s !important;
}
.oc-account-script-writing .oc-line-2 {
    --oc-line-target: 16.5ch;
    animation-delay: 0.72s !important;
}
.oc-account-script-writing .oc-line-3 {
    --oc-line-target: 17ch;
    animation-delay: 1.34s !important;
}
.oc-account-script-writing .oc-line-4 {
    --oc-line-target: 6.5ch;
    animation-delay: 1.96s !important;
}

@keyframes ocAccountScriptLineWriteForceV2 {
    0% {
        width: 0;
        opacity: 0;
    }
    12% {
        opacity: 1;
    }
    100% {
        width: var(--oc-line-target);
        opacity: 1;
    }
}

.customer-account-login .main-container,
.customer-account-create .main-container,
.customer-account-edit .main-container,
.customer-account-index .main-container,
.customer-account-login .col-main,
.customer-account-create .col-main,
.customer-account-edit .col-main,
.customer-account-index .col-main {
    position: relative !important;
    z-index: 1 !important;
}

@media (max-width: 991px) {
    .oc-account-script-writing {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        animation: none !important;
    }
}

/* OC_ACCOUNT_SCRIPT_REAL_DOM_FORCE_STYLE_V2_END */

/*
 * OC_ACCOUNT_SCRIPT_BIGGER_SLOWER_V3
 * Refine Account real DOM handwriting background:
 * - larger script presence
 * - slower, more intentional line reveal
 * - no DOM/PHP changes
 */
.oc-account-script-writing {
    font-size: clamp(52px, 5.1vw, 96px) !important;
    line-height: 1.14 !important;
    width: min(820px, 52vw) !important;
    max-width: 820px !important;
    left: clamp(52px, 5vw, 112px) !important;
    top: 53% !important;
    color: rgba(20, 20, 20, 0.13) !important;
}

.oc-account-script-writing .oc-line {
    animation-duration: 1.65s !important;
    animation-timing-function: cubic-bezier(.18,.62,.25,1) !important;
}

.oc-account-script-writing .oc-line-1 {
    --oc-line-target: 13.5ch;
    animation-delay: 0.18s !important;
}

.oc-account-script-writing .oc-line-2 {
    --oc-line-target: 17.5ch;
    animation-delay: 1.05s !important;
}

.oc-account-script-writing .oc-line-3 {
    --oc-line-target: 18.5ch;
    animation-delay: 1.92s !important;
}

.oc-account-script-writing .oc-line-4 {
    --oc-line-target: 7.5ch;
    animation-delay: 2.78s !important;
}

@media (max-width: 991px) {
    .oc-account-script-writing {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        animation: none !important;
    }
}

/* OC_ACCOUNT_SCRIPT_BIGGER_SLOWER_V3_END */

/*
 * OC_ACCOUNT_SCRIPT_EVEN_BIGGER_V4
 * Further enlarge Account real DOM handwriting background.
 * No DOM/PHP changes.
 */
.oc-account-script-writing {
    font-size: clamp(60px, 5.8vw, 112px) !important;
    line-height: 1.12 !important;
    width: min(900px, 56vw) !important;
    max-width: 900px !important;
    left: clamp(48px, 4.6vw, 104px) !important;
    top: 53% !important;
    color: rgba(20, 20, 20, 0.13) !important;
}

.oc-account-script-writing .oc-line-1 {
    --oc-line-target: 14.5ch;
}

.oc-account-script-writing .oc-line-2 {
    --oc-line-target: 18.5ch;
}

.oc-account-script-writing .oc-line-3 {
    --oc-line-target: 19.5ch;
}

.oc-account-script-writing .oc-line-4 {
    --oc-line-target: 8ch;
}

@media (max-width: 991px) {
    .oc-account-script-writing {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        animation: none !important;
    }
}

/* OC_ACCOUNT_SCRIPT_EVEN_BIGGER_V4_END */

/*
 * OC_ACCOUNT_LAYOUT_UNIFY_V1
 * Desktop Account pages: unified two-column editorial layout.
 * Left: real DOM script writing background.
 * Right: account form card.
 * Pages:
 * - /customer/account/login/
 * - /customer/account/create/
 * - /customer/account/edit/
 * - /customer/account/forgotpassword/
 */
@media (min-width: 992px) {
    body.customer-account-login #yt_main.col-main,
    body.customer-account-create #yt_main.col-main,
    body.customer-account-edit #yt_main.col-main,
    body.customer-account-forgotpassword #yt_main.col-main {
        width: 100% !important;
        max-width: 1280px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: clamp(18px, 2.5vw, 36px) !important;
        padding-right: clamp(18px, 2.5vw, 36px) !important;
        box-sizing: border-box !important;
    }

    body.customer-account-login .yt_main_inner.yt-content-inner,
    body.customer-account-create .yt_main_inner.yt-content-inner,
    body.customer-account-edit .yt_main_inner.yt-content-inner,
    body.customer-account-forgotpassword .yt_main_inner.yt-content-inner {
        width: 100% !important;
        max-width: none !important;
        margin: 0 auto !important;
        box-sizing: border-box !important;
    }

    body.customer-account-login .oc-login-page,
    body.customer-account-create .oc-register-page,
    body.customer-account-forgotpassword .oc-password-page {
        width: 100% !important;
        max-width: none !important;
        padding: 58px 0 76px !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    body.customer-account-login .oc-login-card,
    body.customer-account-forgotpassword .oc-password-card {
        width: min(520px, 44vw) !important;
        max-width: 520px !important;
        margin-left: auto !important;
        margin-right: clamp(28px, 4vw, 72px) !important;
        float: none !important;
        box-sizing: border-box !important;
    }

    body.customer-account-create .oc-register-card,
    body.customer-account-edit .oc-account-edit-page {
        width: min(620px, 48vw) !important;
        max-width: 620px !important;
        margin-left: auto !important;
        margin-right: clamp(28px, 4vw, 72px) !important;
        float: none !important;
        box-sizing: border-box !important;
    }

    body.customer-account-login .account-login,
    body.customer-account-login .col-main,
    body.customer-account-login #yt_main.col-main,
    body.customer-account-create .account-create,
    body.customer-account-create .col-main,
    body.customer-account-create #yt_main.col-main,
    body.customer-account-edit .col-main,
    body.customer-account-edit #yt_main.col-main,
    body.customer-account-forgotpassword .col-main,
    body.customer-account-forgotpassword #yt_main.col-main {
        float: none !important;
    }

    body.customer-account-forgotpassword .oc-password-card .col-md-3 {
        display: none !important;
    }

    body.customer-account-forgotpassword .oc-password-card .col-md-6 {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    .oc-account-script-writing {
        left: clamp(54px, 5vw, 116px) !important;
        top: 53% !important;
        width: min(900px, 50vw) !important;
        max-width: 900px !important;
        z-index: 0 !important;
    }

    body.customer-account-login .main-container,
    body.customer-account-create .main-container,
    body.customer-account-edit .main-container,
    body.customer-account-forgotpassword .main-container,
    body.customer-account-login .col-main,
    body.customer-account-create .col-main,
    body.customer-account-edit .col-main,
    body.customer-account-forgotpassword .col-main,
    body.customer-account-login .oc-login-card,
    body.customer-account-create .oc-register-card,
    body.customer-account-edit .oc-account-edit-page,
    body.customer-account-forgotpassword .oc-password-card {
        position: relative !important;
        z-index: 1 !important;
    }
}

@media (max-width: 991px) {
    body.customer-account-login #yt_main.col-main,
    body.customer-account-create #yt_main.col-main,
    body.customer-account-edit #yt_main.col-main,
    body.customer-account-forgotpassword #yt_main.col-main {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
        box-sizing: border-box !important;
    }

    body.customer-account-login .oc-login-card,
    body.customer-account-create .oc-register-card,
    body.customer-account-edit .oc-account-edit-page,
    body.customer-account-forgotpassword .oc-password-card {
        width: 100% !important;
        max-width: 680px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
        box-sizing: border-box !important;
    }

    .oc-account-script-writing {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        animation: none !important;
    }
}

/* OC_ACCOUNT_LAYOUT_UNIFY_V1_END */

/*
 * OC_ACCOUNT_LAYOUT_5050_V2
 * True desktop 50/50 two-column Account layout.
 * Root cause fix: register.phtml inline CSS (.customer-account-create .oc-register-page .oc-register-card)
 * was centering the card full-page AFTER custom-override.css; V1 only nudged margins without a grid shell.
 * Left half: fixed .oc-account-script-writing
 * Right half: form card centered within column 2
 */
@media (min-width: 992px) {
    body.customer-account-login .yt_main_inner.yt-content-inner > .container,
    body.customer-account-create .yt_main_inner.yt-content-inner > .container,
    body.customer-account-edit .yt_main_inner.yt-content-inner > .container,
    body.customer-account-forgotpassword .yt_main_inner.yt-content-inner > .container {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        column-gap: clamp(20px, 3vw, 40px) !important;
        width: min(1280px, calc(100vw - 36px)) !important;
        max-width: 1280px !important;
        margin: 0 auto !important;
        padding: 58px clamp(18px, 2.5vw, 36px) 76px !important;
        box-sizing: border-box !important;
        align-items: start !important;
    }

    body.customer-account-login .yt_main_inner.yt-content-inner > .container > .row,
    body.customer-account-create .yt_main_inner.yt-content-inner > .container > .row,
    body.customer-account-edit .yt_main_inner.yt-content-inner > .container > .row,
    body.customer-account-forgotpassword .yt_main_inner.yt-content-inner > .container > .row {
        grid-column: 2 !important;
        grid-row: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        float: none !important;
    }

    body.customer-account-login #yt_main.col-main,
    body.customer-account-create #yt_main.col-main,
    body.customer-account-edit #yt_main.col-main,
    body.customer-account-forgotpassword #yt_main.col-main {
        width: 100% !important;
        max-width: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        float: none !important;
    }

    body.customer-account-login .yt_main_inner.yt-content-inner,
    body.customer-account-create .yt_main_inner.yt-content-inner,
    body.customer-account-edit .yt_main_inner.yt-content-inner,
    body.customer-account-forgotpassword .yt_main_inner.yt-content-inner {
        width: 100% !important;
        max-width: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.customer-account-login .oc-login-page,
    body.customer-account-create .oc-register-page,
    body.customer-account-forgotpassword .oc-password-page {
        width: 100% !important;
        max-width: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Compact cards: login + forgot */
    html body.customer-account-login .oc-login-page .oc-login-card,
    html body.customer-account-forgotpassword .oc-password-page .oc-password-card {
        width: min(520px, 100%) !important;
        max-width: 520px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
        box-sizing: border-box !important;
    }

    /* Wider cards: create + edit */
    html body.customer-account-create .oc-register-page .oc-register-card,
    html body.customer-account-edit .oc-account-edit-page {
        width: min(620px, 100%) !important;
        max-width: 620px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
        box-sizing: border-box !important;
    }

    /* Beat register.phtml inline full-page centering (3-class rules in body) */
    html body.customer-account-create .oc-register-page .oc-register-card,
    html body.customer-account-create .oc-register-page .account-create,
    html body.customer-account-create .oc-register-page form,
    html body.customer-account-create .oc-register-page .form-list,
    html body.customer-account-create .oc-register-page .buttons-set {
        max-width: 620px !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Beat older login/edit full-page centering rules */
    html body.customer-account-login .account-login,
    html body.customer-account-login #yt_main.col-main,
    html body.customer-account-login .col-main,
    html body.customer-account-edit .col-main,
    html body.customer-account-edit #yt_main.col-main,
    html body.customer-account-edit .oc-account-edit-page {
        max-width: none !important;
        float: none !important;
    }

    html body.customer-account-edit .oc-account-edit-page {
        width: min(620px, 100%) !important;
        max-width: 620px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body.customer-account-forgotpassword .oc-password-card .col-md-3 {
        display: none !important;
    }

    body.customer-account-forgotpassword .oc-password-card .col-md-6 {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 !important;
    }

    /* Left editorial column: align script to centered 1280 shell */
    .oc-account-script-writing {
        left: max(24px, calc((100vw - min(1280px, calc(100vw - 36px))) / 2 + 20px)) !important;
        top: 53% !important;
        width: min(580px, calc((min(1280px, calc(100vw - 36px)) / 2) - 40px)) !important;
        max-width: 580px !important;
        z-index: 0 !important;
    }

    body.customer-account-login .main-container,
    body.customer-account-create .main-container,
    body.customer-account-edit .main-container,
    body.customer-account-forgotpassword .main-container,
    body.customer-account-login .col-main,
    body.customer-account-create .col-main,
    body.customer-account-edit .col-main,
    body.customer-account-forgotpassword .col-main,
    html body.customer-account-login .oc-login-page .oc-login-card,
    html body.customer-account-create .oc-register-page .oc-register-card,
    html body.customer-account-edit .oc-account-edit-page,
    html body.customer-account-forgotpassword .oc-password-page .oc-password-card {
        position: relative !important;
        z-index: 1 !important;
    }
}

/* OC_ACCOUNT_LAYOUT_5050_V2_END */

/*
 * OC_ACCOUNT_LAYOUT_5050_V3_EDIT_SAFE
 * Fix edit form clipping inside 50/50 grid:
 * - edit.phtml inline: .oc-account-edit-page { margin: calc(50% - 50vw) } viewport breakout
 * - edit.phtml inline: #form-validate { width: min(720px, 100vw - 36px) } wider than grid column
 * - custom-override legacy: .col-main / .oc-account-edit-page max-width 720px centered
 * V2 capped edit card at 620px while inner form still demanded 720px -> overflow/clipping.
 * V3: wider shell, fluid right-column cards, neutralize edit breakout, overflow visible.
 */
@media (min-width: 992px) {
    body.customer-account-login .yt_main_inner.yt-content-inner > .container,
    body.customer-account-create .yt_main_inner.yt-content-inner > .container,
    body.customer-account-edit .yt_main_inner.yt-content-inner > .container,
    body.customer-account-forgotpassword .yt_main_inner.yt-content-inner > .container {
        width: min(1520px, calc(100vw - 36px)) !important;
        max-width: 1520px !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        column-gap: clamp(28px, 3.5vw, 56px) !important;
        margin: 0 auto !important;
        padding: 58px clamp(20px, 2.5vw, 40px) 76px !important;
        box-sizing: border-box !important;
        align-items: start !important;
        overflow: visible !important;
    }

    body.customer-account-login .yt_main_inner.yt-content-inner > .container > .row,
    body.customer-account-create .yt_main_inner.yt-content-inner > .container > .row,
    body.customer-account-edit .yt_main_inner.yt-content-inner > .container > .row,
    body.customer-account-forgotpassword .yt_main_inner.yt-content-inner > .container > .row {
        grid-column: 2 !important;
        grid-row: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        float: none !important;
        overflow: visible !important;
    }

    body.customer-account-login .yt_main_inner .container .col-md-12,
    body.customer-account-create .yt_main_inner .container .col-md-12,
    body.customer-account-edit .yt_main_inner .container .col-md-12,
    body.customer-account-forgotpassword .yt_main_inner .container .col-md-12 {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        float: none !important;
        overflow: visible !important;
    }

    html body.customer-account-login #yt_main.col-main,
    html body.customer-account-create #yt_main.col-main,
    html body.customer-account-edit #yt_main.col-main,
    html body.customer-account-forgotpassword #yt_main.col-main,
    html body.customer-account-edit .col-main,
    html body.customer-account-edit .main .col-main,
    html body.customer-account-edit .my-account,
    html body.customer-account-edit #yt_content .yt-main,
    html body.customer-account-edit #yt_content .yt-main .yt-content-inner {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        float: none !important;
        overflow: visible !important;
    }

    body.customer-account-login .oc-login-page,
    body.customer-account-create .oc-register-page,
    body.customer-account-forgotpassword .oc-password-page {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
    }

    html body.customer-account-login .oc-login-page .oc-login-card,
    html body.customer-account-forgotpassword .oc-password-page .oc-password-card {
        width: min(520px, 100%) !important;
        max-width: 520px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }

    html body.customer-account-create .oc-register-page .oc-register-card,
    html body.customer-account-create .oc-register-page .account-create,
    html body.customer-account-create .oc-register-page form,
    html body.customer-account-create .oc-register-page .form-list,
    html body.customer-account-create .oc-register-page .buttons-set {
        width: 100% !important;
        max-width: min(760px, 100%) !important;
        min-width: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }

    html body.customer-account-edit .oc-account-edit-page {
        width: 100% !important;
        max-width: min(760px, 100%) !important;
        min-width: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0 !important;
        float: none !important;
        box-sizing: border-box !important;
        overflow: visible !important;
        background: transparent !important;
    }

    html body.customer-account-edit .oc-account-edit-page #form-validate,
    html body.customer-account-edit .oc-account-edit-page form {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }

    html body.customer-account-edit .oc-account-edit-page .page-title,
    html body.customer-account-edit .oc-account-edit-page .row,
    html body.customer-account-edit .oc-account-edit-page .fieldset,
    html body.customer-account-edit .oc-account-edit-page .form-list,
    html body.customer-account-edit .oc-account-edit-page .field,
    html body.customer-account-edit .oc-account-edit-page .input-box,
    html body.customer-account-edit .oc-account-edit-page input,
    html body.customer-account-edit .oc-account-edit-page select,
    html body.customer-account-edit .oc-account-edit-page textarea {
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    html body.customer-account-edit .oc-account-edit-page .fieldset.col-md-3 {
        display: none !important;
    }

    body.customer-account-forgotpassword .oc-password-card .col-md-3 {
        display: none !important;
    }

    body.customer-account-forgotpassword .oc-password-card .col-md-6 {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
    }

    .oc-account-script-writing {
        left: max(24px, calc((100vw - min(1520px, calc(100vw - 36px))) / 2 + 12px)) !important;
        top: 53% !important;
        width: min(500px, calc((min(1520px, calc(100vw - 36px)) / 2) - 56px)) !important;
        max-width: 500px !important;
        z-index: 0 !important;
    }

    body.customer-account-login .main-container,
    body.customer-account-create .main-container,
    body.customer-account-edit .main-container,
    body.customer-account-forgotpassword .main-container,
    body.customer-account-login .col-main,
    body.customer-account-create .col-main,
    body.customer-account-edit .col-main,
    body.customer-account-forgotpassword .col-main,
    html body.customer-account-login .oc-login-page .oc-login-card,
    html body.customer-account-create .oc-register-page .oc-register-card,
    html body.customer-account-edit .oc-account-edit-page,
    html body.customer-account-forgotpassword .oc-password-page .oc-password-card {
        position: relative !important;
        z-index: 1 !important;
    }
}

/* OC_ACCOUNT_LAYOUT_5050_V3_EDIT_SAFE_END */

/*
 * OC_ACCOUNT_FORM_NORMALIZE_TO_LOGIN_V1
 * Visual standard = /customer/account/login/ Sign In card.
 * Unify create / edit / forgot card width, title hierarchy, inputs, buttons.
 * Edit-only: neutralize viewport breakout + oc-account-pages width traps (no V4 grid).
 */
@media (min-width: 992px) {
    /* --- Shared card shell (login baseline: ~520px) --- */
    html body.customer-account-login .oc-login-page .oc-login-card,
    html body.customer-account-forgotpassword .oc-password-page .oc-password-card {
        width: min(520px, 100%) !important;
        max-width: 520px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: clamp(30px, 5vw, 56px) !important;
        border-radius: 34px !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }

    html body.customer-account-create .oc-register-page .oc-register-card,
    html body.customer-account-create .oc-register-page .account-create,
    html body.customer-account-create .oc-register-page form,
    html body.customer-account-create .oc-register-page .form-list,
    html body.customer-account-create .oc-register-page .buttons-set {
        width: 100% !important;
        max-width: min(560px, 100%) !important;
        min-width: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }

    html body.customer-account-create .oc-register-page .oc-register-card {
        padding: clamp(30px, 5vw, 56px) !important;
        border-radius: 34px !important;
    }

    /* --- Hide duplicate serif page titles + subtitles (not login) --- */
    html body.customer-account-create .oc-register-page .page-title h1,
    html body.customer-account-create .oc-register-page .page-title .oc-register-subtitle,
    html body.customer-account-edit .oc-account-edit-page > .page-title,
    html body.customer-account-forgotpassword .oc-password-page .page-title h1,
    html body.customer-account-forgotpassword .oc-password-page .page-title .oc-password-subtitle {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    /* --- Single main title (login .content h2 style) --- */
    html body.customer-account-create .oc-register-page .page-title::before,
    html body.customer-account-forgotpassword .oc-password-page .page-title::before {
        content: "CREATE ACCOUNT";
        display: block;
        margin: 0 0 10px !important;
        padding: 0 !important;
        border: 0 !important;
        color: #141412 !important;
        font-family: 'Outfit', Arial, sans-serif !important;
        font-size: 18px !important;
        font-weight: 900 !important;
        letter-spacing: 0.08em !important;
        line-height: 1.2 !important;
        text-transform: uppercase !important;
        text-align: left !important;
    }

    html body.customer-account-forgotpassword .oc-password-page .page-title::before {
        content: "RESET PASSWORD";
    }

    html body.customer-account-create .oc-register-page .page-title,
    html body.customer-account-forgotpassword .oc-password-page .page-title {
        margin: 0 0 24px !important;
        padding: 0 0 22px !important;
        border-bottom: 1px solid rgba(20, 20, 18, 0.08) !important;
        text-align: left !important;
    }

    html body.customer-account-edit .oc-account-edit-page #form-validate::before {
        content: "EDIT ACCOUNT";
        display: block;
        margin: 0 0 24px !important;
        padding: 0 0 22px !important;
        border-bottom: 1px solid rgba(20, 20, 18, 0.08) !important;
        color: #141412 !important;
        font-family: 'Outfit', Arial, sans-serif !important;
        font-size: 18px !important;
        font-weight: 900 !important;
        letter-spacing: 0.08em !important;
        line-height: 1.2 !important;
        text-transform: uppercase !important;
        text-align: left !important;
    }

    /* --- Hide amber / redundant section titles --- */
    html body.customer-account-create .oc-register-page h2.legend,
    html body.customer-account-edit .oc-account-edit-page h2.legend,
    html body.customer-account-forgotpassword .oc-password-page h2.legend,
    html body.customer-account-forgotpassword .oc-password-page .fieldset > p {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    /* --- Unified inputs (login baseline) --- */
    html body.customer-account-create .oc-register-page input.input-text,
    html body.customer-account-create .oc-register-page input[type="text"],
    html body.customer-account-create .oc-register-page input[type="email"],
    html body.customer-account-create .oc-register-page input[type="password"],
    html body.customer-account-create .oc-register-page select,
    html body.customer-account-create .oc-register-page textarea,
    html body.customer-account-forgotpassword .oc-password-page input.input-text,
    html body.customer-account-forgotpassword .oc-password-page input[type="text"],
    html body.customer-account-forgotpassword .oc-password-page input[type="email"],
    html body.customer-account-edit .oc-account-edit-page input.input-text,
    html body.customer-account-edit .oc-account-edit-page input[type="text"],
    html body.customer-account-edit .oc-account-edit-page input[type="email"],
    html body.customer-account-edit .oc-account-edit-page input[type="password"],
    html body.customer-account-edit .oc-account-edit-page select,
    html body.customer-account-edit .oc-account-edit-page textarea {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        min-height: 64px !important;
        height: auto !important;
        border-radius: 20px !important;
        border: 1px solid rgba(20, 20, 18, 0.16) !important;
        background: #f7f5f1 !important;
        padding: 0 24px !important;
        font-family: 'Outfit', Arial, sans-serif !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        color: #141412 !important;
        box-sizing: border-box !important;
        box-shadow: none !important;
    }

    html body.customer-account-create .oc-register-page label,
    html body.customer-account-forgotpassword .oc-password-page label,
    html body.customer-account-edit .oc-account-edit-page label,
    html body.customer-account-edit .oc-account-edit-page .input-effect label {
        position: static !important;
        display: block !important;
        margin: 0 0 8px !important;
        color: rgba(20, 20, 18, 0.42) !important;
        font-family: 'Outfit', Arial, sans-serif !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        letter-spacing: 0.16em !important;
        line-height: 1.3 !important;
        text-transform: uppercase !important;
        transform: none !important;
    }

    /* --- Unified primary buttons --- */
    html body.customer-account-create .oc-register-page .buttons-set button.button,
    html body.customer-account-create .oc-register-page button.button,
    html body.customer-account-forgotpassword .oc-password-page .buttons-set button.button,
    html body.customer-account-forgotpassword .oc-password-page button.button,
    html body.customer-account-edit .oc-account-edit-page .buttons-set button.button,
    html body.customer-account-edit .oc-account-edit-page button.button {
        width: 100% !important;
        min-height: 54px !important;
        border: 0 !important;
        border-radius: 999px !important;
        background: #c8873a !important;
        color: #fff !important;
        font-family: 'Outfit', Arial, sans-serif !important;
        font-size: 12px !important;
        font-weight: 900 !important;
        letter-spacing: 0.16em !important;
        line-height: 1 !important;
        text-transform: uppercase !important;
        box-shadow: none !important;
    }

    html body.customer-account-create .oc-register-page .buttons-set button.button span,
    html body.customer-account-create .oc-register-page button.button span,
    html body.customer-account-forgotpassword .oc-password-page .buttons-set button.button span,
    html body.customer-account-forgotpassword .oc-password-page button.button span,
    html body.customer-account-edit .oc-account-edit-page .buttons-set button.button span,
    html body.customer-account-edit .oc-account-edit-page button.button span {
        background: transparent !important;
        color: inherit !important;
    }

    /* --- Edit-only clip fix (2columns-left DOM; no viewport breakout) --- */
    html body#bd.customer-account-edit #yt_wrapper,
    html body.customer-account-edit #yt_content,
    html body.customer-account-edit #yt_main.col-main,
    html body.customer-account-edit .yt_main_inner,
    html body.customer-account-edit .my-account {
        overflow: visible !important;
        overflow-x: visible !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    html body#bd.customer-account-edit #yt_main.col-main,
    html body.customer-account-edit .my-account,
    html body.customer-account-edit #yt_content .yt-main,
    html body.customer-account-edit #yt_content .yt-main .yt-content-inner {
        width: 100% !important;
        max-width: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }

    html body#bd.customer-account-edit .my-account .oc-account-edit-page {
        width: 100% !important;
        max-width: min(560px, 100%) !important;
        min-width: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0 !important;
        background: transparent !important;
        overflow: visible !important;
        box-sizing: border-box !important;
    }

    html body#bd.customer-account-edit .oc-account-edit-page #form-validate {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 auto !important;
        padding: clamp(30px, 5vw, 56px) !important;
        border: 1px solid rgba(20, 20, 18, 0.08) !important;
        border-radius: 34px !important;
        background: #fff !important;
        box-shadow: 0 28px 80px rgba(20, 20, 18, 0.08) !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }

    html body.customer-account-edit .oc-account-edit-page .row,
    html body.customer-account-edit .oc-account-edit-page .fieldset,
    html body.customer-account-edit .oc-account-edit-page .form-list,
    html body.customer-account-edit .oc-account-edit-page .field,
    html body.customer-account-edit .oc-account-edit-page .input-box {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    html body.customer-account-edit .oc-account-edit-page .fieldset.col-md-3 {
        display: none !important;
    }

    html body.customer-account-forgotpassword .oc-password-card .col-md-3 {
        display: none !important;
    }

    html body.customer-account-forgotpassword .oc-password-card .col-md-6 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        float: none !important;
    }
}

@media (max-width: 991px) {
    html body.customer-account-create .oc-register-page .page-title::before,
    html body.customer-account-forgotpassword .oc-password-page .page-title::before,
    html body.customer-account-edit .oc-account-edit-page #form-validate::before {
        font-size: 16px !important;
    }
}

/* OC_ACCOUNT_FORM_NORMALIZE_TO_LOGIN_V1_END */

/*
 * OC_ACCOUNT_CREATE_TEMPLATE_NORMALIZE_V1
 * Post register.phtml shell cleanup: card width + disable FORM_NORMALIZE ::before duplicate.
 * No Bootstrap grid patches; no display:none on form containers.
 */
@media (min-width: 992px) {
    html body.customer-account-create .oc-register-page .page-title::before {
        content: none !important;
        display: none !important;
    }

    html body.customer-account-create .oc-register-page .page-title.oc-account-card-title h1 {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        opacity: 1 !important;
        color: #141412 !important;
        font-family: 'Outfit', Arial, sans-serif !important;
        font-size: 18px !important;
        font-weight: 900 !important;
        letter-spacing: 0.08em !important;
        line-height: 1.2 !important;
        text-transform: uppercase !important;
        text-align: left !important;
    }

    html body.customer-account-create .oc-register-page .oc-register-card {
        width: min(520px, 100%) !important;
        max-width: 520px !important;
        min-width: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }

    html body.customer-account-create .oc-register-page #form-validate,
    html body.customer-account-create .oc-register-page .account-create,
    html body.customer-account-create .oc-register-page .reg-container,
    html body.customer-account-create .oc-register-page .form-list,
    html body.customer-account-create .oc-register-page .buttons-set {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }

    html body.customer-account-create .oc-register-page input.input-text,
    html body.customer-account-create .oc-register-page input[type="text"],
    html body.customer-account-create .oc-register-page input[type="email"],
    html body.customer-account-create .oc-register-page input[type="password"],
    html body.customer-account-create .oc-register-page select,
    html body.customer-account-create .oc-register-page textarea {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    html body.customer-account-create .oc-register-page .oc-register-section-title {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        margin: 18px 0 14px !important;
    }
}

@media (max-width: 991px) {
    html body.customer-account-create .oc-register-page .page-title::before {
        content: none !important;
        display: none !important;
    }

    html body.customer-account-create .oc-register-page .oc-register-card {
        width: 100% !important;
        max-width: 680px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
/* OC_ACCOUNT_CREATE_TEMPLATE_NORMALIZE_V1_END */

/*
 * OC_ACCOUNT_CONGRATULATIONS_HIDE_SCRIPT_V1
 * Hide decorative .oc-account-script-writing on registration confirmation page only.
 * DOM is injected for all customer_account_* pages via customjsfooter.phtml.
 */
body.customer-account-congratulations .oc-account-script-writing,
body.customer-account-congratulations .oc-account-script-writing .oc-line {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    animation: none !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    -webkit-clip-path: inset(50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
/* OC_ACCOUNT_CONGRATULATIONS_HIDE_SCRIPT_V1_END */

/*
 * OC_ACCOUNT_CREATE_CHECKBOX_ALIGN_V1
 * Align newsletter + show-password checkboxes on Create Account form.
 */
html body.customer-account-create .oc-register-page li.newsletter_check,
html body.customer-account-create .oc-register-page li.show_password {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    float: none !important;
    box-sizing: border-box !important;
}

html body.customer-account-create .oc-register-page li.newsletter_check .input-box,
html body.customer-account-create .oc-register-page li.show_password .input-box {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
    float: none !important;
}

html body.customer-account-create .oc-register-page li.newsletter_check input#is_subscribed.checkbox,
html body.customer-account-create .oc-register-page li.show_password input#show_pass.checkbox {
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    max-width: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    vertical-align: middle !important;
    accent-color: #c8873a !important;
    border-radius: 4px !important;
    background: #fff !important;
    box-shadow: none !important;
}

html body.customer-account-create .oc-register-page li.newsletter_check label[for="is_subscribed"],
html body.customer-account-create .oc-register-page li.show_password > span {
    display: block !important;
    flex: 1 1 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    transform: none !important;
    font-family: 'Outfit', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 1.45 !important;
    text-transform: none !important;
    color: rgba(20, 20, 18, 0.78) !important;
    cursor: pointer !important;
}

html body.customer-account-create .oc-register-page li.show_password > span {
    cursor: default !important;
}

@media (max-width: 991px) {
    html body.customer-account-create .oc-register-page li.newsletter_check,
    html body.customer-account-create .oc-register-page li.show_password {
        gap: 8px !important;
    }
}
/* OC_ACCOUNT_CREATE_CHECKBOX_ALIGN_V1_END */

/*
 * OC_ACCOUNT_SCRIPT_SCALE_SPACING_TUNE_V1
 * Reduce left/right gap + enlarge real DOM script writing (~20%) on Account pages.
 * Overrides V3 500px width cap + V4 sizing; desktop only.
 */
@media (min-width: 992px) {
    body.customer-account-login .yt_main_inner.yt-content-inner > .container,
    body.customer-account-create .yt_main_inner.yt-content-inner > .container,
    body.customer-account-edit .yt_main_inner.yt-content-inner > .container,
    body.customer-account-forgotpassword .yt_main_inner.yt-content-inner > .container {
        column-gap: clamp(16px, 2vw, 32px) !important;
    }

    body.customer-account-login .oc-account-script-writing,
    body.customer-account-create .oc-account-script-writing,
    body.customer-account-edit .oc-account-script-writing,
    body.customer-account-forgotpassword .oc-account-script-writing,
    .oc-account-script-writing {
        font-size: clamp(68px, 6.5vw, 124px) !important;
        line-height: 1.11 !important;
        letter-spacing: -0.028em !important;
        color: rgba(20, 20, 20, 0.115) !important;
        left: max(24px, calc((100vw - min(1520px, calc(100vw - 36px))) / 2 + 48px)) !important;
        top: 53% !important;
        width: min(560px, calc((min(1520px, calc(100vw - 36px)) / 2) - 44px)) !important;
        max-width: 560px !important;
        z-index: 0 !important;
        overflow: visible !important;
        pointer-events: none !important;
    }

    .oc-account-script-writing .oc-line-1 {
        --oc-line-target: 15.5ch !important;
    }

    .oc-account-script-writing .oc-line-2 {
        --oc-line-target: 19.5ch !important;
    }

    .oc-account-script-writing .oc-line-3 {
        --oc-line-target: 20.5ch !important;
    }

    .oc-account-script-writing .oc-line-4 {
        --oc-line-target: 9ch !important;
    }
}

@media (max-width: 991px) {
    body.customer-account-login .oc-account-script-writing,
    body.customer-account-create .oc-account-script-writing,
    body.customer-account-edit .oc-account-script-writing,
    body.customer-account-forgotpassword .oc-account-script-writing,
    .oc-account-script-writing {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        animation: none !important;
    }
}
/* OC_ACCOUNT_SCRIPT_SCALE_SPACING_TUNE_V1_END */

/*
 * OC_ACCOUNT_FINAL_LOGIN_TEMPLATE_UNIFY_V1
 * Final polish: unify create/edit/forgot card + form visuals to login 520px baseline.
 * Does NOT modify .oc-account-script-writing (SCALE_SPACING_TUNE_V1 preserved).
 */
@media (min-width: 992px) {
    html body.customer-account-login .oc-login-page .oc-login-card,
    html body.customer-account-create .oc-register-page .oc-register-card,
    html body.customer-account-forgotpassword .oc-password-page .oc-password-card {
        width: min(520px, 100%) !important;
        max-width: 520px !important;
        min-width: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: clamp(30px, 5vw, 56px) !important;
        border-radius: 34px !important;
        box-sizing: border-box !important;
        overflow: visible !important;
        float: none !important;
    }

    html body#bd.customer-account-edit .my-account .oc-account-edit-page {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        overflow: visible !important;
        float: none !important;
        transform: none !important;
        left: auto !important;
        right: auto !important;
    }

    html body#bd.customer-account-edit .oc-account-edit-page #form-validate {
        width: min(520px, 100%) !important;
        max-width: 520px !important;
        min-width: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: clamp(30px, 5vw, 56px) !important;
        border: 1px solid rgba(20, 20, 18, 0.08) !important;
        border-radius: 34px !important;
        background: #fff !important;
        box-shadow: 0 28px 80px rgba(20, 20, 18, 0.08) !important;
        box-sizing: border-box !important;
        overflow: visible !important;
        float: none !important;
    }

    html body.customer-account-create .oc-register-page .account-create,
    html body.customer-account-create .oc-register-page #form-validate,
    html body.customer-account-create .oc-register-page .reg-container,
    html body.customer-account-create .oc-register-page .form-list,
    html body.customer-account-create .oc-register-page .buttons-set,
    html body.customer-account-forgotpassword .oc-password-page #form-validate,
    html body.customer-account-forgotpassword .oc-password-page .form-list,
    html body.customer-account-forgotpassword .oc-password-page .buttons-set,
    html body.customer-account-forgotpassword .oc-password-page .fieldset,
    html body#bd.customer-account-edit .oc-account-edit-page form,
    html body#bd.customer-account-edit .oc-account-edit-page .form-list,
    html body#bd.customer-account-edit .oc-account-edit-page .buttons-set,
    html body#bd.customer-account-edit .oc-account-edit-page .row,
    html body#bd.customer-account-edit .oc-account-edit-page .fieldset,
    html body#bd.customer-account-edit .oc-account-edit-page .field,
    html body#bd.customer-account-edit .oc-account-edit-page .input-box {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        overflow: visible !important;
        float: none !important;
    }

    html body.customer-account-create .oc-register-page input.input-text,
    html body.customer-account-create .oc-register-page input[type="text"],
    html body.customer-account-create .oc-register-page input[type="email"],
    html body.customer-account-create .oc-register-page input[type="password"],
    html body.customer-account-create .oc-register-page select,
    html body.customer-account-create .oc-register-page textarea,
    html body.customer-account-forgotpassword .oc-password-page input.input-text,
    html body.customer-account-forgotpassword .oc-password-page input[type="text"],
    html body.customer-account-forgotpassword .oc-password-page input[type="email"],
    html body#bd.customer-account-edit .oc-account-edit-page input.input-text,
    html body#bd.customer-account-edit .oc-account-edit-page input[type="text"],
    html body#bd.customer-account-edit .oc-account-edit-page input[type="email"],
    html body#bd.customer-account-edit .oc-account-edit-page input[type="password"],
    html body#bd.customer-account-edit .oc-account-edit-page select,
    html body#bd.customer-account-edit .oc-account-edit-page textarea {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: 64px !important;
        min-height: 64px !important;
        border-radius: 20px !important;
        border: 1px solid rgba(20, 20, 18, 0.16) !important;
        background: #f7f5f1 !important;
        padding: 0 24px !important;
        font-family: 'Outfit', Arial, sans-serif !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        color: #141412 !important;
        box-sizing: border-box !important;
        box-shadow: none !important;
        display: block !important;
    }

    html body.customer-account-create .oc-register-page textarea,
    html body#bd.customer-account-edit .oc-account-edit-page textarea {
        height: auto !important;
        min-height: 118px !important;
        padding: 16px 24px !important;
    }

    html body.customer-account-create .oc-register-page label:not([for="is_subscribed"]),
    html body.customer-account-forgotpassword .oc-password-page label,
    html body#bd.customer-account-edit .oc-account-edit-page label,
    html body#bd.customer-account-edit .oc-account-edit-page .input-effect label {
        position: static !important;
        display: block !important;
        margin: 8px 0 22px !important;
        color: rgba(20, 20, 18, 0.42) !important;
        font-family: 'Outfit', Arial, sans-serif !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        letter-spacing: 0.16em !important;
        line-height: 1.3 !important;
        text-transform: uppercase !important;
        transform: none !important;
    }

    html body.customer-account-create .oc-register-page .buttons-set button.button,
    html body.customer-account-create .oc-register-page button.button,
    html body.customer-account-forgotpassword .oc-password-page .buttons-set button.button,
    html body.customer-account-forgotpassword .oc-password-page button.button,
    html body#bd.customer-account-edit .oc-account-edit-page .buttons-set button.button,
    html body#bd.customer-account-edit .oc-account-edit-page button.button {
        width: 100% !important;
        min-height: 54px !important;
        height: auto !important;
        border: 0 !important;
        border-radius: 999px !important;
        background: #c8873a !important;
        color: #fff !important;
        font-family: 'Outfit', Arial, sans-serif !important;
        font-size: 12px !important;
        font-weight: 900 !important;
        letter-spacing: 0.16em !important;
        line-height: 1 !important;
        text-transform: uppercase !important;
        box-shadow: none !important;
    }

    html body.customer-account-create .oc-register-page li.newsletter_check input#is_subscribed.checkbox,
    html body.customer-account-create .oc-register-page li.show_password input#show_pass.checkbox {
        width: 16px !important;
        height: 16px !important;
        min-width: 16px !important;
        min-height: 16px !important;
        max-width: 16px !important;
        padding: 0 !important;
        border-radius: 4px !important;
        display: inline-block !important;
        background: #fff !important;
    }

    html body.customer-account-create .oc-register-page .page-title.oc-account-card-title {
        margin: 0 0 24px !important;
        padding: 0 0 22px !important;
        border-bottom: 1px solid rgba(20, 20, 18, 0.08) !important;
    }

    html body.customer-account-create .oc-register-page .page-title.oc-account-card-title h1 {
        margin: 0 !important;
        font-size: 18px !important;
        font-weight: 900 !important;
        letter-spacing: 0.08em !important;
        text-transform: uppercase !important;
        text-align: left !important;
    }
}
/* OC_ACCOUNT_FINAL_LOGIN_TEMPLATE_UNIFY_V1_END */

/*
 * OC_CREATE_RECAPTCHA_RESPONSE_HIDE_FIX_V1
 * Hide Google reCAPTCHA hidden response textarea on Create Account.
 * Root cause: FINAL_LOGIN_TEMPLATE_UNIFY textarea rules styled all textareas.
 */
html body.customer-account-create .oc-register-page textarea#g-recaptcha-response,
html body.customer-account-create .oc-register-page textarea[name="g-recaptcha-response"],
html body.customer-account-create .oc-register-page .g-recaptcha-response,
html body.customer-account-create .g-recaptcha textarea#g-recaptcha-response,
html body.customer-account-create .g-recaptcha textarea[name="g-recaptcha-response"],
html body.customer-account-create .g-recaptcha .g-recaptcha-response {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 1px !important;
    max-height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    overflow: hidden !important;
    pointer-events: none !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    resize: none !important;
    box-shadow: none !important;
}

html body.customer-account-create .oc-register-page .g-recaptcha {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 12px 0 16px !important;
    min-height: 78px !important;
    overflow: visible !important;
}

html body.customer-account-create .oc-register-page textarea#websiteurl {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 118px !important;
    height: auto !important;
    pointer-events: auto !important;
    clip: auto !important;
}

html body.customer-account-create .oc-register-page .buttons-set {
    position: relative !important;
    z-index: 2 !important;
    margin-top: 20px !important;
    clear: both !important;
}

html body.customer-account-create .oc-register-page .reg-container > p,
html body.customer-account-create .oc-register-page .reg-container p strong {
    margin: 16px 0 12px !important;
    line-height: 1.5 !important;
}
/* OC_CREATE_RECAPTCHA_RESPONSE_HIDE_FIX_V1_END */

/*
 * OC_ACCOUNT_EDIT_PASSWORD_LAYOUT_FIX_V1
 * Fix Change Password checkbox alignment + single-column full-width password fields on Edit Account.
 * Scoped to #form-validate / #password-change-block only — no login/create/forgot impact.
 */

/* --- Change Password checkbox row --- */
html body#bd.customer-account-edit .oc-account-edit-page #form-validate li.control {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 4px 0 22px !important;
    padding: 0 !important;
}

html body#bd.customer-account-edit .oc-account-edit-page #form-validate #change_password {
    width: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
    height: 16px !important;
    min-height: 16px !important;
    max-height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    display: inline-block !important;
    border-radius: 4px !important;
    accent-color: #c8873a !important;
    box-shadow: none !important;
    background: #fff !important;
}

html body#bd.customer-account-edit .oc-account-edit-page #form-validate label[for="change_password"] {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    color: rgba(20, 20, 18, 0.66) !important;
    font-family: 'Outfit', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: normal !important;
    line-height: 1.5 !important;
    text-transform: none !important;
    transform: none !important;
}

/* --- Hide dummy honeypot (FINAL_LOGIN display:block beats .no-display) --- */
html body#bd.customer-account-edit .oc-account-edit-page #password-change-block input#dummy,
html body#bd.customer-account-edit .oc-account-edit-page #password-change-block input.no-display {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    pointer-events: none !important;
}

/* --- Password fields: force single-column full-width stack --- */
html body#bd.customer-account-edit .oc-account-edit-page #password-change-block .form-list > li {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

html body#bd.customer-account-edit .oc-account-edit-page #password-change-block li.fields,
html body#bd.customer-account-edit .oc-account-edit-page #password-change-block li.fields .row {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

html body#bd.customer-account-edit .oc-account-edit-page #password-change-block .field,
html body#bd.customer-account-edit .oc-account-edit-page #password-change-block .field.col-md-6 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

html body#bd.customer-account-edit .oc-account-edit-page #password-change-block .input-box,
html body#bd.customer-account-edit .oc-account-edit-page #password-change-block .input-effect,
html body#bd.customer-account-edit .oc-account-edit-page #password-change-block .col-3 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

html body#bd.customer-account-edit .oc-account-edit-page #password-change-block input[type="password"] {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}
/* OC_ACCOUNT_EDIT_PASSWORD_LAYOUT_FIX_V1_END */

/*
 * OC_PDP_MOBILE_GALLERY_GAP_FIX_V1
 * Fix PDP mobile/tablet huge blank gap under main product image.
 * Root cause: desktop #slider min-height:540px leaked into <=1199px.
 * Keep desktop >=1200px reserve untouched.
 */
@media (max-width: 1199px) {
    .catalog-product-view #slider.main-slider,
    .catalog-product-view #slider.main-slider .flex-viewport,
    .catalog-product-view #slider.main-slider .slides,
    .catalog-product-view #slider.main-slider .slides > li {
        min-height: 0 !important;
    }
}

/* OC_PDP_MOBILE_GALLERY_GAP_FIX_V1_END */

/*
 * OC_PDP_LITE_GALLERY_SANDBOX_NP156
 * Lightweight native gallery sandbox for NP-156-BG (product id 13660) only.
 * No Flexslider init; stable 20:9 main area; contain images; no mobile 540px gap.
 */
.catalog-product-view .oc-pdp-lite-gallery-wrap {
    overflow: visible !important;
}

.catalog-product-view .oc-pdp-lite-main {
    width: 100%;
    aspect-ratio: 20 / 9;
    min-height: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.catalog-product-view .oc-pdp-lite-main-img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center center;
    background: #fff;
}

.catalog-product-view .oc-pdp-lite-thumbs-wrap {
    min-height: 95px;
}

.catalog-product-view .oc-pdp-lite-thumbs {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    margin: 0;
}

.catalog-product-view .oc-pdp-lite-thumb {
    flex: 0 0 85px;
    width: 85px;
    height: 85px;
    min-height: 85px;
    padding: 0;
    margin: 0;
    border: 2px solid transparent;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
}

.catalog-product-view .oc-pdp-lite-thumb.is-active {
    border-color: #e88a14;
}

.catalog-product-view .oc-pdp-lite-thumb img {
    display: block;
    width: 85px;
    height: 85px;
    object-fit: contain;
}

@media (min-width: 1200px) {
    .catalog-product-view .oc-pdp-lite-gallery-wrap .oc-pdp-lite-gallery {
        width: 1200px;
        display: inline-block;
    }
}

@media (max-width: 1199px) {
    .catalog-product-view .oc-pdp-lite-main {
        min-height: 0 !important;
    }
}

/* OC_PDP_LITE_GALLERY_SANDBOX_NP156_END */

/*
 * OC_PDP_LITE_GALLERY_NP156_PRICE_EMPHASIS_V1
 * NP-156 lite gallery sandbox only — adjacent .product-price after .oc-pdp-lite-gallery-wrap.
 * ~100% price emphasis (V1 initial 200% halved per user feedback). Scoped to lite gallery only.
 */
.catalog-product-view .oc-pdp-lite-gallery-wrap + .product-price {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.catalog-product-view .oc-pdp-lite-gallery-wrap + .product-price .hide_price_message {
    font-size: 1.6em !important;
    line-height: 1.25 !important;
    letter-spacing: 0.02em !important;
    display: block !important;
}

.catalog-product-view .oc-pdp-lite-gallery-wrap + .product-price span.price,
.catalog-product-view .oc-pdp-lite-gallery-wrap + .product-price .price-box .price,
.catalog-product-view .oc-pdp-lite-gallery-wrap + .product-price .regular-price .price,
.catalog-product-view .oc-pdp-lite-gallery-wrap + .product-price .special-price .price {
    font-size: 45.28px !important;
    line-height: 1.15 !important;
    letter-spacing: 1px !important;
}

.catalog-product-view .oc-pdp-lite-gallery-wrap + .product-price .price-label {
    font-size: 1em !important;
    line-height: 1.2 !important;
}

.catalog-product-view .oc-pdp-lite-gallery-wrap + .product-price p.availability,
.catalog-product-view .oc-pdp-lite-gallery-wrap + .product-price .availability {
    font-size: 14px !important;
    line-height: 1.35 !important;
    margin-top: 7px !important;
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    .catalog-product-view .oc-pdp-lite-gallery-wrap + .product-price {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }

    .catalog-product-view .oc-pdp-lite-gallery-wrap + .product-price .hide_price_message {
        font-size: 1.3em !important;
        line-height: 1.3 !important;
    }

    .catalog-product-view .oc-pdp-lite-gallery-wrap + .product-price span.price,
    .catalog-product-view .oc-pdp-lite-gallery-wrap + .product-price .price-box .price,
    .catalog-product-view .oc-pdp-lite-gallery-wrap + .product-price .regular-price .price,
    .catalog-product-view .oc-pdp-lite-gallery-wrap + .product-price .special-price .price {
        font-size: clamp(26px, 7vw, 36px) !important;
        letter-spacing: 0.5px !important;
    }

    .catalog-product-view .oc-pdp-lite-gallery-wrap + .product-price p.availability,
    .catalog-product-view .oc-pdp-lite-gallery-wrap + .product-price .availability {
        font-size: 11px !important;
        margin-top: 5px !important;
    }
}

/* OC_PDP_LITE_GALLERY_NP156_PRICE_EMPHASIS_V1_END */

/*
 * OC_PDP_LITE_GALLERY_NP156_VISUAL_POLISH_V1
 * NP-156 lite gallery sandbox — breathing room + taste-aligned spacing.
 * Design ref: oc-homepage-style-reference/homepage-style-summary.md
 * Scope: .oc-pdp-lite-* (NP-156 exclusive) + .oc-pdp-lite-thumbs-wrap ~ .product-wraap
 */
.catalog-product-view .oc-pdp-lite-gallery-wrap + .product-price {
    margin-top: 20px !important;
    margin-bottom: 22px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.catalog-product-view .oc-pdp-lite-thumbs-wrap {
    min-height: 0 !important;
    margin-top: 6px !important;
    margin-bottom: 32px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-align: center !important;
}

.catalog-product-view .oc-pdp-lite-thumbs {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 16px !important;
    row-gap: 16px !important;
    overflow-x: visible !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 6px !important;
}

.catalog-product-view .oc-pdp-lite-thumb {
    border-width: 1px !important;
    transition: border-color 0.2s ease !important;
}

.catalog-product-view .oc-pdp-lite-thumb.is-active {
    border-color: #c8873a !important;
}

.catalog-product-view .oc-pdp-lite-thumb:hover {
    border-color: rgba(200, 135, 58, 0.5) !important;
}

.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin-top: 4px !important;
    margin-bottom: 36px !important;
    padding-top: 16px !important;
    gap: 20px !important;
}

.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap .wrap-qty {
    gap: 14px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    justify-content: center !important;
}

.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap .add-to-cart {
    margin-left: 0 !important;
    margin-top: 0 !important;
}

@media (min-width: 769px) {
    .catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 24px !important;
    }
}

@media (max-width: 768px) {
    .catalog-product-view .oc-pdp-lite-gallery-wrap + .product-price {
        margin-top: 16px !important;
        margin-bottom: 18px !important;
    }

    .catalog-product-view .oc-pdp-lite-thumbs-wrap {
        margin-bottom: 24px !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .catalog-product-view .oc-pdp-lite-thumbs {
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        gap: 12px !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: thin !important;
    }

    .catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap {
        margin-bottom: 28px !important;
        padding-top: 12px !important;
        gap: 18px !important;
    }

    .catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap .wrap-qty {
        margin-bottom: 4px !important;
        gap: 12px !important;
    }

    .catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap .add-to-cart {
        margin-top: 6px !important;
    }
}

/* OC_PDP_LITE_GALLERY_NP156_VISUAL_POLISH_V1_END */

/*
 * OC_PDP_LITE_GALLERY_NP156_MOBILE_THUMB_POLISH_V2
 * NP-156 lite gallery sandbox — mobile purchase stack + active-only thumb border.
 * Scope: body.product-np-156-bg + .oc-pdp-lite-* + .oc-pdp-lite-thumbs-wrap ~ .product-wraap
 */

/* --- Thumbs: only active gets amber; default neutral --- */
body.product-np-156-bg.catalog-product-view .oc-pdp-lite-thumb {
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    background: #fff !important;
    opacity: 0.92 !important;
    box-shadow: none !important;
    outline: none !important;
}

body.product-np-156-bg.catalog-product-view .oc-pdp-lite-thumb.is-active {
    border-color: #c8873a !important;
    opacity: 1 !important;
    box-shadow: 0 0 0 1px rgba(200, 135, 58, 0.14) !important;
}

body.product-np-156-bg.catalog-product-view .oc-pdp-lite-thumb:not(.is-active):hover,
body.product-np-156-bg.catalog-product-view .oc-pdp-lite-thumb:not(.is-active):focus-visible {
    border-color: rgba(200, 135, 58, 0.42) !important;
    opacity: 1 !important;
}

body.product-np-156-bg.catalog-product-view .oc-pdp-lite-thumb.is-active:hover,
body.product-np-156-bg.catalog-product-view .oc-pdp-lite-thumb.is-active:focus-visible {
    border-color: #c8873a !important;
}

/* --- Desktop purchase row (>=992) --- */
@media (min-width: 992px) {
    body.product-np-156-bg.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        gap: 24px !important;
    }

    body.product-np-156-bg.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap .wrap-qty {
        display: inline-flex !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        float: none !important;
    }

    body.product-np-156-bg.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap .add-to-cart {
        display: inline-flex !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        float: none !important;
    }
}

/* --- Mobile / tablet purchase stack (<=991) --- */
@media (max-width: 991px) {
    body.product-np-156-bg.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 100% !important;
        gap: 20px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center !important;
    }

    body.product-np-156-bg.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap .wrap-qty {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 320px !important;
        margin: 0 auto !important;
        float: none !important;
        gap: 12px !important;
    }

    body.product-np-156-bg.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap .wrap-qty .qty-set {
        float: none !important;
        margin: 0 !important;
    }

    body.product-np-156-bg.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap .add-to-cart {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: min(90vw, 360px) !important;
        margin: 0 auto !important;
        float: none !important;
    }

    body.product-np-156-bg.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap .add-to-cart .btn-cart,
    body.product-np-156-bg.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap .add-to-cart button.btn-cart,
    body.product-np-156-bg.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap .add-to-cart .add_to_cart_product11 {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 767px) {
    body.product-np-156-bg.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap {
        gap: 22px !important;
    }

    body.product-np-156-bg.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap .wrap-qty {
        max-width: 300px !important;
    }
}

/* OC_PDP_LITE_GALLERY_NP156_MOBILE_THUMB_POLISH_V2_END */

/*
 * OC_PDP_LITE_RELATED_PRODUCTS_NP156_V1
 * Lightweight same-category related product cards — NP-156 sandbox only.
 */
body.product-np-156-bg.catalog-product-view .oc-lite-related-products {
    margin: 64px auto 80px;
    padding: 0 5%;
    max-width: 1200px;
    box-sizing: border-box;
}

body.product-np-156-bg.catalog-product-view .oc-lite-related-inner {
    width: 100%;
}

body.product-np-156-bg.catalog-product-view .oc-lite-related-title {
    margin: 0 0 28px;
    padding: 0;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    color: #141412;
    letter-spacing: 0.02em;
}

body.product-np-156-bg.catalog-product-view .oc-lite-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

body.product-np-156-bg.catalog-product-view .oc-lite-related-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-decoration: none;
    color: #141412;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

body.product-np-156-bg.catalog-product-view .oc-lite-related-card:hover,
body.product-np-156-bg.catalog-product-view .oc-lite-related-card:focus-visible {
    border-color: rgba(200, 135, 58, 0.55);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    outline: none;
}

body.product-np-156-bg.catalog-product-view .oc-lite-related-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 20 / 9;
    background: #fff;
    overflow: hidden;
}

body.product-np-156-bg.catalog-product-view .oc-lite-related-img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

body.product-np-156-bg.catalog-product-view .oc-lite-related-name {
    display: block;
    padding: 14px 12px 4px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    color: #141412;
}

body.product-np-156-bg.catalog-product-view .oc-lite-related-sku {
    display: block;
    padding: 0 12px 14px;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    color: #6b6a65;
    letter-spacing: 0.04em;
}

@media (max-width: 991px) {
    body.product-np-156-bg.catalog-product-view .oc-lite-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
}

@media (max-width: 767px) {
    body.product-np-156-bg.catalog-product-view .oc-lite-related-products {
        margin: 42px auto 56px;
        padding: 0 16px;
    }

    body.product-np-156-bg.catalog-product-view .oc-lite-related-title {
        margin-bottom: 20px;
        font-size: 20px;
    }

    body.product-np-156-bg.catalog-product-view .oc-lite-related-grid {
        gap: 14px;
    }

    body.product-np-156-bg.catalog-product-view .oc-lite-related-name {
        font-size: 13px;
        padding: 10px 8px 2px;
    }

    body.product-np-156-bg.catalog-product-view .oc-lite-related-sku {
        font-size: 11px;
        padding: 0 8px 10px;
    }
}

/* OC_PDP_LITE_RELATED_PRODUCTS_NP156_V1_END */

/*
 * OC_PDP_LITE_RELATED_PRODUCTS_NP156_V2
 * Diverse base-model cards, SKU-only label, login price + minimal + add button.
 */
body.product-np-156-bg.catalog-product-view .oc-lite-related-products--v2 .oc-lite-related-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.product-np-156-bg.catalog-product-view .oc-lite-related-products--v2 .oc-lite-related-card:hover {
    border-color: rgba(200, 135, 58, 0.45);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

body.product-np-156-bg.catalog-product-view .oc-lite-related-link {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-decoration: none;
    color: #141412;
    flex: 1 1 auto;
}

body.product-np-156-bg.catalog-product-view .oc-lite-related-link:hover,
body.product-np-156-bg.catalog-product-view .oc-lite-related-link:focus-visible {
    outline: none;
}

body.product-np-156-bg.catalog-product-view .oc-lite-related-code {
    display: block;
    padding: 12px 12px 6px;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    color: #141412;
    letter-spacing: 0.03em;
}

body.product-np-156-bg.catalog-product-view .oc-lite-related-price {
    display: block;
    padding: 0 12px 12px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    color: #6b6a65;
}

body.product-np-156-bg.catalog-product-view .oc-lite-related-products--v2 .oc-lite-related-name,
body.product-np-156-bg.catalog-product-view .oc-lite-related-products--v2 .oc-lite-related-sku {
    display: none !important;
}

body.product-np-156-bg.catalog-product-view .oc-lite-related-add-form {
    display: flex;
    justify-content: center;
    padding: 0 12px 12px;
    margin: 0;
}

body.product-np-156-bg.catalog-product-view .oc-lite-related-add {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    padding: 0;
    margin: 0;
    border: 1px solid #c8873a;
    border-radius: 999px;
    background: #fff;
    color: #c8873a;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.product-np-156-bg.catalog-product-view .oc-lite-related-add:hover,
body.product-np-156-bg.catalog-product-view .oc-lite-related-add:focus-visible {
    background: #c8873a;
    color: #fff;
    outline: none;
}

@media (max-width: 767px) {
    body.product-np-156-bg.catalog-product-view .oc-lite-related-code {
        font-size: 12px;
        padding: 10px 8px 4px;
    }

    body.product-np-156-bg.catalog-product-view .oc-lite-related-price {
        font-size: 13px;
        padding: 0 8px 10px;
    }

    body.product-np-156-bg.catalog-product-view .oc-lite-related-add {
        width: 32px;
        height: 32px;
        min-width: 32px;
        min-height: 32px;
        font-size: 18px;
    }
}

/* OC_PDP_LITE_RELATED_PRODUCTS_NP156_V2_END */

/*
 * OC_PDP_LITE_RELATED_PRODUCTS_NP156_V3
 * Text-only amber plus; no circle/bg/border. Success check state.
 */
body.product-np-156-bg.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add-form {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 12px 10px;
    margin: 0;
}

body.product-np-156-bg.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add {
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    color: #c8873a;
    font-family: Roboto, sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: color 0.15s ease, opacity 0.15s ease;
}

body.product-np-156-bg.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add:hover,
body.product-np-156-bg.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add:focus-visible {
    background: none;
    color: #a56d2a;
    outline: 2px solid rgba(200, 135, 58, 0.35);
    outline-offset: 2px;
}

body.product-np-156-bg.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add:disabled {
    opacity: 0.45;
    cursor: wait;
}

body.product-np-156-bg.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add--success {
    color: #3d7a3d;
    outline: none;
}

@media (max-width: 767px) {
    body.product-np-156-bg.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add {
        font-size: 24px;
    }

    body.product-np-156-bg.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add-form {
        padding: 0 8px 8px;
    }
}

/* OC_PDP_LITE_RELATED_PRODUCTS_NP156_V3_END */

/*
 * OC_PDP_LITE_RELATED_PRODUCTS_NP156_PLUS_TEXT_FIX_V31
 * Override oc-unified global button !important (font-size 12px, amber bg)
 * so related + renders as visible text, not a small orange block.
 */
body.product-np-156-bg.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add {
    display: inline-block !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 4px 8px !important;
    margin: 8px auto 0 !important;

    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    color: #c8873a !important;
    font-family: "Outfit", Arial, sans-serif !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-indent: 0 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    text-decoration: none !important;

    overflow: visible !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    cursor: pointer !important;
    transform: none !important;
    transition: color 0.15s ease, opacity 0.15s ease !important;
}

body.product-np-156-bg.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add:hover,
body.product-np-156-bg.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add:focus,
body.product-np-156-bg.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add:focus-visible {
    color: #a56d2a !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 2px solid rgba(200, 135, 58, 0.35) !important;
    outline-offset: 2px !important;
    transform: none !important;
}

body.product-np-156-bg.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add:disabled {
    opacity: 0.45 !important;
    cursor: wait !important;
    background: transparent !important;
}

body.product-np-156-bg.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add--success {
    color: #3d7a3d !important;
    background: transparent !important;
    outline: none !important;
}

body.product-np-156-bg.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add::before,
body.product-np-156-bg.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add::after {
    content: none !important;
    display: none !important;
}

@media (max-width: 767px) {
    body.product-np-156-bg.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add {
        font-size: 28px !important;
        padding: 2px 6px !important;
        margin: 6px auto 0 !important;
    }
}

/* OC_PDP_LITE_RELATED_PRODUCTS_NP156_PLUS_TEXT_FIX_V31_END */

/*
 * OC_PDP_LITE_RELATED_PRODUCTS_MOBILE_CARD_POLISH_V2
 * Mobile/tablet related card rhythm: stacked code / price / plus, centered, more gap.
 */
@media (max-width: 991px) {
    body.catalog-product-view .oc-lite-related-products {
        margin-top: 48px;
        margin-bottom: 64px;
    }

    body.catalog-product-view .oc-lite-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 18px;
        align-items: start;
    }

    body.catalog-product-view .oc-lite-related-card {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        width: 100%;
        padding-bottom: 12px;
        box-sizing: border-box;
    }

    body.catalog-product-view .oc-lite-related-link {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        width: 100% !important;
        text-decoration: none !important;
    }

    body.catalog-product-view .oc-lite-related-img-wrap {
        width: 100% !important;
        margin-bottom: 12px !important;
    }

    body.catalog-product-view .oc-lite-related-code {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        white-space: normal !important;
        word-break: break-word !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
        margin: 8px 0 4px !important;
        padding: 0 8px !important;
        box-sizing: border-box !important;
    }

    body.catalog-product-view .oc-lite-related-price {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        white-space: normal !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
        margin: 2px 0 8px !important;
        padding: 0 8px !important;
        box-sizing: border-box !important;
    }

    body.catalog-product-view .oc-lite-related-add-form {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        margin: 4px 0 0 !important;
        padding: 0 8px 8px !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 767px) {
    body.catalog-product-view .oc-lite-related-products {
        margin-top: 48px;
        margin-bottom: 64px;
        padding-left: 16px;
        padding-right: 16px;
    }

    body.catalog-product-view .oc-lite-related-title {
        margin-bottom: 24px !important;
    }

    body.catalog-product-view .oc-lite-related-grid {
        gap: 32px 18px;
    }

    body.catalog-product-view .oc-lite-related-img-wrap {
        margin-bottom: 14px !important;
    }

    body.catalog-product-view .oc-lite-related-code {
        font-size: 14px !important;
        margin-top: 10px !important;
        margin-bottom: 6px !important;
    }

    body.catalog-product-view .oc-lite-related-price {
        font-size: 13px !important;
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }

    body.catalog-product-view .oc-lite-related-add-form {
        margin-top: 6px !important;
        padding-bottom: 10px !important;
    }

    body.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add,
    body.catalog-product-view .oc-lite-related-add {
        display: inline-block !important;
        margin: 0 auto !important;
        padding: 4px 10px !important;
        font-size: 38px !important;
        line-height: 1 !important;
        text-align: center !important;
        color: #c8873a !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        width: auto !important;
        min-width: 0 !important;
        height: auto !important;
        min-height: 0 !important;
        letter-spacing: 0 !important;
        text-transform: none !important;
        transform: none !important;
    }

    body.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add:hover,
    body.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add:focus,
    body.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add:focus-visible,
    body.catalog-product-view .oc-lite-related-add:hover,
    body.catalog-product-view .oc-lite-related-add:focus-visible {
        color: #a56d2a !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        transform: none !important;
    }
}

/* OC_PDP_LITE_RELATED_PRODUCTS_MOBILE_CARD_POLISH_V2_END */

/*
 * OC_PDP_LITE_GALLERY_GLOBAL_ROLLOUT_V1
 * OC_PDP_LITE_RELATED_PRODUCTS_GLOBAL_ROLLOUT_V1
 * Broaden NP-156-validated lite PDP styles to all catalog product view pages.
 * Scoped: body.catalog-product-view .oc-pdp-lite-* / .oc-lite-related-*
 */

/* --- Lite gallery thumbs (active-only amber) --- */
body.catalog-product-view .oc-pdp-lite-thumb {
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    background: #fff !important;
    opacity: 0.92 !important;
    box-shadow: none !important;
    outline: none !important;
}

body.catalog-product-view .oc-pdp-lite-thumb.is-active {
    border-color: #c8873a !important;
    opacity: 1 !important;
    box-shadow: 0 0 0 1px rgba(200, 135, 58, 0.14) !important;
}

body.catalog-product-view .oc-pdp-lite-thumb:not(.is-active):hover,
body.catalog-product-view .oc-pdp-lite-thumb:not(.is-active):focus-visible {
    border-color: rgba(200, 135, 58, 0.42) !important;
    opacity: 1 !important;
}

body.catalog-product-view .oc-pdp-lite-thumb.is-active:hover,
body.catalog-product-view .oc-pdp-lite-thumb.is-active:focus-visible {
    border-color: #c8873a !important;
}

/* --- Purchase zone: desktop row --- */
@media (min-width: 992px) {
    body.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        gap: 24px !important;
    }

    body.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap .wrap-qty,
    body.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap .add-to-cart {
        display: inline-flex !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        float: none !important;
    }
}

/* --- Purchase zone: mobile/tablet stack --- */
@media (max-width: 991px) {
    body.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 100% !important;
        gap: 20px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center !important;
    }

    body.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap .wrap-qty {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 320px !important;
        margin: 0 auto !important;
        float: none !important;
        gap: 12px !important;
    }

    body.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap .wrap-qty .qty-set {
        float: none !important;
        margin: 0 !important;
    }

    body.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap .add-to-cart {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: min(90vw, 360px) !important;
        margin: 0 auto !important;
        float: none !important;
    }

    body.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap .add-to-cart .btn-cart,
    body.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap .add-to-cart button.btn-cart,
    body.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap .add-to-cart .add_to_cart_product11 {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 767px) {
    body.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap {
        gap: 22px !important;
    }

    body.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap .wrap-qty {
        max-width: 300px !important;
    }
}

/* --- Related products: desktop grid --- */
body.catalog-product-view .oc-lite-related-products {
    margin: 64px auto 80px;
    padding: 0 5%;
    max-width: 1200px;
    box-sizing: border-box;
}

body.catalog-product-view .oc-lite-related-inner {
    width: 100%;
}

body.catalog-product-view .oc-lite-related-title {
    margin: 0 0 28px;
    padding: 0;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    color: #141412;
    letter-spacing: 0.02em;
}

body.catalog-product-view .oc-lite-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

body.catalog-product-view .oc-lite-related-products--v2 .oc-lite-related-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.catalog-product-view .oc-lite-related-products--v2 .oc-lite-related-card:hover {
    border-color: rgba(200, 135, 58, 0.45);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

body.catalog-product-view .oc-lite-related-link {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-decoration: none;
    color: #141412;
    flex: 1 1 auto;
}

body.catalog-product-view .oc-lite-related-code {
    display: block;
    padding: 12px 12px 6px;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    color: #141412;
    letter-spacing: 0.03em;
}

body.catalog-product-view .oc-lite-related-price {
    display: block;
    padding: 0 12px 12px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    color: #6b6a65;
}

body.catalog-product-view .oc-lite-related-products--v2 .oc-lite-related-name,
body.catalog-product-view .oc-lite-related-products--v2 .oc-lite-related-sku {
    display: none !important;
}

body.catalog-product-view .oc-lite-related-add-form {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 12px 10px;
    margin: 0;
}

/* --- Plus: text-only amber (global, overrides oc-unified button) --- */
body.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add {
    display: inline-block !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 4px 8px !important;
    margin: 8px auto 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #c8873a !important;
    font-family: "Outfit", Arial, sans-serif !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-indent: 0 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    text-decoration: none !important;
    overflow: visible !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    cursor: pointer !important;
    transform: none !important;
    transition: color 0.15s ease, opacity 0.15s ease !important;
}

body.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add:hover,
body.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add:focus,
body.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add:focus-visible {
    color: #a56d2a !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 2px solid rgba(200, 135, 58, 0.35) !important;
    outline-offset: 2px !important;
    transform: none !important;
}

body.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add--success {
    color: #3d7a3d !important;
    background: transparent !important;
    outline: none !important;
}

body.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add::before,
body.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add::after {
    content: none !important;
    display: none !important;
}

/* --- Related: tablet --- */
@media (max-width: 991px) {
    body.catalog-product-view .oc-lite-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 18px;
    }

    body.catalog-product-view .oc-lite-related-products {
        margin-top: 48px;
        margin-bottom: 64px;
    }
}

/* --- Related: mobile card polish --- */
@media (max-width: 767px) {
    body.catalog-product-view .oc-lite-related-products {
        margin-top: 48px;
        margin-bottom: 64px;
        padding-left: 16px;
        padding-right: 16px;
    }

    body.catalog-product-view .oc-lite-related-title {
        margin-bottom: 24px !important;
    }

    body.catalog-product-view .oc-lite-related-grid {
        gap: 32px 18px;
    }

    body.catalog-product-view .oc-lite-related-card {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 10px;
    }

    body.catalog-product-view .oc-lite-related-link {
        align-items: center;
        text-align: center;
        width: 100%;
    }

    body.catalog-product-view .oc-lite-related-img-wrap {
        width: 100% !important;
        margin-bottom: 14px !important;
    }

    body.catalog-product-view .oc-lite-related-code {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
        margin: 10px 0 6px !important;
        padding: 0 8px !important;
        white-space: normal !important;
    }

    body.catalog-product-view .oc-lite-related-price {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        font-size: 13px !important;
        margin: 0 0 10px !important;
        padding: 0 8px !important;
    }

    body.catalog-product-view .oc-lite-related-add-form {
        justify-content: center !important;
        width: 100% !important;
        margin-top: 6px !important;
        padding-bottom: 10px !important;
    }

    body.catalog-product-view .oc-lite-related-products--v3 .oc-lite-related-add {
        font-size: 38px !important;
        padding: 4px 10px !important;
        margin: 0 auto !important;
    }
}

/* OC_PDP_LITE_GALLERY_GLOBAL_ROLLOUT_V1_END */
/* OC_PDP_LITE_RELATED_PRODUCTS_GLOBAL_ROLLOUT_V1_END */

/*
 * OC_PDP_LITE_RELATED_PRODUCTS_IMAGE_RATIO_FIX_V1
 * Keep related product images proportional; no stretching. Matches 400x180 (20:9) resize.
 */
body.catalog-product-view .oc-lite-related-products .oc-lite-related-img-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    aspect-ratio: 20 / 9 !important;
    background: #fff !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
}

body.catalog-product-view .oc-lite-related-products .oc-lite-related-img-wrap img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
}

/* OC_PDP_LITE_RELATED_PRODUCTS_IMAGE_RATIO_FIX_V1_END */


/* OC_CATALOG_LITE_GALLERY_SANDBOX_V1
 * Fire Fly category 419 catalog detail panel — native JS, no jQuery fadeIn.
 */
body.oc-catalog-lite-gallery .opitions-new-pro.oc-lite-detail-visible {
  display: block !important;
}

body.oc-catalog-lite-gallery .opitions-new-pro .detail_image {
  opacity: 0;
  transition: opacity 0.18s ease;
}

body.oc-catalog-lite-gallery .opitions-new-pro.oc-lite-detail-visible .detail_image[src]:not([src=""]) {
  opacity: 1;
}

body.oc-catalog-lite-gallery .opitions-new-pro .opitions-product-image img.detail_image {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* OC_CATALOG_LITE_GALLERY_SANDBOX_V1 — query-param sandbox (list_new.phtml ?oc_catalog_lite=1) */
body.oc-catalog-lite-gallery-sandbox .opitions-new-pro.oc-catalog-lite-detail-open {
  display: block !important;
}
body.oc-catalog-lite-gallery-sandbox .opitions-new-pro .detail_image {
  opacity: 0;
  transition: opacity 0.2s ease;
}
body.oc-catalog-lite-gallery-sandbox .opitions-new-pro.oc-catalog-lite-detail-open .detail_image[src]:not([src=""]) {
  opacity: 1;
}

/* OC_CATALOG_LITE_GALLERY_GLOBAL_ROLLOUT_V1 — list_new.phtml global native detail panel */
body.oc-catalog-lite-gallery .opitions-new-pro.oc-catalog-lite-detail-open,
body.oc-catalog-lite-gallery-root .opitions-new-pro.oc-catalog-lite-detail-open {
  display: block !important;
}
body.oc-catalog-lite-gallery .opitions-new-pro .detail_image,
body.oc-catalog-lite-gallery-root .opitions-new-pro .detail_image {
  opacity: 0;
  transition: opacity 0.2s ease;
}
body.oc-catalog-lite-gallery .opitions-new-pro.oc-catalog-lite-detail-open .detail_image[src]:not([src=""]),
body.oc-catalog-lite-gallery-root .opitions-new-pro.oc-catalog-lite-detail-open .detail_image[src]:not([src=""]) {
  opacity: 1;
}
body.oc-catalog-lite-gallery .opitions-new-pro .opitions-product-image img.detail_image,
body.oc-catalog-lite-gallery-root .opitions-new-pro .opitions-product-image img.detail_image {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/*
 * OC_ACCOUNT_SCRIPT_WRITING_SLOWDOWN_V1
 * Slow down account script writing animation by about 2x (desktop only).
 * Base timing from OC_ACCOUNT_SCRIPT_BIGGER_SLOWER_V3: 1.65s duration, delays 0.18/1.05/1.92/2.78s.
 * Does not change font size, position, or copy. Congratulations page excluded.
 */
@media (min-width: 992px) {
    body.customer-account-login .oc-account-script-writing .oc-line,
    body.customer-account-create .oc-account-script-writing .oc-line,
    body.customer-account-edit .oc-account-script-writing .oc-line,
    body.customer-account-forgotpassword .oc-account-script-writing .oc-line,
    body.customer-account-index .oc-account-script-writing .oc-line {
        animation-duration: 3.3s !important;
        animation-timing-function: cubic-bezier(.18, .62, .25, 1) !important;
    }

    body.customer-account-login .oc-account-script-writing .oc-line-1,
    body.customer-account-create .oc-account-script-writing .oc-line-1,
    body.customer-account-edit .oc-account-script-writing .oc-line-1,
    body.customer-account-forgotpassword .oc-account-script-writing .oc-line-1,
    body.customer-account-index .oc-account-script-writing .oc-line-1 {
        animation-delay: 0.36s !important;
    }

    body.customer-account-login .oc-account-script-writing .oc-line-2,
    body.customer-account-create .oc-account-script-writing .oc-line-2,
    body.customer-account-edit .oc-account-script-writing .oc-line-2,
    body.customer-account-forgotpassword .oc-account-script-writing .oc-line-2,
    body.customer-account-index .oc-account-script-writing .oc-line-2 {
        animation-delay: 2.1s !important;
    }

    body.customer-account-login .oc-account-script-writing .oc-line-3,
    body.customer-account-create .oc-account-script-writing .oc-line-3,
    body.customer-account-edit .oc-account-script-writing .oc-line-3,
    body.customer-account-forgotpassword .oc-account-script-writing .oc-line-3,
    body.customer-account-index .oc-account-script-writing .oc-line-3 {
        animation-delay: 3.84s !important;
    }

    body.customer-account-login .oc-account-script-writing .oc-line-4,
    body.customer-account-create .oc-account-script-writing .oc-line-4,
    body.customer-account-edit .oc-account-script-writing .oc-line-4,
    body.customer-account-forgotpassword .oc-account-script-writing .oc-line-4,
    body.customer-account-index .oc-account-script-writing .oc-line-4 {
        animation-delay: 5.56s !important;
    }
}

/* Reinforce congratulations hide (OC_ACCOUNT_CONGRATULATIONS_HIDE_SCRIPT_V1 unchanged in source) */
body.customer-account-congratulations .oc-account-script-writing,
body.customer-account-congratulations .oc-account-script-writing .oc-line {
    display: none !important;
    animation: none !important;
}

/* OC_ACCOUNT_SCRIPT_WRITING_SLOWDOWN_V1_END */

/*
 * OC_ACCOUNT_SCRIPT_WRITING_CONTINUOUS_FLOW_V2
 * Continuous sentence-like reveal: overlapping line starts, no gap between lines.
 * Overrides OC_ACCOUNT_SCRIPT_WRITING_SLOWDOWN_V1 delay/duration/timing only.
 * Desktop Account pages only; congratulations excluded.
 */
@media (min-width: 992px) {
    body.customer-account-login .oc-account-script-writing .oc-line-1,
    body.customer-account-create .oc-account-script-writing .oc-line-1,
    body.customer-account-edit .oc-account-script-writing .oc-line-1,
    body.customer-account-forgotpassword .oc-account-script-writing .oc-line-1,
    body.customer-account-index .oc-account-script-writing .oc-line-1 {
        animation-duration: 2.8s !important;
        animation-delay: 0s !important;
        animation-timing-function: linear !important;
    }

    body.customer-account-login .oc-account-script-writing .oc-line-2,
    body.customer-account-create .oc-account-script-writing .oc-line-2,
    body.customer-account-edit .oc-account-script-writing .oc-line-2,
    body.customer-account-forgotpassword .oc-account-script-writing .oc-line-2,
    body.customer-account-index .oc-account-script-writing .oc-line-2 {
        animation-duration: 3.3s !important;
        animation-delay: 2.5s !important;
        animation-timing-function: linear !important;
    }

    body.customer-account-login .oc-account-script-writing .oc-line-3,
    body.customer-account-create .oc-account-script-writing .oc-line-3,
    body.customer-account-edit .oc-account-script-writing .oc-line-3,
    body.customer-account-forgotpassword .oc-account-script-writing .oc-line-3,
    body.customer-account-index .oc-account-script-writing .oc-line-3 {
        animation-duration: 3.2s !important;
        animation-delay: 5.5s !important;
        animation-timing-function: linear !important;
    }

    body.customer-account-login .oc-account-script-writing .oc-line-4,
    body.customer-account-create .oc-account-script-writing .oc-line-4,
    body.customer-account-edit .oc-account-script-writing .oc-line-4,
    body.customer-account-forgotpassword .oc-account-script-writing .oc-line-4,
    body.customer-account-index .oc-account-script-writing .oc-line-4 {
        animation-duration: 3s !important;
        animation-delay: 8.4s !important;
        animation-timing-function: linear !important;
    }
}

/* OC_ACCOUNT_SCRIPT_WRITING_CONTINUOUS_FLOW_V2_END */

/*
 * OC_ACCOUNT_SCRIPT_WRITING_NO_PAUSE_V3
 * Fix perceived line-by-line pauses: strong overlap (~1.5s), linear width reveal,
 * faster opacity ramp, shorter line-4 duration/target tail.
 * Overrides V1/V2 timing only. Does not change font size, position, or copy.
 */
@keyframes ocAccountScriptLineWriteNoPauseV3 {
    0% {
        width: 0;
        opacity: 0;
    }
    4% {
        opacity: 1;
    }
    100% {
        width: var(--oc-line-target);
        opacity: 1;
    }
}

@media (min-width: 992px) {
    body.customer-account-login .oc-account-script-writing .oc-line,
    body.customer-account-create .oc-account-script-writing .oc-line,
    body.customer-account-edit .oc-account-script-writing .oc-line,
    body.customer-account-forgotpassword .oc-account-script-writing .oc-line,
    body.customer-account-index .oc-account-script-writing .oc-line {
        animation-name: ocAccountScriptLineWriteNoPauseV3 !important;
        animation-fill-mode: forwards !important;
        animation-timing-function: linear !important;
    }

    body.customer-account-login .oc-account-script-writing .oc-line-1,
    body.customer-account-create .oc-account-script-writing .oc-line-1,
    body.customer-account-edit .oc-account-script-writing .oc-line-1,
    body.customer-account-forgotpassword .oc-account-script-writing .oc-line-1,
    body.customer-account-index .oc-account-script-writing .oc-line-1 {
        animation-duration: 3.4s !important;
        animation-delay: 0s !important;
    }

    body.customer-account-login .oc-account-script-writing .oc-line-2,
    body.customer-account-create .oc-account-script-writing .oc-line-2,
    body.customer-account-edit .oc-account-script-writing .oc-line-2,
    body.customer-account-forgotpassword .oc-account-script-writing .oc-line-2,
    body.customer-account-index .oc-account-script-writing .oc-line-2 {
        animation-duration: 3.6s !important;
        animation-delay: 1.9s !important;
    }

    body.customer-account-login .oc-account-script-writing .oc-line-3,
    body.customer-account-create .oc-account-script-writing .oc-line-3,
    body.customer-account-edit .oc-account-script-writing .oc-line-3,
    body.customer-account-forgotpassword .oc-account-script-writing .oc-line-3,
    body.customer-account-index .oc-account-script-writing .oc-line-3 {
        animation-duration: 3.6s !important;
        animation-delay: 4s !important;
    }

    body.customer-account-login .oc-account-script-writing .oc-line-4,
    body.customer-account-create .oc-account-script-writing .oc-line-4,
    body.customer-account-edit .oc-account-script-writing .oc-line-4,
    body.customer-account-forgotpassword .oc-account-script-writing .oc-line-4,
    body.customer-account-index .oc-account-script-writing .oc-line-4 {
        --oc-line-target: 8ch !important;
        animation-duration: 2.8s !important;
        animation-delay: 6.2s !important;
    }
}

/* OC_ACCOUNT_SCRIPT_WRITING_NO_PAUSE_V3_END */

/*
 * OC_ACCOUNT_SCRIPT_SIZE_REDUCE_V1
 * Reduce account script writing visual size by ~20% (desktop Account pages only).
 * Does not change animation timing, layout column-gap, or congratulations hide.
 */
@media (min-width: 992px) {
    body.customer-account-login .oc-account-script-writing,
    body.customer-account-create .oc-account-script-writing,
    body.customer-account-edit .oc-account-script-writing,
    body.customer-account-forgotpassword .oc-account-script-writing,
    body.customer-account-index .oc-account-script-writing {
        font-size: clamp(54px, 5.2vw, 99px) !important;
        width: min(448px, calc((min(1520px, calc(100vw - 36px)) / 2) - 44px)) !important;
        max-width: 448px !important;
    }
}

/* OC_ACCOUNT_SCRIPT_SIZE_REDUCE_V1_END */

/*
 * OC_PDP_LITE_GALLERY_ALIGN_MAIN_TO_COLUMN_V1
 * Align Lite Gallery main image box with product price / thumbnails axis.
 * Fixes desktop >=1200px offset caused by old 1200px inner gallery inside 1140px content column.
 */
@media (min-width: 1200px) {
  body.catalog-product-view .oc-pdp-lite-gallery-wrap .oc-pdp-lite-gallery {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  body.catalog-product-view .oc-pdp-lite-gallery-wrap .oc-pdp-lite-main,
  body.catalog-product-view .oc-pdp-lite-gallery-wrap .oc-pdp-lite-main-img {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/*
 * OC_PDP_LITE_PURCHASE_ROW_CENTER_V1
 * Keep logged-in quantity / Add to Order row aligned with Lite Gallery / price axis on tablet-desktop widths.
 */
@media (min-width: 769px) {
  body.catalog-product-view .oc-pdp-lite-thumbs-wrap ~ .product-wraap {
    justify-content: center !important;
  }
}

/* Fix: grid-view product image hover-swap missing clip (2026-07-12)
   .products-grid's .product-image never got overflow:hidden the way
   .products-list did, so the 200%-wide two-image hover-slide track was
   fully visible instead of clipped to one image width - the second
   (hover) image spilled out into the next grid cell. */
.products-grid .item-wrap .item-image .product-image {
  overflow: hidden;
}

/* Fix: unify 'Add to Cart' button on search/category grid+list results with
   the site's rounded-pill button style, remove the legacy cart icon image
   (2026-07-12). Scoped to product listing tiles only - does not touch the
   header mini-cart icon or the PDP add-to-cart button, which use the same
   .btn-cart class name for a different purpose. */
.products-grid .item-wrap .btn-cart,
.products-list .item-wrap .btn-cart {
  background-image: none !important;
  padding: 10px 20px !important;
  border-radius: 999px !important;
  text-align: center !important;
}

/* Quickview popup: remove prev/next product navigation (2026-07-13) */
.quickview-previous,
.quickview-next,
.fancybox-opened .quickview-next {
  display: none !important;
}

/* Quickview popup: redesign action buttons as circular peek/slide buttons
   (2026-07-13). Resting state shows half the circle past the image's right
   edge; hovering the stack slides all buttons fully into view. Covers the
   three actions the user actually uses - Add to Order, More Angles, Order
   List - replacing the old wide text-reveal pill and legacy PNG icons. */
.quickview-wap-content { position: relative !important; }

.quickview-wap-content .addto {
  position: absolute !important;
  top: 50% !important;
  left: auto !important;
  right: 0 !important;
  bottom: auto !important;
  width: auto !important;
  height: auto !important;
  transform: translateY(-12px);
  z-index: 25 !important;
  pointer-events: none;
}
.quickview-wap-content .add-to-cart {
  position: static !important;
}
.quickview-wap-content .addto-inner { pointer-events: none; }
/* keep unrelated wishlist/compare links clickable - they sit in the same
   .addto-inner that the full-stretch overlay above disables by default */
.quickview-wap-content .addto-inner .link-wishlist,
.quickview-wap-content .addto-inner .link-compare {
  pointer-events: auto;
}

.quickview-wap-content .detail-orderlist {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  right: 0 !important;
  transform: translateY(-12px);
  z-index: 20;
}
.quickview-wap-content .detail-orderlist-inner {
  position: static !important;
}

.oc-qv-circle-btn,
.quickview-wap-content .detail-orderlist-inner .link-detail,
.quickview-wap-content .detail-orderlist-inner .link-go-to-cart,
.quickview-wap-content .add-to-cart .btn-cart-single {
  pointer-events: auto;
  box-sizing: border-box !important;
  position: absolute !important;
  display: block !important;
  width: 50px !important;
  height: 50px !important;
  left: auto !important;
  bottom: auto !important;
  border-radius: 50% !important;
  background-color: #C8873A !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 22px 22px !important;
  text-indent: -9999px !important;
  white-space: nowrap !important;
  overflow: visible;
  right: -25px !important;
  transition: right .3s ease, background-color .2s ease !important;
  z-index: 20;
}
.oc-qv-circle-btn:hover,
.quickview-wap-content .detail-orderlist-inner .link-detail:hover,
.quickview-wap-content .detail-orderlist-inner .link-go-to-cart:hover,
.quickview-wap-content .add-to-cart .btn-cart-single:hover {
  right: 12px !important;
  width: 50px !important;
  height: 50px !important;
  background-color: #a86f2c !important;
}

/* stack order top-to-bottom: Add to Order, More Angles, Order List */
.quickview-wap-content .add-to-cart .btn-cart-single {
  top: -74px !important;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27white%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M6%208h12l-1%2012H7L6%208z%27/%3E%3Cpath%20d%3D%27M9%208V6a3%203%200%200%201%206%200v2%27/%3E%3C/svg%3E") !important;
}
.quickview-wap-content .detail-orderlist-inner .link-detail {
  top: -12px !important;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27white%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%273%27%20y%3D%273%27%20width%3D%2713%27%20height%3D%2713%27%20rx%3D%272%27/%3E%3Cpath%20d%3D%27M8%2021h10a2%202%200%200%200%202-2V9%27/%3E%3C/svg%3E") !important;
}
.quickview-wap-content .detail-orderlist-inner .link-go-to-cart {
  top: 50px !important;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27white%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cline%20x1%3D%278%27%20y1%3D%276%27%20x2%3D%2721%27%20y2%3D%276%27/%3E%3Cline%20x1%3D%278%27%20y1%3D%2712%27%20x2%3D%2721%27%20y2%3D%2712%27/%3E%3Cline%20x1%3D%278%27%20y1%3D%2718%27%20x2%3D%2721%27%20y2%3D%2718%27/%3E%3Cline%20x1%3D%273%27%20y1%3D%276%27%20x2%3D%273.01%27%20y2%3D%276%27/%3E%3Cline%20x1%3D%273%27%20y1%3D%2712%27%20x2%3D%273.01%27%20y2%3D%2712%27/%3E%3Cline%20x1%3D%273%27%20y1%3D%2718%27%20x2%3D%273.01%27%20y2%3D%2718%27/%3E%3C/svg%3E") !important;
}

@media (max-width: 767px) {
  .quickview-wap-content .add-to-cart .btn-cart-single { top: -80px !important; }
  .quickview-wap-content .detail-orderlist-inner .link-detail { top: -15px !important; }
  .quickview-wap-content .detail-orderlist-inner .link-go-to-cart { top: 50px !important; }
}

/* Quickview popup: text tooltip labels for the circular action buttons
   (2026-07-13). Icons alone weren't clear enough - this adds a small
   dark label that appears to the left of each circle on hover, without
   changing the circle's own shape/slide behavior. */
.quickview-wap-content .detail-orderlist-inner .link-detail,
.quickview-wap-content .detail-orderlist-inner .link-go-to-cart,
.quickview-wap-content .add-to-cart .btn-cart-single {
  position: relative !important;
}
.quickview-wap-content .detail-orderlist-inner .link-detail::before,
.quickview-wap-content .detail-orderlist-inner .link-go-to-cart::before,
.quickview-wap-content .add-to-cart .btn-cart-single::before {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  background: rgba(20, 20, 18, 0.88);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  padding: 6px 12px;
  border-radius: 4px;
  white-space: nowrap;
  text-indent: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
  z-index: 30;
}
.quickview-wap-content .detail-orderlist-inner .link-detail:hover::before,
.quickview-wap-content .detail-orderlist-inner .link-go-to-cart:hover::before,
.quickview-wap-content .add-to-cart .btn-cart-single:hover::before {
  opacity: 1;
}
.quickview-wap-content .detail-orderlist-inner .link-detail::before {
  content: "More Angles";
}
.quickview-wap-content .detail-orderlist-inner .link-go-to-cart::before {
  content: "Order List";
}
.quickview-wap-content .add-to-cart .btn-cart-single::before {
  content: "Add to Order";
}

/* 2026-07-14: Order list button belongs to the search-results pop-out quick view only;
   the catalog category inline quick view shares the same template but never had this button. */
.catalog-category-view .product-button li.order-list {
    display: none !important;
}
