เข้าร่วมพาทเนอร์กับ FridayShop
เผยแพร่เมื่อ 2026-05-27
💕 ร่วมพาร์ทเนอร์ฟรี ไม่มีหัก % GP
ร่วมเติบโตกับ Friday Shop 🦔
เราทำการตลาด ยิงแอด และลงสต็อกให้ครบวงจร เพียงส่งมอบสินค้าราคาทุนที่คุณพอใจ แล้วรอรับยอดโอนกลับแบบชิลๆ!
รับเงินเต็มเม็ด
ตามราคา Cost Price
ฝากส่งมอบของ
เราลงหน้าเว็บบริหารให้
ยิงแอดโปรโมทฟรี: เจาะตลาดคนรักสัตว์เลี้ยงทาสหมาทาสแมวพรีเมียมโดยตรง!
แอดไลน์สมัครเป็นพาร์ทเนอร์เลย!
จำกัดสิทธิ์เฟสแรกเพียง 30 พาร์ทเนอร์ (เหลือ 7 ที่สุดท้าย) ️
/* -------------------------------------------------------------
FRIDAY SHOP PREMIUM CARD (FIXED TEXT COLOR & SLOWER BORDER)
------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;600;700;800&display=swap');
.friday-premium-card {
max-width: 360px;
margin: 10px auto;
position: relative;
border-radius: 26px;
padding: 2px;
background: linear-gradient(90deg, #ff6b35, #06C755, #ff6b35);
background-size: 200% 100%;
animation: borderGlow 8s linear infinite; /* ความเร็วขอบไหล */
box-sizing: border-box;
}
@keyframes borderGlow {
0% { background-position: 0% 50%; }
100% { background-position: 200% 50%; }
}
.card-inner-wrapper {
background: #ffffff;
border-radius: 24px;
padding: 12px 16px;
position: relative;
overflow: hidden;
text-align: center;
font-family: 'Prompt', system-ui, sans-serif;
}
/* Decorative Orbs */
.card-inner-wrapper::before {
content: '';
position: absolute;
top: -30px; left: 40px;
width: 100px; height: 100px;
background: linear-gradient(135deg, rgba(255, 107, 53, 0.2) 0%, rgba(255, 180, 150, 0.1) 100%);
border-radius: 50%;
filter: blur(20px);
z-index: 0;
animation: floatOrb 6s ease-in-out infinite;
}
.card-inner-wrapper::after {
content: '';
position: absolute;
bottom: 20px; right: -20px;
width: 80px; height: 80px;
background: linear-gradient(135deg, rgba(6, 199, 85, 0.15) 0%, rgba(180, 255, 200, 0.1) 100%);
border-radius: 50%;
filter: blur(20px);
z-index: 0;
animation: floatOrb 8s ease-in-out infinite reverse;
}
@keyframes floatOrb {
0%, 100% { transform: translateY(0px) scale(1); }
50% { transform: translateY(-10px) scale(1.1); }
}
.card-inner-wrapper > * {
position: relative;
z-index: 2;
}
/* Typography */
.partner-tag {
display: inline-flex; align-items: center; gap: 5px;
background: #fff7ed; color: #ea580c;
border: 1px solid #ffedd5;
padding: 4px 14px; border-radius: 50px;
font-size: 0.75rem !important; font-weight: 700;
margin-bottom: 8px !important;
}
.card-inner-wrapper h2 {
color: #0f172a; font-size: 1.35rem !important;
font-weight: 800; line-height: 1.3;
margin-top: 0 !important; margin-bottom: 6px !important;
}
.card-inner-wrapper h2 span {
color: #ff6b35;
background: linear-gradient(135deg, #ff6b35 0%, #ea580c 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.premium-desc {
color: #64748b; font-size: 0.85rem !important;
line-height: 1.4; margin-top: 0 !important;
margin-bottom: 12px !important;
}
.premium-desc strong { color: #ea580c; }
.benefit-grid-compact {
display: grid; grid-template-columns: 1fr 1fr;
gap: 8px; margin-bottom: 10px !important;
}
.benefit-cell {
background: rgba(250, 250, 250, 0.85);
border: 1px solid #f1f5f9;
border-radius: 12px; padding: 10px 12px;
text-align: left; display: flex;
align-items: center; gap: 10px;
backdrop-filter: blur(2px);
}
.cell-svg { width: 20px; height: 20px; color: #ea580c; fill: none; flex-shrink: 0; }
.benefit-cell-content { display: flex; flex-direction: column; }
.benefit-cell-content strong { color: #1e293b; font-size: 0.8rem !important; font-weight: 700; line-height: 1.2; }
.benefit-cell-content span { color: #64748b; font-size: 0.7rem !important; }
.highlight-strip {
background: linear-gradient(90deg, rgba(255,250,247,0.9) 0%, rgba(255,241,235,0.9) 100%);
border: 1px dashed #fed7aa;
border-radius: 12px; padding: 10px 14px;
margin-bottom: 12px !important;
text-align: left; display: flex;
align-items: center; gap: 10px;
backdrop-filter: blur(2px);
}
.icon-emoji { font-size: 0.9rem; }
.highlight-strip span { font-size: 0.85rem !important; color: #c2410c; font-weight: 700; line-height: 1.3; }
/* -------------------------------------------------------------
BUTTON FIX: บังคับสีขาวและเพิ่มน้ำหนัก CSS
------------------------------------------------------------- */
.btn-partner-3d {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
background: linear-gradient(135deg, #06C755 0%, #05a848 100%) !important; /* บังคับพื้นหลัง */
color: #ffffff !important; /* บังคับสีตัวอักษรเป็นขาว */
text-decoration: none !important; /* ลบเส้นใต้ */
font-weight: 700;
font-size: 1rem !important;
padding: 14px 20px;
border-radius: 14px;
border-bottom: 3px solid #037c34;
box-shadow: 0 6px 16px rgba(6, 199, 85, 0.25);
transition: all 0.1s ease;
position: relative;
overflow: hidden;
cursor: pointer;
margin-bottom: 8px;
border: none; /* ลบขอบเดิมออกถ้ามี */
}
/* บังคับสี SVG ไอคอนให้เป็นขาวด้วย */
.btn-partner-3d svg {
width: 20px;
height: 20px;
fill: #ffffff !important;
stroke: #ffffff !important;
}
/* เอฟเฟกต์แสงวาบบนปุ่ม */
.btn-partner-3d::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 50%;
height: 100%;
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
transform: skewX(-25deg);
animation: shimmer 3s infinite;
}
@keyframes shimmer {
0% { left: -150%; }
50% { left: 150%; }
100% { left: 150%; }
}
.btn-partner-3d:active {
transform: translateY(2px);
border-bottom-width: 1px;
box-shadow: 0 2px 6px rgba(6, 199, 85, 0.15);
}
.micro-guarantee {
display: block;
font-size: 0.7rem !important;
color: #94a3b8;
}
ร่วมเติบโตกับ Friday Shop 🦔
เราทำการตลาด ยิงแอด และลงสต็อกให้ครบวงจร เพียงส่งมอบสินค้าราคาทุนที่คุณพอใจ แล้วรอรับยอดโอนกลับแบบชิลๆ!
รับเงินเต็มเม็ด
ตามราคา Cost Price
ฝากส่งมอบของ
เราลงหน้าเว็บบริหารให้
ยิงแอดโปรโมทฟรี: เจาะตลาดคนรักสัตว์เลี้ยงทาสหมาทาสแมวพรีเมียมโดยตรง!
แอดไลน์สมัครเป็นพาร์ทเนอร์เลย!
จำกัดสิทธิ์เฟสแรกเพียง 30 พาร์ทเนอร์ (เหลือ 7 ที่สุดท้าย) ️
/* -------------------------------------------------------------
FRIDAY SHOP PREMIUM CARD (FIXED TEXT COLOR & SLOWER BORDER)
------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;600;700;800&display=swap');
.friday-premium-card {
max-width: 360px;
margin: 10px auto;
position: relative;
border-radius: 26px;
padding: 2px;
background: linear-gradient(90deg, #ff6b35, #06C755, #ff6b35);
background-size: 200% 100%;
animation: borderGlow 8s linear infinite; /* ความเร็วขอบไหล */
box-sizing: border-box;
}
@keyframes borderGlow {
0% { background-position: 0% 50%; }
100% { background-position: 200% 50%; }
}
.card-inner-wrapper {
background: #ffffff;
border-radius: 24px;
padding: 12px 16px;
position: relative;
overflow: hidden;
text-align: center;
font-family: 'Prompt', system-ui, sans-serif;
}
/* Decorative Orbs */
.card-inner-wrapper::before {
content: '';
position: absolute;
top: -30px; left: 40px;
width: 100px; height: 100px;
background: linear-gradient(135deg, rgba(255, 107, 53, 0.2) 0%, rgba(255, 180, 150, 0.1) 100%);
border-radius: 50%;
filter: blur(20px);
z-index: 0;
animation: floatOrb 6s ease-in-out infinite;
}
.card-inner-wrapper::after {
content: '';
position: absolute;
bottom: 20px; right: -20px;
width: 80px; height: 80px;
background: linear-gradient(135deg, rgba(6, 199, 85, 0.15) 0%, rgba(180, 255, 200, 0.1) 100%);
border-radius: 50%;
filter: blur(20px);
z-index: 0;
animation: floatOrb 8s ease-in-out infinite reverse;
}
@keyframes floatOrb {
0%, 100% { transform: translateY(0px) scale(1); }
50% { transform: translateY(-10px) scale(1.1); }
}
.card-inner-wrapper > * {
position: relative;
z-index: 2;
}
/* Typography */
.partner-tag {
display: inline-flex; align-items: center; gap: 5px;
background: #fff7ed; color: #ea580c;
border: 1px solid #ffedd5;
padding: 4px 14px; border-radius: 50px;
font-size: 0.75rem !important; font-weight: 700;
margin-bottom: 8px !important;
}
.card-inner-wrapper h2 {
color: #0f172a; font-size: 1.35rem !important;
font-weight: 800; line-height: 1.3;
margin-top: 0 !important; margin-bottom: 6px !important;
}
.card-inner-wrapper h2 span {
color: #ff6b35;
background: linear-gradient(135deg, #ff6b35 0%, #ea580c 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.premium-desc {
color: #64748b; font-size: 0.85rem !important;
line-height: 1.4; margin-top: 0 !important;
margin-bottom: 12px !important;
}
.premium-desc strong { color: #ea580c; }
.benefit-grid-compact {
display: grid; grid-template-columns: 1fr 1fr;
gap: 8px; margin-bottom: 10px !important;
}
.benefit-cell {
background: rgba(250, 250, 250, 0.85);
border: 1px solid #f1f5f9;
border-radius: 12px; padding: 10px 12px;
text-align: left; display: flex;
align-items: center; gap: 10px;
backdrop-filter: blur(2px);
}
.cell-svg { width: 20px; height: 20px; color: #ea580c; fill: none; flex-shrink: 0; }
.benefit-cell-content { display: flex; flex-direction: column; }
.benefit-cell-content strong { color: #1e293b; font-size: 0.8rem !important; font-weight: 700; line-height: 1.2; }
.benefit-cell-content span { color: #64748b; font-size: 0.7rem !important; }
.highlight-strip {
background: linear-gradient(90deg, rgba(255,250,247,0.9) 0%, rgba(255,241,235,0.9) 100%);
border: 1px dashed #fed7aa;
border-radius: 12px; padding: 10px 14px;
margin-bottom: 12px !important;
text-align: left; display: flex;
align-items: center; gap: 10px;
backdrop-filter: blur(2px);
}
.icon-emoji { font-size: 0.9rem; }
.highlight-strip span { font-size: 0.85rem !important; color: #c2410c; font-weight: 700; line-height: 1.3; }
/* -------------------------------------------------------------
BUTTON FIX: บังคับสีขาวและเพิ่มน้ำหนัก CSS
------------------------------------------------------------- */
.btn-partner-3d {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
background: linear-gradient(135deg, #06C755 0%, #05a848 100%) !important; /* บังคับพื้นหลัง */
color: #ffffff !important; /* บังคับสีตัวอักษรเป็นขาว */
text-decoration: none !important; /* ลบเส้นใต้ */
font-weight: 700;
font-size: 1rem !important;
padding: 14px 20px;
border-radius: 14px;
border-bottom: 3px solid #037c34;
box-shadow: 0 6px 16px rgba(6, 199, 85, 0.25);
transition: all 0.1s ease;
position: relative;
overflow: hidden;
cursor: pointer;
margin-bottom: 8px;
border: none; /* ลบขอบเดิมออกถ้ามี */
}
/* บังคับสี SVG ไอคอนให้เป็นขาวด้วย */
.btn-partner-3d svg {
width: 20px;
height: 20px;
fill: #ffffff !important;
stroke: #ffffff !important;
}
/* เอฟเฟกต์แสงวาบบนปุ่ม */
.btn-partner-3d::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 50%;
height: 100%;
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
transform: skewX(-25deg);
animation: shimmer 3s infinite;
}
@keyframes shimmer {
0% { left: -150%; }
50% { left: 150%; }
100% { left: 150%; }
}
.btn-partner-3d:active {
transform: translateY(2px);
border-bottom-width: 1px;
box-shadow: 0 2px 6px rgba(6, 199, 85, 0.15);
}
.micro-guarantee {
display: block;
font-size: 0.7rem !important;
color: #94a3b8;
}