/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2020 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.pg-flash-sale {
  padding: 2.75rem 1.25rem;
  background: radial-gradient(circle at 8% 16%, rgba(251, 191, 36, 0.16), transparent 16rem), radial-gradient(circle at 82% 74%, rgba(251, 191, 36, 0.1), transparent 18rem), linear-gradient(to bottom, #0f0f1a, #1a1a2e);
}
@media (min-width: 768px) {
  .pg-flash-sale {
    padding: 3.5rem 2rem;
  }
}
@media (min-width: 1200px) {
  .pg-flash-sale {
    padding: 4rem 3rem;
  }
}
.pg-flash-sale__inner {
  position: relative;
  overflow: hidden;
  max-width: 80rem;
  min-height: 0;
  margin: 0 auto;
  padding: 2rem;
  border: 1px solid rgba(251, 191, 36, 0.34);
  border-radius: 1.25rem;
  background: radial-gradient(circle at 90% 55%, rgba(251, 191, 36, 0.1), transparent 18rem), linear-gradient(135deg, rgba(26, 26, 46, 0.96), rgba(15, 15, 26, 0.98));
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(255, 255, 255, 0.05) inset, 0 0 36px rgba(251, 191, 36, 0.12);
}
.pg-flash-sale__inner::before,
.pg-flash-sale__inner::after {
  content: '';
  position: absolute;
  pointer-events: none;
}
.pg-flash-sale__inner::before {
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(251, 191, 36, 0.24), transparent) top left / 100% 1px no-repeat, linear-gradient(180deg, transparent, rgba(251, 191, 36, 0.22), transparent) top right / 1px 100% no-repeat;
}
.pg-flash-sale__inner::after {
  right: -8rem;
  bottom: -10rem;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  border: 1px solid rgba(251, 191, 36, 0.08);
  box-shadow: -2rem -2rem 0 -1.95rem rgba(251, 191, 36, 0.1), -4rem -4rem 0 -3.9rem rgba(251, 191, 36, 0.08), -6rem -6rem 0 -5.85rem rgba(251, 191, 36, 0.06), -8rem -8rem 0 -7.8rem rgba(251, 191, 36, 0.05);
  opacity: .9;
}
@media (min-width: 768px) {
  .pg-flash-sale__inner {
    padding: 2.25rem;
  }
}
.pg-flash-sale__header,
.pg-flash-sale__grid {
  position: relative;
  z-index: 1;
}
.pg-flash-sale__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 980px) {
  .pg-flash-sale__header {
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 25rem);
    align-items: start;
  }
}
.pg-flash-sale__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: 0.4rem 0.9rem;
  border: 1px solid rgba(251, 191, 36, 0.42);
  border-radius: 999px;
  background: rgba(251, 191, 36, 0.12);
  box-shadow: 0 0 18px rgba(251, 191, 36, 0.16);
  color: #fbbf24;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.pg-flash-sale__eyebrow svg,
.pg-flash-sale__meta svg,
.pg-flash-sale__timer-label svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pg-flash-sale__eyebrow svg {
  fill: currentColor;
  stroke: none;
}
.pg-flash-sale--active .pg-flash-sale__eyebrow {
  border-color: rgba(239, 68, 68, 0.46);
  background: rgba(239, 68, 68, 0.16);
  color: #f37878;
}
.pg-flash-sale__title {
  max-width: 42rem;
  margin: 0.85rem 0 0;
  color: #ffffff;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.05;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .pg-flash-sale__title {
    font-size: 2.75rem;
  }
}
.pg-flash-sale__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.95rem;
  line-height: 1.55;
}
.pg-flash-sale__meta svg {
  color: #fbbf24;
}
.pg-flash-sale__timer-wrap {
  width: 100%;
  padding: 1rem;
  border: 1px solid rgba(251, 191, 36, 0.28);
  border-radius: 1rem;
  background: rgba(26, 26, 46, 0.78);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22), 0 0 22px rgba(251, 191, 36, 0.12);
}
.pg-flash-sale__timer-label {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-bottom: 0.85rem;
  color: #fbbf24;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.pg-flash-sale__timer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .6rem;
}
.pg-flash-sale__timer span {
  display: grid;
  gap: .35rem;
  justify-items: center;
  min-width: 0;
  padding: .85rem .5rem;
  border-radius: .75rem;
  background: rgba(2, 6, 23, 0.74);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18) inset;
  color: #ffffff;
}
.pg-flash-sale__timer strong {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.pg-flash-sale__timer em {
  color: rgba(255, 255, 255, 0.62);
  font-size: .76rem;
  font-style: normal;
  font-weight: 700;
}
.pg-flash-sale__carousel {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.pg-flash-sale__track-wrap {
  min-width: 0;
  flex: 1;
  overflow: hidden;
}
.pg-flash-sale__grid {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.pg-flash-sale__grid::-webkit-scrollbar {
  display: none;
}
.pg-flash-sale__nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.pg-flash-sale__nav svg {
  width: 1.15rem;
  height: 1.15rem;
}
.pg-flash-sale__nav:hover {
  border-color: #fbbf24;
  background: rgba(251, 191, 36, 0.18);
  color: #fbbf24;
}
.pg-flash-sale__card {
  flex: 0 0 15rem;
  scroll-snap-align: start;
  max-width: none;
  margin: 0;
  border: 1px solid rgba(251, 191, 36, 0.2);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}
@media (min-width: 480px) {
  .pg-flash-sale__card {
    flex-basis: calc(49.5%);
  }
}
@media (min-width: 768px) {
  .pg-flash-sale__card {
    flex-basis: calc(32.66666667%);
  }
}
@media (min-width: 1024px) {
  .pg-flash-sale__card {
    flex-basis: calc(24.25%);
  }
}
@media (min-width: 1200px) {
  .pg-flash-sale__card {
    flex-basis: calc(19.2%);
  }
}
.pg-flash-sale__card .product-content {
  min-height: 8.5rem;
  padding: 0.9rem;
}
.pg-flash-sale__card .product-category-tag {
  color: #fbbf24;
}
.pg-flash-sale__card .product-current-price {
  color: #ffffff;
}
.pg-flash-sale__card .product-original-price {
  color: rgba(255, 255, 255, 0.38);
}
@media (max-width: 900px) {
  .pg-flash-sale__inner {
    min-height: 0;
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .pg-flash-sale__carousel {
    gap: 0;
  }
  .pg-flash-sale__nav {
    display: none;
  }
}
@media (max-width: 640px) {
  .pg-flash-sale {
    padding: 2rem 1rem;
  }
  .pg-flash-sale__inner {
    padding: 1rem;
    border-radius: 1rem;
  }
  .pg-flash-sale__header {
    gap: 1rem;
    margin-bottom: 1.1rem;
  }
  .pg-flash-sale__title {
    font-size: 1.75rem;
  }
  .pg-flash-sale__meta {
    font-size: 0.85rem;
  }
  .pg-flash-sale__timer-wrap {
    padding: 0.7rem;
    border-radius: 0.75rem;
  }
  .pg-flash-sale__timer {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .35rem;
  }
  .pg-flash-sale__timer span {
    gap: .2rem;
    padding: .55rem .25rem;
    border-radius: .45rem;
  }
  .pg-flash-sale__timer strong {
    font-size: 1.05rem;
  }
  .pg-flash-sale__timer em {
    font-size: .65rem;
  }
  .pg-flash-sale__timer-label {
    margin-bottom: .55rem;
    font-size: .75rem;
  }
  .pg-flash-sale__carousel {
    gap: .6rem;
  }
  .pg-flash-sale__card .product-content {
    min-height: 0;
    padding: 0.85rem;
  }
  .pg-flash-sale__card .product-card-name {
    font-size: 0.9rem;
    min-height: 2.55rem;
  }
  .pg-flash-sale__card .product-current-price {
    font-size: 0.98rem;
  }
  .pg-flash-sale__card .product-original-price {
    font-size: 0.8rem;
  }
}
@media (max-width: 420px) {
  .pg-flash-sale {
    padding: 1.75rem .75rem;
  }
  .pg-flash-sale__inner {
    padding: .85rem;
  }
  .pg-flash-sale__carousel {
    margin: 0 -0.3rem;
  }
  .pg-flash-sale__grid {
    gap: .75rem;
  }
  .pg-flash-sale__card {
    flex-basis: 72vw;
  }
}
@media (max-width: 340px) {
  .pg-flash-sale__timer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pg-flash-sale__timer span {
    padding: .5rem .35rem;
  }
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/**
 * PeakGear Climbing Theme - Complete Styles
 * Matches Next.js prototype exactly
 *
 * IMPORTANT: Uses fade() instead of rgba() for Magento's less.php compiler
 */
.action-btn.search-toggle svg,
.action-btn.minicart-toggle svg {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
}
.page-wrapper {
  background-color: #0f0f1a;
  color: black;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-header {
  background: transparent !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  z-index: 50;
}
.header.content {
  padding: 0 !important;
  max-width: none !important;
  position: relative;
}
.nav-sections {
  display: none !important;
}
.nav-toggle {
  display: none !important;
}
.page-main {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.columns {
  padding: 0 !important;
  margin: 50px 0 0 0 !important;
}
.column.main {
  padding: 0 !important;
  width: 100% !important;
  float: none !important;
}
.page-footer {
  background: transparent !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.footer.content {
  padding: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  border: none !important;
}
@keyframes toast-slide-in {
  0% {
    transform: translateX(120%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes toast-slide-out {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(120%);
    opacity: 0;
  }
}
.page.messages {
  position: fixed;
  top: 6.5rem;
  right: 1rem;
  left: auto;
  width: auto;
  max-width: 22rem;
  min-width: 15rem;
  z-index: 40;
  pointer-events: none;
}
.page.messages .messages {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.page.messages .message {
  pointer-events: auto;
  position: relative;
  padding: 0.875rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.05);
  animation: toast-slide-in 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  backdrop-filter: blur(12px);
  cursor: pointer;
}
.page.messages .message::before {
  display: none;
}
.page.messages .message > *::before,
.page.messages .message > *::after {
  display: none !important;
  content: none !important;
}
.page.messages .message > div {
  color: #ffffff;
  padding-left: 0 !important;
}
.page.messages .message > div::before {
  display: none !important;
}
.page.messages .message > div a {
  color: #fbbf24;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(251, 191, 36, 0.4);
  text-underline-offset: 2px;
}
.page.messages .message > div a:hover {
  color: #f59e0b;
}
.page.messages .message::after {
  content: '\00d7';
  position: absolute;
  top: 0.375rem;
  right: 0.75rem;
  font-size: 1.1rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.page.messages .message:hover::after {
  color: #ffffff;
}
.page.messages .message-success {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.15), rgba(26, 26, 46, 0.95));
  border-left: 3px solid #22c55e;
}
.page.messages .message-error {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.15), rgba(26, 26, 46, 0.95));
  border-left: 3px solid #ef4444;
}
.page.messages .message-notice,
.page.messages .message-warning {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(26, 26, 46, 0.95));
  border-left: 3px solid #f59e0b;
}
.page.messages .message.toast-dismiss {
  animation: toast-slide-out 0.35s cubic-bezier(0.5, 0, 0.75, 0) forwards;
}
@media (max-width: 767px) {
  .page.messages {
    top: 5.75rem;
    right: 0.75rem;
    max-width: calc(98.5vw);
    min-width: 0;
  }
}
.pg-checkout .page.messages {
  top: 104px;
  right: max(16px, calc((100vw - 1440px) / 2 + 16px));
  left: auto;
  z-index: 80;
}
@media (max-width: 767px) {
  .pg-checkout .page.messages {
    top: 92px;
    right: 16px;
    max-width: calc(68vw);
  }
}
body {
  background-color: #0f0f1a;
  color: #ffffff;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
html,
body,
button,
input,
select,
textarea,
.page-wrapper,
.modal-popup,
.modal-content,
.message,
.navigation,
.breadcrumbs {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
a {
  color: #fbbf24;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:visited {
  color: #fbbf24;
}
a:hover {
  color: #f59e0b;
  text-decoration: none;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #1a1a2e;
}
::-webkit-scrollbar-thumb {
  background: #4a5568;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #718096;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0) translateX(-50%);
  }
  50% {
    transform: translateY(-10px) translateX(-50%);
  }
}
@keyframes pulseGlow {
  0%,
  100% {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shimmer {
  from {
    background-position: -200% 0;
  }
  to {
    background-position: 200% 0;
  }
}
.animate-fade-in-up {
  animation: fadeInUp 0.8s ease-out forwards;
}
.animate-fade-in-left {
  animation: fadeInLeft 0.8s ease-out forwards;
}
.animate-fade-in-right {
  animation: fadeInRight 0.8s ease-out forwards;
}
.animate-scale-in {
  animation: scaleIn 0.6s ease-out forwards;
}
.animate-float {
  animation: float 3s ease-in-out infinite;
}
.animate-slide-down {
  animation: slideDown 0.5s ease-out forwards;
}
.delay-100 {
  animation-delay: 0.1s;
}
.delay-200 {
  animation-delay: 0.2s;
}
.delay-300 {
  animation-delay: 0.3s;
}
.delay-400 {
  animation-delay: 0.4s;
}
.delay-500 {
  animation-delay: 0.5s;
}
.delay-600 {
  animation-delay: 0.6s;
}
.hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-lift:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.peakgear-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  animation: slideDown 0.5s ease-out;
  background: rgba(8, 8, 18, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.3s ease, border-color 0.3s ease;
}
.peakgear-header.header-scrolled {
  background: rgba(8, 8, 18, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.peakgear-header.minicart-open {
  z-index: 1002;
}
@media (max-width: 767px) {
  .mobile-menu-active .peakgear-header {
    z-index: 1001;
  }
}
.header-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), transparent);
  pointer-events: none;
}
.header-nav {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  max-width: 80rem;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .header-nav {
    padding: 1.5rem 3rem;
  }
}
.header-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #ffffff !important;
  text-decoration: none !important;
  position: relative;
  flex-shrink: 0;
}
.header-logo:hover .logo-icon {
  transform: scale(1.1);
}
.logo-icon {
  width: 2.5rem;
  height: 2.5rem;
  transition: transform 0.3s ease;
}
.logo-text {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.header-menu {
  display: none;
  align-items: center;
  gap: 2rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .header-menu {
    display: flex;
    margin-left: 2.5rem;
    margin-right: auto;
  }
}
.menu-link {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.2s ease;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem 0;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.menu-link:hover {
  color: #ffffff !important;
}
.menu-link-underline {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: width 0.3s ease;
}
.menu-link:hover .menu-link-underline {
  width: 100%;
}
.dropdown-chevron {
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s ease;
}
.menu-dropdown:hover .dropdown-chevron {
  transform: rotate(180deg);
}
.menu-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}
#desktopCategoryTrigger {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  transition: background 0.2s ease, color 0.2s ease;
  border: none !important;
  outline: none !important;
}
#desktopCategoryTrigger:hover,
#desktopCategoryTrigger[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.1) !important;
}
.dropdown-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 1rem;
  max-height: calc(-20vh);
}
.dropdown-panel.open {
  display: block;
}
.dropdown-flex {
  display: flex;
  max-height: min(72vh, 560px);
}
.dropdown-content {
  min-width: 196px;
  max-width: 196px;
  max-height: min(72vh, 560px);
  background: rgba(15, 15, 26, 0.98);
  backdrop-filter: blur(20px);
  border-radius: 0.75rem 0 0 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.95rem;
  color: rgba(255, 255, 255, 0.8) !important;
  transition: all 0.2s ease;
  cursor: pointer;
  text-decoration: none !important;
}
.dropdown-item:hover,
.dropdown-item.active {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
}
.dropdown-item-all {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.85rem 0.95rem;
  color: #ffffff !important;
}
.dropdown-item-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease;
  color: rgba(255, 255, 255, 0.6);
}
.dropdown-item-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.dropdown-item:hover .dropdown-item-icon,
.dropdown-item.active .dropdown-item-icon {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.dropdown-item-icon-all {
  background: rgba(245, 158, 11, 0.2) !important;
  color: #fbbf24 !important;
}
.dropdown-item:hover .dropdown-item-icon-all {
  background: rgba(245, 158, 11, 0.3) !important;
}
.dropdown-item-text {
  flex: 1;
  min-width: 0;
}
.dropdown-item-title {
  display: block;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.3;
  word-break: break-word;
}
.dropdown-item-desc {
  display: block;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.35;
}
.dropdown-item-arrow {
  width: 1rem;
  height: 1rem;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.2s ease;
  flex-shrink: 0;
}
.dropdown-item:hover .dropdown-item-arrow,
.dropdown-item.active .dropdown-item-arrow {
  color: #ffffff;
}
.dropdown-categories {
  padding: 0.5rem 0;
}
.subcategories-panel {
  display: none;
  min-width: 154px;
  max-width: 154px;
  max-height: min(72vh, 560px);
  background: rgba(15, 17, 26, 0.98);
  backdrop-filter: blur(20px);
  border-radius: 0 0.75rem 0.75rem 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: none;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  padding: 0.75rem;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.subcategories-panel.open {
  display: block;
}
.subcategory-group {
  display: none;
}
.subcategory-group.active {
  display: block;
}
.subcategories-header {
  padding: 0 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.subcategories-title {
  color: #fbbf24;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.subcategory-link {
  display: block;
  padding: 0.375rem 0;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 0.8rem;
  line-height: 1.3;
  word-break: break-word;
  transition: color 0.2s ease;
}
.subcategory-link:hover {
  color: #ffffff !important;
}
.subcategory-link-all {
  color: #fbbf24 !important;
  margin-bottom: 0.5rem;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .header-actions .auth-buttons,
  .header-actions .header-account {
    display: none !important;
  }
}
.action-btn {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  color: #ffffff;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
  position: relative;
}
.action-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.action-btn svg {
  width: 1.25rem;
  height: 1.25rem;
}
.header-search-trigger {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  color: #ffffff;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  flex-shrink: 0;
  padding: 0;
}
.header-search-trigger:hover,
.header-search-trigger[aria-expanded='true'] {
  background: rgba(255, 255, 255, 0.14);
}
.header-search-trigger svg {
  width: 1.35rem;
  height: 1.35rem;
  stroke: currentColor;
}
.app-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  color: #ffffff;
  text-decoration: none;
  background: transparent;
  border: none;
  padding: 0 0.5rem;
  min-width: 60px;
}
.app-nav-item svg {
  width: 24px;
  height: 24px;
  stroke: #ffffff;
}
.app-nav-item span {
  font-size: 0.65rem;
  font-weight: 600;
  font-family: inherit;
  letter-spacing: 0.02em;
}
.app-nav-item:hover,
.app-nav-item.active {
  color: #f59e0b;
  /* peakgear-primary */
}
.app-nav-item:hover svg,
.app-nav-item.active svg {
  stroke: #f59e0b;
}
/* Mobile Menu 2-Column Layout */
.category-menu-layout {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 0;
  background: #0b111a;
  overflow: hidden;
}
@media (min-width: 768px) {
  .category-menu-layout {
    height: 100%;
    border-radius: 0.875rem;
  }
}
.category-menu-sidebar {
  width: 22%;
  min-width: 68px;
  background: #111827;
  height: 100%;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  scrollbar-width: none;
}
.category-menu-sidebar::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .category-menu-sidebar {
    width: 9.5rem;
    min-width: 9.5rem;
  }
}
.category-sidebar-item {
  width: 100%;
  padding: 0.85rem 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  border: none;
  border-left: 3px solid transparent;
  color: rgba(255, 255, 255, 0.6);
  gap: 0.5rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .category-sidebar-item {
    min-height: 4.35rem;
    padding: 0.7rem 0.75rem;
  }
}
.category-sidebar-item .category-sidebar-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}
.category-sidebar-item .category-sidebar-name {
  font-size: 0.65rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
.category-sidebar-item.active {
  background: transparent !important;
  border-left-color: transparent !important;
  color: #f59e0b;
}
.category-sidebar-item.active .category-sidebar-icon svg {
  stroke: #f59e0b;
}
.category-sidebar-item.active .category-sidebar-name {
  font-weight: 600;
}
.category-menu-main {
  width: 75%;
  flex: 1;
  height: 100%;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 1rem;
  padding-bottom: 5rem;
  /* space for bottom nav */
  scrollbar-width: none;
}
.category-menu-main::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .category-menu-main {
    padding: 1.5rem 2rem 2rem;
    padding-bottom: 2rem;
  }
}
.category-main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.category-main-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}
.category-main-view-all {
  font-size: 0.7rem;
  color: #f59e0b;
  text-decoration: none;
}
.category-chips-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.category-chip {
  padding: 0.4rem 0.8rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  color: #ffffff;
  font-size: 0.75rem;
  text-decoration: none;
}
.category-chip:active {
  background: rgba(245, 158, 11, 0.2);
  border-color: #f59e0b;
  color: #f59e0b;
}
.category-featured-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1rem;
}
.category-products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .category-products-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .category-products-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 400px) {
  .category-products-grid {
    grid-template-columns: 1fr;
  }
}
.category-products-empty,
.category-products-loading {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  text-align: center;
  padding: 2rem 0;
}
.auth-buttons {
  display: none;
}
@media (min-width: 768px) {
  .auth-buttons {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none !important;
  white-space: nowrap;
  border: none;
}
.btn-outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff !important;
}
.btn-outline:hover {
  background: rgba(255, 255, 255, 0.2);
}
.btn-primary {
  background: #f59e0b;
  color: #111827 !important;
}
.btn-primary:hover {
  background: #d97706;
}
.btn-block {
  width: 100%;
}
.header-account {
  position: relative;
  display: flex;
  align-items: center;
}
.account-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}
.account-toggle {
  padding: 0 !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  min-width: 2.5rem;
  min-height: 2.5rem;
  background: transparent !important;
  border: none !important;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  transition: background 0.2s ease;
}
.account-toggle:hover {
  background: rgba(255, 255, 255, 0.2) !important;
}
.account-icon {
  width: 1.5rem !important;
  height: 1.5rem !important;
  color: #ffffff;
}
.account-toggle svg {
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.account-panel {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 0.5rem;
  min-width: 240px;
  z-index: 9999;
}
.account-panel.open {
  display: block;
}
.account-panel > .account-info,
.account-panel > .account-links {
  background: rgba(26, 26, 46, 0.95);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.account-info {
  padding: 1rem;
  border-radius: 0.75rem 0.75rem 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.account-name {
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}
.account-email {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0.25rem 0 0;
}
.account-links {
  padding: 0.5rem;
  border-radius: 0 0 0.75rem 0.75rem;
}
.account-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 0.75rem;
  border-radius: 0.375rem;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.875rem;
  transition: background 0.2s ease;
}
.account-link svg {
  width: 1.125rem;
  height: 1.125rem;
}
.account-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
.account-link-logout {
  color: #f87171 !important;
}
.mobile-menu-toggle {
  display: flex;
}
@media (min-width: 768px) {
  .mobile-menu-toggle {
    display: none;
  }
}
@keyframes categoryMenuMobileIn {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes categoryMenuDesktopIn {
  from {
    opacity: 0;
    transform: translate(-50%, -12px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.category-menu-overlay {
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateY(-12px);
  position: fixed;
  top: var(--pg-category-menu-top, 72px);
  bottom: var(--pg-bottom-nav-height, calc(64px + env(safe-area-inset-bottom)));
  left: 0;
  right: 0;
  height: calc(100vh - var(--pg-category-menu-top, 72px) - var(--pg-bottom-nav-height, calc(64px + env(safe-area-inset-bottom))));
  max-height: calc(100vh - var(--pg-category-menu-top, 72px) - var(--pg-bottom-nav-height, calc(64px + env(safe-area-bottom))));
  background: rgba(8, 8, 18, 0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
@media (min-width: 768px) {
  .category-menu-overlay {
    position: absolute;
    top: calc(100% + 0.75rem);
    bottom: auto;
    left: 50%;
    right: auto;
    width: calc(100vw - 4rem);
    max-width: 86rem;
    height: 42rem;
    max-height: calc(100vh - 5.75rem);
    overflow: hidden;
    transform: translate(-50%, -12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.875rem;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.48);
  }
}
@media (min-width: 1440px) {
  .category-menu-overlay {
    max-width: 90rem;
  }
}
@media (max-width: 767px) {
  .category-menu-overlay {
    left: 0;
    right: 0;
    height: calc(100dvh - var(--pg-category-menu-top, 72px) - var(--pg-bottom-nav-height, calc(64px + env(safe-area-inset-bottom))));
    max-height: calc(100dvh - var(--pg-category-menu-top, 72px) - var(--pg-bottom-nav-height, calc(64px + env(safe-area-inset-bottom))));
    min-height: 0;
    overflow: hidden;
    border-radius: 0;
  }
}
.category-menu-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
@media (min-width: 768px) {
  .category-menu-overlay.open {
    transform: translate(-50%, 0);
  }
}
body.mobile-menu-active {
  overflow: hidden;
}
.mobile-menu-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.mobile-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
  font-size: 1rem;
  font-weight: 500;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  cursor: pointer;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  text-align: left;
}
.mobile-menu-link svg {
  width: 1.25rem;
  height: 1.25rem;
}
.mobile-menu-link-logout {
  color: #f87171 !important;
}
.mobile-menu-accordion-content {
  display: none;
  padding: 0 0 0.75rem 1rem;
}
.mobile-menu-accordion-content.open {
  display: block;
}
.mobile-chevron {
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s ease;
}
.mobile-chevron.rotate {
  transform: rotate(180deg);
}
.mobile-category-all {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fbbf24 !important;
  padding: 0.5rem 0;
  font-size: 0.9rem;
  text-decoration: none !important;
}
.mobile-category-all svg {
  width: 1rem;
  height: 1rem;
}
.mobile-category-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.mobile-category-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  width: 100%;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7) !important;
  cursor: pointer;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.9rem;
  text-align: left;
}
.mobile-category-toggle:hover {
  color: #ffffff !important;
}
.mobile-category-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
}
.mobile-category-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.mobile-category-name {
  flex: 1;
}
.mobile-category-chevron {
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s ease;
}
.mobile-category-chevron.rotate {
  transform: rotate(90deg);
}
.mobile-subcategories {
  display: none;
  padding: 0 0 0.5rem 1.75rem;
}
.mobile-subcategories.open {
  display: block;
}
.mobile-subcategory-link {
  display: block;
  padding: 0.375rem 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5) !important;
  text-decoration: none !important;
}
.mobile-subcategory-link:hover {
  color: #ffffff !important;
}
.mobile-subcategory-all {
  color: #fbbf24 !important;
}
.mobile-subcategory-all:hover {
  color: #f59e0b !important;
}
.mobile-auth-buttons {
  display: flex;
  gap: 0.75rem;
  padding-top: 0.75rem;
}
.mobile-auth-buttons .btn {
  flex: 1;
}
.mobile-auth-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
}
.mobile-auth-avatar {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #f59e0b;
  color: #111827;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-auth-name {
  font-weight: 600;
  margin: 0;
}
.mobile-auth-email {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.action-btn.search-toggle,
.action-btn.minicart-toggle,
.action-btn.account-toggle {
  transform: none !important;
  width: 40px !important;
  height: 40px !important;
}
.action-btn svg {
  width: 24px !important;
  height: 24px !important;
}
body.search-overlay-active {
  overflow: hidden;
}
.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}
.search-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.search-overlay [hidden] {
  display: none !important;
}
.search-overlay-backdrop {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(245, 158, 11, 0.12), transparent 28%), linear-gradient(180deg, rgba(6, 10, 18, 0.92), rgba(6, 10, 18, 0.97));
  backdrop-filter: blur(14px);
}
.search-overlay-panel {
  position: relative;
  z-index: 1;
  width: 100vw;
  min-height: 100vh;
  max-height: 100vh;
  margin: 0;
  padding: 5.75rem 2rem 2rem;
  border-radius: 0;
  border: none;
  background: linear-gradient(180deg, rgba(14, 20, 31, 0.98), rgba(9, 14, 23, 0.98));
  box-shadow: none;
  overflow: auto;
}
@media (max-width: 767px) {
  .search-overlay-panel {
    width: 100vw;
    min-height: 100vh;
    max-height: 100vh;
    margin: 0;
    padding: 4.75rem 1rem 1.5rem;
    border-radius: 0;
  }
}
.search-overlay-form {
  margin: 0 auto 1.25rem;
  width: 100%;
  max-width: 1120px;
}
.search-overlay-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 3rem 3rem;
  gap: 0.625rem;
  align-items: center;
}
@media (max-width: 767px) {
  .search-overlay-bar {
    grid-template-columns: minmax(0, 1fr) 2.75rem;
    gap: 0.5rem;
  }
}
.search-overlay-input {
  width: 100%;
  height: 3rem;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.92rem;
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.search-overlay-input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}
.search-overlay-input:focus {
  outline: none;
  border-color: rgba(245, 158, 11, 0.7);
  box-shadow: 0 0 0 6px rgba(245, 158, 11, 0.1);
}
@media (max-width: 767px) {
  .search-overlay-input {
    height: 2.75rem;
    font-size: 0.88rem;
    padding: 0 0.875rem;
  }
}
.search-overlay-submit,
.search-overlay-close {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.search-overlay-submit:hover,
.search-overlay-close:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}
.search-overlay-submit svg,
.search-overlay-close svg {
  width: 1rem;
  height: 1rem;
  stroke: #ffffff;
}
@media (max-width: 767px) {
  .search-overlay-submit,
  .search-overlay-close {
    width: 2.75rem;
    height: 2.75rem;
  }
}
.search-overlay-body {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.search-overlay-default,
.search-overlay-results {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}
.search-overlay-section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.search-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.search-overlay-title {
  margin: 0;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .search-overlay-title {
    font-size: 0.74rem;
  }
}
.search-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.search-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.3rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  font-size: 0.82rem;
}
.search-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(245, 158, 11, 0.4);
  background: rgba(255, 255, 255, 0.08);
}
.search-chip span {
  font-weight: 600;
}
.search-chip small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.72rem;
  font-weight: 700;
}
.search-chip-keyword {
  font-weight: 600;
}
.search-view-all {
  color: #fbbf24 !important;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
}
.search-view-all:hover {
  color: #f59e0b !important;
}
.search-result-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}
@media (max-width: 1199px) {
  .search-result-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .search-result-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .search-result-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.4rem;
  }
}
.search-result-grid-suggested {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (max-width: 1199px) {
  .search-result-grid-suggested {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .search-result-grid-suggested {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .search-result-grid-suggested {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.search-result-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-radius: 1rem;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.search-result-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
  border-color: rgba(245, 158, 11, 0.26);
}
.search-result-image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background: #ffffff;
  border-radius: 1rem 1rem 0 0;
}
.search-result-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .search-result-image img {
    padding: 0.25rem;
  }
}
.search-result-image-fallback {
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.58);
}
.search-result-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.75rem 0.8rem 0.85rem;
}
@media (max-width: 767px) {
  .search-result-content {
    padding: 0.4rem;
    gap: 0.15rem;
  }
}
.search-result-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .search-result-name {
    font-size: 0.75rem;
    min-height: 2.6em;
  }
}
.search-result-price {
  color: #f59e0b;
  font-size: 0.82rem;
  font-weight: 800;
}
@media (max-width: 767px) {
  .search-result-price {
    font-size: 0.75rem;
  }
}
.search-empty-state {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px dashed rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.84rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .search-overlay-close {
    display: none !important;
  }
}
.header-minicart {
  display: flex;
  align-items: center;
  position: relative;
}
.header-minicart .minicart-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  color: #ffffff;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
  position: relative;
  text-decoration: none;
}
.header-minicart .minicart-toggle:hover {
  background: rgba(255, 255, 255, 0.2);
}
.header-minicart .minicart-toggle svg {
  width: 1.25rem;
  height: 1.25rem;
}
.minicart-counter {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 1.25rem;
  height: 1.25rem;
  background: #f59e0b;
  border-radius: 50%;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  font-weight: 600;
}
.peakgear-minicart-panel {
  position: absolute;
  top: calc(100% + 0.75rem);
  right: -1.25rem;
  z-index: 1200;
  width: 27rem;
  max-width: calc(100vw - 2rem);
  box-sizing: border-box;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.875rem;
  background: rgba(26, 26, 46, 0.98);
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.36);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.4rem);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.peakgear-minicart-panel.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.peakgear-minicart-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.peakgear-minicart-head strong {
  display: block;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.25;
}
.peakgear-minicart-kicker {
  margin: 0 0 0.2rem;
  color: #f59e0b;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.peakgear-minicart-close,
.peakgear-minicart-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  cursor: pointer;
}
.peakgear-minicart-close svg,
.peakgear-minicart-remove svg {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
}
.peakgear-minicart-close {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.peakgear-minicart-close:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}
.peakgear-minicart-close svg {
  width: 1rem;
  height: 1rem;
  stroke: #ffffff;
}
.peakgear-minicart-items {
  display: grid;
  gap: 0.85rem;
  max-height: 22rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.95rem 0;
  scrollbar-width: thin;
}
.peakgear-minicart-item {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr) 2.15rem;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  width: 100%;
}
.peakgear-minicart-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.7rem;
  font-weight: 700;
  text-decoration: none;
}
.peakgear-minicart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.peakgear-minicart-item-body {
  min-width: 0;
}
.peakgear-minicart-item-name {
  display: -webkit-box;
  overflow: hidden;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.peakgear-minicart-item-name:hover {
  color: #f59e0b;
}
.peakgear-minicart-item-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.8rem;
}
.peakgear-minicart-item-meta strong {
  color: #f59e0b;
  font-size: 0.86rem;
  line-height: 1.2;
  white-space: nowrap;
}
.peakgear-minicart-item-meta .price {
  font-size: 0.86rem;
  line-height: 1.2;
}
.peakgear-minicart-remove {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  color: #ffffff;
}
.peakgear-minicart-remove:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}
.peakgear-minicart-remove:disabled {
  cursor: wait;
  opacity: 0.6;
}
.peakgear-minicart-remove svg {
  width: 1.12rem;
  height: 1.12rem;
}
.peakgear-minicart-empty {
  padding: 1.2rem 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  text-align: center;
}
.peakgear-minicart-footer {
  display: grid;
  gap: 0.85rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.peakgear-minicart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}
