/** Shopify CDN: Minification failed

Line 2550:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:saiful-announcement (INDEX:53) */
.magift-announce {
  font-family: var(--font-body-family);
  width: 100%;
}

.magift-announce--border {
  border-bottom: 1px solid rgba(var(--color-foreground), 0.1);
}

.magift-announce__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
}

.magift-announce__link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}

.magift-announce__link:hover {
  opacity: 0.85;
}

.magift-announce__text {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: rgb(var(--color-foreground));
}

@media screen and (min-width: 750px) {
  .magift-announce__inner {
    padding: 11px 40px;
  }

  .magift-announce__text {
    font-size: 13px;
  }
}
/* END_SECTION:saiful-announcement */

/* START_SECTION:saiful-collection-banner (INDEX:54) */
.magift-cbanner {
  font-family: var(--font-body-family);
}

.magift-cbanner__page-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.magift-cbanner__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
}

.magift-cbanner--with-image .magift-cbanner__inner {
  gap: 28px;
}

@media screen and (min-width: 990px) {
  .magift-cbanner__page-width {
    padding: 0 40px;
  }

  .magift-cbanner--with-image .magift-cbanner__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
  }

  .magift-cbanner--image-right.magift-cbanner--with-image .magift-cbanner__media {
    order: 2;
  }

  .magift-cbanner--image-right.magift-cbanner--with-image .magift-cbanner__content {
    order: 1;
  }
}

.magift-cbanner__media {
  border-radius: 12px;
  overflow: hidden;
  background: rgba(var(--color-foreground), 0.04);
  aspect-ratio: 4 / 3;
}

.magift-cbanner__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.magift-cbanner__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 14px;
}

.magift-cbanner__eyebrow {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(var(--color-foreground));
  opacity: 0.65;
}

.magift-cbanner__title {
  margin: 0;
  font-family: var(--font-heading-family);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: var(--font-heading-weight);
  line-height: 1.15;
  color: rgb(var(--color-foreground));
}

.magift-cbanner__body {
  font-size: 15px;
  line-height: 1.7;
  color: rgb(var(--color-foreground));
  opacity: 0.78;
  max-width: 520px;
}

.magift-cbanner__body > :first-child {
  margin-top: 0;
}

.magift-cbanner__body > :last-child {
  margin-bottom: 0;
}

.magift-cbanner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 28px;
  margin-top: 4px;
  border-radius: 8px;
  border: 1.5px solid transparent;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.magift-cbanner__btn--filled {
  background: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  border-color: rgb(var(--color-button));
}

.magift-cbanner__btn--outline {
  background: transparent;
  color: rgb(var(--color-secondary-button-text));
  border-color: rgba(var(--color-secondary-button-text), 0.85);
}

.magift-cbanner__btn:hover {
  opacity: 0.92;
  transform: translateY(-2px);
}

@media screen and (max-width: 989px) {
  .magift-cbanner__body {
    max-width: none;
  }

  .magift-cbanner__btn {
    width: 100%;
  }
}
/* END_SECTION:saiful-collection-banner */

/* START_SECTION:saiful-collection-list (INDEX:55) */
.magift-col-list {
  font-family: var(--font-body-family);
}

.magift-col-list__page-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.magift-col-list__header {
  text-align: center;
  margin-bottom: 32px;
}

.magift-col-list__heading {
  margin: 0 0 10px;
  font-family: var(--font-heading-family);
  font-size: clamp(22px, 3.5vw, 32px);
  font-weight: var(--font-heading-weight);
  line-height: 1.2;
  color: rgb(var(--color-foreground));
}

.magift-col-list__subtext {
  margin: 0 auto;
  max-width: 520px;
  font-size: 15px;
  line-height: 1.65;
  color: rgb(var(--color-foreground));
  opacity: 0.75;
}

.magift-col-list__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(var(--cols-mob, 2), minmax(0, 1fr));
  gap: 16px;
}

.magift-col-list__item {
  display: flex;
}

.magift-col-list__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 12px 20px;
  border-radius: 14px;
  border: 1px solid rgba(var(--color-foreground), 0.08);
  text-align: center;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.magift-col-list__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(var(--color-shadow), 0.1);
}

.magift-col-list__card--unclickable {
  cursor: default;
}

.magift-col-list__card--unclickable:hover {
  transform: none;
  box-shadow: none;
}

.magift-col-list__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.magift-col-list__visual {
  position: relative;
  width: 100%;
  max-width: 168px;
  margin: 0 auto 14px;
}

.magift-col-list__media {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(var(--color-foreground), 0.06);
}

.magift-col-list__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.magift-col-list__placeholder {
  width: 100%;
  height: 100%;
  background: rgba(var(--color-foreground), 0.08);
}

.magift-col-list__icon {
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgb(var(--color-background));
  border: 1px solid rgba(var(--color-foreground), 0.12);
  box-shadow: 0 4px 12px rgba(var(--color-shadow), 0.08);
  overflow: hidden;
}

.magift-col-list__icon-img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}

.magift-col-list__title {
  margin: 0;
  font-family: var(--font-heading-family);
  font-size: clamp(13px, 1.8vw, 15px);
  font-weight: var(--font-heading-weight);
  line-height: 1.35;
  color: rgb(var(--color-foreground));
  max-width: 14ch;
}

@media screen and (max-width: 749px) {
  .magift-col-list__header {
    margin-bottom: 24px;
  }

  .magift-col-list__heading {
    font-size: clamp(20px, 5vw, 24px);
    margin-bottom: 8px;
  }

  .magift-col-list__subtext {
    font-size: 13px;
    line-height: 1.55;
  }

  .magift-col-list__grid {
    gap: 12px;
  }

  .magift-col-list__card {
    padding: 4px 2px 8px;
    border: none;
    border-radius: 0;
    background: none;
    background-image: none;
    box-shadow: none;
  }

  .magift-col-list__card:hover {
    transform: none;
    box-shadow: none;
  }

  .magift-col-list__visual {
    max-width: 68px;
    margin-bottom: 8px;
  }

  .magift-col-list__icon {
    width: 26px;
    height: 26px;
    bottom: -2px;
  }

  .magift-col-list__icon-img {
    width: 14px;
    height: 14px;
  }

  .magift-col-list__title {
    font-size: 11px;
    line-height: 1.3;
    max-width: 12ch;
  }

  .magift-col-list__view-all {
    margin-top: 24px;
  }

  .magift-col-list__view-all-link {
    min-height: 40px;
    padding: 10px 22px;
    font-size: 13px;
  }
}

.magift-col-list__view-all {
  margin-top: 32px;
  text-align: center;
}

.magift-col-list__view-all-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 28px;
  border-radius: 6px;
  background: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.magift-col-list__view-all-link:hover {
  opacity: 0.92;
  transform: translateY(-2px);
}

@media screen and (min-width: 750px) {
  .magift-col-list__page-width {
    padding: 0 28px;
  }

  .magift-col-list__grid {
    grid-template-columns: repeat(var(--cols-tab, 3), minmax(0, 1fr));
    gap: 20px;
  }

  .magift-col-list__card {
    padding: 20px 14px 24px;
  }

  .magift-col-list__visual {
    max-width: 180px;
  }
}

@media screen and (min-width: 990px) {
  .magift-col-list__grid {
    grid-template-columns: repeat(var(--cols-desk, 5), minmax(0, 1fr));
    gap: 24px;
  }

  .magift-col-list__visual {
    max-width: 200px;
  }
}
/* END_SECTION:saiful-collection-list */

/* START_SECTION:saiful-cta-banner (INDEX:56) */
.magift-cta {
  font-family: var(--font-body-family);
  overflow: hidden;
  position: relative;
}

.magift-cta__shell {
  position: relative;
  isolation: isolate;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.magift-cta__card {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  border: 1px solid rgba(var(--color-foreground), 0.1);
  box-shadow: 0 12px 40px rgba(var(--color-shadow), 0.1);
  padding: 36px 28px;
  text-align: center;
}

.magift-cta__inner {
  max-width: 560px;
  margin: 0 auto;
}

.magift-cta__eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(var(--color-foreground));
  opacity: 0.65;
  margin: 0 0 10px;
}

.magift-cta__heading {
  font-family: var(--font-heading-family);
  font-size: clamp(24px, 4vw, 36px);
  font-weight: var(--font-heading-weight);
  color: rgb(var(--color-foreground));
  line-height: 1.25;
  margin: 0 0 14px;
}

