/* Boxeous Elementor Widgets v1.2.3
   CSS rebuilt from supplied style.css + front-home.php class structure. */

:root { --bxw-brand-blue: #204ce9; }
img { object-fit: cover; }
.text-white p { color: #fff; }

/* Elementor/Bootstrap harmony */
.elementor-widget[class*="elementor-widget-boxeous_"] { width: 100%; }
.elementor-widget[class*="elementor-widget-boxeous_"] .container,
.elementor-widget[class*="elementor-widget-boxeous_"] .container-fluid { box-sizing: border-box; }
.elementor-widget[class*="elementor-widget-boxeous_"] .owl-carousel { display: block; }
.elementor-widget[class*="elementor-widget-boxeous_"] .owl-stage { display: flex; }
.elementor-widget[class*="elementor-widget-boxeous_"] .owl-item { display: flex; flex-direction: column; }
.elementor-widget[class*="elementor-widget-boxeous_"] .owl-item > * { width: 100%; }

/* =========================
   HERO SLIDER SECTION
   Rebuilt without Bootstrap grid dependency.
   Elementor controls now drive height/width directly.
   ========================= */
.bxw-hero-wrapper {
  --bxw-hero-height: 650px;
  background: var(--bxw-brand-blue);
  color: #fff;
  display: block;
  min-height: auto !important;
  overflow: hidden;
}
.bxw-hero-slider { width: 100%; display: block; }
.bxw-hero-slider.owl-loaded,
.bxw-hero-slider.owl-loaded .owl-stage-outer,
.bxw-hero-slider.owl-loaded .owl-stage,
.bxw-hero-slider.owl-loaded .owl-item { min-height: inherit; }
.bxw-hero-slide {
  box-sizing: border-box;
  width: 100%;
  min-height: var(--bxw-hero-height) !important;
  height: var(--bxw-hero-height) !important;
  padding: 60px 24px !important;
  display: flex !important;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bxw-hero-mode-auto .bxw-hero-slide,
.bxw-hero-height-auto .bxw-hero-slide {
  height: auto !important;
  min-height: 0 !important;
}
.bxw-hero-mode-full .bxw-hero-slide,
.bxw-hero-height-full .bxw-hero-slide {
  height: 100vh !important;
  min-height: 100vh !important;
}
.bxw-hero-mode-custom .bxw-hero-slide,
.bxw-hero-height-custom .bxw-hero-slide {
  height: var(--bxw-hero-height) !important;
  min-height: var(--bxw-hero-height) !important;
}
.bxw-hero-height-custom .bxw-hero-slider.owl-loaded .owl-stage-outer,
.bxw-hero-height-custom .bxw-hero-slider.owl-loaded .owl-stage,
.bxw-hero-height-custom .bxw-hero-slider.owl-loaded .owl-item,
.bxw-hero-mode-custom .bxw-hero-slider.owl-loaded .owl-stage-outer,
.bxw-hero-mode-custom .bxw-hero-slider.owl-loaded .owl-stage,
.bxw-hero-mode-custom .bxw-hero-slider.owl-loaded .owl-item {
  height: var(--bxw-hero-height) !important;
}
.bxw-hero-inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
.bxw-hero-content,
.bxw-hero-media {
  flex: 1 1 0;
  min-width: 0;
}
.bxw-hero-media {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bxw-hero-heading {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.bxw-hero-description {
  font-size: 1.25rem;
  margin: 0 0 1rem;
  color: #fff;
}
.bxw-hero-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1.5rem;
}
.bxw-hero-list li { margin-bottom: 0.5rem; }
.bxw-hero-list li::before { content: "✓"; margin-right: 8px; }
.bxw-hero-image {
  display: block;
  width: auto;
  max-width: 560px;
  max-height: calc(var(--bxw-hero-height) - 120px);
  height: auto;
  object-fit: contain;
}
.bxw-hero-mode-auto .bxw-hero-image,
.bxw-hero-height-auto .bxw-hero-image { max-height: none; }
.bxw-hero-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 2.5rem;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  background: #fff;
  color: #111;
  line-height: 1;
}
.bxw-hero-cta-btn:hover { text-decoration: none; opacity: .9; }
.bxw-hero-widget .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}
.bxw-hero-widget .owl-dots .owl-dot span { background: rgba(255,255,255,.45); }
.bxw-hero-widget .owl-dots .owl-dot.active span { background: #fff; }


/* =========================
   COMMON SECTION HEADING
   ========================= */
.bxw-heading-row h2,
.bxw-section-title {
  font-weight: 800;
  line-height: 1.05;
  color: #000;
}
.bxw-heading-row p,
.bxw-section-description {
  color: #6b7280;
  font-size: 0.95rem;
  max-width: 320px;
}
.bxw-line {
  width: 2px;
  background: #000000;
  height: 38px;
  display: block;
  margin: 0 11px;
}

/* =========================
   CATEGORY CAROUSEL (big bg cards)
   ========================= */
.bxw-packaging-carousel .bxw-category-card {
  position: relative;
  min-height: 420px;
  border-radius: 24px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.bxw-packaging-carousel .card-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,.72) 100%);
}
.bxw-packaging-carousel .card-content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
}
.bxw-packaging-carousel .card-content h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff !important;
}
.bxw-packaging-carousel .card-content p {
  font-size: 0.95rem;
  color: #fff !important;
}
.bxw-packaging-section .owl-stage { padding-left: 0 !important; }

