/* Flatsome homepage adapter — visual patterns from cheapcigarette.net WoodMart/Elementor */

body.lc-cheap-cigarette #wrapper,
body.lc-cheap-cigarette #main,
body.lc-cheap-cigarette .page-wrapper,
body.lc-cheap-cigarette .homepage-wrapper {
  background: var(--lc-cc-bg-warm) !important;
}

body.lc-cheap-cigarette.home,
body.lc-cheap-cigarette.page-id-25461,
body.lc-cheap-cigarette.home #wrapper,
body.lc-cheap-cigarette.page-id-25461 #wrapper,
body.lc-cheap-cigarette.home #main,
body.lc-cheap-cigarette.page-id-25461 #main,
body.lc-cheap-cigarette.home .page-wrapper,
body.lc-cheap-cigarette.page-id-25461 .page-wrapper {
  background: #fefefe !important;
}

body.lc-cheap-cigarette .page-id-25461 #main .page-inner,
body.lc-cheap-cigarette.home #main .page-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.lc-cheap-cigarette .section:not(.lc-cc-hero-slider) {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

body.lc-cheap-cigarette.home #content.page-wrapper,
body.lc-cheap-cigarette.page-id-25461 #content.page-wrapper {
  width: 100%;
  max-width: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.lc-cheap-cigarette.home #main,
body.lc-cheap-cigarette.page-id-25461 #main,
body.lc-cheap-cigarette.home #wrapper,
body.lc-cheap-cigarette.page-id-25461 #wrapper {
  overflow-x: hidden;
}

body.lc-cheap-cigarette.home #main .row-main,
body.lc-cheap-cigarette.page-id-25461 #main .row-main {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

body.lc-cheap-cigarette.home #main .row-main > .col,
body.lc-cheap-cigarette.page-id-25461 #main .row-main > .col {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

body.lc-cheap-cigarette.home #main .row-main > .col > .col-inner,
body.lc-cheap-cigarette.page-id-25461 #main .row-main > .col > .col-inner {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