.peakgear-minicart-total strong {
  color: #f59e0b;
  font-size: 1.05rem;
  white-space: nowrap;
}
.peakgear-minicart-cart-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.75rem;
  border-radius: 0.65rem;
  background: #f59e0b;
  color: #111827;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}
.peakgear-minicart-cart-link:hover {
  color: #111827;
  background: #f6a823;
}
@media (max-width: 767px) {
  .peakgear-minicart-panel {
    position: fixed;
    top: 4.75rem;
    right: 1rem;
    left: 1rem;
    width: auto;
    max-width: none;
    max-height: calc(100vh - 6rem);
    overflow: hidden;
    padding: 0.9rem;
  }
  .peakgear-minicart-items {
    max-height: calc(100vh - 18rem);
  }
  .peakgear-minicart-item {
    grid-template-columns: 3.6rem minmax(0, 1fr) 2.15rem;
    align-items: start;
  }
  .peakgear-minicart-thumb {
    width: 3.6rem;
    height: 3.6rem;
  }
  .peakgear-minicart-item-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2rem;
  }
}
:root {
  --pg-forest: #1a2e1e;
  --pg-green: #2d5a27;
  --pg-lime: #5a8a3c;
  --pg-sage: #8fb87a;
  --pg-mist: #c8ddb8;
  --pg-snow: #f0f7ea;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.account-page {
  background: #0f0f1a;
  min-height: 100vh;
}
.page-title-wrapper {
  display: none !important;
}
.main-content {
  padding-top: 5rem;
}
.block-dashboard-info,
.block-dashboard-addresses,
.sidebar-additional {
  display: none !important;
}
.account-hero {
  background: linear-gradient(135deg, #0f0f1a 0%, #1a1a2e 100%);
  border-radius: 1rem;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
  animation: fadeIn 0.6s ease-out;
}
.account-hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: radial-gradient(circle at 70% 30%, rgba(245, 158, 11, 0.08) 0%, transparent 50%);
  pointer-events: none;
}
.account-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 60'%3E%3Cpath d='M0,60 L0,40 L100,15 L200,35 L320,5 L440,30 L540,3 L650,25 L760,0 L870,22 L980,8 L1100,28 L1200,12 L1200,60 Z' fill='rgba(255,255,255,0.02)'/%3E%3C/svg%3E") center bottom / cover no-repeat;
  pointer-events: none;
}
.account-hero-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}
.account-avatar-large {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #f59e0b 0%, rgba(245, 158, 11, 0.7) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 600;
  color: white;
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.25);
  flex-shrink: 0;
}
.account-welcome {
  flex: 1;
}
.account-welcome h1 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 0.25rem;
  letter-spacing: -0.02em;
}
.account-welcome p {
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  font-size: 0.9rem;
}
.account-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem 3rem;
}
.account-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.account-info-card {
  grid-column: 1 / -1;
}
.account-card {
  display: block;
  text-decoration: none !important;
  background: #1a1a2e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.875rem;
  padding: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  animation: fadeInUp 0.5s ease-out backwards;
}
.account-card:nth-child(1) {
  animation-delay: 0.1s;
}
.account-card:nth-child(2) {
  animation-delay: 0.15s;
}
.account-card:nth-child(3) {
  animation-delay: 0.2s;
}
.account-card:nth-child(4) {
  animation-delay: 0.25s;
}
.account-card:nth-child(5) {
  animation-delay: 0.3s;
}
.account-card:nth-child(6) {
  animation-delay: 0.35s;
}
.account-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25), 0 4px 12px rgba(245, 158, 11, 0.1);
  border-color: rgba(245, 158, 11, 0.2);
}
.account-card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.account-card-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.625rem;
  background: rgba(245, 158, 11, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f59e0b;
  transition: all 0.3s ease;
}
.account-card-icon svg {
  width: 1.125rem;
  height: 1.125rem;
}
.account-card:hover .account-card-icon {
  background: rgba(245, 158, 11, 0.18);
  transform: scale(1.05);
}
.account-card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.01em;
}
.toggle-switch {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 3rem;
  user-select: none;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9375rem;
}
.toggle-switch input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.25rem;
  height: 1.25rem;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 2rem;
  transition: .4s;
}
.toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 1rem;
  width: 1rem;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  border-radius: 50%;
  transition: .4s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.toggle-switch input:checked + .slider {
  background-color: #f59e0b;
}
.toggle-switch input:focus + .slider {
  box-shadow: 0 0 1px #f59e0b;
}
.toggle-switch input:checked + .slider:before {
  transform: translateX(1rem);
}
.account-card-content {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.875rem;
  line-height: 1.65;
}
.account-card-content p {
  margin: 0 0 0.5rem;
}
.account-card-content p:last-child {
  margin-bottom: 0;
}
.account-card-content strong {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}
.account-card-content.info-split {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.account-card-content .info-split-column {
  flex: 1;
  min-width: 200px;
}
.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
  background: #0f0f1a;
  border: 1px solid rgba(245, 158, 11, 0.2);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
}
.modal-popup.modal-slide._inner-scroll .modal-header {
  padding-bottom: 0;
}
.modal-popup.modal-slide._inner-scroll .modal-header .action-close {
  color: #ffffff;
  padding: 1rem;
}
.modal-popup.modal-slide._inner-scroll .modal-header .action-close:hover {
  color: #f59e0b;
}
.modal-popup.modal-slide._inner-scroll .modal-title {
  color: #ffffff;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 1rem;
}
.modal-popup.modal-slide._inner-scroll .modal-content {
  padding: 2rem;
}
.modal-popup.modal-slide._inner-scroll .modal-content p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
}
.modal-popup.modal-slide._inner-scroll .modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
}
.modal-popup.modal-slide._inner-scroll .modal-footer .action.primary {
  background: #f59e0b;
  border: none;
  color: white;
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  transition: all 0.2s;
}
.modal-popup.modal-slide._inner-scroll .modal-footer .action.primary:hover {
  background: #f6a823;
}
.account-card-action {
  margin-top: 1.25rem;
}
.btn-account {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #f59e0b;
  color: white !important;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none !important;
  transition: all 0.25s ease;
}
.btn-account:hover {
  background: #f6a823;
  transform: translateX(2px);
  box-shadow: 0 4px 16px rgba(245, 158, 11, 0.3);
}
.btn-account svg {
  width: 0.875rem;
  height: 0.875rem;
  transition: transform 0.25s ease;
}
.btn-account:hover svg {
  transform: translateX(2px);
}
.edit-hero {
  background: linear-gradient(135deg, #0f0f1a 0%, #1a1a2e 100%);
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  margin-bottom: 2rem;
  animation: fadeIn 0.5s ease-out;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.edit-hero-content {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.edit-hero-content h1 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.02em;
}
.edit-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem 3rem;
  animation: fadeInUp 0.5s ease-out 0.1s backwards;
  box-sizing: border-box;
}
.edit-form-card {
  background: #1a1a2e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.875rem;
  padding: 2rem;
  margin-bottom: 1.5rem;
  box-sizing: border-box;
}
.edit-form-card form {
  width: 100%;
  max-width: 100%;
}
.form-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
}
.field {
  margin-bottom: 1.25rem;
}
.field label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.5rem;
}
.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field input[type="password"],
.field select,
.field textarea {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  color: #ffffff;
  font-size: 0.9375rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  transition: all 0.25s ease;
  box-sizing: border-box;
}
.field input[type="text"]:focus,
.field input[type="email"]:focus,
.field input[type="tel"]:focus,
.field input[type="password"]:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: #f59e0b;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.12);
}
.field input[type="text"]::placeholder,
.field input[type="email"]::placeholder,
.field input[type="tel"]::placeholder,
.field input[type="password"]::placeholder,
.field select::placeholder,
.field textarea::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
  padding-right: 2.5rem;
}
.field select option {
  background: #0f0f1a;
  color: #ffffff;
}
.select2-container--default .select2-selection--single {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 0.5rem !important;
  height: 48px !important;
  display: flex;
  align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff !important;
  padding-left: 1rem !important;
  line-height: normal !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px !important;
  right: 0.5rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent !important;
}
.select2-dropdown {
  background: #1a1a1a !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  border-radius: 0.5rem !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 0.25rem;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f59e0b !important;
  color: white !important;
}
.select2-results__option {
  padding: 0.5rem 1rem !important;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 600px) {
  .field-row {
    grid-template-columns: 1fr;
  }
}
.form-actions {
  margin-top: 2rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.btn-save {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: transparent;
  color: #f59e0b !important;
  border: 1.5px solid #f59e0b;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none !important;
  letter-spacing: 0.01em;
}
.btn-save:hover {
  background: #f59e0b;
  color: #111 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245, 158, 11, 0.3);
}
.btn-save:active {
  transform: translateY(0);
  box-shadow: none;
}
.btn-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.75) !important;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none !important;
  transition: all 0.25s ease;
}
.btn-back:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.25);
  color: #ffffff !important;
}
.address-section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.address-section-title {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.address-section-title svg {
  width: 1.125rem;
  height: 1.125rem;
  color: #f59e0b;
}
.shipping-info-display {
  margin-bottom: 1.5rem;
}
.info-row {
  display: flex;
  margin-bottom: 0.75rem;
}
.info-row .info-label {
  width: 120px;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}
.info-row .info-value {
  color: #ffffff;
  font-size: 0.875rem;
}
.saved-addresses {
  margin-bottom: 2rem;
}
.saved-address-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
  padding: 1.25rem;
  margin-bottom: 1rem;
  transition: all 0.25s ease;
}
.saved-address-card:hover {
  border-color: rgba(255, 255, 255, 0.15);
}
.saved-address-card.default-address {
  border-color: rgba(245, 158, 11, 0.25);
  background: rgba(245, 158, 11, 0.04);
}
.address-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f59e0b;
  margin-bottom: 0.5rem;
}
.address-content {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
  line-height: 1.6;
}
.address-actions {
  margin-top: 1rem;
  display: flex;
  gap: 0.75rem;
}
.address-actions a {
  font-size: 0.8125rem;
  color: #f59e0b;
  text-decoration: none;
  transition: color 0.2s ease;
}
.address-actions a:hover {
  color: #f7b13c;
  text-decoration: underline;
}
.field.mage-error input,
.field._error input,
.field.mage-error select,
.field._error select,
.field.mage-error textarea,
.field._error textarea {
  border-color: #ff6b6b !important;
  background: rgba(255, 107, 107, 0.05);
}
.mage-error,
div.mage-error {
  color: #ff6b6b;
  font-size: 0.8125rem;
  margin-top: 0.375rem;
  display: block;
}
.message-success {
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.25);
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}
.message-success > *:first-child:before {
  display: none;
}
.message-error {
  background: rgba(255, 107, 107, 0.12);
  border: 1px solid rgba(255, 107, 107, 0.25);
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}
.message-error > *:first-child:before {
  display: none;
}
@media (max-width: 768px) {
  .account-hero {
    padding: 1.5rem 1rem;
    border-radius: 0.75rem;
  }
  .account-hero-content {
    flex-direction: column;
    text-align: center;
  }
  .account-avatar-large {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.375rem;
  }
  .account-welcome h1 {
    font-size: 1.25rem;
  }
  .account-container {
    padding: 0 1rem 2rem;
  }
  .account-grid {
    grid-template-columns: 1fr;
  }
  .edit-hero {
    border-radius: 0.75rem;
    padding: 1.5rem 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .edit-hero-content h1 {
    font-size: 1.25rem;
  }
  .edit-container {
    padding: 0 1rem 2rem;
  }
  .edit-form-card {
    padding: 1.5rem;
  }
  .form-actions {
    flex-direction: column;
  }
  .form-actions .btn-save,
  .form-actions .btn-back {
    width: 100%;
    justify-content: center;
  }
}
.pg-table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 0.25rem;
}
.pg-table-scroll::-webkit-scrollbar {
  height: 4px;
}
.pg-table-scroll::-webkit-scrollbar-thumb {
  background: rgba(245, 158, 11, 0.4);
  border-radius: 4px;
}
.pg-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.pg-table thead tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pg-table thead th {
  padding: 0.625rem 1rem;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #ffffff;
  white-space: nowrap;
}
.pg-table thead th:first-child {
  padding-left: 0;
}
.pg-table thead th:last-child {
  padding-right: 0;
}
.pg-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.15s;
}
.pg-table tbody tr:last-child {
  border-bottom: none;
}
.pg-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.035);
}
.pg-table tbody td {
  padding: 1rem;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.82);
}
.pg-table tbody td:first-child {
  padding-left: 0;
}
.pg-table tbody td:last-child {
  padding-right: 0;
}
.pg-table__id {
  font-weight: 700;
  color: #fff !important;
  font-size: 0.9375rem;
  white-space: nowrap;
}
.pg-table__muted {
  color: #ffffff !important;
  font-size: 0.8125rem;
}
.pg-table__price {
  font-weight: 700;
  color: #f59e0b !important;
  font-size: 1rem;
  white-space: nowrap;
}
.pg-table__link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}
.pg-table__link:hover {
  color: #f59e0b;
}
.pg-table__excerpt {
  max-width: 240px;
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 0.8125rem;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pg-table__actions {
  display: flex;
  gap: 0.5rem;
  white-space: nowrap;
}
.pg-action-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.875rem;
  border: 1.5px solid #f59e0b;
  border-radius: 0.375rem;
  background: transparent;
  color: #f59e0b !important;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.pg-action-btn:hover {
  background: #f59e0b;
  color: #111 !important;
}
.pg-action-btn--ghost {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6) !important;
}
.pg-action-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
}
.pg-action-btn--danger {
  border-color: rgba(255, 107, 107, 0.4) !important;
  color: #ff6b6b !important;
}
.pg-action-btn--danger:hover {
  background: rgba(255, 107, 107, 0.15) !important;
  color: #ff6b6b !important;
}
.pg-badge {
  display: inline-block;
  padding: 0.2rem 0.65rem;
  border-radius: 2rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.pg-badge--pending,
.pg-badge--pending_payment {
  background: rgba(245, 158, 11, 0.15);
  color: #f59e0b;
  border-color: rgba(245, 158, 11, 0.3);
}
.pg-badge--processing {
  background: rgba(90, 138, 60, 0.15);
  color: #7ab648;
  border-color: rgba(90, 138, 60, 0.3);
}
.pg-badge--complete {
  background: rgba(78, 205, 196, 0.15);
  color: #4ecdc4;
  border-color: rgba(78, 205, 196, 0.3);
}
.pg-badge--canceled,
.pg-badge--closed {
  background: rgba(255, 107, 107, 0.15);
  color: #ff6b6b;
  border-color: rgba(255, 107, 107, 0.3);
}
.pg-badge--holded {
  background: rgba(150, 150, 150, 0.12);
  color: #aaa;
  border-color: rgba(150, 150, 150, 0.2);
}
.pg-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.pg-empty-notice {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px dashed rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.9375rem;
  margin-top: 0.5rem;
}
.pg-empty-notice svg {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.25);
}
.pg-pager-wrap {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-end;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.review-customer-index .pg-review-listing,
.myaccount-reviews-index .pg-review-listing {
  margin-top: 0.5rem;
}
.review-customer-index .pg-review-table,
.myaccount-reviews-index .pg-review-table {
  table-layout: fixed;
}
.review-customer-index .pg-review-table thead th:nth-child(1),
.myaccount-reviews-index .pg-review-table thead th:nth-child(1) {
  width: 100px;
}
.review-customer-index .pg-review-table thead th:nth-child(2),
.myaccount-reviews-index .pg-review-table thead th:nth-child(2) {
  width: 36%;
}
.review-customer-index .pg-review-table thead th:nth-child(3),
.myaccount-reviews-index .pg-review-table thead th:nth-child(3) {
  width: 148px;
}
.review-customer-index .pg-review-table tbody td,
.myaccount-reviews-index .pg-review-table tbody td {
  vertical-align: top;
}
.review-customer-index .pg-review-table .pg-table__muted,
.myaccount-reviews-index .pg-review-table .pg-table__muted {
  padding-top: 1.15rem;
}
.review-customer-index .pg-review-table .pg-table__link,
.myaccount-reviews-index .pg-review-table .pg-table__link {
  display: inline-block;
  line-height: 1.55;
}
.review-customer-index .pg-review-table .pg-stars,
.myaccount-reviews-index .pg-review-table .pg-stars {
  padding-top: 0.15rem;
}
.review-customer-index .pg-review-table .pg-table__excerpt,
.myaccount-reviews-index .pg-review-table .pg-table__excerpt {
  max-width: none;
  line-clamp: unset;
  -webkit-line-clamp: unset;
  display: block;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72) !important;
  word-break: break-word;
}
.review-customer-index .pg-pager-wrap,
.myaccount-reviews-index .pg-pager-wrap {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  justify-content: flex-end;
}
.review-customer-index .pg-pager-wrap .toolbar,
.myaccount-reviews-index .pg-pager-wrap .toolbar {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
}
.review-customer-index .pg-pager-wrap .toolbar:before,
.myaccount-reviews-index .pg-pager-wrap .toolbar:before,
.review-customer-index .pg-pager-wrap .toolbar:after,
.myaccount-reviews-index .pg-pager-wrap .toolbar:after {
  display: none !important;
}
.review-customer-index .pg-pager-wrap .toolbar-amount,
.myaccount-reviews-index .pg-pager-wrap .toolbar-amount,
.review-customer-index .pg-pager-wrap .limiter,
.myaccount-reviews-index .pg-pager-wrap .limiter,
.review-customer-index .pg-pager-wrap .limiter-text,
.myaccount-reviews-index .pg-pager-wrap .limiter-text,
.review-customer-index .pg-pager-wrap .pages-label,
.myaccount-reviews-index .pg-pager-wrap .pages-label,
.review-customer-index .pg-pager-wrap .label,
.myaccount-reviews-index .pg-pager-wrap .label,
.review-customer-index .pg-pager-wrap label,
.myaccount-reviews-index .pg-pager-wrap label {
  display: none !important;
}
.review-customer-index .pg-pager-wrap .pages,
.myaccount-reviews-index .pg-pager-wrap .pages {
  margin: 0;
  padding: 0;
}
.review-customer-index .pg-pager-wrap .items.pages-items,
.myaccount-reviews-index .pg-pager-wrap .items.pages-items {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.review-customer-index .pg-pager-wrap .item,
.myaccount-reviews-index .pg-pager-wrap .item {
  margin: 0;
  padding: 0;
}
.review-customer-index .pg-pager-wrap .page,
.myaccount-reviews-index .pg-pager-wrap .page,
.review-customer-index .pg-pager-wrap .action.next,
.myaccount-reviews-index .pg-pager-wrap .action.next,
.review-customer-index .pg-pager-wrap .action.previous,
.myaccount-reviews-index .pg-pager-wrap .action.previous {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 2.25rem !important;
  height: 2.25rem !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 0.35rem !important;
  background: rgba(255, 255, 255, 0.02) !important;
  color: #fff !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}
.review-customer-index .pg-pager-wrap strong.page,
.myaccount-reviews-index .pg-pager-wrap strong.page {
  border-color: #f59e0b !important;
  background: rgba(245, 158, 11, 0.15) !important;
  color: #f59e0b !important;
}
.review-customer-index .pg-pager-wrap a.page:hover,
.myaccount-reviews-index .pg-pager-wrap a.page:hover,
.review-customer-index .pg-pager-wrap .action.next:hover,
.myaccount-reviews-index .pg-pager-wrap .action.next:hover,
.review-customer-index .pg-pager-wrap .action.previous:hover,
.myaccount-reviews-index .pg-pager-wrap .action.previous:hover {
  border-color: rgba(245, 158, 11, 0.4) !important;
  background: rgba(245, 158, 11, 0.08) !important;
  color: #f59e0b !important;
}
.review-customer-index .pg-pager-wrap .action.previous span,
.myaccount-reviews-index .pg-pager-wrap .action.previous span,
.review-customer-index .pg-pager-wrap .action.next span,
.myaccount-reviews-index .pg-pager-wrap .action.next span {
  display: none !important;
}
.review-customer-index .pg-pager-wrap .action.previous:before,
.myaccount-reviews-index .pg-pager-wrap .action.previous:before,
.review-customer-index .pg-pager-wrap .action.previous::before,
.myaccount-reviews-index .pg-pager-wrap .action.previous::before {
  content: '\2039' !important;
  font-family: Arial, sans-serif !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
  position: relative;
  top: -2px;
}
.review-customer-index .pg-pager-wrap .action.next:before,
.myaccount-reviews-index .pg-pager-wrap .action.next:before,
.review-customer-index .pg-pager-wrap .action.next::before,
.myaccount-reviews-index .pg-pager-wrap .action.next::before {
  content: '\203A' !important;
  font-family: Arial, sans-serif !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
  position: relative;
  top: -2px;
}
.pg-wishlist-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.pg-wishlist-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.wishlist-index-index .form-wishlist-items {
  width: 100% !important;
  float: none !important;
}
.wishlist-index-index .products-grid.wishlist,
.wishlist-index-index .pg-wishlist-list {
  margin-top: 0.5rem;
  width: 100% !important;
  display: block !important;
  float: none !important;
}
.wishlist-index-index .products-grid.wishlist .product-items,
.wishlist-index-index .pg-wishlist-list .product-items {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.875rem !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}
.wishlist-index-index .products-grid.wishlist .product-item,
.wishlist-index-index .pg-wishlist-list .product-item {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  clear: both !important;
}
.wishlist-index-index .products-grid.wishlist .product-item-info,
.wishlist-index-index .pg-wishlist-list .product-item-info {
  display: flex !important;
  width: 100% !important;
  max-width: 100% !important;
  gap: 1.25rem;
  align-items: center;
  padding: 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.875rem;
  box-sizing: border-box !important;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.wishlist-index-index .products-grid.wishlist .product-item-info:hover,
.wishlist-index-index .pg-wishlist-list .product-item-info:hover {
  border-color: rgba(245, 158, 11, 0.26);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}
.wishlist-index-index .products-grid.wishlist .product-item-media,
.wishlist-index-index .pg-wishlist-list .product-item-media {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 100px;
  min-width: 0;
}
.wishlist-index-index .products-grid.wishlist .product-item-photo,
.wishlist-index-index .pg-wishlist-list .product-item-photo {
  display: block;
  width: 100px;
  min-width: 100px;
  overflow: hidden;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
}
.wishlist-index-index .products-grid.wishlist .product-item-photo .product-image-container,
.wishlist-index-index .pg-wishlist-list .product-item-photo .product-image-container {
  width: 100px !important;
  max-width: 100px !important;
  display: block;
}
.wishlist-index-index .products-grid.wishlist .product-item-photo .product-image-wrapper,
.wishlist-index-index .pg-wishlist-list .product-item-photo .product-image-wrapper {
  padding-bottom: 100% !important;
}
.wishlist-index-index .products-grid.wishlist .product-item-photo img,
.wishlist-index-index .pg-wishlist-list .product-item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.wishlist-index-index .products-grid.wishlist .product-item:hover .product-item-photo img,
.wishlist-index-index .pg-wishlist-list .product-item:hover .product-item-photo img {
  transform: scale(1.04);
}
.wishlist-index-index .products-grid.wishlist .product-item-details,
.wishlist-index-index .pg-wishlist-list .product-item-details {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
}
.wishlist-index-index .products-grid.wishlist .pg-wishlist-title,
.wishlist-index-index .pg-wishlist-list .pg-wishlist-title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  transition: color 0.2s;
  margin: 0;
}
.wishlist-index-index .products-grid.wishlist .pg-wishlist-title:hover,
.wishlist-index-index .pg-wishlist-list .pg-wishlist-title:hover {
  color: #f59e0b;
}
.wishlist-index-index .products-grid.wishlist .product-item-pricing,
.wishlist-index-index .pg-wishlist-list .product-item-pricing {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.875rem;
}
.wishlist-index-index .products-grid.wishlist .price-box,
.wishlist-index-index .pg-wishlist-list .price-box {
  margin: 0;
}
.wishlist-index-index .products-grid.wishlist .price,
.wishlist-index-index .pg-wishlist-list .price {
  color: #f59e0b !important;
  font-weight: 700;
  font-size: 1.05rem;
}
.wishlist-index-index .products-grid.wishlist .price-label,
.wishlist-index-index .pg-wishlist-list .price-label {
  display: none;
}
.wishlist-index-index .products-grid.wishlist .product.options,
.wishlist-index-index .pg-wishlist-list .product.options {
  display: none;
}
.wishlist-index-index .products-grid.wishlist .product-item-cta,
.wishlist-index-index .pg-wishlist-list .product-item-cta {
  flex: 0 0 auto;
}
.wishlist-index-index .products-grid.wishlist .pg-wishlist-buttons,
.wishlist-index-index .pg-wishlist-list .pg-wishlist-buttons {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.wishlist-index-index .products-grid.wishlist .box-tocart,
.wishlist-index-index .pg-wishlist-list .box-tocart,
.wishlist-index-index .products-grid.wishlist .box-tocart .fieldset,
.wishlist-index-index .pg-wishlist-list .box-tocart .fieldset,
.wishlist-index-index .products-grid.wishlist .box-tocart .product-item-actions,
.wishlist-index-index .pg-wishlist-list .box-tocart .product-item-actions,
.wishlist-index-index .products-grid.wishlist .product-item-inner > .product-item-actions,
.wishlist-index-index .pg-wishlist-list .product-item-inner > .product-item-actions {
  margin: 0;
}
.wishlist-index-index .products-grid.wishlist .box-tocart .fieldset,
.wishlist-index-index .pg-wishlist-list .box-tocart .fieldset {
  padding: 0;
  border: 0;
  min-width: 0;
}
.wishlist-index-index .products-grid.wishlist .box-tocart .product-item-actions,
.wishlist-index-index .pg-wishlist-list .box-tocart .product-item-actions {
  display: flex;
  margin: 0;
}
.wishlist-index-index .products-grid.wishlist .actions-primary,
.wishlist-index-index .pg-wishlist-list .actions-primary {
  margin: 0;
}
.wishlist-index-index .products-grid.wishlist .action.tocart,
.wishlist-index-index .pg-wishlist-list .action.tocart,
.wishlist-index-index .products-grid.wishlist .action.btn-cart,
.wishlist-index-index .pg-wishlist-list .action.btn-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.65rem 1rem;
  border: 1.5px solid #f59e0b;
  border-radius: 999px;
  background: transparent;
  color: #f59e0b !important;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
}
.wishlist-index-index .products-grid.wishlist .action.tocart:hover,
.wishlist-index-index .pg-wishlist-list .action.tocart:hover,
.wishlist-index-index .products-grid.wishlist .action.btn-cart:hover,
.wishlist-index-index .pg-wishlist-list .action.btn-cart:hover {
  background: #f59e0b;
  color: #111 !important;
}
.wishlist-index-index .products-grid.wishlist .action.delete,
.wishlist-index-index .pg-wishlist-list .action.delete {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.65rem 0.95rem;
  border: 1px solid rgba(255, 107, 107, 0.3);
  border-radius: 999px;
  background: rgba(255, 107, 107, 0.08);
  color: #ff6b6b !important;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
}
.wishlist-index-index .products-grid.wishlist .action.delete:hover,
.wishlist-index-index .pg-wishlist-list .action.delete:hover {
  background: rgba(255, 107, 107, 0.2);
}
.wishlist-index-index .products-grid.wishlist .field.qty,
.wishlist-index-index .pg-wishlist-list .field.qty,
.wishlist-index-index .products-grid.wishlist .comment-box,
.wishlist-index-index .pg-wishlist-list .comment-box,
.wishlist-index-index .products-grid.wishlist .action.edit,
.wishlist-index-index .pg-wishlist-list .action.edit,
.wishlist-index-index .products-grid.wishlist .product-reviews-summary,
.wishlist-index-index .pg-wishlist-list .product-reviews-summary,
.wishlist-index-index .products-grid.wishlist .product-item-name,
.wishlist-index-index .pg-wishlist-list .product-item-name,
.wishlist-index-index .products-grid.wishlist .product-item-heading,
.wishlist-index-index .pg-wishlist-list .product-item-heading,
.wishlist-index-index .products-grid.wishlist .product-item-inner,
.wishlist-index-index .pg-wishlist-list .product-item-inner {
  display: none;
}
.wishlist-index-index .products-grid.wishlist .stock,
.wishlist-index-index .pg-wishlist-list .stock {
  margin: 0;
  text-align: right;
  color: rgba(255, 255, 255, 0.68);
}
.wishlist-index-index .pg-wishlist-toolbar,
.wishlist-index-index .pg-pager-wrap {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.wishlist-index-index .pg-wishlist-toolbar .toolbar,
.wishlist-index-index .pg-pager-wrap .toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
}
.wishlist-index-index .pg-wishlist-toolbar .toolbar:before,
.wishlist-index-index .pg-pager-wrap .toolbar:before,
.wishlist-index-index .pg-wishlist-toolbar .toolbar:after,
.wishlist-index-index .pg-pager-wrap .toolbar:after {
  display: none !important;
}
.wishlist-index-index .pg-wishlist-toolbar .toolbar-amount,
.wishlist-index-index .pg-pager-wrap .toolbar-amount,
.wishlist-index-index .pg-wishlist-toolbar .limiter,
.wishlist-index-index .pg-pager-wrap .limiter,
.wishlist-index-index .pg-wishlist-toolbar .limiter-text,
.wishlist-index-index .pg-pager-wrap .limiter-text,
.wishlist-index-index .pg-wishlist-toolbar label,
.wishlist-index-index .pg-pager-wrap label {
  display: none !important;
}
.wishlist-index-index .pg-wishlist-toolbar .pages,
.wishlist-index-index .pg-pager-wrap .pages {
  margin: 0;
  padding: 0;
  display: flex;
}
.wishlist-index-index .pg-wishlist-toolbar .items.pages-items,
.wishlist-index-index .pg-pager-wrap .items.pages-items {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.wishlist-index-index .pg-wishlist-toolbar .item,
.wishlist-index-index .pg-pager-wrap .item {
  margin: 0;
  padding: 0;
}
.wishlist-index-index .pg-wishlist-toolbar .page,
.wishlist-index-index .pg-pager-wrap .page,
.wishlist-index-index .pg-wishlist-toolbar .action.next,
.wishlist-index-index .pg-pager-wrap .action.next,
.wishlist-index-index .pg-wishlist-toolbar .action.previous,
.wishlist-index-index .pg-pager-wrap .action.previous {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 2.25rem !important;
  height: 2.25rem !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 0.35rem !important;
  background: rgba(255, 255, 255, 0.02) !important;
  color: #fff !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all 0.2s !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}
.wishlist-index-index .pg-wishlist-toolbar strong.page,
.wishlist-index-index .pg-pager-wrap strong.page {
  border-color: #f59e0b !important;
  background: rgba(245, 158, 11, 0.15) !important;
  color: #f59e0b !important;
  cursor: default !important;
}
.wishlist-index-index .pg-wishlist-toolbar a.page:hover,
.wishlist-index-index .pg-pager-wrap a.page:hover,
.wishlist-index-index .pg-wishlist-toolbar .action.next:hover,
.wishlist-index-index .pg-pager-wrap .action.next:hover,
.wishlist-index-index .pg-wishlist-toolbar .action.previous:hover,
.wishlist-index-index .pg-pager-wrap .action.previous:hover {
  border-color: rgba(245, 158, 11, 0.4) !important;
  background: rgba(245, 158, 11, 0.08) !important;
  color: #f59e0b !important;
}
.wishlist-index-index .pg-wishlist-toolbar .action.previous span,
.wishlist-index-index .pg-pager-wrap .action.previous span,
.wishlist-index-index .pg-wishlist-toolbar .action.next span,
.wishlist-index-index .pg-pager-wrap .action.next span {
  display: none !important;
}
.wishlist-index-index .pg-wishlist-toolbar .action.previous:before,
.wishlist-index-index .pg-pager-wrap .action.previous:before,
.wishlist-index-index .pg-wishlist-toolbar .action.previous::before,
.wishlist-index-index .pg-pager-wrap .action.previous::before {
  content: '\2039' !important;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
  position: relative;
  top: -2px;
}
.wishlist-index-index .pg-wishlist-toolbar .action.next:before,
.wishlist-index-index .pg-pager-wrap .action.next:before,
.wishlist-index-index .pg-wishlist-toolbar .action.next::before,
.wishlist-index-index .pg-pager-wrap .action.next::before {
  content: '\203A' !important;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
  position: relative;
  top: -2px;
}
.wishlist-index-index .pg-wishlist-toolbar .action.previous:after,
.wishlist-index-index .pg-pager-wrap .action.previous:after,
.wishlist-index-index .pg-wishlist-toolbar .action.previous::after,
.wishlist-index-index .pg-pager-wrap .action.previous::after,
.wishlist-index-index .pg-wishlist-toolbar .action.next:after,
.wishlist-index-index .pg-pager-wrap .action.next:after,
.wishlist-index-index .pg-wishlist-toolbar .action.next::after,
.wishlist-index-index .pg-pager-wrap .action.next::after {
  display: none !important;
  content: '' !important;
}
.wishlist-index-index .pg-wishlist-toolbar .label,
.wishlist-index-index .pg-pager-wrap .label {
  display: none !important;
}
@media (max-width: 900px) {
  .edit-hero,
  .edit-container {
    max-width: 100%;
  }
  .products-grid.wishlist .product-item-info {
    gap: 0.875rem;
  }
  .products-grid.wishlist .product-item-media {
    flex: 0 0 88px;
  }
  .products-grid.wishlist .product-item-photo {
    width: 88px;
    min-width: 88px;
  }
  .products-grid.wishlist .product-item-photo .product-image-container {
    width: 88px !important;
    max-width: 88px !important;
  }
  .products-grid.wishlist .product-item-cta {
    width: auto;
    min-width: 0;
  }
  .products-grid.wishlist .pg-wishlist-buttons {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media (max-width: 640px) {
  .products-grid.wishlist .product-item-info {
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
  }
  .products-grid.wishlist .product-item-media {
    flex: 0 0 72px;
  }
  .products-grid.wishlist .product-item-photo {
    width: 72px;
    min-width: 72px;
  }
  .products-grid.wishlist .product-item-photo .product-image-container {
    width: 72px !important;
    max-width: 72px !important;
  }
  .products-grid.wishlist .product-item-details {
    flex: 1 1 0;
    min-width: 0;
  }
  .products-grid.wishlist .pg-wishlist-title {
    font-size: 0.9rem;
  }
  .products-grid.wishlist .price {
    font-size: 0.95rem;
  }
  .products-grid.wishlist .product-item-cta {
    flex: 1 1 100%;
    width: 100%;
  }
  .products-grid.wishlist .pg-wishlist-buttons {
    justify-content: stretch;
    flex-wrap: nowrap;
  }
  .products-grid.wishlist .action.tocart,
  .products-grid.wishlist .action.btn-cart,
  .products-grid.wishlist .action.delete {
    flex: 1;
    min-width: 0;
    justify-content: center;
  }
}
.block.block-dashboard-orders {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  padding: 1.75rem 2rem;
  margin: 1.5rem auto;
  max-width: 1000px;
}
.block.block-dashboard-orders .block-title.order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1.375rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.block.block-dashboard-orders .block-title.order strong {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}
.block.block-dashboard-orders .block-title.order .action.view {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.875rem;
  border: 1.5px solid #f5a623;
  border-radius: 0.375rem;
  background: transparent;
  color: #f5a623 !important;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}
.block.block-dashboard-orders .block-title.order .action.view:hover {
  background: #f5a623;
  color: #111 !important;
}
.block.block-dashboard-orders .block-content .table-wrapper.orders-recent {
  overflow-x: auto;
}
.block.block-dashboard-orders .block-content .data.table.table-order-items {
  width: 100%;
  border-collapse: collapse;
}
.block.block-dashboard-orders .block-content .data.table.table-order-items caption {
  display: none;
}
.block.block-dashboard-orders .block-content .data.table.table-order-items thead th {
  padding: 0.5rem 0.875rem;
  text-align: left;
  font-size: 0.725rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.35);
  border: none;
  white-space: nowrap;
}
.block.block-dashboard-orders .block-content .data.table.table-order-items thead th:first-child {
  padding-left: 0;
}
.block.block-dashboard-orders .block-content .data.table.table-order-items thead th:last-child {
  padding-right: 0;
}
.block.block-dashboard-orders .block-content .data.table.table-order-items tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.15s;
}
.block.block-dashboard-orders .block-content .data.table.table-order-items tbody tr:last-child {
  border-bottom: none;
}
.block.block-dashboard-orders .block-content .data.table.table-order-items tbody tr:hover {
  background: rgba(255, 255, 255, 0.035);
}
.block.block-dashboard-orders .block-content .data.table.table-order-items tbody td {
  padding: 0.9rem 0.875rem;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  vertical-align: middle;
}
.block.block-dashboard-orders .block-content .data.table.table-order-items tbody td:first-child {
  padding-left: 0;
  font-weight: 700;
  color: #fff;
}
.block.block-dashboard-orders .block-content .data.table.table-order-items tbody td:last-child {
  padding-right: 0;
}
.block.block-dashboard-orders .block-content .data.table.table-order-items tbody td.col.total {
  font-weight: 700;
  color: #f5a623;
  font-size: 0.9375rem;
}
.block.block-dashboard-orders .block-content .data.table.table-order-items tbody td.col.date {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.8125rem;
}
.block.block-dashboard-orders .block-content .data.table.table-order-items tbody td.col.status {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  font-weight: 600;
}
.block.block-dashboard-orders .block-content .data.table.table-order-items tbody td.col.actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.block.block-dashboard-orders .block-content .data.table.table-order-items tbody td .action.view {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.775rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
  white-space: nowrap;
  border: 1.5px solid #f5a623;
  color: #f5a623 !important;
  background: transparent;
}
.block.block-dashboard-orders .block-content .data.table.table-order-items tbody td .action.view:hover {
  background: #f5a623;
  color: #111 !important;
}
.block.block-dashboard-orders .block-content .data.table.table-order-items tbody td .action.order,
.block.block-dashboard-orders .block-content .data.table.table-order-items tbody td .cancel-order {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.775rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6) !important;
  background: transparent;
}
.block.block-dashboard-orders .block-content .data.table.table-order-items tbody td .action.order:hover,
.block.block-dashboard-orders .block-content .data.table.table-order-items tbody td .cancel-order:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
}
.block.block-dashboard-orders .block-content .message.info.empty {
  display: flex !important;
  align-items: center;
  gap: 0.75rem;
  padding: 1.25rem 1.5rem !important;
  background: rgba(255, 255, 255, 0.03) !important;
  background-color: rgba(255, 255, 255, 0.03) !important;
  border: 1px dashed rgba(255, 255, 255, 0.1) !important;
  border-radius: 0.75rem;
  color: rgba(255, 255, 255, 0.45) !important;
  font-size: 0.9rem;
}
.block.block-dashboard-orders .block-content .message.info.empty::before {
  display: none !important;
}
.block.block-dashboard-orders .block-content .message.info.empty span {
  color: rgba(255, 255, 255, 0.45) !important;
}
.pg-order-history-list {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}
.pg-order-history-list + .pg-pager-wrap {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.pg-order-history-list + .pg-pager-wrap .toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
}
.pg-order-history-list + .pg-pager-wrap .toolbar:before,
.pg-order-history-list + .pg-pager-wrap .toolbar:after {
  display: none !important;
}
.pg-order-history-list + .pg-pager-wrap .toolbar-amount,
.pg-order-history-list + .pg-pager-wrap .limiter,
.pg-order-history-list + .pg-pager-wrap .limiter-text,
.pg-order-history-list + .pg-pager-wrap label {
  display: none !important;
}
.pg-order-history-list + .pg-pager-wrap .pages {
  margin: 0;
  padding: 0;
  display: flex;
}
.pg-order-history-list + .pg-pager-wrap .items.pages-items {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pg-order-history-list + .pg-pager-wrap .item {
  margin: 0;
  padding: 0;
}
.pg-order-history-list + .pg-pager-wrap .page,
.pg-order-history-list + .pg-pager-wrap .action.next,
.pg-order-history-list + .pg-pager-wrap .action.previous {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 2.25rem !important;
  height: 2.25rem !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 0.35rem !important;
  background: rgba(255, 255, 255, 0.02) !important;
  color: #fff !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all 0.2s !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}
.pg-order-history-list + .pg-pager-wrap strong.page {
  border-color: #f59e0b !important;
  background: rgba(245, 158, 11, 0.15) !important;
  color: #f59e0b !important;
  cursor: default !important;
}
.pg-order-history-list + .pg-pager-wrap a.page:hover,
.pg-order-history-list + .pg-pager-wrap .action.next:hover,
.pg-order-history-list + .pg-pager-wrap .action.previous:hover {
  border-color: rgba(245, 158, 11, 0.4) !important;
  background: rgba(245, 158, 11, 0.08) !important;
  color: #f59e0b !important;
}
.pg-order-history-list + .pg-pager-wrap .action.previous span,
.pg-order-history-list + .pg-pager-wrap .action.next span,
.pg-order-history-list + .pg-pager-wrap .label {
  display: none !important;
}
.pg-order-history-list + .pg-pager-wrap .action.previous:before,
.pg-order-history-list + .pg-pager-wrap .action.previous::before {
  content: '\2039' !important;
  font-family: Arial, sans-serif !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
  position: relative;
  top: -2px;
}
.pg-order-history-list + .pg-pager-wrap .action.next:before,
.pg-order-history-list + .pg-pager-wrap .action.next::before {
  content: '\203A' !important;
  font-family: Arial, sans-serif !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
  position: relative;
  top: -2px;
}
.pg-order-history-list + .pg-pager-wrap .action.previous:after,
.pg-order-history-list + .pg-pager-wrap .action.previous::after,
.pg-order-history-list + .pg-pager-wrap .action.next:after,
.pg-order-history-list + .pg-pager-wrap .action.next::after {
  display: none !important;
  content: '' !important;
}
.pg-order-history-card {
  padding: 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
}
.pg-order-history-card__head,
.pg-order-history-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.pg-order-history-card__head {
  margin-bottom: 1rem;
}
.pg-order-history-card__identity {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.pg-order-history-card__eyebrow,
.pg-order-history-card__label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.pg-order-history-card__title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}
.pg-order-history-card__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.875rem;
  margin-bottom: 1rem;
}
.pg-order-history-card__meta-item {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0.875rem 1rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.88);
}
.pg-order-history-card__meta-item strong {
  font-size: 0.95rem;
  color: #fff;
}
.pg-order-history-card__meta-item--extra {
  grid-column: -1;
}
.pg-order-history-card__price {
  color: #f59e0b !important;
}
.pg-order-history-card__extra {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}
.pg-order-history-card__extra p,
.pg-order-history-card__extra span,
.pg-order-history-card__extra div {
  color: inherit;
}
.pg-order-history-card__foot {
  justify-content: flex-end;
}
.pg-order-view-shell {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.pg-order-view-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.pg-order-view-header__content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.pg-order-view-header__eyebrow {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f59e0b;
}
.pg-order-view-header__title {
  margin: 0;
  padding: 0;
  border: 0;
}
.pg-order-view-header__subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
}
.pg-order-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.875rem;
}
.pg-order-summary-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1.1rem;
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}
.pg-order-summary-card strong {
  font-size: 1rem;
  font-weight: 700;
}
.pg-order-summary-card__label {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.pg-order-summary-card__price {
  color: #f59e0b;
}
.pg-order-toolbar {
  display: flex;
  justify-content: flex-end;
}
.pg-order-toolbar__actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.pg-order-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.pg-order-info-card,
.pg-order-items-card,
.pg-order-comments-card {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}
.pg-order-info-card {
  padding: 1.15rem;
}
.pg-order-info-card__title {
  margin: 0 0 0.85rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.pg-order-info-card__content {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}
.pg-order-info-card__content--address address {
  margin: 0;
  font-style: normal;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
}
.pg-order-info-card__content--payment .payment-method-title,
.pg-order-info-card__content--payment .payment-method-content,
.pg-order-info-card__content--payment .payment-method-note {
  color: rgba(255, 255, 255, 0.8);
}
.pg-order-info-card__content--payment table,
.pg-order-info-card__content--payment tbody,
.pg-order-info-card__content--payment tr,
.pg-order-info-card__content--payment td {
  background: transparent !important;
  border: 0 !important;
}
.pg-order-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.15rem 0;
}
.pg-order-section-header__eyebrow {
  margin: 0 0 0.2rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f59e0b;
}
.pg-order-section-header__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
}
.pg-order-comments-list {
  margin: 0;
  padding: 1rem 1.15rem 1.15rem;
}
.pg-order-comments-list__item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 1rem;
  padding: 0.9rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.pg-order-comments-list__item:first-child {
  border-top: 0;
  padding-top: 0;
}
.pg-order-comments-list__date {
  margin: 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.84rem;
  font-weight: 600;
}
.pg-order-comments-list__content {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}
.pg-order-items-table-wrap {
  padding: 0.9rem 1.15rem 1.15rem;
  overflow-x: auto;
}
.pg-order-items-table {
  width: 100%;
  border-collapse: collapse;
}
.pg-order-items-table thead th {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.85rem 1rem;
  text-align: left;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}
.pg-order-items-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.pg-order-items-table tbody td,
.pg-order-items-table tfoot th,
.pg-order-items-table tfoot td {
  border: 0;
  padding: 1rem;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.82);
  background: transparent;
}
.pg-order-items-table .col.name {
  min-width: 280px;
}
.pg-order-items-table .product-item-name,
.pg-order-items-table .product.name {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #fff;
  font-weight: 700;
}
.pg-order-items-table .item-options {
  margin: 0;
}
.pg-order-items-table .item-options dt {
  margin: 0 0 0.2rem;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 600;
}
.pg-order-items-table .item-options dd {
  margin: 0 0 0.55rem;
  color: rgba(255, 255, 255, 0.78);
}
.pg-order-items-table .price,
.pg-order-items-table .amount .price {
  color: #f59e0b;
  font-weight: 700;
}
.pg-order-items-table .items-qty {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}
.pg-order-items-table .items-qty .item {
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
}
.pg-order-items-table .items-qty .title {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.8rem;
}
.pg-order-items-table tfoot tr:first-child th,
.pg-order-items-table tfoot tr:first-child td {
  padding-top: 1.15rem;
}
.pg-order-items-table tfoot .mark {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
  text-align: right;
}
.pg-order-items-table tfoot .grand .mark,
.pg-order-items-table tfoot .grand .price {
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
}
.pg-order-items-table .order-pager-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.pg-order-view-footer {
  display: flex;
  justify-content: flex-start;
}
.sales-order-view-page .peakgear-header,
.sales-order-view-page .peakgear-header.header-scrolled {
  border-bottom-color: transparent;
}
@media (max-width: 900px) {
  .pg-order-summary-grid,
  .pg-order-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .pg-order-history-card {
    padding: 1rem;
  }
  .pg-order-history-card__meta {
    grid-template-columns: 1fr;
  }
  .pg-order-history-card__foot {
    justify-content: stretch;
  }
  .pg-order-history-card__foot .pg-action-btn {
    flex: 1 1 auto;
    justify-content: center;
  }
  .pg-order-view-header {
    align-items: stretch;
  }
  .pg-order-summary-grid,
  .pg-order-info-grid {
    grid-template-columns: 1fr;
  }
  .pg-order-toolbar,
  .pg-order-toolbar__actions,
  .pg-order-view-footer {
    justify-content: stretch;
  }
  .pg-order-toolbar__actions .pg-action-btn,
  .pg-order-view-footer .pg-action-btn {
    width: 100%;
    justify-content: center;
  }
  .pg-order-comments-list__item {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
  .pg-order-items-table-wrap {
    padding: 0.75rem 0.85rem 0.95rem;
  }
  .pg-order-items-table thead {
    display: none;
  }
  .pg-order-items-table tbody,
  .pg-order-items-table tr,
  .pg-order-items-table td {
    display: block;
    width: 100%;
  }
  .pg-order-items-table tbody tr {
    padding: 0.9rem 0;
  }
  .pg-order-items-table tbody td {
    padding: 0.35rem 0;
  }
  .pg-order-items-table tbody td:before {
    content: attr(data-th);
    display: block;
    margin-bottom: 0.15rem;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  .pg-order-items-table tfoot .mark,
  .pg-order-items-table tfoot td {
    padding-left: 0;
    padding-right: 0;
  }
}
.hero-section {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
}
.hero-bg-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-overlay-vertical {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent, rgba(0, 0, 0, 0.6));
}
.hero-overlay-horizontal {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent, rgba(0, 0, 0, 0.3));
}
.hero-content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1rem;
}
@media (min-width: 480px) {
  .hero-content {
    padding: 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .hero-content {
    padding: 0 3rem;
  }
}
@media (min-width: 1024px) {
  .hero-content {
    padding: 0 5rem;
  }
}
.hero-content-inner {
  max-width: 80rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .hero-content-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.hero-left {
  max-width: 600px;
}
.hero-title {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0;
}
@media (min-width: 480px) {
  .hero-title {
    font-size: 2.75rem;
  }
}
@media (min-width: 768px) {
  .hero-title {
    font-size: 4.5rem;
  }
}
@media (min-width: 1024px) {
  .hero-title {
    font-size: 6rem;
  }
}
.hero-subtitle {
  margin-top: 1.5rem;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .hero-subtitle {
    font-size: 1.5rem;
  }
}
.hero-description {
  margin-top: 1rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  max-width: 36rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .hero-description {
    font-size: 1.125rem;
  }
}
.hero-buttons {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.hero-btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 1rem 2rem;
  background: #ffffff;
  color: #111827 !important;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 2px;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
.hero-btn-primary:hover {
  box-shadow: 0 25px 50px rgba(255, 255, 255, 0.2);
  color: #111827 !important;
}
.hero-btn-text {
  position: relative;
  z-index: 2;
}
.hero-btn-fill {
  position: absolute;
  inset: 0;
  background: #fbbf24;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.hero-btn-primary:hover .hero-btn-fill {
  transform: translateY(0);
}
.hero-btn-hover-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero-btn-primary:hover .hero-btn-hover-text {
  opacity: 1;
}
.hero-btn-primary:hover .hero-btn-text {
  opacity: 0;
}
.hero-btn-outline {
  display: inline-flex;
  align-items: center;
  padding: 1rem 2rem;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #ffffff !important;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 2px;
  transition: all 0.3s ease;
  text-decoration: none !important;
  background: transparent;
}
.hero-btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
  color: #ffffff !important;
}
.hero-right {
  display: none;
  align-items: center;
  gap: 2rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .hero-right {
    display: flex;
  }
}
.hero-weather {
  text-align: center;
  padding-right: 2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.hero-time {
  text-align: center;
}
.hero-info-label {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.7;
  margin: 0;
}
.hero-info-value {
  font-size: 1.875rem;
  font-weight: 300;
  margin: 0.5rem 0 0;
}
.hero-info-time {
  font-variant-numeric: tabular-nums;
}
.hero-info-sub {
  font-size: 0.875rem;
  opacity: 0.7;
  margin: 0.25rem 0 0;
  max-width: 180px;
  line-height: 1.4;
  word-break: break-word;
}
.hero-info-city {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0.35rem 0 0;
  line-height: 1.3;
  max-width: 180px;
  word-break: break-word;
}
.hero-url-bar {
  position: absolute;
  bottom: 2rem;
  left: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.hero-url-badge {
  background: rgba(90, 138, 159, 0.8);
  backdrop-filter: blur(4px);
  padding: 0.75rem 1.5rem;
}
.hero-url-badge span {
  color: #ffffff;
  font-size: 0.875rem;
}
.hero-url-line {
  width: 6rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.hero-scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
.hero-scroll-indicator svg {
  width: 2rem;
  height: 2rem;
  color: rgba(255, 255, 255, 0.6);
}
.features-section {
  padding: 2.5rem 1rem;
  background: #0f0f1a;
}
@media (min-width: 640px) {
  .features-section {
    padding: 3rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .features-section {
    padding: 4rem 3rem;
  }
}
.features-container {
  max-width: 80rem;
  margin: 0 auto;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media (min-width: 480px) {
  .features-grid {
    gap: 1rem;
  }
}
@media (min-width: 640px) {
  .features-grid {
    gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
.feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem 0.75rem;
  border-radius: 0.75rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: border-color 0.3s ease;
}
@media (min-width: 640px) {
  .feature-card {
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 1024px) {
  .feature-card {
    padding: 2rem;
  }
}
.feature-card:hover {
  border-color: rgba(251, 191, 36, 0.3);
}
.feature-card:hover .feature-icon-wrapper {
  background: rgba(251, 191, 36, 0.2);
  transform: scale(1.1);
}
.feature-icon-wrapper {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: rgba(251, 191, 36, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  transition: all 0.3s ease;
}
@media (min-width: 640px) {
  .feature-icon-wrapper {
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .feature-icon-wrapper {
    width: 4rem;
    height: 4rem;
    margin-bottom: 1.5rem;
  }
}
.feature-icon-wrapper svg {
  width: 1.35rem;
  height: 1.35rem;
  color: #fbbf24;
  stroke: #fbbf24;
}
@media (min-width: 640px) {
  .feature-icon-wrapper svg {
    width: 1.75rem;
    height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .feature-icon-wrapper svg {
    width: 2rem;
    height: 2rem;
  }
}
.feature-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  margin: 0 0 0.375rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
@media (min-width: 640px) {
  .feature-title {
    font-size: 1rem;
    margin: 0 0 0.5rem;
  }
}
@media (min-width: 1024px) {
  .feature-title {
    font-size: 1.125rem;
  }
}
.feature-desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  margin: 0;
  line-height: 1.4;
}
@media (min-width: 640px) {
  .feature-desc {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1024px) {
  .feature-desc {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.categories-section {
  padding: 6rem 1.5rem 3rem;
  background: linear-gradient(to bottom, #0f0f1a, #1a1a2e);
}
@media (min-width: 768px) {
  .categories-section {
    padding: 6rem 3rem 3rem;
  }
}
.categories-container {
  max-width: 80rem;
  margin: 0 auto;
}
.categories-header {
  text-align: center;
  margin-bottom: 4rem;
}
.categories-badge {
  font-size: 0.875rem;
  letter-spacing: 0.3em;
  color: #fbbf24;
  text-transform: uppercase;
  margin: 0 0 1rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 500;
}
.categories-title {
  font-size: 2.5rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #ffffff;
  margin: 0 0 1.5rem;
}
@media (min-width: 768px) {
  .categories-title {
    font-size: 3rem;
  }
}
.categories-subtitle {
  color: rgba(255, 255, 255, 0.6);
  max-width: 42rem;
  margin: 0 auto;
  line-height: 1.6;
}
.categories-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .categories-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.categories-grid-six-per-slide {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.categories-grid-six-per-slide .category-card {
  height: 11rem;
}
@media (min-width: 480px) {
  .categories-grid-six-per-slide .category-card {
    height: 12.5rem;
  }
}
@media (min-width: 768px) {
  .categories-grid-six-per-slide .category-card {
    height: 14.5rem;
  }
}
.categories-grid-six-per-slide .category-card-content {
  padding: 0.875rem;
}
@media (min-width: 768px) {
  .categories-grid-six-per-slide .category-card-content {
    padding: 1.35rem;
  }
}
.categories-grid-six-per-slide .category-card-count {
  top: 0.625rem;
  right: 0.625rem;
  width: 2.5rem;
  height: 2.5rem;
}
.categories-grid-six-per-slide .category-card-count span {
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .categories-grid-six-per-slide .category-card-count {
    top: 1rem;
    right: 1rem;
    width: 3.4rem;
    height: 3.4rem;
  }
  .categories-grid-six-per-slide .category-card-count span {
    font-size: 1.2rem;
  }
}
.categories-grid-six-per-slide .category-card-name {
  font-size: 0.875rem;
  margin: 0.25rem 0 0.3rem;
}
@media (min-width: 640px) {
  .categories-grid-six-per-slide .category-card-name {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .categories-grid-six-per-slide .category-card-name {
    font-size: 1.1rem;
    margin: 0.35rem 0 0.45rem;
  }
}
.categories-grid-six-per-slide .category-card-desc {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .categories-grid-six-per-slide .category-card-desc {
    margin: 0 0 0.45rem;
    font-size: 0.82rem;
  }
}
.categories-grid-six-per-slide .category-card-link {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .categories-grid-six-per-slide .category-card-link {
    font-size: 0.82rem;
  }
}
.categories-slider {
  position: relative;
  width: 100%;
  outline: none;
  overflow: visible;
}
.categories-slider-viewport {
  overflow: hidden;
  width: 100%;
  cursor: grab;
  overscroll-behavior-x: contain;
  touch-action: pan-y;
  user-select: none;
}
.categories-slider-viewport.is-dragging {
  cursor: grabbing;
}
.categories-slider-track {
  display: flex;
  width: 100%;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.categories-slide {
  flex: 0 0 100%;
  min-width: 100%;
}
.categories-slider.is-dragging .categories-slider-track {
  transition: none;
}
.categories-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(26, 26, 46, 0.78);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: all 0.2s ease;
}
.categories-nav svg {
  width: 1.2rem;
  height: 1.2rem;
}
.categories-nav:hover:not(:disabled) {
  border-color: rgba(251, 191, 36, 0.55);
  color: #fbbf24;
  background: rgba(26, 26, 46, 0.9);
}
.categories-nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.categories-nav-prev {
  left: -3.4rem;
}
.categories-nav-next {
  right: -3.4rem;
}
@media (max-width: 1279px) {
  .categories-nav-prev {
    left: -2.2rem;
  }
  .categories-nav-next {
    right: -2.2rem;
  }
}
@media (max-width: 1023px) {
  .categories-grid-six-per-slide {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 767px) {
  .featured-nav-btn,
  .categories-nav {
    display: none;
  }
  .featured-carousel {
    gap: 0;
  }
  .categories-grid-six-per-slide {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 479px) {
  .categories-grid-six-per-slide {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
.category-card {
  position: relative;
  display: block;
  height: 14rem;
  border-radius: 0.5rem;
  overflow: hidden;
  text-decoration: none !important;
  color: #ffffff !important;
}
@media (min-width: 480px) {
  .category-card {
    height: 16rem;
  }
}
@media (min-width: 768px) {
  .category-card {
    height: 20rem;
  }
}
.category-card-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, #334155, #1e293b);
}
.category-card-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.1;
}
.category-card-pattern svg {
  width: 100%;
  height: 100%;
}
.category-card-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.category-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.category-card-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
}
.category-card-hover-overlay,
.category-card-content {
  z-index: 2;
}
.category-card-hover-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  transition: background 0.5s ease;
}
.category-card:hover .category-card-hover-overlay {
  background: rgba(245, 158, 11, 0.2);
}
.category-card-content {
  position: relative;
  z-index: 10;
  height: 100%;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 640px) {
  .category-card-content {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .category-card-content {
    padding: 2rem;
  }
}
.category-card-count {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.category-card-count span {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
}
@media (min-width: 640px) {
  .category-card-count {
    top: 1.25rem;
    right: 1.25rem;
    width: 3.5rem;
    height: 3.5rem;
  }
  .category-card-count span {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .category-card-count {
    top: 1.5rem;
    right: 1.5rem;
    width: 4rem;
    height: 4rem;
  }
  .category-card-count span {
    font-size: 1.5rem;
  }
}
.category-card:hover .category-card-count {
  background: rgba(251, 191, 36, 0.3);
}
.category-card-info {
  transition: transform 0.3s ease;
}
.category-card:hover .category-card-info {
  transform: translateY(-10px);
}
.category-card-name-en {
  color: #fbbf24;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.category-card-name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0.375rem 0 0.5rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
@media (min-width: 640px) {
  .category-card-name {
    font-size: 1.25rem;
    margin: 0.5rem 0 0.6rem;
  }
}
@media (min-width: 768px) {
  .category-card-name {
    font-size: 1.5rem;
    margin: 0.5rem 0 0.75rem;
  }
}
.category-card-desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  margin: 0 0 0.75rem;
}
@media (min-width: 768px) {
  .category-card-desc {
    font-size: 0.875rem;
    margin: 0 0 1rem;
  }
}
.category-card-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
}
.category-card-link svg {
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.3s ease;
}
.category-card:hover .category-card-link svg {
  transform: translateX(0.5rem);
}
.category-card-bottom-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to right, #fbbf24, #f97316);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}
.category-card:hover .category-card-bottom-line {
  transform: scaleX(1);
}
.featured-products-section {
  padding: 3rem 1.5rem 5rem;
  background: #1a1a2e;
}
@media (min-width: 768px) {
  .featured-products-section {
    padding: 3rem 3rem 5rem;
  }
}
.featured-products-container {
  max-width: 80rem;
  margin: 0 auto;
}
.featured-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  gap: 1rem;
}
@media (min-width: 768px) {
  .featured-header {
    flex-direction: row;
    align-items: flex-end;
  }
}
.featured-badge {
  font-size: 0.875rem;
  letter-spacing: 0.3em;
  color: #fbbf24;
  text-transform: uppercase;
  margin: 0 0 1rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 500;
}
.featured-title {
  font-size: 2.5rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #ffffff;
  margin: 0;
}
@media (min-width: 768px) {
  .featured-title {
    font-size: 3rem;
  }
}
.featured-view-all {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 0.9rem;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}
.featured-view-all:hover {
  color: #fbbf24 !important;
}
.featured-view-all-arrow {
  transition: transform 0.3s ease;
}
.featured-view-all:hover .featured-view-all-arrow {
  transform: translateX(4px);
}
.featured-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.featured-track-wrap {
  overflow: hidden;
  flex: 1;
}
.featured-track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.featured-track::-webkit-scrollbar {
  display: none;
}
.featured-track .product-card {
  flex: 0 0 180px;
  scroll-snap-align: start;
}
@media (min-width: 480px) {
  .featured-track .product-card {
    flex: 0 0 200px;
  }
}
@media (min-width: 768px) {
  .featured-track .product-card {
    flex: 0 0 240px;
  }
}
.featured-nav-btn {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.featured-nav-btn svg {
  width: 1.25rem;
  height: 1.25rem;
}
.featured-nav-btn:hover {
  background: rgba(251, 191, 36, 0.2);
  border-color: #fbbf24;
  color: #fbbf24;
}
.product-card {
  position: relative;
  background: linear-gradient(to bottom, rgba(51, 65, 85, 0.5), rgba(30, 41, 59, 0.5));
  border-radius: 0.75rem;
  overflow: hidden;
}
.product-sale-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 20;
  background: #ef4444;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
}
.product-image-container {
  position: relative;
  height: auto;
  aspect-ratio: 1;
  background: #ffffff;
  overflow: hidden;
}
.product-image-container img.product-real-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1rem;
  transition: transform 0.5s ease;
}
.product-card:hover .product-image-container img.product-real-image {
  transform: scale(1.05);
}
.product-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-placeholder-circle {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-placeholder-initial {
  font-size: 1.875rem;
  color: rgba(255, 255, 255, 0.2);
  font-weight: 600;
}
.product-quick-actions {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-card:hover .product-quick-actions {
  opacity: 1;
}
.product-action-btn {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transform: scale(0);
  transition: transform 0.3s ease, background 0.2s ease;
  text-decoration: none !important;
}
.product-action-btn svg {
  width: 1.125rem;
  height: 1.125rem;
}
.product-image-link {
  display: block;
  width: 100%;
  height: 100%;
}
.product-action-label {
  display: none;
}
.product-card:hover .product-action-btn {
  transform: scale(1);
}
.product-card:hover .product-action-btn:nth-child(1) {
  transition-delay: 75ms;
}
.product-card:hover .product-action-btn:nth-child(2) {
  transition-delay: 100ms;
}
.product-card:hover .product-action-btn:nth-child(3) {
  transition-delay: 150ms;
}
.product-action-wishlist,
.product-action-view {
  background: rgba(255, 255, 255, 0.9);
  color: #1e293b;
}
.product-action-wishlist:hover,
.product-action-view:hover {
  background: #ffffff;
}
.product-action-wishlist.is-wishlisted,
.product-action-wishlist.added {
  background: #ef4444;
  color: #ffffff;
}
.product-action-wishlist.is-wishlisted svg,
.product-action-wishlist.added svg {
  fill: currentColor;
}
.product-action-wishlist.is-wishlisted:hover,
.product-action-wishlist.added:hover {
  background: #ec1e1e;
}
.product-action-cart {
  background: #fbbf24;
  color: #1e293b;
}
.product-action-cart:hover {
  background: #f59e0b;
}
.pg-wishlist-login-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.pg-wishlist-login-modal.is-open {
  display: flex;
}
.pg-wishlist-login-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.64);
}
.pg-wishlist-login-panel {
  position: relative;
  width: 100%;
  max-width: 32rem;
  background: #1a1a2e;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  padding: 1.5rem;
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}
.pg-wishlist-login-panel h3 {
  margin: 0 1.5rem 0.75rem 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fbbf24;
}
.pg-wishlist-login-panel p {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9375rem;
  line-height: 1.5;
}
.pg-wishlist-cat-graphic {
  height: 9rem;
  margin: 0 0 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pg-wishlist-cat-graphic svg {
  width: 100%;
  max-width: 15rem;
  height: 100%;
  overflow: visible;
}
.pg-cat-body {
  animation: pg-cat-bob 2.6s ease-in-out infinite;
  transform-origin: 92px 92px;
}
.pg-cat-body-fill,
.pg-cat-head-fill {
  fill: #f8fafc;
  stroke: #293241;
  stroke-width: 3;
  stroke-linejoin: round;
}
.pg-cat-ear-inner {
  fill: #f9a8d4;
}
.pg-cat-eye,
.pg-cat-nose {
  fill: #1f2937;
}
.pg-cat-mouth,
.pg-cat-whisker,
.pg-cat-paw {
  fill: none;
  stroke: #1f2937;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pg-cat-paw-left {
  animation: pg-cat-paw-play 1.35s ease-in-out infinite;
  transform-origin: 134px 101px;
}
.pg-cat-paw-right {
  animation: pg-cat-paw-play 1.35s ease-in-out 0.35s infinite reverse;
  transform-origin: 108px 112px;
}
.pg-cat-tail path {
  fill: none;
  stroke: #f8fafc;
  stroke-width: 15;
  stroke-linecap: round;
  filter: drop-shadow(0 0 0 #293241);
  animation: pg-cat-tail-swish 2s ease-in-out infinite;
  transform-origin: 76px 77px;
}
.pg-heart-yarn {
  animation: pg-yarn-roll 2.1s ease-in-out infinite;
  transform-origin: 178px 82px;
}
.pg-heart-fill {
  fill: #ef4444;
  stroke: #7f1d1d;
  stroke-width: 3;
  stroke-linejoin: round;
}
.pg-yarn-line,
.pg-yarn-thread {
  fill: none;
  stroke: #fecdd3;
  stroke-width: 3;
  stroke-linecap: round;
}
.pg-yarn-thread {
  stroke-dasharray: 9 7;
  animation: pg-yarn-thread 1.4s linear infinite;
}
.pg-floating-hearts {
  fill: #fbbf24;
  opacity: 0.9;
}
.pg-floating-hearts path:first-child {
  animation: pg-float-heart 2.2s ease-in-out infinite;
  transform-origin: 48px 32px;
}
.pg-floating-hearts path:last-child {
  animation: pg-float-heart 2.2s ease-in-out 0.45s infinite;
  transform-origin: 199px 28px;
}
@keyframes pg-cat-bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
@keyframes pg-cat-paw-play {
  0%,
  100% {
    transform: rotate(0deg) translateY(0);
  }
  50% {
    transform: rotate(-10deg) translateY(-4px);
  }
}
@keyframes pg-cat-tail-swish {
  0%,
  100% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(8deg);
  }
}
@keyframes pg-yarn-roll {
  0%,
  100% {
    transform: translateX(0) rotate(-3deg);
  }
  50% {
    transform: translateX(5px) rotate(5deg);
  }
}
@keyframes pg-yarn-thread {
  to {
    stroke-dashoffset: -32;
  }
}
@keyframes pg-float-heart {
  0%,
  100% {
    opacity: 0.55;
    transform: translateY(2px) scale(0.92);
  }
  50% {
    opacity: 1;
    transform: translateY(-5px) scale(1.08);
  }
}
.pg-wishlist-login-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
}
.pg-wishlist-login-close:hover {
  background: rgba(255, 255, 255, 0.14);
}
.pg-wishlist-login-actions {
  display: flex;
  gap: 0.75rem;
}
.pg-wishlist-login-primary,
.pg-wishlist-login-secondary {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  border-radius: 0.5rem;
  font-weight: 700;
  text-decoration: none !important;
}
.pg-wishlist-login-primary {
  background: #f59e0b;
  color: #111827 !important;
}
.pg-wishlist-login-primary:hover {
  background: #d97706;
}
.pg-wishlist-login-secondary {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
}
.pg-wishlist-login-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}
.product-content {
  padding: 0.875rem;
}
@media (min-width: 640px) {
  .product-content {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .product-content {
    padding: 1.25rem;
  }
}
.product-category-tag {
  font-size: 0.75rem;
  color: #fbbf24;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.product-card-name {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  margin: 0.375rem 0;
  min-height: 2.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.5;
  transition: color 0.2s ease;
}
@media (min-width: 640px) {
  .product-card-name {
    font-size: 0.9375rem;
    margin: 0.5rem 0;
    min-height: 2.75rem;
  }
}
@media (min-width: 768px) {
  .product-card-name {
    font-size: 1rem;
    min-height: 3rem;
  }
}
.product-card-name a {
  color: #ffffff !important;
  text-decoration: none !important;
}
.product-card:hover .product-card-name,
.product-card:hover .product-card-name a {
  color: #fbbf24 !important;
}
.product-rating-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.product-stars {
  display: flex;
  gap: 1px;
}
.star {
  width: 0.875rem;
  height: 0.875rem;
}
.star-filled {
  color: #fbbf24;
  fill: #fbbf24;
}
.star-empty {
  color: #6b7280;
  fill: #6b7280;
}
.star-half {
  position: relative;
  overflow: hidden;
}
.star-half .star-half-filled {
  color: #fbbf24;
  fill: #fbbf24;
}
.star-half .star-half-empty {
  color: #6b7280;
  fill: #6b7280;
}
.product-rating-value {
  font-size: 0.8rem;
  font-weight: 600;
  color: #ffffff;
  margin-left: 0.25rem;
}
.product-reviews-count {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}
.product-price-row {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.product-current-price {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #ffffff;
}
@media (min-width: 640px) {
  .product-current-price {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .product-current-price {
    font-size: 1.125rem;
  }
}
.product-original-price {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: line-through;
}
.product-accent-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to right, #fbbf24, #f97316);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}
.product-card:hover .product-accent-line {
  transform: scaleX(1);
}
.peakgear-footer {
  background: #0a0a14;
  color: #ffffff;
}
.footer-newsletter {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-newsletter-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}
@media (min-width: 768px) {
  .footer-newsletter-inner {
    padding: 4rem 3rem;
  }
}
.footer-newsletter-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .footer-newsletter-content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer-newsletter-title {
  font-size: 1.5rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  margin: 0 0 0.5rem;
  color: #ffffff;
}
.footer-newsletter-desc {
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.footer-newsletter-form {
  width: 100%;
}
@media (min-width: 768px) {
  .footer-newsletter-form {
    width: auto;
    min-width: 28rem;
  }
}
.footer-newsletter-input-group {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.footer-newsletter-input,
.footer-newsletter-input[type="email"] {
  flex: 1;
  min-width: 0;
  padding: 0.875rem 1.25rem;
  background: #0d1117 !important;
  background-color: #0d1117 !important;
  border: 1.5px solid #f59e0b !important;
  border-right: none !important;
  border-radius: 0.375rem 0 0 0.375rem;
  color: #ffffff !important;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.9rem;
  outline: none;
  box-shadow: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.footer-newsletter-input::placeholder,
.footer-newsletter-input[type="email"]::placeholder {
  color: rgba(251, 191, 36, 0.55);
}
.footer-newsletter-input:focus,
.footer-newsletter-input[type="email"]:focus {
  border-color: #fbbf24 !important;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.2) !important;
}
.footer-newsletter-btn {
  padding: 0 2rem;
  background: #f59e0b;
  color: #111827;
  font-weight: 700;
  border: 1.5px solid #f59e0b;
  border-radius: 0 0.375rem 0.375rem 0;
  cursor: pointer;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.9rem;
  transition: background 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-newsletter-btn:hover {
  background: #d97706;
}
.footer-main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-main-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}
@media (min-width: 768px) {
  .footer-main-inner {
    padding: 4rem 3rem;
  }
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1.3fr 0.9fr 0.72fr 1.08fr;
  }
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #ffffff !important;
  text-decoration: none !important;
  margin-bottom: 1rem;
}
.footer-logo-icon {
  width: 2.5rem;
  height: 2.5rem;
  color: #fbbf24;
  stroke: #fbbf24;
}
.footer-logo-text {
  font-size: 1.5rem;
  font-weight: 600;
}
.footer-tagline {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 1.5rem;
  line-height: 1.7;
  font-size: 0.9rem;
}
.footer-social {
  display: flex;
  gap: 0.75rem;
}
.social-link {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  transition: all 0.2s ease;
}
.social-link svg {
  width: 1.125rem;
  height: 1.125rem;
}
.social-link:hover {
  background: #fbbf24;
  color: #111827 !important;
}
.social-link:hover svg {
  fill: #111827;
}
.footer-column-categories {
  max-width: 180px;
}
.footer-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 1.5rem;
  color: #ffffff;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 0.8rem;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}
.footer-links a:hover {
  color: #fbbf24 !important;
}
.footer-column-categories .footer-title {
  font-size: 0.95rem;
}
.footer-column-categories .footer-links a {
  font-size: 0.78rem;
  line-height: 1.35;
  word-break: break-word;
}
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  line-height: 1.5;
}
.footer-contact svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #fbbf24;
  stroke: #fbbf24;
  flex-shrink: 0;
  margin-top: 2px;
}
.footer-contact a {
  color: rgba(255, 255, 255, 0.6) !important;
}
.footer-contact a:hover {
  color: #fbbf24 !important;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .footer-bottom-inner {
    flex-direction: row;
    justify-content: space-between;
    padding: 1.5rem 3rem;
  }
}
.copyright {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.875rem;
  margin: 0;
}
.footer-bottom-links {
  display: flex;
  gap: 1.5rem;
}
.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 0.875rem;
}
.footer-bottom-links a:hover {
  color: #ffffff !important;
}
.login-section {
  min-height: 100vh;
  background: #0f0f1a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7rem 1.5rem;
}
.login-center {
  width: 100%;
  max-width: 28rem;
}
.login-logo-section {
  text-align: center;
  margin-bottom: 2rem;
}
.login-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #ffffff !important;
  text-decoration: none !important;
}
.login-logo-icon {
  width: 3rem;
  height: 3rem;
  color: #fbbf24;
  stroke: #fbbf24;
}
.login-logo-text {
  font-size: 1.5rem;
  font-weight: 600;
}
.login-card {
  background: linear-gradient(to bottom, rgba(51, 65, 85, 0.5), rgba(30, 41, 59, 0.5));
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.login-card-title {
  font-size: 1.5rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #ffffff;
  text-align: center;
  margin: 0 0 0.5rem;
}
.login-card-subtitle {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin: 0 0 2rem;
  font-size: 0.9rem;
}
.login-error-alert {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.login-error-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #ef4444;
  flex-shrink: 0;
}
.login-error-text {
  color: #ef4444;
  font-size: 0.875rem;
  margin: 0;
}
.login-field {
  margin-bottom: 1.25rem;
  color: #111827;
}
.login-label {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.login-input-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.login-input-icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  height: 1.25rem;
  display: flex;
  align-items: center;
  width: 1.25rem;
  color: #9ca3af;
  pointer-events: none;
  z-index: 2;
  border: none;
  outline: none;
}
.login-input-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}
.login-input {
  width: 100%;
  padding: 0.875rem 1rem 0.875rem 2.5rem !important;
  background: #374151 !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.5rem;
  color: #ffffff !important;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.login-input::placeholder {
  color: #9ca3af;
}
.login-input:focus {
  border-color: #f59e0b;
}
.login-input:not(:placeholder-shown) {
  background: #374151 !important;
}
.login-input:-webkit-autofill,
.login-input:-webkit-autofill:hover,
.login-input:-webkit-autofill:focus,
.login-input:focus,
.login-input:focus-visible {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0 1000px #374151 inset !important;
  box-shadow: 0 0 0 1000px #374151 inset !important;
  background: #374151 !important;
}
.login-input-password {
  padding-right: 2.25rem;
}
.login-password-toggle {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  height: 1.25rem;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0.375rem;
  border-radius: 0.25rem;
  color: #9ca3af;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}
.login-password-toggle:hover {
  color: #f59e0b;
  background: rgba(245, 158, 11, 0.15);
}
.login-password-toggle svg {
  width: 1.25rem;
  height: 1.25rem;
}
.eye-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.login-forgot-row {
  text-align: right;
  margin-bottom: 1.5rem;
}
.login-forgot-link {
  color: #fbbf24 !important;
  font-size: 0.875rem;
}
.login-forgot-link:hover {
  color: #f59e0b !important;
}
.login-submit-btn {
  width: 100%;
  padding: 0.875rem;
  background: #f59e0b;
  color: #111827;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: background 0.2s ease;
}
.login-submit-btn:hover {
  background: #d97706;
}
.login-submit-arrow {
  width: 1.25rem;
  height: 1.25rem;
}
.login-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.5rem 0;
}
.login-divider-line {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.login-divider-text {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.875rem;
}
.login-social-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.login-social-btn {
  width: 100%;
  padding: 0.875rem;
  border: none;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 0.9rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  transition: all 0.2s ease;
}
.login-social-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.login-social-google {
  background: #ffffff;
  color: #374151;
}
.login-social-google:hover {
  background: #f3f4f6;
}
.login-social-zalo {
  background: #0068ff !important;
  border-color: #0068ff !important;
  color: #ffffff !important;
}
.login-social-zalo:hover {
  background: #0057d8 !important;
  border-color: #0057d8 !important;
}
.login-social-icon-image {
  object-fit: contain;
}
.login-register-link {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  margin: 0;
}
.login-register-link a {
  color: #fbbf24 !important;
  font-weight: 500;
}
.login-register-link a:hover {
  color: #f59e0b !important;
}
.register-section {
  min-height: 100vh;
  background: #0f0f1a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7rem 1.5rem;
}
.register-center {
  width: 100%;
  max-width: 28rem;
}
.register-logo {
  text-align: center;
  margin-bottom: 2rem;
}
.register-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #ffffff !important;
  text-decoration: none !important;
}
.register-logo-icon {
  width: 3rem;
  height: 3rem;
  color: #fbbf24;
  stroke: #fbbf24;
}
.register-logo-text {
  font-size: 1.5rem;
  font-weight: 600;
}
.register-card {
  background: linear-gradient(to bottom, rgba(51, 65, 85, 0.5), rgba(30, 41, 59, 0.5));
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.register-title {
  font-size: 1.5rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #ffffff;
  text-align: center;
  margin: 0 0 0.5rem;
}
.register-subtitle {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin: 0 0 2rem;
  font-size: 0.9rem;
}
.register-error {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.register-error-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #ef4444;
  flex-shrink: 0;
}
.register-error-text {
  color: #ef4444;
  font-size: 0.875rem;
  margin: 0;
}
.register-field {
  margin-bottom: 1.25rem;
  color: #111827;
}
.register-label {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.required-star {
  color: #ef4444;
}
.register-input-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.register-input-icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  height: 1.25rem;
  display: flex;
  align-items: center;
  width: 1.25rem;
  color: #9ca3af;
  pointer-events: none;
  z-index: 2;
  border: none;
  outline: none;
}
.register-input-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}
.register-input {
  width: 100%;
  padding: 0.875rem 1rem 0.875rem 2.5rem !important;
  background: #374151 !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.5rem;
  color: #ffffff !important;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.register-input::placeholder {
  color: #9ca3af;
}
.register-input:focus {
  border-color: #f59e0b;
}
.register-input:not(:placeholder-shown) {
  background: #374151 !important;
}
.register-input:-webkit-autofill,
.register-input:-webkit-autofill:hover,
.register-input:-webkit-autofill:focus,
.register-input:focus,
.register-input:focus-visible {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0 1000px #374151 inset !important;
  box-shadow: 0 0 0 1000px #374151 inset !important;
  background: #374151 !important;
}
.customer-account-login .login-field input,
.customer-account-create .register-field input {
  color: #ffffff !important;
}
.register-input-password {
  padding-right: 2.25rem;
}
.register-method-toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.register-method-option {
  height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 600;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.register-method-option.active {
  border-color: #f59e0b;
  background: rgba(245, 158, 11, 0.2);
  color: #fbbf24;
}
.register-method-option:hover {
  border-color: rgba(245, 158, 11, 0.7);
  color: #fbbf24;
}
.register-eye-toggle {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  height: 1.25rem;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0.375rem;
  border-radius: 0.25rem;
  color: #9ca3af;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}
.register-eye-toggle:hover {
  color: #f59e0b;
  background: rgba(245, 158, 11, 0.15);
}
.register-eye-toggle svg {
  width: 1.25rem;
  height: 1.25rem;
}
.password-strength-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.strength-check {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
}
.strength-check.passed {
  color: #22c55e;
}
.strength-check-icon {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
}
.register-password-mismatch {
  color: #ef4444;
  font-size: 0.75rem;
  margin: 0.375rem 0 0;
}
.register-terms {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.register-terms-checkbox {
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  position: relative;
  cursor: pointer;
}
.register-terms-checkbox input {
  appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0.25rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
}
.register-terms-checkbox input:checked {
  background: #f59e0b;
  border-color: #f59e0b;
}
.register-terms-checkbox input:focus-visible {
  outline: 2px solid rgba(245, 158, 11, 0.6);
  outline-offset: 2px;
}
.register-terms-checkbox .terms-check-icon {
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  color: #111827;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.register-terms-checkbox input:checked + .terms-check-icon {
  opacity: 1;
}
.register-terms-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.5;
}
.register-terms-link {
  color: #fbbf24 !important;
}
.register-terms-link:hover {
  color: #f59e0b !important;
}
.register-submit-btn {
  width: 100%;
  padding: 0.875rem;
  background: #f59e0b;
  color: #111827;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: background 0.2s ease;
}
.register-submit-btn:hover {
  background: #d97706;
}
.register-submit-arrow {
  width: 1.25rem;
  height: 1.25rem;
}
.register-login-link {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  margin: 1.5rem 0 0;
}
.register-login-link a {
  color: #fbbf24 !important;
  font-weight: 500;
}
.register-login-link a:hover {
  color: #f59e0b !important;
}
body.pg-auth-modal-open {
  overflow: hidden;
}
body.pg-auth-modal-open .page.messages,
body.pg-auth-modal-open [data-placeholder="messages"] {
  display: none !important;
}
.pg-auth-guard-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.pg-auth-guard-modal.is-open {
  display: flex;
}
.pg-auth-guard-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(4px);
}
.pg-auth-guard-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 35rem;
  border-radius: 1rem;
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(26, 26, 46, 0.95), rgba(15, 15, 26, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  text-align: left;
}
.pg-auth-guard-modal__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.65);
  cursor: pointer;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
}
.pg-auth-guard-modal__close span {
  line-height: 1;
  font-size: 1.6rem;
}
.pg-auth-guard-modal__close:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}
.pg-auth-guard-modal__icon {
  width: 3rem;
  height: 3rem;
  margin: 0 0 1rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(251, 191, 36, 0.12);
  color: #fbbf24;
}
.pg-auth-guard-modal__icon svg {
  width: 1.4rem;
  height: 1.4rem;
}
.pg-auth-guard-modal__title {
  margin: 0 0 0.5rem;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
}
.pg-auth-guard-modal__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  text-align: left;
}
.pg-auth-guard-modal__actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 1.5rem;
}
.pg-auth-guard-modal__primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11.25rem;
  padding: 0.95rem 1.4rem;
  border-radius: 0.875rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  background: #f59e0b;
  color: #111827 !important;
  box-shadow: 0 12px 30px rgba(245, 158, 11, 0.3);
}
.pg-auth-guard-modal__primary:hover {
  transform: translateY(-1px);
  background: #d97706;
}
@media (max-width: 640px) {
  .pg-auth-guard-modal__dialog {
    max-width: 32rem;
    padding: 1.25rem;
    border-radius: 1rem;
  }
  .pg-auth-guard-modal__title {
    font-size: 1.15rem;
  }
  .pg-auth-guard-modal__primary {
    width: auto;
    min-width: 10.5rem;
  }
}
.contact-page {
  padding: 7rem 1.5rem 4rem;
}
@media (min-width: 768px) {
  .contact-page {
    padding: 7.5rem 3rem 4.5rem;
  }
}
.contact-hero {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  margin-bottom: 2.5rem;
  min-height: 220px;
  display: flex;
  align-items: center;
  padding: 2.5rem;
}
.contact-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(0.9);
}
.contact-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(15, 23, 42, 0.88), rgba(11, 15, 26, 0.62));
}
.contact-hero-content {
  position: relative;
  z-index: 1;
  max-width: 560px;
}
.contact-hero-title {
  margin: 0 0 0.5rem;
  font-size: 2rem;
  color: #ffffff;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.contact-hero-subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}
.contact-grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 960px) {
  .contact-grid {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 2rem;
  }
}
.contact-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent);
}
.contact-card h2 {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  color: #ffffff;
}
.contact-card p {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}
.contact-info-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}
.contact-info-item svg {
  width: 1.15rem;
  height: 1.15rem;
  color: #fbbf24;
  flex-shrink: 0;
  margin-top: 0.15rem;
}
.contact-info-item a {
  color: #ffffff !important;
}
.contact-hours {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-social {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-social h2 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}
.contact-social-icons {
  display: flex;
  gap: 0.75rem;
}
.contact-social-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.5rem;
  color: #ffffff !important;
  font-size: 0.85rem;
  transition: all 0.2s ease;
}
.contact-social-btn svg {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}
.contact-social-btn:hover {
  border-color: #f59e0b;
  background: rgba(245, 158, 11, 0.1);
  color: #f59e0b !important;
}
.contact-form {
  display: grid;
  gap: 1rem;
}
.contact-field {
  display: grid;
  gap: 0.45rem;
}
.contact-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.85);
}
.contact-input,
.contact-textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #0b0f1a;
  color: #ffffff;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.92rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-input::placeholder,
.contact-textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.contact-input:focus,
.contact-textarea:focus {
  border-color: #f59e0b;
  box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.15);
}
.contact-textarea {
  min-height: 140px;
  resize: vertical;
}
.contact-submit {
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 0.6rem;
  border: none;
  background: #f59e0b;
  color: #111827;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s ease;
}
.contact-submit:hover {
  background: #d97706;
}
.legal-page {
  padding: 7rem 1.5rem 4rem;
}
@media (min-width: 768px) {
  .legal-page {
    padding: 7.5rem 3rem 4.5rem;
  }
}
.legal-hero {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  padding: 2.5rem;
  margin-bottom: 2.5rem;
  min-height: 200px;
  display: flex;
  align-items: center;
}
.legal-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.legal-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(15, 23, 42, 0.88), rgba(11, 15, 26, 0.58));
}
.legal-hero-content {
  position: relative;
  z-index: 1;
  max-width: 620px;
}
.legal-hero-title {
  margin: 0 0 0.5rem;
  font-size: 2rem;
  color: #ffffff;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.legal-hero-subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}
.legal-content {
  display: grid;
  gap: 1.5rem;
}
.legal-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent);
}
.legal-card h2 {
  margin: 0 0 0.75rem;
  font-size: 1.2rem;
  color: #ffffff;
}
.legal-card p {
  margin: 0 0 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}