/* =========================
   PRODUCT CARDS (Owl carousel)
   ========================= */
.bxw-packaging-card {
  position: relative;
  border-radius: 24px;
  padding: 24px 24px 28px;
  background: #fff;
  box-shadow: 0 15px 35px rgb(0 0 0 / 0%);
  height: 100%;
}
.bxw-packaging-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  border: 1px solid #e5e5e5;
  pointer-events: none;
}
.bxw-packaging-img-wrap {
  background: #f6f1ec;
  border-radius: 20px;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  min-height: 260px;
}
.bxw-packaging-img-wrap img {
  width: 100%;
  max-height: 260px;
  object-fit: contain;
}
.bxw-related-img-wrap img {
  width: 100%;
  max-height: 200px;
  object-fit: contain;
}
.bxw-packaging-card .card-body { padding: 24px 0 0; }
.bxw-packaging-card .card-title { font-size: 1.1rem; font-weight: 700; color: #111827; }
.bxw-packaging-card .card-text { font-size: 0.95rem; color: #6c757d; }
.bxw-product-carousel .owl-stage,
.bxw-blog-carousel .owl-stage,
.bxw-related-products .owl-stage { padding-left: 0 !important; }

/* =========================
   WHY CHOOSE / FEATURE STRIP
   ========================= */
.bxw-gradient-bg {
  width: 100%;
  background: radial-gradient(circle at top left, #7b3df5 0, #a538eb 38%, #ff3bbf 100%);
  color: #fff;
  overflow: hidden;
}
.py-7 { padding: 7rem 0; }
.bxw-feature-card {
  background: rgba(255,255,255,.12);
  border-radius: 26px;
  padding: 32px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  color: #111;
}
.bxw-gradient-bg .bxw-feature-card { color: #111; }
.bxw-feature-card--dashed { border: 1px dashed rgba(255,255,255,.45); color: #111; }
.bxw-feature-card--primary { background: #f652cd; color: #fff; }
.bxw-feature-card--primary .bxw-feature-title,
.bxw-feature-card--primary .bxw-feature-text { color: #fff; }
.bxw-feature-icon-wrap { display: flex; justify-content: flex-start; }
.bxw-feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bxw-feature-icon img { max-width: 34px; max-height: 34px; object-fit: contain; }
.bxw-bg-pink-soft { background: #ffe2ee; }
.bxw-bg-purple-soft { background: #e3ddff; }
.bg-white-10 { background: rgba(255, 255, 255, 0.18); }
.bxw-feature-title { font-size: 1.4rem; font-weight: 700; }
.bxw-feature-text { font-size: 0.95rem; line-height: 1.5; }
.bxw-why-section .bxw-feature-card .bxw-feature-title,
.bxw-why-section .bxw-feature-card .bxw-feature-text { color: inherit; }

/* =========================
   PROMO CARDS / CHECKLIST
   ========================= */
.bxw-promo-card {
  border-radius: 26px;
  padding: 25px 25px;
  color: #111;
  background: #fff;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}
.bxw-promo-card-pink { background: #d361ae; color: #fff; }
.bxw-promo-card-blue { background: #bbceff; }
.bxw-promo-card-orange { background: #ff8a15; color: #fff; }
.bxw-promo-card-lilac { background: #dde6ff; }
.bxw-promo-eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.9;
}
.bxw-promo-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #111827;
}
.bxw-promo-card-pink .bxw-promo-title,
.bxw-promo-card-orange .bxw-promo-title { color: #fff; }
.bxw-promo-text { font-size: 0.95rem; line-height: 1.5; }
.bxw-promo-list { list-style: none; padding-left: 0; margin: 0; }
.bxw-promo-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 6px;
}
.bxw-promo-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 56%;
  transform: translateY(-50%);
  width: 17px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxOSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNSA3LjVMNi43NSAxMi43NUwxNy4yNSAxLjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: contain;
}
.bxw-promo-image img { max-width: 290px; }
.bxw-promo-half-card {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.bxw-promo-half-card .bxw-promo-main-image {
  max-width: 290px;
  width: 100%;
  object-fit: contain;
}
.bxw-promo-bag-card .col-md-7,
.bxw-promo-takeaway-card .bxw-promo-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bxw-promo-bag-card .row {
  align-items: center;
  flex-grow: 1;
}
.bxw-promo-takeaway-card .bxw-promo-content {
  flex: 0 0 auto;
}
.bxw-promo-takeaway-card .bxw-promo-image {
  flex: 1 1 auto;
}
.bxw-promo-divider { width: 1px; height: 120px; background: rgba(255,255,255,.6); }
.bxw-services-visual { min-height: 260px; }
.border-right { border-right: solid 2px #eee; }
.bxw-text-pink { color: #f525a6; }

/* =========================
   BLOG FEATURE CARD + OWL NAV
   ========================= */
.bxw-blog-feature-card { border-radius: 24px; }
.bxw-blog-feature-img { object-fit: cover; border-radius: 24px 0 0 24px; }
.bxw-blog-carousel .owl-nav.disabled { display: flex !important; }
.bxw-blog-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 11px;
  justify-content: space-between;
  transform: translateY(-50%);
}
.bxw-blog-carousel .owl-nav button {
  border: none;
  background: #fff !important;
  border-radius: 999px;
  width: 38px;
  height: 38px;
  box-shadow: 0 8px 20px rgba(0,0,0,.15);
  font-size: 18px;
  line-height: 1;
}
.bxw-blog-carousel .owl-nav button:focus { outline: none; }
.bxw-blog-carousel .owl-next { display: none; }
.bxw-meta-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f525a6;
  margin: 0 6px;
}
.btn-readmore {
  background: #f525a6;
  color: #fff;
  border-radius: 999px;
  padding: 0.6rem 1.6rem;
  font-weight: 600;
  font-size: 0.9rem;
}
.btn-readmore:hover { color: #fff; opacity: .9; }

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 991.98px) {
  .bxw-hero-heading { font-size: 2.75rem; }
  .bxw-feature-card { padding: 24px; }
  .bxw-promo-card { padding: 24px; }
  .bxw-promo-title { margin-bottom: .75rem; font-size: 1.4rem; }
  .bxw-blog-feature-img { border-radius: 24px 24px 0 0; }
  .bxw-services-visual { min-height: 260px; }
}
@media (max-width: 767.98px) {
  .bxw-hero-heading { font-size: 2.2rem; }
  .bxw-hero-inner { flex-direction: column; text-align: center; gap: 24px; }
  .bxw-hero-content, .bxw-hero-media { flex-basis: auto; width: 100%; }
  .bxw-hero-image { max-width: 80%; max-height: calc(var(--bxw-hero-height) - 260px); }
  .bxw-hero-mode-auto .bxw-hero-image, .bxw-hero-height-auto .bxw-hero-image { max-height: none; }
  .bxw-feature-card { padding: 24px; }
  .bxw-promo-card { border-radius: 20px; }
  .bxw-services-visual { margin-top: 16px; min-height: 220px; }
  .bxw-promo-image img { max-width: 256px; }
  .bxw-line { display: none !important; }
  .bxw-heading-row { gap: 14px; }
}


/* =========================
   PROMO WIDGETS - ELEMENTOR LAYOUT MODE
   Bootstrap container/row/col removed in v1.1.3.
   Each promo widget now fills its Elementor parent container/column.
   ========================= */
.bxw-promo-widget {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.bxw-promo-card {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 26px;
  padding: clamp(24px, 3vw, 52px);
}
.bxw-promo-card .bxw-promo-eyebrow,
.bxw-promo-card .bxw-promo-title,
.bxw-promo-card .bxw-promo-text,
.bxw-promo-card .bxw-promo-list {
  margin-top: 0;
}
.bxw-promo-card .bxw-promo-eyebrow {
  margin-bottom: 18px;
}
.bxw-promo-card .bxw-promo-title {
  font-size: clamp(30px, 3vw, 56px);
  line-height: 1.08;
  margin-bottom: 24px;
}
.bxw-promo-card .bxw-promo-text {
  font-size: clamp(16px, 1.2vw, 22px);
  line-height: 1.55;
  margin-bottom: 24px;
}
.bxw-promo-card .bxw-promo-list {
  margin: 0 0 32px;
}
.bxw-promo-card .bxw-promo-list li {
  font-size: clamp(18px, 1.35vw, 30px);
  line-height: 1.35;
  margin-bottom: 20px;
}
.bxw-promo-card .bxw-promo-list li::before {
  width: 20px;
  height: 15px;
}
.bxw-promo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 34px;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.1;
  transition: transform .18s ease, opacity .18s ease;
}
.bxw-promo-button:hover {
  color: #111827;
  opacity: .92;
  transform: translateY(-1px);
}
.bxw-promo-card .bxw-promo-main-image {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

/* Half cards used inside Elementor 2-column layout */
.bxw-promo-half-card {
  min-height: 520px;
}
.bxw-promo-bag-card {
  display: flex;
  flex-direction: column;
}
.bxw-promo-bag-card .bxw-promo-header {
  flex: 0 0 auto;
}
.bxw-promo-bag-card .bxw-promo-body {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(16px, 2vw, 36px);
  flex: 1 1 auto;
}
.bxw-promo-bag-card .bxw-promo-image,
.bxw-promo-takeaway-card .bxw-promo-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bxw-promo-bag-card .bxw-promo-main-image {
  max-width: 54%;
  margin-left: auto;
  margin-right: auto;
}
.bxw-promo-takeaway-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bxw-promo-takeaway-card .bxw-promo-content {
  flex: 0 0 auto;
}
.bxw-promo-takeaway-card .bxw-promo-image {
  flex: 1 1 auto;
  min-height: 220px;
}
.bxw-promo-takeaway-card .bxw-promo-main-image {
  max-width: 58%;
  margin-left: auto;
  margin-right: auto;
}
.bxw-promo-takeaway-card .bxw-promo-title {
  color: #111827;
}
.bxw-title-highlight {
  color: #f525a6;
}

/* Wide promo widgets */
.bxw-promo-saving-card {
  display: grid;
  grid-template-columns: minmax(180px, .85fr) minmax(180px, .9fr) minmax(260px, 1.7fr);
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  min-height: 280px;
}
.bxw-promo-saving-card .bxw-promo-title-block {
  border-right: 2px solid rgba(255,255,255,.38);
  padding-right: clamp(18px, 2vw, 34px);
}
.bxw-promo-saving-card .bxw-promo-title {
  color: #fff;
  margin-bottom: 0;
}
.bxw-promo-points p {
  margin: 0 0 12px;
  line-height: 1.45;
}
.bxw-promo-saving-card .bxw-promo-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bxw-promo-saving-card .bxw-promo-main-image {
  max-width: 48%;
}

.bxw-promo-services-card {
  display: grid;
  grid-template-columns: minmax(260px, .95fr) minmax(260px, 1.15fr);
  align-items: center;
  gap: clamp(24px, 4vw, 72px);
  min-height: 420px;
}
.bxw-promo-services-card .bxw-promo-title {
  margin-bottom: 28px;
}
.bxw-service-item {
  margin-bottom: 18px;
}
.bxw-service-item h6 {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
  margin: 0 0 6px;
}
.bxw-service-item .bxw-promo-text {
  font-size: 15px;
  margin: 0;
}
.bxw-promo-services-card .bxw-promo-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bxw-promo-services-card .bxw-promo-main-image {
  max-width: 48%;
}

@media (max-width: 1024px) {
  .bxw-promo-bag-card .bxw-promo-body,
  .bxw-promo-saving-card,
  .bxw-promo-services-card {
    grid-template-columns: 1fr;
  }
  .bxw-promo-saving-card .bxw-promo-title-block {
    border-right: 0;
    padding-right: 0;
    border-bottom: 2px solid rgba(255,255,255,.38);
    padding-bottom: 18px;
  }
  .bxw-promo-card .bxw-promo-main-image,
  .bxw-promo-bag-card .bxw-promo-main-image,
  .bxw-promo-takeaway-card .bxw-promo-main-image,
  .bxw-promo-saving-card .bxw-promo-main-image,
  .bxw-promo-services-card .bxw-promo-main-image {
    max-width: min(100%, 420px);
  }
}
@media (max-width: 767px) {
  .bxw-promo-card {
    padding: 26px;
  }
  .bxw-promo-half-card {
    min-height: auto;
  }
  .bxw-promo-card .bxw-promo-title {
    font-size: 30px;
  }
  .bxw-promo-card .bxw-promo-list li {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .bxw-promo-button {
    min-height: 48px;
    padding: 10px 26px;
  }
}

/* Boxeous Hero Slider: Elementor entrance animation support for Owl active slides. */
.bxw-hero-anim {
  will-change: transform, opacity;
}
.bxw-hero-anim.animated {
  animation-fill-mode: both;
}
@media (prefers-reduced-motion: reduce) {
  .bxw-hero-anim.animated {
    animation: none !important;
  }
}

/* Boxeous Single Product Detail Widget */
.bxw-single-product-detail {
  width: 100%;
  overflow: hidden;
}
.bxw-sp-container {
  width: min(100% - 32px, 1560px);
  margin: 0 auto;
}
.bxw-sp-layout {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(320px, 1fr);
  align-items: start;
}
.bxw-sp-image-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  min-height: 420px;
}
.bxw-sp-image-zoom {
  width: 100%;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-in;
}
.bxw-sp-main-img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  transform: translateZ(0) scale(1);
  transition: transform .22s ease, transform-origin .08s ease;
  will-change: transform, transform-origin;
}
.bxw-sp-empty-image {
  width: 100%;
  min-height: inherit;
  background: transparent;
}
.bxw-sp-summary {
  padding: 8px 0 0;
}
.bxw-sp-title {
  margin: 0 0 18px;
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: .01em;
  color: #050505;
}
.bxw-sp-description {
  max-width: 720px;
  margin: 0 0 34px;
  color: #42464d;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.55;
}
.bxw-sp-field {
  margin-bottom: 22px;
}
.bxw-sp-field label {
  display: block;
  margin: 0 0 8px;
  color: #111;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
}
.bxw-sp-field-control {
  width: 100%;
  min-height: 52px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.bxw-sp-select,
.bxw-sp-amount-input {
  width: 100%;
  min-height: 50px;
  padding: 0 18px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  color: #24282d;
  font-size: 17px;
}
.bxw-sp-select {
  appearance: auto;
}
.bxw-sp-amount-control {
  gap: 16px;
}
.bxw-sp-amount-input {
  min-width: 120px;
  flex: 1 1 auto;
}
.bxw-sp-unit-price {
  color: #5d646c;
  white-space: nowrap;
  font-size: 16px;
}
.bxw-sp-total-price {
  padding: 0 18px 0 0;
  color: #111;
  font-weight: 700;
  white-space: nowrap;
  font-size: 17px;
}
.bxw-sp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
  margin: 30px 0 30px;
}
.bxw-sp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 34px;
  border: 1px solid #151a1e;
  border-radius: 8px;
  text-decoration: none !important;
  font-size: 18px;
  line-height: 1;
  transition: transform .2s ease, opacity .2s ease, background-color .2s ease;
}
.bxw-sp-btn:hover {
  transform: translateY(-1px);
  opacity: .92;
}
.bxw-sp-btn-primary {
  background: #151a1e;
  color: #fff;
}
.bxw-sp-btn-secondary {
  background: transparent;
  color: #151a1e;
}
.bxw-sp-related {
  margin-top: 8px;
}
.bxw-sp-related-title {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
}
.bxw-sp-related-row {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}
.bxw-sp-related-card {
  flex: 0 0 128px;
  width: 128px;
  text-decoration: none !important;
  color: #111;
}
.bxw-sp-related-card img,
.bxw-sp-related-placeholder {
  display: block;
  width: 128px;
  height: 128px;
  border-radius: 10px;
  background: #e2e2e2;
  object-fit: contain;
}
.bxw-sp-related-card-title {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 1024px) {
  .bxw-sp-layout {
    grid-template-columns: 1fr;
  }
  .bxw-sp-summary {
    padding-top: 28px;
  }
}
@media (max-width: 575px) {
  .bxw-sp-container {
    width: min(100% - 24px, 1560px);
  }
  .bxw-sp-image-panel {
    min-height: 280px;
  }
  .bxw-sp-amount-control {
    flex-wrap: wrap;
    padding: 8px 0;
  }
  .bxw-sp-unit-price,
  .bxw-sp-total-price {
    padding: 0 16px 8px;
  }
  .bxw-sp-actions {
    flex-direction: column;
  }
  .bxw-sp-btn {
    width: 100%;
  }
}