body.lc-cheap-cigarette.home .section,
body.lc-cheap-cigarette.page-id-25461 .section {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: stretch !important;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

body.lc-cheap-cigarette.home .section > .section-content,
body.lc-cheap-cigarette.page-id-25461 .section > .section-content {
  width: 100%;
  max-width: var(--lc-cc-container);
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

/*
 * Flatsome .row defaults to theme container (~1080px) and left-aligns inside
 * our wider section-content (1222px), so homepage blocks look off-center on PC.
 * Let rows fill the centered section-content; keep Flatsome gutter margins.
 */
body.lc-cheap-cigarette.home .section:not(.lc-cc-hero-slider) > .section-content .row,
body.lc-cheap-cigarette.page-id-25461 .section:not(.lc-cc-hero-slider) > .section-content .row {
  max-width: none !important;
  width: auto;
}

body.lc-cheap-cigarette.home .section .row[style*="max-width"],
body.lc-cheap-cigarette.page-id-25461 .section .row[style*="max-width"] {
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Hero slider — full-bleed like WoodMart wd-slider */
body.lc-cheap-cigarette .lc-cc-hero-slider {
  width: 100%;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden;
}

body.lc-cheap-cigarette .lc-cc-hero-slider .banner-layers,
body.lc-cheap-cigarette .lc-cc-hero-slider .banner-layers.container {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
}

body.lc-cheap-cigarette .lc-cc-hero-slider .banner-layer.text-box,
body.lc-cheap-cigarette .lc-cc-hero-slider .text-box.banner-layer {
  left: 0 !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 100% !important;
  max-width: var(--lc-cc-container) !important;
  margin: 0 auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

body.lc-cheap-cigarette .lc-cc-hero-slider .text-box .text-inner,
body.lc-cheap-cigarette .lc-cc-hero-slider .text-box-content {
  text-align: left !important;
}

body.lc-cheap-cigarette .lc-cc-hero-slider .slider-type-fade .flickity-slider {
  transform: none !important;
}

body.lc-cheap-cigarette .lc-cc-hero-slider .slider-type-fade .banner {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.55s ease;
  z-index: 0;
}

body.lc-cheap-cigarette .lc-cc-hero-slider .slider-type-fade .banner.is-selected {
  opacity: 1;
  z-index: 1;
}

body.lc-cheap-cigarette .lc-cc-hero-slider .flickity-viewport {
  min-height: 500px;
  transition: height 0.2s ease;
}

body.lc-cheap-cigarette .lc-cc-hero-slider .banner-bg .bg,
body.lc-cheap-cigarette .lc-cc-hero-slider .banner-bg .bg.bg-loaded {
  opacity: 1 !important;
}

body.lc-cheap-cigarette .lc-cc-hero-slider > .section-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
}

body.lc-cheap-cigarette .lc-cc-hero-slider .ux-slider-wrapper,
body.lc-cheap-cigarette .lc-cc-hero-slider .slider-wrapper,
body.lc-cheap-cigarette .lc-cc-hero-slider .slider,
body.lc-cheap-cigarette .lc-cc-hero-slider .flickity-viewport,
body.lc-cheap-cigarette .lc-cc-hero-slider .flickity-slider {
  margin: 0 !important;
  max-width: none !important;
  width: 100%;
}

body.lc-cheap-cigarette .lc-cc-hero-slider .flickity-slider > .banner,
body.lc-cheap-cigarette .lc-cc-hero-slider .flickity-slider > .has-hover {
  width: 100% !important;
  max-width: none !important;
  min-width: 100% !important;
}

body.lc-cheap-cigarette .lc-cc-hero-slider .banner {
  min-height: 500px;
  background-color: #fefefe !important;
  border: none !important;
  box-shadow: none !important;
}

body.lc-cheap-cigarette .lc-cc-hero-slider .banner-bg,
body.lc-cheap-cigarette .lc-cc-hero-slider .bg {
  background-size: cover !important;
  background-position: center center !important;
}

body.lc-cheap-cigarette .lc-cc-hero-slider .banner-layers .row {
  flex: 0 1 var(--lc-cc-container);
  width: 100% !important;
  max-width: var(--lc-cc-container) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.lc-cheap-cigarette .lc-cc-hero-slider .banner-layers .col-inner {
  padding: 0 !important;
}

body.lc-cheap-cigarette .lc-cc-hero-copy {
  max-width: 490px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

body.lc-cheap-cigarette .lc-cc-hero-tag {
  display: inline-block;
  margin: 0 0 10px;
  padding: 6px 10px;
  background: #f1f1f1;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 0;
}

body.lc-cheap-cigarette .lc-cc-hero-title {
  font-family: var(--lc-cc-font);
  font-size: 72px;
  line-height: 82px;
  margin: 0;
  color: #242424;
  font-weight: 600;
}

body.lc-cheap-cigarette .lc-cc-hero-after {
  display: inline-block;
  margin: 10px 0 0;
  padding: 0;
  color: #ff0000 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
}

body.lc-cheap-cigarette .lc-cc-hero-bullets {
  margin: 20px 0 24px;
  padding: 0;
  list-style: none;
  color: #000;
  font-size: 20px;
  line-height: 1.4;
}

body.lc-cheap-cigarette .lc-cc-hero-bullets li {
  margin: 0 0 10px;
  padding-left: 30px;
  position: relative;
}

body.lc-cheap-cigarette .lc-cc-hero-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 19px;
  height: 19px;
  background: center/contain no-repeat;
}

body.lc-cheap-cigarette .lc-cc-hero-bullets__item--ship::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' fill='%23000'%3E%3Cpath d='M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H112C85.5 0 64 21.5 64 48v48H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h272c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H40c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h368c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H272c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H48c-26.5 0-48 21.5-48 48v96c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-32h8c13.3 0 24-10.7 24-24v-48h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-48v-41.6c0-25.6 22.1-46.4 49.6-46.4H592c26.5 0 48-21.5 48-48 0-26.5-21.5-48-48-48H109.6C83.1 32 61 52.8 61 78.4V160H48c-26.5 0-48 21.5-48 48v48c0 26.5 21.5 48 48 48h13.6c-27.5 0-49.6 20.8-49.6 46.4V352H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-48h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-48v-96z'/%3E%3C/svg%3E");
}

body.lc-cheap-cigarette .lc-cc-hero-bullets__item--stock::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23000'%3E%3Cpath d='M509.5 184.6L458.9 32.8C452.4 13.2 434.1 0 413.4 0H272v192h238.7c-.4-2.5-.4-5-.1-7.4L509.5 184.6zM288 0H98.3C78.2 0 59 9.4 46.7 25.7L7.5 76.6C2.7 82.5 0 89.9 0 97.6v82.4c0 13.3 10.7 24 24 24h16v128c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V204h16c13.3 0 24-10.7 24-24V97.6c0-7.7-2.7-15.1-7.5-20.9L465.3 25.7C453 9.4 433.8 0 413.7 0H288z'/%3E%3C/svg%3E");
}

body.lc-cheap-cigarette .lc-cc-hero-bullets__item--arrival::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23000'%3E%3Cpath d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zm-132.3-67.4l-110.3 110.3c-6.2 6.2-16.4 6.2-22.6 0l-44.1-44.1c-6.2-6.2-6.2-16.4 0-22.6l6.2-6.2c6.2-6.2 16.4-6.2 22.6 0l28.1 28.1 89.4-89.4c6.2-6.2 16.4-6.2 22.6 0l6.2 6.2c6.2 6.2 6.2 16.4 0 22.6z'/%3E%3C/svg%3E");
}

body.lc-cheap-cigarette .lc-cc-hero-slider .button.outline,
body.lc-cheap-cigarette .lc-cc-hero-slider .button.is-outline {
  border: 2px solid #333 !important;
  border-radius: var(--lc-cc-btn-radius) !important;
  color: #333 !important;
  background: transparent !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 12px 28px !important;
  min-height: 48px;
}

body.lc-cheap-cigarette .lc-cc-hero-slider .button.outline:hover {
  background: #333 !important;
  color: #fff !important;
}

body.lc-cheap-cigarette .lc-cc-hero-slider .flickity-page-dots {
  bottom: 18px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  text-align: center;
}

body.lc-cheap-cigarette .lc-cc-hero-slider .flickity-page-dots .dot {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
  border: none;
}

body.lc-cheap-cigarette .lc-cc-hero-slider .flickity-page-dots .dot.is-selected {
  background: #333;
}

body.lc-cheap-cigarette .lc-cc-hero-slider .flickity-prev-next-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 44px;
  padding: 0;
  border: 0 !important;
  border-radius: 0 !important;
  opacity: 0.45;
  background: transparent !important;
  box-shadow: none !important;
  color: #333 !important;
}