.magift-cta__subtext {
  font-size: 15px;
  line-height: 1.7;
  color: rgb(var(--color-foreground));
  opacity: 0.75;
  margin: 0 auto 28px;
  max-width: 480px;
}

.magift-cta__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 32px;
  border-radius: 8px;
  background: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  text-decoration: none;
  font-weight: 600;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.magift-cta__btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.22) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.6s ease;
}

.magift-cta__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(var(--color-shadow), 0.18);
}

.magift-cta__btn:hover::after {
  transform: translateX(120%);
}

.magift-cta__btn:active {
  transform: translateY(-1px);
}

.magift-cta__btn-text {
  position: relative;
  z-index: 1;
}

.magift-cta__note {
  margin: 18px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: rgb(var(--color-foreground));
  opacity: 0.6;
}

.magift-cta__floats {
  position: absolute;
  inset: -20px;
  z-index: 3;
  pointer-events: none;
}

.magift-cta__float {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 22px;
  line-height: 1;
  border-radius: 12px;
  background: rgb(var(--color-background));
  border: 1px solid rgba(var(--color-foreground), 0.12);
  box-shadow: 0 10px 24px rgba(var(--color-shadow), 0.14);
}

.magift-cta__float--1 { top: 8%; left: 4%; }
.magift-cta__float--2 { top: 18%; right: 6%; font-size: 20px; }
.magift-cta__float--3 { bottom: 22%; left: 8%; font-size: 24px; }
.magift-cta__float--4 { top: 42%; right: 2%; width: 36px; height: 36px; font-size: 16px; }
.magift-cta__float--5 { bottom: 10%; right: 12%; }
.magift-cta__float--6 { bottom: 38%; left: 2%; width: 38px; height: 38px; font-size: 18px; }

.magift-cta--animated .magift-cta__card {
  animation: magift-cta-rise 0.7s ease both;
}

.magift-cta--animated .magift-cta__eyebrow {
  animation: magift-cta-fade 0.6s ease 0.1s both;
}

.magift-cta--animated .magift-cta__heading {
  animation: magift-cta-fade 0.6s ease 0.2s both;
}

.magift-cta--animated .magift-cta__subtext {
  animation: magift-cta-fade 0.6s ease 0.3s both;
}

.magift-cta--animated .magift-cta__btn {
  animation: magift-cta-fade 0.6s ease 0.4s both;
}

.magift-cta--animated .magift-cta__note {
  animation: magift-cta-fade 0.6s ease 0.5s both;
}

.magift-cta--animated .magift-cta__float--1 {
  animation: magift-cta-drift-a 5s ease-in-out infinite;
}

.magift-cta--animated .magift-cta__float--2 {
  animation: magift-cta-drift-b 6.2s ease-in-out infinite 0.4s;
}

.magift-cta--animated .magift-cta__float--3 {
  animation: magift-cta-drift-c 5.6s ease-in-out infinite 0.8s;
}

.magift-cta--animated .magift-cta__float--4 {
  animation: magift-cta-drift-b 4.8s ease-in-out infinite 1.2s;
}

.magift-cta--animated .magift-cta__float--5 {
  animation: magift-cta-drift-a 6.5s ease-in-out infinite 0.6s;
}

.magift-cta--animated .magift-cta__float--6 {
  animation: magift-cta-drift-c 5.2s ease-in-out infinite 1s;
}

@keyframes magift-cta-rise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes magift-cta-fade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes magift-cta-drift-a {
  0%, 100% {
    transform: translateY(0) rotate(-6deg);
  }
  50% {
    transform: translateY(-14px) rotate(6deg);
  }
}

@keyframes magift-cta-drift-b {
  0%, 100% {
    transform: translateY(0) rotate(5deg);
  }
  50% {
    transform: translateY(-18px) rotate(-8deg);
  }
}

@keyframes magift-cta-drift-c {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(10deg);
  }
}

@media screen and (min-width: 750px) {
  .magift-cta__shell {
    padding: 0 40px;
  }

  .magift-cta__card {
    padding: 48px 40px;
  }

  .magift-cta__float {
    width: 52px;
    height: 52px;
    font-size: 26px;
  }

  .magift-cta__float--4 {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .magift-cta__float--6 {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}

@media screen and (max-width: 749px) {
  .magift-cta__card {
    padding: 32px 22px;
  }

  .magift-cta__btn {
    display: flex;
    width: 100%;
  }

  .magift-cta__float--4,
  .magift-cta__float--6 {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .magift-cta--animated .magift-cta__card,
  .magift-cta--animated .magift-cta__eyebrow,
  .magift-cta--animated .magift-cta__heading,
  .magift-cta--animated .magift-cta__subtext,
  .magift-cta--animated .magift-cta__btn,
  .magift-cta--animated .magift-cta__note,
  .magift-cta--animated .magift-cta__float {
    animation: none;
  }

  .magift-cta__btn::after {
    display: none;
  }
}
/* END_SECTION:saiful-cta-banner */

/* START_SECTION:saiful-faq (INDEX:57) */
.magift-faq {
  font-family: var(--font-body-family);
}

.magift-faq__page-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}

.magift-faq__header {
  margin-bottom: 44px;
}

.magift-faq__header--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}

.magift-faq__header--left {
  text-align: left;
  max-width: 640px;
}

.magift-faq__header--right {
  text-align: right;
  margin-left: auto;
  max-width: 640px;
}

.magift-faq__eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(var(--color-foreground));
  opacity: 0.65;
  margin: 0 0 10px;
}

.magift-faq__heading {
  font-family: var(--font-heading-family);
  font-size: clamp(24px, 4vw, 34px);
  font-weight: var(--font-heading-weight);
  color: rgb(var(--color-foreground));
  line-height: 1.25;
  margin: 0 0 14px;
}

.magift-faq__subtext {
  font-size: 15px;
  line-height: 1.7;
  color: rgb(var(--color-foreground));
  opacity: 0.75;
  margin: 0;
}

.magift-faq__header--center .magift-faq__subtext {
  margin-left: auto;
  margin-right: auto;
  max-width: 520px;
}

.magift-faq__body {
  display: grid;
  gap: 36px;
}

.magift-faq__body--with-image {
  align-items: start;
}

@media screen and (min-width: 990px) {
  .magift-faq__body--with-image {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 56px;
  }

  .magift-faq__body--reverse .magift-faq__media-wrap {
    order: 2;
  }

  .magift-faq__body--reverse .magift-faq__list {
    order: 1;
  }

  .magift-faq__media-wrap {
    position: sticky;
    top: 32px;
  }
}

.magift-faq__media {
  border-radius: 12px;
  overflow: hidden;
  background: rgba(var(--color-foreground), 0.04);
}

.magift-faq__media--adapt {
  aspect-ratio: var(--magift-faq-aspect, 4 / 3);
}

.magift-faq__media--small {
  aspect-ratio: 4 / 3;
}

.magift-faq__media--large {
  aspect-ratio: 3 / 4;
}

.magift-faq__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.magift-faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.magift-faq:not(.magift-faq--with-image) .magift-faq__list {
  max-width: 780px;
  margin: 0 auto;
  width: 100%;
}

.magift-faq__item {
  border: 1px solid rgba(var(--color-foreground), 0.1);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.magift-faq__item:has(details[open]) {
  border-color: rgba(var(--color-foreground), 0.18);
  box-shadow: 0 4px 20px rgba(var(--color-shadow), 0.06);
}

.magift-faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 0;
}

.magift-faq__item summary::-webkit-details-marker {
  display: none;
}

.magift-faq__summary-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
}

.magift-faq__block-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(var(--color-foreground), 0.06);
  color: rgb(var(--color-foreground));
}

.magift-faq__block-icon .icon-accordion {
  width: 18px;
  height: 18px;
}

.magift-faq__question {
  flex: 1;
  font-family: var(--font-heading-family);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  color: rgb(var(--color-foreground));
  margin: 0;
  padding-right: 8px;
}

.magift-faq__toggle {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(var(--color-foreground), 0.08);
  color: rgb(var(--color-foreground));
  transition: transform 0.3s ease, background 0.2s ease, color 0.2s ease;
}

.magift-faq__item details[open] .magift-faq__toggle {
  transform: rotate(45deg);
  background: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
}