.legal-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
}
.legal-list li {
  padding-left: 1.2rem;
  position: relative;
}
.legal-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #fbbf24;
}
.mage-error {
  color: #ef4444 !important;
  font-size: 0.75rem !important;
  margin-top: 0.25rem;
}
div.mage-error {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.login-input-wrapper div.mage-error,
.register-input-wrapper div.mage-error {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.25rem;
  z-index: 10;
}
.login-input-wrapper .login-input,
.register-input-wrapper .register-input {
  order: 1;
}
.field .control input[type="text"],
.field .control input[type="email"],
.field .control input[type="password"],
.field .control input[type="tel"],
.field .control input[type="number"],
.field .control select,
.field .control textarea {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  color: #ffffff;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  padding: 0.75rem 2.5rem;
}
.field .control input[type="text"]::placeholder,
.field .control input[type="email"]::placeholder,
.field .control input[type="password"]::placeholder,
.field .control input[type="tel"]::placeholder,
.field .control input[type="number"]::placeholder,
.field .control select::placeholder,
.field .control textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.field .control input[type="text"]:focus,
.field .control input[type="email"]:focus,
.field .control input[type="password"]:focus,
.field .control input[type="tel"]:focus,
.field .control input[type="number"]:focus,
.field .control select:focus,
.field .control textarea:focus {
  border-color: #fbbf24;
  outline: none;
  box-shadow: none;
}
.customer-account-login .field .label,
.customer-account-create .field .label,
.customer-account-login label,
.customer-account-create label {
  color: rgba(255, 255, 255, 0.85) !important;
}
.customer-account-login input[type="text"],
.customer-account-create input[type="text"],
.customer-account-login input[type="email"],
.customer-account-create input[type="email"],
.customer-account-login input[type="password"],
.customer-account-create input[type="password"],
.customer-account-login input[type="tel"],
.customer-account-create input[type="tel"],
.customer-account-login input[type="number"],
.customer-account-create input[type="number"],
.customer-account-login textarea,
.customer-account-create textarea,
.customer-account-login select,
.customer-account-create select {
  color: #ffffff !important;
}
.block-search,
.block-minicart,
.minicart-wrapper,
.panel.header,
.panel.wrapper {
  display: none !important;
}
.actions-toolbar {
  margin: 0 !important;
  padding: 0 !important;
}
.login-section fieldset,
.register-section fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.login-section legend,
.register-section legend {
  display: none;
}
.login-section .field,
.register-section .field {
  margin: 0;
}
.message.success {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.3);
  color: #22c55e;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.message.error {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #ef4444;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.message.warning,
.message.notice {
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.3);
  color: #fbbf24;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.cookie-status-message {
  display: none;
}
.page-wrapper a:not([class]) {
  color: #fbbf24;
}
.page-wrapper a:not([class]):hover {
  color: #f59e0b;
}
.about-page {
  background: #0f0f1a;
}
.about-hero {
  position: relative;
  padding: 8rem 1.5rem 5rem;
}
@media (min-width: 768px) {
  .about-hero {
    padding: 8rem 3rem 5rem;
  }
}
.about-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #1a1a2e, #0f0f1a);
}
.about-hero-overlay {
  position: absolute;
  inset: 0;
}
.about-hero-content {
  position: relative;
  max-width: 80rem;
  margin: 0 auto;
  text-align: center;
}
.about-hero-title {
  font-size: 2.25rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .about-hero-title {
    font-size: 3.75rem;
  }
}
.about-hero-desc {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 48rem;
  margin: 0 auto;
}
.about-story {
  padding: 5rem 1.5rem;
}
@media (min-width: 768px) {
  .about-story {
    padding: 5rem 3rem;
  }
}
.about-story-grid {
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  gap: 4rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .about-story-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.about-story-badge {
  font-size: 0.875rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #f59e0b;
  margin-bottom: 1rem;
  font-weight: 400;
}
.about-story-title {
  font-size: 1.875rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .about-story-title {
    font-size: 2.25rem;
  }
}
.about-story-text p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
  margin-bottom: 1rem;
}
.about-story-text p:last-child {
  margin-bottom: 0;
}
.about-story-image {
  position: relative;
}
.about-story-image-box {
  aspect-ratio: 1;
  background: linear-gradient(to bottom right, #1e293b, #0f172a);
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.about-story-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-story-image-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-story-mountain-icon {
  width: 8rem;
  height: 8rem;
  color: rgba(245, 158, 11, 0.3);
}
.about-story-decorative {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  width: 12rem;
  height: 12rem;
  background: rgba(245, 158, 11, 0.1);
  border-radius: 1rem;
  z-index: -1;
}
.about-gallery {
  padding: 0 1.5rem 5rem;
}
@media (min-width: 768px) {
  .about-gallery {
    padding: 0 3rem 5rem;
  }
}
.about-gallery-grid {
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .about-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.about-gallery-item {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.875rem;
  overflow: hidden;
  min-height: 220px;
}
.about-gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.about-gallery-copy {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.875rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-height: 220px;
}
.about-gallery-copy h3 {
  margin: 0;
  color: #ffffff;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1.35rem;
}
.about-gallery-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}
.about-stats {
  padding: 5rem 1.5rem;
  background: linear-gradient(to bottom, #1a1a2e, #0f0f1a);
}
@media (min-width: 768px) {
  .about-stats {
    padding: 5rem 3rem;
  }
}
.about-stats-grid {
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (min-width: 1024px) {
  .about-stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.about-stat {
  text-align: center;
}
.about-stat-icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: rgba(245, 158, 11, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-stat-icon svg {
  width: 2rem;
  height: 2rem;
  color: #f59e0b;
  stroke: #f59e0b;
}
.about-stat-value {
  font-size: 1.875rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .about-stat-value {
    font-size: 2.25rem;
  }
}
.about-stat-label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}
.about-values {
  padding: 5rem 1.5rem;
}
@media (min-width: 768px) {
  .about-values {
    padding: 5rem 3rem;
  }
}
.about-values-container {
  max-width: 80rem;
  margin: 0 auto;
}
.about-values-header {
  text-align: center;
  margin-bottom: 4rem;
}
.about-values-badge {
  font-size: 0.875rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #f59e0b;
  margin-bottom: 1rem;
  font-weight: 400;
}
.about-values-title {
  font-size: 1.875rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #ffffff;
}
@media (min-width: 768px) {
  .about-values-title {
    font-size: 2.25rem;
  }
}
.about-values-grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .about-values-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.about-value-card {
  padding: 2rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  transition: border-color 0.3s ease;
}
.about-value-card:hover {
  border-color: rgba(245, 158, 11, 0.3);
}
.about-value-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
}
.about-value-desc {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.75;
}
.about-policies {
  padding: 0 1.5rem 5rem;
}
@media (min-width: 768px) {
  .about-policies {
    padding: 0 3rem 5rem;
  }
}
.about-policies-container {
  max-width: 80rem;
  margin: 0 auto;
}
.about-policies-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .about-policies-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.about-policy-card {
  display: block;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.875rem;
  padding: 1.25rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
.about-policy-card:hover {
  background: linear-gradient(180deg, rgba(245, 158, 11, 0.15), rgba(245, 158, 11, 0.05));
  border-color: #f59e0b;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(245, 158, 11, 0.15);
}
.about-policy-card h4 {
  margin: 0 0 0.65rem;
  color: #ffffff;
  font-size: 1rem;
  transition: color 0.3s ease;
}
.about-policy-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
  transition: color 0.3s ease;
}
.about-policy-card:hover h4 {
  color: #f59e0b;
}
.about-policy-card:hover p {
  color: rgba(255, 255, 255, 0.8);
}
.about-cta {
  padding: 5rem 1.5rem;
}
@media (min-width: 768px) {
  .about-cta {
    padding: 5rem 3rem;
  }
}
.about-cta-container {
  max-width: 56rem;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(to right, rgba(245, 158, 11, 0.2), rgba(249, 115, 22, 0.2));
  border-radius: 1rem;
  padding: 3rem;
  border: 1px solid rgba(245, 158, 11, 0.2);
}
.about-cta-title {
  font-size: 1.875rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .about-cta-title {
    font-size: 2.25rem;
  }
}
.about-cta-desc {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumbs {
  background: transparent;
  padding: 1rem 1.5rem;
  margin: 0;
}
@media (min-width: 768px) {
  .breadcrumbs {
    padding: 1rem 3rem;
  }
}
.breadcrumbs .items {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
}
.breadcrumbs .item {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}
.breadcrumbs .item a {
  color: rgba(255, 255, 255, 0.6) !important;
}
.breadcrumbs .item a:hover {
  color: #fbbf24 !important;
}
.breadcrumbs .item:not(:last-child)::after {
  content: '>';
  margin-left: 0.5rem;
  color: rgba(255, 255, 255, 0.4);
}
.page-products .page-main {
  max-width: 80rem !important;
  margin: 0 auto !important;
  padding: 0 1rem !important;
}
@media (min-width: 640px) {
  .page-products .page-main {
    padding: 0 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .page-products .page-main {
    padding: 0 3rem !important;
  }
}
.page-products .columns {
  display: flex !important;
  gap: 2rem;
  padding-bottom: 4rem !important;
}
@media (min-width: 768px) {
  .page-products .columns {
    padding-bottom: 6rem !important;
  }
}
.page-products .sidebar.sidebar-main {
  width: 16rem;
  flex-shrink: 0;
  display: none;
}
@media (min-width: 1024px) {
  .page-products .sidebar.sidebar-main {
    display: block;
  }
}
.page-products .column.main {
  flex: 1 !important;
  min-width: 0;
}
.category-page-header {
  position: relative;
  padding: 1.5rem 0 3rem;
  margin-bottom: 2rem;
}
.category-page-banner {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.category-page-banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-page-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(15, 15, 26, 0.6), #0f0f1a);
}
.category-page-info {
  position: relative;
  z-index: 1;
}
.category-page-title {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 2.5rem;
  color: #ffffff;
  margin: 0 0 0.75rem;
}
@media (min-width: 768px) {
  .category-page-title {
    font-size: 3rem;
  }
}
.category-page-description {
  color: rgba(255, 255, 255, 0.6);
  max-width: 42rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.category-page-count {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  margin: 0;
}
.sidebar-filters {
  margin-bottom: 2rem;
}
.sidebar-filters-header {
  margin-bottom: 1.5rem;
}
.sidebar-filters-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  margin: 0;
}
.sidebar-filters-title svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #fbbf24;
}
.layered-navigation {
  margin-top: 0.5rem;
}
.filter-group {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 1.5rem;
}
.filter-group-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  margin-bottom: 0.75rem;
  transition: color 0.2s ease;
}
.filter-group-title:hover {
  color: #fbbf24;
}
.filter-group-title svg {
  width: 1rem;
  height: 1rem;
  color: rgba(255, 255, 255, 0.5);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.filter-group-title.open svg {
  transform: rotate(180deg);
}
.filter-options {
  list-style: none;
  padding: 0;
  margin: 0;
}
.filter-option {
  margin-bottom: 0.125rem;
}
.filter-option-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none !important;
  font-size: 0.875rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  transition: all 0.2s ease;
}
.filter-option-link:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.05);
}
.filter-option-link.active {
  background: rgba(251, 191, 36, 0.2);
  color: #fbbf24 !important;
}
.filter-option-link.active .filter-option-count {
  color: rgba(251, 191, 36, 0.6);
}
.filter-option-label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filter-option-count {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.8rem;
  margin-left: 0.5rem;
  flex-shrink: 0;
}
.filter-active {
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.filter-active-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.85rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  margin: 0 0 0.5rem 0;
}
.filter-active-item {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.3rem 0.625rem;
  margin: 0.25rem 0.25rem 0.25rem 0;
  border-radius: 9999px;
  background: rgba(251, 191, 36, 0.15);
  color: #fbbf24 !important;
  text-decoration: none !important;
  font-size: 0.8rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  transition: all 0.2s ease;
}
.filter-active-item:hover {
  background: rgba(251, 191, 36, 0.25);
}
.filter-active-item svg {
  width: 0.75rem;
  height: 0.75rem;
  flex-shrink: 0;
}
.filter-clear {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.625rem 1rem;
  margin-top: 0.75rem;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 0.8rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  transition: all 0.2s ease;
}
.filter-clear:hover {
  background: rgba(255, 255, 255, 0.1);
}
.block.filter {
  margin-bottom: 1.5rem;
}
.block-title.filter-title {
  display: none;
}
@media (max-width: 1023px) {
  .block-title.filter-title {
    display: block;
    color: #ffffff;
    font-weight: 600;
    padding: 0.75rem 0;
    cursor: pointer;
  }
}
.block-content.filter-content .filter-options {
  padding: 0;
  margin: 0;
}
.block-content.filter-content .filter-options-item {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 1.5rem;
}
.block-content.filter-content .filter-options-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.block-content.filter-content .filter-options-title::after {
  content: '';
  display: none;
}
.block-content.filter-content .filter-options-content .items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block-content.filter-content .filter-options-content .item {
  margin-bottom: 0.25rem;
}
.block-content.filter-content .filter-options-content .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none !important;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.block-content.filter-content .filter-options-content .item a:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.05);
}
.block-content.filter-content .filter-options-content .item a .count {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.8rem;
}
.block-content.filter-content .filter-options-content .item a .count::before {
  content: '(';
}
.block-content.filter-content .filter-options-content .item a .count::after {
  content: ')';
}
.block-content.filter-content .filter-options-content .item.active a,
.block-content.filter-content .filter-options-content .item a.active {
  background: rgba(251, 191, 36, 0.2);
  color: #fbbf24 !important;
}
.block-content.filter-content .filter-options-content .item.active a .count,
.block-content.filter-content .filter-options-content .item a.active .count {
  color: rgba(251, 191, 36, 0.6);
}
.block-content.filter-content .swatch-attribute {
  margin-bottom: 0.75rem;
}
.block-content.filter-content .swatch-attribute .swatch-option {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
}
.block-content.filter-content .swatch-attribute .swatch-option.selected {
  border-color: #fbbf24;
}
.filter-current {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.filter-current .filter-current-subtitle {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}
.filter-current .items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.filter-current .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.375rem 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}
.filter-current .item .filter-label {
  font-weight: 500;
}
.filter-current .item .filter-value {
  color: #fbbf24;
}
.filter-current .item .action.remove {
  color: rgba(255, 255, 255, 0.4) !important;
  text-decoration: none !important;
  font-size: 0.75rem;
}
.filter-current .item .action.remove:hover {
  color: #ef4444 !important;
}
.filter-actions a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.625rem 1rem;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 0.875rem;
  transition: all 0.2s ease;
  margin-top: 1rem;
}
.filter-actions a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.product-list-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .product-list-toolbar {
    gap: 1rem;
    padding: 1rem 0;
    margin-bottom: 2rem;
  }
}
.product-list-toolbar .pages {
  display: none !important;
}
.toolbar-view-mode {
  display: none;
}
@media (min-width: 480px) {
  .toolbar-view-mode {
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.375rem;
    overflow: hidden;
  }
}
.toolbar-view-btn {
  padding: 0.5rem;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toolbar-view-btn svg {
  width: 1rem;
  height: 1rem;
}
.toolbar-view-btn:hover {
  color: #ffffff;
}
.toolbar-view-btn.active {
  background: #fbbf24;
  color: #111827;
}
.toolbar-sorter,
.toolbar-limiter {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
@media (min-width: 640px) {
  .toolbar-sorter,
  .toolbar-limiter {
    gap: 0.5rem;
  }
}
.toolbar-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .toolbar-label {
    font-size: 0.875rem;
  }
}
.toolbar-select {
  appearance: none;
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.375rem;
  padding: 0.375rem 1.75rem 0.375rem 0.625rem;
  color: #ffffff;
  font-size: 0.8rem;
  cursor: pointer;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  transition: border-color 0.2s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.6)' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1rem;
}
@media (min-width: 640px) {
  .toolbar-select {
    padding: 0.5rem 2rem 0.5rem 0.75rem;
    font-size: 0.875rem;
  }
}
.toolbar-select:focus {
  outline: none;
  border-color: #fbbf24;
}
.toolbar-select option {
  background: #1a1a2e;
  color: #ffffff;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
.products-grid::before,
.products-grid::after {
  display: none !important;
  content: none !important;
}
@media (min-width: 480px) {
  .products-grid {
    gap: 1rem;
  }
}
@media (min-width: 640px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (min-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.products-grid .product-card {
  position: relative;
  background: linear-gradient(to bottom, rgba(51, 65, 85, 0.5), rgba(30, 41, 59, 0.5));
  border-radius: 0.75rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.products-grid .product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.product-image-wrapper {
  position: relative;
  height: auto;
  aspect-ratio: 1;
  background: #ffffff;
  overflow: hidden;
}
.product-image-link {
  display: block;
  width: 100%;
  height: 100%;
}
.product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1rem;
  transition: transform 0.5s ease;
}
.product-card:hover .product-image {
  transform: scale(1.05);
}
.product-badges {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  right: 0.75rem;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  pointer-events: none;
}
.badge {
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.25rem 0.625rem;
  border-radius: 999px;
  line-height: 1;
}
.badge-new {
  background: #fbbf24;
  color: #111827;
}
.badge-sale {
  background: #ef4444;
  color: #ffffff;
}
.badge-soldout {
  background: #4b5563;
  color: #ffffff;
}
.product-actions {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-card:hover .product-actions {
  opacity: 1;
}
.action-btn {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transform: scale(0);
  transition: transform 0.3s ease, background 0.2s ease;
  text-decoration: none !important;
}
.action-btn svg {
  width: 1.125rem;
  height: 1.125rem;
}
.product-card:hover .action-btn {
  transform: scale(1);
}
.action-wishlist,
.action-quickview {
  background: rgba(255, 255, 255, 0.9);
  color: #1e293b !important;
}
.action-wishlist:hover,
.action-quickview:hover {
  background: #ffffff;
}
.product-card:hover .action-wishlist {
  transition-delay: 75ms;
}
.product-card:hover .action-quickview {
  transition-delay: 100ms;
}
.action-cart,
.action-cart-form button {
  background: #fbbf24;
  color: #1e293b !important;
}
.action-cart:hover,
.action-cart-form button:hover {
  background: #f59e0b;
}
.product-card:hover .action-cart,
.product-card:hover .action-cart-form button {
  transition-delay: 150ms;
}
.action-cart-form {
  display: contents;
}
.action-cart-form button {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transform: scale(0);
  transition: transform 0.3s ease, background 0.2s ease;
}
.action-cart-form button svg {
  width: 1.125rem;
  height: 1.125rem;
}
.product-card:hover .action-cart-form button {
  transform: scale(1);
  transition-delay: 150ms;
}
.products-grid .product-info {
  padding: 1.25rem;
}
.products-grid .product-rating {
  margin-bottom: 0.5rem;
}
.products-grid .product-rating .rating-summary {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.products-grid .product-rating .rating-summary .rating-result {
  width: auto;
}
.products-grid .product-rating .rating-summary .rating-result::before {
  color: #fbbf24;
}
.products-grid .product-rating .rating-summary .rating-result span::before {
  color: #fbbf24;
}
.products-grid .product-rating .rating-summary .reviews-actions {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}
.products-grid .product-rating .rating-summary .reviews-actions a {
  color: rgba(255, 255, 255, 0.5) !important;
  text-decoration: none !important;
}
.products-grid .product-rating .rating-summary .reviews-actions a:hover {
  color: #fbbf24 !important;
}
.products-grid .product-name {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  margin: 0 0 0.5rem;
  min-height: 3rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  transition: color 0.2s ease;
}
.products-grid .product-name a {
  color: #ffffff !important;
  text-decoration: none !important;
}
.product-card:hover .products-grid .product-name a {
  color: #fbbf24 !important;
}
.products-grid .product-price .price-box {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin: 0;
}
.products-grid .product-price .price-wrapper,
.products-grid .product-price .price {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.products-grid .product-price .normal-price .price,
.products-grid .product-price .special-price .price {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
}
.products-grid .product-price .old-price {
  text-decoration: line-through;
}
.products-grid .product-price .old-price .price {
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
}
.products-grid .product-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to right, #fbbf24, #f97316);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}
.products-grid .product-card:hover::after {
  transform: scaleX(1);
}
.empty-products {
  text-align: center;
  padding: 6rem 1rem;
}
.empty-icon {
  margin-bottom: 1.5rem;
}
.empty-icon svg {
  width: 3rem;
  height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}
.empty-title {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}
.empty-text {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.9rem;
  margin: 0;
}
.page-products .pages,
.catalogsearch-result-index .pages {
  margin-top: 3rem;
  text-align: center;
}
.page-products .pages .items,
.catalogsearch-result-index .pages .items {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-products .pages .item a,
.catalogsearch-result-index .pages .item a,
.page-products .pages .item strong,
.catalogsearch-result-index .pages .item strong {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  text-decoration: none !important;
  transition: all 0.2s ease;
}
.page-products .pages .item a,
.catalogsearch-result-index .pages .item a {
  color: rgba(255, 255, 255, 0.6) !important;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.page-products .pages .item a:hover,
.catalogsearch-result-index .pages .item a:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.page-products .pages .item.current strong,
.catalogsearch-result-index .pages .item.current strong {
  background: #fbbf24;
  color: #111827;
  font-weight: 700;
}
.page-products .messages .message {
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.page-products .messages .message.success {
  background: rgba(34, 197, 94, 0.15);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.3);
}
.page-products .messages .message.error {
  background: rgba(239, 68, 68, 0.15);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.3);
}
@media (max-width: 1023px) {
  .page-products .sidebar.sidebar-main,
  .catalogsearch-result-index .sidebar.sidebar-main {
    display: none;
  }
}
.page-products .category-image,
.catalogsearch-result-index .category-image,
.page-products .category-description,
.catalogsearch-result-index .category-description,
.page-products .page-title-wrapper,
.catalogsearch-result-index .page-title-wrapper {
  display: none;
}
.page-products .toolbar-products:not(.product-list-toolbar),
.catalogsearch-result-index .toolbar-products:not(.product-list-toolbar) {
  display: none !important;
}
.products-grid.mode-list {
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .products-grid.mode-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.products-grid.mode-list .product-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  text-align: left;
  padding: 1rem;
}
@media (min-width: 640px) {
  .products-grid.mode-list .product-card {
    gap: 1.5rem;
    padding: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .products-grid.mode-list .product-card {
    gap: 2rem;
    padding: 1.5rem;
  }
}
.products-grid.mode-list .product-image-container {
  flex: 0 0 6rem;
  margin-bottom: 0;
  height: auto;
  border-radius: 0.75rem 0 0 0.75rem;
}
@media (min-width: 640px) {
  .products-grid.mode-list .product-image-container {
    flex: 0 0 8rem;
  }
}
.products-grid.mode-list .product-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.products-grid.mode-list .product-card-name {
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 640px) {
  .products-grid.mode-list .product-card-name {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .products-grid.mode-list .product-card-name {
    font-size: 1.125rem;
  }
}
.products-grid.mode-list .product-price-row {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .products-grid.mode-list .product-price-row {
    margin-top: 0.75rem;
  }
}
.products-grid.mode-list .product-rating-row {
  margin-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .products-grid.mode-list .product-rating-row {
    margin-bottom: 1rem;
  }
}
.toolbar-bottom {
  justify-content: center !important;
  gap: 0 !important;
  margin-top: 2rem;
}
.toolbar-bottom .toolbar-view-mode,
.toolbar-bottom .toolbar-sorter,
.toolbar-bottom .toolbar-limiter {
  display: none !important;
}
.toolbar-bottom .product-list-toolbar .pages {
  display: flex !important;
  margin: 0 auto;
  width: 100%;
}
@keyframes pdpFadeIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pdp-tab-fade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body.pdp-review-modal-open {
  overflow: hidden;
}
.page-product-view .page-main {
  max-width: 80rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 6.5rem 1.25rem 4rem !important;
}
@media (min-width: 768px) {
  .page-product-view .page-main {
    padding: 7rem 2.25rem 5rem !important;
  }
}
.page-product-view .columns {
  padding: 0 !important;
  margin: 0 !important;
}
.page-product-view .column.main {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 2rem;
  width: 100% !important;
  padding: 0 !important;
}
@media (min-width: 1024px) {
  .page-product-view .column.main {
    grid-template-columns: minmax(0, 56%) minmax(0, 44%);
    align-items: start;
  }
}
.page-product-view .product.media {
  grid-column: 1;
  order: 1;
  width: 100% !important;
}
.page-product-view .pdp-tabs-section {
  grid-column: 1;
  order: 3;
  width: 100% !important;
}
@media (min-width: 1024px) {
  .page-product-view .pdp-tabs-section {
    order: 2;
    margin-top: 2rem !important;
  }
}
.page-product-view .product-info-main {
  grid-column: 1;
  width: 100% !important;
}
@media (max-width: 1023px) {
  .page-product-view .product-info-main {
    display: contents !important;
  }
  .page-product-view .product-info-main > * {
    order: 2;
  }
  .page-product-view .product-info-main > .pdp-breadcrumb {
    order: 0 !important;
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 1024px) {
  .page-product-view .product-info-main {
    display: block !important;
    grid-column: 2;
    order: 2;
    grid-row: 1 span 2;
    position: sticky !important;
    top: 6.5rem;
    padding-left: 2rem !important;
  }
}
.page-product-view .product-info-main .page-title-wrapper,
.page-product-view .product-info-stock-sku,
.page-product-view .product-reviews-summary,
.page-product-view .product-social-links,
.page-product-view .product-options-bottom,
.page-product-view .product-addto-links,
.page-product-view .product-info-main > .stock,
.page-product-view .product-info-main > .product.attribute.sku,
.page-product-view .product-info-main > .product-reviews-summary,
.page-product-view .product-info-main > .price-box,
.page-product-view .product-info-main > .product.attribute.overview,
.page-product-view .product.info.detailed,
.page-product-view .page-main-details,
.page-product-view .page-main-description,
.page-product-view .page-main-pagebuilder-attributes,
.page-product-view .product-full-width-section,
.page-product-view .block.review-add,
.page-product-view .fotorama-item,
.page-product-view .gallery-placeholder,
.page-product-view .fotorama,
.page-product-view .product-info-price {
  display: none !important;
}
.page-product-view .column.main > input[name="form_key"],
.page-product-view .column.main > #authenticationPopup,
.page-product-view .product-info-main > script {
  display: none !important;
}
.page-product-view .product.media,
.page-product-view .product-add-form,
.page-product-view .pdp-form-wrapper,
.page-product-view .pdp-tabs-section {
  display: block !important;
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  max-width: none !important;
}
.page-product-view .product-info-main {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  max-width: none !important;
}
.page-product-view .pdp-breadcrumb {
  width: 100%;
  display: block;
  margin-bottom: 2rem;
}
.page-product-view .pdp-related-section,
.page-product-view .block.related,
.page-product-view .block.upsell {
  width: 100% !important;
  margin-top: 5rem !important;
  display: block !important;
  clear: both;
}
.page-product-view .pdp-breadcrumb {
  padding: 0;
  display: block;
}
.page-product-view .pdp-breadcrumb .pdp-breadcrumb-nav {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
}
.page-product-view .pdp-breadcrumb .pdp-breadcrumb-link {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s ease;
}
.page-product-view .pdp-breadcrumb .pdp-breadcrumb-link:hover {
  color: #fbbf24;
}
.page-product-view .pdp-breadcrumb .pdp-breadcrumb-separator {
  width: 1.08rem;
  height: 1.08rem;
  color: rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
}
.page-product-view .pdp-breadcrumb .pdp-breadcrumb-current {
  color: #fbbf24;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.page-product-view .product-add-form,
.page-product-view .pdp-form-wrapper {
  display: block !important;
  width: 100% !important;
  float: none !important;
}
.page-product-view .pdp-gallery {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: flex-start;
  width: 100% !important;
  animation: pdpFadeIn 0.5s ease 0.05s both;
}
.page-product-view .pdp-gallery .pdp-gallery-thumbs {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 5.5rem;
  flex-shrink: 0;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}
.page-product-view .pdp-gallery .pdp-gallery-thumbs .pdp-gallery-thumb {
  width: 100%;
  height: 5rem;
  flex-shrink: 0;
  background: rgba(26, 26, 46, 0.8);
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0.15);
  transition: border-color 0.2s ease;
  padding: 0;
}
.page-product-view .pdp-gallery .pdp-gallery-thumbs .pdp-gallery-thumb:hover {
  border-color: rgba(255, 255, 255, 0.45);
}
.page-product-view .pdp-gallery .pdp-gallery-thumbs .pdp-gallery-thumb.active {
  border-color: #f59e0b;
  box-shadow: 0 0 0 1px #f59e0b;
}
.page-product-view .pdp-gallery .pdp-gallery-thumbs .pdp-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #ffffff;
  padding: 2px;
}
@media (max-width: 767px) {
  .page-product-view .pdp-gallery .pdp-gallery-thumbs {
    flex-direction: row;
    width: 100%;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    order: 2;
  }
  .page-product-view .pdp-gallery .pdp-gallery-thumbs .pdp-gallery-thumb {
    width: 4rem;
    height: 4rem;
  }
}
.page-product-view .pdp-gallery .pdp-gallery-main {
  position: relative;
  flex: 1;
  min-width: 0;
  background: #ffffff;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  aspect-ratio: 1;
}
.page-product-view .pdp-gallery .pdp-gallery-main .pdp-sale-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
  background: #ef4444;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.3rem 0.75rem;
  border-radius: 9999px;
}
.page-product-view .pdp-gallery .pdp-gallery-main .pdp-gallery-zoom-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-product-view .pdp-gallery .pdp-gallery-main .pdp-gallery-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  padding: 1rem;
}
.page-product-view .pdp-gallery .pdp-gallery-main .pdp-gallery-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
}
.page-product-view .pdp-gallery .pdp-gallery-main .pdp-gallery-placeholder .pdp-gallery-placeholder-circle {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-product-view .pdp-gallery .pdp-gallery-main .pdp-gallery-placeholder .pdp-gallery-placeholder-letter {
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.2);
}
.page-product-view .pdp-gallery .pdp-gallery-main .pdp-gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #ffffff;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease, background 0.2s ease;
  opacity: 0;
  padding: 0;
  line-height: 1;
}
.page-product-view .pdp-gallery .pdp-gallery-main .pdp-gallery-arrow svg {
  width: 1.1rem;
  height: 1.1rem;
}
.page-product-view .pdp-gallery .pdp-gallery-main .pdp-gallery-arrow:hover {
  background: rgba(0, 0, 0, 0.65);
  opacity: 1;
}
.page-product-view .pdp-gallery .pdp-gallery-main:hover .pdp-gallery-arrow {
  opacity: 1;
}
@media (max-width: 767px) {
  .page-product-view .pdp-gallery .pdp-gallery-main .pdp-gallery-arrow {
    opacity: 1;
  }
}
.page-product-view .pdp-gallery .pdp-gallery-main .pdp-gallery-prev {
  left: 0.75rem;
}
.page-product-view .pdp-gallery .pdp-gallery-main .pdp-gallery-next {
  right: 0.75rem;
}
.page-product-view .pdp-gallery .pdp-gallery-main .pdp-gallery-counter {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  z-index: 10;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.7rem;
  padding: 0.2rem 0.6rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 767px) {
  .page-product-view .pdp-gallery {
    flex-direction: column;
  }
}
.page-product-view .pdp-info-wrapper {
  animation: pdpFadeIn 0.5s ease 0.18s both;
}
.page-product-view .pdp-info-wrapper .pdp-category-badge {
  display: inline-block;
  color: #fbbf24;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.page-product-view .pdp-info-wrapper .pdp-category-badge:hover {
  text-decoration: underline;
}
.page-product-view .pdp-info-wrapper .pdp-product-name {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1rem;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .page-product-view .pdp-info-wrapper .pdp-product-name {
    font-size: 1.6rem !important;
  }
}
.page-product-view .pdp-info-wrapper .pdp-meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem 0.6rem;
  margin-bottom: 1.25rem;
}
.page-product-view .pdp-info-wrapper .pdp-meta-row .pdp-rating-stars {
  display: flex;
  align-items: center;
  gap: 1px;
}
.page-product-view .pdp-info-wrapper .pdp-meta-row .pdp-star {
  width: 1.05rem;
  height: 1.05rem;
}
.page-product-view .pdp-info-wrapper .pdp-meta-row .pdp-star-filled {
  color: #f59e0b;
}
.page-product-view .pdp-info-wrapper .pdp-meta-row .pdp-star-empty {
  color: rgba(255, 255, 255, 0.28);
}
.page-product-view .pdp-info-wrapper .pdp-meta-row .pdp-meta-sep {
  color: rgba(255, 255, 255, 0.28);
  font-size: 0.8rem;
}
.page-product-view .pdp-info-wrapper .pdp-meta-row .pdp-meta-text {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.975rem;
}
.page-product-view .pdp-info-wrapper .pdp-meta-row .pdp-meta-text strong {
  color: #fbbf24;
  font-weight: 700;
}
.page-product-view .pdp-info-wrapper .pdp-rating {
  display: none;
}
.page-product-view .pdp-info-wrapper .pdp-description {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.75;
  margin-bottom: 1.25rem;
  font-size: 1rem;
}
.page-product-view .pdp-info-wrapper .pdp-description p {
  margin-bottom: 0.5rem;
}
.page-product-view .pdp-info-wrapper .pdp-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 1.25rem 0;
}
.page-product-view .pdp-info-wrapper .pdp-price-block {
  margin-bottom: 1.25rem;
}
.page-product-view .pdp-info-wrapper .pdp-price-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.page-product-view .pdp-info-wrapper .pdp-price-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
}
.page-product-view .pdp-info-wrapper .pdp-magento-price-wrapper .price-box {
  margin: 0;
}
.page-product-view .pdp-info-wrapper .pdp-magento-price-wrapper .price {
  font-size: 1.1rem !important;
  font-weight: 800;
  color: #f59e0b;
  line-height: 1;
}
.page-product-view .pdp-info-wrapper .pdp-magento-price-wrapper .old-price .price {
  font-size: 0.95rem !important;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: line-through;
}
.page-product-view .pdp-info-wrapper .pdp-magento-price-wrapper .special-price,
.page-product-view .pdp-info-wrapper .pdp-magento-price-wrapper .old-price {
  display: inline-block;
  margin-bottom: 0;
}
.page-product-view .pdp-info-wrapper .pdp-magento-price-wrapper .special-price {
  margin-right: 0.75rem;
}
.page-product-view .pdp-info-wrapper .pdp-magento-price-wrapper .price-label {
  display: none;
}
.page-product-view .pdp-info-wrapper .pdp-trust-strip {
  display: flex;
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.75rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
  background: rgba(26, 26, 46, 0.4);
}
.page-product-view .pdp-info-wrapper .pdp-trust-strip-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.65rem 0.7rem;
  transition: background 0.2s ease;
  min-width: 0;
}
.page-product-view .pdp-info-wrapper .pdp-trust-strip-item:hover {
  background: rgba(255, 255, 255, 0.05);
}
.page-product-view .pdp-info-wrapper .pdp-trust-strip-item svg {
  width: 1.1rem;
  height: 1.1rem;
  color: #f59e0b;
  flex-shrink: 0;
}
.page-product-view .pdp-info-wrapper .pdp-trust-strip-item span {
  font-size: 0.7rem;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.8);
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-product-view .pdp-info-wrapper .pdp-trust-strip-item span br {
  display: none;
}
.page-product-view .pdp-info-wrapper .pdp-trust-strip-item span strong {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}
.page-product-view .pdp-info-wrapper .pdp-trust-strip-sep {
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  align-self: stretch;
  flex-shrink: 0;
}
.page-product-view .pdp-info-wrapper .pdp-stock-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.page-product-view .pdp-info-wrapper .pdp-stock-status .pdp-stock-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.page-product-view .pdp-info-wrapper .pdp-stock-status .pdp-stock-dot.pdp-stock-in {
  background: #22c55e;
}
.page-product-view .pdp-info-wrapper .pdp-stock-status .pdp-stock-dot.pdp-stock-out {
  background: #ef4444;
}
.page-product-view .pdp-info-wrapper .pdp-stock-status .pdp-stock-in-text {
  color: #4ade80;
  font-size: 1rem;
  font-weight: 600;
}
.page-product-view .pdp-info-wrapper .pdp-stock-status .pdp-stock-out-text {
  color: #f87171;
  font-size: 1rem;
  font-weight: 600;
}
.page-product-view .pdp-info-wrapper .pdp-qty-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.page-product-view .pdp-info-wrapper .pdp-qty-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}
.page-product-view .pdp-info-wrapper .pdp-qty-selector {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.5rem;
  padding: 0.15rem;
  height: 2.6rem;
}
.page-product-view .pdp-info-wrapper .pdp-qty-selector .pdp-qty-btn {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  width: 2.1rem;
  height: 100%;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, background 0.2s ease;
  border-radius: 0.3rem;
}
.page-product-view .pdp-info-wrapper .pdp-qty-selector .pdp-qty-btn:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}
.page-product-view .pdp-info-wrapper .pdp-qty-selector .pdp-qty-btn svg {
  width: 0.85rem;
  height: 0.85rem;
}
.page-product-view .pdp-info-wrapper .pdp-qty-selector .pdp-qty-input {
  width: 2.5rem;
  height: 100%;
  padding: 0;
  text-align: center;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  outline: none;
  -moz-appearance: textfield;
  appearance: textfield;
}
.page-product-view .pdp-info-wrapper .pdp-qty-selector .pdp-qty-input::-webkit-outer-spin-button,
.page-product-view .pdp-info-wrapper .pdp-qty-selector .pdp-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.page-product-view .pdp-info-wrapper .pdp-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.page-product-view .pdp-info-wrapper .pdp-buynow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.1rem;
  background: #f59e0b;
  color: #111827;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0;
  transition: filter 0.2s ease, transform 0.2s ease;
}
.page-product-view .pdp-info-wrapper .pdp-buynow-btn:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}
.page-product-view .pdp-info-wrapper .pdp-buynow-btn:active {
  transform: translateY(0);
  filter: brightness(0.95);
}
.page-product-view .pdp-info-wrapper .pdp-addtocart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.1rem;
  background: transparent;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.page-product-view .pdp-info-wrapper .pdp-addtocart-btn:hover {
  border-color: #f59e0b;
  color: #fbbf24;
  background: rgba(245, 158, 11, 0.08);
}
.page-product-view .pdp-info-wrapper .pdp-wishlist-row {
  display: flex;
  justify-content: center;
}
.page-product-view .pdp-info-wrapper .pdp-wishlist-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.875rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  padding: 0.5rem 0;
  cursor: pointer;
  transition: color 0.2s ease;
}
.page-product-view .pdp-info-wrapper .pdp-wishlist-btn:hover:not(:disabled) {
  color: #fbbf24;
}
.page-product-view .pdp-info-wrapper .pdp-wishlist-btn svg {
  width: 1rem;
  height: 1rem;
  transition: fill 0.2s ease;
}
.page-product-view .pdp-info-wrapper .pdp-wishlist-btn.is-wishlisted,
.page-product-view .pdp-info-wrapper .pdp-wishlist-btn:disabled {
  color: #f59e0b;
  cursor: default;
  opacity: 1;
}
.page-product-view .pdp-info-wrapper .pdp-wishlist-btn.is-wishlisted svg {
  fill: currentColor;
}
.page-product-view .pdp-info-wrapper .pdp-unavailable {
  padding: 1rem;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
.page-product-view .pdp-info-wrapper .pdp-unavailable p {
  color: #ef4444;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .page-product-view .pdp-info-wrapper .pdp-actions {
    flex-direction: row;
    gap: 0.65rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
  .page-product-view .pdp-info-wrapper .pdp-actions .pdp-buynow-btn,
  .page-product-view .pdp-info-wrapper .pdp-actions .pdp-addtocart-btn {
    flex: 1;
  }
}
.page-product-view .swatch-opt {
  margin-bottom: 1.5rem;
}
.page-product-view .swatch-opt .swatch-attribute {
  margin-bottom: 1rem;
}
.page-product-view .swatch-opt .swatch-attribute .swatch-attribute-label {
  display: block;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.page-product-view .swatch-opt .swatch-attribute .swatch-attribute-label.required::after {
  content: ' *';
  color: #ef4444;
}
.page-product-view .swatch-opt .swatch-attribute .swatch-attribute-selected-option {
  display: none !important;
}
.page-product-view .swatch-opt .swatch-attribute .swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.page-product-view .swatch-opt .swatch-option.color,
.page-product-view .swatch-opt .swatch-option.image {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  outline: none;
  padding: 0;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.page-product-view .swatch-opt .swatch-option.color:hover,
.page-product-view .swatch-opt .swatch-option.image:hover {
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}
.page-product-view .swatch-opt .swatch-option.color.selected,
.page-product-view .swatch-opt .swatch-option.image.selected {
  border-color: #fbbf24;
  box-shadow: 0 0 0 2px #fbbf24;
}
.page-product-view .swatch-opt .swatch-option.color.disabled,
.page-product-view .swatch-opt .swatch-option.image.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  position: relative;
}
.page-product-view .swatch-opt .swatch-option.color.disabled::after,
.page-product-view .swatch-opt .swatch-option.image.disabled::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 45%, #ef4444 45%, #ef4444 55%, transparent 55%);
}
.page-product-view .swatch-opt .swatch-option.text {
  min-width: 2.75rem;
  height: 2.4rem;
  padding: 0 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.375rem;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.page-product-view .swatch-opt .swatch-option.text:hover {
  border-color: #fbbf24;
  background: rgba(245, 158, 11, 0.1);
}
.page-product-view .swatch-opt .swatch-option.text.selected {
  border-color: #fbbf24;
  background: rgba(245, 158, 11, 0.15);
  color: #fbbf24;
  font-weight: 600;
}
.page-product-view .swatch-opt .swatch-option.text.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  text-decoration: line-through;
}
.page-product-view .swatch-opt .super-attribute-select {
  background: #1a1a2e;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.375rem;
  color: #ffffff;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  width: 100%;
  max-width: 18rem;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.page-product-view .swatch-opt .super-attribute-select:focus {
  border-color: #fbbf24;
  outline: none;
}
.page-product-view .swatch-opt .super-attribute-select option {
  background: #1a1a2e;
  color: #ffffff;
}
.page-product-view .swatch-opt .field.configurable {
  margin-bottom: 1rem;
}
.page-product-view .swatch-opt .field.configurable .label {
  display: block;
  margin-bottom: 0.5rem;
}
.page-product-view .swatch-opt .field.configurable .label span {
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.page-product-view .product-options-wrapper .fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.page-product-view .swatch-option-tooltip {
  background: #1a1a2e !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 0.5rem !important;
  padding: 0.5rem !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
}
.page-product-view .swatch-option-tooltip .corner {
  border-color: #1a1a2e transparent transparent transparent !important;
}
.page-product-view .swatch-option-tooltip .image {
  border-radius: 0.25rem;
}
.page-product-view .swatch-option-tooltip .title {
  color: #ffffff !important;
  font-size: 0.75rem;
}
.page-product-view .pdp-tabs-section {
  width: 100% !important;
  max-width: 100% !important;
}
.page-product-view .pdp-tabs-section .pdp-tabs-nav {
  display: flex;
  gap: 1rem;
  position: relative;
  top: auto;
  z-index: 3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.125rem;
  width: 100% !important;
}
.page-product-view .pdp-tabs-section .pdp-tab-btn {
  background: transparent;
  border: none;
  padding: 0.75rem 0.85rem !important;
  font-size: 0.9rem !important;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  transition: color 0.2s ease;
}
@media (min-width: 640px) {
  .page-product-view .pdp-tabs-section .pdp-tab-btn {
    padding: 1.05rem 1.45rem !important;
    font-size: 1.1rem !important;
  }
}
.page-product-view .pdp-tabs-section .pdp-tab-btn::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f59e0b;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.page-product-view .pdp-tabs-section .pdp-tab-btn:hover {
  color: #ffffff;
}
.page-product-view .pdp-tabs-section .pdp-tab-btn.active {
  color: #fbbf24;
}
.page-product-view .pdp-tabs-section .pdp-tab-btn.active::after {
  transform: scaleX(1);
}
.page-product-view .pdp-tabs-section .pdp-tabs-content {
  margin-top: 1.1rem;
  padding: 1.25rem 1rem;
  background: rgba(26, 26, 46, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.875rem;
  width: 100%;
  min-height: 13.5rem;
  box-sizing: border-box;
  max-width: 100% !important;
}
@media (min-width: 640px) {
  .page-product-view .pdp-tabs-section .pdp-tabs-content {
    padding: 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .page-product-view .pdp-tabs-section .pdp-tabs-content {
    padding: 1.9rem 2rem;
  }
}
.page-product-view .pdp-tabs-section .pdp-tab-panel {
  display: none;
  width: 100%;
}
.page-product-view .pdp-tabs-section .pdp-tab-panel.active {
  display: block;
  animation: pdp-tab-fade 0.3s ease;
}
.page-product-view .pdp-tabs-section .pdp-tab-empty {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9375rem;
}
.page-product-view .pdp-tabs-section .pdp-specs-list {
  width: 100%;
}
.page-product-view .pdp-tabs-section .pdp-spec-row {
  display: flex;
  justify-content: space-between;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  gap: 1rem;
}
.page-product-view .pdp-tabs-section .pdp-spec-row:last-child {
  border-bottom: none;
}
.page-product-view .pdp-tabs-section .pdp-spec-row .pdp-spec-label {
  color: rgba(255, 255, 255, 0.55);
}
.page-product-view .pdp-tabs-section .pdp-spec-row .pdp-spec-value {
  color: #ffffff;
  font-weight: 500;
  text-align: right;
}
.page-product-view .pdp-tabs-section .pdp-description-content {
  max-width: 48rem;
  font-size: 0.975rem;
  line-height: 1.8;
}
.page-product-view .pdp-tabs-section .pdp-description-content,
.page-product-view .pdp-tabs-section .pdp-description-content * {
  color: #ffffff !important;
}
.page-product-view .pdp-tabs-section .pdp-description-content p {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1rem;
}
.page-product-view .pdp-tabs-section .pdp-description-content ul,
.page-product-view .pdp-tabs-section .pdp-description-content ol {
  padding-left: 1.25rem;
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.7);
}
.page-product-view .pdp-tabs-section .pdp-description-content li {
  margin-bottom: 0.5rem;
}
.page-product-view .pdp-tabs-section .pdp-reviews-empty {
  text-align: center;
  padding: 2.5rem 1rem;
}
.page-product-view .pdp-tabs-section .pdp-reviews-empty .pdp-reviews-empty-icon {
  width: 3rem;
  height: 3rem;
  color: rgba(255, 255, 255, 0.3);
  margin: 0 auto 1rem;
}
.page-product-view .pdp-tabs-section .pdp-reviews-empty .pdp-reviews-empty-title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.page-product-view .pdp-tabs-section .pdp-reviews-empty .pdp-reviews-empty-desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9375rem;
}
.page-product-view .pdp-tabs-section .pdp-reviews-score {
  text-align: center;
  display: inline-block;
}
.page-product-view .pdp-tabs-section .pdp-reviews-score .pdp-reviews-number {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
.page-product-view .pdp-tabs-section .pdp-reviews-score .pdp-reviews-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.page-product-view .pdp-tabs-section .pdp-reviews-score .pdp-star-sm {
  width: 1rem;
  height: 1rem;
}
.page-product-view .pdp-tabs-section .pdp-reviews-score .pdp-reviews-count {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.page-product-view .pdp-tabs-section .is-hidden {
  display: none !important;
}
.page-product-view .pdp-tabs-section .pdp-review-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.page-product-view .pdp-tabs-section .pdp-review-login-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  padding: 0.55rem 0.8rem;
  background: rgba(251, 191, 36, 0.1);
  border: 1px solid rgba(251, 191, 36, 0.2);
  border-radius: 0.6rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.875rem;
  line-height: 1.35;
  white-space: nowrap;
}
.page-product-view .pdp-tabs-section .pdp-review-login-cta svg {
  width: 1rem;
  height: 1rem;
  color: #fbbf24;
  flex-shrink: 0;
}
.page-product-view .pdp-tabs-section .pdp-review-write-toggle {
  margin-top: 0;
  text-align: left;
}
.page-product-view .pdp-tabs-section .pdp-review-write-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.4rem;
  background: rgba(251, 191, 36, 0.1);
  border: 1px solid rgba(251, 191, 36, 0.3);
  color: #fbbf24;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 0.9375rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  transition: background 0.2s ease;
}
.page-product-view .pdp-tabs-section .pdp-review-write-btn:hover {
  background: rgba(251, 191, 36, 0.2);
}
.page-product-view .pdp-tabs-section .pdp-review-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-height: 30rem;
  overflow-y: auto;
  padding-right: 0.35rem;
}
.page-product-view .pdp-tabs-section .pdp-review-item {
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
}
.page-product-view .pdp-tabs-section .pdp-review-item-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.page-product-view .pdp-tabs-section .pdp-review-item-meta {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.page-product-view .pdp-tabs-section .pdp-review-item-author {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
}
.page-product-view .pdp-tabs-section .pdp-review-item-date {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8125rem;
}
.page-product-view .pdp-tabs-section .pdp-review-item-stars {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  color: #fbbf24;
}
.page-product-view .pdp-tabs-section .pdp-review-item-body {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
  white-space: normal;
  word-break: break-word;
}
.page-product-view .pdp-tabs-section .pdp-review-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}
.page-product-view .pdp-tabs-section .pdp-review-modal.is-open {
  display: flex;
}
.page-product-view .pdp-tabs-section .pdp-review-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.74);
}
.page-product-view .pdp-tabs-section .pdp-review-modal-dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 34rem;
  background: linear-gradient(180deg, rgba(26, 26, 46, 0.95), rgba(15, 15, 26, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  padding: 1.5rem;
}
.page-product-view .pdp-tabs-section .pdp-review-modal-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.65);
  transition: background 0.2s ease, color 0.2s ease;
}
.page-product-view .pdp-tabs-section .pdp-review-modal-close span {
  line-height: 1;
  font-size: 1.6rem;
}
.page-product-view .pdp-tabs-section .pdp-review-modal-close:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}
.page-product-view .pdp-tabs-section .pdp-review-modal-panel.is-hidden {
  display: none;
}
.page-product-view .pdp-tabs-section .pdp-review-modal-icon {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  margin-bottom: 1rem;
  background: rgba(251, 191, 36, 0.12);
  color: #fbbf24;
}
.page-product-view .pdp-tabs-section .pdp-review-modal-icon svg {
  width: 1.4rem;
  height: 1.4rem;
}
.page-product-view .pdp-tabs-section .pdp-review-modal-title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.page-product-view .pdp-tabs-section .pdp-review-modal-text {
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  margin: 0 0 1.25rem;
}
.page-product-view .pdp-tabs-section .pdp-review-modal-actions {
  display: flex;
  justify-content: flex-start;
}
.page-product-view .pdp-tabs-section .pdp-review-form {
  max-width: 100%;
}
.page-product-view .pdp-tabs-section .pdp-review-field {
  margin-bottom: 1.25rem;
}
.page-product-view .pdp-tabs-section .pdp-review-field label {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
}
.page-product-view .pdp-tabs-section .pdp-review-input,
.page-product-view .pdp-tabs-section .pdp-review-textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.5rem;
  padding: 0.7rem 0.9rem;
  color: #ffffff;
  font-size: 0.9375rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}