body.lc-cheap-cigarette .lc-cc-hero-slider .flickity-prev-next-button:hover {
  opacity: 0.75;
  background: transparent !important;
}

body.lc-cheap-cigarette .lc-cc-hero-slider .flickity-prev-next-button .flickity-button-icon {
  display: none !important;
}

body.lc-cheap-cigarette .lc-cc-hero-slider .flickity-prev-next-button::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

body.lc-cheap-cigarette .lc-cc-hero-slider .flickity-prev-next-button.previous::before {
  transform: rotate(-135deg);
  margin-left: 4px;
}

body.lc-cheap-cigarette .lc-cc-hero-slider .flickity-prev-next-button.next::before {
  transform: rotate(45deg);
  margin-right: 4px;
}

body.lc-cheap-cigarette .lc-cc-hero-slider .flickity-prev-next-button.previous {
  left: 6px;
}

body.lc-cheap-cigarette .lc-cc-hero-slider .flickity-prev-next-button.next {
  right: 6px;
}

/* Intro block — match WoodMart wd-fontsize-xxl title + wd-fontsize-s body */
body.lc-cheap-cigarette .lc-cc-intro-section .section-title {
  margin-bottom: 18px;
}

body.lc-cheap-cigarette .lc-cc-intro-section .section-title-main,
body.lc-cheap-cigarette .lc-cc-articles .section-title-main {
  text-transform: none;
  letter-spacing: 0;
}