.magift-faq__answer {
  padding: 0 22px 22px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(var(--color-foreground), 0.78);
}

.magift-faq__answer > :first-child {
  margin-top: 0;
}

.magift-faq__answer > :last-child {
  margin-bottom: 0;
}

.magift-faq__block-icon + .magift-faq__question {
  padding-left: 0;
}

.magift-faq__item details[open] .magift-faq__answer {
  animation: magift-faq-reveal 0.3s ease;
}

@keyframes magift-faq-reveal {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 749px) {
  .magift-faq__page-width {
    padding: 0 20px;
  }

  .magift-faq__header {
    margin-bottom: 32px;
  }

  .magift-faq__summary-inner {
    padding: 16px 18px;
    gap: 12px;
  }

  .magift-faq__question {
    font-size: 14px;
  }

  .magift-faq__answer {
    padding: 0 18px 18px;
    font-size: 14px;
  }

  .magift-faq__block-icon {
    width: 32px;
    height: 32px;
  }
}
/* END_SECTION:saiful-faq */

/* START_SECTION:saiful-featured-collection (INDEX:58) */
.magift-featured {
  font-family: var(--font-body-family);
}

.magift-featured .product-grid {
  row-gap: 24px;
  column-gap: 16px;
}

@media screen and (min-width: 750px) {
  .magift-featured .product-grid {
    row-gap: 28px;
    column-gap: 20px;
  }
}

.magift-featured__card {
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(var(--color-foreground), 0.08);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.magift-featured__card:hover {
  border-color: rgba(var(--color-foreground), 0.16);
  box-shadow: 0 10px 28px rgba(var(--color-shadow), 0.1);
  transform: translateY(-3px);
}

.magift-featured__card .card-wrapper,
.magift-featured__card .product-card-wrapper {
  height: 100%;
}

.magift-featured__card .card,
.magift-featured__card .product-card {
  height: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.magift-featured__card .card__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: transparent;
}

.magift-featured__card .card__media,
.magift-featured__card .product-card__media {
  overflow: hidden;
  background: rgba(var(--color-foreground), 0.04);
}

.magift-featured__card .card__media .media img,
.magift-featured__card .product-card__media img {
  transition: transform 0.45s ease;
}

.magift-featured__card:hover .card__media .media img,
.magift-featured__card:hover .product-card__media img {
  transform: scale(1.05);
}

.magift-featured__card .card__content,
.magift-featured__card .product-card__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 14px 16px 16px;
  gap: 6px;
}

.magift-featured__card .card__heading,
.magift-featured__card .product-card__title {
  margin: 0;
}

.magift-featured__card .card__heading a,
.magift-featured__card .product-card__title a,
.magift-featured__card .full-unstyled-link {
  font-family: var(--font-heading-family);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: rgb(var(--color-foreground));
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .magift-featured__card .card__heading a,
  .magift-featured__card .product-card__title a,
  .magift-featured__card .full-unstyled-link {
    font-size: 15px;
  }
}

.magift-featured__card .card-information {
  margin-top: auto;
}

.magift-featured__card .price {
  font-size: 14px;
  font-weight: 600;
  color: rgb(var(--color-foreground));
}

.magift-featured__card .price--on-sale .price-item--regular {
  opacity: 0.55;
  font-size: 13px;
  font-weight: 500;
}

.magift-featured__card .price-item--sale {
  color: rgb(var(--color-button));
}

.magift-featured__card .card__badge,
.magift-featured__card .badge {
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 4px 8px;
}

.magift-featured__card--sold-out .card__badge .badge,
.magift-featured__card--sold-out .badge.badge--bottom-left {
  background-color: var(--magift-sold-out-bg, #6b2737) !important;
  color: var(--magift-sold-out-text, #ffffff) !important;
  border-color: transparent;
}

.magift-featured__card .card__badge {
  top: 10px;
  left: 10px;
}

.magift-featured__card .caption-with-letter-spacing {
  font-size: 11px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  opacity: 0.6;
  color: rgb(var(--color-foreground));
}

.magift-featured__card .rating {
  margin-top: 2px;
}

.magift-featured__card .quick-add {
  margin: 0;
}

.magift-featured__card .quick-add__submit,
.magift-featured__card .product-form__submit {
  min-height: 40px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  background: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  border-color: rgb(var(--color-button));
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.magift-featured__card .quick-add__submit:hover,
.magift-featured__card .product-form__submit:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.magift-featured__card .card--standard .card__content {
  padding-top: 14px;
}

.magift-featured .collection__view-all .button {
  min-height: 48px;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
}

.magift-featured .slider-buttons .slider-button {
  border-radius: 8px;
  border: 1px solid rgba(var(--color-foreground), 0.12);
}
/* END_SECTION:saiful-featured-collection */

/* START_SECTION:saiful-featured-column (INDEX:59) */
.magift-why {
  font-family: var(--font-body-family);
}

.magift-why__page-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}

.magift-why__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 520px;
  margin-bottom: 40px;
}

.magift-why__eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgb(var(--color-foreground));
  opacity: 0.65;
  margin: 0;
}

.magift-why__heading {
  font-family: var(--font-heading-family);
  font-size: clamp(22px, 3.5vw, 32px);
  font-weight: var(--font-heading-weight);
  line-height: 1.2;
  color: rgb(var(--color-foreground));
  margin: 0;
}

.magift-why__heading p {
  margin: 0;
  display: inline;
}

.magift-why__heading strong,
.magift-why__heading b {
  font-weight: 700;
  color: rgb(var(--color-button));
}

.magift-why__subtext {
  font-size: 14px;
  line-height: 1.65;
  color: rgb(var(--color-foreground));
  opacity: 0.75;
  margin: 0;
  max-width: 480px;
}

.magift-why__subtext p {
  margin: 0;
}

.magift-why__subtext strong,
.magift-why__subtext b {
  font-weight: 600;
  color: rgb(var(--color-button));
  opacity: 1;
}

@media screen and (min-width: 750px) {
  .magift-why__header {
    gap: 14px;
    margin-bottom: 48px;
  }
}

.magift-why__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(var(--why-cols-mob, 2), minmax(0, 1fr));
  gap: 32px 24px;
}

@media screen and (min-width: 990px) {
  .magift-why__grid {
    grid-template-columns: repeat(var(--why-cols-desk, 4), minmax(0, 1fr));
    gap: 40px 28px;
  }
}

.magift-why__item {
  display: flex;
  flex-direction: column;
}

.magift-why__img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 18px;
}

.magift-why__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.magift-why__item:hover .magift-why__img {
  transform: scale(1.04);
}

.magift-why__icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  flex-shrink: 0;
  background: rgb(var(--color-button));
}

.magift-why__icon {
  font-size: 24px;
  line-height: 1;
  color: rgb(var(--color-button-text));
}

.magift-why__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.magift-why__card-heading {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  color: rgb(var(--color-foreground));
  margin: 0;
}

.magift-why__card-body {
  font-size: 13px;
  line-height: 1.7;
  color: rgb(var(--color-foreground));
  opacity: 0.72;
  margin: 0;
}

.magift-why__badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
  align-self: flex-start;
  margin-top: 4px;
  background: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
}

@media screen and (max-width: 749px) {
  .magift-why__page-width {
    padding: 0 20px;
  }
}
/* END_SECTION:saiful-featured-column */

/* START_SECTION:saiful-float (INDEX:60) */
.section-magift-float {
  padding: 0;
  margin: 0;
}

.magift-float {
  position: fixed;
  right: var(--magift-float-right, 20px);
  bottom: var(--magift-float-bottom, 24px);
  z-index: 999;
  pointer-events: none;
}

