PART# 8519-1030
SKU# S43
Sova Designer Series ET (Euro Top) #1 is an Edmonton-made Medium-soft Full Mattress, weighing 53 kg (or 117 lbs) approx. It is made of Pocket coil. The foam used is high-quality polyurethane foam, which is made in Alberta, Canada and meets the stringent California Technical Bulletin CAL 117-2013 requirements. A standard Full size is 54 x 75 inches. Custom sizes also available.
At Tangerine Foam, we are thrilled to introduce you to SOVA, a brand of conventional foam and spring mattresses that redefines your sleep experience. SOVA mattresses are proudly made in Canada, with their roots right here in Edmonton, AB, the heart of our craftsmanship.
SOVA offers a wide array of mattress series and models, ensuring you find the perfect match for your unique sleep preferences. Whether you seek the plush embrace of foam or the reliable support of spring mattresses, SOVA has an option tailored just for you. Our mattresses are available in various sizes, allowing you to select the perfect fit for your bed frame and room dimensions.
Yet, SOVA isn't limited to just mattresses. Tangerine Foam proudly presents a comprehensive selection of sleep essentials, including luxurious toppers that enhance your mattress's comfort and dependable box springs that provide a sturdy foundation for your bed.
Embark on a journey of unparalleled comfort and quality with SOVA, proudly handcrafted in Edmonton, AB, and exclusively available at Tangerine Foam. We are committed to providing you with the finest sleep solutions, and SOVA embodies our dedication to your ultimate sleeping experience.
The Sova Bonnell Coil Mattress with Foam offers tailored support for a wide range of sleep preferences, and it's available at Tangerine Foam. This mattress combines the sturdiness of Bonnell coils with the plush comfort of foam layers. The result? A balanced sleep surface that suits a variety of sleepers. If you appreciate the firmness and bounce of a traditional innerspring mattress but also crave the cushioning of foam, the Sova Bonnell Coil Mattress with Foam is an ideal choice. It's particularly well-suited for those who prefer a slightly firmer feel with the added benefits of foam's contouring support. You'll find that this mattress provides the perfect blend of resilience and cushioning, ensuring you get the quality sleep you deserve. Explore the versatility of the Sova Bonnell Coil Mattress with Foam at Tangerine Foam and discover a personalized sleep solution tailored to your needs.
{
return \in_array($this->statusCode, [204, 304]);
}
/**
* Cleans or flushes output buffers up to target level.
*
* Resulting level can be greater than target level if a non-removable buffer has been encountered.
*
* @final
*/
public static function closeOutputBuffers(int $targetLevel, bool $flush): void
{
$status = ob_get_status(true);
$level = \count($status);
$flags = \PHP_OUTPUT_HANDLER_REMOVABLE | ($flush ? \PHP_OUTPUT_HANDLER_FLUSHABLE : \PHP_OUTPUT_HANDLER_CLEANABLE);
while ($level-- > $targetLevel && ($s = $status[$level]) && (!isset($s['del']) ? !isset($s['flags']) || ($s['flags'] & $flags) === $flags : $s['del'])) {
if ($flush) {
ob_end_flush();
} else {
ob_end_clean();
}
}
}
/**
* Checks if we need to remove Cache-Control for SSL encrypted downloads when using IE < 9.
*
* @see http://support.microsoft.com/kb/323308
*
* @final
*/
protected function ensureIEOverSSLCompatibility(Request $request): void
{
if (false !== stripos($this->headers->get('Content-Disposition') ?? '', 'attachment') && 1 == preg_match('/MSIE (.*?);/i', $request->server->get('HTTP_USER_AGENT') ?? '', $match) && true === $request->isSecure()) {
if ((int) preg_replace('/(MSIE )(.*?);/', '$2', $match[0]) < 9) {
$this->headers->remove('Cache-Control');
}
}
"ob_end_flush(): failed to send buffer of zlib output compression (1)"
{
return \in_array($this->statusCode, [204, 304]);
}
/**
* Cleans or flushes output buffers up to target level.
*
* Resulting level can be greater than target level if a non-removable buffer has been encountered.
*
* @final
*/
public static function closeOutputBuffers(int $targetLevel, bool $flush): void
{
$status = ob_get_status(true);
$level = \count($status);
$flags = \PHP_OUTPUT_HANDLER_REMOVABLE | ($flush ? \PHP_OUTPUT_HANDLER_FLUSHABLE : \PHP_OUTPUT_HANDLER_CLEANABLE);
while ($level-- > $targetLevel && ($s = $status[$level]) && (!isset($s['del']) ? !isset($s['flags']) || ($s['flags'] & $flags) === $flags : $s['del'])) {
if ($flush) {
ob_end_flush();
} else {
ob_end_clean();
}
}
}
/**
* Checks if we need to remove Cache-Control for SSL encrypted downloads when using IE < 9.
*
* @see http://support.microsoft.com/kb/323308
*
* @final
*/
protected function ensureIEOverSSLCompatibility(Request $request): void
{
if (false !== stripos($this->headers->get('Content-Disposition') ?? '', 'attachment') && 1 == preg_match('/MSIE (.*?);/i', $request->server->get('HTTP_USER_AGENT') ?? '', $match) && true === $request->isSecure()) {
if ((int) preg_replace('/(MSIE )(.*?);/', '$2', $match[0]) < 9) {
$this->headers->remove('Cache-Control');
}
}
{
echo $this->content;
return $this;
}
/**
* Sends HTTP headers and content.
*
* @return $this
*/
public function send()
{
$this->sendHeaders();
$this->sendContent();
if (\function_exists('fastcgi_finish_request')) {
fastcgi_finish_request();
} elseif (!\in_array(\PHP_SAPI, ['cli', 'phpdbg'], true)) {
static::closeOutputBuffers(0, true);
flush();
}
return $this;
}
/**
* Sets the response content.
*
* Valid types are strings, numbers, null, and objects that implement a __toString() method.
*
* @param mixed $content Content that can be cast to string
*
* @return $this
*
* @throws \UnexpectedValueException
*/
public function setContent($content)
{
if (null !== $content && !\is_string($content) && !is_numeric($content) && !\is_callable([$content, '__toString'])) {
0
true
require __DIR__.'/vendor/autoload.php';
/*
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request using
| the application's HTTP kernel. Then, we will send the response back
| to this client's browser, allowing them to enjoy our application.
|
*/
$app = require_once __DIR__.'/bootstrap/app.php';
$kernel = $app->make(Kernel::class);
$response = $kernel->handle(
$request = Request::capture()
)->send();
$kernel->terminate($request, $response);
Key | Value |
handl_ip | "3.147.6.176"
|
handl_url_base | "https://microchipusa.com/wp-json/wp/v2/product/397423"
|
handl_url | "https://microchipusa.com/wp-json/wp/v2/product/397423"
|
handl_landing_page | "https://microchipusa.com/wp-json/wp/v2/product/397423"
|
HandLtestDomainNameServer | "HandLtestDomainValueServer"
|
user_agent | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
|
Key | Value |
LSPHP_ProcessGroup | "on"
|
PATH | "/usr/local/bin:/bin:/usr/bin"
|
HTTP_ACCEPT | "*/*"
|
HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate"
|
HTTP_COOKIE | "handl_ip=3.147.6.176; handl_url_base=https%3A%2F%2Fmicrochipusa.com%2Fwp-json%2Fwp%2Fv2%2Fproduct%2F397423; handl_url=https%3A%2F%2Fmicrochipusa.com%2Fwp-json%2Fwp%2Fv2%2Fproduct%2F397423; handl_landing_page=https%3A%2F%2Fmicrochipusa.com%2Fwp-json%2Fwp%2Fv2%2Fproduct%2F397423; HandLtestDomainNameServer=HandLtestDomainValueServer; user_agent=Mozilla%2F5.0%20AppleWebKit%2F537.36%20%28KHTML%2C%20like%20Gecko%3B%20compatible%3B%20ClaudeBot%2F1.0%3B%20%2Bclaudebot%40anthropic.com%29"
|
HTTP_HOST | "www.makemyfoam.com"
|
HTTP_REFERER | "http://www.makemyfoam.com/get_product_detail/S43"
|
HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
|
DOCUMENT_ROOT | "/home/u181858021/domains/makemyfoam.com/public_html"
|
REMOTE_ADDR | "3.147.6.176"
|
REMOTE_PORT | "1815"
|
SERVER_ADDR | "86.38.221.169"
|
SERVER_NAME | "www.makemyfoam.com"
|
SERVER_ADMIN | "" |
SERVER_PORT | "443"
|
REQUEST_SCHEME | "https"
|
REQUEST_URI | "/get_product_detail/S43"
|
REDIRECT_URL | "/get_product_detail/S43"
|
REDIRECT_REQUEST_METHOD | "GET"
|
HTTPS | "on"
|
CRAWLER_USLEEP | "1000"
|
CRAWLER_LOAD_LIMIT_ENFORCE | "25"
|
H_PLATFORM | "Hostinger"
|
H_TYPE | "business"
|
H_CANARY | "false"
|
H_STAGING | "false"
|
REDIRECT_STATUS | "200"
|
X_SPDY | "HTTP2"
|
SSL_PROTOCOL | "TLSv1.3"
|
SSL_CIPHER | "TLS_AES_256_GCM_SHA384"
|
SSL_CIPHER_USEKEYSIZE | "256"
|
SSL_CIPHER_ALGKEYSIZE | "256"
|
SCRIPT_FILENAME | "/home/u181858021/domains/makemyfoam.com/public_html/index.php"
|
QUERY_STRING | "" |
SCRIPT_URI | "https://www.makemyfoam.com/get_product_detail/S43"
|
SCRIPT_URL | "/get_product_detail/S43"
|
SCRIPT_NAME | "/index.php"
|
SERVER_PROTOCOL | "HTTP/1.1"
|
SERVER_SOFTWARE | "LiteSpeed"
|
REQUEST_METHOD | "GET"
|
X-LSCACHE | "on,crawler,esi,combine"
|
PHP_SELF | "/index.php"
|
REQUEST_TIME_FLOAT | 1732215598.0863
|
REQUEST_TIME | 1732215598
|
Key | Value |
LSPHP_ProcessGroup | "on"
|
PATH | "/usr/local/bin:/bin:/usr/bin"
|