body.lc-cheap-cigarette .lc-cc-intro-section .section-title h1 {
  font-family: var(--lc-cc-font);
  font-size: 36px;
  line-height: 1.15;
  font-weight: 600;
  color: var(--lc-cc-text);
  letter-spacing: 0;
}

body.lc-cheap-cigarette .lc-cc-intro-section .section-title span {
  border-color: var(--lc-cc-border) !important;
}

body.lc-cheap-cigarette .lc-cc-intro {
  max-width: 700px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
  color: var(--lc-cc-muted);
  font-size: 16px;
  line-height: 1.7;
}

body.lc-cheap-cigarette .lc-cc-intro p {
  margin: 0 0 14px;
}

body.lc-cheap-cigarette .lc-cc-intro p:last-child {
  margin-bottom: 0;
}

body.lc-cheap-cigarette .lc-cc-intro a {
  color: var(--lc-cc-primary);
  text-decoration: none;
  font-weight: 400;
}

body.lc-cheap-cigarette .lc-cc-intro a:hover {
  color: var(--lc-cc-primary-hover);
  text-decoration: underline;
}

body.lc-cheap-cigarette .lc-cc-section-lead {
  text-align: center;
  color: var(--lc-cc-muted);
  max-width: 720px;
  margin: -10px auto 24px;
  font-size: 15px;
  line-height: 1.6;
}

/* Brand CTA grid — WoodMart promo banners with background images */
body.lc-cheap-cigarette .lc-cc-brand-cta .section-content {
  padding-left: 0;
  padding-right: 0;
}

body.lc-cheap-cigarette .lc-cc-brand-cta-grid .col {
  padding-bottom: 20px;
}

body.lc-cheap-cigarette .lc-cc-brand-cta-card {
  display: flex;
  align-items: flex-end;
  min-height: 400px;
  padding: 28px 24px;
  background-color: #f5f3ef;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

body.lc-cheap-cigarette .lc-cc-brand-cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 35%, rgba(255, 255, 255, 0.72) 100%);
  pointer-events: none;
}

body.lc-cheap-cigarette .lc-cc-brand-cta-card__content {
  position: relative;
  z-index: 1;
  max-width: 320px;
}

body.lc-cheap-cigarette .lc-cc-brand-cta__title {
  font-family: var(--lc-cc-font);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
  font-weight: 600;
  color: var(--lc-cc-text);
  margin: 0 0 16px;
}

body.lc-cheap-cigarette .lc-cc-brand-cta-card .lc-cc-brand-cta__link {
  display: inline-block;
  color: var(--lc-cc-primary) !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
}

body.lc-cheap-cigarette .lc-cc-brand-cta-card:hover .lc-cc-brand-cta__link {
  color: var(--lc-cc-primary-hover) !important;
  border-bottom-color: var(--lc-cc-primary-hover);
}

@media (max-width: 849px) {
  body.lc-cheap-cigarette .lc-cc-brand-cta-card {
    min-height: 320px;
    padding: 22px 18px;
  }
}

/* Brand promo banners (legacy) */
body.lc-cheap-cigarette .lc-cc-brand-promo .banner {
  border-radius: 0;
  overflow: hidden;
  min-height: 280px;
}

body.lc-cheap-cigarette .lc-cc-brand-promo .banner-bg {
  background-size: cover !important;
  background-position: center !important;
}