.magift-float__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--magift-float-btn, #25d366);
  color: var(--magift-float-btn-text, #ffffff);
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
  pointer-events: auto;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.magift-float__btn:hover,
.magift-float__btn:focus-visible {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.magift-float__btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}

.magift-float__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.magift-float__popup {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  padding: 10px 14px;
  border-radius: 10px;
  font-family: var(--font-body-family);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
  color: rgb(var(--color-foreground));
  border: 1px solid rgba(var(--color-foreground), 0.1);
  box-shadow: 0 8px 24px rgba(var(--color-shadow), 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.magift-float__popup::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: rgb(var(--color-background));
}

.magift-float__btn:hover .magift-float__popup,
.magift-float__btn:focus-visible .magift-float__popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

@media screen and (max-width: 749px) {
  .magift-float__btn {
    width: 52px;
    height: 52px;
  }

  .magift-float__popup {
    right: 0;
    top: auto;
    bottom: calc(100% + 12px);
    transform: translateY(8px);
    width: max-content;
    max-width: min(280px, calc(100vw - var(--magift-float-right, 20px) * 2 - 16px));
    padding: 10px 14px;
    font-size: 13px;
    line-height: 1.4;
    white-space: normal;
    text-align: center;
    word-break: normal;
    overflow-wrap: normal;
  }

  .magift-float__popup::after {
    right: 18px;
    top: auto;
    bottom: -6px;
    transform: none;
    border-color: transparent;
    border-top-color: rgb(var(--color-background));
  }

  .magift-float__btn:hover .magift-float__popup,
  .magift-float__btn:focus-visible .magift-float__popup {
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .magift-float__btn,
  .magift-float__popup {
    transition: none;
  }
}
/* END_SECTION:saiful-float */

/* START_SECTION:saiful-footer (INDEX:61) */
.magift-footer {
  font-family: var(--font-body-family);
}

.magift-footer__page-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.magift-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.magift-footer__col--brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding-bottom: 24px;
}

.magift-footer__logo-link {
  display: inline-flex;
  text-decoration: none;
  color: rgb(var(--color-foreground));
}

.magift-footer__logo {
  display: block;
  width: auto;
  max-width: 160px;
  max-height: 52px;
  object-fit: contain;
}

.magift-footer__shop-name {
  font-family: var(--font-heading-family);
  font-size: 20px;
  font-weight: var(--font-heading-weight);
}

.magift-footer__heading {
  margin: 0;
  font-family: var(--font-heading-family);
  font-size: 15px;
  font-weight: var(--font-heading-weight);
  line-height: 1.35;
  color: rgb(var(--color-foreground));
}

.magift-footer__text {
  font-size: 14px;
  line-height: 1.65;
  color: rgb(var(--color-foreground));
  opacity: 0.75;
  max-width: 360px;
}

.magift-footer__text p {
  margin: 0 0 0.75em;
}

.magift-footer__text p:last-child {
  margin-bottom: 0;
}

.magift-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
}

.magift-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  color: rgb(var(--color-foreground));
  opacity: 0.72;
  transition: opacity 0.2s ease, background 0.2s ease;
}

.magift-footer__social-link:hover {
  opacity: 1;
  background: rgba(var(--color-foreground), 0.08);
}

.magift-footer__menu {
  border-bottom: 1px solid rgba(var(--color-foreground), 0.1);
}

.magift-footer__menu-title {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 0;
  margin: 0;
  font-family: var(--font-heading-family);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: rgb(var(--color-foreground));
}

.magift-footer__menu-title::-webkit-details-marker {
  display: none;
}

.magift-footer__menu-title::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  flex-shrink: 0;
  opacity: 0.7;
}

.magift-footer__menu[open] .magift-footer__menu-title::after {
  transform: rotate(-135deg);
}

.magift-footer__links {
  list-style: none;
  margin: 0;
  padding: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.magift-footer__link {
  font-size: 14px;
  line-height: 1.5;
  color: rgb(var(--color-foreground));
  opacity: 0.72;
  text-decoration: none;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.magift-footer__link:hover,
.magift-footer__link--active {
  opacity: 1;
  color: rgb(var(--color-button));
}

.magift-footer__bottom {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(var(--color-foreground), 0.12);
}

.magift-footer__copyright {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgb(var(--color-foreground));
  opacity: 0.65;
  text-align: left;
}

@media screen and (min-width: 750px) {
  .magift-footer__page-width {
    padding: 0 40px;
  }

  .magift-footer__grid {
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 40px;
    align-items: start;
  }

  .magift-footer__col--brand {
    padding-bottom: 0;
  }

  .magift-footer__menu {
    border-bottom: none;
  }

  .magift-footer__menu-title {
    padding: 0 0 14px;
    cursor: default;
    pointer-events: none;
  }

  .magift-footer__menu-title::after {
    display: none;
  }

  .magift-footer__links {
    padding-bottom: 0;
  }

  .magift-footer__bottom {
    margin-top: 40px;
    padding-top: 24px;
  }
}
/* END_SECTION:saiful-footer */

/* START_SECTION:saiful-gallery (INDEX:62) */
.magift-gallery {
  font-family: var(--font-body-family);
}

.magift-gallery__page-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.magift-gallery__header {
  text-align: center;
  margin-bottom: 32px;
}

.magift-gallery__heading {
  font-family: var(--font-heading-family);
  font-size: clamp(22px, 3.5vw, 32px);
  font-weight: var(--font-heading-weight);
  line-height: 1.2;
  color: rgb(var(--color-foreground));
  margin: 0 0 10px;
}

.magift-gallery__subtext {
  font-size: 15px;
  line-height: 1.65;
  color: rgb(var(--color-foreground));
  opacity: 0.75;
  margin: 0 auto;
  max-width: 520px;
}

.magift-gallery__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

/* Uniform 4-column grid */
.magift-gallery__grid--grid {
  grid-template-columns: repeat(2, 1fr);
}

.magift-gallery__grid--grid .magift-gallery__item {
  aspect-ratio: 1 / 1;
}

@media screen and (min-width: 750px) {
  .magift-gallery__grid {
    gap: 16px;
  }

  .magift-gallery__grid--grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Bento layout */
.magift-gallery__grid--bento {
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(150px, 1fr);
}

@media screen and (min-width: 750px) {
  .magift-gallery__grid--bento {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(180px, 1fr);
  }
}

.magift-gallery__grid--bento .magift-gallery__item--wide {
  grid-column: span 2;
}

.magift-gallery__grid--bento .magift-gallery__item--tall {
  grid-row: span 2;
}

.magift-gallery__grid--bento .magift-gallery__item--large {
  grid-column: span 2;
  grid-row: span 2;
}

.magift-gallery__item {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(var(--color-foreground), 0.1);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.magift-gallery__item:hover {
  border-color: rgba(var(--color-foreground), 0.18);
  box-shadow: 0 8px 24px rgba(var(--color-shadow), 0.1);
  transform: translateY(-2px);
}

.magift-gallery__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.magift-gallery__media {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  background: rgba(var(--color-foreground), 0.04);
}

.magift-gallery__grid--grid .magift-gallery__media {
  height: 100%;
}

.magift-gallery__grid--bento .magift-gallery__media {
  min-height: 150px;
  height: 100%;
}

.magift-gallery__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.magift-gallery__item:hover .magift-gallery__img {
  transform: scale(1.04);
}

.magift-gallery__caption {
  margin: 0;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 500;
  color: rgb(var(--color-foreground));
  opacity: 0.75;
}

@media screen and (max-width: 749px) {
  .magift-gallery__header {
    margin-bottom: 24px;
  }

  .magift-gallery__grid--bento .magift-gallery__item--tall {
    grid-row: span 1;
  }

  .magift-gallery__grid--bento .magift-gallery__item--large {
    grid-column: span 2;
    grid-row: span 2;
  }
}
/* END_SECTION:saiful-gallery */

/* START_SECTION:saiful-header (INDEX:63) */
.magift-header-wrapper {
  position: relative;
  z-index: 100;
  font-family: var(--font-body-family);
}

.magift-header-wrapper--border {
  border-bottom: 1px solid rgba(var(--color-foreground), 0.1);
}

sticky-header,
.magift-header-wrapper {
  display: block;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.magift-header {
  position: relative;
}

.magift-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 14px 20px;
  min-height: 64px;
}

.magift-header__start {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-self: start;
  min-width: 0;
}

.magift-header__logo {
  justify-self: center;
  text-align: center;
  min-width: 0;
}

.magift-header__end {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: end;
  min-width: 0;
}

.magift-header__heading {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

.magift-header__logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: rgb(var(--color-foreground));
}

.magift-header__logo-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 140px;
  max-height: 48px;
  object-fit: contain;
}

.magift-header__shop-name {
  font-family: var(--font-heading-family);
  font-size: 18px;
  font-weight: var(--font-heading-weight);
}

/* Mobile menu toggle */
.magift-header__menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: rgb(var(--color-foreground));
  cursor: pointer;
}

.magift-header__menu-icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 18px;
}

.magift-header__menu-icon span {
  display: block;
  height: 1.5px;
  background: currentColor;
  border-radius: 1px;
}

/* Desktop nav — left */
.magift-header__desktop-nav {
  display: none;
}

.magift-header__desktop-list {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.magift-header__desktop-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: rgb(var(--color-foreground));
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.magift-header__desktop-link:hover,
.magift-header__desktop-link--active {
  background: rgba(var(--color-foreground), 0.06);
}

.magift-header__desktop-link--summary {
  list-style: none;
  cursor: pointer;
}

.magift-header__desktop-link--summary::-webkit-details-marker {
  display: none;
}

.magift-header__desktop-dropdown {
  position: relative;
}

.magift-header__desktop-sublist {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 180px;
  list-style: none;
  margin: 0;
  padding: 6px;
  border-radius: 10px;
  border: 1px solid rgba(var(--color-foreground), 0.1);
  box-shadow: 0 8px 24px rgba(var(--color-shadow), 0.12);
  z-index: 10;
}

.magift-header__desktop-sublink {
  display: block;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  color: rgb(var(--color-foreground));
  white-space: nowrap;
}

.magift-header__desktop-sublink:hover {
  background: rgba(var(--color-foreground), 0.06);
}

.magift-header__desktop-dropdown[open] .magift-header__desktop-link--summary svg {
  transform: rotate(180deg);
}

.magift-header__desktop-link--summary svg {
  transition: transform 0.2s ease;
}

/* Search — desktop inline bar (hidden on mobile) */
.magift-header__search.magift-header__search--desktop {
  display: none;
  position: relative;
  align-items: center;
  min-width: 0;
  flex: 0 1 auto;
}

.magift-header__search-input {
  width: 100%;
  min-width: 0;
  max-width: 120px;
  height: 38px;
  padding: 0 36px 0 12px;
  border: 1px solid rgba(var(--color-foreground), 0.15);
  border-radius: 8px;
  background: rgba(var(--color-background), 0.5);
  color: rgb(var(--color-foreground));
  font-size: 13px;
  font-family: inherit;
}

.magift-header__search-input::placeholder {
  color: rgba(var(--color-foreground), 0.45);
}

.magift-header__search-input:focus {
  outline: none;
  border-color: rgba(var(--color-foreground), 0.35);
}

.magift-header__search-btn {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: rgb(var(--color-foreground));
  cursor: pointer;
}

/* Search icon — mobile popup only */
.magift-header__search-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: rgb(var(--color-foreground));
  cursor: pointer;
  flex-shrink: 0;
}

.magift-header__search-toggle:hover {
  background: rgba(var(--color-foreground), 0.06);
}

.magift-header__icons {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.magift-header__icon-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: rgb(var(--color-foreground));
  text-decoration: none;
  transition: background 0.2s ease;
}

.magift-header__icon-link:hover {
  background: rgba(var(--color-foreground), 0.06);
}

.magift-header__icon-link--account {
  display: none;
}

.magift-header__cart-count {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

/* Mobile drawer */
.magift-header__drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none;
}

.magift-header__drawer.is-open {
  pointer-events: auto;
}

.magift-header__drawer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.magift-header__drawer.is-open .magift-header__drawer-overlay {
  opacity: 1;
}

.magift-header__drawer-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: min(320px, 88vw);
  height: 100%;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.magift-header__drawer.is-open .magift-header__drawer-panel {
  transform: translateX(0);
}

.magift-header__drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(var(--color-foreground), 0.1);
}