.page-product-view .pdp-tabs-section .pdp-review-input::placeholder,
.page-product-view .pdp-tabs-section .pdp-review-textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.page-product-view .pdp-tabs-section .pdp-review-input:focus,
.page-product-view .pdp-tabs-section .pdp-review-textarea:focus {
  border-color: #fbbf24;
}
.page-product-view .pdp-tabs-section .pdp-review-textarea {
  resize: vertical;
  min-height: 5.5rem;
}
.page-product-view .pdp-tabs-section .pdp-review-rating-select {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.page-product-view .pdp-tabs-section .pdp-review-star-btn {
  background: transparent;
  border: none;
  padding: 0.25rem;
  cursor: pointer;
  color: rgba(251, 191, 36, 0.5);
  transition: color 0.2s ease, transform 0.2s ease;
}
.page-product-view .pdp-tabs-section .pdp-review-star-btn svg {
  width: 1.5rem;
  height: 1.5rem;
}
.page-product-view .pdp-tabs-section .pdp-review-star-btn:hover,
.page-product-view .pdp-tabs-section .pdp-review-star-btn.active {
  color: #fbbf24;
  transform: scale(1.15);
}
.page-product-view .pdp-tabs-section .pdp-review-field-error {
  min-height: 1.1rem;
  margin-top: 0.5rem;
  color: #ff7b7b;
  font-size: 0.8125rem;
}
.page-product-view .pdp-tabs-section .pdp-review-form-message {
  min-height: 1.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.page-product-view .pdp-tabs-section .pdp-review-form-message.is-error {
  color: #ff9b9b;
}
.page-product-view .pdp-tabs-section .pdp-review-form-message.is-success {
  color: #8fe3a5;
}
.page-product-view .pdp-tabs-section .pdp-review-actions {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}
.page-product-view .pdp-tabs-section .pdp-review-cancel-btn {
  padding: 0.7rem 1.2rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 0.9375rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  transition: background 0.2s ease, color 0.2s ease;
}
.page-product-view .pdp-tabs-section .pdp-review-cancel-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.page-product-view .pdp-tabs-section .pdp-review-submit-btn {
  padding: 0.7rem 1.4rem;
  background: #f59e0b;
  border: none;
  color: #0f0f1a;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 600;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  transition: background 0.2s ease;
}
.page-product-view .pdp-tabs-section .pdp-review-submit-btn:hover {
  background: #d97706;
}
.page-product-view .pdp-tabs-section .pdp-review-submit-btn[disabled] {
  opacity: 0.65;
  cursor: wait;
}
.page-product-view .pdp-tabs-section .pdp-review-submit-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  .page-product-view .pdp-breadcrumb {
    margin-bottom: 0.8rem;
  }
  .page-product-view .pdp-breadcrumb .pdp-breadcrumb-nav {
    font-size: 0.875rem;
  }
  .page-product-view .pdp-tabs-section {
    margin-top: 1.6rem;
  }
  .page-product-view .pdp-tabs-section .pdp-tabs-nav {
    gap: 0.6rem;
  }
  .page-product-view .pdp-tabs-section .pdp-tab-btn {
    padding: 0.85rem 1rem;
    font-size: 0.95rem;
  }
  .page-product-view .pdp-tabs-section .pdp-tabs-content {
    padding: 1.2rem;
    min-height: 0;
  }
  .page-product-view .pdp-tabs-section .pdp-review-topbar {
    align-items: stretch;
  }
  .page-product-view .pdp-tabs-section .pdp-review-login-cta,
  .page-product-view .pdp-tabs-section .pdp-review-write-toggle,
  .page-product-view .pdp-tabs-section .pdp-review-write-btn {
    width: 100%;
  }
  .page-product-view .pdp-tabs-section .pdp-review-login-cta {
    white-space: normal;
  }
  .page-product-view .pdp-tabs-section .pdp-review-write-btn {
    justify-content: center;
  }
  .page-product-view .pdp-tabs-section .pdp-review-list {
    max-height: 26rem;
  }
  .page-product-view .pdp-tabs-section .pdp-review-item-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-product-view .pdp-tabs-section .pdp-review-modal {
    padding: 0.85rem;
  }
  .page-product-view .pdp-tabs-section .pdp-review-modal-dialog {
    padding: 1.2rem;
  }
  .page-product-view .pdp-tabs-section .pdp-review-actions {
    flex-direction: column-reverse;
  }
  .page-product-view .pdp-tabs-section .pdp-review-cancel-btn,
  .page-product-view .pdp-tabs-section .pdp-review-submit-btn,
  .page-product-view .pdp-tabs-section .pdp-review-submit-link {
    width: 100%;
    justify-content: center;
  }
  .page-product-view .pdp-info-wrapper .pdp-product-name {
    font-size: 1.6rem;
  }
  .page-product-view .pdp-info-wrapper .pdp-price-final {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .page-product-view .pdp-gallery .pdp-gallery-main {
    min-height: 38rem;
  }
}
.page-product-view .pdp-related-section {
  margin-top: 4rem;
  padding-bottom: 3rem;
}
.page-product-view .pdp-related-section .pdp-related-title {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 1.75rem;
}
.page-product-view .pdp-related-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .page-product-view .pdp-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .page-product-view .pdp-related-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.page-product-view .pdp-related-card {
  display: block;
  text-decoration: none;
  background: linear-gradient(135deg, rgba(71, 85, 105, 0.5), rgba(15, 23, 42, 0.5));
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.page-product-view .pdp-related-card:hover {
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-4px);
}
.page-product-view .pdp-related-card .pdp-related-card-image {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(71, 85, 105, 0.3), rgba(15, 23, 42, 0.3));
}
.page-product-view .pdp-related-card .pdp-related-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.page-product-view .pdp-related-card .pdp-related-card-image:hover img {
  transform: scale(1.05);
}
.page-product-view .pdp-related-card .pdp-related-card-image .pdp-related-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: #ef4444;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.625rem;
  border-radius: 9999px;
}
.page-product-view .pdp-related-card .pdp-related-card-info {
  padding: 1rem;
}
.page-product-view .pdp-related-card .pdp-related-card-category {
  display: block;
  color: #fbbf24;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}
.page-product-view .pdp-related-card .pdp-related-card-name {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-product-view .pdp-related-card .pdp-related-card-price {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.page-product-view .pdp-related-card .pdp-related-price-final {
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
}
.page-product-view .pdp-related-card .pdp-related-price-original {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: line-through;
  font-size: 0.875rem;
}
.page-product-view .pdp-custom-toast {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 9999;
  background: rgba(15, 15, 26, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid #f59e0b;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  transform: translateX(120%);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s ease;
}
.page-product-view .pdp-custom-toast.show {
  transform: translateX(0);
  opacity: 1;
}
.page-product-view .pdp-custom-toast .pdp-custom-toast-icon {
  color: #fbbf24;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.page-product-view .pdp-custom-toast .pdp-custom-toast-icon svg {
  width: 100%;
  height: 100%;
}
.page-product-view .pdp-custom-toast .pdp-custom-toast-text {
  color: #ffffff;
  font-size: 0.95rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.page-product-view .pdp-custom-toast .pdp-custom-toast-text strong {
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .page-product-view .pdp-custom-toast {
    top: 5rem;
    right: 1.5rem;
    left: 1.5rem;
    transform: translateX(120%);
  }
}
.peakgear-all-products .allprod-hero {
  position: relative;
  padding: 8rem 0 4rem;
  background: linear-gradient(to bottom, #1a1a2e, #0f0f1a);
}
@media (min-width: 768px) {
  .peakgear-all-products .allprod-hero {
    padding: 8rem 0 4rem;
  }
}
.peakgear-all-products .allprod-hero-inner {
  max-width: 80rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .peakgear-all-products .allprod-hero-inner {
    padding-left: 3rem !important;
  }
}
.peakgear-all-products .allprod-hero-title {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 2.25rem;
  color: #ffffff;
  margin: 0 0 1rem;
  animation: allprodFadeInUp 0.6s ease forwards;
}
@media (min-width: 768px) {
  .peakgear-all-products .allprod-hero-title {
    font-size: 3rem;
  }
}
.peakgear-all-products .allprod-hero-desc {
  color: rgba(255, 255, 255, 0.6);
  max-width: 42rem;
  margin: 0;
  line-height: 1.6;
  animation: allprodFadeInUp 0.6s ease 0.1s forwards;
  opacity: 0;
}
.peakgear-all-products .allprod-main {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem 4rem;
}
@media (min-width: 640px) {
  .peakgear-all-products .allprod-main {
    padding: 0 1.5rem 5rem;
  }
}
@media (min-width: 768px) {
  .peakgear-all-products .allprod-main {
    padding: 0 3rem 6rem;
  }
}
.peakgear-all-products .allprod-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .peakgear-all-products .allprod-toolbar {
    gap: 1rem;
    padding: 1.5rem 0;
    margin-bottom: 2rem;
  }
}
.peakgear-all-products .allprod-toolbar-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.peakgear-all-products .allprod-toolbar-right {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.peakgear-all-products .allprod-toolbar:not(.allprod-toolbar-bottom) .pages {
  display: none !important;
}
.peakgear-all-products .allprod-search-form {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  overflow: hidden;
  min-width: 160px;
}
@media (min-width: 640px) {
  .peakgear-all-products .allprod-search-form {
    min-width: 220px;
  }
}
.peakgear-all-products .allprod-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}
.peakgear-all-products .allprod-search-btn:hover {
  color: #fbbf24;
  background: rgba(245, 158, 11, 0.12);
}
.peakgear-all-products .allprod-search-input {
  height: 2.25rem;
  border: none;
  background: transparent;
  color: #ffffff;
  padding: 0 0.75rem 0 0.25rem;
  font-size: 0.875rem;
}
.peakgear-all-products .allprod-search-input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.peakgear-all-products .allprod-search-input:focus {
  outline: none;
}
.peakgear-all-products .allprod-filter-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 0.875rem;
  transition: background 0.2s ease;
}
.peakgear-all-products .allprod-filter-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media (min-width: 1024px) {
  .peakgear-all-products .allprod-filter-toggle {
    display: none;
  }
}
.peakgear-all-products .allprod-results-count {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}
.peakgear-all-products .allprod-sort-wrapper {
  position: relative;
}
.peakgear-all-products .allprod-sort-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  padding: 0.375rem 2rem 0.375rem 0.75rem;
  color: #ffffff;
  font-size: 0.8rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s ease;
  min-width: 130px;
  line-height: 1.5;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .peakgear-all-products .allprod-sort-select {
    padding: 0.5rem 2.5rem 0.5rem 1rem;
    font-size: 0.875rem;
    min-width: 180px;
  }
}
.peakgear-all-products .allprod-sort-select:focus {
  border-color: #fbbf24;
}
.peakgear-all-products .allprod-sort-select option {
  background: #1a1a2e;
  color: #ffffff;
  padding: 0.5rem;
}
.peakgear-all-products .allprod-sort-chevron {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
}
.peakgear-all-products .allprod-view-mode {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (min-width: 640px) {
  .peakgear-all-products .allprod-view-mode {
    display: flex;
  }
}
.peakgear-all-products .allprod-view-btn {
  padding: 0.5rem;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.peakgear-all-products .allprod-view-btn:hover {
  color: #ffffff;
}
.peakgear-all-products .allprod-view-btn.active {
  background: #fbbf24;
  color: #0f0f1a;
}
.peakgear-all-products .allprod-active-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.peakgear-all-products .allprod-active-filters-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex: 1;
}
.peakgear-all-products .allprod-filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.625rem;
  background: rgba(245, 158, 11, 0.15);
  border: 1px solid rgba(245, 158, 11, 0.3);
  border-radius: 2rem;
  font-size: 0.8125rem;
  color: #fbbf24;
  line-height: 1;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.peakgear-all-products .allprod-filter-tag:hover {
  background: rgba(245, 158, 11, 0.25);
  border-color: rgba(245, 158, 11, 0.5);
}
.peakgear-all-products .allprod-filter-tag-label {
  pointer-events: none;
}
.peakgear-all-products .allprod-filter-tag-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  color: #fbbf24;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}
.peakgear-all-products .allprod-filter-tag-remove:hover {
  background: #ef4444;
  color: #ffffff;
}
.peakgear-all-products .allprod-filter-tag-remove svg {
  display: block;
}
.peakgear-all-products .allprod-clear-all-tags {
  padding: 0.375rem 0.75rem;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8125rem;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.peakgear-all-products .allprod-clear-all-tags:hover {
  color: #ef4444;
  border-color: rgba(239, 68, 68, 0.5);
  background: rgba(239, 68, 68, 0.1);
}
.peakgear-all-products .allprod-content {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.peakgear-all-products .allprod-sidebar {
  display: none;
}
@media (min-width: 1024px) {
  .peakgear-all-products .allprod-sidebar {
    display: block;
    width: 16rem;
    flex-shrink: 0;
    position: sticky;
    top: 6.5rem;
    max-height: calc(100vh - 7.5rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    padding: 1.25rem 1rem;
    background: rgba(26, 26, 46, 0.72);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
    align-self: flex-start;
  }
}
@media (min-width: 1280px) {
  .peakgear-all-products .allprod-sidebar {
    width: 17rem;
  }
}
.peakgear-all-products .allprod-sidebar.open {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 50;
  background: #0f0f1a;
  padding: 1.5rem;
  overflow-y: auto;
}
.peakgear-all-products .allprod-sidebar-mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .peakgear-all-products .allprod-sidebar-mobile-header {
    display: none;
  }
}
.peakgear-all-products .allprod-sidebar-mobile-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}
.peakgear-all-products .allprod-sidebar-close {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 0.25rem;
}
.peakgear-all-products .allprod-filter-group {
  margin-bottom: 2rem;
}
.peakgear-all-products .allprod-filter-title {
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 1rem;
  font-size: 1rem;
}
.peakgear-all-products .allprod-filter-options {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.peakgear-all-products .allprod-cat-btn {
  width: 100%;
  text-align: left;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  font-size: 0.875rem;
  transition: all 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.peakgear-all-products .allprod-cat-btn:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}
.peakgear-all-products .allprod-cat-btn.active {
  background: rgba(251, 191, 36, 0.2);
  color: #fbbf24;
}
.peakgear-all-products .allprod-cat-count {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.8125rem;
}
.active .peakgear-all-products .allprod-cat-count {
  color: rgba(251, 191, 36, 0.6);
}
.peakgear-all-products .allprod-price-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.peakgear-all-products .allprod-price-val {
  color: #fbbf24;
  font-weight: 500;
}
.peakgear-all-products .allprod-price-sep {
  color: rgba(255, 255, 255, 0.4);
}
.peakgear-all-products .allprod-range-slider {
  position: relative;
  height: 0.5rem;
  margin-bottom: 1.5rem;
}
.peakgear-all-products .allprod-range-track {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
}
.peakgear-all-products .allprod-range-fill {
  position: absolute;
  height: 100%;
  background: #fbbf24;
  border-radius: 9999px;
}
.peakgear-all-products .allprod-range-input {
  position: absolute;
  width: 100%;
  height: 0.5rem;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
  margin: 0;
  padding: 0;
  pointer-events: none;
  z-index: 3;
}
.peakgear-all-products .allprod-range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #fbbf24;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  cursor: grab;
  pointer-events: all;
  transition: transform 0.15s;
}
.peakgear-all-products .allprod-range-input::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}
.peakgear-all-products .allprod-range-input::-moz-range-thumb {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #fbbf24;
  border: 2px solid #ffffff;
  cursor: grab;
  pointer-events: all;
}
.peakgear-all-products .allprod-price-quick {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.peakgear-all-products .allprod-price-btn {
  width: 100%;
  text-align: left;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  font-size: 0.8125rem;
  transition: all 0.2s ease;
}
.peakgear-all-products .allprod-price-btn:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}
.peakgear-all-products .allprod-price-btn.active {
  background: rgba(251, 191, 36, 0.2);
  color: #fbbf24;
}
.peakgear-all-products .allprod-clear-filters {
  width: 100%;
  padding: 0.625rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  color: #ffffff;
  cursor: pointer;
  font-size: 0.875rem;
  transition: background 0.2s ease;
}
.peakgear-all-products .allprod-clear-filters:hover {
  background: rgba(255, 255, 255, 0.1);
}
.peakgear-all-products .allprod-products {
  flex: 1;
  min-width: 0;
}
.peakgear-all-products .allprod-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media (min-width: 480px) {
  .peakgear-all-products .allprod-grid {
    gap: 1rem;
  }
}
@media (min-width: 640px) {
  .peakgear-all-products .allprod-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (min-width: 768px) {
  .peakgear-all-products .allprod-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .peakgear-all-products .allprod-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.peakgear-all-products .allprod-grid.allprod-grid-list {
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .peakgear-all-products .allprod-grid.allprod-grid-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .peakgear-all-products .allprod-grid.allprod-grid-list .product-card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .peakgear-all-products .allprod-grid.allprod-grid-list .product-image-container {
    flex: 0 0 8rem;
    height: auto;
    border-radius: 0.75rem 0 0 0.75rem;
  }
  .peakgear-all-products .allprod-grid.allprod-grid-list .product-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.peakgear-all-products .allprod-empty {
  text-align: center;
  padding: 4rem 0;
}
.peakgear-all-products .allprod-empty-icon {
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 1rem;
}
.peakgear-all-products .allprod-empty-icon svg {
  margin: 0 auto;
}
.peakgear-all-products .allprod-empty-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.125rem;
  margin: 0 0 1rem;
}
.peakgear-all-products .allprod-empty-clear {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  background: rgba(251, 191, 36, 0.1);
  border: 1px solid #fbbf24;
  color: #fbbf24;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 0.875rem;
  transition: background 0.2s ease;
}
.peakgear-all-products .allprod-empty-clear:hover {
  background: rgba(251, 191, 36, 0.2);
}
.peakgear-all-products .column.main {
  padding: 0;
}
.peakgear-all-products .allprod-toolbar-bottom {
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
}
.peakgear-all-products .allprod-toolbar-bottom .pager {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 640px) {
  .peakgear-all-products .allprod-toolbar-bottom .pager {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
.peakgear-all-products .allprod-toolbar-bottom .toolbar-amount,
.peakgear-all-products .allprod-toolbar-bottom .amount {
  display: none !important;
}
.peakgear-all-products .allprod-toolbar-bottom .limiter {
  display: none;
}
.peakgear-all-products .allprod-toolbar-bottom .pages {
  margin: 0;
}
.peakgear-all-products .allprod-toolbar-bottom .pages-items {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.peakgear-all-products .allprod-toolbar-bottom .item {
  margin: 0;
}
.peakgear-all-products .allprod-toolbar-bottom .item.current span.page,
.peakgear-all-products .allprod-toolbar-bottom .item.current strong.page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  background: rgba(251, 191, 36, 0.2);
  color: #fbbf24;
  border: 1px solid #fbbf24;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
}
.peakgear-all-products .allprod-toolbar-bottom .item a.page,
.peakgear-all-products .allprod-toolbar-bottom .item a.action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  text-decoration: none;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.peakgear-all-products .allprod-toolbar-bottom .item a.page:hover,
.peakgear-all-products .allprod-toolbar-bottom .item a.action:hover {
  background: rgba(251, 191, 36, 0.2);
  border-color: rgba(251, 191, 36, 0.5);
  color: #fbbf24;
}
.peakgear-all-products .allprod-toolbar-bottom .item a.page .label,
.peakgear-all-products .allprod-toolbar-bottom .item a.action .label {
  display: none;
}
.peakgear-all-products .allprod-toolbar-bottom .item a.action.previous,
.peakgear-all-products .allprod-toolbar-bottom .item a.action.next {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.peakgear-all-products .allprod-toolbar-bottom .item a.action.previous span,
.peakgear-all-products .allprod-toolbar-bottom .item a.action.next span {
  display: none !important;
}
.peakgear-all-products .allprod-toolbar-bottom .item a.action.previous::before,
.peakgear-all-products .allprod-toolbar-bottom .item a.action.next::before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  font-family: inherit;
  -webkit-font-smoothing: auto;
  margin: 0;
}
.peakgear-all-products .allprod-toolbar-bottom .item a.action.previous::before {
  transform: rotate(-135deg);
  margin-left: 0.25rem;
}
.peakgear-all-products .allprod-toolbar-bottom .item a.action.next::before {
  transform: rotate(45deg);
  margin-right: 0.25rem;
}
.peakgear-all-products.allprod-sidebar-active {
  overflow: hidden;
}
@keyframes allprodFadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.checkout-cart-index {
  background: #0f0f1a;
}
.checkout-cart-index * {
  box-sizing: border-box;
}
.checkout-cart-index .cart.table-wrapper {
  overflow: hidden;
  width: 100%;
}
.checkout-cart-index .cart.items.data.table {
  width: 100%;
  border-collapse: collapse;
}
.checkout-cart-index .page-title-wrapper.page-title-cart {
  display: none;
}
.checkout-cart-index .page-main {
  max-width: 80rem;
  margin: 0 auto;
  padding: 8rem 1.5rem 4rem;
}
@media (min-width: 768px) {
  .checkout-cart-index .page-main {
    padding: 8rem 3rem 4rem;
  }
}
.checkout-cart-index .columns {
  display: block;
}
.checkout-cart-index .column.main {
  padding: 0;
  min-width: 0;
}
.checkout-cart-index .cart-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
  justify-content: space-between;
}
.checkout-cart-index .cart-container > .form,
.checkout-cart-index .cart-container > .cart-form-wrapper {
  flex: 1 1 60%;
  min-width: 0;
  order: 2;
}
.checkout-cart-index .cart-container > .cart-summary {
  flex: 1 1 350px;
  max-width: 380px;
  order: 3;
  margin: 0;
}
@media (min-width: 1024px) {
  .checkout-cart-index .cart-container > .cart-summary {
    position: sticky;
    top: 5.5rem;
  }
}
@media (max-width: 1023px) {
  .checkout-cart-index .cart-container {
    flex-direction: column;
    gap: 3rem;
  }
  .checkout-cart-index .cart-container > .form,
  .checkout-cart-index .cart-container > .cart-form-wrapper,
  .checkout-cart-index .cart-container > .cart-summary {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }
}
.checkout-cart-index .rewards {
  display: none;
}
.checkout-cart-index .cart-container::before {
  content: 'Giỏ Hàng Của Bạn';
  display: block;
  width: 100%;
  order: 1;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .checkout-cart-index .cart-container::before {
    font-size: 2.75rem;
  }
}
.checkout-cart-index .cart-shipping-banner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 0.75rem;
  margin-bottom: 2rem;
  color: #22c55e;
  font-size: 0.9375rem;
}
.checkout-cart-index .cart-shipping-banner svg {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}
.checkout-cart-index .cart-items-header {
  display: none;
}
@media (min-width: 768px) {
  .checkout-cart-index .cart-items-header {
    display: grid;
    grid-template-columns: 80px 1fr 1fr 120px 1fr 40px;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
.checkout-cart-index .cart-item {
  display: grid;
  grid-template-columns: 80px 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0.75rem 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  align-items: center;
}
@media (min-width: 768px) {
  .checkout-cart-index .cart-item {
    grid-template-columns: 80px 1fr 1fr 120px 1fr 40px;
    grid-template-rows: auto;
    gap: 1rem;
  }
}
.checkout-cart-index .cart-item-image {
  grid-row: 0.33333333;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .checkout-cart-index .cart-item-image {
    grid-row: auto;
  }
}
.checkout-cart-index .cart-item-image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.15);
  transform-origin: center center;
  border-radius: 0.5rem;
  background: #1a1a2e;
}
.checkout-cart-index .cart-item-details {
  grid-column: -2;
}
@media (min-width: 768px) {
  .checkout-cart-index .cart-item-details {
    grid-column: auto;
  }
}
.checkout-cart-index .cart-item-name {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.25rem;
}
.checkout-cart-index .cart-item-name a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.checkout-cart-index .cart-item-name a:hover {
  color: #fbbf24;
}
.checkout-cart-index .cart-item-sku {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.8125rem;
  margin: 0;
}
.checkout-cart-index .cart-item-options {
  margin-top: 0.25rem;
}
.checkout-cart-index .cart-item-option {
  display: block;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
}
.checkout-cart-index .cart-item-price,
.checkout-cart-index .cart-item-subtotal {
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
}
.checkout-cart-index .cart-item-price .price,
.checkout-cart-index .cart-item-subtotal .price {
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .checkout-cart-index .cart-item-price::before,
  .checkout-cart-index .cart-item-subtotal::before {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index .cart-item-price::before {
    content: 'Giá';
  }
}
.checkout-cart-index .cart-item-subtotal {
  color: #fbbf24;
}
.checkout-cart-index .cart-item-subtotal .price {
  color: #fbbf24;
}
@media (max-width: 767px) {
  .checkout-cart-index .cart-item-subtotal::before {
    content: 'Tổng';
  }
}
.checkout-cart-index .qty-controls {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.5rem;
  overflow: hidden;
}
.checkout-cart-index .qty-group {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
}
.checkout-cart-index .qty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.9rem;
  height: 2.9rem;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 0.6rem;
}
.checkout-cart-index .qty-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 700;
  width: 100%;
  height: 100%;
  transform: translateY(-0.02em);
}
.checkout-cart-index .qty-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.checkout-cart-index .qty-btn:disabled,
.checkout-cart-index .qty-btn.is-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.checkout-cart-index .qty-input {
  width: 4.2rem;
  text-align: center;
  background: transparent;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0.375rem;
  outline: none;
  appearance: textfield;
  -moz-appearance: textfield;
  margin-top: 0px;
}
.checkout-cart-index .qty-input::-webkit-outer-spin-button,
.checkout-cart-index .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.checkout-cart-index .cart-item-delete {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  background: transparent;
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 0.5rem;
  color: #ef4444;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
.checkout-cart-index .cart-item-delete svg {
  width: 1rem;
  height: 1rem;
}
.checkout-cart-index .cart-item-delete:hover {
  background: rgba(239, 68, 68, 0.1);
  border-color: #ef4444;
}
.checkout-cart-index .cart-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-top: 1.5rem;
  flex-wrap: wrap;
}
.checkout-cart-index .cart-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.checkout-cart-index .cart-totals-wrapper {
  background: rgba(26, 26, 46, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  padding: 2rem;
}
.checkout-cart-index .cart-totals-title {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.checkout-cart-index .cart-totals-rows {
  margin-bottom: 1.5rem;
}
.checkout-cart-index .cart-totals-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.checkout-cart-index .cart-totals-row:last-child {
  border-bottom: none;
}
.checkout-cart-index .cart-totals-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9375rem;
}
.checkout-cart-index .cart-totals-value {
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
}
.checkout-cart-index .cart-totals-value .price {
  color: #ffffff;
  font-weight: 600;
}
.checkout-cart-index .cart-totals-grand {
  padding-top: 1rem;
  margin-top: 0.5rem;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: none;
}
.checkout-cart-index .cart-totals-grand .cart-totals-label {
  color: #ffffff;
  font-size: 1.0625rem;
  font-weight: 600;
}
.checkout-cart-index .cart-totals-grand .cart-totals-value {
  color: #fbbf24;
  font-size: 1.25rem;
  font-weight: 700;
}
.checkout-cart-index .cart-totals-grand .cart-totals-value .price {
  color: #fbbf24;
  font-size: 1.25rem;
  font-weight: 700;
}
.checkout-cart-index .cart-proceed {
  margin-top: 1.5rem;
}
.checkout-cart-index .cart-proceed .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 1rem;
  font-size: 1.0625rem;
  font-weight: 600;
  border-radius: 0.75rem;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
  line-height: 1.5;
  box-sizing: border-box;
}
.checkout-cart-index .cart-proceed .btn-primary {
  background: #f59e0b;
  color: #111827;
}
.checkout-cart-index .cart-proceed .btn-primary:hover {
  background: #d97706;
  color: #111827;
  text-decoration: none;
}
.checkout-cart-index .cart-proceed .btn-primary svg {
  flex-shrink: 0;
}
.checkout-cart-index .cart-proceed .btn-outline {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.checkout-cart-index .cart-proceed .btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  text-decoration: none;
}
.checkout-cart-index .cart-proceed .btn-lg {
  padding: 1rem;
}
.checkout-cart-index .cart-proceed .btn-block {
  width: 100%;
}
.checkout-cart-index .cart-login-notice {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.875rem 1rem;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.25);
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  color: #fbbf24;
  font-size: 0.875rem;
  font-weight: 500;
}
.checkout-cart-index .cart-login-notice svg {
  flex-shrink: 0;
  color: #f59e0b;
}
.checkout-cart-index .cart-register-btn {
  margin-top: 0.75rem;
  font-size: 0.9375rem !important;
}
.checkout-cart-index .cart-continue-btn {
  margin-top: 0.75rem;
  font-size: 0.9375rem !important;
}
.checkout-cart-index .cart-trust-badges {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.checkout-cart-index .trust-badge {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8125rem;
}
.checkout-cart-index .trust-badge svg {
  color: #f59e0b;
  flex-shrink: 0;
}
.checkout-cart-index .cart-empty {
  text-align: center;
  padding: 6rem 1.5rem;
  grid-column: -1;
}
.checkout-cart-index .cart-empty svg {
  color: rgba(255, 255, 255, 0.25);
  margin-bottom: 1.5rem;
}
.checkout-cart-index .cart-empty h2 {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1.75rem;
  color: #ffffff;
  margin-bottom: 0.75rem;
}
.checkout-cart-index .cart-empty p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  margin-bottom: 2rem;
}
.checkout-cart-index .sidebar {
  display: none;
}
.checkout-cart-index .form-cart {
  float: none !important;
  width: 100% !important;
}
.checkout-cart-index .cart-summary > .summary.title {
  display: none;
}
.checkout-cart-index .cart-form-wrapper {
  min-width: 0;
  width: 100%;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.checkout-cart-index .cart-summary {
  background: rgba(26, 26, 46, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.2rem;
  padding: 2.2rem;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);
}
.checkout-cart-index .cart-summary .cart-totals-title {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  padding-bottom: 0;
  border-bottom: none;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.checkout-cart-index #shopping-cart-table {
  border-collapse: collapse;
  width: 100%;
}
.checkout-cart-index #shopping-cart-table thead {
  display: none;
}
@media (min-width: 768px) {
  .checkout-cart-index #shopping-cart-table thead {
    display: table-header-group;
  }
  .checkout-cart-index #shopping-cart-table thead th {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    text-transform: capitalize;
    font-weight: 500;
    padding: 1rem 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.08);
    text-align: left;
  }
  .checkout-cart-index #shopping-cart-table thead .col.price,
  .checkout-cart-index #shopping-cart-table thead .col.qty,
  .checkout-cart-index #shopping-cart-table thead .col.subtotal {
    text-align: center;
  }
  .checkout-cart-index #shopping-cart-table thead .col.subtotal {
    text-align: right;
  }
}
.checkout-cart-index #shopping-cart-table tbody.cart.item {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}
@media (min-width: 768px) {
  .checkout-cart-index #shopping-cart-table tbody.cart.item {
    padding-right: 3rem;
  }
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0;
  gap: 1rem;
}
@media (min-width: 768px) {
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 1.5rem;
    align-items: center;
    padding: 2rem 0;
  }
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info td {
  padding: 0;
  border: none;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item .product-item-photo {
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  border-radius: 0.6rem;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.05);
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item .product-item-photo .product-image-container {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item .product-item-photo .product-image-wrapper {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding-bottom: 0 !important;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item .product-item-photo .product-image-photo,
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item .product-item-photo img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item .product-item-details {
  flex-grow: 1;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item .product-item-details .product-item-name {
  font-size: 1.05rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 0.4rem 0;
  line-height: 1.4;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item .product-item-details .product-item-name a {
  color: inherit;
  text-decoration: none;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item .product-item-details .item-options {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item .product-item-details .item-options dl {
  margin: 0;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item .product-item-details .item-options dt {
  font-weight: 500;
  margin: 0;
  padding-right: 0.25rem;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item .product-item-details .item-options dd {
  margin: 0;
}
@media (min-width: 768px) {
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.price {
    display: flex;
    justify-content: center;
  }
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.price .price {
  font-weight: 600;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.qty {
    display: flex;
    justify-content: center;
  }
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.qty .field.qty {
  margin: 0;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.qty .input-text.qty {
  width: 3.5rem;
  text-align: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.5rem;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.5rem;
  outline: none;
  margin-top: 0px;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.qty .input-text.qty:focus {
  border-color: #f59e0b;
  box-shadow: 0 0 0 1px #f59e0b;
}
@media (min-width: 768px) {
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.subtotal {
    display: flex;
    justify-content: flex-end;
  }
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.subtotal .price {
  font-weight: 700;
  font-size: 1.1rem;
  color: #ffffff;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.price::before {
  content: 'Giá:';
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  margin-right: auto;
}
@media (min-width: 768px) {
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.price::before {
    display: none;
  }
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.qty::before {
  content: 'SL:';
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  margin-right: auto;
}
@media (min-width: 768px) {
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.qty::before {
    display: none;
  }
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.subtotal::before {
  content: 'Tổng:';
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  margin-right: auto;
}
@media (min-width: 768px) {
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.subtotal::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.price,
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.qty,
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.subtotal {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-actions {
  background: transparent;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-actions td {
  padding: 0;
  border: none;
}
@media (min-width: 768px) {
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-actions {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-actions .actions-toolbar {
  display: flex;
  justify-content: flex-end;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-actions .actions-toolbar > .action {
  display: inline-flex;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-actions .actions-toolbar > .action-edit,
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-actions .actions-toolbar > .action-towishlist {
  display: none !important;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-actions .actions-toolbar .action-delete {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: transparent;
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.2s;
  text-decoration: none;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-actions .actions-toolbar .action-delete svg {
  display: none;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-actions .actions-toolbar .action-delete span {
  display: none;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-actions .actions-toolbar .action-delete::after {
  content: '×';
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 0.8;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-actions .actions-toolbar .action-delete:hover {
  color: #ef4444;
  background: rgba(239, 68, 68, 0.1);
}
.checkout-cart-index .cart.main.actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  margin-top: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.checkout-cart-index .cart.main.actions .action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 2rem;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
}
.checkout-cart-index .cart.main.actions .action.continue {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  flex-grow: 0;
}
.checkout-cart-index .cart.main.actions .action.continue::before {
  content: '<';
  margin-right: 0.5rem;
  font-weight: 700;
}
.checkout-cart-index .cart.main.actions .action.continue:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
}
.checkout-cart-index .cart.main.actions .action.update,
.checkout-cart-index .cart.main.actions .action.clear {
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid transparent;
}
.checkout-cart-index .cart.main.actions .action.update:hover,
.checkout-cart-index .cart.main.actions .action.clear:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
}
.checkout-cart-index .cart-proceed .btn,
.checkout-cart-index .cart-proceed .action.primary {
  background: #f59e0b;
  color: #0f0f1a;
  border-radius: 2rem;
  font-size: 1.05rem;
  font-weight: 600;
  padding: 1.1rem;
  width: 100%;
  transition: all 0.2s;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.2);
}
.checkout-cart-index .cart-proceed .btn:hover,
.checkout-cart-index .cart-proceed .action.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(245, 158, 11, 0.3);
  background: #f6a823;
}
.checkout-cart-index .cart-totals-grand {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 1rem;
  padding-top: 1.5rem;
}
.checkout-cart-index .cart-totals-grand .cart-totals-label {
  font-size: 1.15rem;
  font-weight: 600;
}
.checkout-cart-index .cart-totals-grand .cart-totals-value .price {
  font-size: 1.35rem;
  color: #f59e0b;
  font-weight: 700;
}
.checkout-cart-index .cart-shipping-banner {
  display: none;
}
.checkout-cart-index .crosssell-products-section {
  margin-top: 4rem;
  border: none;
  border-radius: 1.2rem;
  padding: 0;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 2rem;
}
.checkout-cart-index .crosssell-products-section .section-title {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.checkout-cart-index .crosssell-products-section .products-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .checkout-cart-index .crosssell-products-section .products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.checkout-cart-index .crosssell-products-section .product-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1rem;
  transition: transform 0.2s;
}
.checkout-cart-index .crosssell-products-section .product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 158, 11, 0.3);
}
.checkout-cart-index .cart-container {
  gap: 2.5rem;
}
.checkout-cart-index .cart-container > .cart-summary {
  flex-basis: 390px;
  max-width: 420px;
}
.checkout-cart-index .cart-container::before {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 2.15rem;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  margin-left: 2rem;
  margin-top: 0.5rem;
}
.checkout-cart-index #shopping-cart-table {
  border-collapse: separate;
  border-spacing: 0;
}
.checkout-cart-index #shopping-cart-table thead {
  display: none !important;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.1rem;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item:hover {
  transform: translateY(-1px);
  border-color: rgba(245, 158, 11, 0.22);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}
.checkout-cart-index #shopping-cart-table tbody.cart.item:last-child {
  margin-bottom: 0;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem 1.35rem 1rem;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info td {
  padding: 0;
  border: none;
}
@media (min-width: 768px) {
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info {
    display: grid;
    grid-template-columns: minmax(0, 2.1fr) minmax(7rem, 0.9fr) minmax(6rem, 0.8fr) minmax(7rem, 0.95fr);
    gap: 1.25rem;
    align-items: center;
    padding: 1.5rem 1.5rem 1.25rem;
  }
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item .product-item-photo {
  flex: 0 0 auto;
  width: 88px;
  height: 88px;
  border-radius: 0.85rem;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item .product-item-photo .product-image-container {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item .product-item-photo .product-image-wrapper {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding-bottom: 0 !important;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item .product-item-photo .product-image-photo,
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item .product-item-photo img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item .product-item-details {
  min-width: 0;
  flex: 1 1 auto;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item .product-item-details .product-item-name {
  display: block;
  margin: 0 0 0.4rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item .product-item-details .product-item-name a {
  color: inherit;
  text-decoration: none;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item .product-item-details .item-options {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.54);
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item .product-item-details .item-options dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
  margin: 0;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item .product-item-details .item-options dt,
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item .product-item-details .item-options dd {
  margin: 0;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item .product-item-details .item-options dt {
  font-weight: 600;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.price,
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.qty,
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.subtotal {
  min-width: 0;
}
@media (min-width: 768px) {
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.price,
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.qty,
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.subtotal {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.price .price {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 600;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.qty .field.qty {
  margin: 0;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.qty .input-text.qty {
  width: 4rem;
  height: 2.35rem;
  padding: 0.35rem 0.5rem;
  text-align: center;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.65rem;
  outline: none;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.qty .input-text.qty:focus {
  border-color: rgba(245, 158, 11, 0.7);
  box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.4);
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.subtotal {
  justify-content: flex-end;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.subtotal .price {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.price::before,
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.qty::before,
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.subtotal::before {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-right: auto;
}
@media (min-width: 768px) {
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.price::before,
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.qty::before,
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.subtotal::before {
    display: none;
  }
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.price::before {
  content: 'Giá';
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.qty::before {
  content: 'SL';
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.subtotal::before {
  content: 'Tổng';
}
@media (max-width: 767px) {
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.price,
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.qty,
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-actions {
  background: transparent;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-actions td {
  padding: 0;
  border: none;
}
@media (min-width: 768px) {
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-actions {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-actions {
    padding: 0 1.35rem 1.25rem;
  }
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-actions .actions-toolbar {
  display: flex;
  justify-content: flex-end;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-actions .actions-toolbar > .action-edit,
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-actions .actions-toolbar > .action-towishlist {
  display: none !important;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-actions .actions-toolbar .action-delete {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.36);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.14);
  text-decoration: none;
  transition: all 0.2s ease;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-actions .actions-toolbar .action-delete svg,
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-actions .actions-toolbar .action-delete span {
  display: none;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-actions .actions-toolbar .action-delete::after {
  content: '×';
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-actions .actions-toolbar .action-delete:hover {
  color: #ef4444;
  background: rgba(239, 68, 68, 0.1);
  border-color: rgba(239, 68, 68, 0.35);
}
.checkout-cart-index .cart-summary {
  background: linear-gradient(180deg, rgba(26, 26, 46, 0.98), rgba(26, 26, 46, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  padding: 1.45rem;
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.26);
}
.checkout-cart-index .cart-summary > .block:last-child {
  margin-bottom: 0;
}
.checkout-cart-index .cart-summary > .summary.title {
  display: none;
}
.checkout-cart-index .cart-summary .block.shipping,
.checkout-cart-index .cart-summary .block.discount {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.checkout-cart-index .cart-summary .block.shipping > .title,
.checkout-cart-index .cart-summary .block.discount > .title {
  margin: 0;
  padding: 0;
}
.checkout-cart-index .cart-summary .block.shipping > .title strong,
.checkout-cart-index .cart-summary .block.discount > .title strong {
  color: #ffffff;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.checkout-cart-index .cart-summary .block.shipping .content,
.checkout-cart-index .cart-summary .block.discount .content {
  padding-top: 0.9rem;
}
.checkout-cart-index .cart-summary .block.shipping .field .label,
.checkout-cart-index .cart-summary .block.discount .field .label,
.checkout-cart-index .cart-summary .field .label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 500;
}
.checkout-cart-index .cart-summary .input-text,
.checkout-cart-index .cart-summary select,
.checkout-cart-index .cart-summary textarea {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.7rem;
  color: #ffffff;
  box-shadow: none;
}
.checkout-cart-index .cart-summary .input-text:focus,
.checkout-cart-index .cart-summary select:focus,
.checkout-cart-index .cart-summary textarea:focus {
  border-color: rgba(245, 158, 11, 0.7);
  box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.32);
}
.checkout-cart-index .cart-summary .actions-toolbar {
  margin-top: 0.85rem;
}
.checkout-cart-index .cart-summary .actions-toolbar > .primary {
  width: 100%;
}
.checkout-cart-index .cart-summary .actions-toolbar .action.primary {
  width: 100%;
  border-radius: 0.85rem;
  background: #f59e0b;
  color: #111827;
  border: none;
  transition: all 0.2s ease;
}
.checkout-cart-index .cart-summary .actions-toolbar .action.primary:hover {
  background: #d97706;
}
.checkout-cart-index #cart-totals {
  margin-top: 1rem;
}
.checkout-cart-index #cart-totals .table-wrapper {
  overflow: visible;
}
.checkout-cart-index #cart-totals .data.table.totals {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.checkout-cart-index #cart-totals tbody {
  display: block;
}
.checkout-cart-index #cart-totals tr.totals {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.82rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.checkout-cart-index #cart-totals tr.totals:last-child {
  border-bottom: none;
}
.checkout-cart-index #cart-totals th.mark,
.checkout-cart-index #cart-totals td.amount {
  display: block;
  padding: 0;
  border: none;
  background: transparent;
}
.checkout-cart-index #cart-totals th.mark {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.94rem;
  font-weight: 500;
  text-align: left;
}
.checkout-cart-index #cart-totals td.amount {
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 700;
  text-align: right;
}
.checkout-cart-index #cart-totals tr.grand.totals {
  margin-top: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: none;
}
.checkout-cart-index #cart-totals tr.grand.totals strong {
  font-size: 1.12rem;
}
.checkout-cart-index #cart-totals tr.grand.totals td.amount .price {
  color: #fbbf24;
  font-size: 1.25rem;
  font-weight: 800;
}
.checkout-cart-index .cart-summary .checkout.methods.items {
  list-style: none;
  margin: 1rem 0 0;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.checkout-cart-index .cart-summary .checkout.methods.items .item {
  margin: 0;
}
.checkout-cart-index .cart-summary .checkout.methods.items .action.primary.checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.25rem;
  border-radius: 0.9rem;
  background: #f59e0b;
  color: #111827;
  border: none;
  box-shadow: 0 10px 20px rgba(245, 158, 11, 0.2);
}
.checkout-cart-index .cart-summary .checkout.methods.items .action.primary.checkout:hover {
  background: #d97706;
}
.checkout-cart-index .cart-container {
  gap: 1.5rem;
}
.checkout-cart-index .cart-container > .form,
.checkout-cart-index .cart-container > .cart-form-wrapper {
  min-width: 0;
}
.checkout-cart-index .cart-container > .cart-summary {
  flex: 0 0 360px;
  max-width: 360px;
}
@media (min-width: 1024px) {
  .checkout-cart-index .cart-container > .cart-summary {
    position: sticky;
    top: 6rem;
    align-self: flex-start;
    z-index: 2;
  }
}
@media (max-width: 1023px) {
  .checkout-cart-index .cart-container {
    flex-direction: column;
    gap: 1.5rem;
  }
  .checkout-cart-index .cart-container > .form,
  .checkout-cart-index .cart-container > .cart-form-wrapper,
  .checkout-cart-index .cart-container > .cart-summary {
    width: 100%;
    max-width: 100%;
    flex-basis: auto;
  }
  .checkout-cart-index .cart-container > .cart-summary {
    position: static;
  }
}
@media (min-width: 768px) {
  .checkout-cart-index .page-main {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.checkout-cart-index #shopping-cart-table tbody.cart.item .col.price {
  display: none !important;
}
@media (min-width: 768px) {
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info {
    grid-template-columns: minmax(0, 2.6fr) minmax(6rem, 0.85fr) minmax(7rem, 0.95fr);
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-actions {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  z-index: 2;
  transform: none;
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-actions .actions-toolbar .action-delete {
  width: 2rem;
  height: 2rem;
  border-color: rgba(255, 255, 255, 0.16);
}
.checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-actions .actions-toolbar .action-delete::after {
  font-size: 1.55rem;
}
@media (max-width: 767px) {
  .checkout-cart-index #shopping-cart-table tbody.cart.item {
    margin-bottom: 0.85rem;
  }
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding: 1rem 1rem 1.05rem;
  }
  .checkout-cart-index #shopping-cart-table tbody.cart.item .col.item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.65rem;
    min-width: 0;
  }
  .checkout-cart-index #shopping-cart-table tbody.cart.item .col.item .product-item-photo {
    width: 72px;
    height: 72px;
    border-radius: 0.8rem;
  }
  .checkout-cart-index #shopping-cart-table tbody.cart.item .col.item .product-item-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.15);
    transform-origin: center center;
  }
  .checkout-cart-index #shopping-cart-table tbody.cart.item .col.item .product-item-details {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }
  .checkout-cart-index #shopping-cart-table tbody.cart.item .col.item .product-item-name {
    font-size: 0.92rem;
    line-height: 1.3;
    overflow-wrap: anywhere;
  }
  .checkout-cart-index #shopping-cart-table tbody.cart.item .col.qty,
  .checkout-cart-index #shopping-cart-table tbody.cart.item .col.subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-width: 0;
    width: 100%;
  }
  .checkout-cart-index #shopping-cart-table tbody.cart.item .col.price {
    display: none !important;
  }
  .checkout-cart-index #shopping-cart-table tbody.cart.item .col.qty::before,
  .checkout-cart-index #shopping-cart-table tbody.cart.item .col.subtotal::before {
    display: block;
    margin-right: 0;
    flex: 0 0 auto;
  }
  .checkout-cart-index #shopping-cart-table tbody.cart.item .col.subtotal .price {
    text-align: right;
    word-break: break-word;
  }
  .checkout-cart-index #shopping-cart-table tbody.cart.item .col.qty .input-text.qty {
    width: 3.3rem;
    height: 2.15rem;
    padding: 0.2rem 0.35rem;
  }
}
@media (min-width: 1024px) {
  .checkout-cart-index .cart-summary {
    position: sticky;
    top: 6rem;
    align-self: flex-start;
    z-index: 2;
  }
}
@media (min-width: 1024px) {
  .checkout-cart-index .cart-container > .form,
  .checkout-cart-index .cart-container > .cart-form-wrapper {
    max-height: none;
    overflow: visible;
  }
  .checkout-cart-index .cart.table-wrapper {
    max-height: calc(86vh);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.75rem;
    scrollbar-gutter: stable;
    overscroll-behavior-y: auto;
  }
  .checkout-cart-index .cart-container > .cart-summary {
    position: static !important;
    top: auto;
    align-self: flex-start;
    z-index: 3;
  }
}
.checkout-cart-index .cart-select-all-wrapper {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 1.4rem;
  margin-bottom: 0.5rem;
}
.checkout-cart-index .cart-item-select-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  user-select: none;
  line-height: 1;
}
.checkout-cart-index .cart-item-select {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.checkout-cart-index .cart-item-select-indicator {
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.35rem;
  background: transparent;
  transition: background 0.2s ease, border-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.checkout-cart-index .cart-item-select-indicator::after {
  content: '';
  position: absolute;
  display: block;
  width: 0.35rem;
  height: 0.62rem;
  border-right: 2px solid #0f0f1a;
  border-bottom: 2px solid #0f0f1a;
  transform: rotate(45deg) translateY(-0.08rem) scale(0);
  transition: transform 0.12s ease;
  top: 50%;
  left: 50%;
  margin-top: -0.38rem;
  margin-left: -0.2rem;
}
.checkout-cart-index .cart-item-select:checked + .cart-item-select-indicator {
  background: #f59e0b;
  border-color: #f59e0b;
}
.checkout-cart-index .cart-item-select:checked + .cart-item-select-indicator::after {
  transform: rotate(45deg) translateY(-0.08rem) scale(1);
}
.checkout-cart-index .cart-item-select:indeterminate + .cart-item-select-indicator {
  background: rgba(245, 158, 11, 0.4);
  border-color: #f59e0b;
}
.checkout-cart-index .cart-item-select:indeterminate + .cart-item-select-indicator::after {
  width: 0.55rem;
  height: 0;
  border-right: none;
  border-bottom: 2px solid #0f0f1a;
  transform: translateY(0) scale(1);
  margin-top: -0.04rem;
  margin-left: -0.28rem;
}
.checkout-cart-index .cart-item-select-label:hover .cart-item-select-indicator {
  border-color: #f59e0b;
}
.checkout-cart-index .cart-select-all-text {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}
.checkout-cart-index #shopping-cart-table .col.select {
  width: 2.2rem;
  min-width: 2.2rem;
  padding: 0;
  border: none;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info {
    grid-template-columns: 2.2rem minmax(0, 2.4fr) minmax(6rem, 0.85fr) minmax(7rem, 0.95fr);
  }
}
@media (max-width: 767px) {
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info {
    display: grid;
    grid-template-columns: 2.2rem 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 0.5rem;
    row-gap: 0.5rem;
  }
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.select {
    grid-row: 1;
    grid-column: 1;
    align-self: start;
    padding-top: 0.15rem;
  }
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.item {
    grid-row: 1;
    grid-column: 2;
  }
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.qty {
    grid-row: 2;
    grid-column: -1;
  }
  .checkout-cart-index #shopping-cart-table tbody.cart.item tr.item-info .col.subtotal {
    grid-row: 3;
    grid-column: -1;
  }
}
.checkout-cart-index #cart-selected-count {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  margin: 0 0 0.6rem;
  display: none;
}
.pg-checkout {
  --pg-space-1: 8px;
  --pg-space-2: 16px;
  --pg-space-3: 24px;
  --pg-space-4: 32px;
  --pg-radius: 12px;
  --pg-border: 1px solid rgba(148, 163, 184, 0.35);
  --pg-text: #111827;
  --pg-subtext: #6b7280;
  --pg-white: #fdfefe;
  --pg-surface: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
  --pg-surface-muted: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
  --pg-primary: #2563eb;
  --pg-primary-hover: #1d4ed8;
  --pg-primary-active: #1e40af;
  --pg-shadow: 0 18px 40px rgba(2, 6, 23, 0.32);
  background: radial-gradient(circle at 20% -10%, rgba(37, 99, 235, 0.22), transparent 42%), radial-gradient(circle at 90% 10%, rgba(245, 158, 11, 0.18), transparent 38%), #030712;
  color: #e5e7eb;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  /* Active Checkmark Icon */
}
.pg-checkout .page-main {
  max-width: 1440px;
  padding-top: var(--pg-space-4);
  padding-bottom: 56px;
}
.pg-checkout .page-title-wrapper {
  display: none;
}
.pg-checkout .checkout-maincontent {
  position: relative;
}
.pg-checkout .checkout-maincontent:before {
  content: '';
  position: absolute;
  inset: 84px 30px auto;
  height: 130px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.2), rgba(245, 158, 11, 0.18));
  filter: blur(28px);
  pointer-events: none;
  z-index: 0;
}
.pg-checkout .checkout-header-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 70;
  background: linear-gradient(180deg, rgba(15, 15, 26, 0.9399999999999999), rgba(15, 15, 26, 0.82));
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}
.pg-checkout .checkout-header-nav .header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 30px 0 50px;
  padding: 18px 30px 18px 0;
}
.pg-checkout .checkout-trust-banners {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.pg-checkout .checkout-trust-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(245, 158, 11, 0.42);
  background: rgba(15, 23, 42, 0.55);
  color: #f8fafc;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
  backdrop-filter: blur(8px);
}
.pg-checkout .checkout-trust-badge:hover {
  transform: translateY(-1px);
  border-color: rgba(96, 165, 250, 0.65);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.35);
  background: rgba(30, 41, 59, 0.82);
  text-decoration: none;
}
.pg-checkout .checkout-columns {
  margin-top: 100px;
}
.pg-checkout .checkout-container {
  gap: var(--pg-space-3);
}
.pg-checkout .checkout-main-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.pg-checkout .checkout-main-content > .opc-progress-bar,
.pg-checkout .checkout-main-content > .opc-wrapper,
.pg-checkout .checkout-main-content > .opc-sidebar {
  width: 100%;
}
.pg-checkout .opc-wrapper,
.pg-checkout .checkout-main-content > .opc-block-summary {
  float: none;
  width: 100%;
  margin: 0;
  padding-left: 0;
}
@media (min-width: 1024px) {
  .pg-checkout #checkout.checkout-container,
  .pg-checkout .checkout-container {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .pg-checkout #checkout.checkout-container .opc-progress-bar,
  .pg-checkout .checkout-container .opc-progress-bar {
    flex: 0 0 calc(40%) !important;
    width: calc(40%) !important;
    max-width: calc(40%) !important;
    margin-left: 30px !important;
    margin-right: 30px !important;
    margin-bottom: 45px;
    margin-top: 60px;
    align-self: stretch;
  }
  .pg-checkout #checkout.checkout-container .checkout-main-content,
  .pg-checkout .checkout-container .checkout-main-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
  .pg-checkout #checkout.checkout-container .checkout-main-content > #checkoutSteps.opc-wrapper,
  .pg-checkout .checkout-container .checkout-main-content > #checkoutSteps.opc-wrapper {
    order: 1;
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    float: none !important;
    flex: 2 1 0 !important;
    width: calc(6.66666667%) !important;
    margin-left: 30px !important;
    margin-right: 30px !important;
    padding-right: 0px !important;
  }
  .pg-checkout #checkout.checkout-container .checkout-main-content > #checkoutSteps.opc-wrapper > #shipping,
  .pg-checkout #checkout.checkout-container .checkout-main-content > #checkoutSteps.opc-wrapper > #opc-shipping_method,
  .pg-checkout .checkout-container .checkout-main-content > #checkoutSteps.opc-wrapper > #shipping,
  .pg-checkout .checkout-container .checkout-main-content > #checkoutSteps.opc-wrapper > #opc-shipping_method {
    display: block;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .pg-checkout #checkout.checkout-container .checkout-main-content > .opc-block-summary,
  .pg-checkout .checkout-container .checkout-main-content > .opc-block-summary {
    order: 2;
    display: block;
    float: none !important;
    flex: 1 1 0 !important;
    width: calc(3.33333333%) !important;
    margin-right: 30px !important;
    margin-left: 0 !important;
    position: sticky;
    top: var(--pg-space-3);
  }
}
.pg-checkout .checkout-shipping-address,
.pg-checkout .checkout-shipping-method,
.pg-checkout .checkout-payment-method,
.pg-checkout .payment-option,
.pg-checkout .opc-block-summary {
  background: var(--pg-surface);
  border: var(--pg-border);
  border-radius: var(--pg-radius);
  box-shadow: var(--pg-shadow);
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.pg-checkout .checkout-shipping-address:before,
.pg-checkout .checkout-shipping-method:before,
.pg-checkout .checkout-payment-method:before,
.pg-checkout .payment-option:before,
.pg-checkout .opc-block-summary:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.82), rgba(245, 158, 11, 0.72), rgba(34, 197, 94, 0.75));
  pointer-events: none;
}
.pg-checkout .checkout-shipping-address:hover,
.pg-checkout .checkout-shipping-method:hover,
.pg-checkout .checkout-payment-method:hover,
.pg-checkout .payment-option:hover,
.pg-checkout .opc-block-summary:hover {
  border-color: rgba(59, 130, 246, 0.45);
  box-shadow: 0 24px 40px rgba(2, 6, 23, 0.35), 0 0 0 1px rgba(59, 130, 246, 0.22);
  transform: translateY(-1px);
}
.pg-checkout .checkout-shipping-address,
.pg-checkout .checkout-shipping-method,
.pg-checkout .checkout-payment-method,
.pg-checkout .payment-option {
  padding: var(--pg-space-3);
  margin-bottom: var(--pg-space-2);
}
.pg-checkout .opc-progress-bar {
  display: flex;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 var(--pg-space-3);
}
.pg-checkout .opc-progress-bar-item {
  flex: 1 1 0;
  width: auto;
  margin: 0;
  text-align: center;
}
.pg-checkout .opc-progress-bar-item > span:before,
.pg-checkout .opc-progress-bar-item > span:after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}
.pg-checkout .opc-progress-bar-item > span {
  color: #ffffff;
  font-weight: 600;
}
.pg-checkout .opc-progress-bar-item._active > span,
.pg-checkout .opc-progress-bar-item._complete > span {
  color: wheat;
}
.pg-checkout .step-title,
.pg-checkout .opc-block-summary > .title {
  border: 0;
  margin: 0 0 var(--pg-space-2);
  padding: 0;
  font-size: 22px;
  line-height: 30px;
  color: var(--pg-text);
  font-weight: 700;
}
.pg-checkout .fieldset > .field,
.pg-checkout .field {
  margin-bottom: var(--pg-space-2);
}
.pg-checkout .label {
  color: var(--pg-subtext);
  font-size: 14px;
  font-weight: 600;
}
.pg-checkout .input-text,
.pg-checkout .select,
.pg-checkout textarea {
  height: 44px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  background: #fff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.pg-checkout textarea {
  height: auto;
  min-height: 96px;
}
.pg-checkout .input-text:focus,
.pg-checkout .select:focus,
.pg-checkout textarea:focus {
  border-color: var(--pg-primary);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.16);
}
.pg-checkout .choice {
  position: relative;
}
.pg-checkout .choice input[type='radio'],
.pg-checkout .choice input[type='checkbox'] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  margin: 0;
  z-index: 2;
}
.pg-checkout .choice input[type='radio']:checked + label:before,
.pg-checkout .choice input[type='checkbox']:checked + label:before {
  border-color: var(--pg-primary);
  box-shadow: inset 0 0 0 5px var(--pg-primary);
}
.pg-checkout .pg-checkout__delivery-mode .choice > label {
  position: relative;
  padding-left: 32px;
  color: #000000;
  font-weight: 500;
  cursor: pointer;
}
.pg-checkout .pg-checkout__delivery-mode .choice > label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1.5px solid #9ca3af;
  border-radius: 50%;
  background: #fff;
  transition: all 0.18s ease;
}
.pg-checkout #shipping-save-in-address-book + label {
  --pg-save-address-text-shift-y: 3px;
  position: relative;
  padding-left: 32px;
  color: white;
  font-weight: 500;
  cursor: pointer;
}
.pg-checkout #shipping-save-in-address-book + label > span {
  display: inline-block;
  transform: translateY(var(--pg-save-address-text-shift-y));
}
.pg-checkout #shipping-save-in-address-book + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1.5px solid #9ca3af;
  border-radius: 50%;
  background: #fff;
  transition: all 0.18s ease;
}
.pg-checkout .pg-checkout__delivery-mode {
  border: var(--pg-border);
  border-radius: 10px;
  padding: var(--pg-space-2);
  margin-bottom: var(--pg-space-2);
  background: #f9fafb;
}
.pg-checkout .pg-checkout__delivery-mode-title {
  font-size: 13px;
  line-height: 18px;
  color: var(--pg-subtext);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 var(--pg-space-1);
  font-weight: 700;
}
.pg-checkout .pg-checkout__delivery-mode-option {
  margin-bottom: var(--pg-space-1);
}
.pg-checkout .pg-checkout__delivery-mode-option:last-child {
  margin-bottom: 0;
}
.pg-checkout .pg-addresses {
  margin-bottom: var(--pg-space-2);
}
.pg-checkout .shipping-address-items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  margin-bottom: var(--pg-space-2);
}
.pg-checkout .shipping-address-items > .shipping-address-item {
  width: 100%;
  flex: 1;
}
@media (min-width: 768px) {
  .pg-checkout .shipping-address-items > .shipping-address-item {
    width: calc(44%);
    flex: 1;
  }
}
.pg-checkout .shipping-address-item {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  border: 1px solid #d6deec;
  border-radius: 12px;
  padding: 14px;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  justify-self: stretch;
  align-self: stretch;
  box-sizing: border-box;
  color: var(--pg-text);
  cursor: pointer;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}
.pg-checkout .shipping-address-item:hover {
  border-color: #cbd5e1;
  transform: translateY(-1px);
}
.pg-checkout .shipping-address-item.selected-item {
  border-color: var(--pg-primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
  background: #f8fbff;
}
.pg-checkout .shipping-address-item.pg-action-target {
  border-color: #93c5fd;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.18);
}
.pg-checkout .shipping-address-item.pg-address-deleted {
  background: linear-gradient(180deg, #fff6f6, #fff0f0);
  border-color: #f5c2c7;
  color: #8a1c1c;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.12);
}
.pg-checkout .shipping-address-item.pg-address-deleted.selected-item,
.pg-checkout .shipping-address-item.pg-address-deleted.pg-action-target {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.16);
  background: linear-gradient(180deg, #fff3f3, #ffeaea);
}
.pg-checkout .pg-address-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.pg-checkout .pg-address-toolbar > * {
  width: calc(45%);
  flex: 1;
}
@media (min-width: 1024px) {
  .pg-checkout .pg-address-toolbar > * {
    width: calc(17.5%);
    flex: 1;
  }
}
.pg-checkout .pg-address-toolbar__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #1f2937;
  font-weight: 600;
  padding: 0;
  text-align: center;
  overflow: hidden;
  line-height: 1;
  font-size: 13px;
  transition: all 0.16s ease;
}
.pg-checkout .pg-address-toolbar__btn > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  padding: 0 14px;
  box-sizing: border-box;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pg-checkout .pg-address-toolbar__btn:hover {
  border-color: #9ca3af;
  background: #f9fafb;
}
.pg-checkout .pg-address-toolbar__btn:disabled,
.pg-checkout .pg-address-toolbar__btn.is-disabled {
  opacity: 0.48;
  cursor: not-allowed;
  pointer-events: none;
}
.pg-checkout .pg-address-toolbar__btn--primary {
  background: var(--pg-primary);
  border-color: var(--pg-primary);
  color: #fff;
  margin-bottom: 0;
}
.pg-checkout .pg-address-toolbar__btn--primary:hover {
  background: var(--pg-primary-hover);
  border-color: var(--pg-primary-hover);
}
.pg-checkout .pg-address-toolbar__btn--danger {
  border-color: #fecaca;
  color: #b91c1c;
  background: #fff5f5;
}
.pg-checkout .pg-address-toolbar__btn--danger:hover {
  border-color: #fca5a5;
  background: #fee2e2;
}
.pg-checkout .table-checkout-shipping-method {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 var(--pg-space-1);
}
.pg-checkout .table-checkout-shipping-method thead {
  display: none;
}
.pg-checkout .table-checkout-shipping-method tbody tr {
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  border-radius: 10px;
}
.pg-checkout .table-checkout-shipping-method tbody td {
  border-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  color: var(--pg-text);
}
.pg-checkout .actions-toolbar .action.primary,
.pg-checkout .checkout-payment-method .action.primary.checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
  border: 0;
  border-radius: 10px;
  height: 44px;
  background: var(--pg-primary);
  color: #fff;
  font-weight: 700;
  transition: transform 0.14s ease, background-color 0.14s ease, box-shadow 0.14s ease;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.28);
}
.pg-checkout #shipping-method-buttons-container .action.continue.primary > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transform: translateY(-1px);
}
.pg-checkout #shipping-method-buttons-container {
  margin-top: 10px;
}
.pg-checkout .pg-shipping-validation-message {
  margin-top: 8px;
  color: #e02b27;
  font-size: 1.3rem;
  line-height: 1.4;
}
.pg-checkout .actions-toolbar .action.primary:hover,
.pg-checkout .checkout-payment-method .action.primary.checkout:hover {
  background: var(--pg-primary-hover);
  transform: translateY(-1px);
}
.pg-checkout .actions-toolbar .action.primary:active,
.pg-checkout .checkout-payment-method .action.primary.checkout:active {
  background: var(--pg-primary-active);
  transform: translateY(0);
}
.pg-checkout .checkout-main-content > .opc-block-summary {
  padding: var(--pg-space-3);
  margin: 0;
}
@media (min-width: 1024px) {
  .pg-checkout.pg-store-pickup-payment.pg-payment-step .checkout-main-content > #checkoutSteps.opc-wrapper {
    position: relative;
    overflow: hidden;
    background: url('../images/grok-image-3fe60b49-4a89-4d05-adb9-db2f5e3df43d.png') center center / cover no-repeat;
  }
  .pg-checkout.pg-store-pickup-payment.pg-payment-step .checkout-main-content > #checkoutSteps.opc-wrapper > * {
    visibility: hidden;
  }
  .pg-checkout.pg-store-pickup-payment .checkout-main-content > .opc-block-summary {
    flex: 1 1 100% !important;
    width: calc(40%) !important;
    margin-left: 30px !important;
    margin-right: 30px !important;
    max-width: none !important;
  }
}
.pg-checkout .opc-block-summary-footer {
  display: none;
  margin-top: var(--pg-space-2);
}
.pg-checkout.pg-payment-step .opc-block-summary-footer {
  display: block;
}
.pg-checkout .opc-block-summary-footer .pg-place-order-footer {
  width: 100%;
}
.pg-checkout .opc-block-summary-footer .pg-place-order-footer.disabled,
.pg-checkout .opc-block-summary-footer .pg-place-order-footer[disabled] {
  opacity: 0.56;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}
.pg-checkout .opc-block-summary-footer .pg-place-order-footer-note {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.45;
  color: #475569;
}
.pg-checkout.pg-payment-step #checkoutSteps #payment #review-buttons-container {
  display: none !important;
}
.pg-checkout .opc-block-summary .table-totals th,
.pg-checkout .opc-block-summary .table-totals td {
  color: var(--pg-text);
  font-size: 14px;
}
.pg-checkout .opc-block-summary .totals.sub .mark,
.pg-checkout .opc-block-summary .totals.sub .amount,
.pg-checkout .opc-block-summary .totals.shipping .mark,
.pg-checkout .opc-block-summary .totals.shipping .amount {
  color: var(--pg-subtext);
}
.pg-checkout .opc-block-summary .grand.totals th,
.pg-checkout .opc-block-summary .grand.totals td {
  font-size: 19px;
  font-weight: 700;
}
.pg-checkout .opc-block-summary .product-item-details {
  color: var(--pg-text);
}
.pg-checkout .opc-block-summary .product-item-details .product-item-name {
  display: block;
  margin-bottom: 8px;
  line-height: 1.35;
}
.pg-checkout .opc-block-summary .product-item-details .details-qty {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: 0;
  font-size: 14px;
}
.pg-checkout .opc-block-summary .product-item-details .details-qty .label,
.pg-checkout .opc-block-summary .product-item-details .details-qty .value {
  font-size: 14px;
  line-height: 1.4;
}
.pg-checkout .opc-block-summary .pg-summary-item-options {
  margin-top: 12px;
}
.pg-checkout .opc-block-summary .pg-summary-item-options > .toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  cursor: pointer;
}
.pg-checkout .opc-block-summary .pg-summary-item-options > .content {
  padding-top: 10px;
}
.pg-checkout .opc-block-summary .pg-summary-option-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pg-checkout .opc-block-summary .pg-summary-option-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.pg-checkout .opc-block-summary .pg-summary-option-label {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  color: #64748b;
}
.pg-checkout .opc-block-summary .pg-summary-option-value {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  max-width: 100%;
  padding: 4px 10px;
  border: 1px solid #d9e2f1;
  border-radius: 999px;
  background: #f8fbff;
  color: #0f172a;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  word-break: break-word;
}
.pg-checkout .opc-block-summary .pg-summary-option-value * {
  max-width: 100%;
  word-break: break-word;
}
.pg-checkout .discount-code,
.pg-checkout .opc-payment-additional,
.pg-checkout .checkout-agreements-block,
.pg-checkout .payment-method-content {
  margin-top: var(--pg-space-2);
}
.pg-checkout #payment .pg-payment-fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}
.pg-checkout #payment .pg-payment-row {
  display: block;
  border: 1px solid #cfd9ea;
  border-radius: 14px;
  background: var(--pg-surface-muted);
  padding: 16px;
  margin-bottom: 14px;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}
.pg-checkout #payment .pg-payment-row__title {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}
.pg-checkout #payment .pg-payment-row--methods .items.payment-methods {
  margin: 0;
}
.pg-checkout #payment .pg-payment-row--methods {
  min-height: 300px;
}
.pg-checkout #payment .pg-payment-row--methods .payment-group {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 8px;
  width: 100%;
}
.pg-checkout #payment .pg-payment-row--methods .payment-method-slot {
  flex: 1 1 0;
  min-width: 0;
}
.pg-checkout #payment .pg-payment-row--methods .payment-method {
  margin: 0;
  border: 1px solid #c7d7f0;
  border-radius: 12px;
  padding: 0;
  background: linear-gradient(180deg, #ffffff 0%, #edf4ff 100%);
  width: 100%;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.1);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  cursor: pointer;
  overflow: hidden;
}
.pg-checkout #payment .pg-payment-row--methods .payment-method:hover {
  border-color: #3b82f6;
  box-shadow: 0 18px 28px rgba(37, 99, 235, 0.2);
  transform: translateY(-2px);
}
.pg-checkout #payment .pg-payment-row--methods .payment-group > .step-title {
  display: none !important;
}
.pg-checkout #payment .pg-payment-row--methods .payment-method-title {
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
}
.pg-checkout #payment .pg-payment-row--methods .payment-method-title .radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.pg-checkout #payment .pg-payment-row--methods .payment-method-title .label {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 128px;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.18s ease;
  cursor: pointer;
  text-align: center;
  padding: 16px 10px;
  width: 100%;
  box-sizing: border-box;
  gap: 16px;
  line-height: 1.2;
}
.pg-checkout #payment .pg-payment-row--methods .payment-method-title .label:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
}
.pg-checkout #payment .pg-payment-row--methods .payment-method--tienmat .payment-method-title .label:before {
  border-radius: 8px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%230ea5e9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="6" width="20" height="12" rx="2"/><circle cx="12" cy="12" r="2"/><path d="M6 12h.01M18 12h.01"/></svg>') center center / contain no-repeat;
}
.pg-checkout #payment .pg-payment-row--methods .payment-method--zalopay .payment-method-title .label:before {
  width: 80px;
  background: url('../images/zalopay_logo.png') center center / contain no-repeat;
  border-radius: 0;
  border: none;
}
.pg-checkout #payment .pg-payment-row--methods .payment-method--vnpay .payment-method-title .label:before {
  width: 80px;
  background: url('../images/vnpay_logo.png') center center / contain no-repeat;
  border-radius: 0;
  border: none;
}
.pg-checkout #payment .pg-payment-row--methods .payment-method-title .label[for*='cash'],
.pg-checkout #payment .pg-payment-row--methods .payment-method-title .label[for*='checkmo'],
.pg-checkout #payment .pg-payment-row--methods .payment-method-title .label[for*='cod'] {
  justify-content: center;
}
.pg-checkout #payment .pg-payment-row--methods .payment-method-title .label[for*='cash']:before,
.pg-checkout #payment .pg-payment-row--methods .payment-method-title .label[for*='checkmo']:before,
.pg-checkout #payment .pg-payment-row--methods .payment-method-title .label[for*='cod']:before {
  border-radius: 8px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%230ea5e9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="6" width="20" height="12" rx="2"/><circle cx="12" cy="12" r="2"/><path d="M6 12h.01M18 12h.01"/></svg>') center center / contain no-repeat;
}
.pg-checkout #payment .pg-payment-row--methods .payment-method-title .label[for*='zalo']:before {
  width: 80px;
  background: url('../images/zalopay_logo.png') center center / contain no-repeat;
  border-radius: 0;
  border: none;
}
.pg-checkout #payment .pg-payment-row--methods .payment-method-title .label[for*='vnpay']:before {
  width: 80px;
  background: url('../images/vnpay_logo.png') center center / contain no-repeat;
  border-radius: 0;
  border: none;
}
.pg-checkout #payment .pg-payment-row--methods .payment-method-title input[type='radio']:checked + .label:before,
.pg-checkout #payment .pg-payment-row--methods .payment-method-title input[type='radio'] + .label:before {
  border-color: transparent !important;
  box-shadow: none !important;
}
.pg-checkout #payment .pg-payment-row--methods .payment-method._active .payment-method-title .label {
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.95), rgba(254, 243, 199, 0.72));
  color: #0f172a;
  box-shadow: none;
}
.pg-checkout #payment .pg-payment-row--methods .payment-method._active {
  border-color: #60a5fa;
  box-shadow: 0 16px 28px rgba(37, 99, 235, 0.24);
}
.pg-checkout #payment .pg-payment-row--methods .payment-method._active .payment-method-title .label:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%2316a34a" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>') center center / contain no-repeat;
}
.pg-checkout #payment .pg-payment-row--methods .payment-method-content {
  display: none !important;
}
.pg-checkout #payment .pg-payment-row--methods .pg-wallet-action {
  padding: 0 12px 12px;
  border-top: 1px solid #eef2ff;
}
.pg-checkout #payment .pg-payment-row--methods .pg-wallet-action__btn {
  width: 100%;
  min-height: 40px;
  margin-top: 12px;
  border-radius: 10px;
  font-size: 14px;
}
.pg-checkout #payment .pg-payment-row--methods .pg-wallet-action__btn.disabled,
.pg-checkout #payment .pg-payment-row--methods .pg-wallet-action__btn[disabled] {
  opacity: 0.56;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}
