﻿/*-------------------------------------------------
    Creamore Brand Theme
-------------------------------------------------*/
:root {
  --creamore-primary: #A21D47;
  --creamore-red: #C71F2F;
  --creamore-pink: #C62060;
  --creamore-black: #000000;
  --creamore-white: #FFFFFF;

  --creamore-gradient-primary: linear-gradient(135deg, #A21D47, #C62060);
  --creamore-gradient-red: linear-gradient(135deg, #C62060, #C71F2F);
  --creamore-gradient-pink: linear-gradient(135deg, #A21D47, #7A1B68);
  --creamore-gradient-red-pink: linear-gradient(135deg, #C71F2F, #C62060);

  /* Map template tokens to Creamore brand */
  --primaryColor: var(--creamore-primary);
  --secondaryColor: var(--creamore-pink);
  --pinkColor: #F8E8EE;
  --titleColor: var(--creamore-black);
  --whiteColor: var(--creamore-white);
  --blackColor: var(--creamore-black);
}

/*-------------------------------------------------
    Classic section spacing (tighter site-wide)
-------------------------------------------------*/
.pt-120 {
  padding-top: 70px !important;
}

.pb-120 {
  padding-bottom: 70px !important;
}

.ptb-120 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.pb-90,
.pb-95 {
  padding-bottom: 60px !important;
}

.pt-50 {
  padding-top: 40px !important;
}

.mb-45 {
  margin-bottom: 32px !important;
}

.mb-40 {
  margin-bottom: 28px !important;
}

.footer-area.style-two .footer-top {
  padding-top: 50px !important;
}

.footer-area .footer-top .pt-120 {
  padding-top: 50px !important;
}

.breadcrumb-area {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*-------------------------------------------------
    Two-color headings (black + Creamore pink span)
-------------------------------------------------*/
h1,
h2,
h3.section-title,
.section-title,
.br-title,
.hero-content h1 {
  color: var(--creamore-black);
}

h1 span,
h2 span,
.section-title span,
.br-title span,
.hero-content h1 span,
.footer-widget-title span,
.section-title.style-one span,
.text-title span {
  color: var(--creamore-pink) !important;
}

.text_primary,
.section-subtitle,
.section-subtile {
  color: var(--creamore-pink) !important;
}

/*-------------------------------------------------
    Gradient buttons — modern Creamore look
-------------------------------------------------*/
.btn {
  border: none !important;
  color: var(--creamore-white) !important;
  background-image: var(--creamore-gradient-primary);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 8px 20px rgba(162, 29, 71, 0.22);
}

.btn:before,
.btn:after {
  display: none !important;
}

.btn:hover,
.btn:focus {
  color: var(--creamore-white) !important;
  background-image: var(--creamore-gradient-red-pink);
  box-shadow: 0 10px 24px rgba(198, 32, 96, 0.28);
  transform: translateY(-1px);
}

.btn.style-one,
.btn.style-two,
.btn.style-three,
.btn.style-four,
.btn.style-five {
  border: none !important;
  color: var(--creamore-white) !important;
  background-color: transparent;
  background-image: var(--creamore-gradient-primary);
}

.btn.style-one:hover,
.btn.style-two:hover,
.btn.style-three:hover,
.btn.style-four:hover,
.btn.style-five:hover {
  background-image: var(--creamore-gradient-red);
}

.btn.style-three {
  background-image: var(--creamore-gradient-pink);
}

.btn.style-three:hover {
  background-image: var(--creamore-gradient-primary);
}

.btn.style-four {
  background-image: var(--creamore-gradient-red-pink);
}

.newsletter-form .btn,
.comment-form-wrap .btn,
#newsletter-popup .btn {
  background-image: var(--creamore-gradient-primary);
  color: var(--creamore-white) !important;
}

/*-------------------------------------------------
    Header — logo left, menu + CTA right
-------------------------------------------------*/

/*
  Default: top bar + header in normal flow
  On scroll: top bar hides, main header becomes fixed at top
*/
html,
body {
  margin: 0 !important;
  padding: 0 !important;
}

#smooth-wrapper,
#smooth-content {
  margin: 0 !important;
  padding: 0 !important;
}

.navbar-top.style-one {
  position: relative;
  z-index: 1000;
  margin: 0 !important;
  padding: 5px 0 !important;
  line-height: 1;
}

.navbar-top.style-one .container.style-one {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.navbar-top.style-one .creamore-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 12px;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
}

.navbar-top.style-one .creamore-topbar>p {
  margin: 0 !important;
  line-height: 1.3;
  flex: 0 1 auto;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.navbar-top.style-one .creamore-topbar .creamore-topbar-mid {
  flex: 1 1 auto;

}

.navbar-top.style-one .creamore-topbar .social-share {
  gap: 8px;
  margin: 0 0 0 auto;
  padding: 0;
  flex-shrink: 0;
  align-items: center;
}

.navbar-top.style-one .creamore-topbar .social-profile {
  gap: 6px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.navbar-top.style-one .creamore-topbar .social-profile li a {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px;
  min-height: 20px;
}

body.header-is-sticky .navbar-top.style-one {
  display: none !important;
}

.navbar-area.creamore-header {
  position: relative;
  z-index: 999;
  margin: 0 !important;
  padding-top: 16px !important;
  padding-bottom: 6px !important;
  background-color: transparent;
  box-shadow: none;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}

.navbar-area.creamore-header.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10000 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background-color: #ffffff !important;
  box-shadow: 0 6px 24px rgba(162, 29, 71, 0.12);
  animation: none;
}

.creamore-header-spacer {
  display: none;
  width: 100%;
  height: 0;
  flex-shrink: 0;
  pointer-events: none;
}

body.header-is-sticky .creamore-header-spacer {
  display: block;
  height: var(--creamore-sticky-header-height, 72px);
}

/*
  Home: overlay top bar + header on hero (no empty gap above/under top bar)
*/
body.page-home .navbar-top.style-one {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
}

body.page-home .navbar-area.creamore-header {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}

body.page-home .creamore-header-spacer {
  display: none !important;
  height: 0 !important;
}

body.page-home .hero-area.style-two {
  margin-top: 0 !important;
  padding-top: 85px !important;
}

body.page-home.header-is-sticky .navbar-area.creamore-header {
  position: fixed !important;
  top: 0 !important;
}

body.page-home.header-is-sticky .creamore-header-spacer {
  display: block !important;
  height: var(--creamore-sticky-header-height, 72px) !important;
}

body.page-home.header-is-sticky .hero-area.style-two {
  margin-top: 0 !important;
  padding-top: 70px !important;
}

/* Inner pages: no hero pull-up gap */
body:not(.page-home) .hero-area.style-two {
  margin-top: 0 !important;
}

@media only screen and (max-width: 991px) {
  .navbar-area.creamore-header .menu {
    z-index: 10002;
  }

  .navbar-area.creamore-header .menu .overlay,
  .navbar-area.creamore-header .overlay {
    z-index: 10001;
  }
}

.navbar-area.creamore-header .navbar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.navbar-area.creamore-header .navbar-brand {
  margin: 0 !important;
  flex-shrink: 0;
  order: 0;
}

.navbar-area.creamore-header .navbar-brand img {
  max-height: 52px;
  width: auto;
}

.navbar-area.creamore-header .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  gap: 24px;
  flex: 1;
}

.navbar-area.creamore-header .menu-area {
  margin-right: 0 !important;
  margin-left: auto !important;
}

.navbar-area.creamore-header .menu-section,
.navbar-area.creamore-header.style-one .menu-section {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.navbar-area.creamore-header .other-options {
  margin-left: 0;
}

.navbar-area.creamore-header .other-options .option-item {
  margin-left: 0 !important;
}

.navbar-area.creamore-header .header-cta,
.navbar-area.creamore-header .btn.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px !important;
  min-height: 40px;
  padding: 0 22px !important;
  line-height: 1 !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  background-image: var(--creamore-gradient-primary);
  color: var(--creamore-white) !important;
  box-shadow: 0 6px 16px rgba(162, 29, 71, 0.2);
}

.navbar-area.creamore-header .header-cta:hover,
.navbar-area.creamore-header .btn.header-cta:hover {
  background-image: var(--creamore-gradient-red-pink);
  color: var(--creamore-white) !important;
  transform: none;
}

.navbar-area.creamore-header .menu>ul>li>a.active,
.navbar-area.creamore-header .menu>ul>li>a:hover {
  color: var(--creamore-primary);
}

@media only screen and (min-width: 992px) {
  .navbar-area.creamore-header.style-one .menu>ul>li>a {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .navbar-area.creamore-header.style-one .menu-section {
    margin-left: 0 !important;
  }
}

.navbar-top.style-one.bg-title {
  background-color: var(--creamore-primary) !important;
}

/* Compact classic accents */
.bg_primary {
  background-color: var(--creamore-primary) !important;
}

.bg_secondary {
  background-color: var(--creamore-pink) !important;
}

.progress-bar,
.add-to-cart.bg_primary,
.insta-card span.bg_primary {
  background-image: var(--creamore-gradient-primary);
  background-color: var(--creamore-primary);
}

.progress-wrap.style-one path {
  stroke: var(--creamore-primary);
}

.footer-bottom.bg-title {
  background-color: var(--creamore-black) !important;
}

@media (max-width: 1199px) {
  .pt-120 {
    padding-top: 50px !important;
  }

  .pb-120,
  .pb-90,
  .pb-95 {
    padding-bottom: 50px !important;
  }

  .ptb-120 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

.navbar-top.style-one {
  padding: 5px 0;
}

@media (max-width: 991px) {

  /* Prevent header from causing horizontal scroll */
  body {
    overflow-x: hidden;
  }

  /* Compact top bar — hide mid + social on smaller tablets if needed */
  .navbar-top.style-one .creamore-topbar-mid {
    display: none;
  }

  .navbar-top.style-one {
    padding: 5px 0;
  }

  .navbar-top.style-one .creamore-topbar {
    gap: 10px;
  }

  .navbar-top.style-one p {
    font-size: 12px;
    padding-left: 24px;
    line-height: 1.3;
    max-width: 100%;
  }

  .navbar-top.style-one p img {
    max-width: 14px;
  }

  /* Main header row — logo + actions without overflow */
  .navbar-area.creamore-header {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navbar-area.creamore-header.sticky {
    top: 0 !important;
  }

  .navbar-area.creamore-header .navbar-wrapper {
    gap: 10px;
    flex-wrap: nowrap;
    width: 100%;
  }

  .navbar-area.creamore-header .navbar-brand {
    max-width: min(148px, 42vw);
    flex: 0 1 auto;
    min-width: 0;
  }

  .navbar-area.creamore-header .navbar-brand img {
    max-height: 36px;
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .navbar-area.creamore-header .header-right {
    flex: 0 0 auto;
    margin-left: auto;
    gap: 8px;
    min-width: 0;
  }

  .navbar-area.creamore-header .menu-area {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 0;
    height: 0;
    overflow: visible;
  }

  .navbar-area.creamore-header .other-options {
    flex-wrap: nowrap;
    gap: 8px;
  }

  .navbar-area.creamore-header .other-options .option-item.d-lg-none {
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
  }

  .navbar-area.creamore-header .mobile-options {
    margin-right: 0 !important;
  }

  .navbar-area.creamore-header .header-cta,
  .navbar-area.creamore-header .btn.header-cta {
    height: 34px !important;
    min-height: 34px;
    padding: 0 12px !important;
    font-size: 12px;
    white-space: nowrap;
    box-shadow: none;
    display: none;
  }

  .navbar-area.creamore-header .menu-mobile-trigger {
    flex-shrink: 0;
  }

  /* Hero overlay spacing on home */
  body.page-home .navbar-area.creamore-header {
    top: -2px;
  }

  body.page-home .hero-area.style-two {
    margin-top: 0 !important;
    padding-top: 110px !important;
  }

  body.page-home.header-is-sticky .hero-area.style-two {
    margin-top: 0 !important;
    padding-top: 50px !important;
  }

  .pt-120 {
    padding-top: 50px !important;
  }

  .pb-120,
  .pb-90,
  .pb-95 {
    padding-bottom: 50px !important;
  }

  .ptb-120 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

/* Home featured call button — fit number in card across breakpoints */
.featured-product.style-two .feature-info .call-now-btn {
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  line-height: 1.35;
  padding-left: 18px !important;
  padding-right: 18px !important;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .featured-product.style-two .feature-info .call-now-btn {
    font-size: 14px;
    padding: 11px 14px !important;
  }
}

@media (max-width: 767px) {
  .navbar-area.creamore-header .navbar-brand {
    max-width: min(132px, 40vw);
  }

  .navbar-area.creamore-header .navbar-brand img {
    max-height: 40px;
  }

  body.page-home .navbar-area.creamore-header {
    top: -2px;
  }

  body.page-home .hero-area.style-two {
    margin-top: 0 !important;
    padding-top: 100px !important;
    padding-bottom: 40px !important;
  }

  body.page-home.header-is-sticky .hero-area.style-two {
    margin-top: 0 !important;
    padding-top: 40px !important;
  }

  .pt-120 {
    padding-top: 50px !important;
  }

  .pb-120,
  .pb-90,
  .pb-95 {
    padding-bottom: 50px !important;
  }

  .ptb-120 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .featured-product.style-two .feature-info .call-now-btn {
    font-size: 14px;
    padding: 11px 16px !important;
    word-break: keep-all;
  }
}

@media (max-width: 575px) {
  .navbar-top.style-one {
    display: none;
  }

  body.page-home .navbar-area.creamore-header {
    top: 0 !important;
  }

  body.page-home .hero-area.style-two {
    padding-top: 80px !important;
  }

  .navbar-area.creamore-header {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navbar-area.creamore-header.sticky {
    top: 0 !important;
  }

  .navbar-area.creamore-header .navbar-brand {
    max-width: min(150px, 38vw);
  }

  .featured-product.style-two .feature-info .call-now-btn {
    font-size: 13px;
    padding: 10px 14px !important;
  }

  .cookie-consent {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .cookie-consent-actions {
    width: 100%;
  }

  .cookie-consent-actions .btn {
    flex: 1;
  }
}

/*-------------------------------------------------
    404 & Thank You pages
-------------------------------------------------*/
.error-page-content .error-code {
  font-size: clamp(88px, 18vw, 160px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.error-page-content .error-code span {
  color: var(--creamore-pink);
}

.thankyou-icon {
  width: 88px;
  height: 88px;
}

.thankyou-icon i {
  font-size: 44px;
  line-height: 1;
}

/*-------------------------------------------------
    Cookie consent banner
-------------------------------------------------*/
.cookie-consent {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  max-width: 920px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.cookie-consent.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.cookie-consent[hidden] {
  display: none !important;
}

.cookie-consent-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px 24px;
  padding: 20px 22px;
  border-radius: 16px;
  background: #1a1a1a;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.cookie-consent-text {
  flex: 1 1 280px;
  color: #ffffff;
}

.cookie-consent-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.cookie-consent-text p {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.cookie-consent-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-consent-actions .btn {
  min-height: 42px;
  padding: 10px 20px !important;
  font-size: 14px;
  box-shadow: none;
}

.cookie-consent .cookie-decline {
  background: transparent !important;
  background-image: none !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.cookie-consent .cookie-decline:hover {
  background-image: none !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  transform: none;
}

/*-------------------------------------------------
    Creamore contact form
-------------------------------------------------*/
.creamore-contact-form {
  padding: 32px 28px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 232, 238, 0.55)),
    #ffffff !important;
  border: 1px solid rgba(162, 29, 71, 0.12);
  box-shadow: 0 18px 40px rgba(162, 29, 71, 0.1);
}

.creamore-contact-form .form-group {
  margin-bottom: 18px !important;
}

.creamore-contact-form .form-field-icon {
  position: absolute;
  top: 50%;
  left: 18px;
  z-index: 2;
  transform: translateY(-50%);
  width: 18px;
  text-align: center;
  color: var(--creamore-primary);
  font-size: 15px;
  pointer-events: none;
  transition: color 0.25s ease;
}

.creamore-contact-form .form-field-icon-textarea {
  top: 22px;
  transform: none;
}

.creamore-contact-form .form-group input,
.creamore-contact-form .form-group textarea {
  padding-left: 50px !important;
  padding-right: 18px !important;
  background-color: #fff !important;
  border: 1px solid rgba(162, 29, 71, 0.14) !important;
  color: var(--creamore-black) !important;
  box-shadow: inset 0 1px 2px rgba(162, 29, 71, 0.04);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.creamore-contact-form .form-group textarea {
  padding-top: 18px !important;
  min-height: 160px;
}

.creamore-contact-form .form-group input::placeholder,
.creamore-contact-form .form-group textarea::placeholder {
  color: rgba(0, 0, 0, 0.45) !important;
  opacity: 1;
}

.creamore-contact-form .form-group input:hover,
.creamore-contact-form .form-group textarea:hover {
  border-color: rgba(198, 32, 96, 0.35) !important;
}

.creamore-contact-form .form-group input:focus,
.creamore-contact-form .form-group textarea:focus {
  background-color: #fff !important;
  border-color: var(--creamore-primary) !important;
  box-shadow: 0 0 0 4px rgba(162, 29, 71, 0.12);
  outline: none;
}

.creamore-contact-form .form-group:focus-within .form-field-icon {
  color: var(--creamore-pink);
}

.creamore-contact-form .creamore-form-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 190px;
  min-height: 54px;
  padding: 14px 28px !important;
  border: none !important;
  border-radius: 12px;
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 0.02em;
  background-image: linear-gradient(135deg, #A21D47 0%, #C62060 52%, #C71F2F 100%) !important;
  box-shadow: 0 12px 28px rgba(162, 29, 71, 0.28);
}

.creamore-contact-form .creamore-form-submit i {
  font-size: 15px;
}

.creamore-contact-form .creamore-form-submit:hover,
.creamore-contact-form .creamore-form-submit:focus {
  color: #fff !important;
  background-image: linear-gradient(135deg, #C71F2F 0%, #C62060 48%, #A21D47 100%) !important;
  box-shadow: 0 14px 30px rgba(198, 32, 96, 0.32);
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .creamore-contact-form {
    padding: 24px 18px !important;
  }

  .creamore-contact-form .creamore-form-submit {
    width: 100%;
  }
}

.creamore-form-error {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(199, 31, 47, 0.28);
  background: linear-gradient(135deg, rgba(199, 31, 47, 0.08), rgba(162, 29, 71, 0.1));
  box-shadow: 0 8px 20px rgba(162, 29, 71, 0.08);
}

.creamore-form-error-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #A21D47, #C71F2F);
  font-size: 15px;
}

.creamore-form-error-text strong {
  display: block;
  margin-bottom: 2px;
  color: #A21D47;
  font-size: 15px;
}

.creamore-form-error-text p {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.5;
}

/*-------------------------------------------------
    Product menu — 4L pack cards
-------------------------------------------------*/
.creamore-pack-pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-image: linear-gradient(135deg, #A21D47, #C62060, #C71F2F);
  box-shadow: 0 8px 18px rgba(162, 29, 71, 0.22);
}

.creamore-supply-chip {
  text-align: center;
  padding: 14px 12px;
  border-radius: 14px;
  font-weight: 600;
  color: var(--creamore-primary);
  background: #F8E8EE;
  border: 1px solid rgba(162, 29, 71, 0.12);
}

.ice-cream-item,
.fd-item {
  display: flex;
}

.ice-cream-item>.creamore-product-card,
.fd-item>.creamore-product-card {
  width: 100%;
}

.creamore-product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 12px 12px 25px;
  background: #fff;
  border: 1px solid rgba(162, 29, 71, 0.1);
  box-shadow: 0 8px 22px rgba(162, 29, 71, 0.06);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.creamore-product-card .creamore-price-row {
  margin-top: auto;
}

.creamore-product-card:hover {
  box-shadow: 0 12px 28px rgba(162, 29, 71, 0.12);
  transform: translateY(-3px);
}

.creamore-product-card .creamore-pack-visual {
  width: 100%;
  height: 200px;
  min-height: 200px;
  aspect-ratio: auto;
  margin: 0;
  background: linear-gradient(180deg, #fff7fa 0%, #f3e4ea 100%);
  border-radius: 12px;
}

/* Always show flavour scoops directly (never hide until hover) */
.creamore-product-card .img-zoom img,
.creamore-product-card .img-zoom img:first-child,
.creamore-product-card.img-hover-zoom .img-zoom img,
.creamore-product-card.img-hover-zoom .img-zoom img:first-child,
.creamore-product-card .creamore-pack-img {
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  transform: none !important;
}

.creamore-product-card:hover .creamore-pack-img,
.creamore-product-card.img-hover-zoom:hover .img-zoom img,
.creamore-product-card.img-hover-zoom:hover .img-zoom img:first-child,
.creamore-product-card.img-hover-zoom:hover .creamore-pack-img {
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  transform: scale(1.03) !important;
}

.creamore-product-card .creamore-pack-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  opacity: 1 !important;
  visibility: visible !important;
  display: block;
  transition: transform 0.35s ease;
}

.creamore-product-card h3 {
  margin: 14px 0 6px !important;
  padding: 0 6px;
  font-size: 18px !important;
  line-height: 1.3;
}

.creamore-product-card h3 a {
  font-size: inherit;
}

.creamore-badge-pack,
.creamore-badge-cat {
  position: absolute;
  z-index: 2;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 999px;
}

.creamore-badge-pack {
  top: 10px;
  left: 10px;
  color: #fff;
  background-image: linear-gradient(135deg, #A21D47, #C62060);
}

.creamore-badge-cat {
  top: 10px;
  right: 10px;
  color: var(--creamore-primary);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(162, 29, 71, 0.14);
}

.creamore-product-desc {
  font-size: 13px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.58);
  min-height: 0;
  margin-bottom: 10px !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.creamore-price-row {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  padding: 6px 12px;
  margin-bottom: 12px !important;
  border-radius: 10px;
  background: #F8E8EE;
}

.creamore-mrp-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(162, 29, 71, 0.75);
}

.creamore-mrp-value {
  font-size: 16px;
  font-weight: 700;
  color: var(--creamore-primary) !important;
}

/* Compact product CTA — fixed 40px height */
.creamore-product-card .btn {
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  padding: 0 18px !important;
  margin-bottom: 4px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 13px !important;
  font-weight: 600;
  line-height: 1 !important;
  border-radius: 8px !important;
}

/* Compact Popular 4L packs slider cards */
.product-slider-two {
  padding-left: 20px;
  padding-right: 20px;
}

.creamore-popular-section {
  overflow: hidden;
}

.product-slider-two .swiper-slide {
  height: auto;
}

.product-slider-two .creamore-popular-card,
.product-slider-two .creamore-product-card {
  height: auto;
  padding: 10px 10px 25px;
  margin-bottom: 0;
}

.product-slider-two .creamore-pack-visual {
  height: 160px;
  min-height: 160px;
}

.product-slider-two .creamore-product-card h3 {
  margin: 10px 0 4px !important;
  font-size: 17px !important;
  line-height: 1.25;
}

.product-slider-two .creamore-mrp-value {
  margin-bottom: 10px !important;
  font-size: 15px;
}

.product-slider-two .creamore-product-card .btn {
  margin-bottom: 0 !important;
}

.product-slider-two .slider-pagination {
  margin-top: 20px !important;
}

@media (max-width: 767px) {
  .creamore-product-card {
    padding: 10px 10px 25px;
  }

  .creamore-product-card .creamore-pack-visual {
    height: 170px;
    min-height: 170px;
  }

  .product-slider-two .creamore-pack-visual {
    height: 150px;
    min-height: 150px;
  }
}

/*-------------------------------------------------
    Global layout polish + mobile responsive
-------------------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.container.style-one {
  max-width: 1200px;
}

.category-card.style-one {
  margin-bottom: 24px;
}

.category-card.style-one .category-img {
  margin-bottom: 14px;
}

.offer-area.style-two {
  padding: 50px 24px !important;
  overflow: hidden;
}

.offer-area.style-two .section-title {
  margin-bottom: 12px !important;
}

.offer-area.style-two p {
  margin-bottom: 22px !important;
}

.breadcrumb-area {
  padding: 50px 0 !important;
}

.breadcrumb-area .br-title {
  font-size: clamp(28px, 5vw, 42px);
  margin-bottom: 10px !important;
}

.creamore-supply-strip {
  margin-bottom: 28px !important;
}

.creamore-supply-chip {
  padding: 12px 10px;
  font-size: 14px;
}

/* Product grid columns — even spacing */
.ice-cream-item,
.fd-item {
  margin-bottom: 0;
}

.ice-cream-item .creamore-product-card,
.fd-item .creamore-product-card {
  margin-bottom: 24px !important;
}

@media (max-width: 1199px) {
  .pt-120 {
    padding-top: 55px !important;
  }

  .pb-120,
  .pb-90,
  .pb-95 {
    padding-bottom: 55px !important;
  }

  .ptb-120 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .mb-45 {
    margin-bottom: 28px !important;
  }

  .section-title.style-one {
    font-size: 34px;
    line-height: 1.25;
  }
}

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 45px !important;
  }

  .pb-120,
  .pb-90,
  .pb-95 {
    padding-bottom: 45px !important;
  }

  .ptb-120 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  body.page-home .hero-area.style-two {
    margin-top: 0 !important;
    padding: 110px 0 40px !important;
  }

  body.page-home.header-is-sticky .hero-area.style-two {
    margin-top: 0 !important;
    padding-top: 50px !important;
  }

  .hero-area.style-two .hero-content h1 {
    font-size: 34px !important;
    line-height: 1.2 !important;
    margin-bottom: 14px !important;
  }

  .hero-area.style-two .hero-content p {
    margin-bottom: 20px !important;
  }

  .hero-area.style-two .hero-content .btn-wrap {
    gap: 14px;
  }

  .hero-area.style-two .hero-content .btn-wrap .btn {
    margin-right: 0 !important;
    height: 42px !important;
    padding: 0 18px !important;
    display: inline-flex;
    align-items: center;
    font-size: 14px !important;
  }

  .hero-area.style-two .hero-slider-wrap {
    margin-top: 20px;
  }

  .category-card-wrap.style-one {
    gap: 10px 16px;
    justify-content: center !important;
  }

  .category-card.style-one {
    width: calc(33.33% - 16px);
    min-width: 140px;
  }

  .about-area.style-two .about-content {
    padding-left: 0 !important;
  }

  .about-area .ps-xxl-5 {
    padding-left: 0 !important;
  }

  .footer-area.style-two .footer-top {
    padding-top: 50px !important;
  }

  .footer-widget {
    margin-bottom: 28px !important;
  }

  .footer-widget .logo {
    margin-bottom: 20px !important;
  }

  .move-text-wrapper {
    margin-bottom: 50px !important;
  }
}

@media (max-width: 767px) {
  .pt-120 {
    padding-top: 40px !important;
  }

  .pb-120,
  .pb-90,
  .pb-95 {
    padding-bottom: 40px !important;
  }

  .ptb-120 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .mb-45,
  .mb-40 {
    margin-bottom: 22px !important;
  }

  .mb-30 {
    margin-bottom: 20px !important;
  }

  .section-title.style-one {
    font-size: 26px !important;
    line-height: 1.3 !important;
  }

  .section-subtile,
  .section-subtitle {
    font-size: 15px !important;
    margin-bottom: 6px !important;
  }

  body.page-home .hero-area.style-two {
    margin-top: 0 !important;
    padding: 100px 0 32px !important;
  }

  body.page-home.header-is-sticky .hero-area.style-two {
    margin-top: 0 !important;
    padding-top: 40px !important;
  }

  .hero-area.style-two .hero-content {
    text-align: center;
    margin-bottom: 24px !important;
  }

  .hero-area.style-two .hero-content h1 {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }

  .hero-area.style-two .hero-content p {
    padding-right: 0 !important;
    font-size: 15px !important;
  }

  .hero-area.style-two .hero-content .btn-wrap {
    justify-content: center;
  }

  .hero-area.style-two .hero-shape-one,
  .hero-area.style-two .hero-shape-two,
  .hero-area.style-two .hero-shape-three {
    display: none;
  }

  .category-card.style-one {
    width: calc(50% - 12px);
    min-width: 0;
  }

  .category-card.style-one h3 {
    font-size: 16px !important;
  }

  .category-card.style-one span {
    font-size: 12px;
  }

  .product-slider-two {
    padding-left: 12px;
    padding-right: 12px;
  }

  .creamore-product-card h3 {
    font-size: 16px !important;
  }

  .creamore-product-desc {
    font-size: 12px;
    min-height: 0;
  }

  .breadcrumb-area {
    padding: 36px 0 !important;
  }

  .breadcrumb-area .br-img {
    display: none;
  }

  .breadcrumb-area .br-title {
    font-size: 28px !important;
  }

  .offer-area.style-two {
    padding: 36px 16px !important;
  }

  .offer-area.style-two .offer-img-one,
  .offer-area.style-two .offer-img-two {
    display: none;
  }

  .search-form.style-one input,
  .filter-product {
    height: 48px !important;
    min-height: 48px;
  }

  .ht-60 {
    height: 48px !important;
  }

  .funfact-area.style-one {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
  }

  .counter-card.style-two {
    width: 50%;
    margin-bottom: 20px !important;
  }

  .mission-card.style-one {
    padding: 22px 18px !important;
    margin-bottom: 16px !important;
  }

  .creamore-contact-form {
    padding: 24px 16px !important;
  }

  .creamore-pack-pill {
    padding: 8px 14px;
    font-size: 13px;
  }

  .footer-area.style-two .footer-top {
    padding-top: 40px !important;
  }

  .footer-bottom {
    padding: 16px 0 !important;
  }

  .copyright-text {
    font-size: 13px;
    line-height: 1.5;
  }

  .testimonial-card,
  .testimonial-item {
    margin-bottom: 16px;
  }
}

@media (max-width: 575px) {
  .pt-120 {
    padding-top: 36px !important;
  }

  .pb-120,
  .pb-90,
  .pb-95 {
    padding-bottom: 36px !important;
  }

  .ptb-120 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .hero-area.style-two .hero-content h1 {
    font-size: 24px !important;
  }

  .section-title.style-one {
    font-size: 22px !important;
  }

  .category-card.style-one {
    width: calc(50% - 8px);
  }

  .category-card.style-one .category-img,
  .category-card.style-one .category-img img {
    max-width: 110px;
  }

  .creamore-product-card .creamore-pack-visual {
    height: 150px;
    min-height: 150px;
  }

  .creamore-badge-pack,
  .creamore-badge-cat {
    font-size: 10px;
    padding: 5px 8px;
    top: 8px;
  }

  .creamore-badge-pack {
    left: 8px;
  }

  .creamore-badge-cat {
    right: 8px;
  }

  .btn {
    font-size: 13px;
  }

  .counter-card.style-one {
    width: 100%;
    margin-bottom: 16px !important;
    padding-left: 0 !important;
  }

  .counter-card.style-two h4 {
    font-size: 32px !important;
  }
}