.magift-header__drawer-title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgb(var(--color-foreground));
  opacity: 0.7;
}

.magift-header__drawer-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: rgb(var(--color-foreground));
  cursor: pointer;
}

.magift-header__drawer-nav {
  flex: 1;
  overflow-y: auto;
  padding: 12px 0 24px;
}

.magift-header__drawer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.magift-header__drawer-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: rgb(var(--color-foreground));
}

.magift-header__drawer-link--summary {
  list-style: none;
  cursor: pointer;
}

.magift-header__drawer-link--summary::-webkit-details-marker {
  display: none;
}

.magift-header__drawer-sublink {
  display: block;
  padding: 10px 20px 10px 32px;
  font-size: 14px;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.78);
}

.magift-header__drawer-details[open] .magift-header__drawer-link--summary svg {
  transform: rotate(180deg);
}

.magift-header__drawer-details svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

body.magift-header-drawer-open,
body.magift-header-search-open {
  overflow: hidden;
}

/* Mobile search popup */
.magift-header__search-modal {
  position: fixed;
  inset: 0;
  z-index: 210;
  pointer-events: none;
}

.magift-header__search-modal.is-open {
  pointer-events: auto;
}

.magift-header__search-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.magift-header__search-modal.is-open .magift-header__search-modal-overlay {
  opacity: 1;
}

.magift-header__search-modal-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 16px 20px;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.magift-header__search-modal.is-open .magift-header__search-modal-panel {
  transform: translateY(0);
}

.magift-header__search-modal-head {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 1300px;
  margin: 0 auto;
}

.magift-header__search-modal-form {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.magift-header__search-modal-input {
  flex: 1;
  min-width: 0;
  height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(var(--color-foreground), 0.15);
  border-radius: 8px;
  background: rgba(var(--color-background), 0.6);
  color: rgb(var(--color-foreground));
  font-size: 16px;
  font-family: inherit;
}

.magift-header__search-modal-input:focus {
  outline: none;
  border-color: rgba(var(--color-foreground), 0.35);
}

.magift-header__search-modal-submit {
  flex-shrink: 0;
  height: 44px;
  padding: 0 18px;
  border: none;
  border-radius: 8px;
  background: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
}

.magift-header__search-modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: rgb(var(--color-foreground));
  cursor: pointer;
  flex-shrink: 0;
}

.magift-header__drawer-empty {
  padding: 20px;
  margin: 0;
  font-size: 14px;
  color: rgba(var(--color-foreground), 0.6);
}

@media screen and (min-width: 990px) {
  .magift-header__inner {
    grid-template-columns: auto 1fr auto;
    gap: 24px;
    padding: 16px 40px;
    min-height: 72px;
  }

  .magift-header__start {
    gap: 20px;
  }

  .magift-header__menu-toggle {
    display: none;
  }

  .magift-header__desktop-nav {
    display: block;
  }

  .magift-header__logo {
    justify-self: center;
  }

  .magift-header__logo-img {
    max-width: 180px;
    max-height: 56px;
  }

  .magift-header__search.magift-header__search--desktop {
    display: flex;
    max-width: 240px;
  }

  .magift-header__search-toggle {
    display: none;
  }

  .magift-header__icon-link--account {
    display: flex;
  }

  .magift-header__search-input {
    max-width: 200px;
    font-size: 14px;
  }

  .magift-header__end {
    gap: 14px;
  }

  .magift-header__inner--logo-left {
    grid-template-columns: auto 1fr;
  }

  .magift-header__inner--logo-left .magift-header__start {
    display: none;
  }

  .magift-header__inner--logo-left .magift-header__logo {
    justify-self: start;
    text-align: left;
    grid-column: 1;
  }

  .magift-header__inner--logo-left .magift-header__end {
    grid-column: 2;
    justify-self: end;
  }
}

@media screen and (min-width: 1200px) {
  .magift-header__search-input {
    max-width: 240px;
  }

  .magift-header__desktop-list {
    gap: 8px;
  }
}
/* END_SECTION:saiful-header */