.pg-checkout #payment .pg-payment-row--methods .pg-wallet-action__note {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.4;
  color: #64748b;
}
.pg-checkout #payment .pg-shipping-readonly__line {
  color: #0f172a;
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 4px;
}
.pg-checkout #payment .pg-shipping-readonly__line:last-child {
  margin-bottom: 0;
}
.pg-checkout #payment .pg-shipping-readonly--empty {
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
}
.pg-checkout #payment .pg-payment-row--discount .payment-option-title,
.pg-checkout #payment .pg-payment-row--discount .discount-code .title {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}
.pg-checkout #payment .pg-payment-row--discount input.input-text {
  height: 44px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  box-shadow: none;
  color: #0f172a;
}
.pg-checkout #payment .pg-payment-row--discount .payment-option-content,
.pg-checkout #payment .pg-payment-row--discount .payment-option-inner {
  pointer-events: auto;
}
.pg-checkout #payment .pg-payment-row--discount .mage-error[generated] {
  display: none !important;
}
.pg-checkout #payment .pg-payment-row--discount .pg-discount-messages {
  margin-top: 6px;
}
.pg-checkout #payment .pg-payment-row--discount .pg-discount-messages .messages {
  margin: 0;
}
.pg-checkout #payment .pg-payment-row--discount .pg-discount-messages .message {
  position: relative;
  margin: 0;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 13px;
  line-height: 1.4;
}
.pg-checkout #payment .pg-payment-row--discount .pg-discount-messages .message.message-error,
.pg-checkout #payment .pg-payment-row--discount .pg-discount-messages .message.error {
  color: #dc2626;
}
.pg-checkout #payment .pg-payment-row--discount .pg-discount-messages .message.message-success,
.pg-checkout #payment .pg-payment-row--discount .pg-discount-messages .message.success {
  color: #16a34a;
}
.pg-checkout #payment .pg-payment-row--discount .pg-discount-messages .message:before {
  display: none !important;
  content: none !important;
}
.pg-checkout #payment .pg-payment-row--discount .pg-discount-messages .message *:before,
.pg-checkout #payment .pg-payment-row--discount .pg-discount-messages .message *:after,
.pg-checkout #payment .pg-payment-row--discount .pg-discount-messages .messages .message:after {
  display: none !important;
  content: none !important;
}
.pg-checkout #payment .pg-payment-row--discount .action.action-apply,
.pg-checkout #payment .pg-payment-row--discount .action.action-checkout,
.pg-checkout #payment .pg-payment-row--discount .action.primary {
  min-height: 42px;
  border-radius: 10px;
  border: 1px solid #2563eb;
  background: #2563eb;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.2);
}
.pg-checkout #payment .checkout-billing-address .action-edit-address,
.pg-checkout #payment .checkout-billing-address .action-update,
.pg-checkout #payment .checkout-billing-address .action-cancel,
.pg-checkout #payment .checkout-billing-address .billing-address-form,
.pg-checkout #payment .checkout-billing-address .fieldset {
  display: none !important;
}
.pg-checkout .pg-checkout-toast-host {
  position: fixed;
  top: 104px;
  right: max(16px, calc((100vw - 1440px) / 2 + 16px));
  z-index: 81;
  width: min(420px, calc(100vw - 32px));
  pointer-events: none;
}
.pg-checkout .pg-checkout-toast-host .messages {
  pointer-events: auto;
}
@media (max-width: 767px) {
  .pg-checkout .pg-checkout-toast-host {
    top: 92px;
    right: 16px;
    width: calc(68vw);
  }
}
@media (max-width: 900px) {
  .pg-checkout .checkout-trust-banners {
    display: none;
  }
  .pg-checkout #payment .pg-payment-row--methods .payment-group {
    gap: 6px;
  }
  .pg-checkout #payment .pg-payment-row--methods .payment-method-title .label {
    min-height: 112px;
    padding: 12px 8px;
    gap: 12px;
    font-size: 14px;
  }
  .pg-checkout #payment .pg-payment-row--methods .payment-method-title .label:before {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
  .pg-checkout #payment .pg-payment-row--methods .payment-method-title .label[for*='zalo']:before,
  .pg-checkout #payment .pg-payment-row--methods .payment-method-title .label[for*='vnpay']:before {
    width: 68px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 16.5px;
  }
}
.peakgear-header .logo-icon {
  width: 2.5rem;
  height: 2.5rem;
}
.peakgear-header .logo-text {
  font-size: 1.25rem;
}
.peakgear-header .menu-link {
  font-size: 0.9375rem;
}
.peakgear-header .header-nav {
  padding: 1rem 1.5rem;
}
@media (min-width: 768px) {
  .peakgear-header .header-nav {
    padding: 1rem 3rem;
  }
}
.peakgear-header .btn {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}
@media (min-width: 1024px) {
  .hero-section .hero-title {
    font-size: 4.5rem;
  }
}
@media (min-width: 768px) {
  .hero-section .hero-subtitle {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .hero-section .hero-description {
    font-size: 1.0625rem;
  }
}
.hero-section .hero-btn-primary,
.hero-section .hero-btn-outline {
  font-size: 1rem;
  padding: 0.875rem 1.75rem;
}
@media (min-width: 768px) {
  .categories-section .categories-title {
    font-size: 2.75rem;
  }
}
.categories-section .category-card-name {
  font-size: 1.375rem;
}
.categories-section .category-card-desc {
  font-size: 0.875rem;
}
.categories-section .category-card-link {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .featured-products-section .featured-title {
    font-size: 2.75rem;
  }
}
.featured-products-section .featured-view-all {
  font-size: 0.9375rem;
}
.product-card .product-card-name {
  font-size: 1rem;
}
.product-card .product-current-price {
  font-size: 1.0625rem;
}
.product-card .product-original-price {
  font-size: 0.875rem;
}
.peakgear-footer .footer-newsletter-title {
  font-size: 2.25rem;
}
.peakgear-footer .footer-link {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .page-product-view .pdp-product-name {
    font-size: 2.25rem;
  }
}
.page-product-view .pdp-price-final {
  font-size: 1.875rem;
}
.page-product-view .pdp-price-original {
  font-size: 1.25rem;
}
.page-product-view .pdp-description {
  font-size: 0.9375rem;
  line-height: 1.7;
}
.page-product-view .pdp-tab-btn {
  font-size: 0.875rem;
  padding: 0.875rem 1.5rem;
}
.page-product-view .pdp-addtocart-btn {
  font-size: 1rem;
  padding: 0.875rem 1.75rem;
}
.page-product-view .pdp-trust-title {
  font-size: 0.875rem;
}
.page-product-view .pdp-trust-desc {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .peakgear-all-products .allprod-hero-title {
    font-size: 2.75rem;
  }
}
.peakgear-all-products .allprod-filter-title {
  font-size: 1rem;
}
.peakgear-all-products .allprod-cat-btn {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .page-products .category-page-title {
    font-size: 2.75rem;
  }
}
.home-news-section {
  padding: 2rem 1.5rem 5rem;
}
@media (min-width: 768px) {
  .home-news-section {
    padding: 2rem 3rem 5rem;
  }
}
.home-news-container {
  max-width: 80rem;
  margin: 0 auto;
}
.home-news-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.home-news-badge {
  display: inline-block;
  font-size: 0.75rem;
  color: #fbbf24;
  background: rgba(245, 158, 11, 0.14);
  border: 1px solid rgba(245, 158, 11, 0.35);
  border-radius: 999px;
  padding: 0.2rem 0.65rem;
}
.home-news-title {
  margin: 0.5rem 0 0.35rem;
  font-size: 1.85rem;
  color: #ffffff;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.home-news-subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
}
.home-news-view-all {
  color: #fbbf24;
  font-weight: 600;
}
.home-news-carousel {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  gap: 0.5rem;
  align-items: center;
}
@media (max-width: 640px) {
  .home-news-carousel {
    grid-template-columns: 1fr;
  }
}
.home-news-track-wrap {
  overflow: hidden;
}
.home-news-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 1fr);
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.home-news-track::-webkit-scrollbar {
  display: none;
}
.home-news-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.9rem;
  overflow: hidden;
  min-height: 340px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
}
.home-news-card-image-link {
  display: block;
  min-height: 155px;
}
.home-news-card-image {
  width: 100%;
  height: 155px;
  object-fit: cover;
  display: block;
}
.home-news-card-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1f2937, #111827);
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home-news-card-body {
  padding: 0.95rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.home-news-card-title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
}
.home-news-card-title a {
  color: #ffffff;
}
.home-news-card-desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
  line-height: 1.55;
}
.home-news-card-date {
  margin-top: auto;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
}
.home-news-nav {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.home-news-nav:hover {
  border-color: rgba(245, 158, 11, 0.45);
  color: #fbbf24;
}
.home-news-nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.home-news-nav svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 640px) {
  .home-news-nav {
    display: none;
  }
}
.home-news-empty {
  color: rgba(255, 255, 255, 0.6);
  padding: 1rem;
  border-radius: 0.75rem;
  border: 1px dashed rgba(255, 255, 255, 0.2);
}
.home-brand-section {
  padding: 0 1.5rem 5rem;
}
@media (min-width: 768px) {
  .home-brand-section {
    padding: 0 3rem 5rem;
  }
}
.home-brand-container {
  max-width: 80rem;
  margin: 0 auto;
}
.home-brand-title {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.45rem;
}
.home-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}
@media (min-width: 640px) {
  .home-brand-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .home-brand-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.home-brand-item {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.75rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.07000000000000001), rgba(255, 255, 255, 0.02));
  min-height: 52px;
  padding: 0.4rem 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-brand-logo {
  width: 100%;
  max-width: 64px;
  height: 16px;
  object-fit: contain;
  opacity: 1;
}
.news-page-section {
  padding: 7.5rem 1.5rem 4rem;
}
@media (min-width: 768px) {
  .news-page-section {
    padding: 7.5rem 3rem 4rem;
  }
}
.news-page-container {
  max-width: 80rem;
  margin: 0 auto;
}
.news-page-header {
  margin-bottom: 1.5rem;
}
.news-page-title {
  margin: 0;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #ffffff;
  font-size: 2.15rem;
}
.news-page-subtitle {
  margin: 0.45rem 0 0;
  color: rgba(255, 255, 255, 0.68);
}
.news-page-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}
.news-page-card {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.9rem;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  display: flex;
  flex-direction: column;
}
.news-page-card-image-link {
  min-height: 165px;
  display: block;
}
.news-page-card-image {
  width: 100%;
  height: 165px;
  object-fit: cover;
  display: block;
}
.news-page-card-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #111827, #1f2937);
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.news-page-card-content {
  padding: 0.95rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.news-page-card-title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
}
.news-page-card-title a {
  color: #ffffff;
}
.news-page-card-desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.6899999999999999);
  font-size: 0.88rem;
  line-height: 1.55;
}
.news-page-card-meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.52);
}
.news-page-empty {
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 0.75rem;
  padding: 1rem;
  color: rgba(255, 255, 255, 0.62);
}
.news-widget-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.news-widget-head h2 {
  margin: 0;
  font-size: 1.4rem;
  color: #ffffff;
}
.news-widget-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.84rem;
}
.news-weather-section,
.news-currency-section {
  margin-top: 2.25rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.9rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent);
}
.news-weather-search {
  margin-bottom: 1rem;
}
.news-weather-search-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.news-weather-search-input-wrap {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.news-weather-search-input {
  flex: 1;
  padding: 0.6rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #ffffff;
  font-size: 0.88rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.news-weather-search-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.news-weather-search-input:focus {
  border-color: rgba(245, 158, 11, 0.6);
  background: rgba(255, 255, 255, 0.09);
}
.news-weather-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(245, 158, 11, 0.5);
  border-radius: 0.55rem;
  background: rgba(245, 158, 11, 0.15);
  color: #f59e0b;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
  flex-shrink: 0;
}
.news-weather-search-btn:hover {
  background: rgba(245, 158, 11, 0.25);
  border-color: #f59e0b;
}
.news-weather-search-loading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.82rem;
  padding: 0.25rem 0;
}
.news-weather-search-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(245, 158, 11, 0.3);
  border-top-color: #f59e0b;
  border-radius: 50%;
  animation: newsSearchSpin 0.7s linear infinite;
}
@keyframes newsSearchSpin {
  to {
    transform: rotate(360deg);
  }
}
.news-weather-search-result {
  margin: 0 0 1rem;
}
.news-weather-search-result .news-weather-card {
  border-color: rgba(245, 158, 11, 0.45);
  background: linear-gradient(180deg, rgba(245, 158, 11, 0.14), rgba(255, 255, 255, 0.04));
}
.news-weather-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 0.75rem;
}
.news-weather-card {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.75rem;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}
.news-weather-card:hover {
  border-color: rgba(245, 158, 11, 0.42);
  transform: translateY(-2px);
}
.news-weather-card.is-active {
  border-color: rgba(245, 158, 11, 0.7);
  background: rgba(245, 158, 11, 0.12);
}
.news-weather-city {
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
}
.news-weather-main {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.3rem 0;
}
.news-weather-main img {
  width: 36px;
  height: 36px;
}
.news-weather-main strong {
  color: #fbbf24;
  font-size: 1.2rem;
}
.news-weather-desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.83rem;
  line-height: 1.45;
}
.news-weather-meta {
  margin-top: 0.55rem;
  display: grid;
  gap: 0.2rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.62);
}
.news-weather-chart {
  margin-top: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.8rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  padding: 0.9rem;
}
.news-weather-chart-head {
  margin-bottom: 0.75rem;
}
.news-weather-chart-head h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
}
.news-weather-chart-head p {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
}
.news-weather-chart-canvas {
  width: 100%;
  min-height: 290px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.65rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
}
.news-weather-chart-canvas svg {
  display: block;
  width: 100%;
  min-width: 720px;
  height: 290px;
}
.news-weather-chart-meta {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.75rem;
}
.news-weather-day {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.7rem;
  padding: 0.65rem 0.75rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  display: grid;
  gap: 0.35rem;
}
.news-weather-day strong {
  font-size: 0.82rem;
  color: #ffffff;
}
.news-weather-day-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.news-weather-day-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
}
.news-weather-day-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.7);
}
.news-weather-day-value {
  color: #ffffff;
  font-weight: 600;
}
.news-currency-table-wrap {
  overflow-x: auto;
}
.news-currency-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
}
.news-currency-table th,
.news-currency-table td {
  padding: 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
  white-space: nowrap;
}
.news-currency-table th {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.news-currency-code {
  display: block;
  color: #fbbf24;
  font-weight: 700;
}
.news-currency-name {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.75rem;
}
.news-currency-empty {
  color: rgba(255, 255, 255, 0.64);
  margin: 0;
}
.home-news-card-title,
.home-news-card-desc,
.news-page-card-title,
.news-page-card-desc,
.about-story-text p,
.about-policy-card p,
.footer-tagline,
.footer-contact span {
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media (max-width: 767px) {
  .peakgear-all-products .allprod-search-form {
    width: 100%;
    min-width: 0;
  }
  .peakgear-all-products .allprod-toolbar-right {
    width: 100%;
    justify-content: stretch;
  }
}
#shipping {
  margin-bottom: 15px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #6b7280;
  }
  .block-search input:-moz-placeholder {
    color: #6b7280;
  }
  .block-search input::-moz-placeholder {
    color: #6b7280;
  }
  .block-search input:-ms-input-placeholder {
    color: #6b7280;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
  .paypal-braintree-paylater-message-container-pdp {
    padding: 0 0 10px;
  }
  .paypal-braintree-paylater-message-container-cart {
    padding: 0;
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