body.lc-cheap-cigarette .lc-cc-brand-promo h2,
body.lc-cheap-cigarette .lc-cc-brand-promo h3 {
  color: var(--lc-cc-text);
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0 0 8px;
}

body.lc-cheap-cigarette .lc-cc-brand-promo .button {
  margin-top: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 0 !important;
}

/* Section titles */
body.lc-cheap-cigarette .section-title h1,
body.lc-cheap-cigarette .section-title h2,
body.lc-cheap-cigarette .section-title h3 {
  font-family: var(--lc-cc-font);
  font-weight: 600;
  color: var(--lc-cc-text);
  letter-spacing: 0.01em;
}

body.lc-cheap-cigarette .section-title span {
  border-color: var(--lc-cc-border) !important;
}

body.lc-cheap-cigarette .section-title h1 {
  font-size: clamp(1.5rem, 3vw, 2rem);
}

body.lc-cheap-cigarette .lc-cc-articles .section-title h2,
body.lc-cheap-cigarette .lc-cc-strength .section-title h2,
body.lc-cheap-cigarette .lc-cc-faq .section-title h2 {
  font-size: 36px;
  line-height: 1.15;
}

/* Category grid */
body.lc-cheap-cigarette #brands .product-category .box,
body.lc-cheap-cigarette #brands .ux-product-categories .box {
  border-radius: 0;
  border: none;
  box-shadow: none;
}

body.lc-cheap-cigarette #brands .product-category .box-image,
body.lc-cheap-cigarette #brands .ux-product-categories .box-image {
  min-height: 160px;
  background: #fff;
}

body.lc-cheap-cigarette #brands .product-category .header-title,
body.lc-cheap-cigarette #brands .cat-label {
  font-size: 12px !important;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.lc-cheap-cigarette #brands .product-count,
body.lc-cheap-cigarette #brands .count {
  display: none !important;
}

/* Product loop */
body.lc-cheap-cigarette .product-small .box {
  background: #fff;
  border: 1px solid var(--lc-cc-border);
  border-radius: 0;
  box-shadow: none;
}

body.lc-cheap-cigarette .product-small .box-text {
  padding: 14px !important;
}

body.lc-cheap-cigarette .product-small .title-wrapper a {
  font-size: 14px;
  line-height: 1.35;
  color: var(--lc-cc-text);
  font-weight: 500;
}

body.lc-cheap-cigarette .product-small .price,
body.lc-cheap-cigarette .product-small .woocommerce-Price-amount {
  color: var(--lc-cc-primary) !important;
  font-weight: 600;
}

body.lc-cheap-cigarette .product-small .star-rating span:before {
  color: #eab012;
}

/* Product loop */
/* Latest articles — WoodMart small-images chess cards */
body.lc-cheap-cigarette .lc-cc-articles .lc-cc-articles-loop {
  margin-top: 8px;
}