/* START_SECTION:saiful-hero-banner (INDEX:64) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,600;1,700&display=swap');

.magift-hero {
  font-family: var(--font-body-family);
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: stretch;
}

.magift-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  gap: var(--magift-hero-gap, 28px);
  min-height: 100%;
}

.magift-hero__text {
  order: 1;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--magift-hero-text-gap, 14px);
  padding-top: var(--magift-hero-text-pad-top, 0);
  padding-bottom: var(--magift-hero-text-pad-bottom, 0);
  z-index: 1;
}

.magift-hero__media {
  order: 2;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-width: 0;
}

@media screen and (min-width: 750px) {
  .magift-hero__inner {
    flex-direction: row;
    align-items: stretch;
    padding: 0 0 0 40px;
    gap: var(--magift-hero-gap, 56px);
    min-height: 100%;
  }

  .magift-hero__text {
    flex: 0 0 42%;
    max-width: 480px;
    padding-right: 0;
  }

  .magift-hero__media {
    flex: 1;
    order: 2;
    align-self: stretch;
    min-height: 100%;
    height: 100%;
  }

  .magift-hero__media--center {
    align-items: center;
  }

  .magift-hero__media--center .magift-hero__img,
  .magift-hero__media--center .magift-hero__img-placeholder {
    object-position: center center;
  }

  .magift-hero__media--bottom {
    align-items: flex-end;
  }

  .magift-hero__media--bottom .magift-hero__img,
  .magift-hero__media--bottom .magift-hero__img-placeholder {
    object-position: bottom center;
  }

  .magift-hero__media--top {
    align-items: flex-start;
  }

  .magift-hero__media--top .magift-hero__img,
  .magift-hero__media--top .magift-hero__img-placeholder {
    object-position: top center;
  }

  .magift-hero__img {
    height: 100%;
    max-width: none;
    width: 100%;
    object-fit: contain;
  }

  .magift-hero__img-placeholder {
    height: 100%;
    max-width: none;
    aspect-ratio: auto;
    border-radius: 0;
  }
}

.magift-hero__eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(var(--color-foreground));
  opacity: 0.65;
  margin: 0;
}

.magift-hero__heading {
  font-family: var(--font-heading-family);
  font-size: clamp(var(--magift-hero-heading-min, 32px), 5vw, var(--magift-hero-heading-max, 54px));
  font-weight: var(--font-heading-weight);
  line-height: 1.15;
  letter-spacing: -0.3px;
  color: rgb(var(--color-foreground));
  margin: 0;
}

.magift-hero__heading p {
  margin: 0;
}

.magift-hero__heading strong,
.magift-hero__heading b {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 700;
  color: rgb(var(--color-secondary-button-text));
}

.magift-hero__subheading {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: rgb(var(--color-foreground));
  margin: 0;
}

.magift-hero__subheading strong,
.magift-hero__subheading b {
  color: rgb(var(--color-secondary-button-text));
}

.magift-hero__body {
  font-size: 15px;
  line-height: 1.7;
  color: rgb(var(--color-foreground));
  opacity: 0.78;
  margin: 0;
  max-width: 400px;
}

.magift-hero__body p {
  margin: 0;
}

.magift-hero__body strong,
.magift-hero__body b {
  color: rgb(var(--color-secondary-button-text));
  opacity: 1;
  font-weight: 600;
}

.magift-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 48px;
  padding: 14px 28px;
  border-radius: 6px;
  border: 1.5px solid transparent;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-decoration: none;
  margin-top: 4px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.magift-hero__btn--filled {
  background: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  border-color: rgb(var(--color-button));
}

.magift-hero__btn--outline {
  background: transparent;
  color: rgb(var(--color-secondary-button-text));
  border-color: rgba(var(--color-secondary-button-text), 0.85);
}

.magift-hero__btn:hover {
  opacity: 0.92;
  transform: translateY(-2px);
}

.magift-hero__btn:active {
  transform: translateY(0);
}

.magift-hero__cta-note {
  font-size: 12px;
  line-height: 1.5;
  color: rgb(var(--color-foreground));
  opacity: 0.6;
  margin: 0;
}

.magift-hero__img {
  width: 100%;
  max-width: 720px;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: var(--magift-hero-focal, center center);
}

.magift-hero__img-placeholder {
  width: 100%;
  max-width: 720px;
  aspect-ratio: 4 / 3;
  background: rgba(var(--color-foreground), 0.06);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.magift-hero__placeholder-svg {
  width: 80px;
  height: 80px;
  opacity: 0.3;
}

@media screen and (max-width: 749px) {
  .magift-hero__text {
    gap: 12px;
  }

  .magift-hero__body {
    max-width: none;
  }

  .magift-hero__btn {
    align-self: stretch;
  }

  .magift-hero__media {
    align-items: flex-end;
    margin-top: 4px;
  }

  .magift-hero__img {
    max-width: 100%;
  }
}
/* END_SECTION:saiful-hero-banner */

/* START_SECTION:saiful-product-more (INDEX:65) */
.magift-pmore {
  font-family: var(--font-body-family);
}

.magift-pmore__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.magift-pmore--narrow .magift-pmore__inner {
  max-width: 560px;
}

.magift-pmore__stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.magift-pmore__feature-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(var(--pmore-feature-cols-mob, 2), minmax(0, 1fr));
  gap: 12px;
}

.magift-pmore__feature-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 16px 12px;
  border-radius: 12px;
  border: 1px solid rgba(var(--color-foreground), 0.1);
}

.magift-pmore__feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
}

.magift-pmore__feature-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: #3d9a4f;
  color: #ffffff;
}

.magift-pmore__feature-emoji {
  font-size: 24px;
  line-height: 1;
}

.magift-pmore__feature-icon-img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.magift-pmore__feature-heading {
  margin: 0;
  font-family: var(--font-heading-family);
  font-size: 14px;
  font-weight: var(--font-heading-weight);
  line-height: 1.35;
  color: rgb(var(--color-foreground));
}

.magift-pmore__feature-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgb(var(--color-foreground));
  opacity: 0.75;
}

.magift-pmore__box {
  padding: 18px 20px;
  border-radius: 12px;
  border: 1px solid rgba(var(--color-foreground), 0.1);
}

.magift-pmore__box-heading {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: rgb(var(--color-foreground));
  opacity: 0.85;
}

.magift-pmore__box-content {
  font-size: 14px;
  line-height: 1.65;
  color: rgb(var(--color-foreground));
  opacity: 0.78;
}

.magift-pmore__box-content p {
  margin: 0 0 0.5em;
}

.magift-pmore__box-content p:last-child {
  margin-bottom: 0;
}

.magift-pmore__box--notes .magift-pmore__box-content {
  font-size: 13px;
  opacity: 0.65;
}

.magift-pmore__box--notes .magift-pmore__box-content ol {
  margin: 0;
  padding-left: 1.2em;
}

.magift-pmore__box--notes .magift-pmore__box-content ul {
  margin: 0;
  padding-left: 1.1em;
}

.magift-pmore__divider {
  margin: 4px 0;
  border: 0;
  border-top: 1px solid rgba(var(--color-foreground), 0.12);
}

.magift-pmore__suitable-heading {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: rgb(var(--color-foreground));
  opacity: 0.85;
}

.magift-pmore__suitable-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(var(--pmore-suitable-cols-mob, 2), minmax(0, 1fr));
  gap: 10px 14px;
}

.magift-pmore__suitable-card {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  line-height: 1.45;
  color: rgb(var(--color-foreground));
  opacity: 0.82;
}

.magift-pmore__suitable-emoji {
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1.2;
}

.magift-pmore__suitable-icon {
  flex-shrink: 0;
  display: flex;
  width: 22px;
  height: 22px;
}

.magift-pmore__suitable-icon-img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.magift-pmore__suitable-text {
  min-width: 0;
}

.magift-pmore__benefits-heading {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: rgb(var(--color-foreground));
  opacity: 0.85;
}

.magift-pmore__benefits-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(var(--pmore-benefit-cols-mob, 1), minmax(0, 1fr));
  gap: 12px;
}

.magift-pmore__benefit-item {
  display: flex;
}

.magift-pmore__benefit-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  padding: 20px 14px;
  border-radius: 12px;
  border: 1px solid rgba(var(--color-foreground), 0.1);
  min-height: 100%;
}

.magift-pmore__benefit-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--pmore-benefit-color, #4a2c40);
}

.magift-pmore__benefit-icon-img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.magift-pmore__benefit-text {
  margin: 0;
  font-family: var(--font-heading-family);
  font-size: clamp(13px, 1.8vw, 16px);
  font-weight: var(--font-heading-weight);
  line-height: 1.35;
  color: var(--pmore-benefit-color, #4a2c40);
  max-width: 14ch;
}

@media screen and (min-width: 750px) {
  .magift-pmore__inner {
    padding: 0 28px;
  }

  .magift-pmore__feature-grid {
    grid-template-columns: repeat(var(--pmore-feature-cols-desk, 3), minmax(0, 1fr));
    gap: 14px;
  }

  .magift-pmore__suitable-grid {
    grid-template-columns: repeat(var(--pmore-suitable-cols-desk, 4), minmax(0, 1fr));
    gap: 12px 16px;
  }

  .magift-pmore__suitable-card {
    font-size: 14px;
  }

  .magift-pmore__benefits-grid {
    grid-template-columns: repeat(var(--pmore-benefit-cols-desk, 3), minmax(0, 1fr));
    gap: 16px;
  }

  .magift-pmore__benefit-card {
    padding: 24px 16px;
  }
}
/* END_SECTION:saiful-product-more */

/* START_SECTION:saiful-productdesk (INDEX:66) */
.magift-product {
  font-family: var(--font-body-family);
}

.magift-product__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.magift-product__inner--narrow {
  max-width: 960px;
}

.magift-product__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
}

.magift-product__desc-heading {
  margin: 0 0 12px;
  font-family: var(--font-heading-family);
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: var(--font-heading-weight);
  line-height: 1.25;
  color: rgb(var(--color-foreground));
}

.magift-product__desc-body {
  font-size: 15px;
  line-height: 1.7;
  color: rgb(var(--color-foreground));
  opacity: 0.82;
}

.magift-product__desc-body p {
  margin: 0 0 0.75em;
}

.magift-product__desc-body p:last-child {
  margin-bottom: 0;
}

.magift-product__desc-body ul,
.magift-product__desc-body ol {
  margin: 0 0 0.75em;
  padding-left: 1.2em;
}

.magift-product__sidebar {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(var(--color-foreground), 0.1);
}

.magift-product__sidebar-heading {
  margin: 0 0 14px;
  font-family: var(--font-heading-family);
  font-size: clamp(16px, 2.2vw, 18px);
  font-weight: var(--font-heading-weight);
  line-height: 1.35;
  color: rgb(var(--color-foreground));
}

.magift-product__sidebar-body {
  font-size: 14px;
  line-height: 1.65;
  color: rgb(var(--color-foreground));
  opacity: 0.88;
}

.magift-product__sidebar-body p {
  margin: 0 0 0.65em;
}

.magift-product__sidebar-body p:last-child {
  margin-bottom: 0;
}

.magift-product__sidebar-body ol,
.magift-product__sidebar-body ul {
  margin: 0 0 0.75em;
  padding-left: 1.25em;
}

.magift-product__sidebar-body li {
  margin-bottom: 0.35em;
}

.magift-product__sidebar-body li:last-child {
  margin-bottom: 0;
}

.magift-product__sidebar-note {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(var(--color-foreground), 0.12);
  font-size: 13px;
  line-height: 1.6;
  color: rgb(var(--color-foreground));
  opacity: 0.72;
}

.magift-product__sidebar-note p {
  margin: 0;
}

@media screen and (min-width: 750px) {
  .magift-product__inner {
    padding: 0 28px;
  }

  .magift-product__grid {
    grid-template-columns: minmax(0, var(--magift-product-cols, 58%)) minmax(0, 1fr);
    gap: 32px;
  }

  .magift-product__grid--single {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .magift-product__sidebar {
    padding: 24px;
    position: sticky;
    top: calc(var(--magift-header-height, 72px) + 16px);
  }
}

@media screen and (min-width: 990px) {
  .magift-product__grid {
    gap: 40px;
  }
}
/* END_SECTION:saiful-productdesk */

/* START_SECTION:saiful-rating (INDEX:67) */
.magift-rating {
  font-family: var(--font-body-family);
  text-align: center;
}

.magift-rating__page-width {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px;
}

.magift-rating__header {
  text-align: center;
  margin-bottom: 32px;
}

.magift-rating__heading {
  font-family: var(--font-heading-family);
  font-size: clamp(26px, 4vw, 40px);
  font-weight: var(--font-heading-weight);
  line-height: 1.2;
  color: rgb(var(--color-foreground));
  margin: 0 auto 14px;
  max-width: 680px;
}

.magift-rating__heading p {
  margin: 0;
}

.magift-rating__heading strong,
.magift-rating__heading b {
  font-weight: 700;
  color: rgb(var(--color-button));
}

.magift-rating__subtext {
  font-size: 15px;
  line-height: 1.7;
  color: rgb(var(--color-foreground));
  opacity: 0.75;
  max-width: 560px;
  margin: 0 auto;
}

.magift-rating__subtext p {
  margin: 0;
}

.magift-rating__subtext strong,
.magift-rating__subtext b {
  font-weight: 600;
  color: rgb(var(--color-button));
  opacity: 1;
}

.magift-rating__stats {
  display: inline-flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(var(--color-foreground), 0.1);
  box-shadow: 0 4px 20px rgba(var(--color-shadow), 0.06);
}

.magift-rating__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 36px;
  gap: 6px;
  min-width: 140px;
}

.magift-rating__stat-num {
  font-family: var(--font-heading-family);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: var(--font-heading-weight);
  line-height: 1;
  color: rgb(var(--color-foreground));
}

.magift-rating__stat-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: rgb(var(--color-foreground));
  opacity: 0.6;
}

.magift-rating__stat-divider {
  width: 1px;
  align-self: stretch;
  margin: 16px 0;
  background: rgba(var(--color-foreground), 0.12);
  flex-shrink: 0;
}

@media screen and (max-width: 749px) {
  .magift-rating__page-width {
    padding: 0 20px;
  }

  .magift-rating__header {
    margin-bottom: 24px;
  }

  .magift-rating__stat {
    padding: 16px 24px;
    min-width: 120px;
  }
}
/* END_SECTION:saiful-rating */

/* START_SECTION:saiful-social-proof (INDEX:68) */
.magift-proof {
  font-family: var(--font-body-family);
  text-align: center;
}

.magift-proof__page-width {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px;
}

.magift-proof__header {
  margin-bottom: 40px;
}

.magift-proof__eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(var(--color-foreground));
  opacity: 0.65;
  margin: 0 0 10px;
}

.magift-proof__heading {
  font-family: var(--font-heading-family);
  font-size: clamp(26px, 4vw, 40px);
  font-weight: var(--font-heading-weight);
  line-height: 1.2;
  color: rgb(var(--color-foreground));
  margin: 0 auto 14px;
  max-width: 680px;
}

.magift-proof__heading p {
  margin: 0;
}

.magift-proof__heading strong,
.magift-proof__heading b {
  font-weight: 700;
}

.magift-proof__subtext {
  font-size: 15px;
  line-height: 1.7;
  color: rgb(var(--color-foreground));
  opacity: 0.75;
  max-width: 560px;
  margin: 0 auto;
}

.magift-proof__subtext p {
  margin: 0;
}

.magift-proof__photo-grid {
  list-style: none;
  margin: 0 auto 40px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(var(--photo-cols-mob, 2), 1fr);
  gap: 10px;
  max-width: 1000px;
}

.magift-proof__photo-item {
  display: flex;
  animation: magift-proof-photo-float 5s ease-in-out infinite;
}

.magift-proof__photo-item:nth-child(3n + 2) {
  animation-delay: -1.6s;
  animation-duration: 4.2s;
}

.magift-proof__photo-item:nth-child(3n) {
  animation-delay: -3.2s;
  animation-duration: 5.6s;
}

@keyframes magift-proof-photo-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.magift-proof__photo-card {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(var(--color-foreground), 0.1);
  aspect-ratio: 1 / 1;
  transition: box-shadow 0.25s ease;
}

.magift-proof__photo-card:hover {
  box-shadow: 0 8px 24px rgba(var(--color-shadow), 0.12);
}

.magift-proof__photo-link {
  display: block;
  width: 100%;
  height: 100%;
}

.magift-proof__photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (min-width: 750px) {
  .magift-proof__photo-grid {
    grid-template-columns: repeat(var(--photo-cols, 4), 1fr);
    gap: 14px;
    margin-bottom: 48px;
  }
}

.magift-proof__stats {
  display: inline-flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(var(--color-foreground), 0.1);
  margin-bottom: 48px;
  box-shadow: 0 4px 20px rgba(var(--color-shadow), 0.06);
}

.magift-proof__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 36px;
  gap: 6px;
  min-width: 140px;
}

.magift-proof__stat-num {
  font-family: var(--font-heading-family);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: var(--font-heading-weight);
  line-height: 1;
  color: rgb(var(--color-foreground));
}

.magift-proof__stat-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: rgb(var(--color-foreground));
  opacity: 0.6;
}