body.lc-cheap-cigarette .lc-cc-article-card__box {
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

body.lc-cheap-cigarette .lc-cc-article-card .box-vertical .box-image {
  width: 43% !important;
  flex: 0 0 43%;
  max-width: 43%;
}

body.lc-cheap-cigarette .lc-cc-article-card .box-vertical .box-text {
  width: 57%;
  flex: 1 1 57%;
  padding: 18px 20px !important;
}

body.lc-cheap-cigarette .lc-cc-article-card .box-image .image-cover img {
  object-fit: cover;
  object-position: center;
}

body.lc-cheap-cigarette .lc-cc-article-date.badge {
  left: 12px;
  top: 12px;
  background: #fff;
  color: var(--lc-cc-text);
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  min-width: 52px;
}

body.lc-cheap-cigarette .lc-cc-article-date .post-date-day {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
}

body.lc-cheap-cigarette .lc-cc-article-date .post-date-month {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body.lc-cheap-cigarette .lc-cc-article-cats {
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 1.5;
  color: #fff;
}

body.lc-cheap-cigarette .lc-cc-article-cats a {
  display: inline-block;
  margin: 0 4px 4px 0;
  padding: 4px 8px;
  background: var(--lc-cc-text);
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.lc-cheap-cigarette .lc-cc-article-cats a:hover {
  background: var(--lc-cc-primary);
}

body.lc-cheap-cigarette .lc-cc-article-title {
  margin: 0 0 10px;
  font-family: var(--lc-cc-font);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  color: var(--lc-cc-text);
}

body.lc-cheap-cigarette .lc-cc-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 12px;
  font-size: 12px;
  color: var(--lc-cc-muted);
}

body.lc-cheap-cigarette .lc-cc-article-meta__avatar {
  border-radius: 50%;
}

body.lc-cheap-cigarette .lc-cc-article-meta__author {
  color: var(--lc-cc-text);
  font-weight: 600;
  text-decoration: none;
}

body.lc-cheap-cigarette .lc-cc-article-meta__author:hover {
  color: var(--lc-cc-primary);
}

body.lc-cheap-cigarette .lc-cc-article-meta__date::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 8px 0 2px;
  background: var(--lc-cc-border);
  vertical-align: middle;
}

body.lc-cheap-cigarette .lc-cc-article-excerpt {
  margin: 0 0 12px;
  color: var(--lc-cc-muted);
  font-size: 14px;
  line-height: 1.65;
}

body.lc-cheap-cigarette .lc-cc-article-readmore {
  color: var(--lc-cc-primary);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

body.lc-cheap-cigarette .lc-cc-article-card:hover .lc-cc-article-readmore {
  text-decoration: underline;
}

body.lc-cheap-cigarette .lc-cc-articles .slider .flickity-prev-next-button {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

@media (max-width: 849px) {
  body.lc-cheap-cigarette .lc-cc-intro-section .section-title h1,
  body.lc-cheap-cigarette .lc-cc-articles .section-title h2 {
    font-size: 28px;
  }

  body.lc-cheap-cigarette .lc-cc-article-card .box-vertical {
    flex-direction: column;
  }

  body.lc-cheap-cigarette .lc-cc-article-card .box-vertical .box-image,
  body.lc-cheap-cigarette .lc-cc-article-card .box-vertical .box-text {
    width: 100% !important;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/* Strength grid */
body.lc-cheap-cigarette .lc-cc-strength-intro {
  max-width: 900px;
  margin: -8px auto 28px;
  text-align: center;
  color: var(--lc-cc-muted);
  font-size: 15px;
  line-height: 1.7;
}

body.lc-cheap-cigarette .lc-cc-strength-intro a {
  color: var(--lc-cc-primary);
  text-decoration: none;
}

body.lc-cheap-cigarette .lc-cc-strength-intro a:hover {
  text-decoration: underline;
}

body.lc-cheap-cigarette .lc-cc-strength-grid__images {
  margin-bottom: 18px;
}

body.lc-cheap-cigarette .lc-cc-strength-grid__image-link {
  display: block;
  overflow: hidden;
}

body.lc-cheap-cigarette .lc-cc-strength-grid__image-link img {
  display: block;
  width: 100%;
  height: auto;
}

body.lc-cheap-cigarette .lc-cc-strength-grid__title {
  font-family: var(--lc-cc-font);
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1.3;
}

body.lc-cheap-cigarette .lc-cc-strength-grid__title a {
  color: var(--lc-cc-text);
  text-decoration: none;
}

body.lc-cheap-cigarette .lc-cc-strength-grid__title a:hover {
  color: var(--lc-cc-primary);
}

body.lc-cheap-cigarette .lc-cc-strength-grid__blurb {
  margin: 0;
  color: var(--lc-cc-muted);
  font-size: 14px;
  line-height: 1.65;
}

body.lc-cheap-cigarette .lc-cc-strength-grid__copy .col {
  padding-bottom: 16px;
}

body.lc-cheap-cigarette .blog-posts .post-title a {
  color: var(--lc-cc-text);
  font-weight: 600;
}

/* FAQ accordion */
body.lc-cheap-cigarette .lc-cc-faq.accordion {
  max-width: var(--lc-cc-container);
  margin: 0 auto;
}

body.lc-cheap-cigarette .lc-cc-faq .accordion-item {
  border-color: var(--lc-cc-border) !important;
  background: #fff;
  border-left: none;
  border-right: none;
}

body.lc-cheap-cigarette .lc-cc-faq .accordion-title {
  font-weight: 600;
  color: var(--lc-cc-text);
  font-size: 15px;
  padding-top: 16px;
  padding-bottom: 16px;
}

body.lc-cheap-cigarette .lc-cc-faq .accordion-title .toggle {
  order: 2;
  margin-left: auto;
}

body.lc-cheap-cigarette .lc-cc-faq .accordion-title span {
  flex: 1 1 auto;
  text-align: left;
}

body.lc-cheap-cigarette .lc-cc-faq .accordion-inner {
  color: var(--lc-cc-muted);
  font-size: 14px;
  line-height: 1.65;
  padding-bottom: 18px;
}

body.lc-cheap-cigarette .lc-cc-faq .accordion-inner ul {
  margin: 0;
  padding-left: 1.2em;
}

body.lc-cheap-cigarette .lc-cc-faq .accordion-inner li {
  margin-bottom: 8px;
}

body.lc-cheap-cigarette .accordion-item {
  border-color: var(--lc-cc-border) !important;
  background: #fff;
}

body.lc-cheap-cigarette .accordion-title {
  font-weight: 600;
  color: var(--lc-cc-text);
  font-size: 15px;
}

body.lc-cheap-cigarette .accordion-inner {
  color: var(--lc-cc-muted);
  font-size: 14px;
  line-height: 1.65;
}

/* Neutralize leftover Aussie/Fifamug homepage chrome */
body.lc-cheap-cigarette .message-box,
body.lc-cheap-cigarette .lc-cc-trust-ticker,
body.lc-cheap-cigarette .lc-aussie-trust-ticker {
  display: none !important;
}

@media (max-width: 849px) {
  body.lc-cheap-cigarette.home .section > .section-content,
  body.lc-cheap-cigarette.page-id-25461 .section > .section-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.lc-cheap-cigarette.home .lc-cc-hero-slider > .section-content,
  body.lc-cheap-cigarette.page-id-25461 .lc-cc-hero-slider > .section-content {
    padding-left: 0;
    padding-right: 0;
  }

  body.lc-cheap-cigarette.home .lc-cc-brand-cta > .section-content,
  body.lc-cheap-cigarette.page-id-25461 .lc-cc-brand-cta > .section-content {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
  }

  body.lc-cheap-cigarette.home .section.lc-cc-brand-cta,
  body.lc-cheap-cigarette.page-id-25461 .section.lc-cc-brand-cta {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.lc-cheap-cigarette .lc-cc-brand-cta-grid .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    width: 100% !important;
  }

  body.lc-cheap-cigarette .lc-cc-brand-cta-grid .col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 15px;
  }

  body.lc-cheap-cigarette .lc-cc-hero-slider .banner-bg,
  body.lc-cheap-cigarette .lc-cc-hero-slider .bg {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
  }

  body.lc-cheap-cigarette .lc-cc-hero-slider .banner,
  body.lc-cheap-cigarette .lc-cc-hero-slider .flickity-viewport,
  body.lc-cheap-cigarette .lc-cc-hero-slider .flickity-slider > .banner {
    height: 520px !important;
    min-height: 520px !important;
  }

  body.lc-cheap-cigarette .lc-cc-hero-slider .banner {
    position: relative;
    overflow: hidden;
  }

  body.lc-cheap-cigarette .lc-cc-hero-slider .banner::before {
    display: none !important;
  }

  body.lc-cheap-cigarette .lc-cc-hero-slider .banner-layers,
  body.lc-cheap-cigarette .lc-cc-hero-slider .banner-layers.container {
    min-height: 520px !important;
    height: 100% !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  body.lc-cheap-cigarette .lc-cc-hero-slider .banner-layers .row {
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
  }

  body.lc-cheap-cigarette .lc-cc-hero-slider .banner-layers .col,
  body.lc-cheap-cigarette .lc-cc-hero-slider .banner-layers .col-inner {
    padding: 0 16px !important;
  }

  body.lc-cheap-cigarette .lc-cc-hero-copy {
    margin-top: 0 !important;
    max-width: 340px;
    width: 100%;
    padding-right: 0;
    position: relative;
    z-index: 2;
  }

  body.lc-cheap-cigarette .lc-cc-hero-title {
    max-width: none;
    font-size: 30px;
    line-height: 1.15;
    word-break: normal;
  }

  body.lc-cheap-cigarette .lc-cc-hero-after {
    font-size: 13px;
    line-height: 1.35;
  }

  body.lc-cheap-cigarette .lc-cc-hero-bullets {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.35;
    margin: 12px 0 14px;
  }

  body.lc-cheap-cigarette .lc-cc-hero-bullets li {
    margin-bottom: 6px;
    padding-left: 24px;
  }

  body.lc-cheap-cigarette .lc-cc-hero-bullets li::before {
    width: 16px;
    height: 16px;
    top: 0.15em;
  }

  body.lc-cheap-cigarette .lc-cc-hero-slider .button.outline,
  body.lc-cheap-cigarette .lc-cc-hero-slider .button.is-outline {
    font-size: 11px;
    letter-spacing: 0.03em;
    padding: 10px 14px !important;
    min-height: 42px;
    white-space: normal;
    text-align: center;
    max-width: 100%;
  }

  body.lc-cheap-cigarette .lc-cc-hero-slider .flickity-page-dots {
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
  }

  body.lc-cheap-cigarette.home .lc-cc-intro,
  body.lc-cheap-cigarette.page-id-25461 .lc-cc-intro {
    font-size: 15px;
    line-height: 1.65;
  }

  body.lc-cheap-cigarette.home .lc-cc-section-lead,
  body.lc-cheap-cigarette.page-id-25461 .lc-cc-section-lead {
    font-size: 14px;
    margin-bottom: 18px;
  }

  body.lc-cheap-cigarette .lc-cc-brand-cta-card {
    width: 100%;
    box-sizing: border-box;
  }

  body.lc-cheap-cigarette.home .lc-cc-brand-cta__title,
  body.lc-cheap-cigarette.page-id-25461 .lc-cc-brand-cta__title {
    font-size: clamp(1.75rem, 8vw, 2.25rem);
  }

  body.lc-cheap-cigarette.home .product-small .quick-view,
  body.lc-cheap-cigarette.page-id-25461 .product-small .quick-view {
    display: none !important;
  }

  body.lc-cheap-cigarette.home .lc-cc-strength .section-title h2,
  body.lc-cheap-cigarette.home .lc-cc-faq .section-title h2,
  body.lc-cheap-cigarette.page-id-25461 .lc-cc-strength .section-title h2,
  body.lc-cheap-cigarette.page-id-25461 .lc-cc-faq .section-title h2 {
    font-size: 28px;
  }

  body.lc-cheap-cigarette.home .lc-cc-strength-intro,
  body.lc-cheap-cigarette.page-id-25461 .lc-cc-strength-intro {
    font-size: 14px;
    margin-bottom: 20px;
  }

  body.lc-cheap-cigarette.home .lc-cc-article-title,
  body.lc-cheap-cigarette.page-id-25461 .lc-cc-article-title {
    font-size: 17px;
  }
}

@media (max-width: 1024px) {
  body.lc-cheap-cigarette .lc-cc-hero-title {
    font-size: 42px;
    line-height: 48px;
  }

  body.lc-cheap-cigarette .lc-cc-hero-copy {
    margin-top: 40px;
  }
}