.magift-proof__stat-divider {
  width: 1px;
  align-self: stretch;
  margin: 16px 0;
  background: rgba(var(--color-foreground), 0.12);
  flex-shrink: 0;
}

.magift-proof__trusted-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgb(var(--color-foreground));
  opacity: 0.55;
  margin: 0 0 28px;
}

.magift-proof__trusted-line {
  flex: 1;
  max-width: 80px;
  height: 1px;
  background: rgba(var(--color-foreground), 0.2);
}

.magift-proof__logo-grid {
  list-style: none;
  margin: 0 0 44px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(var(--logo-cols-mob, 2), 1fr);
  gap: 12px;
}

@media screen and (min-width: 750px) {
  .magift-proof__logo-grid {
    grid-template-columns: repeat(var(--logo-cols, 3), 1fr);
    gap: 16px;
  }
}

.magift-proof__logo-item {
  display: flex;
}

.magift-proof__logo-card {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--color-foreground), 0.1);
  border-radius: 10px;
  padding: 20px 24px;
  min-height: 88px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.magift-proof__logo-card:hover {
  transform: scale(1.06);
  border-color: rgba(var(--color-foreground), 0.18);
  box-shadow: 0 8px 24px rgba(var(--color-shadow), 0.1);
}

.magift-proof__logo-card--image {
  padding: 0;
  background: #ffffff;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.magift-proof__logo-card--image:hover {
  border-color: rgba(var(--color-foreground), 0.18);
}

.magift-proof__logo-img {
  width: 100%;
  max-width: 140px;
  max-height: 56px;
  object-fit: contain;
  display: block;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.magift-proof__logo-card:hover .magift-proof__logo-img {
  transform: scale(1.1);
}

.magift-proof__logo-card--image .magift-proof__logo-img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
}

.magift-proof__logo-card--image:hover .magift-proof__logo-img {
  transform: scale(1.08);
}

.magift-proof__logo-text {
  font-size: 13px;
  font-weight: 600;
  color: rgb(var(--color-foreground));
  opacity: 0.6;
}

.magift-proof__cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.magift-proof__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 30px;
  border-radius: 6px;
  background: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.magift-proof__cta:hover {
  opacity: 0.92;
  transform: translateY(-2px);
}

.magift-proof__cta:active {
  transform: translateY(0);
}

.magift-proof__cta-note {
  font-size: 12px;
  line-height: 1.6;
  color: rgb(var(--color-foreground));
  opacity: 0.6;
  margin: 0;
}

@media screen and (max-width: 749px) {
  .magift-proof__page-width {
    padding: 0 20px;
  }

  .magift-proof__header {
    margin-bottom: 32px;
  }

  .magift-proof__photo-grid {
    gap: 8px;
    margin-bottom: 32px;
  }

  .magift-proof__stat {
    padding: 16px 24px;
    min-width: 120px;
  }

  .magift-proof__stats {
    margin-bottom: 36px;
  }

  .magift-proof__cta {
    display: flex;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .magift-proof__photo-item {
    animation: none;
  }

  .magift-proof__logo-card:hover,
  .magift-proof__logo-card:hover .magift-proof__logo-img {
    transform: none;
  }
}
/* END_SECTION:saiful-social-proof */

/* START_SECTION:saiful-split-banner (INDEX:69) */
.magift-split {
  font-family: var(--font-body-family);
  width: 100%;
  overflow: hidden;
  background: var(--magift-split-bg, #6b2737);
}

.magift-split__defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.magift-split__layout {
  display: grid;
  grid-template-columns: var(--magift-split-image-w, 50%) 1fr;
  align-items: stretch;
  min-height: var(--magift-split-min-h, auto);
}

.magift-split__media-col {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.magift-split__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.magift-split__img,
.magift-split__placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.magift-split__img {
  object-fit: contain;
  object-position: var(--magift-split-img-pos, right center);
}

.magift-split__placeholder {
  background: linear-gradient(135deg, #d4c4b0 0%, #b8a48e 100%);
}

.magift-split__content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  padding: var(--magift-split-panel-py, 32px) var(--magift-split-panel-px, 40px);
}

.magift-split__content-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 420px;
}

.magift-split__eyebrow {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.magift-split__heading {
  margin: 0;
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
  line-height: 1.2;
  letter-spacing: -0.2px;
}

.magift-split__body {
  margin: 0;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.65;
  max-width: 38ch;
}

.magift-split__btn {
  display: inline-block;
  align-self: flex-start;
  margin-top: 4px;
  padding: 12px 24px;
  border: 1.5px solid;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.15s ease;
}

.magift-split__btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

@media screen and (max-width: 989px) {
  .magift-split__content-inner {
    max-width: 360px;
  }
}

@media screen and (max-width: 749px) {
  .magift-split__layout {
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .magift-split__media-col {
    width: 100%;
    height: var(--magift-split-mobile-img-h, 220px);
  }

  .magift-split__img,
  .magift-split__placeholder {
    object-fit: cover;
    object-position: var(--magift-split-img-pos, center center);
  }

  .magift-split__content {
    padding: calc(var(--magift-split-panel-py, 32px) * 0.85) 24px;
  }

  .magift-split__content-inner {
    max-width: none;
  }

  .magift-split__body {
    max-width: none;
  }

  .magift-split__btn {
    align-self: stretch;
    text-align: center;
  }
}
/* END_SECTION:saiful-split-banner */

/* START_SECTION:saiful-visual (INDEX:70) */
.magift-visual {
  font-family: var(--font-body-family);
  overflow: hidden;
}

.magift-visual__outer {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.magift-visual__stage {
  position: relative;
  width: 100%;
  height: var(--magift-visual-height, 300px);
  overflow: hidden;
}

.magift-visual__canvas {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  transform: translateX(-50%);
}

.magift-visual__item {
  position: absolute;
  width: var(--magift-visual-w, 22%);
  aspect-ratio: 1 / 1;
  transform: rotate(var(--magift-visual-rotate, 0deg));
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.magift-visual__item:hover {
  transform: rotate(var(--magift-visual-rotate, 0deg)) scale(1.03);
  z-index: 10 !important;
}

.magift-visual__link {
  display: block;
  width: 100%;
  height: 100%;
}

.magift-visual__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  background: rgba(var(--color-foreground), 0.04);
}

/* Desktop collage positions — matches reference layout */
.magift-visual__item--1 {
  --magift-visual-w: 21%;
  left: 0%;
  top: 6%;
  --magift-visual-rotate: -7deg;
}

.magift-visual__item--2 {
  --magift-visual-w: 19%;
  left: 11%;
  top: 42%;
  --magift-visual-rotate: 5deg;
}

.magift-visual__item--3 {
  --magift-visual-w: 20%;
  left: 25%;
  top: 0%;
  --magift-visual-rotate: 6deg;
}

.magift-visual__item--4 {
  --magift-visual-w: 23%;
  left: 38%;
  top: 36%;
  --magift-visual-rotate: -2deg;
}

.magift-visual__item--5 {
  --magift-visual-w: 21%;
  left: 57%;
  top: 4%;
  --magift-visual-rotate: -5deg;
}

.magift-visual__item--6 {
  --magift-visual-w: 22%;
  left: 71%;
  top: 40%;
  --magift-visual-rotate: 7deg;
}

/* Mobile: wider canvas, same absolute layout — edges crop via overflow */
@media screen and (max-width: 749px) {
  .magift-visual__outer {
    padding: 0;
  }

  .magift-visual__stage {
    width: 100vw;
    max-width: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .magift-visual__canvas {
    width: 155%;
    max-width: none;
    min-width: 520px;
  }

  .magift-visual__item--1 {
    --magift-visual-w: 28%;
    left: -2%;
    top: 8%;
  }

  .magift-visual__item--2 {
    --magift-visual-w: 26%;
    left: 8%;
    top: 44%;
  }

  .magift-visual__item--3 {
    --magift-visual-w: 27%;
    left: 22%;
    top: 0%;
  }

  .magift-visual__item--4 {
    --magift-visual-w: 30%;
    left: 36%;
    top: 38%;
  }

  .magift-visual__item--5 {
    --magift-visual-w: 28%;
    left: 54%;
    top: 5%;
  }

  .magift-visual__item--6 {
    --magift-visual-w: 29%;
    left: 68%;
    top: 42%;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .magift-visual__canvas {
    width: 110%;
    max-width: 900px;
  }
}
/* END_SECTION:saiful-visual */